[00:01] Hey there. I was following the automated deployment guide, but it doesn't seem to have a list of boot parameters I can provide to Linux, on boot. [00:02] I need to do things, like set a static ip, and choose a network interface [00:02] is there a place I can look for that documentation? [00:03] sparc: ubuntu.com [00:03] sparc: is this so you can do a diskless netboot? [00:03] the (first stage?) installer isn't able to download my kickstart file, without [00:03] Danny78, my parting shot - use this template smb.conf instead http://pastebin.com/aCsxbnEA [00:03] screen-x: yes, that sounds right. although the server does have disks [00:04] i just want my kickstart to start, but it's stuck not being able to find an ip with DHCP [00:04] sparc: no DHCP server? [00:04] nope, our servers are ip'd statically [00:04] fluvvell: I checked win and now I can see buddha! now need to make it permanent. Will look at your suggested conf and see any differences [00:04] doesn't mean you can't have a DHCP server ;-) [00:05] I'll be back on in about 4 or 5 hours, then probably tomorrow. OK Thats good, try mine as well, dont forget to restart samba each time you change it. [00:06] It takes a couple of minutes to be seen on a winbox. You may also try rebooting the winbox if all else fails. [00:06] cheers [00:06] fluvvell: thanks again for your help! [00:06] np [00:18] It's funny, you can specify the ethernet interface to use with: netcfg/choose_interface=eth1 [00:19] it looks like it's following a pattern [00:19] maybe there are more netcfg/* options [00:20] sparc: er, yeah. preseeding works that way [00:21] sparc: the installation guide has an appendix that covers preseeding in detail [00:24] twb: hah! excellent, thank you [01:21] twb: aah yeah, i just saw that, this is great [01:21] it mentions i can create a preseed/run file [01:22] What of it [01:22] to run things before it fetches the preconfiguration files from the network [01:22] is that something i would put on the ftp server, or inside the initrd? [01:23] https://help.ubuntu.com/10.04/installation-guide/amd64/preseed-contents.html#preseed-network [01:23] ^-- for reference [01:23] sparc: Error: "--" is not a valid command. [01:23] uvirtbot: shush bot :) [01:23] sparc: Error: "shush" is not a valid command. [01:24] maybe that's in the guide too and i missed it [01:24] * sparc will google dilligently [01:42] sparc: you should be reading the sparc one if you're on a sparc [01:43] sparc: the document describes places you can put the preseed file; usually it's either placed on the CD, on an HTTP server, or inside the ramdisk [01:43] naah, i'im on x86_64 [01:43] luckily [01:43] sparc: very very new d-i instances can also get it from TFTP, from the same place as the PXE server. [01:43] SPARC was a good architecture, man [01:44] if only we had some sun here [01:44] we're all IBM and HP [01:44] on x86 [01:44] i'm sure the sun jumpstart is well thought-out [01:44] i'm on 10.04, so maybe i can put it on tftp [01:45] well, i'd put it on an HTTP server, if i had a network interface configured [01:45] I doubt 10.04 is new enough, but feel free to try it [01:45] sparc: typically one passes "auto" to the ramdisk, so it brings the network up before prompting [01:45] my issue, if that it's not configured by the time, it wants a kickstart file [01:46] sparc: uh, preseed and kickstart do the same job, in different ways. I don't think you can use both at once. [01:46] the docs say that we have to, don't they [01:46] very confusing [01:46] The installation-guide document is written by Debian, it probably doesn't mention kickstart at all. [01:47] they tell us to put the preseed file in the same place as the kickstart [01:47] That doesn't make ANY sense [01:47] yeah, there's a big section on kickstart in it [01:47] What are you reading [01:48] The automated deployments white paper on Ubuntu.com, and the 10.04 installation-guide [01:48] URL for the former? [01:48] https://help.ubuntu.com/10.04/installation-guide/amd64/preseed-contents.html#preseed-network # for the preconfiguring network section [01:48] and.. [01:50] http://www.canonical.com/about-canonical/resources/white-papers/automated-deployments-ubuntu [01:50] i do like the automated deployment guide [01:51] *I* can't help much with kickstart, because it's a RHism that was backported to Ubuntu/Debian [01:51] it just assumes that you're gonna use DHCP to get an ip for the server [01:51] after pxe boot [01:51] preseeding (as covered in installation-guide-amd64) is the native equivalent [01:51] that's okay, i think i have my kickstart config already amde [01:51] sparc: you can pass something like ip=... to force it to use static instead [01:51] i ported mine from redhat [01:51] twb: that would be very nice [01:51] The installation-guide also mentions somewhere the options you can pass for that stuff [01:52] apt-get install it and grep for it [01:53] it does mention boot params, but the network isn't included [01:53] https://help.ubuntu.com/10.04/installation-guide/amd64/boot-parms.html [01:53] just saying. i did try to do my homework before asking [01:53] maybe DHCP is just the only way to do it [01:54] https://help.ubuntu.com/10.04/installation-guide/amd64/preseed-using.html#preseed-auto ? [01:54] I *think* I've done it before [01:54] Maybe I'm thinking of live-boot/casper [01:54] You can preseed anything that debconf asks, so you might need to find the value in the d-i documentation [01:54] "This relies on there being a DHCP server that will get the machine to the point where autoserver can be resolved by DNS" [01:54] sparc: that's only for url=autoserver [01:55] hmm ok [01:56] redhat has the ip= netmask= network= gateway= [01:56] options, which are pretty nice [01:56] Do those work? [01:56] * sparc tries [01:59] Hmm, i guess this is what commerical support is for [01:59] https://help.ubuntu.com/10.04/installation-guide/example-preseed.txt shows static config as an example [01:59] e.g. #d-i netcfg/get_nameservers string 192.168.1.1 [01:59] becomes netcfg/get_nameservers=192.168.1.1 [01:59] ...when passed directly by the bootloader to the kernel/ramdisk [02:00] *some* of them have shorthand, e.g. fb=false is shorthand for something [02:00] OH [02:00] so i can lift some of these from the example file [02:01] Sure [02:01] and not have to put a special preseed file, somewhere in the ramdisk or on the tftp server [02:01] Or RTFS [02:01] sparc: well, you can only pass about 32 options from the bootloader [02:01] So more than that you'll have to go elsewhere [02:01] that's okay, it shouldn't take too many to do the network [02:01] sweet, i'll give that a go, thank you twb [02:02] Anyway, how can you be PXE booting without DHCP? [02:03] does pxe support bootp? [02:04] i do have a dhcp server, but i'd rather just use it for the pxe booted clients [02:04] I don't remember [02:04] (@screen-x) [02:04] bootp doesn't support pxe [02:04] Unless you're on an untrusted network, I don't see why you're avoiding DHCP [02:04] i guess i can recognize installer dhcp clients by the "d-i" identifier? [02:04] And if you're on an untrusted network, you need to turn off ARP, too [02:04] sparc: you can, yes. [02:05] what happens if you turn of arp? You have to manually map ip addresses to mac addresses? is that in etc/ethers? [02:05] oh dear, too many questions for one line [02:05] screen-x: you distribute MAC to IP mapping out-of-band [02:06] heh, na, your manually map the router mac and ip, and that is all it needs to know :) [02:06] both ideas make sense [02:06] Or you switch to IPv6, where ARP is replaced by ICMPv6 and ICMPv6 requires IPSEC to guarantee trust [02:06] :) [02:15] anyone know of a tiny cpu monitor to add to taskbar? [02:17] Danny78: Gnome has a system monitor applet, which can show CPU usage [02:17] I changed my server name to buddha but somewhere it is still being referenced as Samba24... where could that be? [02:17] DNS? [02:17] screen-x: thanks will look for it [02:18] screen-x: how do I flush DNS? or is that not right thing to do? [02:19] Danny78: where are you seeing the old name of your server? [02:20] in GADMIN Samba, security tab-- oh, wait, nevermind [02:20] that's old data [02:21] anyone have experience access Microsoft Access database file over Samba? initially it's fine but then performance degrades by 90% [02:23] performance gets better when you uninstall office :) [02:29] Does access use sqlite3 as its backend yet? [02:32] do I remember right--- is fstab where you automount win shares? [02:32] cd /etc [02:32] sudo vim fstab [02:32] oops [02:32] Danny78: automount is a separate thing, that mounts dirs when they are accessed. [02:33] fstab lists FSs that are mounted at boot time [02:33] screen-x: so is fstab a proper way to mount windows shares at boot? [02:33] Danny78: yep [02:34] screen-x: here's my problem though. I'm not familiar with finding network devices from the command line [02:35] Danny78: ip link [02:35] Or lspci -nn | grep -i ethernet, for 802.1 devices [02:38] Danny78: fstab line should be something like //server/share /mount/point cifs options [02:38] the options are explained in man mount.cifs [02:40] twb: that's totally new to me [02:40] "ip" is a very useful command [02:43] ip(8) is the Right Thing. [02:44] How do you specify section 8 when opening a man page? [02:44] just as it's written? [02:45] Danny78: man 8 foo [02:49] brb, rebooting to test fstab [02:57] How tightly intertwingled are postfix and dovecot? [02:58] I have a policy of running each service in its own LXC container, but I'm not sure there's much point separating postfix and dovecot. [02:58] twb: they're pretty well integrated, but totally separate packages... postfix doesn't care if dovecot is there or not, dovecot mostly just wants an MTA under it [02:58] lamont: I mean, will they be significantly less happy if dovecot's running on one host, and postfix is running on another? [02:58] (With, I guess, a shared /var/mail) [02:59] the LDA part of dovecot probably wants to run in the postfix container, the IMAP beast could be separated into its own container - both need access to the mailboxes, of coures [02:59] postfix is going to invoke dovecot as the local delivery agent, or dovecot is going to need its own MTA under it. [03:00] Hmm, that's a good point -- local delivery won't be supported on my satellites (msmtp-mta), only on the gateway/smarthost (postfix). [03:00] that is, another MTA instance, regardless of which MTA it is [03:01] OK, so I should be able to put dovecot-imapd in one container, and postfix + in the other container? [03:01] twb, I think Danny78 was meaning finding other network servers (win shares) from the command line, as opposed to finding network devices (which is what he asked). [03:01] twb: I suspect so. to be fair, I haven't really played with dovecot much yet. Gonna have to fix that now that I have more mobility [03:02] fluvvell: oh [03:02] lamont: okey dokey [03:02] twb: I would be interested in your findings [03:03] I'll try to remember to tell you :-) === sourcode_ is now known as sourcode [03:37] lamont: incidentally, do you have an opinion on where mailman should run (i.e. which container)? [03:39] so what is syslogf [03:39] mailman will either want to drop things in postdrop, or talk to port 25 [03:39] syslog* [03:39] how does it differ from logging on a centos box? [03:40] lamont: eh, 25 will be open on the smarthost on the LAN side, so a separate container sounds OK. [03:40] EvilSushi: from a user perspective, basic rsyslogd is identical to sysv syslogd [03:51] New bug: #701340 in bacula (main) "package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade:" [Undecided,New] https://launchpad.net/bugs/701340 [04:02] My RAID1 Ubuntu 10.04 worked fine until last night when i came to check it and it booted into initramfs console or busybox. Any ideas how i can make it boot again? Re-powering is no help, and taking one disk or the other off is no help either. Before it goes into initramfs it shows 'Could find dev/uuidxxxxx' or something along those lines. [04:04] overrider, what kind of raid1? 3ware? software? .... [04:10] patdk-lap: no just software raid using mdadm, setup during the ubuntu install process [04:11] hmm, dunno then :( [04:11] :-) [04:11] my friend just had the same issue, but that is cause it refused to load the 3ware driver, very strange, but doing a modprobe 3w-9xxx fixed him up [04:11] bah... [04:12] its weird - this machine has been running great for a long time. Not sure whether maybe there was a power loss in some inconvinient moment or something that screwed it up... [04:30] Is is possible to have a "mount during boot, but dont wait 10 minutes, and if it fails, no biggie" option in fstab? I have a server that upon reboot needs to mount an cfis filesystem that may or may not be there.. Its no biggie if it cant mount it during boot, I can manually mount it after.. if its not there, the server hangs for 10 minutes, and and after that stops because it cant mount... How can I fix this? [04:35] sven_oostenbrink: in Ubuntu? I don't think so. [04:35] Other than a hack in e.g. rc.local [04:36] Oh, a network filesystem -- you could try -osoft [04:37] twb: is it possible to interrupt the mount? Im waiting on the @*#($@* server now, its waiting for nothing, its not there... [04:37] Unfortunately, no [04:37] Back before upstart, you could interrupt arbitrary init jobs, but even Debian has removed that feature now :-/// [04:38] twb: why... ? and more, why is mount waiting a friggin 10 minutes for the mount? After 10 seconds it can be damned sure that there is nothing there.. the rest of the timeout is just to mess with people or what? [04:38] Because you can't support ^C with parallelized jobs [04:39] It will probably boot fastter if you ctrl+alt+del, then *unplug the network cable* for the next boot [04:39] IME remote mounts will time out quickly if they know there's no network at all. [04:40] twb: well, after the timeout I tried ifconfig, and I had no network.. if I have no network, and its still hangs on the timeout.. I guess unplugging the network won't make much of a difference, will it? [04:40] I guess so === sven_oostenbrink is now known as Phoenixz [04:50] Phoenixz, heh, I want that option for nfs, I can't find it at all either :( [04:50] but it doesn't hang for 10min for me, it hangs forever === mbvpixies78 is now known as Danny78 [05:57] Ubuntu server is still unable to mount windows shares on bootup. here is my fstab: http://paste.debian.net/104272 and here is my smb.conf: http://paste.debian.net/104273 [06:05] Danny78: maybe mountall doesn't realize they need to be mounted AFTER the network is up [06:06] Danny78: /mnt is not the appropriate place for permanent mounts [06:06] Danny78: your probably want /srv [06:06] Danny78: also, does root have access to your .smbcredentials file? Are you using ecryptfs for ~danny? [06:08] twb: yes, using encryptfs... computer memory full, any way to increase sqwap... really slow right now [06:08] Danny78: well, that's why [06:08] Danny78: root can't read your smbcredentials until you log in and provide a decrypted mount on ~danny [06:10] Danny78: you can allocate more swap using a swapfile, although it would be better to isolate and kill off the broken proces [06:10] *process [06:12] if you want to mount windows-shares on boot you need to add credentials to fstab [06:12] to work perfectly [06:13] Or some file like /etc/cifs.secrets, I guess [06:14] that's other option [06:16] Since fstab is usually world-readable [06:17] processor is ldle but everything is super slow [06:36] I had to do a hard reset, I missed what you said, if you could please repeat [06:40] my ubuntu server is hanging during boot.. I see fsck checks that are ok, then nothing.. I had some network mounts, which were hanging (after some 1o mins I would have a cifs filesys mount failure, drop to shell), so I removed them from fstab (I commented them), but after a reboot, its still hanging.. What could be causing this? I have no shell, no log data, nothing.. :( [06:51] Hi [06:52] I am running ipsec on Ubuntu server 8.04 [06:52] I want to enable debug logging [06:52] Please suggest/guide [07:00] how can I upgrade to lucid from hardy ? do-release-upgrade only offers maverick even with prompt=tls in /etc/update-manager/release-upgrades [07:15] my ubuntu server is hanging during boot.. I see fsck checks that are ok, then nothing.. I had some network mounts, which were hanging (after some 1o mins I would have a cifs filesys mount failure, drop to shell), so I removed them from fstab (I commented them), but after a reboot, its still hanging.. What could be causing this? I have no shell, no log data, nothing.. :( [08:06] Hi i want to learn ubuntu clod can do one vm use 2 physical computer hardware ? [08:07] Ha! "clod" [08:07] twb: pardon clod = cloud [08:08] talat: offhand, I suspect you'll run into problems because the cloud also wants to use virtualization [08:17] Oh, theres only a 1/3rd as many people in here as #ubuntu. You're all probably 3x smarter too ... [08:17] Hypoglybetic: I daresay you are working to ameliorate that difference. [08:18] maybe [08:19] I have a couple questions about ub-server and would like to be pointed in the right direction. [08:20] !ask > Hypoglybetic [08:20] Hypoglybetic, please see my private message [08:23] I'm very new to Linux. I want to setup a basic web server and a media server for my house as well as host virtual machines. I need a little help installing the correct packages. I'm sitting at the Server install menu (dns, lamp, mail, openSSH, etc). [08:24] twb: i try creat a cluster but i want to my vm can use more than one computer. I need 64 core but my computers 24 core. in cloud can be do ? [08:24] "media center" as in somewhere to dump videos, or "media center" as in a box hooked up to your TV, playing videos? [08:24] My question is could someone help me get the basics setup because I don't want to corrupt my files (repository?) again. [08:24] talat: I don't understand the question. [08:25] twb, Dump/host files, use PS3/Laptop/Windows 7 to watch the movies [08:25] talat: obviously you cannot make a 24-core CPU into a 64-core CPU. [08:25] Hypoglybetic: in that case you can probably just pick "file server" at that prompt [08:26] twb: i have 4 24-core CPU computer. I want to use this computer for my 64 core vm. Do you understand ? [08:26] Hypoglybetic: the keyword you want to google for is "samba"; it's the open source implementation of Windows-style file sharing. [08:26] talat: nope [08:26] talat: what is your native language? [08:26] twb: Turkish [08:27] twb: one minute [08:27] !tr [08:27] twb, do Iwant to select LAMP server as well? (currently openSSH, Samba File, and Virtual Machine Host are selected) [08:27] Turk ubuntu kullanıcıları, Türkçe yardım ya da geyik için #ubuntu-tr hizmetinizde. [08:27] talat: you can also ask them, they might understand better than me [08:27] Hypoglybetic: you do not need "LAMP" [08:27] Hypoglybetic: "LAMP" means "web server" [08:28] twb But I do want a web server, do you suggest XAMPP? I used XAMPP on my windows machine. [08:29] Hypoglybetic: I do not know what XAMPP is. [08:29] Looks like a bag of random apache/mysql/php/perl for Windows. [08:30] twb, yes, similar to what LAMP is (i'm trying to google things on my own, but I'm still paranoid of messing/misreading something) [08:30] Hypoglybetic: don't expose it to the internet, and you'll be OK [08:31] twb, wait, what? how do I make it work if it isn't on th internet to download/install things? [08:33] Hypoglybetic: it is possible to set up a firewall such that you the internet is allowed to respond to your requests, but not INITIATE connections to your host. [08:33] Indeed, this is the normal way a "hard shell, gooey insides" corporate firewall works. [08:33] Obviously it means no one will be able to access your website, but if you don't know what you're doing, this is a GOOD THING. [08:33] Jordan_U, are you awake? [08:34] twb: ok last question. if you dont understand this can i ask turkish user. i Will create a virtual machine which can be use multi server hardware on my cloud. I dont want onlt run on one server. this can be possible ? [08:35] I think I understand talat. He wants to do something like ESXi does. You have multiple machines and you "pool" their resources so if one machine fails none of the actual guest OS's fail. [08:35] talat: cloud allows you to run the same OS image on multiple hosts. So you can have two hosts doing half of the work each. [08:35] talat: cloud IS NOT like plan9, where you can directly pool resources to make a single "super computer" [08:36] Note that I am not a cloud expert -- I don't even use it. [08:36] twb: ok thank you for help [08:36] talat do you know of VMware ESXi ? [08:37] Hypoglybetic: i dont know [08:37] talat, look into it -- I think you may find it useful [08:37] talat: sorry I could not help -- your English is better than my Turkish :-) [08:38] Every time my ubuntu (server) reboots, it hangs after fsck of all filesystems.. a check in /var/log/messages shows JBD: barrier-based sync failed on dm-6:8 - disabling barriers.. Anyone knows how I can fix this and get my server to boot normally again? Google shows this message not to be important, but on every freeze, this is the last message seen.. each freeze has alt-sysreq-* intact, so its not a panic, or complete freeze.. any ideas? [08:38] twb: :) [08:40] sven_oostenbrink: you'll need a live cd, first of all [08:40] sven_oostenbrink: what's happening is that mountall(8) gets an exit status of 4 from fsck(8), so it just stops [08:41] sven_oostenbrink: you need to do... SOMETHING... from the live cd, so that fsck doesn't fail. [08:41] (and yes, I hate this feature.) [08:43] twb: mount -a seems to mount all okay [08:44] mountall isn't mount -a [08:44] It's a stupid upstart thing [08:44] twb: a server not starting is a feature? [08:44] sven_oostenbrink: in the sense that developers always claim bugs are "features" [08:44] IMO it should *at least* shut down, not just hang [08:45] twb: I tried to upgrade from 9.10 to 10.04, see if that would fix it.. upgrade all okay, minus kernel.. (ahw crap..) linux-server debends on linux-image-server (....); however: package linux-image-server is not configured yet.. Any ideas on how to fix this one? [08:46] twb: IMHO it should just fail to a shell with an error message so I actually would have a chance to fix things..... [08:46] can you pastebin the full transcript ? [08:46] sven_oostenbrink: yeah, that'd be favourite. [08:47] twb: http:.//pastebin.com/2h0vTitv [08:47] twb: sorry, http://pastebin.com/2h0vTitv [08:48] twb: wait.. thats not right [08:50] twb: how can I route output and error to a file again? [08:50] twb: 2>&1 ? [08:50] good morning. for a box running ubuntu-server running webmin+apache+mysqld+vncserver+vmware(all vms turned off) isn't the load avg 0.09, 1.39, 2.82 too high ? [08:51] script -c 'foo bar' [08:51] pastebinit typescript [08:51] twb: http://pastebin.com/Zz3w3d0X [08:51] with top -d 1 i only see init using resources, the rest is 0 [08:52] gis [08:52] biston: first number is avg of last minute, last is avg 15 mins, so the current load is practically 0 [08:52] sven_oostenbrink: try again after "export TERM=vt100 LC_ALL=C" [08:52] oh, alright, thank you sven_oostenbrink [08:53] biston: you understand that load averages are AVERAGES over time? [08:53] biston: i.e. your ten-minute average was 2.82; but now it's just 0.09 [08:53] i do now [08:53] biston: i.e. whatever you did in the last ten minutes, stopped the load [08:53] it was a virtual machine, got my load avg up to 9 [08:54] Shrug [08:54] biston: also, system load is over all processors.. you could more or less say that a dual core with load 2.00 has both processors working at 100% [08:54] If it's a bloat-tacular VM, not surprising [08:54] sven_oostenbrink: good point [08:55] twb: did the export, now no error, but seems to hang on Setting up console-setup (1.34ubuntu15) [08:55] twb: its there for over a minute now.... [08:55] biston: howmany cpus? [08:55] cpus and/or cores [08:55] sven_oostenbrink: oh christ, that one [08:55] biston: what twb says [08:55] sven_oostenbrink: I forget how to stop that [08:55] twb: uh oh.. bad? [08:55] sven_oostenbrink: it drove us insane [08:56] checking, i forgot which machine this one is [08:56] 2 cores, 1 cpu [08:56] twb: its driving me insane.... [08:56] a core 2 du e8400, 3.00 ghz [08:56] twb: if you remeber an ything... please please pretty please.. [08:56] sven_oostenbrink: echo ACTIVE_TERMINALS= >>/etc/default/console-setup ## Try that [08:56] Sorry, ACTIVE_CONSOLES [08:56] biston: load of 9 on a dualcore would say... 450% system load [08:56] it's a shot in the dark [08:57] twb: CTRL-C the current install? [08:57] Whatever [08:57] IIRC it fucks up the entire system when you hit that console-setup issue [08:57] What it's trying to do is mess with the VGA font and such [08:57] fucks up as in hangs it, not as in wipes the disks or whatever [08:58] twb: eh, so echo ACTIVE_CONSOLES= >> /etc/default/console-setup ... any spaces anywhere?\ [08:58] No [08:58] sven_oostenbrink: hopefully that tells console-setup not to run [08:59] sven_oostenbrink: it might be easier to just blow away the system and do a clean install [08:59] twb: it says /etc/default/console-setup: 50: ACTIVE-CONSOLES=: not found [09:00] sven_oostenbrink: no, ACTIVE_CONSOLES [09:00] sven_oostenbrink: edit the file and remove the bad line; it's a _ not a - [09:00] twb: yeah, got that [09:00] twb: still hanging [09:01] I give up [09:04] twb: :( Anyone else who might know? Google isnt of much help here [09:06] Shrug [09:06] 19:59 sven_oostenbrink: it might be easier to just blow away the system and do a clean install [09:07] can anyone recommend a vm host app other than vmware to run on ubuntu server 10.4 ? [09:08] biston: Ubuntu recommends KVM. [09:08] alrite, i'll try kvm and see if i still get same loads. thank you [09:09] XEN uses paravirtualization which brings in a whole load of other crap.. last time I tried it it managed to corrupt all filesystems on my machine.. [09:10] twb: Im so close to finishing this, cant give up now! ... you have no recollection of what you did when you had this? [09:11] sven_oostenbrink: got drunk IIRC [09:12] thank you both so much for your help, i'll be off now. good luck with ur problem twb [09:20] twb: can I not remove console-setup? [09:21] sven_oostenbrink: I'm not stopping you [09:22] twb: That doesnt sound very encouraging... [09:24] twb: http://pastebin.com/baKjxU8V [09:24] sven_oostenbrink: ICBF helping further, sorry [09:24] twb: removed console-setup, I can now proceed with kernel, but now I have this [09:24] ICBF? [09:24] who's that? [09:25] I Can't Be Fucked [09:25] right :) [09:25] anyone else? [09:35] twb: well, just said fuckit, reboot... lets see howfar it gets [11:08] hallo [11:08] someone online? [11:11] How do I install ubuntu 10.04 server using a PXE server? [11:11] The online guides speak netboot installation via the package "netboot", but which distribution is installed? General or server? [11:24] ilrovato: 1) get a PXE server; 2) put the netboot kernel and ramdisk on it; 3) pxeboot. [11:24] Ubuntu only has one distribution. [11:25] If you have an existing Ubuntu server, you might try installing di-netboot-assistant, which will hold your hand for much of the process. [11:26] mine pxe server is a debian squeeze [11:27] Well, di-netboot-assistant works there, too [11:27] i will wach di-netboot-assistant [11:28] any idea if i can restrict a local user on a specific channel with ircd hybrid? [11:59] xampart: I don't know; you might have better luck asking #oftc or #freenode (whichever one runs hybrid; I forget) [11:59] Note that, as a rule, ircd won't be able to tell which users are local. So you'd probably have to "default deny" all accounts, then allow a whitelist of registered users to connect to other channels [12:11] twb: k [12:12] <\sh> maswan: I fixed my problem with the FlexFabric nics (be2net) , replaced ipconfig with udhcpc inside initramfs and it works like a charm [12:25] Ugh [12:26] syslog-summary (which logcheck suggested), has an env trampoline [12:26] WORSE, it trampolines to an obsolete version of python, that's not installed! === JanC_ is now known as JanC [13:08] hello [13:08] there [13:08] i got server with 6 disk one of the disk is failure, physically there is no physicall apperence, what the command on ubuntu show the disk in failure ? [13:11] one of your hard drives is failing? [13:11] or has it failed? [13:12] next is it in some kind of raid? lvm? ..., hardware or software raid? [13:12] failed [13:12] soft raid [13:12] cat /proc/mdstat [13:13] assuming it's software raid [13:13] what should display ? [13:14] something like this "md127 : active raid1 sda2[0] sdb2[1]" [13:14] smartctl can show you if the other drives are healthy [13:15] it gives raid1 raid0 raid6 [13:15] correct xampart [13:15] and also got [faulty] [13:16] so it should read there also the faulty drive (sdX) [13:17] my question is how to determine the disk in fault ? [13:18] from the " blocks [2/2] [UU]" line. if it's [U_] then, in my case it would be sdb [13:19] unless i've understood it totally wrong [13:19] ok [13:19] thanks [13:20] but smartctl gives good output [13:21] ok thanks xampart [13:31] I have a server that is freezing periodically and suspect either a defective harddrive in the array, or the actual raid controller is unstable. How do I find out the fastest? Btw, the raid array is listed as "optimal" in bios. I have no log entries indicating any fault and it even freezes booting from live OS's from different kernals. [13:31] So looks very much to be a hardware issue. [13:31] best to look at the smart data - for reallocated sectors on any drive [13:32] compdoc: or just queue a self-test [13:32] who makes the controller? [13:33] a customer has a failing drive that causes the server to lock up from time to time as the sectors go bad [14:10] Amivit: is there anything on logs from the time of freezing? [14:10] Amivit: i mean logs under /var/log [14:11] Unfortunately nothing. Just a freeze. Cant queue self-test because that causes a freeze aswell. [14:12] Basically anything requiring harddrive semi harddrive activity provokes the freeze. Maybe I should attempt moving the harddrive and pci raid controller to a different server? [14:13] Amivit: what sort of controller? [14:14] It is an adaptec 2410SA [14:16] Amivit: just a hunch, but I guess it's a controller driver issue [14:16] RoyK, maybe. But even when the server has been running without problems for 5+ years? :S [14:16] Amivit: which version of ubuntu is this? [14:16] oh [14:16] so bad hardware, then [14:16] the 2003 one :D [14:17] i would bet that problem is with hardware [14:17] it acts just like broken hardware, mysterious freezes without any logs [14:17] Amivit: if it has ben working for that long and just stopped, I'd bet my dime on hardware problems [14:17] bad hardware can do that quite easily [14:17] :P [14:18] yep [14:19] I agree, thinking it must be that. I'm just not quite sure how I should tackle the situation snice there are a total of 2x 2410sa's and 8x harddrives. [14:20] Perhaps start by disconnecting one 2410sa and see if I still get the freezes. [14:20] yes [14:20] that's good way to do it [14:27] Once I identify the proper raidcontroller - I should probably move on to scanning each drive individually. Any recommendations as to which tool? [14:29] it might be the controller [14:29] or just disk [14:29] controller should be able to tell if the disk is broken [14:30] I doubt it's a disk [14:30] Exactly. Most likely is the controller in that case because when booting the raid is listed as "optimal" status. [14:30] try a new controller first - just make sure you get one that can read the RAID format [14:33] Yeah good idea. I'll see if I can use the first 5-10 minutes to identify exactly WHICH raidcontroller contains the problem (or IS the problem) and replace it with a fresh 2410sa, probably also the most time effective way to locate the problem since testing drives i could imagine will take a long time. [14:33] Appreciate the help despite the fact the server is a 2003 :) [14:36] :) [14:36] well send you bill, don't worry ;) === baggar11_ is now known as baggar11 === jdstrand_ is now known as jdstrand === bigjools-afk is now known as bigjools [16:52] Hi! When does /etc/fstab get processed at boot time? [16:53] usually mountall in /etc/init/ [16:54] altho it's largely just processed by mount itself (mount -a will mount most of what's in fstab) [16:56] shauno: I'm in a pickle. I would like to mount drbd volumes from /etc/fstab.. [16:56] but I believe that it is attempting to mount before drbd is started. [16:56] shouldn't be much of a problem [16:56] oh [16:56] I can't tell, though. I never get an interactive shell and I have to boot from a usb stick and comment out the line in /etc/fstab [16:57] paste that line, please [16:58] /dev/drbd_vmfiles /vmfiles xfs defaults,noatime,nodiratime,logbufs=8,allocsize=512m 0 0 [16:59] if I put it in there, mount / umount work fine as long as drbd is running. drbd is started at boot time. [17:00] drbd needs to be fully up, and gfs or other cluster-filesystem running [17:00] fullstop: changing mount order from 0 to 2 might help [17:00] before you can mount it [17:00] RoyK: I'll give it a shot. [17:01] i added my drbd-disk to rc.local to be sure that everything is up and running :) [17:01] I'm not using any clustered filesystem.. just syncing to a 2nd system for redundancy [17:01] so i run it manually from rc.local [17:01] I thought of that.. [17:01] but there is something nice about having it in /etc/fstab :) [17:01] okei [17:01] i use drbd in active/active [17:02] there's a couple of lines in /etc/init/mountall-net.conf that send USR1 to mountall to get it to try fstab again. I'd be tempted to try adding that to the end of the script that's starting drbd at boo [17:02] gobbe: what filesystem? [17:02] gobbe: iirc rc.local is run after the normal init scripts - just a wild guess here about mount order 0 is a bad thing for something relying on services started [17:02] (er, boot) [17:03] RoyK: yep [17:03] fullstop: gfs2 [17:04] I'm not entirely clear where mountall runs tho, or rather, when it stops running [17:05] I'm not exactly sure why I never get a shell.. it should just fail to mount the device and move on. [17:05] fullstop: do you still get that shell with boot order 2? [17:06] RoyK: Which entry is that in fstab? The last one? [17:06] yes [17:06] RoyK: I always thought that it had to do with what order they were checked for errors. [17:07] rebooting now.. I'll know in a few minutes. [17:07] erm - you're right [17:07] but perhaps fsck fails if it's run too early? [17:07] _netdev? [17:08] yeah. the last two fields are dump and fsck, with the theory that you can fsck two disks in parallel, but you wouldn't want to fsck two slices on the same disk in parallel [17:09] shauno: fsck fixes that itself [17:09] that field should be set to 2 for most filesystems [17:09] see fstab(5) [17:09] Well, that didn't change a thing. Unfortunately, it hangs before sshd starts so I have to reboot [17:09] from a usb stick. =/ [17:09] I'm sure it was relevant last time I paid attention to it. get off my lawn, etc :p [17:10] I still pipe gzip decompression to tar from time to time just for the memories. [17:11] New tar handles bzip2 and gzip without any extra flags. tar -xf will do either. [17:12] fullstop: you could do it like i fixed it ;) [17:12] fullstop: iirc last I setup drbd, it worked well with the volumes in the fstab [17:12] fullstop: which ubuntu version is this? [17:13] my old server with other distro worked also fine with setup i used in 10.04, however i didn't get any way to mount my drbd at boot [17:13] without doing it "manually" from rc.local [17:16] RoyK: 10.04, but drbd was compiled from source. [17:16] fullstop: what's wrong with the one in lucid? [17:17] RoyK: I needed to build a custom kernel for this server [17:17] i used the one in lucid [17:17] I needed patches for scst... [17:17] hopefully vlad and crew can get them into the mainline kernel. [17:18] k [17:18] isn't scst in kernel already? [17:18] RoyK: no.. [17:19] RoyK: maybe you are thinking of iet? [17:19] I thought scst was included - sorry - my fault [17:20] I haven't used either, but scst looks far better [17:20] I have been very happy with scst. It's frustrating watching kernel politics sometimes, but I hope that they make it in. [17:20] tell me about kernel politics :P [17:20] it's a bunch of hard core nerds after all [17:20] is there documentation on /etc/fstab and ubuntu options in there? [17:21] I'm interested in giving _netdev a shot, but I'd like to see more about it first. [17:21] fullstop: man fstab/mount [17:21] most of it is in mount(8) [17:22] i was looking in fstab, didn't check mount [17:22] does Ubuntu respect _netdev? [17:22] fullstop: see mount(8) [17:25] I swear, the more "enterprise" the server, the slower the boot. [17:25] ta-da! _netdev worked. [17:26] ok :) [17:27] fullstop: heh - tell me about it :) [17:27] btw, we have some rather nice supermicro boxes at work that boots in a matter of minutes, still with hw raid and 2x12-core CPUs and a truckload of RAM [17:28] some scientists are using those 24x7 with their models === robbiew1 is now known as robbiew [17:29] Im building a server with a supermicro board - theyre nice [17:29] which mobo? [17:29] x7sbl-ln2 [17:30] I believe that this machine actually has an asus MB.. 2x X5670 and 48GB of ram. [17:30] and.. 14T usable storage. [17:31] times 2, because there is an identical machine in the 2nd rack. [17:32] fullstop: we're using these http://www.supermicro.com/products/motherboard/QPI/5500/X8DTH-6.cfm with 100TB net storage (158TB raw) [17:32] people still "build" servers? [17:32] pretty damnd good I/O on those [17:32] some do [17:32] who? [17:32] we do [17:32] I do [17:32] SpamapS: I was wondering the same - especially when supermicro ships readily built systems quite cheap [17:33] We've been burned with under-performing servers from large 3 letter companies. [17:33] :) [17:33] fullstop: I B and M ?-) [17:33] AST? [17:33] :) [17:33] * RoyK wonders how long ago that was [17:34] HAL [17:34] gobbe: those may be the 3 letters... :-D [17:34] fullstop: which kind of servers from ibm? [17:35] I forget the exact number, but they were opteron servers purchased in ... 2007. [17:35] IBM X series, I think. [17:35] aah, those old opterons [17:35] fullstop: there's quite a few of those :P [17:35] The opteron part was fine. It was the I/O which was awful. [17:35] i have one customer with new x3950, with 4x12 cores and 512 GB ram :) [17:36] I used to run this x3850 - worked well back then [17:36] yep [17:36] we have x3850 in our own vmware-cluster [17:36] However, after flashing the firmware on the discs, we had a 40% improvement. [17:36] * Daviey quite likes supermicro servers [17:36] and now we will never purchase another seagate again. [17:37] They were rebadged IBM, but you could tell from the serial number that it was really a seagate drive. [17:38] fullstop: most drive producers have issues from time to time - I don't think seagate is worse than any other [17:38] RoyK: Look into their 750GB drives and the problems they had with them. [17:39] RoyK: I understand that they have bad runs from time to time, but this was more than that. [17:39] I don't disagree with the problems, but blaming all seagate drivers, is like saying hitachi deskstars are deathstars because of those bad drives 8 years ago [17:40] fullstop: btw, 750GB drives? sounds like SATA to me [17:40] 7k2? [17:40] SATA, yes [17:40] :) [17:40] RoyK: i just thought to say hitatchi disks :-D [17:40] RoyK: I have a hitachi at home, even though I had one of their deathstars. [17:41] hit-hat-chi [17:41] Anyway, the seagate drive problem happened shortly after they moved manufacturing to China... [17:42] * RoyK found a few 60MB drives at work labelled things like DOS 5.0 and win 3.0 [17:42] RoyK: the day MS-DOS 6.0 arrived at my house I distinctly remember squealing with glee. [17:43] lol ;) [17:43] I remember DOS 4.0 wasn't very good [17:43] supported large drives, though [17:43] that is > 32MB partitions [17:44] hi all [17:44] what was the awesome windows version with the tiled windows [17:44] windows 2 i think [17:44] We had a bernoulli drive, once. [17:45] people, where I find a updated page about servers supported by ubuntu. this site for example, about hp servers supported https://wiki.ubuntu.com/HardwareSupportMachinesServersHp is very old [17:46] plm: http://webapps.ubuntu.com/certification/ [17:47] pmatulis: thanks === ncampion is now known as ncampion_afk [18:05] Anyone know why openssl doesn't have cms compiled in? https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/380424 [18:05] Launchpad bug 380424 in openssl "Recompile with enable-cms" [Undecided,Confirmed] [18:11] nealmcb_: no idea, but apt-get source that package, change the configure line, build a new package,install it, and you're done [18:18] RoyK: Yeah - I did that, and it works. And now I see that it was more or less an experimental backport first added in openssl 0.9.8h The version in lucid is 0.9.8k. Somehow I thought it was there earlier.... [18:32] smoser: Daviey: can you have a look at https://blueprints.launchpad.net/ubuntu/+spec/cloud-server-n-desktop-images and let me know if the work items and milestones assigned make sense? [18:38] Ahh - I see the question is now when openssl 1.0 is brought into Ubuntu, now that it is available in Debian. Can we get it in natty? Bug 675566 [18:38] Launchpad bug 675566 in openssl "upgrade to the latest 1.0.0b with its security fixes" [Unknown,Fix released] https://launchpad.net/bugs/675566 [18:42] robbiew, on it [18:44] Daviey: thnx! === erichammond1 is now known as erichammond [19:01] win 19 === jdstrand is now known as jdstrand_ === jdstrand_ is now known as jdstrand [19:03] jdstrand: you win === ncampion_afk is now known as ncampion [19:13] can upgrading a server from 8.04 to 10.04 break anything? [19:16] a backup would be a good idea [19:17] Backup is overrated :D [19:22] EvilSushi: it could, every upgrade has risks [19:22] there's no fail proof upgrades, but LTS to LTS is almost fail proof :) [19:30] can anyone tell me about video support on an XServe2,1? [19:30] what do you want to know about it? [19:30] there's page on ubuntu-wiki about apple+ubuntu [19:33] gobbe: Trying to figure out 1) if there's any support past fbdev for Xorg, and 2) if not, what kernel and EFI args and Xorg config options are needed to get minimal support. [19:33] gobbe: I see some stuff on MBP, but nothing about the XServe2,1. I'll try harder... [19:34] having a bit of trouble settig up a user to access a samba share. [19:34] they can access their dirs, but cant access another users [19:35] gobbe: to be clear, I've been through this: https://help.ubuntu.com/community/Xserve2-1 but there's no Xorg discussion, just that it may need to be limited to the fbdev driver. [19:36] ok :/ [19:37] whats the best location to store files in linux? [19:37] that arent spefiic for a user [19:37] anywhere, really [19:39] im having a problem setting up a samaba share. heres the setting im using: http://dpaste.com/307365/ [19:40] ive tried several configurations and still cant get the windows uses access [19:40] err, cant get write access [19:40] resno: check filesystem permissions [19:41] pmatulis: i figured thats where the issue was [19:41] resno: so why did you ask? [19:41] ok, then i create a usergroup to allow access there. but im not sure i did it right [19:42] err, i created the usergroup and then chmod on that dir to allow access to the group [19:42] pmatulis: ^ [19:45] hi all, just setup a new VM using ubuntu as OS. Now trying to install Zimbra as mailserver. It states that it is imperative to have all DNS working properly before installing. If our DNS is being controlled by godaddy.com then are there special settings I need to do on the server side? [19:46] I think it just means you should be able to reach sites from your lan [19:47] Danielc1234: well, you need to have mx-entry that points to your mailserver [19:47] or have the world be able to reach you by name [19:47] Danielc1234: there are many variants of "mailserver". what do you really want to achieve with it? [19:48] mx records are the most important for mail [19:48] * resno walks away and finds own answers [19:48] gobbe: so I would need to define a nameserver on this VM like mail.oursite.com ? We are trying to use this VM as a primary source for all our emails, etc. [19:48] Danielc1234: you need to have mx-entries in your DNS_server [19:49] and infact this has nothing to do with ubuntu in this case [19:49] you are using DNS hosted by godaddy, and trying to use software provided by vmware [19:49] resno, I dont use masks. I just set the permissions on the folder I share, and have a uid and gid for a user [19:50] does it not work? [19:50] gobbe: well as you can tell I'm very new to this. However, isnt there a place on the server that I need to define the settings? [19:51] compdoc: it works everywhere except this dir. which is owned by another user. i have a user named media, and i want everyone to be able to write and change that folder through samba [19:51] Danielc1234: well, i don't know what settings you mean [19:51] the VM guest only needs dns for outgoing, and an ip address that mail ports are forwarded to from the outside. [19:51] Danielc1234: 'primary source?' that doesn't mean anything to me. but the others seem to understand so let them help [19:52] gobbe: wouldnt I need to define the nameserver within the server? Sorry guys, like I said I am very new to all of this.... [19:52] Danielc1234: if you don't know how mailservers work you should try to start from finding out that, before you try to create one [19:52] Danielc1234: and like i said, this really isn't ubuntu-issue [19:52] so this channel is wrong [19:52] gobbe: okay, thanks all..... [19:53] Danielc1234: but you don't need nameserver in your server if you have already one [19:53] resno, I use 757 on the folder, and that usually works [19:54] allows everyone access [19:58] Hi [19:59] hi [19:59] I'd like to have /boot on /dev/md0 [19:59] that's ok if you use raid1 [19:59] but I'm not sure what to tell grub [19:59] title .... [19:59] root (???) ? [19:59] root (md0) ? [20:00] i did update-initramfs -u [20:01] grub is installed on both disks [20:01] and you boot from hd [20:02] will grub know if I give it root (hd1,0) of type fd that it should use it as raid partition? [20:03] compdoc: just change chomod 757 on it? [20:06] niteria: grub boots directly from disks, not md [20:06] niteria: so you need to have grub in both disks [20:06] resno, if you ls -al the directory the folder is in, whats the attributes now? [20:06] niteria: firstly, what version of grub are you using? [20:06] on the folder you want to share? [20:08] drwxr-xr-x compdoc [20:08] pmatulis: default one from debian lenny [20:09] my kernel's root is already booting from it properly [20:09] resno, I think thats 757, so Others (outside the group) cant write, but only read [20:10] and / is lvm partition on raid1 [20:10] err, 755, sorry [20:10] niteria: you're not running ubuntu? [20:10] you have it set to 755, I mean [20:11] pmatulis: no, not ubuntu, but question is more about grub and raid [20:11] niteria: maybe go to #grub? [20:11] niteria: but basically you install grub on both disks [20:12] I have separate /boot partition [20:12] niteria: and ensure that the UUIDs for the arrays are properly set up. where depends on the version of grub, hence my 1st question to you [20:12] which I want to have on /dev/md0 [20:13] niteria: it's not on an array now? i'm missing something [20:13] ok, from the beginning [20:14] I have 2 disks /dev/sda and /dev/sdc [20:14] they're the same [20:14] niteria: gotcha [20:14] on /dev/sda i have /dev/sda1 = /boot [20:15] /dev/sda2 + /dev/sdb2 = /dev/md1 (raid1) [20:15] /dev/sdb1 is /dev/md0 [20:15] i want /dev/sdb1 + /dev/sda1 = /dev/md0 [20:16] no it boots from /dev/sda1 [20:16] now* [20:16] niteria: like i told, you cannot boot from md0 [20:16] niteria: grub needs to be on disks [20:17] You can have grub on both sda1 and sdb1 and make it _feel_ like you boot from md0 [20:17] niteria: so you install grub to both disks, if you use /boot, you create it to BOTH disks [20:17] gobbe: no problem with that if /boot is on a separate partition [20:17] RoyK: well, you want it to both disks still [20:17] RoyK: or when you break the disk with /boot you cannot boot your machine [20:17] :D [20:17] gobbe: ubuntu installs fine on mirrored root disks [20:17] yep [20:18] and it creates it to both disks [20:18] because there's no idea to install boot-things to only one disks [20:18] http://www.linuxsa.org.au/mailing-list/2003-07/1270.html here is similiar setup [20:18] if that disks breaks down, you cannot boot [20:18] so basicly you have boot in both disks [20:18] it creates an md device and install grubs on both drives [20:19] yep [20:19] grub2 understands md [20:19] i use that kind of solution [20:19] # grub --version [20:19] grub (GNU GRUB 0.97) [20:19] niteria: which version of ubuntu you are running? [20:19] iirc grub1 can't boot form an md [20:19] no [20:19] I'm running debian lenny ;p [20:19] you need to have it on both disks, like i have told [20:20] niteria: eh..and you are asking here? [20:20] niteria: this is meant for ubuntu-support [20:20] grub needs to have boot on both disks, grub2 can boot from md0 [20:20] they couldn't help me on #debian [20:20] niteria: that's sad but we cannot either [20:20] Also the way Debian Lenny and recent Ubuntu versions boot is significantly different so even if it was on topic, this wouldn't be a great place to get answers. [20:21] yes [20:21] :(, sorry [20:21] niteria: but if you look my advice you will be able to do it [20:21] niteria: just reinstall the OS - it'll save you some time [20:21] niteria: grub needs to have it on both disks, grub2 can do it [20:22] What's the right way to boot into text login? Some docs say Ubuntu doesn't support runlevel 3? [20:22] i did grub-install /dev/sda, grub-install /dev/sdc if that's what you mean [20:25] I suppose I could forget about raid1'ed /boot and just create identical partitions /dev/sda1, /dev/sdc1 [20:25] but then I have a problem in /etc/fstab [20:25] niteria: grub1 doesn't support boot from raid [20:25] niteria: just reinstall the box with something that supports root raid [20:26] niteria: I know it's a bitch, but it's simpler than spending hours trying to fix something that's hard or impossible to do [20:26] That's a bummer [20:27] it's the easy way out [20:27] yes [20:27] I don't understand why lenny uses grub1 [20:29] grub2 is quite new [20:29] lenny isn't [20:30] well [20:30] lenny is newer then 10.10 ;) [20:30] it's release 27.11.2010 [20:30] there arent many distros using grub2 still [20:30] most of distros uses grub [20:31] oh, lenny, sorry [20:33] niteria: still, if your root filesystem isn't mirrored in the first place, even ubuntu might be hard to use for mirroring an existing one - I'd recommend reinstalling the box [20:34] yep [20:35] my / is mirrored [20:35] and lvm'ed [20:35] but not /boot [20:36] no, /boot is another partition [20:36] it's weird how lvm on raid1 / works properly with grub1 [20:36] that's just linux [20:37] grub doesn't know about that [20:37] ok [20:37] i'm installing grub2 before I reinstall everything [20:37] niteria: changing a partition into a mirror isn't trivial in linux [20:38] it might be easier to reinstall [20:38] with grub2 on top of that, I'd recommend a reinstall - it shouldn't take too long [20:38] i've changed / into mirror [20:38] so I kind of know the process [20:38] but I'm stuck on grub [20:39] and I've just found out I had no way of doing this with grub1 [20:39] just my hint - changing a fs into a mirror is like create a mirror with a dead drive, copy data, add the drive etc [20:39] but I'm not sure how that works with grub [20:39] that's what I did with / [20:40] yeah [20:41] I guess grub2 detects partition type and if it is fd it acts accordingly [20:41] fd = linux raid autodetect [20:42] honestly, I don't know much about how grub2 works [20:44] grub2 will notice the raid and know what to do (use the UUIDs for the arrays essentialy) [20:50] okay, I hope ubuntu-server installator lets me create raid1 and lvm on top of it [20:51] becouse you've convinced me to use ubuntu [20:51] because* [21:00] SpamapS, [21:00] st_dev=os.stat("/").st_dev ; print(os.major(st_dev),os.minor(st_dev)) [21:00] (8, 8) [21:01] SWEET [21:15] Hmm, when running automated installs, the error messages sometimes flash buy quickly, never to be seen again [21:16] can we get that sent to a remote syslog or something? [21:17] gotta scour the guide again [21:24] My server is 9.04, and I'd like to have git>=1.7 installed (1.6 is the latest available for 9.04). Is my only choice to either do a full dist upgrade, or install from src? Or is there some ubuntu-ish way of upgrading a single package? [21:25] savid, 9.04 has been EOL a few months already - I'd suggest full upgrade [21:26] MagicFab: I'm generally paranoid about upgrading a production server :-| [21:26] savid, there is, however a PPA which should also work for you: https://launchpad.net/~git-core/+archive/ppa [21:26] gives me the willies [21:26] best to have two, so you can fail over to the other, while you upgrade [21:26] savid, well, you are missing security updates since October which is not better [21:28] Should the Ubuntu installer be stopping on "Partitioning Method:" if I specified partitioning info in my kickstart? [21:33] oh neat [21:34] \o_ hi eric [22:10] !clone [22:10] To replicate your packages selection on another machine (or restore it if re-installing), you can type « aptitude --display-format '%p' search '?installed!?automatic' > ~/my-packages », move the file "my-packages" to the other machine, and there type « sudo xargs aptitude --schedule-only install < my-packages ; sudo aptitude install » - See also !automate [22:13] hi all, I have an Ubuntu server 10.04 running KVM and several ubuntu server 10.04 guests. When running a simple CPU benchmark on the server and guest the guest seems to outperform the host which puzzles me [22:14] it takes 28 seconds on the guest, but 40 seconds on the host to run this -> time echo "scale=5000; 4*a(1)" | bc -l -q [22:16] can someone help me to understand how this is possible? [22:19] Hello, is there any way for me to run a browser(firefox) on ubuntu server, and make a script that would have it load a webpage and return the rendered html? [22:20] GatorAlli: would the wget command do the job for you? [22:20] :/ [22:20] no [22:21] the html has to be rendered [22:21] rendered to what? [22:21] *and the javascript [22:22] give the browser an html file ("") [22:22] and the browser should give me back : Hello World! [22:24] does it need to be html as the result? webkit2png can parse a page and spit out a png rendering of it [22:24] it has to be html... :/ [22:25] just like you open up firefox [22:25] put in the url, load the page [22:25] start firebug, and get the interpreted source [22:25] it might be too much [22:25] ill ask around on firefox ;) [22:36] * RoyK just got the xkcd paper version :) [22:37] \o/ [22:37] RoyK: does it include the "dead pixels in the sky" strip? [22:38] (as it probably doesn't work very well on paper :P ) [22:38] http://xkcd.com/395/ [22:48] can I get the same feature or similar features of windows home server with ubuntu server [22:49] depends on what the features you want are. [22:50] Place for backups (storage), store pictures, store home videos, a place to handle my linux iso torrnet downloads [22:50] and do raid 1 [22:50] yes to all of those [22:50] is their a premade ubunt-home-server distro [22:50] or do i have to bulid it my self [22:51] I see this http://www.newegg.com/Product/Product.aspx?Item=N82E16859106058&cm_re=whs-_-59-106-058-_-Product <-- but 549 for a windows home server and no video output [22:51] Lenovo IdeaCentre D400 Intel Atom 230 1.60 GHz 1GB DDR2 Windows Home Server [22:51] mrrrothhh: machines with linux pre-installed can be found, but you'll understand the system a lot more by grabbing a ubuntu server ISO and installing that, then configuring each of your desired services [22:52] I have a dell p4 wigh 3 gigs of ram [22:52] p4 3.0 ghz 3 gigs of ram [22:52] that is quite powerful enough [22:53] what else should a home server have [22:54] pr0n [22:54] :D [22:54] mrrrothhh: seriously, you gotta make that decision yourself. [22:55] oh, so samba, backup, media, torrnet, and a nice webfrontend, and maybe email [22:56] "a nice webfrontend".... for torrent? [22:56] mrrrothhh: you can normally find guides on how to setup by searching on google "ubuntu X" where X is what you would like (web server, mail, torrent, file server, etc) [22:57] ubuntu Home server [22:58] oh I see https://wiki.ubuntu.com/UbuntuHomeMediaServer <-- [23:04] air^: don't think so... [23:06] air^: btw, the page numbers are in the 3-number system :P [23:06] :D [23:06] RoyK: I might have to buy that one as well.. [23:06] it's well worth it :) [23:07] the only thing against it is, I never read paper... [23:07] so it will just end up in a bookshelf :D [23:07] it's just good to have that on the bus....... [23:07] big, flat [23:07] * RoyK likes books [23:09] I wish I could share this book by Tor Åge Bringsværd with non-norwegians - IIRC it's translated to German and Dutch, but not to English [23:40] anyone have any suggestions for a tool that can be used to compare the contents of two directories and verify that they're identical? other than rsync, that is [23:41] diff is not good enough? [23:42] well, it's 4TB of binary data [23:42] :) [23:45] Deeps: calculate hashes from the files, then compare that? [23:45] well yes, worst case scenario i could script something up, but i was wondering if there were any tools that did it already [23:46] basically, got a sata card and the drivers for it aren't particularly great, had to backport the latest kernel module from 2.6.37 and it's still not great, resulting in errors like so: http://pastebin.com/ba7VqSxt every now and then, had about 8 of them with 460GB data transferred so far [23:47] :/