/srv/irclogs.ubuntu.com/2010/05/01/#ubuntu-server.txt

cclausenwtfplymouth: I had some trouble with fstab when upgrading from dapper to hardy.  can you be more specific with your problems?  you haven't provided enough info for a response00:17
xperiahello to all. can somebody tell me how can i clean up my swap space ? i have php scripts that need a lot of memory and becouse of that the swap space is used a lot. the strange thing however is that my swap space is not cleaned up after the sripts finish. what can i do ? after a while i run out of swap space and my server freeze !00:18
domashmmmm00:19
domasfirst of all, it is usually other processes sitting in swap00:19
domasso you have to get them to try to run and touch those pages00:19
domassetting swappiness to 0 might help too00:19
domas:)00:19
xperiadomas: thanks :-) i have only 128 MB Ram and my scripts use both 160 MB. becouse of that the swap is used a lot but from my understanding the swap space should be given free after the script finish and exactly this is not the case00:22
wtfplymouthcclausen: i know that my fstab has a problem, but 9.10 booted with a not available disk and 10.04 stops the boot00:24
wtfplymouthi just want 10.04 to not stop the boot at an mounting error00:25
cclausenwtfplymouth: you should be able append a root= line from grub00:25
cclausendid you read the release notes?00:25
cclausenthere is something about specific hardware and a 1 MB disk alignment or something00:25
cclausennot sure if that is related, but it might be worth a try00:26
jaypurjust installed ubuntu server 10.4, and i cant install openssh or openssh-client, or openssh-server00:34
jaypurwhat's going on???00:34
cclausenis there a network connection at all?00:35
cclausenwhat errors do you receive?00:35
jaypurcclausen, talking to me?00:35
cclausenyes00:35
jaypuri've installed apache... installing mysql now...00:36
jaypurand openssh-server is not working...00:36
jaypurnot installing00:36
cclausenwhat command are you running?00:36
cclausenand you say mysql is installing now.  are you trying to run multiple installs at once?00:36
jaypursudo apt-get install openssh-server00:36
jaypurno...00:36
cclausenwhat error does apt-get give you?00:37
jaypurlet me finish installing mysql i'll tell you whats going on00:37
jaypurthanks for the help00:37
jaypurjust a sec00:37
jaypurcclausen, it says that it has a newer version00:41
cclausenapt-get update; apt-get install --reinstall openssh-server00:41
cclausenwhat EXACT error message?00:41
jaypurcclausen, installing now with the --reinstall00:42
jaypur:)00:42
cclausenwell then, no problem00:43
cclausenyou probably want to apt-get upgrade too and see if anything else has newer versions00:43
jaypurwhat's the difference between upgrade and update?00:45
cclausenupdate pulls in the list of newer packages00:47
cclausenupgrade actually installs them00:47
cclausenI think peopel are encouraged to use aptitude instead of apt-get these days00:47
cclausenbut I am not sure00:48
cclausenaptitude safe-upgrade is probably what you want for patching most of the time, I think (feel free to correct me)00:48
handheldCaryou can add the -u option to list what upgrades you have.00:48
whaleycclausen: that's the one00:48
jaypurcclausen, got it00:48
cclausenspeaking of that, I've been trying to use the automatic upgrades00:49
whaleyand I use aptitude now instead of apt-get... just out of laziness.  I'd rather have one command instead of two (apt-get and apt-cache) for package management00:49
cclausenbut they don't see to automatically install00:49
cclausenwere the betas just not auto-updating b/c it was beta?00:49
handheldCarwhaley: that sounds nice. I've been tired of two commands.00:50
handheldCarcclausen: you mean unattended-upgrades?00:50
cclausenI think so00:50
cclausenwhatever the automatica updates from teh ubuntu server installer does00:51
cclausenI was using cron-apt before00:51
handheldCarThere's a whole ubuntu.org page I haven't read on that.00:51
cclausenyeah, I think I read that and set the various config files to actually update00:51
cclausenbut whenever Ilog I see that there are updates waiting for me00:51
cclausenI guess I'll what happens how that things are released00:51
domasmeh, why oh why is linux swapping, when it has few gigs of memory free01:00
domas:)01:00
cclausenif you don't think you need it, just swap -a off01:00
domasswappiness is at 0 already01:00
cclausenerr, swapoff -a01:00
domaswell, kswapd gets stressed when only few gigs of memory available are left01:01
domasit was spinning at 100% on one core01:01
domaslike here, http://p.defau.lt/?__SOOu0go_iFe9cWMCF29A01:05
domasswappiness at 0, 1G of cache, 200M of free memory01:06
sbeattiewtfplymouth: the other option is to add 'nobootwait' as a boot option (see e.g. bug 510415).01:06
uvirtbotLaunchpad bug 510415 in ubuntu-release-notes "Lucid mountall can cause unexpected hangs" [Undecided,Invalid] https://launchpad.net/bugs/51041501:06
owen1when will the docs for 10.4 server be online? i can't see it here: http://www.ubuntu.com/products/whatisubuntu/serveredition/techspecs/whatsnew01:09
jaypur /etc/apache2/sites-enabled/000-default is empty what should i do?01:10
cclausenthat should be a symlink to sites-available01:10
cclausenor are both empty ?01:11
jaypurcclausen, i have to edit 000-default, to change the port... and i don't know why is empty01:13
cclausenjaypur: is this a new install?  You can remove the files and apt-get install --reinstall the various apache2 packages01:14
cclausenshould setup a new default for you01:14
jaypurhmm i'll do this01:16
owen1to updgrade my server, should i change karmic to lucid in sources and run dist-upgrade?01:16
jaypurjust installed01:16
cclausenowen1: http://www.ubuntu.com/getubuntu/upgrading01:16
owen1cclausen: thanks01:17
owen1also, are there docs about 10.4?01:17
jaypur000-default still empty01:17
jaypursudo nano /etc/apache2/sites-enable/000-enable01:18
cclausenowen1: what specifically did you need docs on?01:18
cclausenmost of the on-system docs should be up to date for the packages installed, look in /usr/share/doc01:18
cclausenas well as man pages01:18
cclausenjaypur: I don't know what to tell you.  are you sure you reinstalled the package that had the file you wanted in it?01:19
zorzarhey i just set up a mailserver on a ubuntu box, i have postfix and dovecot with postgrey configured, what is the best way to include spamasassin? smapd oder amavis?01:19
cclausenjaypur: apache2.2-common package was reinstalled?01:19
jaypuri'm rebooting the pc just a sec01:20
owen1cclausen: i thought there is some kind of docs about running/maintaining/backups/system admin for ubuntu server.01:20
cclausenjaypur: that nano command was wrong FYI.  its not 000-enable (at least not to my knowledge)01:21
cclausenowen1: those types of docs won't be too mcuh of a change from current versions.  I'd just read what is out there now01:21
jaypurcclausen, what should be the command01:21
jaypur?01:21
cclausenjaypur: well, first, try ls -l /etc/apache2/sites-available01:22
cclausenwhat files are there?  a default file?01:22
cclausenowen1: I use a daily rsync snapshot hardlink script for backups myself to conserve disk space on unchanged files01:23
jaypurdefault, and default-ssl01:23
owen1cclausen: thanks for this insight. i found this page, i believe that is what you are refering to - https://help.ubuntu.com/community/Servers01:24
jaypurgot it01:24
jaypur!!!01:24
jaypurnow it's on!01:24
cclausenjaypur: sudo nano /etc/apache2/sites-available/default does that work?  or is it empty too?01:24
jaypur:)01:24
jaypurnow it's on01:24
cclausenjaypur: I didn't think there was a problem.  good01:24
cclausenowen1: basically, that, yes01:25
owen1cclausen: i use rsync as well. what does it mean hardlink?01:25
owen1i know what symlink is.01:25
jaypurcclausen, now i'll check the port01:25
cclausenowen1: a hardlink is a directory entry that points to a file already on disk01:25
jaypurhttp://tuxserver.no-ip.org/01:25
jaypur:)01:25
cclausenowen1: read the docs on the --link-dest option to rsync01:26
owen1cclausen: great. thanks01:26
cclausenowen1: there is an option to cp to copy using hardlinks as well.  I sued this to create the initial directory to link-dest against.01:27
cclausenowen1: and of course remember that you really want an off-site backup too, not just a local version01:27
owen1cclausen: right now i rsync to external usb drive01:28
cclausenowen1: ah, ok, that works too.  I have actual TSM backups for production servers do just do the rsync for my users to get data without needing to ask me to pull it down from TSM.01:29
cclausenzorzar: I'd look for a guide online and try following the instructions.  I haven't used postfix, but I had spamassassin working with exim4 on Debian sarge back in the day01:30
owen1cclausen: what made switch from debian server to ubuntu?01:31
owen1i am also curious about the differences between the two.01:31
cclausenowen1: ubuntu has a stable release cycle and 5 year support on LTS releases01:32
cclausenowen1: debian thinks "when it is ready" is a fine release schedule01:33
cclausendebian is the base for ubuntu and many packages come directly from there, but debian doesn't have LTS releases and I'm pretrt lazy and don't like to upgrade that often.  I still have some dapper servers running too.01:34
jaypurcclausen, i have this error for ssh http://ubuntuforums.org/showthread.php?t=3323601:34
jaypuri don't know why i'm getting it... didn't do anything that never done b401:34
cclausenjaypur: did you just reinstall?  that error just means that youe ssh key has changed01:34
cclausenit should tell you the line number in your known hosts file01:35
jaypurcclausen, i got this error, removed everything and reinstalled and it's still01:35
cclausendid you remove your known_hosts file?01:35
jaypuryes but i can't find this file01:35
zorzarcclausen: there are guides for everything out there, i wonder what the best solution is01:35
cclausenshould be ~/.ssh/known_hosts01:35
owen1cclausen: are u working for someone or independent? also, do u pay canonical for support?01:36
cclausenzorzar: there probably is no "best" solution.  There are just "works for me" solutions01:36
cclausenowen1: I do not pay.  I fix problems myself01:36
cclausenhad to manually fix a bad nagios2 package... wasn;t sending emails out due to a path being wrong in teh default config01:36
owen1cclausen: so why do u care about the LTS? isn't it for companies that need tech-support?01:36
jaypurcclausen, it's empty...01:37
jaypurgrrr01:37
jaypurarrgh01:37
cclausenowen1: our campus policy says I must have "supported" OSes on the network01:37
cclausenjaypur: ren your .ssh directory and try again01:37
cclausen(obviously that could be bad if you use SSH keys)01:37
owen1cclausen: so u'r the sysadmin for the campus. cool.  when r u planning to uprade to 10.4?01:38
cclausenowen1: and yes, we might need to call for support one day.  good to know that I can if needed.  Much better than paying redhat upfront $50 per server.01:38
owen1cclausen: great. so ubuntu is on a different route than red-hat, in that aspect.01:40
cclausenowen1: in my opinion, yes01:40
owen1cclausen: i just read that canonical are experimenting with admin certificates.01:40
cclausenowen1: I also REALLY hate RPMs.  apt-get is much better about dependancies and there are more packages available in the repos01:41
jaypurcclausen, why is this happening to me... never happened this before... how can i remove all things from ssh and reinstall it?01:41
cclausenjaypur: its a client issue.  has nothing to do with the ssh packages themselves01:41
cclausenjaypur: one whatever ssh client you are using, change the known_hosts file and remove the offending key01:41
JotaHello all!!   I've tried to upgrade my 8.04 server to 10.4, but it no sucess:   sudo do-release-upgradeChecking for a new ubuntu releaseNo new release found01:42
JotaWhat is wrong??01:43
jaypurcclausen, sorry if i'm a little bit dumb today, i'm having some family issues right here... so can you tell me please what should i do right now?01:43
zorzarcclausen: ok thanks01:44
owen1cclausen: how many machines do u manage and what is the strategy for installing/updating them? do u use some kind of a centeralized offline repository?01:45
cclausenowen1: I just have about 13 ubuntu servers, most of them are old laptops in closets to act as DHCP servers01:47
cclausenI do not currently have an automated deployment system01:47
cclausenbut I think I'll setup fai now that 10.04 is released01:47
jaypurcclausen, i does not have the file .ssh01:47
jaypurat ~/.ssh01:48
cclausenjaypur: did you cd ~/; mv .ssh dot_ssh ?01:48
jaypurat my home,... .ssh does not exist01:48
cclausenjaypur: its hidden by default you are using ls -lA to look for it?01:48
jaypurls -lA01:48
cclausenand you are doing this on your ssh client system were you are getting the error?  not the ssh server?01:49
jaypurdoes not exist01:49
jaypuri'm doing it directly to my server01:49
jaypurphysical01:49
cclausenjaypur: pastebin your exact error message somewhere01:50
jaypuri type ls -lA .ssh01:51
jaypuris it correct?01:51
jaypursorry01:51
jaypur=/01:51
cclausenjaypur: please goto http://paste.ubuntu.com/  and paste the full error message01:52
jaypurcclausen, i'm in my laptop, the error is in the pc.... the error is impossible  to access or does not extist01:52
JotaHello all!!01:52
JotaI've tried to upgrade my 8.04 server to 10.4, but have no sucess:01:52
Jota"sudo do-release-upgradeChecking for a new ubuntu releaseNo new release found"What is wrong??01:52
owen1cclausen: can't find a lot of info about FAI but i'll look into it.01:53
JotaThe 10.4 LTS server is not available??01:53
JotaAnyone has already done the upgrade from 8.04 to 10.4 ???01:54
* cclausen attempt to upgrade from 8.04 to 10.04 right now on a web server01:54
jaypurcclausen, lol cd /home/user/.ssh does not exist lol01:55
cclausenoh, jota. I just had your problem01:55
jaypurls -a is showing me01:56
cclausenJota: you need to read more carefully.  need to append --devel-release to that command01:56
cclausenjaypur: paste your error message as I requested before.  I can't help you without seeing the real error message01:56
cclausenJota: ERR, SORRY01:56
jaypurcclausen, the error message is: does now exist01:56
jaypurnot*01:56
cclausenJota: its --devel-release01:56
cclausenjaypur: try the ssh command again01:57
Jotaok...  but if I append -d, will I get the final release, or the RC (or beta) release???01:57
jaypuraaaaah01:58
cclausenJota: the beta becomes the final release so you get both01:58
cclausenJota: I thinl everything is release right now though01:58
jaypurwhy did i need to reinstall it... the last version of ubuntu all things worked right...01:58
cclausengah!  got not enough free disk space error...01:58
cclausenthis is not good...01:58
Jotacclausen: are you sure about that?? I will get the final 10.4 release, as relesed yesterday??02:00
jaypurcclausen, the file just does not exist, ~/.ssh02:00
Jotaor should I wait a few more days to do the upgrade??02:01
cclausenJota: you get whatever is in the repo now.  should be release by now02:02
cclausenjaypur: ignore the file does not exist message. re-try the ssh command.  what error does ssh give you?02:02
jaypurcclausen, what ssh command???02:02
cclausenjaypur: the one you originally asked about02:04
cclausenjaypur: or am I really confused?02:04
jaypurcclausen, i'm tired and having some personal problems here, i'm really sorry to bother you02:05
jaypurcclausen, i think i'll reinstall the ubuntu server02:05
jetoleHey guys. I'm new to software raid. I just installed a new hard drive on a server and did a ubuntu install I told it to use raid1 for 2 disks but only one disk was connected. I want ro connect my old disk, boot the server and copy data from the old drive to the new one before I make the old one part of the raid. If I re connect the old drive and boot off the new one will it auto attach that disk to raid? I don't want to lose the data of the old disk ...02:05
jetole... before I copy it02:05
jaypurcclausen, it's easier for me i think and i won't bother you... and at the instalation... i'll select to install the open ssh....02:05
uvirtbotNew bug: #572719 in kerberos-configs (main) "package krb5-config 1.23 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128" [Undecided,New] https://launchpad.net/bugs/57271902:06
Jotaok...02:06
Jotaand, another question: has anyone done the "do-release-upgrade" via ssh??02:06
cclausenJota: I did that before from dapper to hardy and it mostly worked...  I wouldn't do this from ssh on anything important02:08
cclausenjetole: I think you want to make an offline backup before you do anything else02:10
cclausenjetole: in general, all RAID solutions I've seen want to try and mirror the data immediately, clobering whatever was there previously02:10
jaypurcclausen, I'll reinstall everything thanks for your help man02:13
jetolecclausen: that sucks but ok02:14
jetolecclausen: thats also piss poor programming since I didn't tell it which disk to use as the second one but I'm not hear to argue it. I just wanted to know02:14
cclausenjetole: it might work fine, but I think you are better safe to make a backup before attempting anything02:15
cclausenjetole: always err on the side of caution02:15
jetoleI don't have that option since it's a home server and not one at the office or data center but I will try booting off a live CD02:15
cclausenjetole: you don't have backups ?  that is problem no matter where the server is at02:16
cclausenand RAID is NOT a backup mechanism02:16
jetoleall our servers at work have 3ware cards except for some old Dell servers that have a dell rebranding of an adaptec I think02:16
cclausenthe Dells I use have PERC cards which are re-branded LSI controllers.  I have a custom built server with a nice areca controller too.02:16
jetolecclausen: I know but I'm not rish02:16
jetolethese are PERC too but I thought it was adaptec02:17
jetolepoweredge 2950 III02:17
cclausen2950 II uses PERC602:17
jetoleI think perc 5i but not sure02:17
jetoleoh02:17
cclausenoh, you got the perc5?02:17
jetolenot if you have 2950 II with perc6 I don't02:17
cclausenI have two 2950s with PERC5, but they are original, not the III version02:17
cclausenour 2900 IIIs have PERC602:18
jetolethen yeah I really doubt I have perc5 if you have perc6 in II02:18
cclausenbut I don;t have linux installed on any of the good server hardware, just in VMs and on old laptops02:18
cclausenlspci would tell you for sure though02:18
jetolecclausen: linux is our VM. Used to be ESXi 3.5 but I was disapointed in a lot of features and we migrated a year or so ago02:19
jetolemaybe 18 months02:19
* jetole checks02:19
cclausenI use Hyper-V here.  don't like VMWare at all.02:19
aetaricjetole: what features was it missing?02:19
jetole01:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 1078 (rev 04)02:20
cclausenyep, LSI controller02:20
jetoleaetaric: I don't remember now02:20
aetarici've yet to find anything that esx(i) can't do.02:20
jetoleyeah I remember back when I made the change I had that argument with a bunch of guys in the vmware room02:21
cclausenaetaric: Hyper-V has maximum CPU limits per VM as well as priority settings.  I didn't see that in VMWare02:21
jetoleI don't want to have it again02:21
jetoleglad it works for you02:21
aetariccclausen: it is in there. it is a more advanced feature.02:21
cclausenah, ok.  I figured they would add it somewhere.  I haven't looked at VMWare stuff since 200702:22
aetarici just use it for vmotion....so...02:22
jetolecclausen: well I know since I left they came out with vmware ESXi 402:22
cclausenand I still don't like the crazy network adapters that VMWare adds on teh guests02:22
cclausenwe don't have SAN gear here, so vmotion wouldn't work anyway02:22
aetaricyeah... it is a bit complex...02:22
cclausenI've not found an affordable multiple VLAN redundant SAN solution02:23
jetoleAh I did our first SAN setup ~8 months ago and another one since02:23
jetoleone in the office and one in the DC02:23
aetariccclausen: you don't need a san.... iscsi would work, or nas02:23
cclauseneverything is designed to run on the same subnet in the same datacenter and I need cross-campus redundancy02:23
jetoleaetaric: iscsi is san02:23
cclausenaetaric: yeah, but what is the point if its a single point of failure?02:23
cclausenjetole: technically, iSCSI is just block-level storage.  we have software iSCSI targets on a few systems02:24
jetolesan is block level storage over networking02:24
jetolesan is almost more but iscsi is san02:24
cclausenwell, if you put it that way, yes, that is iSCSI02:24
jetole*almost always02:24
jetoleas nas is filesystem over the net san is block level which covers iscsi and ata over eth02:24
jetoleI know it's rediulously simple san but it is san02:25
jetole*rediculously02:25
jetolestill don't know if I spelled that right02:25
cclausenjetole: I'm thinking more about the actual storage on the backend, not the protocol used02:25
jetoleyou mean like clusters of DAS etc02:26
cclausensort-of02:26
cclausenI mean the ability to migrate volumes betweens disks in different physical locations while the data is online02:26
cclausenactual storage management02:26
cclausenwas looking at nexenta stuff, but it still cost a bit too much02:27
jetoleah, for management we use linux02:27
jetolewe have some expensive file servers and maybe getting some DAS extensions later this year02:27
jetolebut linux does what we need02:28
cclausenI use Microsoft Dfs for end-user network CIFS shares.  works very well for Windows clients02:28
jetoleoh god know02:28
jetoleI use DFS too02:28
cclausenI guess I need to test if Linux has Dfs client support yet...02:28
jetoleI hate it02:28
jetoleno02:28
jetoleno it doesn't02:28
jetoleuse openafs02:28
cclausenhaha02:28
cclausenI'm a chanop on #openafs02:28
cclausen:-)02:28
jetoleI hate dfs and when I get the time I will be replacing it with openafs02:28
jetoleI know very little about openafs but I use DFSr and I despise it02:29
cclausenopenafs doesn't have read-write replication02:29
jetolethats what I was refering too, I forgot DFS does not mean DFSr02:29
cclausenbe aware of that02:29
cclausenI do use the newer Dfs namespace and Dfs-R replication in 2003 R202:29
cclausenthe older windows 2000 stuff kind of sucked bigtime02:29
jetoleI use DFSr on 200802:29
jetoleI used it on 0302:30
jetolenot 200002:30
jetolebrb02:30
cclausenyeah, I need to upgrade to 200802:30
cclausenerr, 2008 R202:30
jetoleback02:31
jetoleyeah we don't have any R2 yet02:31
jetoleanyways, doesn't openafs do what DFSr does?02:31
cclausenI'm doing the lucid upgrade on a 2008 R2 hyper-V VM right now...02:31
cclausenno, openafs doesn't have ANY read-write replication at all02:32
cclausenjust read-only replication02:32
cclausenand its not realtime02:32
cclausenyou need to manually "vos release"02:32
jetoleoh that sucks02:32
cclausenyeah, pretty much02:32
cclausenits on the roadmap for afs, but won't be production ready for a couple of years02:32
cclausenso until I see something else, DfsR seems to be the best available for fairly low cost02:33
jetoleI use drbd mostly which does real time read/write at the block level which works great with ocfs and also you can do realtime io on glusterfs to more then two hosts but these are not windows options02:33
jetolewell glusterfs may be02:33
jetoledrbd definitly is not02:33
jetoleso with openafs you can only write on the master server?02:34
cclausensort-of02:36
cclausenits worse than that02:36
cclausenthe afs client prefers the read-only volume be default02:36
cclausenso the RW one has a different path02:36
jetoleyour downplaying afs a lot for someone whose an op in that room02:43
cclausenwell, its useful, but not as a Dfs replacement02:44
cclausenespecially for read-write replication02:44
cclausenand its worse than that, I'm hosting the afs conference this year: http://workshop.openafs.org02:44
jetolesounds to me like the only real perk is cross platform deployment but what situation would say openafs is good for. Like what type of real world usage would you recommend openafs for?02:45
cclausenwell, I just tried an upgrade from 8.04 to 10.04 and that failed catastrophically.  apaprently the installer didn't like my old kernel...02:45
cclausenjetole: if you are using it for read-only distribution02:45
jetolemeh, I gave up on the upgrade option years ago. I always do fresh installs now02:45
cclausenI know a company that uses AFS to globally deploy new software to a large number of servers in 2 seconds02:46
cclausenAFS callbacks ensure that new data is read at the same time across all of the servers02:46
jetolewhat about say, web content on a server farm?02:46
cclausenthat too02:46
cclausenpictage does that02:46
jetoleand I would run openafs server on the same host as ftp02:46
cclausenyou should probably ask more in #openafs02:47
cclausenwe're probably way off topic for this channel02:47
jetoleanother night. I'm going to bed in 1002:47
jaypurcclausen, re installing :D almost done03:04
cclausenjaypur: cool03:04
cclausenI also re-started the upgrade process03:04
cclausenI first installed the default linux-image-generic kernel in 8.04.  I think I'll have better luck with this than the self-built xen kernel I was using before...03:05
jaypurhm03:05
cclausen(luckily going backwards is easywith a VM)03:05
jaypurthe 10.4 is with a new resolution i think03:06
cclausenprobably different video drivers03:06
jaypurcclausen, finished....03:12
jaypurnow i need to see the ssh if it's working...03:12
cclausenexcellent.  I'm getting farther in this install too.  I think that the installer crashed on me last time and my system was half upgraded03:12
jaypurnow i'll change the ssh port03:15
cclausenjaypur: why are you changing the ssh port?03:15
jaypurbecause my internet service blocks ports like 22, 80....03:16
jaypursux BRAZILIAN INTERNET lol03:16
cclausenah, ok03:16
cclausenthat is a good reason :-)03:16
jaypurchanged03:17
jaypurdo i need to restart ssh?03:17
cclausenI would03:17
jaypurhow do i restart the app:?03:17
cclauseninvoke-rc2.d ssh restart03:17
cclausenrestarts the sshd server03:18
cclausenerr, hmm. might not be a "2" in the command03:18
jaypurwhy the invoke-rc2.d?03:18
cclausenits invoke-rc.d ssh restart03:18
cclausensame as running /etc/init.d/ssh restart03:18
jaypurdamn i can't connect03:19
cclausenwhat error ?03:19
jaypurssh: connect to host IP port 1010: Connection refused03:20
cclausenfirewall ?03:20
jaypuraaaaaaaw noooo03:20
jaypurnot again03:20
jaypur@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @03:20
jaypurnow i restarted the app right03:20
cclausenwhat client are you sshing from?03:20
jaypur...03:20
jaypurand again03:21
cclausenyes, that is an expected error03:21
jaypurfrom ubuntu the normal ssh03:21
cclausenyou are sshing from your ssh to your server ?03:21
jaypurhere we go again03:21
cclausen(e.g. to localhost ?)03:21
jaypurim sshing LOL from my laptop to my server03:21
jaypursame internet03:21
cclausenyou need to change the known_hosts file on the laptop03:21
cclausenthis error has nothing to do with the server side at all03:21
jaypuraaaaaaaaaaaaaaaah03:22
jaypurat the laptop03:22
jaypurlol03:22
jaypurommfg03:22
jaypurYTEAAAH03:22
jaypurYEAH03:22
jaypurIT WORKED03:22
jaypurcclausen, i love you man ahahhaa03:23
cclausenthis is what I was trying to say before03:23
cclausen:-)03:23
jaypuraaah sorry man i was at a bad time03:23
jaypurnow i took a bath and everything is cool at my house03:23
jaypuri was having some problems03:23
jaypursorry03:23
jaypurnow i'll configurate apache yeaahh03:23
owen1cclausen: thanks for helping us here03:24
cclausenno problem03:24
cclausenI'm watching do-release-upgrade do its thing...03:24
owen1yeah, i am installing it as well now-03:25
owen1do u use vbox to manage vms?03:25
owen1i want to learn to use the text-based client of vbox03:25
cclausenI only run VMs in Microsoft products myself, Hyper-V and Virtual Server03:26
owen1so i can manage it with screen03:26
cclausenyeah, that sounds like a good plan03:26
owen1ok03:26
cclausenI wish I had a text interface to hyper-v that I knew how to use03:26
cclausen(there is powershell, but I haven't learned all that stuff yet...)03:26
owen1if u'll swith to vbox i'll be happy to blog my progress so others will learn it.03:27
cclausenwrite a blog post or something03:28
cclausenor write something on the community forums03:28
jaypurit works03:28
jaypurnow should i install mysql, phpmyadmin, php5 and no-ip?03:29
jaypur>D03:29
cclausenhmm.. does anyone know how to get rid of graphical 10.04 boot screen and get a text log?03:31
jaypurhmmm03:31
jaypuri think you can do that at start up manager03:32
jaypuror editing the grub dunno03:32
cclausenok03:32
cclausenwhatever graphical mode is in use now is basically useless in Hyper-V03:32
owen1%s/s/php5/ruby03:33
owen1cclausen: i did it in 9.10.03:33
jaypursudo apt-get install mysql?03:34
owen1cclausen: i deleted a file from /etc/init.d03:34
jaypuris it ok?03:34
cclausenjaypur: yeah, that should work03:34
owen1cclausen: but i can't remember it's name03:34
cclausenowen1: I wouldn't do that03:34
cclausenit can end badly03:34
cclausenif you want to prevent something from running, uninstall the package03:35
jaypurmysql php5, phpmyadmin... i think thats all i need03:35
owen1cclausen: maybe the package is called gdm? not sure..03:35
cclausenor update-rc.d -f remove <filename>03:35
cclausengdm is the graphical login screen03:35
jaypurscp comes with ssh right?03:36
cclausenshould03:37
cclausenopenssh-client I think03:37
jaypuri need to transfer some files03:38
jaypurwhen i was "noob" at the server, i used the ubuntu desktop to manage the files03:38
jaypurnow i can do it remotly...03:38
cclausendpkg -S `which scp` -> openssh-client: /usr/bin/scp03:38
owen1cclausen: didn't u asked to get rid of the graphical login screen?03:38
jaypurand i want to transfer again remotly... and use all text based03:38
cclausenowen1: yes03:38
cclausenoh, I see, you were trying to answer03:39
cclausennot that screen03:39
jaypuri thing is...03:39
cclausenits the boot one03:39
cclausenbefore gdm loads03:39
owen1cclausen: r u talking about desktop or server?03:40
cclausenowen1: server03:40
owen1cclausen: is the server coming with gdm?03:40
cclausennot that I can tell03:41
cclausenits before gdm would load03:41
cclausenits a screen with the words Ubuntu 10.04 in the middle03:41
cclausenmaybe it is grub03:41
cclausenI will have to look around03:41
owen1cclausen: why do u want to get rid of it?03:41
cclausenthe screen updates at like one line in 5 seonds03:42
cclausenvery annoying to try and use03:42
cclausene.g. the video mode is too slow to use03:42
jaypurto run a complete web server...03:45
jaypurwhat do i need? mysql, phpmyadmin, php5.... anything else????03:45
owen1real web sevrer runs on ruby (-:03:45
cclausenjaypur: apache2 is a real webserver03:46
cclausenyou don't need php or mysql03:46
owen1jaypur: u might need nginx/apache03:46
cclausenwell, ht grub2 install rendered my vm unbootable03:46
cclausentime to find an iso to boot from...03:46
jaypurbecause some applications need mysql... but when i look at the tutorial they tell to install phpmyql some sh*t like that03:46
owen1cclausen: u use alternace CD, correct?03:47
owen1alternate03:47
handheldCarjaypur: http://suds.blogsite.org/content/installing-drupal-run-home03:50
jaypurhandheldCar, thanks03:50
cclausenI use the server cd03:50
cclausenoh no.  not drupal!03:51
cclausenthat is the way to much pain03:51
cclausenvi and html files are all you need03:51
cclausenmuch safer that way03:51
handheldCarwell it's good to learn cms03:51
cclausenmaybe, but its a pain to keep up to date03:52
cclausenand can quickly turn into a security problem03:52
handheldCarit's praised as easy, but it becomes a pita every now and then.03:53
owen1jaypur: might be a good read for you - https://help.ubuntu.com/community/SSH?action=show&redirect=SSHHowto03:56
jaypurowen1, bookmarked!03:56
jaypurscp: .: not a regular file03:57
jaypureverything is going wrong and i do all the same HAHAHA03:57
handheldCarWhat is scp?03:59
jaypurit's an app to transfer files from your pc to your server by ssh03:59
handheldCarwhat are you copying? I just download things to my server.04:00
jaypura .zip04:00
jaypuri really need to copy it now because i have to go to sleep and start the server lol04:01
jaypurcounter strike server lol04:01
owen1handheldCar: short for secure copy04:02
owen1jaypur: you can also use it to get stuff from your server.04:03
handheldCari use sftp username@server.ip.address04:03
jaypuryea i now04:03
handheldCarput filename.zip04:03
jaypurhandheldCar, but you need to configure the ports for ftp? or get a ftp client?04:03
owen1scp -r <folder> username@server.ip04:03
jaypuri want to transfer a file from my pc to the server04:04
handheldCarsftp is part of ssh04:04
jaypurscp -P 1010 /home/users/file.zip user@ipadress: /home/user04:04
handheldCaru shouldn't have to specify either home directory path.04:05
jaypurwhat should i do?04:06
handheldCarone of the above and report back04:06
jaypurlol it's working now04:08
handheldCar:)04:08
jaypurbut didn't put any path to the server, it will tranfer to what folder?04:08
handheldCar~04:08
owen1jaypur: home i believe04:08
jaypurthanks04:09
owen1it's so simple, ah?04:09
jaypuri've already done it... but i forgot... hahaha04:10
jaypuri love linux04:10
jaypur:)04:10
jaypurtomorrow i'll set the mysql...04:10
jaypuri'm too tired...04:10
jaypuri'll just set the counter-strike server on04:10
owen1cclausen: i found this link to automate deployment of many ubuntus. might be helpful insteald of FAI - https://help.ubuntu.com/community/AutomatedNodeDeployment04:13
jaypurnow i'll sleep04:18
jaypurthanks a lot guys04:18
jaypuryou made my day04:18
=== erichammond1 is now known as erichammond
owen1come back tomorrow!04:24
jaypuryeah04:26
jaypurjust got back04:26
jaypuri was brushing my teeth04:26
jaypuri think my server is faster now04:26
jaypuri put04:26
jaypurnice -n -20 to counter-strike server04:26
jaypurnow it's aaaaaaaaall riteee04:27
jaypurthanks a lot everyone04:27
owen1come back after flossing04:27
jaypurhave a good nite, and weekend....04:27
jaypurhahahaha04:28
owen1it's actually double meaning - floss = free libra and open source04:28
jaypurlol04:29
jaypurnice04:29
jaypurnow i'll go04:29
jaypurbye man04:29
jaypursee ya04:29
owen1take core04:29
owen1care04:29
cclausenok, not a fan of grub204:36
owen1cclausen: what's going on?04:49
cclausengot grub1 reinstalled04:49
cclausenand system is booted04:49
cclausenseeing why apache isn't starting now04:49
cclausensomething about suexec requiring a wrapper04:50
owen1you uninstalled grub2?04:51
cclausenno04:51
cclausenI booted to a boot cd to fix grub04:52
cclausenthe chain load works04:52
cclausenthe remove legacy part does not04:52
cclausenapparently there is a new apache2-suexec package04:52
cclausenI'd consider having suexec in config files and the upgrade not installing the package a bug04:52
owen1why do u use apache forL04:54
owen1?04:54
cclausenwhy do I use apache?05:05
cclausenits a web server05:05
cclausenI need one05:05
owen1nginx is better in terms of cpu usage - http://www.joeandmotorboat.com/2008/02/28/apache-vs-nginx-web-server-performance-deathmatch/05:06
owen1and it's very easy to configure05:07
cclausenno, its not05:07
cclausenI need mod_auth_kerb05:07
cclausenand I need suexec functionality05:08
owen1got it05:08
cclausenand does that handle .htaccess files?05:08
cclausenI've seen people use nginx as a proxty, but I don't think it is a good general web server for a multi-user hosting environment05:08
owen1i want to install it but not sure about multi-user hosting05:11
mikelifeguardWhy is allowing PHP in ~/public_html when mod_userdir is enabled considered a security risk?05:12
cclausenb/c any user can access any others user's code05:13
cclausenunless you take care to really lock down php05:13
cclausenand you can't use suexec with mod_php05:14
cclausen(I use mod_fcgid and suexec for php)05:14
mikelifeguardHow could one user access another user's PHP code? (you mean to edit right?)05:15
mikelifeguardI suppose they might allow that by accident, or not knowing what chmod o+w does05:16
cclausenno05:17
cclausenif the web server can read it, I can read it05:18
cclausenI can grab files that list things like mysql database passwords05:18
cclausendon't need write acces to cause problems05:18
cclausenand ifthe web server has write access its a problem05:18
mikelifeguardah, right05:19
AdamDVAny one got any guides on compiling apache2 on 10.04?05:28
AdamDV(Or any version)05:29
=== rgreening_ is now known as rgreening
ScottKWhy not just use the packaged version?06:02
uvirtbotNew bug: #572792 in php5 (main) "php5 is 5.3, but not fully supported by Drupal6" [Undecided,New] https://launchpad.net/bugs/57279206:06
=== Mike||gone is now known as mikelifeguard
=== erichammond1 is now known as erichammond
uvirtbotNew bug: #572860 in dbconfig-common (main) "package dbconfig-common 1.8.44ubuntu1 failed to install/upgrade: el subproceso script post-installation instalado devolvió el código de salida de error 1" [Undecided,New] https://launchpad.net/bugs/57286009:46
Bilge_Assuming that `host` gets its information from the locally running `named`, how can I flush the cache so that it picks up an entry that every other DNS server is seeing10:04
Bilge_Also I don't know why it would cache a not found response so aggressively, but that's a separate issue10:04
SchmidtBilge_: Shouldn't a caching DNS go out and fetch unknown DNS entrie ?10:09
Schmidtfrom its DNS :)10:10
Bilge_What10:13
=== Bilge_ is now known as Bilge
owen1 i usually delete /etc/init/gdm.conf so i will not see the graphical login manager and have a text-based login. is this the correct way?10:19
Schmidtowen1: You could just disable the gdm and/or xdm from the init system10:20
uvirtbotNew bug: #572881 in mysql-dfsg-5.1 (main) "package mysql-server-5.1 (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/57288110:21
johnlvpl_Question: can Ubuntu Server feed an internet style cafe?10:24
johnlvpl_Johnlvpl10:35
owen1Schmidt: can u elaborate?10:44
Schmidtowen1: there is a tool called update-rc.d which one can use to disable for example gdm10:45
Schmidtused like "$ update-rc.d gdm remove"10:46
owen1Schmidt: awesome10:46
Schmidtowen1: and I should upgrade the server to 10.04 soon :)10:47
johnlvplGuys is ubuntu server be appropriate to run an internet café11:08
wathekhello all11:11
wathekfrom where can I get the pxe files for the lucid ?11:11
owen1johnlvpl: yes. the internet cafe module was added since 9.0411:14
owen1lucid was installed, i am restarting and hopefully will u see u all in 40 seconds (-:11:16
Pirate_Hunterhas anyone tried lvm install with lucid because i've tried twice and /root doesn't get recognised, not sure if it is a problem with lucid or grub considering in 8.04 I had lilo as my loader, anyone had the same issue?11:20
owen1works!11:26
johnlvplHi guys can ubuntu server run an internet cafe11:27
RoyKjohnlvpl: don't see why not - even win95 could do that :)11:28
Pirate_Hunterhas anyone tried lvm install with lucid because i've tried twice and /root doesn't get recognised, not sure if it is a problem with lucid or grub considering in 8.04 I had lilo as my loader, anyone had the same issue?11:29
RoyKPirate_Hunter: it doesn't help very much to repeat the question - people usually can read11:30
johnlvplroyk: I want to steer away from a windows environment and have something that is secure; reliable and has the appropriate monitoring tools11:30
RoyKif they can't, it matters even less :þ11:30
RoyKjohnlvpl: do you want the server as the router/proxy or what?11:31
RoyKthin terminals?11:31
johnlvplroyk: was looking at a solution that offers desktops, thin clients and a wifi access11:31
RoyKlook into LTSP11:32
RoyKif wifi access is something you're gonna sell, dunno any standard solution, but it should be trivial to write one11:32
johnlvpllooking at ltsp now thanks royk11:33
owen1Pirate_Hunter: i just installed xubuntu lucid11:33
RoyKPirate_Hunter: /root or /?11:35
RoyKPirate_Hunter: is /boot on a separate filesystem?11:36
Pirate_HunterRoyK, yup11:36
RoyKyup what?11:36
Pirate_HunterRoyK, im doing a raid 0 with lvm, /boot is on raid1, the rest on 0, on top of that I've got lvm as i.e. /, /home, /var... etc but /root is the only one not being recognised on boot11:38
RoyKout of interest - why would you have /root on a separate filesystem?11:38
RoyKalso, raid 0 is playing with matches and petrol11:39
RoyKdisks die, it's in their nature11:41
Pirate_HunterRoyK,, why wouldn't I? It is the setup I chose on top of that the only thing I can find for my problem on google is this link http://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg2183075.html but I aint using a powerpc. On top of that raid 0 works quite well under 8.04 wouldn't know why lucid would be any different aand this are new disks11:42
RoyKPirate_Hunter: /root should be on / since you want it to exist in case of a non-root-filesystem failure11:43
RoyKraid0 surely works, I'm not saying that, but it's not really safe11:43
Pirate_HunterRoyK, /root is mounted as / just typed it as /root as its simpler to understand in my opinion, I understand 0 aint the most safest but for what I am doing it is a good choice, just wondering if you would know why / isn't being picked up instead sending me to busybox intiframs11:45
RoyKmight be a grub2 failure11:46
RoyKthere have been boot problems with grub2, at least in the alpha/beta stages of lucid11:46
owen1cclausen had some issues with grub2 a few hours ago11:47
jaypurowen1, :D11:48
jaypurcclausen, :D11:49
Pirate_HunterI'm suspecting it could be grub could never get it working on 8.04 so went by the default choice of lilo as I gave up installing grub manually, however lucid doesn't give an option for lilo. Well im wiping the disks again and will try to the procedure again hopefully I'll be able to identify the problem11:49
DatabaseI've come across a very strange problem with my server. I just upgraded it from 9.10 to 10.04, and the server is now no longer booting - can't SSH in, no video is being displayed on the physical monitor, not responding to pings. The hard drive is active, as I can hear it, and there appears to be some sort of network activity, but I cannot interact with the machine at all.12:07
mcasDatabase: du you have a serial port on the server?12:13
Databasemcas: Not that I know of.12:13
DatabaseThe server's an old IBM NetVista, see.12:14
mcascan you boot into a live cd12:14
DatabaseI would have to check - the CD drive wasn't responding, but I think that's simply because it wasn't plugged in. Hold on, I'll go try.12:15
DatabaseHmm. It looks like there's not even any video output at POST.12:20
mcasbut POST is still readable?12:23
DatabaseNo.12:23
DatabaseThere's no output at all.12:23
DatabaseI turn the server on, everything spins up - the CD drive, the hard drive - but there's no indication as to what it's actually trying to do.12:24
mcasstrange idea but ... is it possible that the video card is broken?12:24
DatabaseI hope not - it's onboard!12:24
DatabaseBut it is a distant possibility that it's somehow been fried without me noticing.12:25
DatabaseI suppose the logical next step would be to dig up a graphics card and see what happens.12:27
=== wolgiee is now known as blogggger
martinjh99I have enabled mod_rewrite with a2enmod rewrite and restarted apache...  Is there anything else I need to do to get rewrite working...?13:51
martinjh99I seem to remember I had to change a setting somewhere but can't remember where...13:52
Falcchange AllowOverride in sites-available/<config file>14:13
martinjh99Have done still working - Druapl is saying it is not configured...14:20
martinjh99not working14:20
Databasehave you restarted again?14:20
martinjh99yup14:20
wathekhello all I'm configuring a PDC but when I try to add a Windows machine to the Domain I put the username/password of the domain admin and it says the username is unavailble14:22
RoyKwathek: I guess #samba would be of more help14:27
wathekRoyK, ther's no samba 3 for lucid ?14:31
PirosB3__Hi all, i am a happy user of ubuntu server, currently 8.04 , which benefits are there of upgrAding to 10.4? Thanks14:35
joschiPirate_Hunter: https://help.ubuntu.com/community/Server/TechSpecs/new plus the things mentioned in http://www.ubuntu.com/getubuntu/releasenotes/100414:42
joschimeh, I meant Piros83__ but I was obviously too late14:43
wathekI got a problem I couldn't login to my ubuntu-server it says  Login tamed out after 60 seconds14:56
uvirtbotNew bug: #573048 in openldap (main) "package slapd 2.4.21-0ubuntu5 failed to install/upgrade:" [Undecided,New] https://launchpad.net/bugs/57304815:06
uvirtbotNew bug: #573049 in openldap (main) "package slapd 2.4.21-0ubuntu5 failed to install/upgrade:" [Undecided,New] https://launchpad.net/bugs/57304915:06
PupenoAny recommendations on how to backup Amazon EC2 instances?15:07
bluethundr_I need to purge courier-authdaemon so I can rebuild it from source so I can work around an incompatibility in an old packaged version. but when I try to do that I get this error: http://pastebin.com/wiBbvUC815:28
bluethundr_any thoughts/hints?15:28
marshalli just installed dovecot-postfix, how do i create email users?15:34
=== dendro-afk is now known as dendrobates
=== 40FAAUE7J is now known as dendro-afk
PirosB3_i all, i am a happy user of ubuntu server, currently 8.04 , which benefits are there of upgrAding to 10.4? Thanks15:51
jaypurPirosB3_, the main benefit i saw was the screen resolution, and i think it's faster15:53
PirosB3_Great :) although i dont hAve X installed, only ssh. Do you think upgrade could screw something? Thanks :D jaypur15:55
jaypurPirosB3_,  look my friend...15:58
ukevHi, I've installed ubuntu 10.04 and migrated my kvm guests from gentoo, but now they are not working anymore15:58
ukevthe error is: internal error cannot parse QEMU version number in ''15:58
ukevwhat does that mean?15:58
jaypuri don't know, i can't give you a word that would screw anything... but... dependes how you upgrade it i think... i use X with ssh.... i installed nautilus at my server so i start ssh -X ip... and sudo nautilus :)15:58
jaypurPirosB3_,15:58
ukevI could not found anything, also I could not found a bug in launchpad15:58
RoyKukev: it probably means "I'm allegic to gentoo! go away!"15:58
ukevthe guests are ubuntu...15:59
PirosB3_Thanks jaypur16:00
jaypurPirosB3_, you're welcome :D16:00
RoyKukev: sorry - I just don't know - don't use kvm16:02
RoyKs/don/I don/16:02
ukevRoyK, I thought kvm is the preffered way for virtual machines in ubuntu since it dropped support for xen and openvz and a few more..16:03
Jeeves_ukev: It is16:06
ukev(btw. I'm using kvm with libvirt)16:06
Jeeves_RoyK just isn't using it16:06
ukevand it seems like a libvirt error message16:06
ukevI tried to start the virtual machine with virsh and through virt-manager - both times same error message, I also created a new virtual machine because I thought the config file syntax has changed but there is the same error message16:09
AdamDVukev: https://bugs.launchpad.net/bugs/490370 http://bugs.gentoo.org/show_bug.cgi?id=294169 http://osdir.com/ml/libvir-list/2009-05/msg00192.html http://www.mail-archive.com/libvirt-users@redhat.com/msg00107.html16:11
uvirtbotLaunchpad bug 490370 in libvirt "Cannot start guest with emulator wrapper" [Undecided,Invalid]16:11
AdamDVhttp://lmgtfy.com/?q=internal+error+cannot+parse+QEMU+version+number+in+ubuntu16:11
RoyKis kvm really as good as xen these days?16:12
AdamDVRoyK: Not from my expierence16:13
AdamDVXen is far superior for 99% of things.16:13
AdamDVEspecially for VPS's.16:13
ukevAdamDV, thanks, I found these ressources, too, but I could not find a solution in it. I don't want to pass usb inside a machine and I don't need a wrapper script16:15
AdamDVHeh.16:16
ukevok, I figured out that it will start if I disable apparmor like the one in the launchpad bugreport, but I don't use any custom wrapper script16:25
ukevthe emulator entry points to /usr/bin/kvm16:25
ukevok it works now after removing the <emulator> tag16:30
ukevthanks16:30
AdamDVAnyone know what Ubuntus apache2 --prefix is?16:34
PhoenixSTFhello i need to change the colors of the Server terminal any leeds?16:39
AdamDVPhoenixSTF: Your $PS1 variable, and your ~/.bashrc16:40
AdamDVAnd your terminal profile ;)16:40
PhoenixSTFso i gotta change the .bashrc file16:41
AdamDVyES16:43
AdamDV*Yes :|16:43
PhoenixSTFany simpler way?? its a work my brother gotta do for school so there is no simpler way?16:43
AdamDVNo.16:46
AdamDVUnless you change your terminal profile.16:46
PhoenixSTFand everytime i reboot the server the collors will stay?16:46
AdamDVYes16:47
AdamDVBut, only you will see them.16:47
PhoenixSTFya but thats on command screen not on gui16:48
PhoenixSTFso no problem right16:48
PhoenixSTFwell ive give a try16:49
PhoenixSTFthanks a lot adam16:49
PhoenixSTF:D16:49
PhoenixSTFcheers m816:49
AdamDVI should check my screen more often :/17:10
wtfplymouthafter nearly 2 days of trying still no sucess of automatically skipping mount errors on boot with 10.0417:19
cclausenAdamDV: where you asking for apache2 --prefix at compile time?17:22
AdamDVcclausen: Nevermind, I've decided to rebuild the deb instead of compiling17:22
cclausenAdamDV: you can apt-get source for the packages and look at the rules file17:22
cclausenI don't think there is a single --prefix.  more likely various places where specificed to match debian policy17:23
AdamDVcclausen: Thats what I did :)17:24
cclausenwhat did you need to change?17:24
cclausenb/c just rebuilding the deb straight up is the same as just installing the provided package17:25
AdamDV--suexec-docroot and --suexec-html17:25
AdamDVI changed those two in the debian/rules17:25
cclausenthere is now a custom suexec package17:25
AdamDVAnd incremented the version and wrote my changes in the changelog.17:25
cclausenthat I thought let you do things like that17:25
AdamDVIf there is, its too late now.17:25
AdamDVBut, Its still a good idea to rebuild the deb, because I'm going to put it on around 100 or so servers.17:26
cclausenhttp://packages.ubuntu.com/lucid/apache2-suexec-custom17:26
AdamDV(Were setting up a hosting infrastructure)17:26
* AdamDV clicks17:26
cclausenusing it in more places I'd say its better to NOT rebuild it yourself so that normal security updates will apply17:26
AdamDVHmm17:28
AdamDVHow would I use apache2-suexec-custom ?17:29
Jeeves_Mossjust wondering how to restart authdaemond.  I'm getting this error.  http://pastebin.com/f9vTy7V717:41
AdamDVcclausen: If I install apache2-suexec-custom do I also have to install apache2-suexec17:49
failoverI'm tryng to install Lucid 10.04 64b from pendrive in a hp proliant DL 145 G3, but after choose a keyboard layaut, i can't go ahead because the instaler can't find the packages in a "cd-rom"17:54
failoverAm i missing someting ?17:54
failoveri'm think that is impossible for the instaler detect a cd-rom if the machine dosen't have one...17:55
failoveri build the bootable usb using unetbootin, any tips ?17:55
cclausenAdamDV: I am not sure.  I assume it would pull it in as a dependancy if it was needed also18:09
AdamDVW00T!18:13
AdamDVnano on Lucid has syntax highlighting :D18:14
cclausenfailover: is there a netinstall package that you can put on the usb drive instead of using a cd-rom based one?18:28
failovercclausen, i already got a solution,  https://help.ubuntu.com/community/Installation/FromUSBStick18:31
failovercclausen, i start the install with this command: "install cdrom-detect/try-usb=true18:32
amstanhey, can you guys help me with a noob question, i tought i understanded this, but apparently i don't18:40
amstanI can't write stuff on a folder in my server for some reason18:41
amstanhold on, i'll post it on pastebin18:41
cclausenamstan: that isn't very descriptive at all18:41
amstanhttp://pastebin.com/RxkgVCPs18:43
amstancclausen: that link should provide more info18:43
cclausenamstan: the "+" in the ls output means there are ACLs on the files18:43
amstancclausen: yes, i want to add that too18:43
amstancclausen: http://pastebin.com/AGcEkhHX18:44
amstani just did a chmod 770 on all of those files18:44
amstani tought they should of changed the acls18:44
cclausenman acl18:45
cclausenman setfacl18:45
cclausenman getfacl18:45
cclausenand see if that helps18:45
cclausenchmod won't change the ACLs18:45
cclausenthat is kind of the point of the ACLs18:45
amstancclausen: so i'm to understand that they'll complement eachother and unless both give permissions for something, the action is denied18:46
cclausenyeah, basically18:46
amstanok18:46
cclausenyou can setfacl --remove-all to get rid of the ACLs, but this can have complications.18:46
cclausenyou might need to run that as root, assuming you have root access18:47
amstanyes18:47
cclausen(or your computer may use a different ACL scheme entirely)18:47
cclausenlooks like your ACLs only allow write to the owner18:47
amstananother question, is it possible that some sftp clients will ignore the acl settings?18:48
cclausenwhat do you mean ignore?18:48
cclausenmost sftp clients won't know that ACLs exist18:48
amstanok, nvm that18:48
cclausenbut they won't allow you to just write there anyway18:48
amstani still have the same issue with the denied18:48
amstani just did a --remove-all18:48
cclausenare you sure it worked?18:49
amstangetfacl still reports group::r-x18:49
amstanwait.. what?18:49
amstaneven the chmod is wrong now18:49
cclausentry with setfacl -d --remove-all18:49
cclausenlet me ask, why were acls setup in the first place?18:50
cclausenif you don't want them, don't use them18:50
amstancclausen: because i have multiple users writing files to places18:50
cclausenyou can remove "acl" from the mount options in fstab and reboot18:50
amstanit's usually through stuff like samba18:51
cclausennormal unix permissions should work for most cases18:51
cclausenunless you have a specific reason to use them18:51
cclausenI mean they work, but you have to know what you are doing18:51
amstanwell.. the problem i have is that when a user creates a new file, none of the other users can edit it18:51
amstanand it's supposed to be a public folder18:51
cclausenso create a group for the users, put everyone in it18:51
cclausenand have th user chmod g+w18:51
cclausenand possibly chgrp it if needed18:51
amstanthey usually do the file stuff through samba18:52
cclausenoh, well, that is a different problem if its through samba18:52
amstanit's a family server, i can't expect my mom or dad to chmod stuff18:52
cclausenerad the samba docs to figure out how to set the acls correctly18:52
vraa_i think cclausen has it right, if your family is on windows, you take their usernames, and create the same usernames on the solaris, put them in a group, and chmod/chgrp the folder with the group's goahead18:55
vraa_i am on that part right now setting up a zfs fileserver, i am going to try to get osol added to a win2k8r2 active directory and get idmap to do all the stuff18:56
uvirtbotNew bug: #573166 in samba (main) "package winbind 2:3.4.0-3ubuntu5.6 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 2" [Undecided,New] https://launchpad.net/bugs/57316618:56
vraa_oops sorry i thought you were using zfs18:57
vraa_although the same might apply18:57
amstanhere's a problem i had: i uploaded photos on the server with samba, and all the files would just get alex:alex 77518:57
amstansame with sftp18:57
amstanso nobody else could edit them, even if the parent dir was writable by others18:58
amstanacls seem to be working18:59
cclausenvraa_: unless I'm missing something, there is no native zfs support for linux19:11
vraa_ya sorry i thought we were talking about osol19:11
cclausenvraa_: this channel is titled ubuntu-server19:12
cjsIs there an image from which I can install that VM-optimized kernel, rather than the standard one?19:21
cclausenthere is jeos version of ubuntu19:23
cclausennot sure if its been updated for 10.04 yet or not though19:23
cjsAh, I think that is the one, isn't it?19:23
kklimonda2/b 1819:24
kklimondaheh19:24
cclausenI'm using the linux-image-generic under Hyper-V and it seems to work19:24
cjsOh, it does work. I'm just looking for something efficient.19:25
* amstan is installing zoneminder19:25
cjsThis whole mess happened because I decided to take the "easy" way out and use vmbuilder to build VMs. Which turns out, if you're not using bog-standard options, to just completely ignore what you asked for half the time. Of course you only find out ten or fifteen minutes later.19:25
AdamDVamstan: whats zoneminder?19:28
scarso jeos is better to use for a VM than standard ubuntu-server?19:29
amstanAdamDV: this cool video security program19:30
amstanit has a web interface19:30
AdamDVnise19:30
amstanso you can install cameras around the house and so on19:30
amstanyeah, look it on wikipedia19:30
cjsYeah, the jeos kernel (which is just a standard package, if I understand correctly) is leaner and uses virtual devices in preference to emulated "real" ones.19:31
scaryou add '--flavour virtual' to the vmbuilder's options19:33
amstanbtw, anyone know how to fix the "'Access denied for user 'debian-sys-maint'@'localhost' (using password: YES)'" error?19:33
amstani reinstalled the os, but copied over the /var/lib/mysql/ folder19:33
* scar wonders if --flavor works19:33
amstanso the user account has a different password, where can i find what password ubuntu is trying to use?19:33
cjsscar: Yes, but vmbuilder has been my Big Pain In The Ass for like a day now, which is why I'm wanting to avoid it. Though if you can make it work for me, I will send you money for beer.19:34
RoyK--add-colourful-flowers19:34
scarcjs, what else has been a problem?19:34
cjshttps://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/57317119:35
uvirtbotLaunchpad bug 573171 in vm-builder "vmbuilder sometimes ignores --raw option" [Undecided,New]19:35
cjsIt's simple, I would think. I want to build on a block device (in this case, an LVM volume). I want it to use the whole darn thing.19:36
cjsBut I think that vmbuilder's command line parsing (and I only got to this after misery with using an options file) is so buggy that it's rather hopeless for me to try to get it to build what I want.19:37
* amstan has fixed his mysql problem19:38
scarhmmm... well i will be setting up a server with several VM's so i'll see what happens.  i want to figure out how to use the free space in my volume group as a hard drive and have the VM directly make partitions in it19:38
cjsscar: You don't want the *VM* to make partitions in it. Just make a logical volume for each "drive" you want to use in a VM, and pass those in as the "drives" for VMs.19:41
cjsDoes that make sense?19:41
gsfswhat would be the natural steps to make sound work after install a fresh ubuntu server edition?  I did install alsa-utils. turned the sound up, but get no sound19:41
gsfsusing mocp for testing sound.. server will become mpd server if I get the sound to work19:42
gsfsbtw  the package speaker-test would be nice to have in 10.04 too :)19:46
scarcjs, i want the VM to make partitions on it, then i can easily resize. i've done what you said but, on the host, the logical volumes still show up as one big unallocated volume19:46
scari think iwant to use a logical volume pool, but i can get it defined right.19:46
scarhttp://libvirt.org/storage.html#StorageBackendLogical19:47
AdamDVmsantos: Hey! I thought I was the only one in Toronto to use Ubuntu.19:47
cjsscar: Oh, there's tricks with a loopback mount to actually get the partitions.19:47
cjsThe issue here is that the Linux loopback concept, unlike the BSD one, does not treat the new device as a real disk with a partition table, but as just a partition. But of course when you pass that partition in as a "disk" to KVM, it treats it like a disk.19:48
cjsBut you can confirm pretty easily that you really do have a partition table there. Do an install on to an LVM volume, and then "fdisk -l" it. You'll see a partition table.19:49
scarso, when i want to increase the size of a partition in a VM, i can still increase the size of the logical volume. then i can resize within the VM?19:51
gsfswould sound work out of the box normally on a ubunut server??19:54
gsfsor do I have to install and tweak to make thing workl??19:54
cjsscar: Right.19:55
* scar still wonders what a logical volume <pool> would be for19:55
DanCshould "Upgrading Using the Alternate CD/DVD" work as documented in https://help.ubuntu.com/community/LucidUpgrades ?19:56
cjsI'm contemplating that as a strategy for my next try. Install the standard 5GB partition on the logical volume, and then expand it to fill the rest of the logical volume in some way. Clearly not while the LVM is running, given that it's the root....19:56
DanCit starts downloading from the net no matter what I do19:56
cjsscar: do you have a reference for the idea of a logical volume pool?19:56
cjs(I know RAID and disk crap pretty well after 20 years of sysadmin....)19:57
scarcjs, just that libvirt.org link above...19:57
cjsDanC: It will, I believe, always download even newer stuff from the net after it installs the versions from the CD.19:57
DanCfrustrating, since there's a dialog that asks if I want that and promises not to use the net at all if I say no19:58
cjsscar: Ah!19:59
cjsDanC: have you considered unplugging the network cable? :-)19:59
DanCI did 'ifdown eth0'20:00
DanCand it said "failed to download [zillions of packages]"20:00
cjsDanC: Let me clarify here: you were using the installer?20:00
DanCI was using: gksu "sh /cdrom/cdromupgrade"20:01
cjsscar: That's brill. Libvert can just as easily allocate chunks of an LVM VG as files in a directory. Great.20:01
DanCis there a more direct path, using aptitude or the like?20:02
scarcjs, that's what i thought but i can't figure how to use that <pool> block20:02
cjsDanC: Not sure what that means. What I was thinking of is basically that if you tell your installer that you have network connectivity, it will try to download stuff. Otherwise it won't.20:02
DanCgksu "sh /cdrom/cdromupgrade" is the command given under https://help.ubuntu.com/community/LucidUpgrades#Upgrading%20Using%20the%20Alternate%20CD/DVD20:03
DanCi.e. "Upgrading Using the Alternate CD/DVD"20:03
cjsscar: You're working with a VG that's already defined and up and running?20:04
cjsscar: if that's the case, just <pool type="logical"><name>MyVG</name></pool> should be all you need....20:05
gsfsused hours and hours moving music into my new mpd server, and now sound doesnt want to work :\  I dont really know how to start troubleshoot, but alsamixer finds soundcard (irq 17) and everything looks fine,  but no sound.  testing with mocp .. anyone who's good at this here who can give a hint?20:05
DanCI can only sympathize, gsfs20:06
DanCsound is working for me these days, but I've had plenty of trouble like that in the past20:06
scarcjs, yes. i tried that... i put it into my vm's XML file in /etc/libvirt/qemu/vm.xml but it disappears when i redefine the xml with virsh20:07
cjsscar: Doesn't that go in that storage.xml or whatever file?20:08
scarcjs, i don't know20:08
scari couldn't find any info where it actually goes20:08
cjsAs in, /etc/libvirt/storage/default.xml?20:09
axisyshow do I upgrade from 9.04 to 10.04 in one jump ?20:09
cjsYes, I'm almost certain.20:09
DanCtrying cdromupgrade again... here's the  "Include latest updates from the Internet?" dialog text: http://paste.pocoo.org/show/208565/ . note "If you answer 'no' here, the network is not used at all."20:09
cjs(How did I find out about that file? etckeeper is your friend. :-))20:09
scarcjs, so there is already a <pool type=dir> in there... should i just delete that whole thing? or add another <pool> block underneath?20:10
scari don't store images in directories...20:11
cjsI'd probably add another. Is there any reason to kill the current one?20:11
uvirtbotNew bug: #573206 in mysql-dfsg-5.1 (main) "upstart script does not load AppArmor profile" [High,Confirmed] https://launchpad.net/bugs/57320620:11
axisyssudo do-release-upgrade --devel-release downloads the karmic.tar.gz .. i was expecting it dowload lucid.tar.gz20:11
DanCso I pick no, but then I get a "Do you want to start the upgrade?" dialog that says "You have to download a total of 1,209M."20:11
cjsI'd guess that the GUI gives you choices and so on...is that what you're using?20:12
cjsI'm actually tempted to give this a go right now, but I really need to get to bed soon.20:12
cjsIt may only be 2 a.m. in India, but it's 4 a.m. in Japan.....20:12
cjsDanC: And this isn't just a brain-fart from someone who didn't realize that you "download" upgrades from the CD as well?20:14
DanCno... my network definitely goes busy20:14
cjsHm.20:14
DanCand as I said earlier, when I "ifdown eth0", it failed20:14
cjsErrr...."Welcome to the f**ked by Ubuntu club?" :-)20:14
cjs(More seriously, I can't see where you could be going wrong here.)20:15
DanCwhat is this "do-release-upgrade" you speak of? should that work?20:15
axisysDanC: are you talking to me?20:17
DanCI guess so.20:17
* DanC sees it documented as a server upgrade deely on https://help.ubuntu.com/community/LucidUpgrades ... gives it a whirl...20:17
axisysDanC: do-release-upgrade should work for upgrade .. yes20:17
cjsWell, thanks for the help. Night.20:17
axisysDanC: my question was if i can do the upgrae from 9.04 to 10.04 in one jump w/ do-r-up20:18
DanCcan I expect do-release-upgrade to find packages on /cdrom ?20:18
axisysDanC: it upgrades over the network20:18
axisysu can add your cdrom as a repo later20:18
DanCfelgercarb: "You have to download a total of 1748M. This download will take about20:18
DanC34 days 1 hour with your connection. "20:18
axisysDanC: ^20:18
DanCI'll be old later20:19
axisysDanC: that number changes a lot.. i saw it jumped from 20 hrs to 1 hr.. it is dynamic calculation.. not perfect..20:19
DanCis there seriously no way to upgrade from an .iso image?20:19
axisysDanC: if you have flaky network.. that number will be changing a lot20:20
axisysDanC: there is using the alternate iso image20:20
DanCdo tell... I have the alternate iso image20:20
axisysDanC: according to the upgrade url20:20
axisys!upgrade20:20
ubottuFor upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/getubuntu/upgrading20:20
axisysDanC: https://help.ubuntu.com/community/LucidUpgrades20:21
axisysDanC: Upgrading Using the Alternate CD/DVD20:21
Pirate_Hunterclean install of ubuntu 10.04 on boot im sent to busybox with initramfs due to the fact it doesn't pick up / on lvm, how do I go about correcting this?20:21
DanCyeah... that's what I've been trying to do20:21
DanCI run cdromupgrade and say "no, I don't want stuff from the net" but then it tries to grab stuff from the net anyway20:22
axisysDanC: if that fails .. you could just do do-r-u20:22
DanCround and round we go... will do-r-u get packages from the mounted .iso image?20:22
axisysDanC: no.. you have to add the cdrom iso after you finish upgrade.20:23
axisysDanC: add cdrom as your repo.. after you finish upgrade20:23
DanCthen there's no way to upgrade from an .iso image. QED. crap20:23
axisysDanC: i already told you everything you need to know20:24
axisysDanC: don't expect different answer by asking it again20:24
DanCdo you acknowledge that I have followed the "Upgrading Using the Alternate CD/DVD" instructions to the letter and it doesn't work?20:25
axisysDanC: does not work does not say much.. state what you experiencing exactly20:25
axisysDanC: if someone experience the same issue .. then you probably can get more help20:26
* DanC looks to see if axisys joined since the 1st time I said exactly what I'm experiencing... doesn't look like it20:26
axisysDanC: if you explained and got no help yet, then you might want to post it in mailing list20:27
axisysDanC: usually people are very helpful there as well and you get a broader audience20:28
DanCre your 9.04 question, axisys, while researching my problem, I see: "Please note that you cannot upgrade directly from a version that is earlier than 9.10." in http://hubpages.com/hub/Ubuntu-Offline-Upgrade20:29
axisysDanC: thanks20:35
axisysnice page ;-)20:35
DanCunfortunately, that article gives exactly the same instructions for my case... but yeah... with nicer decoration ;-)20:35
* DanC considers a clean 64bit install20:36
axisysDanC: for desktop or server? that 64 bit20:37
DanCdesktop20:37
axisysDanC: i would highly recommend otherwise.. and highly recommend 64bit for servers20:37
axisysDanC: lots of plugin wont work20:37
axisysDanC: i have been using ubuntu for 4/5 years.. and every time i go that path i suffered20:38
DanCI mostly use my mac for consumer-mode plug-in stuff... but... I do like to watch hulu and use skype on linux20:38
axisysDanC: my unsolicited advise :-)20:39
axisysDanC: hulu / skype both works with 32bit.. somecase performance is bad with 64bit on desktop20:39
DanCdo you mean "works with 64bit"? (of course it works with 32bit)20:40
axisysDanC: no i thought you are doing 64bit for hulu.. nm20:41
DanCI'm considering 64bit and wondering whether hulu will still work20:42
* DanC finds a bug that might be relevant to my situation... https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/57196820:42
uvirtbotLaunchpad bug 571968 in update-manager "upgrade from 9.10 Karmic to 10.04 Lucid aborted (dup-of: 529318)" [Undecided,Invalid]20:42
uvirtbotLaunchpad bug 529318 in transmission "Removing transmission-daemon breaks dpkg" [High,Fix released]20:42
DanCthat's probably not exactly my problem, but it does tell me where to look for some log files, in which I find:20:47
DanC2010-05-01 14:10:23,159 INFO ignoring missing '/cdrom/dists/lucid/restricted/debian-installer/binary-i386/Packages'20:48
DanCI have a Packages.gz there instead. that should work.20:48
DanC2010-05-01 14:10:23,245 DEBUG AptCdrom.add() returned: True20:49
metalf88011does anyone know how I access cherokee-doc after I install them? I know I can read them using nano but they look like I should be able to access them as web pages21:02
metalf88011is anyone using a cherokee web server?21:15
=== zorzar_ is now known as zorzar
=== erichammond1 is now known as erichammond
alienseer23I upgraded my home server to lucid, and now almost every php script (drupal, ampache, gallery2, and so on) are all jacked... is there a major change in the way php behaves in lucid I need to be aware of to correct potential problems in upgrading?21:32
marshalli've changed the hostname on my jaunty mail server but postfix seems to still be sending mail as the old hostname. how do i fix this?21:34
uvirtbotNew bug: #573222 in php5 (main) "php5 session.save_path moved to /tmp" [Medium,Confirmed] https://launchpad.net/bugs/57322222:00
cclausenmarshall: I often have to edit /etc/mailname to fix that22:08
cclausenalienseer23: can you be more specific?  What exactly doesn't work?22:08
alienseer23cclausen: in ttrss, I get this "Sanity check: invalid RPC reply" which from my understanding means that the backend is not, for some reason, giving the frontend valid xml22:10
alienseer23cclausen: for starters :D22:10
cclausenalienseer23: just create a simple file that calls phpinfo();  does that work?22:10
artisanhi, does the installer for the server branch come with lvm and crypt options?22:10
alienseer23I cannot even log into the reader to export my feeds22:10
alienseer23cclausen: yes22:11
cclausenalienseer23: did you over-write your php.ini when prompted during the upgrade?  Or are you using the original one that you had?22:11
alienseer23cclausen: original22:11
cclausenyeah, well, I'd look into that22:11
cclausenthere should be a new in teh same directory with a different extention22:12
cclausenalso, does running php5 -v produce any warnings?22:12
cclausenor running php5-cgi -v ?22:12
alienseer23cclausen: I have always retained the original, let me go look into diffs and be back22:12
alienseer23hang on22:12
cclausen(are you using mod_php?)22:12
alienseer23yes there are a few warnings22:13
cclausenartisan: I think that lvm and crypto are there in server too.  I don't use those options though.  I'd say to just boot it and see22:13
cclausenalienseer23: yeah, fix the warnings and I bet most ofthe problems will go away22:13
alienseer23"PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/idn.ini on line 1 in Unkn22:13
alienseer23"22:13
cclausenalienseer23: just edit that file, find the "#" and replace with ";"22:14
alienseer23ok, hang on :)22:14
cclausenits likely the top line of the file22:14
* cclausen just did that last night22:14
artisancclausen: yeah, i am just downloading the server is onow, but wanted to save bandwidth, as I had to download alternate iso 4 times, to realize that it just won't boot from usb stick, so now going for server :)22:15
alienseer23cclausen: um... "PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php5/20090626+lfs/pcntl.so' - /usr/lib/php5/20090626+lfs/pcntl.so: cannot open shared object file: No such file or directory in Unknown on line 0"22:17
alienseer23How does one go about resolving this?22:18
cclausenalienseer23: you'll have to comment that out.  that means you custom compiled something, probably via PEAR.  you'll need to recompile for this system22:18
alienseer23indeed22:19
cclausenI had to do that with the Oracle oci8 driver22:19
alienseer23I do remember22:19
alienseer23where is that to comment out tho? I am feeling a bit like a blind man looking at that...I see nothing22:19
cclausencd /etc/php5/conf.d22:20
cclausengrep pcntl.so *22:20
cclausen(I assume anyway)22:20
alienseer23lemme go check that out22:20
cclausenthere is likely an extention=/path/to/file somewhere that loads that module22:20
lamontmarshall: /etc/mailname or /etc/postfix/main.cf22:21
alienseer23now I have to try and remember why i needed that extention to begin with22:23
alienseer23heh, notes...must take notes22:23
alienseer23cclausen: ok, no more php warnings when I do the php5 -v command, but I still get the tt-rss error22:27
cclausenalienseer23: can you run that specific script at the command line?22:28
alienseer23i don't think so22:28
cclausenalienseer23: can you use wget -S to pull down the erroring url?  and pastebin it?22:29
alienseer23http://paste.ubuntu.com/426087/     tt-rss spits this out as well22:32
cclausenhmm22:32
cclausenalienseer23: maybe some internal problem with it?  Does it need that other php module you commented out?  Did you try reinstalling it? or checking on the config?  writing a simple test for it?22:33
jherrlinhallo! i have a small problem with a full disk (/dev/sda1), i havnt put any files in  that partition, but i have deleted alot of files from external disks, i guess that all the files have moved to the trashbin. but i cant find it, iam running Ubuntu Server 8.04. my googlesearches dont give me much of help22:34
alienseer23i did a reinstall, completely went over the config file.... the other php module was for another project entirely, and I tried some simple tests, but nothing gives me anything different than what is in the pastbin22:34
guntbert!trash22:35
ubottuThe location of Trash has changed since 8.04, it is now located in ~/.local/share/Trash | Looking for the trash in previous versions: ~/.Trash22:35
guntbertalienseer23: ^22:35
alienseer23yeah22:36
alienseer23may have found something in  tail /var/log/apache2/error.log22:37
jherrlinthx alot ubotto22:37
electro_what you run dpkg -l , what does the "rc" at the beginning mean?22:41
cclausenelectro_: means removed / uninstalled but that the config files are probably still there (e.g. package was not purged)22:43
electro_how do you purge it?22:43
lil_cainapt-get remove --purge <file>22:43
lil_cain(assuming you have apt)22:43
cclausenthat won't work if its already removed though22:43
cclausenor at least it didn't work before maybe it does now22:44
lil_cainhmm. That is true22:45
lil_caintry dpkg purge <package> ?22:45
MTecknologyI have dnsmasq set to enforce but when I startup the system dnsmasq runs unconfined...22:53
MTecknologyany ideas if this is just a bug?22:53
=== 15SAASDC2 is now known as dendrobates
=== 77CAALSRA is now known as dendro-afk
=== dendro-afk is now known as 77CAALSRA
uvirtbotNew bug: #573318 in mysql-dfsg-5.1 (main) "mysql server will not start" [Undecided,New] https://launchpad.net/bugs/57331823:11
osmosisI have a ubuntu hardy KVM libvirt server. When I run win2003 guest instances with multiple CPU cores, it seems to be causing the node to fail and need a hard reboot.  Does this sound familiar to anyone?23:30
cclausenosmosis: are you changing this on win2k3 systems that were running on one cpu?23:30
cclausenosmosis: or are these fresh installs?23:30
osmosiscclausen, it could very well have been changed after install.23:31
osmosiscclausen, a bit funny that it takes out the entire node server though.23:32
osmosiscclausen, im forcing all win2k3 instance to 1 vcpu for now.23:32
cclausenosmosis: sounds like you need to change the HAL in the windows systems23:33
osmosiscclausen, i could see that making sense if the win2k3 wasnt recognizing multiple cpus ... but my main concern is stopping the node from going down.23:33
cclausenosmosis: look in device manager.  are the systesm using the ACPI HAL or the "ACPI Multiprocessor" HAL?23:34
cclausenosmosis: or just use a single cpu and live with it23:35
osmosiscclausen, well..im adminstering the node and dont have Admin access to my clients guest instances. So i can easily answer that.23:35
cclausenah, ok23:36
osmosiscclausen, is there a known instability ?23:36
osmosismeant...can't easily answer that.23:36
cclausenosmosis: windows 2003 is known to have problems if you reconfigure number of CPUs on an installed system23:36
osmosiscclausen, by problems do you mean things that could take out the whole node as well ?23:37
osmosiscclausen, my best hope right now is to migrate off hardy and move to a clean install on different hardware with lucid.23:37
osmosismaybe related to      <acpi/>  <apic/>   <pae/>    settings as well23:39
cclausenyep, could be23:40
=== 77CAALSRA is now known as dendro-afk
=== dendro-afk is now known as dendrobates
uvirtbotNew bug: #573345 in dovecot (main) "dovecot-postfix references cmusieve as a mail plugin" [Undecided,New] https://launchpad.net/bugs/57334523:51
alienseer231when attempting to click on links firefox is attempting to download the index.php file instead of going to the appropriate pages, how do I remedy this?23:56
cclausenalienseer231: use wget -S is the content type set to text/html ?23:57
alienseer231cclausen: where do I check that?23:58

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!