/srv/irclogs.ubuntu.com/2011/01/21/#ubuntu-server.txt

FishsceneGreetings. I'm trying to set up a bittorrent tracker in Ubuntu Server 10.10. I ran "aptitude search bittorrent" and found a package called "bittorrent" that says it has a tracker. I installed it, but I have no clue how to set it up. I tried "man bittorrent" but there is no documentation and a google search yeilds everything under the sun related to bittorrent.00:32
FishsceneIs there any documentation I could look at?00:35
uvirtbotNew bug: #705691 in cobbler (universe) "cobbler-web should include a working configuration and a README file detailing the steps necessary" [Wishlist,New] https://launchpad.net/bugs/70569100:46
Deezireis there any special reason for why innodb-segment of my.cnf has been removed from mysql in 10.10?00:57
DeezireThey left the comments, but not the options.00:57
=== ogra is now known as Guest96093
svdaseinI'm having some trouble seeing past the initrd load when installing via a serial console - does anyone here have experience w/ that or know a better forum to ask in?02:41
jMylesSo I'm having an odd issue.  My server is loosing time.  It is Lucid 64-bit.  It looses about 6 minutes a day.  I found a couple of threads that recommended syncing NTP.  Is there a way I can ensure that it will stay reasonable close to on-time even if it is offlien?02:49
pmatulisjMyles: try changing your CMOS battery03:03
svdaseinthese are the pxelinux appended options I'm using: append initrd=ubuntu-installer/i386/initrd.gz console=ttyS0,9600 --03:21
svdaseinI can see the kernel load, then I can see initrd load, but once the kernel starts (I presume) my terminal screen blanks and all activity stops03:21
svdaseinI've tried numerous permutations on the console= parameter, and I've tried several permutations with earlyprintk - all to no avail03:22
svdaseinI've tried ttyS0-3 - no joy03:22
svdaseinso - I'm puzzled03:22
jMylespmatulis: It's not my CMOS battery - the time is accurate in the BIOS, just not in ubuntu03:25
svdaseinyou're not running in a vm right jMyles?03:26
jMylessvdasein: right03:32
svdaseinjMyles: do you have any cpu throttling enabled?03:33
hrobertscan someone help me with an upgrade issue?  I just did an apt-get dist-upgrade, it installed the new kernel.  When I did a reboot, I get GRUBs menu, but no matter which option I choose the server will not boot03:36
hrobertscan someone help me with an upgrade issue?  I just did an apt-get dist-upgrade, it installed the new kernel.  When I did a reboot, I get GRUBs menu, but no matter which option I choose the server will not boot03:37
hrobertsI have reloaded this server 4 times now over the past 2 days and I would like to figure out how to resolve this03:38
hrobertsI am running 10.10 32 bit on an older compaq proliant 1600 series03:40
hrobertsPlease can someone help  with this or point me to the group who could03:40
hrobertsno one can help me? is everyone asleep?  I need to get this server operational.03:43
pickettreinstal from iso?03:45
hrobertspickett:  from a CD downloaded last night03:48
hrobertshere is the complete issue:03:49
hrobertsI am loading a server that will be a print server, I loaded 10.10 32 bit (it is an older Compaq Proliant 1600 Series) I do an apt-get update and then an apt-get upgrade.  I then reboot the server and everything works fine.  I then do an apt-get dist-upgrade and my kernal goes from 2.6.35.22-generic-pae to 2.6.35.24-generic-pae, it re-writes grub and now no matter which selection I choose either 22 or 24, or either re03:49
hrobertsgrub now says msdos instead of ext4 is that the issue?  If so how would I change that03:49
pickettsounds like grub's the prob03:50
pickettis it on an ext4 partition?03:50
hrobertsit said it was when I loaded it03:51
hrobertswhen I edit the commands in grub for the failure this is what I see:03:52
pickettnext time you install try making a seperate 300mb ext3 partition for /boot03:52
hrobertsredordfail, insmod part_msdos, insmod ext2, set root = '(hd0,msdos1)', search --nofloppy --fs-uuid --set c(realy long #), linux /boot/vmlinuz-2.6.35-24-generic-pae...03:56
hrobertscan I change the grub somehow to allow it to boot?03:56
twbsigns point to yes04:06
twbWell, it's possible.  Whether YOU can is another question.04:06
hrobertstwb: thanks04:11
twbPersonally I just set up a static extlinux bootloader and kick grub in the pants, but that's not the party line04:12
hrobertswell I guess it is reload # 5 and more then likely again no luck in getting it to work.04:13
thesheff17hroberts: would make sure the entire disk you are using is wiped clean.  I usually do this gparted.  Also search google for wiping the MBR.  Then I would do what pickett said and create a /boot/ parition on the device so /dev/sda104:16
thesheff17hroberts: are you doing any raid stuff?04:17
thesheff17do most people use apt-get dist-upgrade?  I usually just us apt-get update && apt-get upgrade04:20
thesheff17*use04:20
donvitohow to get down sit0 ?04:43
hrobertsthesheff17: sorry on the server04:44
hrobertsI am doing a hardware raid 5 on this server, I do the dist-upgrade to upgrade the kernel, is there a better way to upgrade the kernel?04:44
hrobertsI wipe the server everytime, I have tried this with both LVM and without it04:45
thesheff17hroberts: I'm pretty sure apt-get upgrade does the kernel as well...I could be wrong...04:48
thesheff17hroberts: it says this: dist-upgrade will remove obsolete packages from your system, whereas upgrade will not. This function is out of necessity for upgrading from one distribution release to another.04:50
thesheff17so apt-get upgrade should do the kernel.04:50
pickettdon't think it does04:52
pickettaptitude upgrade does04:52
shaunoapt-get upgrade should only upgrade packages which are already installed.  so linux-image-virtual Depends: linux-image-2.6.32-21-virtual, which is a new package (not a new version of linux-image-virtual), so it won't be pulled in automatically04:58
shaunoI just use upgrade, and if there's a new kernel, it'll let me know by telling me linux-virtual & linux-image-virtual have been 'held back'04:59
thesheff17shauno: yea I only use apt-get update && apt-get upgrade and then I guess I get the new kernel when the new version comes out of ubuntu and wipe the server with the distro cd.05:02
shaunoI tend to fetch them when I know I can schedule a reboot.  especially running LTS, having a 2-year-old kernel isn't always a good plan :)05:05
thesheff17shauno: so what command do you run to get the new kernel?05:06
shaunohttp://paste.ubuntu.com/556437/05:08
shauno5-6 tell me there's a new kernel package but it won't be installed by upgrade.05:09
shauno(18-19 explain why.  linux-image-2.6.32-27-virtual is a 'new' package, not an upgrade to an existing package)05:10
=== IdleOne is now known as gpc
shaunoif they made them new versions of existing packages, dpkg would overwrite / remove the existing package, so you wouldn't have a known-good kernel as a fallback05:11
shaunowhich has the potential to really ruin your day05:11
thesheff17thx for the info..yea I guess I never update the kernel then.05:12
twb16:18 !!! ":Gnea!~gnea@unaffiliated/gnea JOIN :#ubuntu-server" (error Invalid search bound (wrong side of point))05:19
twb...WTF was that?05:19
GneaHey everyone, I've got a weird problem - I've put ubuntu server 10.04 amd64 onto a 4gb usb stick with unetbootin and booted it - when it boots, it goes through the normal stuff until it tries to mount the device as a cdrom, but it fails05:19
Gneatwb: probably a problem with your irc client05:20
twbSomehow the JOIN event borked my channel buffer05:20
twbYeah, I just don't see what05:20
twbIt's not like you have a unicode combining digraph in your nick05:20
Gneabut anyway05:20
Gneait's failing to mount the device, how can I fix this?05:21
twbI don't support unetbootin, but you might like http://archive.ubuntu.com/ubuntu/dists/lucid/main/installer-amd64/current/images/netboot/05:21
Gneanetwork installation is not an option at this point05:21
twbThen I dunno05:21
twbMaybe you can build a working image with jigdo05:22
Gneawell, I tried using usb-creator-gtk and it kept getting an i/o error05:22
twbI don't approve of GUI-based ISO-to-USB converter things.05:22
thesheff17I used usb-creator-gtk last night w/ 10.04 server and it worked fine05:22
twbGnea: ooh.. what version of Ubuntu is your install CD?05:22
twbGnea: the ISO you passed to unetbootin, I mean05:22
thesheff17maybe 4GB is too big?05:23
Gnea...05:23
Gnea10.0405:23
twbDarn, too old.05:23
thesheff17I was using 10.04.105:23
Gneawhy would 4gb be too big?05:23
Gnea10.04 is hardly too old05:23
twbWith maverick onwards, you can convert an ordinary .iso into an image that works DIRECTLY as both a CD and a USB key05:23
GneaI see it's trying to use /dev/sr005:23
twbGnea: too old for syslinux 405:23
Gneatwb: aaah05:24
twbI'm surprised Ubuntu doesn't do it officially05:24
Gneawell this is geared toward a production server, so maverick is out of the question.05:24
twbYeah, no worries05:24
picketttry putting the mini.iso on the usb stick05:25
pickettthen net install05:25
twbpickett: apparently he has no network05:25
GneaI wonder if it's due to a udev rule...05:25
Gneayeah, it's off the grid for now05:25
Gneait has to be done without the network for now, no choice05:25
picketttry using the maverick iso creator to create the usb05:27
GneaI don't run maverick on any system.05:27
Gnea10.04 only05:27
Gneais there a backport?05:27
pickettcan't use a live mav cd to do it?05:28
Gneadon't have a cd.05:28
twbWhich, I suspect, is the crux of the problem05:28
Gneait's part of it.05:28
picketttry it in vmware or vbox05:28
Gneait should *just work* with a usb stick05:28
Gneanot an option.05:28
GneaI put backtrack on a 4gb usb stick and it works fine, no problems05:29
Gneasame with elive05:29
Gneaso why not ubuntu?05:29
Gneahrm, going to try something05:29
gobbeeh?05:30
* Gnea uses vim05:31
gobbei have installed several servers from 4 gig stick05:31
Gneagobbe: the udev rules appear to be forcing the actual cdrom drive to be used in lieu of the usb stick05:32
Gnea!usb05:32
ubottuFor information about installing Ubuntu from USB flash drives, see https://help.ubuntu.com/community/Installation/FromUSBStick - For a persistent live USB install, see: https://wiki.ubuntu.com/LiveUsbPendrivePersistent05:32
gobbehmmh?05:33
gobbeso you cannot install it from stick?05:33
Gneahave you not read a single thing I've typed since I entered the channel?05:34
gobbewell i don't have so long backlog, i'm sorry05:34
Gneaah05:34
Gneanp05:34
Gneahere...05:34
GneaHey everyone, I've got a weird problem - I've put ubuntu server 10.04 amd64 onto a 4gb usb stick with unetbootin and booted it - when it boots, it goes through the normal stuff until it tries to mount the device as a cdrom, but it fails05:34
Gnea^^ original question05:34
uvirtbotGnea: Error: "^" is not a valid command.05:34
Gneauvirtbot: shut up05:35
uvirtbotGnea: Error: "shut" is not a valid command.05:35
GneaI'm hoping that's an official bot05:35
Gnea^help05:35
uvirtbotGnea: (help [<plugin>] [<command>]) -- This command gives a useful description of what <command> does. <plugin> is only necessary if the command is in more than one plugin.05:35
Gnea^owner05:36
uvirtbotGnea: Error: "owner" is not a valid command.05:36
Gneagobbe: make sense now?05:36
gobbeGnea: yes, so you cannot install it because it trys to mount your stick as cdrom05:36
gobbewhat kind of stick you are using?05:37
Gneagobbe: it tries to mount the cdrom as cdrom, not the stick as cdrom05:37
Gneasandisk cruzer blade05:37
Gneatough little thing - kick it, drop it, roll over it with a car, it won't die05:38
gobbeyea05:38
Gneayet it can't install ubuntu05:38
Gnea:)05:38
gobbebut it's tough ;-(05:38
Gnealol05:38
gobbe;-) i mean05:38
gobbeheh05:39
Gneayeah05:39
gobbehmmh, i sounds like somekind of udev-thing tho. I have used few kingston models without problem05:39
Gneahmm05:39
GneaI do have a 2g cruzer, that could work05:40
Gneait's sandisk, but different model where the connector slides in/out05:40
Gneaand it lights up05:40
Thirtysixwaywhere does munin store its data?05:48
Gneaokay, this is messed up05:48
Thirtysixwayi renamed a node and all its previous data went away :(05:48
Gnea/dev/sdb1     vfat    1.9G -8.0K  1.9G   -  /media/D3A3-0FFC05:48
Gnea-8.0k?!05:48
Gneawell, almost made some progress, but that's only actually made my faith in the installation process become less than what it used to be06:07
Gneaapparently, if I disconnect the cdrom from the system entirely, the installation will ask me if I want to do it manually - if I do that, it will scan everything on the system EXCEPT for the /dev/sdb1 itself.  It actually considers /dev/sdb, but not /dev/sdb1.06:08
GneaThis is epic fail.06:08
Gneabad ubuntu, BAD!06:08
* Gnea considers kicking to the curb06:08
pickettcan you try getting grub to boot from the iso?06:28
Gneapickett: how would that help?06:29
pickettwouldn't need the usb then06:31
psteynHi.  I get "System information disabled due to load higher than 1" on some of my multi processor/core systems.07:53
psteynIf anything, shouldn't that message be "System information disabled due to load higher than ${NUMCORES}"07:54
psteynAs a load of 1 is nothing to my 8 core system.07:54
twbpsteyn: you get it... from what?07:58
psteyntwb: as I log in, so probably from motd08:02
psteynlog in via ssh08:02
twbErgh08:02
twbTry grovelling through /etc/update-motd.d08:02
psteynfound it: 50-landscape-sysinfo will submit a patch08:04
shaunoI've seen that mentioned a few times in here, but bug #675245 (the only one I can find relevant) is untouched08:12
uvirtbotLaunchpad bug 675245 in update-motd "evaluation from the systemload on multiprocessor machines in 50-landscape-sysinfo" [Undecided,New] https://launchpad.net/bugs/67524508:12
psteynshauno: ah ok, then im not going to bother :)08:24
shaunonot even sure if update-motd is the right package to be filed against, it's not on my system  (and that file doesn't appear to exist on packages.ubuntu.com)08:30
psteyndoes /etc/update-motd.d/50-landscape-sysinfo exist on your system?08:33
shaunonope08:34
ChrisBuchholzEy guys. On my ubuntu 10.04.1 server, i have 5 users, 3 of which cannot ssh and 2 where it works (where root is one of em). I havent been able to figure out why, and ssh with the -vv argument doesnt give me anything that could indicate a problem. But i just noticed that in my /etc/passwd, all the users where ssh works have the same numbers in user and group id, whereas the users where it doesnt work have a different number in the user and gro09:28
greppyChrisBuchholz: do you have anything showing up in /var/log/auth.log or /var/log/daemon.log ?09:30
ChrisBuchholzlet me check09:31
ChrisBuchholzgreppy: nope, nothing that seems out of order09:33
ChrisBuchholzgreppy: have to go to the store, will be back09:44
dustinhey09:57
dustincan i get some help?09:57
psteynask your question dont ask to ask09:57
dustinjust checkin see if someone was here09:58
dustini want to remote desktop connection using my htc evo 4g, specs :ubutu10.04 amd64, 2gb drr2 ram 2.1 amd anthon2x10:00
dustinhello?10:02
uvirtbotNew bug: #658864 in samba (main) "rhythmbox crashes with Game/Audio CD in drive (dup-of: 529714)" [Medium,New] https://launchpad.net/bugs/65886410:18
uvirtbotNew bug: #659334 in samba (main) "rhythmbox crashed with SIGSEGV in _nss_wins_gethostbyname_r() (dup-of: 529714)" [Medium,New] https://launchpad.net/bugs/65933410:18
=== ogra is now known as ogra_
=== ogra_ is now known as ogra
jmkgreenso anyone else seeing "System information disabled due to load higher than 1" on login despite the load being nothing?10:22
IrishWristwatchjmkgreen, I don't know why it does that either10:25
IrishWristwatchperhaps the motd takes a while to refresh, and when it was reloaded last the cpu load was higher than one?10:25
jmkgreennah this has been ongoing for months on the same boxes10:26
jmkgreenblooming annoying since it no longer shows any available security updates10:26
IrishWristwatchblooming?10:27
jmkgreenflipping10:27
IrishWristwatchjmkgreen, I think I found it10:32
IrishWristwatch/etc/update-motd.d/50-landscape-sysinfo10:32
IrishWristwatchthat's the script that updates the sysinfo10:32
IrishWristwatchhowever, that doesn't explain why your system has a high load.10:36
jmkgreenmy system does not have a high load10:36
jmkgreenhence the problem10:36
IrishWristwatchsince it's getting its info from the kernel and it says its greater than one.10:36
jmkgreen10:36:43 up 8 days, 23:27,  2 users,  load average: 0.05, 0.12, 0.1610:36
jmkgreennot high :-)10:36
IrishWristwatchyeah right now10:37
IrishWristwatchdoes it happen every time you log in?10:37
jmkgreenthose scripts in update-motd.d are run by pam10:37
jmkgreenyes, and after login 'w' still shows no more than 0.4 (as a result of the login)10:38
jmkgreenit's as if there's a stale file not being overwritten10:38
jmkgreenif I run ./50-landscape-sysinfo it displays things fine10:39
jmkgreenI am now running watch on it and I'll login again in another terminal. right now it shows system load of 0.3910:39
jmkgreen0.48 it rose to and now it's coming back down10:40
sorenDaviey: Do you have any reservations <some sort of preposition, not sure which> my uploading a fresh Nova to Natty?10:40
jmkgreenwtf10:42
jmkgreenwhy is "Cornish (kw)" an english language choice in launchpad?10:42
jmkgreensomeone taking the piss?10:42
IrishWristwatchlol10:44
jmkgreenjgreenso6bkpdSB1Dcav5ztaRORa10:44
jmkgreenoops ww10:44
IrishWristwatchthat your password?10:44
jmkgreenthat was my launchpad password (now reset)10:47
IrishWristwatch:P10:48
jmkgreenkeypass auto-type. first time I'd used it10:48
jmkgreengoing to ask a question about this load display issue10:48
IrishWristwatchyou should use ssh keys for your box10:48
IrishWristwatchwell10:49
IrishWristwatchdo you want it to display or do you want to know why it's having this issue?10:49
IrishWristwatchbecause you could probably change the value in that script to accept a higher system load10:49
jmkgreenIrishWristwatch: I just adjusted it to read if [ $(echo "`cut -f1 -d ' ' /proc/loadavg` < 2.0" | bc) -eq 1 ]; then - but it still happens10:53
IrishWristwatchcheck your /etc/motd10:53
* soren sighs at that check.10:54
IrishWristwatchwait10:54
jmkgreensoren: something I did?10:54
IrishWristwatchnvm >_>10:54
IrishWristwatchI forgot10:54
sorenjmkgreen: No, something whoever wrote that did.10:54
jmkgreensoren: not brilliantly written then?10:54
jmkgreencan't say I'm a shell scripting guy10:54
* soren isn't impressed, no10:55
jmkgreenheh10:55
jmkgreenfair enough10:55
sorenif grep -q ^0 /proc/loadavg; then foo; else bar; fi10:55
IrishWristwatchyeah this whole motd thing seems very fickle10:55
sorenHow hard is that?10:55
IrishWristwatchand the ubuntu wiki isn't helping much at all10:55
jmkgreenIrishWristwatch: indeed10:56
jmkgreensoren: there was a bug somewhere to make it check if the load was less than the number of cpu cores found10:56
jmkgreensomeone pointing out that on an 8-core box a load of 2 wasn't necessarily a problem :-)10:56
IrishWristwatchalright goodnight10:57
sorenjmkgreen: That's simple to adjust for. I'm still saving 4 clone(2) calls.11:01
sorenjmkgreen: maxload=1; currentload=$(cut -f1 -d. < /proc/loadavg); if [ $currentload -lt $maxload]; then win; else lose; fi11:09
jmkgreenwhile that might be desirable, that doesn't help my issue11:11
jmkgreenstill says the load is higher than 1, which it isn't11:12
sorenCan you just make it output what's in /proc/loadavg?11:14
jmkgreenI've modified the text that read 'System information disabled due toload higher than 1' to read 'System information disabled due toload higher than foo'11:16
jmkgreenthe original text was still sent to displat11:16
jmkgreenso that script is just not being executed11:16
sorenYeah, I forget when update-motd gets run.11:16
sorenAllegedly, "Executable  scripts  in /etc/update-motd.d/* are executed by pam_motd(8) as the root user at each login"11:17
jmkgreener11:18
jmkgreenjamesg@blofeld:/etc/update-motd.d$ ./20-cpu-checker11:18
jmkgreenexec: 3: /usr/lib/update-notifier/update-motd-cpu-checker: not found11:18
jmkgreenthat probably causes the rest to fail and for nothing to be written to the motd file11:18
sorenThat's not unlikely.11:19
jmkgreenah ha!11:20
jmkgreensudo apt-get install update-notifier-common is the magic to fix all things11:20
sorenjmkgreen: Cool. Filed bug 705828.11:22
uvirtbotLaunchpad bug 705828 in update-notifier "update-motd hook should check whether update-motd-cpu-checker exists" [Undecided,New] https://launchpad.net/bugs/70582811:22
jmkgreensoren: ta, I'll leave you lot alone now. Thanks for the help.11:24
BlinkizHi there. Am working at a ISP that has IPv6 enabled everywhere. We use Router Advertisements to bring out information about two routers (gateways) to the client.12:10
BlinkizIn linux world, RA makes the machine   (client) create it's own address based on the mac number. But what if I want to create something myself, but still listen auto set gateways?12:11
BlinkizLet's say I want 2a02:470:0:1::19 instead of 2a02:470:0:1:5652:ff:fe17:dc7b. How can I make this happen?12:12
BlinkizAnnounced net is 2a02:470:0:1::/6412:12
patdk-lapheh12:12
BlinkizAnyone here using IPv6 to start with?12:12
patdk-lapthat would be the difference between ra and dhcp12:12
Blinkizpatdk-lap, yeah, but RA makes the client choose it's own address. I guess I can control this some way=12:13
BlinkizControl this on the client of course. Which is a ubuntu system12:14
_rubenthere's probably some sysctl to disable slaac, or just don't advertize the prefix on your routers12:16
Blinkiz_ruben, The advertisement contains important information about gateways in the network. So I still need to listen to RA. "slaac" you say. A keyword! Let's try that in google :)12:17
_rubenBlinkiz: i didnt say "disable the advertisements", i said "disable the *prefix* advertisements", which would result in a default gateway being configured on the clients, but not a autoconfig (slaac) address12:20
Blinkiz_ruben, Hmm. interesting12:20
Blinkiz_ruben, anyway, I can not disable the prefix announcement. :)12:21
mianosmDoing a minimal install of 11.04 still seems to yield a high amount of installed packages, is the initative to create a "true" minimal install still happening?12:22
BlinkizI will look more into how slaac behaves and how I can control it on the client. But I need to handle a support ticket at the moment. Need to get back to this in a couple of minutes or so12:22
_rubenmight wanna look into /proc/sys/net/ipv6/conf/all/accept_ra_defrtr and /proc/sys/net/ipv6/conf/all/accept_ra12:26
_rubennot sure if enabling the first works when disabling the second12:27
shaggy2anyone know what is needed to setup a DNS Server? like how I register it or what I need to do to enable people to acutaly find the DNS to resolve the Domain?12:28
mianosmshaggy2: you want to setup bind9 and use the server as your own personal dns server?12:30
mianosmhttps://help.ubuntu.com/10.04/serverguide/C/dns.html12:31
shaggy2well sort of, I aint sure what u mean by personal dns server, basicly I am setting up a hosting company, and I want to be able to use the dns server installed with my hosting package (ispCP12:31
shaggy2and I am using 10.1012:31
mianosmhttps://help.ubuntu.com/10.10/serverguide/C/dns-installation.html12:31
_rubenshaggy2: when you buy/register a domainname, you have to provided the registrar with a list of dns servers, those dns servers will be running bind/unbound/pdns/whatever, and ppl will be directed to them automagically through the glue records12:32
shaggy2ahhh12:32
shaggy2thank you, that is what I wasn't sure on12:32
* _ruben takes note not to buy hosting services from shaggy2 12:32
shaggy2hey I am only setting up12:32
_ruben"learn first, do later" tends to work best, tho it's not commonly acted out12:33
shaggy2basicly before I SELL hosting I will have set this up about 20 times atleast and tested with mine and my mates12:33
shaggy2I am learning12:33
shaggy2the way I learn is by doing12:33
shaggy2it's not actualy public yet12:33
_rubenok :)12:33
shaggy2I have my Domain and my mates12:33
mianosmbest of luck to you shaggy2! _ruben, wouldn't setting up a primary and secondary master be enough for what he's looking to do?12:34
shaggy2but no actual public connections coming in, I never even thought of using my own DNS but then I thought it would be easier if customers would be able to use the hosting panel to setup the dns records on there own domain12:35
shaggy2brb12:35
_rubenwhat's the domain?12:37
shaggy2shaggyweb.net and cjg-designs.net shaggyweb aint working I was getting DOS attacks so my ISP decided to shove me back on a dynamic IP while they take my static and find the fella, got work back that he is located in NSW Australia12:38
shaggy2he was routing it through about 5 sep proxies, and I don't know why he was trying to go at me, bloody little shit12:39
mianosmhe was able to use 5 proxies and DoS you from one source? IPTables couldn't kill it?12:39
shaggy2ok back12:40
shaggy2well that was silly12:40
shaggy2lol12:40
_rubendepending on the type of dos, iptables wont be of use12:40
shaggy2but ok so my understanding is, I change the dns server to my own with the register, and then my DNS Server would work12:41
_rubenif it's setup properly, yes12:41
shaggy2ok thanks ruben12:41
shaggy2will test it once I get my static back12:41
shaggy2I know it's stupid to do it, but can the primary and secondary be hosted on the same server?12:42
shaggy2atm I only have 1 server and 1 IP12:42
_rubenthen again, doing *any* "serious" hosting on a consumer internet connection is asking for trouble12:42
shaggy2I will have fiber this time next year, and I am planning on using that for the REAL hosting, just wanted to get it setup and learn what I need to now12:43
_rubenhaving only 1 dns server is far from being recommended either, then again, if the dns server is only used for domains that are hosted on the same server, then it doesnt matter (if dns is down, the site is as well, so dns doesnt matter anymore)12:43
_rubenand there's several free dns services out there, including ones that allow you to run your own master and have them slave for you12:44
shaggy2I currently have bind installed12:44
BlinkizHi again. In my quest of knowledge about how to decided my IPv6 address, I have found a great topic to start my search from. All the people that do not like that the MAC address is the second part of a IPv6 address in linux. If I can find out how to control this, I will find my solution12:51
BlinkizSo, the net is announced with RA messages and each client creates is own address based on the MAC number. How can I control this? For example, in the Windows world, they have some kind of generator to set a unique MAC number without using the MAC number.12:52
BlinkizA few keyword within the topic would be great.12:52
_rubenBlinkiz: /proc/sys/net/ipv6/conf/all/use_tempaddr .. temporary addresses and privacy extensions are the keywords here12:54
Blinkiz_ruben, nice :)12:54
_rubenBlinkiz: another hint: there's also #ipv6 ;)12:55
BlinkizOhh ;)12:56
Blinkizwhat can I say.. "ubuntu geek"12:56
BlinkizNeed to include... eehh.. "linux" in my world.. hehe12:56
=== oubiwann is now known as oubiwann_
=== oubiwann is now known as oubiwann_
spajderixhi13:54
patdk-wkhello13:54
=== doko_ is now known as doko
spajderixhow can i check what is blocking my os and making my proc stay in average 98% wait-io state?13:57
patdk-wka harddrive :)13:58
patdk-wkiostat13:58
mianosmtop?13:58
binBASHhi patdk-wk13:58
spajderixmianosm: top along with htop show lot of process with state D, but these processes work most of the time normally, this wait-io spike happens once every few minutes and stays up to 2 minutes, so it's hard for me to find a cause13:59
spajderixiotop show no more activity during wait-io spikes than in normal work state14:00
patdk-wkmost likely a drive had bad sectors14:00
patdk-wkdmesg?14:00
patdk-wkrun smart selftests on your drives?14:00
spajderixpatdk-wk: dmesg shows something like this: http://pastebin.com/5NzmMw7414:02
RoAkSoAxMorning all!!14:02
patdk-wknice, something is crashing :)14:03
spajderixpatdk-wk: is there a way to tell what exactly, or at least is it software or hardware?14:03
binBASHpickup, you run postfix? ;)14:03
mianosmHere might be some interesting info for you as well: http://nixcraft.com/linux-software/431-what-i-o-wait-under-ps-command.html14:04
spajderixbinBASH: yup14:04
binBASHspajderix: so that one is crashing14:04
binBASHspajderix: maybe some big mail in queue?14:05
mianosmps -wauxf14:05
spajderixmianosm: thanks for link14:05
mianosmSeemingly the databases usually cause the issue, if you're pulling addresses from a db to process through postfix maybe?14:06
mianosmThose D statuses suck, but ps -wauxf should be a good visual for the issue possibly14:06
spajderixlet me describe the specs to give a better overview: it's 4x core processor (Intel or something), 4GB RAM running apache,postfix,courier,mysql and configured via ispconfig14:07
spajderixmianosm: and yes, postfix is taking auth data from mysql14:07
mianosmlshw -html > specs.html14:08
\shspajderix: dstat is also a good indicator of problems....most likely you have a disk problem or cpu 0/core 0 is under heavy load and let interrupts sequentially through or you have a real cpu problem or memory14:08
binBASHmoin \sh :)14:08
\shhey binBASH14:09
binBASH\sh: I just received mail 5 of my system will be delivered today ;)14:12
\shbinBASH: congrats :) send some pics when they arrive :)14:13
binBASHin end of february ;)14:13
binBASHThe provider will setup all machines and place them in rack you know14:13
binBASHI will go to datacenter in mid./end of February14:14
patdk-wkand burn them down?14:14
binBASHno14:15
binBASHI will move some machines from old datacenter and place them in the rack as well14:16
spajderixmianosm: lshw -html http://dl.dropbox.com/u/140067/specs.html14:17
binBASHpatdk-wk: http://blog.backblaze.com/2009/09/01/petabytes-on-a-budget-how-to-build-cheap-cloud-storage/14:17
binBASHIn some months I will need some of those ;)14:17
patdk-wkheh14:17
patdk-wkbinbash, don't want to just go with something more stable: http://www.nexsan.com/satabeast.php?14:19
hrobertscan someone who is good with grub help me with this wierd issue.  WHen booting my server ubuntu 10.10 with 2.6.35.24 kernel, the server will not boot.  If I rebbot and go to the grub menu, press c for the command and then manually linux the vmlinuz-2.6.35-24-generic-pae file, and then initrd the same file, I can press esc, and select the kernel and it boots every time.  Is there something I can add to grub to resolve14:19
binBASHpatdk-wk: And it costs 3 or 4 times more? ;)14:20
patdk-wkprobably, but is redundant, and has fc :)14:20
patdk-wkso it's not limited to a single computer using it14:20
hrobertscan someone who is good with grub help me with this wierd issue.  WHen booting my server ubuntu 10.10 with 2.6.35.24 kernel, the server will not boot.  If I rebbot and go to the grub menu, press c for the command and then manually linux the vmlinuz-2.6.35-24-generic-pae file, and then initrd the same file, I can press esc, and select the kernel and it boots every time.  Is there something I can add to grub to resolve14:21
binBASHpatdk-wk: What you mean with being redundant, the power supply? ;)14:21
patdk-wkno, psu, controllers, network, fc, drives, ...14:21
binBASHahh ;)14:21
binBASHpatdk-wk: well, here I will take 2 or 3 of the boxes for being redundant. Wanna use ceph as software with radosgw14:22
patdk-wkthe issue I have with backblaze units, you would have to have drbd between two of them, incase one died14:22
binBASHpatdk-wk: http://ceph.newdream.net/14:23
binBASHno drbd needed14:23
hrobertscan someone who is good with grub help me with this wierd issue.  WHen booting my server ubuntu 10.10 with 2.6.35.24 kernel, the server will not boot.  If I rebbot and go to the grub menu, press c for the command and then manually linux the vmlinuz-2.6.35-24-generic-pae file, and then initrd the same file, I can press esc, and select the kernel and it boots every time.  Is there something I can add to grub to resolve14:25
binBASHhroberts: provide grub.conf in a paste14:26
compdocso glad you keep pasting that question before the last paste scrolls off the window - otherwise Id never know you asked it14:27
binBASHlol compdoc14:27
hrobertsbinBASH: please remind me where grub.conf is located at14:28
Japjelocate grub.conf14:28
twbhroberts: /boot/grub/menu.lst or grub.conf, depending on age.14:28
binBASHwhat twb said14:29
Yalewhat's the difference between the ubuntu enterprise cloud and server?14:29
twbYale: a few letters14:30
Yalebasically no difference?14:30
compdocthe cloud is still evolving - seems to be many things14:30
binBASHYale: if you chose ubuntu server you can still build a uec with it ;)14:30
hroberts#14:31
hroberts# DO NOT EDIT THIS FILE14:31
hroberts#14:31
hroberts# It is automatically generated by grub-mkconfig using templates14:31
hroberts# from /etc/grub.d and settings from /etc/default/grub14:31
compdocbut it seems to me to be mainly user access to your server from anywhere14:31
patdk-wkyay, people might learn to use pastebin14:31
twbcompdoc: you mean, like, ssh?14:31
* twb grumbles14:31
YaleI'm currently installing it and wondering whether to choose UEC or default server14:31
Yalebut frankly, I don't know the difference between the two14:32
compdocit seems mainly gui thru a browser14:32
patdk-wkin this context, cloud means to run and manage a cluster of virtual servers14:32
patdk-wkwhere server means to install and run on bare metal14:32
binBASHpatdk-wk: you can still build a cloud with ubuntu server. I did this once.14:33
twbcompdoc: I mean that if the only reason you use the cloud is to "access your server from anywhere", you should blooy use sshd :-/14:33
patdk-wkyes you can :)14:33
binBASHhroberts: use a pastie14:33
binBASHand send us the link14:33
hrobertssorry that was the wrong paste, what is the best way to show it14:33
patdk-wk!pastebinit14:33
ubottupastebinit is the command-line equivalent of !pastebin - Command output, or other text can be redirected to pastebinit, which then reports an URL containing the output - To use pastebinit, install the « pastebinit » package from a package manager - Simple usage: command | pastebinit -b http://paste.ubuntu.com14:33
hrobertswhat is a pastie14:33
Yaleyou could do that with the default one - using webmin, right? Anyway, it's easier to setup UEC it seems14:34
patdk-wkcat /etc/grub/grub.conf | pastebinit14:34
patdk-wkhmm, I don't think uec and webmin have anyhting in common14:35
binBASHYale: With UEC it's possible to build your own private cloud which is compatible to Amazon EC214:35
patdk-wkuec manages servers, webmin manages a server14:35
YaleI don't want to use amazon's cloud. More or less my own private cloud14:35
patdk-wkuec is a clone of amazon's cloud, on your own hardware14:36
hrobertshere is the link: http://pastebin.com/1fyh1eif14:36
Yalemmk, thanks. Is the UEC more user friendly to setup or?14:37
patdk-wkheh?14:38
patdk-wkmore user friendly? compared to what?14:38
Yaleto the barebones ubuntu server installation14:38
binBASHYale: it's more user friendly than installing ubuntu server and afterwards uec from packages I think14:38
JanCthere is nothing easier to set up than the "barebones" Ubuntu server  ;)14:39
Yalenot for a noob I'm afraid :p14:39
patdk-wkif you mean is it more friendly to setup a website on uec or ubuntu server, they don't compare14:39
patdk-wkyou setup uec, then you have to setup ubuntu server inside it14:39
Yalenot a website. Personal server14:40
* patdk-wk wonders if yale knows what ec2 is14:40
hrobertsit is a grub.cfg file not conf, I believe it is grub2 maybe?14:40
binBASHhroberts: we need your /boot/grub/menu.lst14:40
Yaleamazon cloud, if I understood it right...14:40
JanChroberts: yes, it's for grub214:40
binBASHYale, do you know how to use Amazon EC2? :)14:41
zulDaviey: bug #69775314:41
uvirtbotLaunchpad bug 697753 in eucalyptus "bittorrent recommendation prevents bittorrent demotion" [Medium,Confirmed] https://launchpad.net/bugs/69775314:41
Yalenope14:41
JanCbinBASH: menu.lst is not used for GRUB2...14:41
patdk-wkyale, how many servers do you have?14:41
hrobertsbinBASH: file doesn't exist14:42
Yalefirst time I'm trying more or less14:42
binBASHJanC: Ok, maybe you can help him then, I don't use grub214:42
binBASHYale: Maybe tell us first what you're trying to achieve ;)14:43
JanCheh, now he's gone...14:44
binBASHJanC: Maybe he doesn't know how to use irc probably14:45
Yalehehe :) Basically my own home server to store stuff in - kind of like WHS14:45
zulDaviey: do you want a bzr branch for that one so it can get off my release radar?14:45
JanCYale: sounds like you want de normal Ubuntu Server then14:45
YaleI would also like to setup an ssh server on it14:45
JanCmaybe there are some Ubuntu Server remixes/derivatives that provide similar functionality to WHS14:47
binBASHYale: You know UEC, is something very different. It is for controlling a pool of servers, where people can request virtualized resources on demand. Also the Virtual Machines will get destroyed when they are shutdown or crash. I think you don't want that14:47
compdoche doesnt want to manage server farms, he wants cloud benefits14:47
compdocapplications14:48
YaleI thought of UEC more or less as the "controlling" server to manage the computers in its network14:48
binBASHYale: No it's not14:48
Yalelike citrix. Anyway, is it a bad idea to do a test install using virtualbox?14:51
JanCdepends what you mean by citrix  ;)14:51
Yalecitrix xenapp I think14:52
zulsmoser: around? whats the status on #684875 and #656646?14:53
smoserbug 684875 is fix-released, i'm mostly certain. i have to test for sure when i386 images boot again for cloud -init14:54
uvirtbotLaunchpad bug 684875 in linux "Patch to Natty 2.6.37-virtual breaks non-EC2 users" [High,Fix released] https://launchpad.net/bugs/68487514:54
smoserbug 656646 is  most likely just networking issues (on my link from here to amazon during testing)14:55
uvirtbotLaunchpad bug 656646 in cloud-init "transient network/keyscan issues" [Low,Confirmed] https://launchpad.net/bugs/65664614:55
Yaleand should I choose x86 or x64? Apparently ubuntu recommends x64, but I don't know why14:55
smoserfor server x86_64 is obvious choice (if your hardware supports it)14:57
Yaleit does, but why is it the obvious choice?14:57
smoserthe primary reason is that if you chose x86, you cannot run x86_64 software (including virtual machines)14:57
smoserthe only reason you would ever chose i386 is if a.) your hardware didn't support it b.) flash was the most important thing in your life.14:58
patdk-wkstrange, I run 64bit vm's on my 32bit host os, not that I would want to, and plan to *fix* it, as soon as I can14:58
smoserand b really isn't true so much any  more (i run flash on amd64 and haven't noticed issues in a long time)14:58
smoserat least under kvm and linux i think you will not get hardware virutalization help in the 64 bit guests14:58
smoseri suppose i could be wrong though14:59
sorenpatdk-wk: 32 bit host kernel?14:59
patdk-wkyep14:59
patdk-wk2.6.32-27-generic-pae14:59
patdk-wkon the host14:59
sorenI can't imagine you would get hardware acceleration, then.14:59
sorenI know you didn't used to, and I cannot fathom how that could be "fixed".14:59
patdk-wkI dunno how it would work without hardware acceleration15:00
sorenThe CPU isn't in long mode, so the VM's coulnd't be either.15:00
sorenpatdk-wk: Very, very slowly.15:00
patdk-wkpretty sure 64bit requires it, period15:00
sorenpatdk-wk: Not at all.15:00
sorenQEmu can emulate amd64 just fine.15:00
patdk-wkya, I didn't think it would work at all, myself15:00
patdk-wkusing vmware workstation :)15:00
sorenOh.15:01
patdk-wkit doesn't emulate 64bit15:01
sorenFascinating.15:02
sorenpatdk-wk: On Linux, I presume?15:03
patdk-wkya15:03
patdk-wkrunning win7 x64 inside lucid15:03
patdk-wkfor those times work requires me to test something, using office :(15:04
sorenI suppose they could switch to long mode, run the VM for a time slice, and switch back.15:05
sorenSounds dreadful, though.15:05
sorenTurns out that's what they do.15:13
sorenLive and learn.15:13
sorenpatdk-wk: You'll get better performance out of it by running a 64 bit host kernel, though.15:14
patdk-wkya, I know15:14
patdk-wkI just think it will take me a day or two to switch15:14
patdk-wkand haven't had time yet15:14
patdk-wkthat is the only 32bit host machine I have left15:15
kirklandRoAkSoAx: ping15:30
RoAkSoAxkirkland: pong15:34
kirklandRoAkSoAx: hey man15:34
RoAkSoAxkirkland: heya! what's up?15:34
kirklandRoAkSoAx: did some powernap testing with my watt meter15:34
kirklandRoAkSoAx: i'm testing version 1.12-0ubuntu115:35
kirklandRoAkSoAx: seems to be working well on my hardware15:35
RoAkSoAxkirkland: cool :), does it really reduce power consumption when turning off corse?15:35
kirklandRoAkSoAx: it's a little Asus PC installed with Ubuntu Natty Server15:35
RoAkSoAxs/corse/cores15:35
kirklandRoAkSoAx: at idle, with powernap disabled, consumes 53W of power15:36
kirklandRoAkSoAx: 2 cpus, AMDs15:36
kirklandRoAkSoAx: with powernap enabled, and running, idles at 46.5W of power15:36
kirklandRoAkSoAx: in powersave mode15:36
kirklandRoAkSoAx: that's 12%!15:37
RoAkSoAxnice!!15:37
RoAkSoAxthat like 6.5W, which is good15:38
kirklandRoAkSoAx: i'd like to test the other monitors15:38
kirklandRoAkSoAx: can you push that newer package?15:38
RoAkSoAxthough I'm sure that there's other ways to reduce it even more (probably tunning the speed of fans and things like that)15:38
kirklandRoAkSoAx: yeah, but that might damage a system if you do it wrong15:38
patdk-wkyay, that would save almost 1usd per month15:39
kirklandRoAkSoAx: i found a couple of minor issues (i don't think you necessarily introduced them though)15:39
kirklandRoAkSoAx: the WoL thing ...15:39
kirklandRoAkSoAx: so i tried using the wake on lan function from my router to bring the system out of powernap-powersave mode15:39
RoAkSoAxkirkland: the latest is already in the trunk. (and I'm actually improving the WoL as we speak)15:40
kirkland2011-01-20_23:55:22 DEBUG    Starting WoL monitor15:40
kirkland2011-01-20_23:55:22 DEBUG        WoL monitor started at port [7]15:40
kirkland2011-01-20_23:57:59 DEBUG        WoL packet received from 10.1.1.115:40
kirklandRoAkSoAx: it detected the packet, which is good15:40
RoAkSoAxkirkland: ok....15:40
kirklandRoAkSoAx: and 10.1.1.1 is my router, which is where it came from15:40
kirklandRoAkSoAx: but it did not raise it out of powernaping15:41
zulDaviey: the snaphsot of openstack is getting quite stale so im planning of doing an update once launchpad is fixed15:41
RoAkSoAxkirkland: so the logging didn't continue?15:41
kirklandRoAkSoAx: here's the log:  http://paste.ubuntu.com/556543/15:41
kirklandRoAkSoAx: look around those timestamps ^ 2011-01-20_23:57:5915:42
kirklandRoAkSoAx: you'll see that it doesn't do anything with the WoL packet it gets from 10.1.1.1.... however, it *does* wake up from 10.1.1.1115:42
kirklandRoAkSoAx: i'm going to file a couple of bugs to keep track of these15:43
RoAkSoAxkirkland: 10.1.1.11 is powerwake15:43
kirklandRoAkSoAx: yes15:43
RoAkSoAxkirkland: yeah, so what I'm guessing here is that the router is using another technique to create the WoL Monitor, which is different WoL data than the one sent from powerwake15:44
RoAkSoAxkirkland: so let's say the router sends a WoL packet such as: 1234 and powerwake sends a wol packet such as: 12345615:44
=== kiall|AFK is now known as kiall
RoAkSoAxkirkland: so powernap uses eth0 mac, to generate "Wol Data" and then compares with the received one. If it does match, then it takes recover action. Now, given that the function I use to generate that "WoL Data" is the same as the one powerwake uses to create the WoL packet, then that's why it wakes up with powerwake and not with the router15:46
kirklandRoAkSoAx: okay, i'm testing a bunch of WoL utilities now15:48
kirklandRoAkSoAx: i think we should try to make it work with most (all?) of them15:48
kirklandRoAkSoAx: otherwise, it's not really "wake on lan" ... is something that specific to powernap/powerwake15:49
RoAkSoAxkirkland: let's compare the wol data that other utilities generate against the one powerwake generates15:50
RoAkSoAxkirkland: if powerwake generates the same data as the other utilities, then it will work15:51
RoAkSoAxor at least it should15:51
patdk-wkhmm, wol is pretty simple16:00
patdk-wkit's just 6 FF's followed by the mac addres 16x times16:01
patdk-wknothing else, so you have to search the data of all packets and locate that16:01
patdk-wkgenerating that should be a no-brainer16:01
RoAkSoAxpatdk-wk: yeah apparently there16:02
RoAkSoAxthere might be something wrong in the data generation aalgorithm, that's something that I'll figure out in a bit16:02
patdk-wkthe only issue I could think of, is if the other wol sender isnt using l4 packets16:03
RoAkSoAxpatdk-wk: what powerwake does it generates the wol data and sends a broadcast packet. Then in PowerNap "WolMonitor", it receives that broadcast, and takes the data out and compares, by generating wol data of the local interface against the received data16:05
kirklandRoAkSoAx: https://bugs.launchpad.net/ubuntu/+source/powernap/+bug/70594316:05
uvirtbotLaunchpad bug 705943 in powernap "powerwake triggers wakeonlan monitor, but other wakeonlan implementation does not" [High,Confirmed]16:05
RoAkSoAxkirkland: what I'm assuming right now is that powerwake's wol packet is different from all packets generated by the other tools16:08
RoAkSoAxkirkland: I'll confirm that in a bit16:09
kirklandRoAkSoAx: okay, question ...16:11
kirklandRoAkSoAx: about the network monitor ...16:11
kirklandRoAkSoAx: it just looks for any traffic on port 22 (or whatever you configure), right?16:12
RoAkSoAxkirkland: yes, it binds the port you configure it (UDP though)16:12
patdk-wkhmm, on the join, mac * 20, repeats the mac 20 times?16:15
patdk-wkwol spec says 16 only is required16:15
* patdk-wk doesn't know python :)16:15
hggdhJamesPage: good morning, I had to change run-test.py -- I was getting a TypeError when writing the attachments: http://pastebin.ubuntu.com/556558/16:16
hggdhJamesPage: the change @617 is the one I am talking about16:16
patdk-wkya, that is exactly the issue16:24
patdk-wkdata = ''.join(['FFFFFFFFFFFF', mac * 16]) will fix it16:25
patdk-wkafter that, the next issue will be the recv_wol_msg == local_wol_data16:27
patdk-wkyou need to search recv_wol_msg for local_wol_data, if it exists, anywhere in recv_wol_msg, then it matchs16:28
patdk-wkrecv_wol_msg.find(local_wol_data), maybe?16:31
zulDaviey: ok new nova snapshot in the archive16:54
=== NG_ is now known as ng_
clawhello there i want to change to langue or better the whole location setting for my server17:18
clawhow to do this ?17:18
clawforn en_EN to de_DE17:18
clawi have just installed 'language-pack-de' but dont know how to set it as default17:21
uvirtbotNew bug: #705982 in cobbler (universe) "/etc/apache2/conf.d/cobbler.conf should be wrapped in IfModule proxy_http" [Undecided,New] https://launchpad.net/bugs/70598217:35
=== guampa is now known as guampafk
zulSpamapS: patches accepted ;)18:24
SpamapSzul: w00t w00t18:29
RoAkSoAxcongrats!!18:37
=== ng_ is now known as NG_
donvitoohow to disable sit0 ipv6 down19:06
lephistogreetings to everyone..19:11
lephistoi have a problem with the libopenais-dev.. any1 up for this?19:12
lephistoi have the feeling that in lucid /usr/lib/openais is missing19:13
lephistoah problem solved i think. unlike debian they're in /usr/lib not /usr/lib/openais.19:18
antiihell-o19:28
Wolfsherzhi, on each reboot the init-script of apache2 has zero bytes and a file apache2.1 is generated out of nowhere... needless to say that service apache2 start does not work, and i have to rename that apache2.1 after each restart to apache2... whats up with this?19:30
Wolfsherzrunning ubuntu 10.04 server19:30
antiilooking for some help with hardware for a nas/shell, http server. atom/i3? ram etc.19:30
gamla_kossanhey people19:31
gamla_kossangot a really weird one today; did an apt-get update, got this:19:31
gamla_kossanW: GPG error: http://se.archive.ubuntu.com lucid-updates Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>19:31
gamla_kossananyone able to help me fix this?19:32
lephistoneed help trying to compile clvm againt openais19:33
uvirtbotNew bug: #706038 in samba (main) "251397 is the bug number for last bug samba failed again after updates" [Undecided,New] https://launchpad.net/bugs/70603819:42
pmatulisgamla_kossan: try again or use a different mirror19:48
gamla_kossanpmatulis: I did, with a danish mirror, got the same error19:49
lephistoroot@xen1:/etc# /etc/init.d/clvm start20:03
lephisto * Starting Cluster LVM Daemon clvm20:03
lephisto   ...done.20:03
lephisto * Activating VGs vgsas1 vgtest20:03
lephistoups ww20:03
RoAkSoAxkirk/win 420:06
RoAkSoAxpffffff20:06
uvirtbotNew bug: #706054 in tomcat6 (main) "package tomcat6 6.0.24-2ubuntu1.5 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1" [Undecided,New] https://launchpad.net/bugs/70605420:11
Ademandoes anyone know about how much a default install of ubuntu-server (10.04) will take up? I'm pressed for disk space and I need to create a VM image large enough for ubuntu + some working room, but like I said, I don't have much disk space to sacrifice in the host20:46
=== mconigliaro_ is now known as mconigliaro
qman__Ademan, the base install consumes ~850MB20:49
qman__you will want at least 1.5GB though if you plan on updating or installing any software20:50
Ademanqman__: thanks20:51
Ademancan I shrink qemu images after the fact? (safely?)20:51
qman__I don't know, sorry20:52
Ademanit's alright, it's a bit offtopic here anyways, thanks again :-)20:52
aciculausing 10.10, qemu,libvirt and sh. after creating a xml domain file i attempted to use attach-disk to register a cdrom device. virsh  fails with an unknown error, logs point to apparmor needing an addition to the profile for the vm. But the apparmor profile is tagged as being autogenerated by libvirt. How ddo i make libvirt push an update to apparmor?22:11
jdstrandacicula: adjust either /etc/apparmor.d/abstractions/libvirt-qemu or /etc/apparmor.d/libvirt/libvirt-<uuid>22:12
jdstrandacicula: the former will make the change to all guests, the latter just the guest with the uuid22:13
aciculajdstrand: yeah that works.22:13
aciculajdstrand: point is that the libvirt-uuid file is tagged to be updated by virsh22:13
jdstrandlibvirt-uuid.files is rewritten each time, libvirt-uuid is only on creation22:14
aciculaah gotcha, thanx22:14
aciculahmm .files is also listed  as managed by libvirt22:16
RoAkSoAxSpamapS: ping?22:32
aljosaubuntu 11.04 will distribute postgres v9.0 or v9.1?22:43
aciculaaljosa: there isnt even a 9.1 version out yet22:48
aciculaaljosa: http://www.postgresql.org/developer/roadmap22:49
aciculaThe next release of PostgreSQL is planned to be the 9.1 release. A tentative schedule for this version has a release in the third quarter of 2011.22:49
PiciThird quarter is a bit late for an April release.22:49
aciculai was just thinking that too22:51
aljosathanks for info22:56
ChrisBuchholzHey guys. I have a problem on my 10.04.1 server where some of the users cannot ssh in. If i use the -vv argument, i get no errors, outputs just stops right before it goes to "logged in"-output with the users that does work. I have tried setting the loglevel of sshd to debug3, but didnt tell me more. I have noticed that the users where it works's user id and group id (looking in /etc/passwd) is equal to each other, whereas the ones that doesnt23:01
RoyK- bigjools [~quassel@canonical/launchpad/bigjools] has quit [Ping timeout: 240 seconds]23:23
RoyKops23:24
savidDoes mysql-client use editline now instead of readline?    I had Page Up mapped to "history-search-backward" in my .inputrc, and it's not working in mysql.  Is there a way to do that with .editrc?23:24
RoyKtry #mysql23:25
savidRoyK:  well, this is more a question about how mysql is configured with ubuntu by default -- just trying to figure out which input lib it is configured to use on ubuntu server.23:26
RoyKiirc from this test box on 10.10, mysql client uses readline23:27
RoyKjust ldd it23:27
SpamapSRoAkSoAx: pong, sup?23:27
RoyKs/iirc/afacs/ :P23:27
RoAkSoAxSpamapS: trying to get cobbler running but I just completely broke my system... :)23:41
SpamapSRoAkSoAx: oh?23:42
SpamapSRoAkSoAx: I had no trouble on a natty vm23:43
RoAkSoAxSpamapS: mine, 1st, wans't able to recognize httpd running after sudo cobbler check23:43
SpamapSRoAkSoAx: are you trying to install it in a chroot? That failed for me.23:44
RoAkSoAxSpamapS: nope, I didn't ... I think there's also a bug somewhere else that helped to screw things up23:44
RoAkSoAxSpamapS: will reinstall this weekend and try again23:44
anternatwhat version?23:46
RoAkSoAxanternat: of what?23:46
anternatyr server distro?23:46
RoAkSoAxnatty23:46
anternatok23:47
* RoAkSoAx gone for the day23:47
anternatcyaz all bye23:47

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