[00:06] I used to use pam_mount, that was fun :) [00:14] hey [00:15] i am building my very first raid and was curious how bad is it with the TLER issues with consumer hdd's ? [00:15] is it that common for hdd's to take 7+ seconds to try to fix an error themselves ? [00:42] an encrypted drive set to automount rather defeats the point of an encrypted drive [00:56] Hey guys, running 10.04 here, and I have APT::Periodic::Update-Package-Lists set to "1", but I'm noticing that the package index is never updated until I explicedly refresh with `apt-get update` (as such, I'm not getting my update notifications sent to me) [01:44] terinjokes: just confirm where you've set it -- i.e. pastebin the file, and you know that's only supposed to update the lists once a day, right? [01:49] giovani: correct, but it's not being updated... one second [01:50] giovani: http://pastebin.com/jHraTu31 [01:53] terinjokes: are you trying to do automatic upgrades, or just notifications of packages that can be upgraded? [01:54] the latter is done automagically via some cron jobs in the desktop install, unsure about the server install -- the former is handled by a specific package (which installs cronjobs) for the server and desktop afaik [01:55] terinjokes: sudo apt-get install unattended-upgrades # for unattended upgrades... and read its docs too. [01:55] yeah, that would be the package for the former [01:56] giovani: i *just* want notification of the new packages [01:57] terinjokes: and how do you plan to get notification? do you have a custom setup for this? or are you using a pre-built mechanism? [01:57] jmarsden: i read those docs, but my understanding of unattended-upgrades is to install the upgrades, which I don't want [01:57] giovani: i already have notifications setup... works great (ie, as soon as i run `apt-get update` i get it...) [01:57] terinjokes: I think you can configure it not to actually do the upgrades, but just let landscape-client tell you what is available to be updated at login... [01:58] i've disabled most of the MOTD scripts [01:59] (so if it was there, then this might explain why they don't happen) [01:59] terinjokes: ok, well without the cronjobs provided by some package (or written by hand) I don't think that variable you set does anything [02:00] giovani: is there some package that setups these crons? would it be best to have unattended-updates installed, and just tell it not to update anything? [02:00] terinjokes: I honestly don't know, but I'd bet that they're in that package, and, jmarsden seems to know more about it -- it likely can be told not to upgrade [02:01] terinjokes: I think yes, just install unattended-upgrades and then *don't* set APT::Periodic::Unattended-Upgrade "1"; [02:02] I've not used that that way, but I'm pretty sure it will do what you want. [02:02] hi there - i have serios problem - my last try to install ubuntu-server with raid 1 + lvm made unsupported partitioning on my HDD's, so now reinstall normally cant detect my HDDs, so i cant redone partitioning for my HDD ? [02:03] what are my options to clear partition tables/format HDD using busybox ? [02:03] or maybe ubuntu live ? [02:03] all i want to do, is fully clear partitioning data from my HDD's [02:04] so i can do reinstall with /boot partition out of raid [02:04] and looks like i will prefer installing Lilo [02:04] jmarsden: thanks, i'll give that a shot [02:05] terinjokes: You're welcome [02:06] wieshka: If you just want to destroy the partition tables you can do something like dd if=/dev/zero of=/dev/sdb bs=1024 count=1024 [02:06] that will wipe the first 1MB of your /dev/sdb drive... is that what you are looking for? [02:06] jmarsden: it shouldnt take a long long process ? [02:06] wieshka: No, just 1MB of writes... [02:06] jmarsden: ok i will try - basicly i want my hards clear [02:07] to set up new installation [02:07] i dont what i messed up [02:07] zeroing the whole drive would take more time, but you don't need to do that just to be sure the installer sees the drive as being "new". [02:07] but my install neither boots up, neither shows correctly in partition detection [02:09] done for both disks, now rebooting to see result [02:09] jmarsden: how long it should take with 500 GB disk to fully write it with zeros ? :) [02:10] it like a formatiing - i am correct ? [02:10] wieshka: depends how your doing it ? [02:10] -? [02:10] I don't remember, I do that kind of thing overnight. Well, writing zeroes to every sector does not technically format the drive. [02:10] But it makes pretty sure noone will read whatever info was on it before :) [02:11] heh [02:11] if you do something like dd bs=2048 if=/dev/zero of=/dev/foo it will be reasonably quick [02:11] you could set a larger bs too [02:12] but you will still need to format it after [02:12] thx jmarsden - now i have clean two disks :) [02:12] so what is the best suggestions for building RAID 1 [02:12] wieshka: You're welcome :) [02:13] make /boot out of the raid ? [02:13] Guys, can you please take a look here? http://ubuntuforums.org/showthread.php?t=1548415 [02:13] becouse my disks restursn HDIO_IDENTITY fail (hdparm cant detect by name or something like that) [02:13] so if my boot is inside of raid [02:13] boot after install fails [02:14] so how good is my idea about partitions: make 100m /boot, give it a boot flag, then make 30 Gb swap, and create one big partition on whole disk as raid, and after that as LVM [02:15] so then i can make volume group and do with my partitions on running system what i want [02:16] or the best way is do like this ? https://help.ubuntu.com/10.04/serverguide/C/advanced-installation.html [02:16] ? [02:18] There is no "should"; the Server Guide doesn't do LVM with RAID1, just RAID1, for simplicity, I think. If you want LVM, try it your way and it sounds like it should work. [02:18] basicly i want to setup ubuntu server and then KVM with 5 vhs on it [02:19] i wanted to make aprtition for each vh for better performance [02:19] but also i can make a one big partition and use vh as images [02:19] Sounds like a reasonable use case for LVM to me. [02:20] ok - i will give a try with /boot partition out of raid array, and whole disk as raid 1 + LVM [02:20] is it better to make swap out of raid or i can make it under LVM ? [02:20] sorry - first time serious install of ubuntu-server [02:20] on multiple disks [02:21] i have old install/use of ubuntu-server on single disk, but now i am building new one, so trying to make reasonable good install [02:21] so - i am begginer - open for suggestions :) [02:22] wieshka: You won't be swapping anyway really, on a modern machine with gigabytes of RAM, so it probably doesn't matter :) I'm not doing "real" virtualization server builds so I'm not really the best person to get advice from on that. My guess: try the swap outside the LVM. [02:23] outside of LVM and also outside of raid array ? [02:23] hmmm, basicly i have 16 gb ram - so is there need for a swap at real ? [02:24] 16 x 1 Gb [02:24] Perhaps not :) Yocu ould leave a small swap partition outside both RAID and LVM "just in case" it is ever needed. [02:24] hmm, not a bad idea :) [02:27] so summary: i will split each drive (2) in 3 partitions, 100 mb for /boot, 10 Gb for swap (maybe someday i will need it), and whole disk, as raid partition, after that i configure raid 1 as sda3 + sdb3, and set them as LVM volume group, and also i will make ~20 Gb logical volume on LVM as mount point / [02:27] i have to gibe boot flag option to /boot partition ? [02:28] and do i have to set this /boot partition on one disk or on each one ? [02:28] i supouse one only [02:28] so all this stuff/summary should work - so i am going to give a try :) [02:29] wieshka: You can try setting /boot on both drives, then if one drive fails you *might* be able to boot from the other one... although in the past getting that to work has needed some minor messing around, at least for me. [02:30] what messing around [02:30] you think, this configuration will not work on fly - install & go ? [02:31] hmm, /boot must be as primary & at the begining ? [02:31] It should, and maybe these days it will, when I tried it was at least a couple of years ago, Ubuntu RAID support has changed since then. [02:31] & with boot flag [02:32] I would suggest that, if you need the "failover boot" to work, then test it before you have a real disk failure, so you *know* it will work. [02:32] so i made on each drive 100 mb primary partition as ext4, with mount point /boot and bootable flag [02:32] jmarsden: i will test that :) [02:32] at first i need working install :) [02:33] wieshka: True :) [02:33] does swap need botable flag ? [02:33] i supouse no [02:34] and does raid 1 partition needs boot flag ? [02:37] I really doubt it. [02:41] heh, install do not allow me to make to /boot [02:41] so maybe set them in array as md1 and then set on them /boot ? [03:20] jmarsden: still here ? [03:20] Yes... did it work? [03:20] and again my boot stops .... [03:21] with fsck error [03:21] ata_id[650]: HDIO_IDENTITY failed for /dev/sda [03:21] also for sdb [03:21] and next line is, that with my LVM everuthing is ok (check statuss) [03:22] and no more action [03:22] at the same point again .... [03:22] fuck. [03:23] I have not seen that error msg before... does googling for it show anything interesting? [03:24] lets try - i removed one of my disks [03:24] what it will say now [03:24] i even tried to setup with lilo bootloader now [03:24] insted of grub [03:24] as i heard - it haves better compability with raid [03:25] maybe - i should install system on single disk, and after that make RAID 1 over my existing installation [03:25] at start as degraded RAID [03:25] i dont even now anymore- tomorow i have ti put server in data center .... [03:26] Hmmm. a test install to a single disk would be good, so you at least know the hardware is OK and will let you install to it and boot from it. [03:28] Doing a "first time serious install of Ubuntu server" with a constraint of "tomorrow I have to put the server in the data center" sounds like you are trying to learn too much too fast... [03:29] jmarsden: i am this problem already 3 days [03:29] on this [03:29] heh :D :D :D [03:30] Came in late to the conversation guys, what's the issue? [03:30] i swicthed disk slots and now it works - whata hell [03:30] asks login - give me moment i want to really test that RAID 1 worked or it is a degraded mode [03:30] wieshka: Ah, so maybe one of the "disk slots" is bad in your hardware, or the drive was not fully plugged in, or something? [03:31] but if it shows up in BIOS and also durring install - connection & hardware must be good [03:31] i dint changed hot swap ports [03:31] i them only switched [03:31] texastwister: Software RAID1 install to wieshka's new server, it has not been booting... until just now, at least! [03:32] yeah, but i have to check is everything ok :) [03:32] wieshka: Indeed. I suggest you test it a lot in your remaining time... at least it now boots :) [03:32] i full y agree [03:33] hdparm still outputs that he cant recognize this HDD model [03:34] it is simple enterprise edition server HDD from seagete [03:34] weird [03:36] hmmmm, mdadm returns that disk are in active sync statuss [03:36] what else test i should perform ? [03:39] dmesh also says that raid1 is active with 2 of 2 mirrors [03:40] also /proc/mdstat says that RAID is active [03:45] wtf - now bootup hangs [03:45] its not normal .... [03:46] No, that's not normal... sounds like you have some sort of weird intermittent boot issue. [03:46] the disks should sync durring bootup or after that ? [03:47] You did a clean shutdown/reboot, right, you didn't just hit the reset button? [03:47] i run command reboot from shell [03:47] now i did reset .... [03:47] lets se, what i have there [03:47] now [03:47] BIOS detects both drives .... [03:47] LILO runned [03:48] hmmm only one disk activity is flashing [03:49] i am confused - now it again booted well [03:49] Does cat /proc.mdstat still look fine? [03:49] eem .... no [03:49] there is that HDIO identity again [03:49] but later showed up then last time [03:50] hmmm, wait ..... my disks activity LED is flashing for both disks [03:50] maybe i should give them a try [03:50] some sync or something ? [03:50] I think you could have some sort of weird hardware issue, I would research that HDIO_identity message some more. [03:51] If you want to give the disks a bit ot a test workout, you could use bonnie++ or some other disk performance test tool. [03:52] hmmmm, my sata disks are connected via SAS on motherboard [03:52] maybe i should switch to sata ? [03:53] or i am miising some disconfiguration in BIOS ? [03:53] I have no idea... sorry :) [03:53] ok, looks like i have to cancel tomorrows data center :D [03:53] hmmm, HDDs activity still flashed [03:54] lets try what happens, when i remove one HDD [03:54] as degraded mode activated, it should work [04:59] jmarsden: heh, single install works like a charm .... [04:59] so now trying to set raid over existing installation :) [05:30] I have one server with all my domains pointed to it and my webserver setup on it.. Currently it's also my mail server but I'm looking to forward all the mail to a second server. Is the best way to do that to just update the dns record and point the mail commands to the second server's ip? [05:32] You would point all MX records the second server, yes. Possible also update all A records for mail.DOMAIN.com to point there too, and pop.DOMAIN.com if you have folks using those naming conventions for their incoming and outgoing mail. [05:33] * twb pedantically points out that "example.net" exists for examples like that. [05:34] jmarsden: thanks. I'm the only one using it.. I have like 9 emails I'm using over imap right now and it's bogging down the main server too much [05:34] Not much of a server if one user can bog it down :) But OK. [05:35] jmarsden: Well I mean my email client is maintaining about 9 imap connections simultaneously it's not a beefy server [05:35] 512mb VPS [05:35] OK. I run a mailserver with 150 domains and maybe 1200 or more email users, it also runs 100 or so small web sites :) [05:35] daaayum :P [05:35] How much ram though :P [05:36] 4GB. Basic cheap rackmount server. [05:37] yeah webserver is running nginx reverse proxy to apache ( dynamic content only ) it does well the process count is what keeps going a bit red when I keep my email client open [05:37] postfix and dovecot should place negligible load on the server [05:37] twb: that's what I'm running [05:38] It also could be that Apple Mail ( desktop client ) opens about 5 connections for each account to the server to speed up stuff [05:38] robertpayne: Then most likely, removing your email from that server will not significantly affect how bogged down it is... are you 100% sure it is the email slowing things down? [05:39] jmarsden: I Shouldn't say it's "slowing it down" or necessarily any sort of speed decrease.. I just simply am getting process count warnings from my host.. if I close my email client the process count drops by about 40-50 [05:40] I'm also setting up a dev box as a backup to my production box ( because not doing so is retarded.. ) and thus was going to offload the mail to the dev box but back it up to the production box nightly [05:40] OK... odd that your host cares about process count... CPU load, or RAM usage, sure... but process count? [05:41] guys any known apps that can do directory service for windwos client PC and windos client PC..? [05:41] jmarsden: heh not really sure if they care so much but their status panel does show alerts when it gets too high.. I know kinda dumb.. maybe something to do with VPS stuff who knows [05:42] robertpayne: Samba 4 can act as an AD server [05:42] Sorry, bad completion [05:42] maybe I'll just leave it on the main box.. like I said not really an issue just figured I'd forward it to the dev box [05:42] and wanted to make sure modifying the DNS was the best way [05:44] twb: i can do it with samba4 [05:44] anyways i got to go for now thx for answers [05:46] robertpayne: You're welcome [05:47] ruben23: samba4 is not really production ready yet though [05:47] at least on my last try a few months back [05:47] I think ill just leave it on main box.. and use dev box as backup MX :) [06:32] Hey guys, I could use some help making US get along with the internet [06:32] it won't play nice with my wifi and i have been at it all weekend [06:34] sorry about this question...somebody know what mean the blue color in the zone file with bind and why some of them are in blue color and others not? [06:39] pheelineerie: can you be more specific? [06:40] Roxyhart0: maybe you can paste your zone file at http://paste.ubuntu.com and we can look at it ourselves? [06:40] SpamapS: well for example iwconfig says this: IEEE 802.11bg ESSID:off/any. Mode:Managed Access Point: Not-Associated [06:41] pheelineerie: that seems to mean that you're not associated to any SSID's [06:41] trying things with apt-get results in a bunch of Failed to fetch errors [06:42] yes, and I've been trying to set it but i can't get it to take my network name [06:42] pheelineerie: are you sure your wifi chipset is fully supported? [06:42] i would think so, because it was working with ubuntu 10.04 before i installed server [06:43] perhaps the desktop kernel has patches applied to it which the server kernel does not [06:43] pheelineerie: so 'iwconfig eth0 essid "yournet"' doesn't work? [06:44] mase_wk: unless you explicitly select a different kernel, they both should get the generic. [06:44] k [06:44] i didn't know if you had installed the -server kernel [06:44] Tho I think desktop makes it really easy to install non-opensource drivers, IIRC [06:44] SpamapS: i've tried that command but with wlan0 instead of eth0... should i try with eth0? [06:44] pheelineerie: no [06:44] pheelineerie: And the result was.. ? [06:44] it sees the networks when i do the scan thing [06:45] SpamapS: the result was nothing, i restarted interfaces and still the same problem [06:45] SpamapS: i'm putting the name of my wireless network in quotes, but there is a space in it, does that matter? [06:46] SpamapS: and when i say the result was nothing, i mean it just accepted it and went to the next command line with no feedback [06:46] pheelineerie: when you restarted interfaces, you probably wiped out the essid. [06:46] SpamapS: o. [06:46] i thought i was supposed to. lol [06:46] * pheelineerie feels dumb [06:47] pheelineerie: run it, then run 'iwconfig wlan0' again, and see if it shows something different [06:47] pheelineerie: the idea is to set your essid, then the card should associate to the correct AP [06:47] pheelineerie: once you're associated, then the dhcp client that is already running on wlan0 should get an IP. [06:47] well now it says ESSID:"Kansas 2" but it still gives me "Failed to fetch" etc [06:48] I'm honestly quite ignorant at the proper convention for using iwconfig on server.. [06:48] but for a manual test, this should work [06:48] pheelineerie: what still says "failed to fetch" ? [06:49] well i've been testing to see if it was online by trying "sudo apt-get update" [06:49] SpamapS: and it gives me a bunch of "Temporary failure resolving 'us.archive.ubuntu.com' type errors [06:50] pheelineerie: right because it hasn't received a network configuration from your DHCP server yet... [06:50] pheelineerie: is wlan0 listed in /etc/network/interfaces? [06:50] I hosed my samba conf file. I'm not sure how, but I'm content with going back to the default conf file. How do I do this? [06:52] ohzie: you can move the damaged conf file out of the way, and reinstall samba [06:52] ohzie: as in, 'apt-get remove samba && apt-get install samba' [06:52] ohzie: if you don't want to do that, you can also extract the file from the .deb, but thats sort of complex [06:53] SpamapS: No that solution is perfect and makes sense. [06:53] somebody know how i can create a domain aleas with bind? [06:53] SpamapS: right now interfaces has the following lines: auto lo / iface lo inet loopback / # auto wlan0 / iface wlan0 inet dhcp / wireless-mode managed / wireless-essid 'Kansas 2' / wireless-key 20830835u0fjf etc [06:53] When I tried reinstalling, the conf file was still there [06:53] I don't know why it never occurred to me to just delete the damned thing. [06:53] God, I feel stupid right now. [06:54] ohzie: Confusion is the only way we grow. :) [06:55] pheelineerie: hrm.. well that seems very logical.. not sure what to tell you [06:55] SpamapS: Yeah I've been using linux since Red Hat 6. I should have known better. =P [06:55] It's just late and I am exhausted. Thank you so much for putting up with me. [06:56] ohzie: its our pleasure, thanks for using Ubuntu. :) [06:58] I haven't actually used anything Redhat based since FC4, and I recently threw Centos 5 on a server at work. For anyone wondering? Centos is so different from Debian/Ubuntu that I am helpless most of the time. It's really horrible, and I can't stand it, and the default user you create during the install is not added to the sudoers file. [06:58] so i intend to replace that with pure Debian or Karmic as soon as I can [06:59] Hey guys I'm trying to use webdav and for some reason its not working [07:00] I have set everything up but when I try to use my mac to connect to it it says it doesn't exist. If I got to the domain in a browser it asks for password and user [07:05] SpamapS: So I removed samba, deleted my smb.conf, and then reinstalled samba, and it didn't install a conf file. [07:05] I'm not sure how to react to that. [07:07] ohzie: did you purge it ? [07:07] lifeless: Don't know that one. [07:07] !purge [07:08] He doesn't know anything about purge. [07:08] ohzie: dpkg has two separate states for software which you have removed. [07:08] ohzie: the first state, 'removed' has the binaries/docs/libraries etc gone, but keeps the config files. [07:08] ohzie: the second state, 'purged' removes the config files too. [07:08] ohzie: installing software which was only removed, does not touch the config files, because they are already present :) [07:09] ohzie: so, if you purge samba, then install it again, it should do what you want. [07:09] 'apt-get purge samba' [07:10] just make sure you've got backups of any important samba files [07:14] Can the webdav you set up on ubuntu work with macs, pcs? [07:16] wwwwwwwwgouge [07:16] grr [07:17] ajmitch lifeless: Thank you very much. :D [07:19] Question: do i HAVE to configure Server on the command line? Does it come with any kind of gui at all? i know they can be downloaded but i can't get it online to do so, and i'm going insane :'( [07:22] pheelineerie: you do have to get it online to install the commandline tools. [07:23] pheelineerie: "aptitude install ubuntu-desktop" has hilarious results on ubuntu server. The GDM theme has purple on it?! I don't know where it came from, but I like it a lot more than the default gdm theme in normal ubuntu. [07:23] ohzie: but the problem is the fact that i can't get it to connect to my wifi, so i can't install any packages [07:25] pheelineerie: I've never done wifi from the command line. I wonder if ebox has a network-manager applet? [07:25] ohzie: it is weird and annoying and it's making me feel very dumb. i installed ubuntu-server and it just came up to the command line. i don't know of any other way to do anything? [07:26] pheelineerie: Don't feel dumb. Feel inexperienced, and realize that learning how to do this will grant you that experience. It will make you feel less dumb. =P [07:26] ohzie: i don't know what ebox is, but i just typed network-manager and it said command not found. i don't know if that answers the question [07:27] network-manager is a service that controls networking in my desktop systems. [07:27] I don't know if server uses it, to be honest. [07:27] Let me see. [07:27] !!!!! [07:27] Found what i was looking for. [07:28] Everything i use wifi on, I use "knetworkmanager" which is a graphical thing. [07:28] but there is a terminal one [07:28] can you try the command "nmcli" ? [07:28] I've not used it so I don't know if it's installed or what the results are [07:28] but I know that it is a terminal-based client for network manager. [07:28] you may as well just use wpa_supplicant directly & setup the interface in /etc/network/interfaces [07:29] ajmitch: that's what i've been trying to do all day, and i do believe i have completely and utterly failed [07:29] sigh [07:30] ohzie: nmcli: command not found [07:30] * ajmitch wouldn't expect any of the network-manager stuff to be present [07:31] ohzie: is your nick in reference to otzi, the frozen guy? cause that would be awesome [07:31] pheelineerie: No. [07:32] ohzie: oh. [07:32] pheelineerie: Although, upon googling 'Otzi' I do approve of names referencing him, and I will probably use his name from now on in Supreme Commander. [07:32] ohzie: :D [07:39] oh my god. i think i am an idiot [07:40] if i do "sudo nano filename" on a file that doesn't exist.... it creates a new file, doesn't it? [07:40] i think instead of appending something to interfaces.conf or whatever file it was supposed to be, i just created a new, useless file and put the stuff there [07:41] * pheelineerie smacks forehead [07:47] ajmitch: I did sudo aptitude purge samba4, and it ran, and I reinstalled, and I still don't have a conf file. [07:47] New bug: #614195 in apache2 (main) "Apache2 UserDir defaults to User www-data" [Undecided,New] https://launchpad.net/bugs/614195 [07:48] ohzie: it may be in samba-common [07:48] (or samba4-common) [07:49] Is there a way to ask samba what conf file it grabbed when it started up? [07:52] https://help.ubuntu.com/10.04/serverguide/C/advanced-installation.html [07:53] when I get done with the first 9 steps, it complaints that there is no file system defined for root [07:53] and wont let me continue [07:54] ajmitch: Yes, the conf file is included in samba-common and wasn't removed because it is a dependancy for freenx and smbfs. Thank you so much for helping me look in the right place! =D [07:58] :/ [08:00] oh wait [08:02] WalterN: Do you have a partition that has a mounting point of "/" [08:02] ? [08:03] Is there a standard directory structure for a multi-site dedicated server [08:03] ? [08:03] silly me [08:04] dont go to continue at the bottom, select RAID at one of the top options after arranging the partitions for RAID [08:04] 0.o [08:04] nllptr: Most companies will put the WWW folder in the user's home directory, or if each site is running in a VM it will just be under /var/www like normal, but inside the VM. [08:05] WalterN: lol [08:05] ohzie: if the sites are larger and have multiple developers should the sites be put into a group's home directory instead? [08:06] Okay, so I made the changes to the default conf file, and now everything is hosed again. Ugh. [08:06] hmm [08:06] nllptr: I would have them in VMs because I am lazy annd not that good with apache. [08:06] and* [08:07] I am better with VMs than I am with apache, so I would do that option [08:07] but I know some apache ninjas who could probably work it out either way and it would be amazing. [08:07] so I can't really answer what is the best option...but I can tell you what I'd do and why! :D [08:09] here is the server box I made last week... http://i36.tinypic.com/ivx355.jpg? [08:09] installing Ubuntu for that as a server :) [08:10] ohzie: are VMs any less efficient? [08:10] ohzie: I can't seem to find any good documentation on setting up hosting in a VM on google :S [08:12] nllptr: Currently I only use virtualbox, that won't work for your purposes. You're going to want to look at Xen. [08:12] Xen is, I've heard, awesome and amazing. [08:12] I haven't touched it because I haven't needed to yet [08:12] but I hope to in the near future. [08:14] I love my server box [08:18] nllptr: if you have the hardware support VT-x i'd recommend looking at KVM to. [08:19] Not that Xen is bad in anyway, but we've just migrated from Xen to KVM as the management is fairly trivial [08:19] <_chris_> moin all :) [08:20] moin [08:20] well, there goes the install [08:20] mase_wk: are you using libvirt? [08:20] yarp [08:20] mase_wk: not sure the hardware will support it. The site we're running is a non-profit teenage-run teenage portal site for teenagers running on donated computers [08:20] two RAID1 arrays for SWAP and /, one RAID5 for extra storage pool, 3x 2tb drives :) [08:21] nllptr: yeh if the hardware doesn't support it Xen is useful [08:22] does it build the arrays before it installs? [08:23] as in, do I need to wait 8 hours while it builds the RAID5 of 4tb? [08:25] hi somebody know how to create a domain aleas with dname? where i need to put the record as is not working [08:26] Roxyhart0: well, obviously you need to put the DNAME resource record in the zone for the domain you want to set it for. [08:27] i did but i think im doind something wrong as is not working..what should be the sintax? [08:28] i got WHCL. IN DAME WHCL.COM [08:28] Roxyhart0: foo DNAME target.example.com. [08:28] i got WHCL. IN DAME WHCL.COM. [08:28] Roxyhart0: DAME != DNAME [08:28] yes sorry dname [08:35] Roxyhart08: the period after WHCL is probably wrong, unless it's the zone file for the zone 'WHCL.' [08:36] Roxyhart08: you should also describe 'not working' in a little more detail... [08:36] yes the ast one is the file zone [08:36] when i do nslookup fot WHCl tell me palm.whcl.com (ns) doesn find whcl [08:40] ok, guess I dont need to wait for it to build [08:40] good [08:40] installing [08:42] We're going to start completely fresh and set up our four servers from scratch. Any tips on what we can do so it'll be easy to track down problems later on? Any conventions we should follow? [08:42] We're using one server for a shared hosting service for ourselves. Right now everyone just uses sudo to modify virtualhost settings [08:42] Any better way? [08:44] nllptr: etckeeper is an easy one [08:53] How do I dump the output of a command to a text file? [08:54] Nevermind, I found it. [08:54] I'm going to put my errors and my conf file in a pastebin [08:54] because I am so blown away, I don't know what to do. :[ [08:56] Does ubuntu automatically logrotate the syslog file or do you have to setup that manually? [08:56] robertpayne: That depends if there is a config for the specific file [08:57] Jeeves_: I don't see anything in logrotate.d so I'm going to assume no [08:57] robertpayne: Which file? === lenios_ is now known as lenios [08:58] Jeeves_: er do you mean a config file for log rotate? There's no mention in /etc/logrotate.conf or /etc/logrotate.d/* [08:58] robertpayne: No, which file should be rotated? [08:59] Jeeves_: /var/log/syslog /var/log/mail.log [09:00] http://paste.ubuntu.com/475330 - I've been trying to figure this out for a while and I'm at a loss. === oubiwann is now known as oubiwann-away === oubiwann-away is now known as oubiwann [09:03] robertpayne: There should be a config for those files [09:03] robertpayne: /etc/logrotate.d/rsyslog [09:03] Jeeves_: ohh it might be hidden crap haha [09:04] Jeeves_: nope doesn;t exist hmm [09:05] robertpayne: Do you have rsyslog installed? [09:05] Or are you on a older Ubuntuversion? [09:05] Jeeves_: sec [09:05] Jeeves_: running 10.4 server [09:06] .04 [09:06] Jeeves_: and no I don't have rsyslog installed [09:07] Jeeves_: looks like I have a /etc/cron.daily/sysklogd that runs savelog on all log files in /var/log .. cycling them every 7 days [09:08] actually take that back it only rotates syslog [09:13] ahhh alright! Yea it's syslogd that is rotating all the ones that logrotate isn't [09:19] morning === oubiwann is now known as oubiwann-away === oubiwann-away is now known as oubiwann [10:00] I have ubuntu-server 10.04 installed .....what mail service do you recommend installing ? which is the most easy one to configure / install hassle free :D ? [10:00] parapan: good question, I'd like to know at some point too [10:00] though its not quite installed yet [10:00] XD [10:00] apt-get install default-mta [10:01] It's covered in apt-get install ubuntu-serverguide [10:02] twb: is this postfix by any chance ?? the default mail transfer agent ??/ [10:03] It is. [10:03] then, next question .....in order to adminster the server ...will webmin be the right choice ? [10:04] ubottu was recommanding ebox - looks like a similar package for doing the same thing ... [10:04] Error: I am only a bot, please don't think I'm intelligent :) [10:06] !webmin >parapan [10:06] parapan, please see my private message [10:07] He may only be a bot, but he's smarter than some people here... [10:07] o.0 [10:07] twb > I know that ...but some other guys were saying that webmin works OK for 64 bit version of ubuntu server .... [10:08] that's the reason for asking on the ubuntu-server channe; [10:08] Then those "other guys" are idiots [10:08] =)) [10:08] I'll let them know when talking again =)) [10:08] I grant you that if you deploy webmin you probably won't notice it eating a hole in the floorboards for a few years [10:09] But then the house will collapse and you will die of pneumonia [10:09] lol [10:09] * WalterN glances at 1.5gallon jug of acid [10:09] looks extreme .... [10:20] Over the weekend, some servers have had a high load. This message can be found on the monitor: INFO: task blocked for more than 120 seconds (see bug 276476 and bug 494476). Aside from the bugs, the immediate problem is now: it's impossible to log into the servers. They are running virtual machines, and those are working, but I can't use the console or ssh. Any other methods/key combo's that would allow me to log in? [10:20] Launchpad bug 276476 in linux "Idle-priority scheduling bug blocks tasks" [Medium,Fix released] https://launchpad.net/bugs/276476 [10:20] Launchpad bug 494476 in linux ""Smbd","kjournald2" and "rsync" blocked for more than 120 seconds while using ext4." [Medium,Incomplete] https://launchpad.net/bugs/494476 [10:38] Hola ubuntu server folks .. In preparation for 10.04.1 .. check this out http://foss-boss.blogspot.com/2010/08/ubuntu-server-10041-virtual-release.html [10:38] alvin: walk over to it and type at the local keyboard [10:38] twb: I can go to a tty and type my name, but that's it. Hit enter and nothing happens [10:46] Bounce it, then [10:48] kim0: cool, nice [10:48] everyone here feel free to retweet and blog the hell out of it :) [10:49] Boo, hiss [10:49] Down with this new-fangled technology [10:49] any suggestions, why my SAS RAID complains about my SATA disks with this error while boot ? [10:49] ata_id[680]: HDIO_GET_IDENTITY failed for '/dev/sda' [10:49] ata_id[664]: HDIO_GET_IDENTITY failed for '/dev/sdb' [10:49] your disk is having an identity crisis :) [10:49] the same reports hdparm -i /dev/sdx [10:51] kim0: it is a Enterprise seagete HDD - not no brand from garage ... :) [10:52] kim0: the "just show me" link shows an empty page in w3m [10:52] twb: well it's a google map (all javascript) .. so [10:52] Oh, it's using google [10:53] I'm going to halt production, kick every user, reboot the servers and wait for better I/O scheduling. [10:53] It doesn't know nat064.c.c.a is in .vic.au [10:54] alvin: ionice(8) ? [10:54] iotop is broken in Lucid, so I don't know what the real problem is, but ionice will not prevent this. [10:54] It's because I use LVM snapshots from time to time [10:54] Fair enough; I don't know what your actual problem was [10:55] I was thinking along the lines of "these stupid VMs are flooding I/O and breaking my getty", so you ionice the VMs [10:55] Well, me neither because I can't log in, but I suppose it's because I use LVM snapshots. The VM's are not the cause this time. [10:56] If you take a snapshot, and the snapshots gets full, the kernel will start having problems. That is what I think happened. [10:56] alvin: that's not my experience (on 8.04) [10:57] IME all that happens is I/O to the snapshot breaks [10:57] alvin: suggest booting in single, examining if any snapshot are full [10:57] twb: It's possible that this is new [10:58] Well... if there are snapshots, I'll have to use the recovery CD and remove them first, or the system won't boot. It's a mirror, and booting mirros while snapshots are present breaks Lucid booting. [10:59] almost 12:00. Let's start the process. [10:59] alvin: that's royally fucked [10:59] I'll boot with recovery cd in single and see whether they are full first [11:07] The good news is: the servers booted without 'not finding root'. The weird news is: there is a snapshot on both servers, but without origin. Never seen such a thing. [11:12] Are you using RAID1+0? [11:12] Rather: what kind of RAID are you using? [11:12] twb: No, just RAID1 (mdadm) [11:13] I've never seen it before either [11:13] Usually, this bug 563895 occurs, but maybe it didn't happen this time because the snapshot didn't know it's origin. I couldn't mount it either. [11:13] Launchpad bug 563895 in grub2 "grub2 fails to boot or install when an LVM snapshot exists" [High,Fix released] https://launchpad.net/bugs/563895 [11:14] Ew, that's still present in lucid? [11:14] sometimes, mdadm forgets about the array (bug 599135), but not on this server. [11:14] Launchpad bug 599135 in mdadm "mdadm cannot assemble array" [Undecided,New] https://launchpad.net/bugs/599135 [11:15] It's new in Lucid. It wasn't there in karmic [11:15] Hum, there was a different on in 8.04, then. [11:15] udev preferred snapshots over origins when mounting by label or uuid [11:17] Yes, I'll disable the whole snapshot thing immediately. I'll take backups from live systems from now on. [11:17] Man, that's gonna screw me [11:17] My entire backup infrastructure relies on LVM snapshotting [11:18] It did here, but performance was too heavily affected. I tried with less snapshots, but this crash was caused by 1 snapshot, so it 'll have to go. [11:20] Oh. [11:20] What I do is make the snapshots and then reap them as part of the backup process [11:20] That would be good if there's not too much I/O when you're taking a backup. [11:21] Shrug [11:21] It's an rsync job over (say) a 200GiB /home [11:21] I noticed that when I took a snapshot, and then used rsync, the kernel would start showing 'blocked tasks' (rsync, pdflush,...) [11:22] Mine probably says that and I never noticed [11:22] Maybe it has something to do with large files/ext4. That's the situation here. Maybe /home is more doable. [11:22] You're backing up >4GiB files? [11:23] yes [11:23] Question: How do i set permissions on the public_html folder so everytime it belongs to the user/group, everytime i upload its always user/user [11:23] Maybe play with rsync --in-place or something, I dunno [11:23] I vaguely recall there's a "work better" option for large files in rsync [11:23] I can't find the blocked tasks messages. rsync crashed too [11:23] DigitalDeviant: upload *as* that user [11:23] twb: Hmm, I should read that man page then. [11:23] --inplace? [11:24] DigitalDeviant: oh, sorry, I misread. [11:24] DigitalDeviant: either change the user's default group (probably a bad idea), or make the parent directory setgid. [11:24] 'update destination files in-place'. Thanks. Might work [11:24] soren: whatever [11:24] twb what is setgid ? [11:24] !RUTE > DigitalDeviant [11:24] DigitalDeviant, please see my private message [11:25] thanks for the info! [11:25] DigitalDeviant: Also look for documentation about 'user private groups'. Can come in handy. [11:26] ok! [11:26] They're the default [11:26] Thanks guys [11:27] (And IMO they're basically an admission that POSIX DAC groups aren't much use.) [11:28] * twb bumps "grok grsecurity" up on his TODO list from "never" to "probably never" [11:33] having a problem. i have /boot on sdb1 and the hdd is failing I/O errors. uname -r "2.6.32-24-server". i have an old backup (initrd.img-2.6.32-21-server) on sda1. what is the proper way to change /boot from sdb1 to sda1? [11:33] xampart: grub legacy? [11:35] twb: so eg. just changing /etc/fstab -entry from /dev/sdb1 on /boot type ext4 (rw) to sda1 and reboot wouldn't work? [11:35] xampart: are you using grub legacy>> [11:35] s/>>/?/ [11:36] If you use useradd and specifiy -p XXX to set the password is it supposed to be a crypted format or plain text? It's never working for me I have to go ahead and manually add user [11:37] Don't use useradd; use adduser. [11:38] As the manpage says, useradd -p takes a pre-crypt(3)ed password. [11:38] twb: ah.. would explain thx [11:39] Note that crypt(3) is cryptographically weak. [11:39] what does useradd use if you don't use the -p? Is it crypt(3) as well? [11:41] twb: using the ubuntu-server 10.04 default (grub2?) [11:42] robertpayne: by default it'll either prompt you to supply a password, or configure the account to be locked and without a password. [11:42] twb: interesting.. is the password protection any better than useradd ( not crypt(3) )? [11:43] robertpayne: my point was that if you do it interactively it should at least use md5 [11:43] Whereas if you hack your own crypt(3) interface via perl (as I've done in the past), it'll use sucky old crypt [11:44] If you look in /etc/shadow and the password begins with $1$ (or some other digit), it's OK. [11:45] bwuaaha wow [11:45] mine are plain text [11:45] yea that is BAD [11:45] You think that's bad, you should see NIS [11:46] NIS? [11:46] !NIS [11:46] Stupid bot. [11:47] lol.. I'm fairly new to all this server stuff so learning as fast as I can [11:47] In NIS if you have network access you're trusted to access the shadow file. [11:47] :S [11:47] Because it was designed back when individuals couldn't afford computers, let alone laptops [11:50] there is no way to feed a crypted ( md5 or better ) password to useradd or adduser? [11:51] !xy problem [11:51] robertpayne: why do you want to? [11:51] robertpayne: see parameter -p of useradd [11:51] automated script installing a vhost [11:51] joschi: I did but as twb has pointed out to me it's crypt(3) format.. not very strong [11:51] Are you preseeding it? [11:52] preseeding? as in prompting for input and then generating? [11:52] crypt(3) isn't strong, but $1$-format encrypted strings should be compatible with the inverse function (decrypt(3)?) [11:52] robertpayne: no, as in a preseeded installation [11:53] Oh, wait, do you mean vhost as in an apache vhost? [11:53] yes sorry [11:53] Mea culpa [11:53] twb: It's no biggie if I just run the commands after.. just nice to be able to do it all automated.. I'm setting up a htpasswd with the same info for access to awstats [11:54] the user I'm adding is chrooted pretty heavily to their home dir [11:54] If this is for remote users to upload files, I'd be using assymetric crypto (SSH keys) rather than symmetric crypto (passwords) [11:57] twb: yea know what you mean... wish my ftp client ( Transmit ) supported SSH keys instead of passwords [11:57] http://mywiki.wooledge.org/FtpMustDie [11:57] twb: I'm not using ftp.. sftp only [11:58] Then get a better client [11:58] hehe :P [11:58] Hell, OS X should have OpenSSH's CLI utilities installed by default [11:59] yeah it does [11:59] actually Transmit might support it.. I've just never gotten it to work [12:10] Hey All... if you use ubuntu server, please add your location to http://maps.ubuntu.com [12:10] Thanks! [12:10] (note, it doesn't store personal data) [12:17] nice [12:17] marked [12:18] not technically the server edition, but it is ubuntu and using it as a server... close enough? [12:31] Daviey: done one added to new zealand :) [12:33] MT, USA [12:33] WalterN: close enough yeah ;) [12:33] Daviey: thanks for spreading the news :) [12:33] should turn the map orange in no time [12:34] fingers crossed [12:34] hehe [12:35] I love Ubuntu [12:35] :) [12:35] http://i36.tinypic.com/ivx355.jpg? is the box Ubuntu is stuffed in [12:35] UK is hyper active :) [12:36] robertpayne: awesome! [12:36] WalterN: Well "yes", whilst technically not the server edition... it's fundamentally similar, and you are using it as a server [12:36] kim0: no problem :) [12:36] Granted my server is in the US :( and I'm a US citizen but I'm lviing here now [12:37] Daviey: I just like shiny things to click on when possible :) [12:37] Poor bastard [12:37] lol [12:37] kim0: Good to see :) [12:37] (re "US citizen") [12:38] that map defently needs a better geoip database [12:38] its not too far off of me [12:39] It *should* be backed onto the same database as lucid's d-i uses [12:39] well, considering it montana USA [12:39] patdk-lap: It's probably the location your IP is set to be :/ [12:39] blame your ISP patdk-lap :) [12:40] WalterN you're in montana usa? [12:40] yeah [12:40] what town? [12:40] close to bozeman [12:40] haha awesome.. I grew up in Lewistown :) [12:40] daviey, I just tried from several different isp's :) [12:40] I just moved here from Oregon [12:40] WalterN: my brother lives in bozeman [12:40] and I dont know *anybody* still [12:41] which is fine by me, for the most part [12:41] lol [12:41] well, not *just*, moved 8 months ago now? [12:42] heh, seems one of mine actually hit the correct location [12:42] the comcast one [12:43] none of the others did, amc, cogent, antietum, hopone [12:44] One of mine did. The other one thought it was in atlanta. Oh wll. [12:44] actually mine is darn close [12:44] maybe 5-10 miles off [12:44] for montana thats nothing [12:44] lol [12:44] Heh. [12:46] smoser: ping [12:46] WaltnerN: heh 10 miles in montana is like 2 footsteps in oregon [12:47] depends on the place in Oregon [12:48] oregon is the one state I never hear about, and don't know anyone in [12:48] heh [12:49] I'm going back there to the coast for my sisters wedding the 21st [12:59] how do i get a command output to pause while i read it? apologies for the n00b question [12:59] (hi btw) [13:00] to clarify, the output just flies off the top of the screen, and all i can see is the last page [13:00] It depends a bit on the command. [13:00] ...but probably just add "| less" to the end of the command line. [13:01] bugger :( it's output from a python script execution [13:01] Sounds like you just want "| less" at the end of the command line, really. [13:02] just tried it, it didn't seem to work...just ran the script twice bizarrely enough... [13:02] is there a way to redirect the output to a text file? [13:03] "> filename" at the and of the command line. [13:03] awesome...thanks soren :) [13:03] sure [13:10] hello, I created a second instance of mysql using /var/lib/mysql2 and conf files in /etc/mysql2 [13:10] it is working ok with sudo mysqld_safe --defaults-file=/etc/mysql2/my.cnf [13:11] but I tried to cp /etc/init.d/mysql /etc/init.d/mysql2 and update the latest [13:11] when I service mysql 2 start I got some avahi or apparmor error and it looks like it is reading files in /etc/mysql not /etc/mysql2 [13:11] any idea ? [13:12] lau: /etc/apparmor.d [13:12] There's a file there for mysql [13:12] that states which files can ben read, written and executed [13:14] hi there i got a couple of zone (domain) defined in my bind, one is call whcl and the onther one is call whcl.cl. however when i do nslookup from a client (windows) it give me thwe server whcl.cl coulnd find whcl. Somebody know why could be this problem? [13:15] Jeeves yes I updated it already and sudo mysqld_safe --defaults-file=/etc/mysql2/my.cnf is working ok [13:15] my problem occurs when I tried to copy the init script and update teh reference to /etc/mysql => /etc/mysql2 [13:16] if I /etc/init.d/mysql2 start it looks like mysqld_safe is reading its conf in /etc/mysql nor /etc/mysql2 [13:17] my /etc/apparmor.d/usr.sbin.mysqld http://dpaste.com/226611/ [13:18] and mysql2 init script http://dpaste.com/226612/ [13:33] leave [13:34] Who? [13:37] New bug: #389433 in samba (main) "connection to samba working locally, but remotely getting error Receiving SMB: Server stopped responding protocol negotiation failed" [Undecided,Incomplete] https://launchpad.net/bugs/389433 [13:39] OLA BRUDERZ [13:39] Sziasztok testverek [13:41] ikonia bruder ola [13:49] New bug: #610561 in openldap (main) "OpenLDAP Security Fixes?" [High,Confirmed] https://launchpad.net/bugs/610561 === g0rd0n_ is now known as g0rd0n [13:54] which fs is better GFS or OCFS2? [13:54] GPS [13:56] gps? [13:58] Onga_The_Ghastly: Was that a joke or a serious answer? [14:03] a_ok brotha joke [14:04] k [14:09] ttx, here. [14:10] smoser: yo [14:11] smoser: last time I look you still had one "INPROGRESS" item in alpha3, was wondering if it was DONE or should be POSTPOSNED [14:11] smoser: the other question I had is about the environment in euca2ools: https://bugs.launchpad.net/ubuntu/+source/euca2ools/+bug/556528/comments/2 [14:11] Launchpad bug 556528 in euca2ools "euca2ools config file overrides environment" [Wishlist,Confirmed] [14:12] IIUC --config should do the trick, and diverging from upstream to have env take precedence sounds overkill ? [14:13] smoser: upstream implementation is fully exclusive (doesn't stack config files) so if we were to support env variables first we would also probably need to implement config stacking [14:13] item now done. i had commited code, just hadn't made to archive. [14:14] smoser: right: that's what I was thinking... that's why I didn't POSTPONE it myself on Friday [14:15] if --config works, then i guess i'm ok with that. [14:15] smoser: well, if it doesn't, then that's a bug :) [14:16] i guess i have no objections to "use --config" as an answer. [14:18] smoser: please quickcomment on the bug that you're ok with it [14:18] i'll close as wontfix [14:18] Guys, care to take a look at this specific reply? http://ubuntuforums.org/showthread.php?p=9695293#post9695293 [14:18] Postfix seems to be delivering the message, but it does not exist. [14:19] ttx, so the one isue i have with "use --config" is that we suggest "use eucarc" [14:19] and that just doesn't work. [14:20] smoser: explain ? [14:20] never mind; [14:20] FDX: usually, when postfix says it has delivered a mail, it's been delivered. period. [14:20] * ttx gets confused [14:20] FDX: maybe it's just not at the directory you're expecting [14:21] hmmm... what about the last line? Aug 8 22:09:58 anbient postfix/qmgr[16053]: 1DDEE1DD01CC: removed [14:21] not important. it does seem to me that eniornment variables should trump user configuration files, but its a nit. [14:21] Maybe its delivering and removing afterwards [14:21] FDX: that's postfix removing its copy of it [14:22] lamont, where would postfix store it then? [14:22] FDX: no. that just means that the mail has been removed from the queue [14:22] FDX: (see `man qmgr` ;) [14:22] it stores the interim copy in /var/spool/postfix [14:22] smoser: I kinda agree -- but then ideally you should be able to use one env variable to change just one bit of conf [14:23] smoser: the way it's written it's exclusive, it just uses the first thing it finds [14:23] yes, they should merge. [14:23] Thanx joschi, i'll take a look [14:23] smoser: so to put env in first in a suable way, we'd have to change that logic as well [14:24] smoser: I don't want to diverge that much, we could ask them to change that in a later version though [14:24] well, yes. in general i wouldn't suggest diverting, but getting it upstream. [14:25] right, changing precedence would be good in a new version [14:26] ikonia bruder? he is sleeping now? [14:26] Wake Up Puppetboy! [14:26] and using environmentvariables to override configuration is common [14:32] New bug: #613269 in apache2 (main) "package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saĆ­da de erro 1" [Undecided,New] https://launchpad.net/bugs/613269 [14:32] FDX: you could also raise the verbosity of postfix's processes by adding -v in master.cf to the process binaries (e. g. smtpd -v) [14:36] joschi, that will certainlly be useful [14:51] Do I need to set up SMTP with Postfix? Can I run it without that? [14:52] New bug: #615368 in bind9 (main) "Bind9 init script reports unknown status when named is stopped" [Undecided,New] https://launchpad.net/bugs/615368 [14:53] And can I set up Dovecot without having SMTP in Postfix? [15:03] I suppose this has already been circulated here (adding your city to "Ubuntu Server users" map): [15:03] http://foss-boss.blogspot.com/2010/08/ubuntu-server-10041-virtual-release.html [15:03] Could someone pls. add it to the topic of the channel ? [15:05] Pici: ^ please === ChanServ changed the topic of #ubuntu-server to: Ubuntu Server discussion and support | For general (not server specific) support visit #ubuntu | IRC Guidelines: https://wiki.ubuntu.com/IrcGuidelines | Get involved: https://wiki.ubuntu.com/ServerTeam/GettingInvolved | Docs and resources: https://help.ubuntu.com/10.04/serverguide/C/ | Add your install to the Ubuntu Server Map: http://maps.ubuntu.com [15:12] OK Guys, i guess i managed to do it. But now i'm getting RELAY ACCESS DENIED [15:19] smoser: ping [15:21] nijaba, here, although i think i've alrady responded to you === dendro-afk is now known as dendrobates [15:23] smoser: oh, really? where? [15:23] smoser: got it, thanks === [IA]Zealot_ is now known as [IA]Zealot === [IA]Zealot_ is now known as [IA]Zealot [16:02] New bug: #615177 in mysql-5.1 (main) "mythtv schedules broken due apparmor mysql profile" [Undecided,New] https://launchpad.net/bugs/615177 [16:05] During configuration, Postfix asks for a FQDN. All Ubuntu documentation says to give the MX record name, but that seems to contradict what Postfix is asking for. [16:08] So which is it, FQDN or mx record? [16:08] Carleas: usually the (public resolvable) hostname (FQDN) of your system [16:08] Carleas: it's probably the string debconf sets for $myhostname [16:08] Do I need the trailing dot? [16:09] no [16:09] OK. Thanks, Joschi. [16:12] Guys, why would postfix bounce the email back to the sender if it delivered it locally with success? === dendrobates is now known as dendro-afk [16:17] Hi. I ran a aptitude dist-upgrade on a Lucid machine, and now it wont boot. When booting i see "error: no such disk", then a reboot and then I get a console output running fsck and then it asks for a password. But it does not accept any keypress unfortunately. [16:19] What is the best approach for getting into recovery where I can repair grub and/or the partitions? [16:19] how to upgrade kernel on ubuntu server? how to select it for upgrade? [16:19] The machine i running Ubuntu server amd64 with lvm2 [16:22] rooks: apt-get kernel-upgrade? [16:23] Er, I meant dist-upgrade [16:25] sveinse: did you try booting from a livecd to see if the partitions are still ok? [16:25] Daviey: re. bug 602540 -- when will 'cat' return? at end-of-file? ... [16:25] Launchpad bug 602540 in openldap ""ldapadduser" adds the user and hangs" [Low,Confirmed] https://launchpad.net/bugs/602540 [16:25] raubvogel: I'm doing that right now [16:26] raubvogel: But I think they are. I believe grub is the culprit [16:27] sveinse: culprit?! :-? [16:27] raubvogel: So jumping into that assumption: How do I use the Ubuntu install CD to rescue? It seems the rescue a broken system tries to start the installation all over [16:28] sveinse: AFAIK, it loads enough crap but in the RAM. Then it will ask you to mount disks [16:28] Another option is just to boot off livecd as if you just want to run it and then mount/check partitions [16:29] raubvogel: Ah. So I can chroot from there... [16:29] Exactly [16:36] Ok. The data's there. update-grub and install-grub installed successfully. But I still can't boot properly. I.e. I dont get a grub window, only the message "error: no such disk" and then it reboot. [16:37] Daviey: why not just do 'head -c64 /dev/urandom | ...'? [16:37] Ehm. Important note: This is a virtual machine on a VMW datacenter [16:37] raubvogel, thanks [16:38] hggdh: What is the difference? [16:38] Daviey: (1) /dev/urandom does not block; (2) we do not need a *lot* of binary data, just enough for 8 characters; [16:39] Daviey: of course, /dev/urandom is not cryptographically secure (or strong, in the sense of /dev/random) [16:39] hggdh: agreed [16:40] but frankly, I do not see the difference. And using /dev/random to generate password is overkill -- and may affect other programmes that depend on it, like SSL [16:40] hggdh: it's only for the initial password.. so it's not really a big deal [16:41] Daviey: then we can certainly stop using /dev/random... [16:42] hggdh: switching to head -c64 /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | head -c8 [16:43] Daviey: additionally, I am not sure 'cat' will ever end [16:44] Daviey: you're assuming 64 chars is enough to extract 8 alphanum chars [16:44] Daviey: you run the risk of getting a one-char password :P [16:44] * Daviey screams... shall i add a if $PASS == wc; repeat ? :D [16:44] mdeslaur: yes indeed. To play safe we could use 128. A quick test here (about 500 runs) did not show much impact, if at all [16:45] hggdh: why limit it at all? [16:45] oh wait, it's draining the pool [16:46] mdeslaur: because when I run 'cat /dev/urandom | tr -dc ...| head -c8 it get stuck [16:46] there you go [16:46] Speed difference, http://pb.daviey.com/I7uS/raw/ :) [16:47] there you go. Even if /dev/urandom does not block, we would still be draining the entropy, which is not good [16:48] * hggdh uses the moment to grumble about how slow his laptop is (as compared to daviey's) [16:49] heh [16:50] I can only get 6ms if I just run the 'head /dev/urandom' [16:50] couldn't that block ? [16:51] indefinitely [16:51] how do you know that reading 64 bytes of data will result in 8 that are a-zA-Z [16:51] /dev/urandom does not, it just goes to a less-random PRNG [16:51] i guess not block, but get you less than 8 chars and a exit code from 'head -c8' of non-zero [16:52] any idea why when this script is louanched http://dpaste.com/226612/ it starts /etc/mysql/my.cnf conf ? [16:52] smoser: you do not. It is a bet. We can increase the number of bytes read from /dev/urandom, but we cannot read a whole lot [16:52] Anyone here with issues regarding grub and lucid server? [16:52] smoser: because we would still be draining the random pool [16:53] well, urandom doesn't, as you said. [16:53] My disks are fine, when doing rescue and chroot, grub seems to behave nicely and installs without fuzz. Yet, it does not when booting! [16:53] but if you check the return code of the 'head -c8' somewhere (which, you should), then you're going to occasionally get failure there as you're not going to get 8 chars. [16:53] no, urandom does not block -- if it deplects the pool, it goes to a different (and weaker) PRNG [16:54] ah. i didn't realize it read from the real pool if there was data there. [16:54] smoser: we could, then, check & re-run the conversion as many times as needed to get 8 displayable chars [16:54] Daviey: ^ [16:54] ok, I think we should use pwgen [16:54] of course this happened on a production server just before leaving... :( [16:54] so we don't drain the entropy and we make sure we have the required length [16:54] mdeslaur: hehe [16:54] heh. pwgen it is ;-) [16:55] bike shed [16:55] pwgen does mean we reinforce a standard 'library', which i approve of... [16:55] in deed [16:55] means features and fixes are in one place :) [16:55] I am able to change /etc/default/grub to whatever I want, but it does not seem to have any effect [16:55] Daviey: +1 [16:56] FWIW [16:56] sveinse, after modifying that you have to run update-grub [16:56] smoser: Sure. Did that [16:56] and you have grub 2, right ? [16:56] hggdh / mdeslaur / smoser: Thanks :) [16:56] smoser: 1.98 is grub2, right [16:58] Well I have apt up and running in the chroot, so I can revert to whatever I want [16:58] sveinse, i just tested here, that updating GRUB_CMDLINE_LINUX_DEFAULT= and running update-grub modified /boot/grub/grub.cfg [16:58] and i can attest elsewhere that update-grub does run in chroot [16:59] smoser: great, thanks. Let see here.. [17:01] It seems grub.cfg here is changed as well. Removed quiet and splash, and they are gone [17:01] But it could seem the problem is deeper: I never get any grub menu to begin with [17:03] However it boots into *something* which does fsck and then prompts me for a password [17:03] Hey all. I've got a question regarding a vpn server. I have setup a pptpd server and everything connects fine with the exception that traffic doesn't seem to tunnel through the connection. For example, I just get an error message when trying to use a browser. is there a fix or setting to help me out? [17:07] It seems the error occurs after installing grub-pc 1.98-1ubuntu7 === oubiwann is now known as oubiwann-away [17:08] although, sveinse yeah, you dont have grub installed on a disk that is getting loaded. at least not one that is running correctly. [17:09] smoser: eh? sorry? please explain [17:09] well, i'm confused as to why you're in a chroot, if you operating on a "real system". [17:09] grub-install /dev/sda is safe from a chroot env, isnt it? [17:10] it probably is supposed to be. [17:10] but it would appear maybe its not working [17:10] i would make sure that /dev, /proc, and /sys are mounted in the chroot [17:10] I'm in a chroot because I'm sitting in Ubuntu install CD Rescue. That the only way I can access the harddrive data and installation [17:11] My grub wont boot properly. And I cannot seem to be able to get up any grub menu either, so something is fishy [17:11] ie, i might do: for x in /dev /proc /sys; do mount --rbind ${x} /chroot/${x}; done [17:12] sveinse, what *does* happen when you try to boot ? [17:13] A brief message saying "error: no such disk". Then a reboot and later I see a blank screen. After I while it fscks all the disks on the system (including the lvm2 ones) and then prompts me for a password (not login). The keyboard does not work [17:14] :-(. [17:14] i'm really sorry, but it would appear i'm not able to help at the moment then. [17:14] All drives are intact when inspecting them from a live CD [17:14] pity. [17:14] you may get more help from #grub, but that might be more a deveopment channel [17:15] Well, perhaps if you knew how to roll back to another older grub or perhaps grub(1) [17:15] Well, I'm grateful for trying at least. Thanks [17:16] * sveinse chained to my desk until this production server is up again... [17:24] Daviey: Thierry mentioned you're working on creating a 10 line openstack/nova installation script. How close are we to that :) [17:24] kim0: Not me, sorry sir. [17:25] ah ok [17:36] OK. The cause of the server's failure is not grub [17:37] All my older kernel version also fails, so I would guess that it's failing during initrd booting [17:43] is anyone running vsftpd that could help me "correctly" configure a user? [17:46] What do I do when initrd fails during boot on a production server? [17:48] sveinse, cry [17:48] sveinse: what happens exactly? Error message? [17:48] I get fsck check, then "init: ureadahead-other main process (593) terminated with status 4" [17:48] that's shouldn't be a fatal error [17:49] I think I see those non-fatally ...? [17:49] Then it asks for "Passwd: " It does not respond to any kbd input [17:49] Boot up minus "quiet"? [17:49] sherr: I am [17:49] sveinse, the password won't be echo'd to the screen [17:50] PS/2 or USB kbd directly attached? [17:50] *what* passwd? Root which is never set on Ubuntu? [17:50] boot up without "quiet splash" [17:50] the splash screen might be interfering [17:50] but ya, that's a bit odd [17:50] what happened right before you rebooted? [17:50] This is a VMW datacenter virtual server, so no physical kbd [17:50] (i.e., a server doesn't break itself) [17:51] Try another boot kernel? [17:51] Kbd works elsewhere; in grub and in rescue cd [17:51] sveinse, and the vm window is grabbing the keyboard? [17:51] Yes, all of the 4 installed on the server. All of them are comprimised [17:51] sveinse, "compromised" means something else [17:51] generally means you've been hacked [17:52] cwillu_at_work: heheh. Sorry. I doubt that (being hacked that is) [17:52] try booting up in "single" or the recovery mode [17:52] Recovery mode behaves exactly the same way. I can try single [17:54] The drive's data, including the lvm2 is intact, as I can access it from the live CD [17:55] All 4 kernels/initrd broken? Something else must be wrong or different? Hardware change/error? [17:56] Nope. Single behaves the same way. [17:56] Any errors reported at boot before "init: ureadahead-other .."? [17:56] Can you capture boot messages? [17:57] When booting without splash and quiet, I see the kernel output. Then I see init running a few seconds. Then it changes fontset and blanks the screen. From there I see fsck running through the disks, then the ureadahead-other. Then the Passwd: input [17:58] Good question on passwd ... what password? [17:58] I am afrid I always set a root password personally. I know it is not the "ubuntu way"/ [17:59] Well IT tells me they have upped the datacenter version, but since init is able to run for 5 secs, do you really think its HW/emulation related? [17:59] Theres not kernel oops I can see [18:00] What's "upped the datacenter version" mean? [18:00] Sorry. Language thing. They have upgraded it to a newer version [18:01] Upgraded what? [18:01] It is very suspicious that, suddenly, no kernel boots? [18:02] The datacenter. The server I struggle with is running on a VMWare Datacenter server [18:02] New bug: #615442 in euca2ools (main) "euca-describe-users fails with ImportError: No module named euca_admin.users" [Undecided,New] https://launchpad.net/bugs/615442 [18:02] IS this some sort of VMware VM server? [18:02] Ahh .. yes :-) [18:03] Seems a bit suspicious ... I'd ask for details i.e. old version = ?, new version = ? [18:03] And quickly check the VMware forums perhaps, for screams .. :-( [18:04] VMware vCenter Server 4.0.0 258672. I dont quite remember the exact old version, 3.5 something IIRC [18:04] Well .. 3.5 -> 4.0 seems like a "major" upgrade" to me. Maybe something broke. [18:04] Well, the server ran perfectly up until I did a dist-upgrade where a linux-kernel were upgraded and it requested a reboot [18:05] So the trap needs to be in boot only, else the server wouldn't run prior to my reboot [18:06] Yes, but if it was a "bad" kernel update, you could still use old kernels. This is why I am suspicous. [18:06] I'm guessing though, no idea really. [18:06] Yes. But the initrd is always updated for all kernels, isn't it? So a bug there could be fatal, couldn't it? [18:07] Well anyways, I'm stuck with a dead production server and cannot go home until that's fixed :( [18:07] Yes, you might be right. Would be good to be able to enter "single" user mode. [18:08] Yeah. [18:08] I do have access via a live CD. That way I can set the root pwd to something foo [18:09] BTW: While working on ubuntu-arm I remember adding a init=/bin/init --verbose to the kernel option. Could this be used on the server? [18:09] Yes, maybe. Good luck. [18:10] I think you could try init=/bin/sh [18:12] No, so I join you in the suspection of something serious :( [18:13] I.e. it didn't work. No prompt with init=/bin/sh [18:14] If I have to reinstall this server, this would be the third time. The second time was caused by an upgrade from karmic to luicid which crashed the server [18:14] Is Lucid more unstable than the previous version, or is there something in regards of the VM which contributes this unstability I'm observing. [18:15] Because I'm really loosing trust in either this server or Lucid. Which of these two, I dont know yet. [18:15] no prompt? [18:15] nope [18:16] do caps and num lock blink? [18:16] But this time I see all of the kernel output [18:16] ivoks: I don't think I can know, because this is a virtual server [18:17] ah, missed that part :) [18:17] But pressing enter scrolls down the sceen, so the machine is responding [18:17] hypervisor is...? [18:17] oh, ok [18:17] what kind of disks do you use? [18:18] scsi or ide emulation? [18:18] boot is standard ext2, while lvm2 on the rest. [18:18] Hold on [18:18] lvm? [18:18] could it be that lvm isn't ready [18:19] could you boot older kernel? [18:19] scsi it seems. I have them in the kernel output. And it does work from the Debian install cd in rescue mode. All the data is intact [18:19] how do I add a user but not give him a home directory? Is this possible? [18:19] Jason: adduser --help [18:19] adduser --system [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID] [18:19] ... [18:20] without --system [18:20] I can't boot older kernels because the lockup occurs after the ramdisk has started. [18:20] sveinse: can you remove splash quiet from the kernel command line? [18:20] sveinse: each kernel has its own ramdisk [18:20] Even the rescue targets is not workng. I have removed both the quiet and splash [18:21] sveinse: ok, boot without splash and quiet [18:21] and leave it like that [18:21] done [18:21] sveinse: after couple of minutes it will give up and drop you into busybox [18:21] sveinse: then we can investigate fruther [18:21] iirc, 5-10 minutes [18:22] New bug: #608060 in openldap (main) "Two security flaws found in pre-2.4.23 (dup-of: 610561)" [Undecided,New] https://launchpad.net/bugs/608060 [18:22] ok, couple of minutes... Havent tried that. Well hold on [18:22] sveinse: / is on LVM, right? [18:23] yes [18:23] ok, just sit and wait for # :) [18:23] hmmm. I got something new here. Could a cifs mount which is requesting mount at boottime lock up everything. Because that might be it... [18:24] sveinse: is it in /etc/fstab? [18:24] yes [18:24] sveinse: if you set it up to wait uncoditionaly... then yes [18:24] "0 0" should wait should it? [18:24] not, I mean [18:24] 0 0 should pass [18:25] it something else then [18:25] 's [18:25] probably lvm [18:25] i'll be back in couple of minutes [18:25] smoke time [18:25] thanks! [18:27] but: If "0 0" should pass, why do I get a "mount error: could not resolve address for xxx" which shows that it actually tries to mount the cifs share? [18:27] ...now while waiting for that prompt [18:28] sveinse: maybe mountall is picking it up anyway? It shouldn't. [18:28] wohoo.. === oubiwann-away is now known as oubiwann [18:29] I have a hunch that this is it you see [18:30] This is a temporary tool until init(8) itself gains the necessary flexibility to perform this processing; you should not rely on its behaviour. [18:31] Nice man page.. :) [18:31] sveinse: so, you see mount issues? [18:32] yes, now I did [18:32] sveinse: then it already mounted your / and can't pass that fstab line [18:32] sveinse: try ctrl+c :) [18:33] And the Password prompt could originate from the cifs mount prompt, because I saw that before the reboot [18:33] sveinse: if that doesn't work, reboot with ctrl+alt+del and change kernel command line; remove splash and quiet and add init=/bin/bash [18:33] However, it does not respond to kbd. That could be virtual datacenter issues and not ubuntu [18:34] ivoks: I did try that, and by some reason it did not work. [18:34] Well I will try to fix fstab, and retry [18:34] sveinse: just comment out that line with cifs [18:36] sveinse: did you supply password for that mount? [18:36] sveinse: in fstab [18:36] Yes. But it fails sometimes. Dunno why, but its there in fstab so I hope that is the cause [18:37] sveinse: could be, if all kernels fail [18:37] sveinse: it's obvious that your / gets mounted [18:37] sveinse: cause it started upstart and tries to mount the share [18:37] maybe mountall starts before network :) [18:38] YES YES YES ! It works [18:38] mountall does start before net [18:38] * sveinse very happy! [18:38] but on net-device-up it gets sent USR1 which tells it to mount the network filesystems [18:39] So I have a fstab line which makes the boot fail. Even with 0 0 [18:39] SpamapS: i know for sure that nfs doesn't work on karmic [18:39] SpamapS: haven't tried with lucid [18:39] net-device-up doesn't guarantee network is up, actually [18:39] ivoks: net-device-up is really broken [18:40] sveinse: does your machine has dhcp/bridge network? [18:40] ivoks: hah, yeah, so we agree. ;) [18:40] ivoks: No. A simple static IP4 address [18:40] ivoks: I am fairly certain that that signal should be moved from ifupdown to dhclient for dynamic interfaces. [18:40] hm [18:40] SpamapS: but then you still have this problem with bridged interfaces [18:41] SpamapS: and bonded too [18:41] bridge is started, mountall starts, but the IP isn't there ye [18:41] t [18:41] ivoks: agreed, we basically have to write an ifmond that sends the up/down signals when it detects IP changes on interfaces. [18:41] or [18:41] remove networked filesystem from /etc/fstab [18:41] * ivoks runs and hides [18:42] ivoks: that still leaves the question of when to mount them. [18:42] just before rc.local, in while loop [18:42] * ivoks runs and hides again [18:42] customizing the upstart conf file for every special machine seems like a boring, thankless job for every sysadmin. ;) [18:43] This is the faulty entry: "#//nosrv051/SWRepository/Backup/nosrv111 /srv/backup/nosrv051 cifs,user=user,pass=pass,dom=dom 0 0" [18:44] if we put 'mount-network-filesystem' in /etc/network/if-up.d/... [18:44] ivoks: thats where net-device-up is generated [18:44] When this is uncommented, the server fails to boot as it tries to boot the mount. [18:45] ivoks: because those get called as soon as ifup ethX returns [18:45] sveinse: try adding manual mount in /etc/rc.local [18:45] sveinse: i'm interested would it work then [18:45] well, before, but basically if you've started dhclient, you run the ifup script [18:45] There's a "netdev" option for the fstab - I thought that affected mounting === dendro-afk is now known as dendrobates [18:45] I use NFS on Ubuntu. I hope it isn't broken. [18:45] hm... netdev [18:46] _netdev actually [18:46] While the countless reboots, I did mostly see "Password:" which is the cifs password prompt (and thus the network is up). The last iteration is the only time I got a network failure for the mount (and where I understood what it was) [18:46] Yes. I always thought it was dangerous to mount CIFS in fstab ... [18:47] Plus having a password in fstab [18:47] SpamapS: if-up.d always worked for me with dhclient [18:48] SpamapS: those scripts were started after i got Ip [18:48] SpamapS: not when i requested interface [18:48] ivoks: I think if we just add a 'default-route-up' event, it can be sent in /sbin/dhclient-script right after the 'route add default...' line. [18:48] ah, I realize I lack the noauto option in the first place. [18:49] ivoks: hm, so maybe I'm wrong. ;) [18:49] SpamapS: but as i said, dhclient isn't the only one problematic [18:49] ivoks: Basically services that configure interfaces need to send the signal, or a daemon needs to monitor interfaces/routing tables and send signals when things change. [18:49] I have no need for automount of this during boot. Do you still want me to try it in rc.local? [18:49] sveinse: no :) [18:49] I would skip CIFS in fstab and rc.local [18:50] SpamapS: or we could rely on dbus to think for us [18:50] SpamapS: :) [18:50] sherr: you can at least put the password in a root-readable-only file.. there are mount options to allow that.. [18:50] But guys: I am really happy for you assistance. Thanks a lot! [18:50] np [18:51] anyone with htc desire? [18:51] Yes. Just an allergy to this sort of thing for boot :-/ [18:51] I have a desire. [18:51] I have one [18:51] which rom do you guys use? :) [18:52] The vanilla from HTC for my part. Unfortunately I need exchange for my work mail [18:52] I am on Vodafone UK - it is "2.1 update1" [18:52] FW: 2.1-update1. SW: 1.21.405.2 [18:53] This is in Norway [18:53] i'm on a stock too [18:53] but i have 2.2 :) [18:53] I'm not in an upgrade hurry really. Phone upgrade treadmill .... [18:53] I noticed from the Hero upgrade, that HTC rolled the images out in different parts of the world at different dates. [18:53] yep [18:54] ivoks: What's your location? [18:54] i took the rom for some other part of the world :) [18:54] Ah [18:54] I have an HTC Magic .. still running the original donut OS that T-mobile pushed to me like a year ago.. because it included their little tmobile wifi hotspot backdoor program, so I get free wifi at all tmobile hot spots. [18:55] even tho I'm not on tmobile.. on att.. so I also get free wifi at att hot spots [18:55] sveinse: http://forum.xda-developers.com/showthread.php?t=741775 [18:56] Havn't HTC protected the devices against rooting? [18:57] boot loader is the one that can lock you [18:57] I thought I read something about it somewhere... [18:57] that's why this custom roms don't upgrade hboot [18:58] battery life sucks :/ [18:58] smoser: where can i get uec images again? [18:59] But this implies that eventually 2.2 will arrive through OTA, right? [18:59] sveinse: yes, during august [18:59] I can wait... :D [19:00] Well. I need to head home. Thanks again guys. You saved my evening [19:01] take care [19:10] I'm back. I did a reboot of the server, and it failed once more. It seems the option "noauto" is ignored. So during booting it tries to mount the cifs mount regardless of the option [19:10] I really had to uncomment the thing to make the server boot [19:12] I just wanted you to know. I can probably come back tomorrow and talk about it (e.g. if a bugreport should be filed), but I need to go now === Deji1 is now known as Deji [20:16] New bug: #574554 in tgt (main) "tgtd needs init script or upstart job" [Medium,Fix released] https://launchpad.net/bugs/574554 [21:08] Daviey: you know I'm going to have to install Ubuntu Server on something just to put a dot on that map! ;-) [21:08] ball! [21:08] you know you want to === unreal_ is now known as unreal [21:09] * ball looks around the room for candidate hardware. [21:13] Aha! That might work. === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [21:25] I'm just thinking about a new webserver layout using lvm (inside a vm). If I'm already using lvm - does it make sense to you it for all of the partitions or are there mountpoints where it makes sense to have a primary partition? [21:25] s/you/use [21:30] I already got that /boot makes sense as normal partition. [21:31] Any suggestions on what could cause a PID file to be removed? [21:31] One possibility is I was confused about which server I was logged into when I stopped clamd. [21:32] ScottK: shutting down the process is one, someone manually removing the pid file is another [21:33] clamav/clamav.log:Mon Aug 9 10:54:29 2010 -> Pid file removed is what the logfile says. [21:36] Just checked on my test server. That is what it logs if you stop it. [21:38] ScottK: so I guess is was above mentioned possibilty -- be glad that you didn't issue a halt :-) [21:39] Yeah. Well I have physical access to the box in question, so that would have been bad, but not horrible. [21:39] Probably fingers on autopilot when typing hostnames. [21:40] ScottK: :) [21:40] smoser: ping [21:41] kirkland, hi [21:41] smoser: hey [21:41] smoser: at the kvm forum today; qemu-0.13 hasn't GA'd yet [21:41] smoser: talking with hallyn, we're thinking about uploading 0.12.5 for Maverick [21:41] smoser: we can push 0.13 to a PPA when it releases, but probably not Maverick [21:42] smoser: it's in RC right now, but avi hasn't merged it yet [21:42] smoser: i was just checking if there was anything you were expecting in qemu-kvm 0.13 that you needed [21:43] i don't know exactly why i would wwant 0.13. except for that it will act in ways i'm not aware of :) [21:43] so i would defer to your and serge judgement. [21:43] i opened a good one today. [21:43] bug 615529 [21:43] Launchpad bug 615529 in qemu-kvm "eucalyptus instance reboot fails: Guest moved used index from 0 to 2639" [Undecided,New] https://launchpad.net/bugs/615529 [21:44] On have Ubuntu server running on Ubuntu 10.4 How can I have the server not start on I start the computer? [21:44] "the server" ? [21:44] Kutakizukari: Are you running Ubuntu Server running on some sort of virtual machine? [21:45] hosted by a (desktop) Ubuntu system? [21:45] just on my laptop Unbuntu 10.4 [21:46] ball, yes [21:47] Kutakizukari: ...and the virtual machine is starting when you boot the host, or do you not want the VM to boot into Ubuntu Server when you launch the VM? [21:48] ball, When I turn on my laptop, I don't want the server to auto start. [21:49] ball, just when I want to use it for development. [21:49] That makes me think the VM is launching when you start (desktop) Ubuntu [21:49] Kutakizukari: so I'm not sure it's really an Ubuntu Server question as such. [21:49] What virualization software are you using? [21:50] todd, how do I find out? [21:50] I'm sorry. I'm not sure I can help you with that. [21:50] k [21:50] If you don't know then chances are that you're not running virtualization software at all? [21:50] That just confuses me. [21:51] Because if you're not running virtualization software it makes your first comment make even less sense. [21:52] todd, explain what is a virtualization software? [21:52] Virtualization Software: http://tinyurl.com/2vz5sfn [21:53] I'm running desktop edtion Ubuntu 10.4 and then unstalled the server via command line. [21:53] Oh now I get it.. you mean the Server kernel? [21:53] "unstalled" is a nice word. I may coopt that. [21:54] Installed sorry ball [21:54] Kutakizukari: to make your machine not boot the server kernel automatically all you have to do is edit your grub configuration. This is not a server specific question. [21:55] That being said.. Now that you know to edit the grub config you should be able to figure it out by googling. [21:55] k thanks [21:55] I had no idea it was possible to install Ubuntu Server on top of (desktop) Ubuntu. [21:56] My assumption: he installed ubuntu server then apt-get install'd ubuntu-desktop. [21:56] His machine would still boot the server kernel by default causing issues with certain packages. [21:56] Huge ASSumption, but the only thing I can come up with. [21:57] If that's not it I have no idea what he's on about. [21:58] todd: I was struggling to make sense of the question, so at least I'm in good company. [21:59] I have the desktop software installed and then sudo tasksel install lamp-server [21:59] OH.. aha [21:59] * todd facepalms [22:00] Does that install Apache, MySQL and PHP? [22:00] Yes. [22:00] (on top of (desktop) Ubuntu?) [22:00] Yes. [22:00] ball, yes [22:00] Kutakizukari: ignore the grub bit from earlier [22:00] https://help.ubuntu.com/community/Drupal [22:01] Kutakizukari: if you don't want it to run all the time then purge lamp-server and install xampp. [22:01] but there is other docs on how to do the same [22:01] The instructions for getting drupal up will be a bit different though. [22:02] I have everything working fine and even xampp in the past but xampp is no longer supported by ubuntu so they said lamp-server is [22:04] thank you for your help [22:04] * ball doesn't know what an xampp is. [22:05] ball, http://www.apachefriends.org/en/xampp.html [22:05] xamp - preconfigured amp package. [22:05] i can't get my cli terminal to be centered properly and text is hanging off the right side of my monitor ... How can I fix this ? [22:05] used to use it on windows back in the days before enlighenment [22:06] ximal: grab the title bar and drag it where you want it? [22:06] I tried to use my monitor's AUTO ADJUST feature ... [22:06] errr nope ball [22:06] i'm in cli [22:06] ximal: Ah, you probably mean from the console [22:06] i install text only [22:06] I have no idea then, if your monitor is set right. [22:06] err i only installed the cli text edition [22:06] well how can I install some form of gui or text [22:07] I tried install xorg or xserver etc but all i got was a frozen black screen when i do startx [22:07] !xampp | todd don't recommend unsupported packages please [22:07] todd don't recommend unsupported packages please: We do not support XAMPP installs here. Please use the LAMP stack that is in our repositories, see https://help.ubuntu.com/community/ApacheMySQLPHP for more information. [22:08] bad todd [22:08] You couldn't tell me that without the bot switch? [22:09] well can someone please tell me what I could do to install maybe gnome or kde ? [22:09] !donkey | wombat turnip [22:09] * ball shrugs [22:09] todd: I could, but my mere opinion would not count much [22:12] ximal, what you need to do is fill the screen with text, then use the auto adjust [22:12] your monitor can't figure out where the edges are because nothing is on screen [22:12] is ext2 a good choice for /tmp - I guess I don't need journaling there. [22:12] tomsdale: sure [22:13] how's that possible to fill it with txt ? nano ? [22:13] err use nano maybe ? [22:13] hold down a key for a while [22:13] ximal: "banner" ? [22:14] Does Ubuntu Server ship with a banner? [22:14] banner ? [22:14] ohh i could use the text browser [22:14] and bring up a photo [22:14] maybe ? [22:14] brb [22:15] a photo in a text browser? [22:15] ball you mean a splash screen or the command 'banner' [22:15] tomsdale: I meant the command 'banner' [22:16] nop, not in the default ball , sysvbanner is the package [22:16] that's for 10.04] [22:16] tomsdale: Thanks [22:17] hmm [22:17] i thought you could [22:17] err I thought you could bring up photos in cli [22:17] ximal: Perhaps you can on Linux, which might use a graphical console of some sort. [22:17] I'm from a different world. [22:17] only with libaa or libcaca, I don't think lynx has that feature built into it though [22:18] ah, one good way would be to start up irssi [22:18] since it creates title bars [22:18] qman__: Also, I like irssi. [22:18] ahh [22:18] brb [22:18] thanks for the irssi thought [22:27] SpamapS: ceph is in da' houze! [22:37] AKKKK ... [22:38] still no center even if i use open box [22:38] i'm gonna blow a dang gasket ... new bug found [22:40] ximal: bug in software or in your monitor's firmware though? [23:32] mathiaz: ooohhh snap (re: ceph) [23:32] * SpamapS does the cabbage patch