[00:16] pmatulis: should the kvm instances show 100% cpu usage under top ? [00:20] daxroc: no [00:20] there frozen soo , probably not booting ? [00:20] I can't shutthem down either [00:21] for access, you can use ssh (you installed it) or vnc [00:24] pmatulis: no ssh cant ping them ? vnc it's a cli server ? [00:42] hey guys. Does anyone know of a good system for keeping inventory of your computers. The count of servers I manage is starting to grow large in my firm and am now at the point where I am rolling off new via pxe boot and puppet config from vm hosts also and they require little config/attention to get running but now it's getting to the point where I can't even remember all systems we have [00:43] especially now with our full swing out into vm they are also starting to roll out quite quickly [00:46] I am thinking of something agent based that I can roll into the pxe install [00:50] jetole: I think Canonical have a web management tool called landscape (commercial) ? [00:50] actually I think I have just answered my own question, looking at ocs [00:51] daxroc: I have servers that predate it (7.10) [00:51] plus I don't like anything commercial [00:52] ocs agent is a package option in 7.10 and looking at the ocs website, http://www.ocsinventory-ng.org/, it looks like something I would like [00:58] daxroc: when you start a vm with virsh you should be able to contact it via vnc. see if it's listening on tcp port 5900. if you have many vms running you may need to try higher ports (5901, etc) [00:59] the host that is (listening) [00:59] telnet localhost 5900 [00:59] actually I believe you have to tell it to run a vnc either with virt-install or by editing the config file [01:02] daxroc and pmatulis, I use this command to check which vnc for which host: ps -FC qemu-dm | grep qemu-dm | sed -e 's/.*-domain-name\ \([^ ]*\).*-vnc\ \([^ ]*\).*/\1 \2/' [01:03] this assumes qemu-dm is running the vm [01:04] for example the first line returned is sql3 127.0.0.1:8 [01:04] which means I can connect to vnc on 127.0.0.1:5908 [01:05] I like to keep vnc local btw, ssh port forward to connect, more secure, anyways, I am off [01:12] Assuming your ssh is locked down to key-based or kerberos auth only ;-) [01:12] key based [01:13] although it's an ignorant assumption, a password can be stronger then a key [01:13] I certainly wouldn't trust raw RFB (without ssh or openvpn encapsulation) over an untrusted network. [01:13] jetole: assuming you mean the case where keys are passphraseless: granted. [01:14] twb, no I mean where a passphrase is stonger then a key [01:14] my god no! such a thing can't exist but yet it does [01:14] Eh? Passphrases are *for* keys; without keys you can only use passwords. [01:15] sshv2 supports password based authentication as well as keys and a handful of other auth methods, a password _can_ be harder to crack then a key [01:16] In what circumstance? [01:16] I agree with you, I'm just not sure you're thinking of the same vectors that I am. [01:17] a 1024 bit key has 1048576 possible combinations where a password of 32 characters with 62 possible choices per character has 2272657884496751345355241563627544170162852933518655225856 possible combinations [01:17] it's all about math [01:17] btw, 62 being [a-zA-Z0-9] [01:18] I suggest you take that to #openssh. [01:18] now keep in mind I don't want to remember a password that can beat a 4096 bit key so I dont [01:18] twb: why, you are the one whom mentioned it and keep in mind 1024 is lower then the default for for RSA which is 2048 if I am not mistaken [01:19] but if you need to know how many possibilities there are for a key you use bitlength^2 [01:20] actually [01:20] I got that wrong [01:20] 2^bitlength [01:20] which means a 1024 bit key has 179769313486231590772930519078902473361797697894230657273430081157732675805500963132708477322407536021120113879871393357658789768814416622492847430639474124377767893424865485276302219601246094119453 possible combinations [01:20] I thought there might be a flaw like that in your math, but I'm far to asleep to find it :-) [01:20] which can still be beaten by a long enough and complex enough password [01:21] but if you use a 4096 bit key ( 104438888141315250669175271071662438257996424904738378038423348328395390797155745684882681193499755834089010671443926283798757343818579360726323608785136527794595697654370999834036159013438371831442 ) then creating a stonger password is possible but who the hell would type that in [01:22] I mean you would need a longgggg password to beat it and probably use far more then the 62 char set [01:22] Of course, you can have a key with a weak passphrase, and get the key via social engineering, having root in the presence of agent forwarding, etc. Then you can brute-force the weak passphrase. [01:23] absolutely [01:23] That's what I was thinking of when you said that a key can be weaker. === asac_ is now known as asac [01:24] right but I was not refering to a key password in this case but that password for a key is also a point of attack assuming you have a key but if but key authentication is still stong and my preferred choice [01:25] I mean for someone to use a password that is stronger then a key for password based authenticaion is... well rediculous [01:25] but possible [01:25] anyways, I gotta run again [01:26] heading into the office [01:26] ttyl [02:12] Hi, Any tested and resulted solution on linux to use double isp as uplink? shorewall not working because no support failover case, on debain/ubuntu based computer configuring with gwping script Messengers and vpn problem coz with changing gatway again and again DC problem, here http://lartc.org/howto/lartc.rpdb.multiple-links.html , also problem with messengers and vpns, any expert can guide me to the right way, because i wasted a lot of my days o [02:12] n this, [02:13] Do you want to use the two ISPs in a sort of trunking arrangement, or just use one at a time and dynamically fail over to the "spare" connection? [02:14] twb, i want to use both isp at the same time, and if the one isp goes down or any dc problem so automatically to load come over the one isp. [02:15] Obviously during failover, any stateful connections that *were* using the dead uplink will be borked. [02:21] wow. vpslink's 9.04 image doesn't have adduser installed... O.o [02:21] there's minimal, and then there's stupid. [02:24] diffra: unfortunately ubuntu-minimal isn't really suitable for VPS at the moment :-( [02:32] it was 25 or so packages short of ubuntu-minimal [02:32] It does seem silly that the OpenVZ image has shit like apache in it by default, but not gnu screen... [02:32] twb, i want to use both isp at the same time, and if the one isp goes down or any dc problem so automatically to load come over the one isp. [02:33] Hi, Any tested and resulted solution on linux to use double isp as uplink? shorewall not working because no support failover case, on debain/ubuntu based computer configuring with gwping script Messengers and vpn problem coz with changing gatway again and again DC problem, here http://lartc.org/howto/lartc.rpdb.multiple-links.html , also problem with messengers and vpns, any expert can guide me to the right way, because i wasted a lot of my days o [02:33] n this, [02:33] !repeat [02:33] Don't feel ignored and repeat your question quickly; if nobody knows your answer, nobody will answer you. You can search https://help.ubuntu.com or http://ubuntuforums.org while you wait. [02:35] ubottu, if you are not bot, so please check the time stamp, is that quickly?? [02:35] Error: I am only a bot, please don't think I'm intelligent :) [02:35] sarthor_: a fifteen-minute interval is quick. [02:36] sarthor_: an hour interval wouldn't bother me. [02:38] Ohh. interval according to your bothering, :)) Next i will be careful. dont mind bro. [02:38] sarthor_: no worries. [03:37] anyone know of a tutorial to set up apt-cacher-ng to cache 9.04 and 8.10? [03:39] I'd hope the package includes copious documentation in /usr/share/doc/apt-cacher-ng/ [03:45] u sir are a gentleman and a scholar [03:45] cheers === FFForever-Away is now known as FFForever [03:53] Let me point out that apt-cacher (not -ng) and apt-proxy are REALLY AWFUL [03:54] If you have the storage capacity, I would strongly recommend using debmirror or some other mirror-oriented system. [03:54] (Which can do partial mirroring, if you want to ignore e.g. the games or powerpc section.) [03:55] the documentation doesn't tell me how :( [04:24] why do i see this?, 127.0.0.1 - - [14/Jun/2009:20:24:46 -0700] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.2.11 (Ubuntu) (internal dummy connection)" [04:28] Dunno, try asking #apache [04:29] billybigrigger, you around? [04:29] yeah [04:29] any idea why i am getting internal dummy connection's in my log? [04:30] access.log? [04:30] your apache log? [04:30] yeah [04:30] 127.0.0.1 - - [14/Jun/2009:14:43:22 -0600] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.2.11 (Ubuntu) (internal dummy connection)" [04:30] 127.0.0.1 - - [14/Jun/2009:14:43:22 -0600] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.2.11 (Ubuntu) (internal dummy connection)" [04:30] 127.0.0.1 - - [14/Jun/2009:14:43:22 -0600] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.2.11 (Ubuntu) (internal dummy connection)" [04:30] i get the same thing :P [04:30] but why? [04:30] don't know [04:31] its coming from the localhost (127.0.0.1) [04:31] might be why [04:31] error404notfound, so find yourself :P [04:31] and i think twb is on the right track by asking in #httpd actually (the apache chan) [04:31] billybigrigger: they took #httpd? What jackasses [04:31] twb? [04:31] It's not like Apache is the only httpd. [04:31] Dunno, try asking #apache [04:32] no, but #apache re-directs to #httpd [04:32] FFForever, :P [04:32] billybigrigger, ohhh my wifi died for a moment and i didn't get it... damn wifi... lol [04:32] ahhh === s_markow_ is now known as s_markow [04:33] jesus i need to lay off the caffiene and pantera [04:35] I'm just grumpy at them for using "httpd" instead of "apache", because it's like they're saying "we are THE ONLY httpd" [04:35] RHEL does it for apache, too. [04:35] true that [04:35] I mean, even busybox, which is included in your kernel's ramdisks, has an httpd. === pace_t_zulu_ is now known as pace_t_zulu [05:41] New bug: #387162 in dhcp3 (main) "wireless disconnects due to failed lease renewal" [Undecided,New] https://launchpad.net/bugs/387162 === tonyyaru1so is now known as tonyyarusso [05:47] twb, they're referring to the httpd part of apache. "apache" isn't an httpd, they make other things too [05:48] it's like when the gnome documentation says "network manager" they mean the gnome network manager, not kde or windows [05:48] Hmph. [05:48] That would be "the apache foundation" or something, not "apache" [05:48] their java stuff isn't "the apache foundation tomcat", it's "apache tomcat" [05:49] Wikipedia lists apache-the-webserver before apache-the-foundation [05:49] http://en.wikipedia.org/wiki/Apache_(disambiguation) [05:49] i didn't realize you were talking about a channel name though [05:49] That's good enough for me. [05:49] Not that I or (presumably) you are gonna do anything about it. [05:50] well, i guess if they get #httpd first nobody but them can do anything about it [05:50] Theoretically I could hit them with freenode policy [05:50] but you gotta give them credit... they do have the majority market share (or w/e it's called) [05:50] there's a policy against that? [05:51] Unofficial channels are supposed to start with two octothorpes. [05:51] and i doubt freenode would want to become unfriendly with them [05:51] I could content that there is no official (single) httpd, and thus #httpd is not usable by anyone. [05:51] ehh [05:51] yeah [06:31] I've got a modem tht does not NAT for systems on other n/w. A ubuntu router is connected directly to the modem, net works on this. but systems on LAN can't access net. can this be a modem problem? [06:32] I can ping the modem from the systems on Lan. so routing is not a prob. [06:44] rags: draw a network diagram, then get back to me [06:48] twb: yeah..sure..just a moment... [06:50] twb: 1.11.254 [06:50] | [06:50] 2.254 [06:50] | [06:50] 2.100 [06:50] someting like this...is it ok?... [06:51] That's not really clear. [06:51] I can access net from ubuntu...which is on the .1 n/w..but pc on .2 can't access net..:( [06:51] Is 1.1 part of an IPv4 address? [06:51] yes..192.168.1.1 [06:52] So "modem" is both a modem and a router? [06:52] .1 and .2 subnets... .1 b/w modem and ubuntu and .2 is the Lan where ubuntu is the gateway. [06:53] twb: yeah..I guess...it's an adsl modem [06:53] So you have multiple RJ45 ports on the back of your modem/router? [06:54] twb: only one is there...which is connected to ubuntu...this is the local interface. [06:55] I have another modem, a different model, doing the same thing and works fine. Can this be due to the type of natting, dynamic & static...:? [06:55] because on the one tht work's I can do port forwarding and stuff while this one just provides for a dmz...This is the only s/w config difference I can find....everything else is the same. [06:56] besides the model... [06:57] I'm sorry, I don't have time to understand exactly what you're doing and why it isn't working. [07:00] twb: np.....thx...It might be the faulty...but this isn't normal right?...it shouldn't matter where the packets are coming from....the modem is not natting packets coming from a different subnet...it works only for system connected to it physically. [07:01] rags: my first suspicion is with the modem. === FFForever is now known as FFForever-Away [07:02] twb : yeah...the other modem works fine..sheez I'll nedd to find one of the same model....or bridge it to ubuntu...Is it possible to have ubuntu Nat for one interface only?... [07:15] That depends a lot on what you mean by "NAT". [07:15] But generally: yes, it can. [07:42] wht will be the configuration for a one time amanda backup? I just want to insert the tape, specify a bunch of files and run amdump. [09:16] guys will- dd if=/dev/sda1 of=/mnt/external/diskImage/lol.img bs=1024dd if=/dev/sda1 of=/mnt/external/diskImage/lol.img bs=1024 write the WHOLE partition? Or just the data in the partition to a .img file? [09:31] Ethos: whole partition [09:31] damn [09:31] i'm writing it on the same drive [09:31] wonder if it'll just squeeze it in [09:31] lol. [09:33] it copys everything thats on /dev/sda1 partition, zeros included [09:33] damn [09:33] Thanks [09:33] Is there any way to either shrink sda1 or get it to simply write data blocks? [09:34] <_ruben> use tar to create tarball of the data [09:34] Well, the reason I'm doing it is to then use qemu to convert it to a VMDK [09:34] So i'm not sure that'd work [09:35] any other ideas? :) [09:35] <_ruben> tar .. create empty vmdk .. untar into vmdk .. fix bootloader .. profit [09:36] New bug: #387069 in nagios3 (main) "incorrect filesystem permissions prevent nagios command checking from working" [Undecided,Won't fix] https://launchpad.net/bugs/387069 [09:49] _ruben: how could I untar into vmdk [09:49] I was planning to use qemu to convert [09:54] Maybe I could re-size the partition? === ogra__ is now known as ogra [11:04] Anyone uses Apt-build? [11:15] Jomyoot: No. I wouldn't bother if I were you. === zavy86 is now known as zavy [13:13] hi [13:13] what should do to regarly test my bandwith ? [13:13] is there a tool to do that ? [13:29] iperf [13:56] W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E048451D9EE6D873 [13:56] W: You may want to run apt-get update to correct these problems [13:56] What does this mean? === Pici` is now known as Pici [14:14] soren: should specs be in 'review' or 'pending approval' state, once i finished them? [14:20] ivoks: I'd say review is for peer-reviewing, so if they are "finished" i'd set them to pending approval [14:21] ok, thanks [14:21] brb [14:22] Guys, what's the easier way to p2v a ubuntu machine? === Authority__ is now known as Authority [14:43] hello every body [14:44] i need some help please ,i'm running squid2.7Stable3 on ubuntu server 9.04 with cisco vxr7200, i need to setup wccp v2 between squid box and the router [14:47] i need some help please ,i'm running squid2.7Stable3 on ubuntu server 9.04 with cisco vxr7200, i need to setup wccp v2 between squid box and the router [14:48] anyone can hel please [14:48] help* [14:51] dear ones, anyone could provide some help and support please [14:51] how do i take away the ability to use shell from a user so that this user will only be able to use ftp with vsftpd [14:52] i need some help please ,i'm running squid2.7Stable3 on ubuntu server 9.04 with cisco vxr7200, i need to setup wccp v2 between squid box and the router [14:54] KAIN: Quit posting the same question over and over, especially with only minutes in between them. [15:05] KAIN: thats more of a question for squid/cisco documentation than ubuntu itself === ejat is now known as e-jat [15:41] pmatulis: I got the problem sorted after , was an issue with how -raw writes to an lv partition [15:41] pmatulis: thanks for the input , much appreciated [15:42] daxroc: i'm intersted in learning from this episode, can you provide any more detail? private me or send me an email (pmatulis@gmail.com) === cjwatson_ is now known as cjwatson === FFForever-Away is now known as FFForever [18:05] hey does anyone here runs a mail server ? [18:06] guys i was setting up a mail server from this http://flurdy.com/docs/postfix/ got stuck little bit could you help me ? [18:10] heh. that's not postfix, that's a wheelbarrow full [18:26] ahh he's gone [18:28] lol that is quite the large guide he's reading [18:38] Has anyone successfully converted an ubuntu server to a virtual enviroment? [18:38] I've been playing with different ideas but nothing work [18:38] ;\/ [18:40] what do you mean [18:40] p2v [18:40] i scrapped my old energy hog of a server sitting in the corner yesterday [18:41] and installed vbox, 9.04 server, and had apache/mysql/php/dovecot/postfix running on it within a few hours [18:41] if thats what you mean, [18:41] but i didnt convert it, just started a fresh new install of everything [18:42] Yeah, I want to convert [18:42] i don't know then [18:43] if you could somehow make a bootable install, or bootable disk, you can mount the .iso in vbox and install... [18:46] Ethos: you could install base ubuntu in a VM and tarball your other server's filesystem over to it [18:46] Ethos: Sam-I-Am is probably easiest method [18:47] hmmm [18:47] would that work ok? [18:48] it should detect the new 'hardware' fine. [18:48] besides, it's a VM, the worst that happens is it doesn't work :) [18:48] Ok, so install a base server in vmware [18:48] Yeah [18:48] how would I tarball up the entire partition though? [18:49] tar -cf /some/other/location/fs.tar / [18:50] although i'd be careful to make sure you dont overwrite anything you might need on the new system [18:50] hmm [18:50] ok [18:50] hey [18:50] if your doing that...you have to create the tarball to a location not on the / partition [18:50] or the size will just grow and grow [18:50] yeah, hence the /some/other/location [18:50] hey, i'm using ubuntu server inside virtualbox. anyway to change the resolution? [18:51] hosified: did you install the tools? [18:51] client tools... [18:51] DoH.... [18:51] if so, you should just be able to drag the window bigger [18:51] forgot that during the build late last night... [18:51] Sam-I-Am::: im just making sure he know why it needs to be created somewhere off of the / partition [18:51] thanks, will install them now. [18:51] yeh [18:51] Ethos::: you dig? [18:52] I think so mate :) [18:52] thanks [18:52] sure [18:53] Ethos::: well you understand if you create the tarball on the /, and then try to tar /, that it becomes and infinite loop that just grows till you run out of disk space? [18:54] heh yea, I understand that part of it [18:59] you could use --exclude... [18:59] touch /fs_backup.tar; tar -cf /fs_backup.tar /* --exclude=/fs_backup.tar [19:00] make sure the target filesystem is not in use when you untar to it :) [19:01] good point. What you might do, Ethos, is create a second virtual disk. boot into the first one, mount the second one and untar to that mount point. You'll still need to setup grub on that 'disk's' mbr too. [19:04] ;o [19:05] ethos: none of that is as hard as it sounds. [19:06] Ethos: and you can use liecd image to boot that virtaul machine [19:06] i'm rereading it :) [19:06] brb [19:07] easiest way probably is create virtual hd (20G or sumthing ) then boot livecd and mount that image, let livecd setup somekind network and netcat / to virtual box and then ... [19:08] im not 100% sure but probably you need to chroot to new install and install grub.. [19:08] thats probably fastest way, exspecially if you rememebr change vboc netdriver to 1G ethernet. no slow tar +pack, unpack+untar proces [19:11] Ethos if you want to create a raw image of a physical partition you could use dd [19:12] I have already done that [19:12] :D [19:12] If that helps? [19:12] Ethos: can yo explain what you want to do again ? [19:13] you want to create a vm and do a base ubuntu install on and copy your exsisting files over to the vm image ? [19:15] First off does your processor support virtualisation [19:18] Ethos: ^ [19:21] Sorry, im doing a couple bits- don't mean to keep you waiting [19:21] I've got an exisiting ubutnu server- that'd i'd like a virtual copy of [19:21] for DR and maybe to keep it running in VM [19:21] :) [19:22] Ethos: how large is the current drive , how much spare hd space do you have ? [19:24] ok, so my question still stands. Is there anyway to change the resolution on ubuntu server as a virtualbox guest. I have no gui installed, only console. Framebuffer maybe??? [19:25] guest additions are installed. [19:25] Ethos: dd if=/dev/sdX of=/path/to/image.raw , then you could use qemu-img to convert that image to qcow2 and boot with qemu ( might work , might not , where X is your drive ,could be hdX ) [19:26] Ethos: sorry , dd if=/dev/sdX of=/path/to/image.raw bs=1M [19:26] if you are using lvm I think you could possibly write directly to an lv partition not too sure tho [19:27] ...I guess it doesn't matter...I can just ssh in anyways....just curious if you can change it because the window is so small and the text size is huge compared to my ubuntu desktop. [19:28] hosified: since you cant resize a non-virtual console, you cant do it in vbox either... unless you do the things you would do to a console like tweak the font and number of lines/columns [19:28] hosified: the console is not an xterm [19:29] yeah, I know. I know in slackware you can specify the framebuffer size and change it.... [19:29] its a kernel thing [19:29] which is why I was asking if it's possible in ubuntu. I know there is no x-term.... [19:29] ok [19:29] thanks for the info. [19:29] much appreciated. [19:29] yeah, console framebuffers are distro-independent [19:29] no problem [19:29] took a minute to figure out you werent in X :) [19:29] ;) [19:30] only a server vm for development anyways, not a big deal, ssh is great... [19:30] just more curious than anything... [19:30] sure [19:30] i dont think vbox will interact with the kernel framebuffer console driver like it does the vbox X driver... [19:31] so you cant just click and drag [19:31] however, i dont think the kernel framebuffer driver works like that in the first place [19:31] its open source, you're welcome to fix :) [19:31] no it doesn't... [19:31] yeah, i'll add that to my list...:) [19:34] I think i'll start with hello.c source first and work my way up.... [19:34] lol [19:53] anyone know a script which check blacklist servers against a list of ips an domain names ? not for blacklisting for my own server ... only for checking that my own server are not listed.. [20:46] hosified: for server development, thee is one good tip. ssh into vm and use screen. and when you need to shutdown host just freeze vm.. scren keeps eceything just like it was last time [20:58] I have a cronjob that is apparently not running. It seems that unlike Debian, I don't have cron emailing me when something goes wrong. How can I check why my cronjob isn't running? [21:03] cynic and false comments won't help [21:03] ubuntu, as debian, sends email when cron fails [21:03] ivoks: Good, how do I read it? [21:03] ivoks: "mail" isn't installed. [21:03] depends on your email service setup [21:03] ivoks: /var/mail is empty [21:04] do you have smtp? [21:04] What, the protocol? [21:06] daemon or a program for writing to /var/mail [21:06] Ah, so an MTA is not part of the Ubuntu base install. [21:06] (Unlike Debian) [21:07] it looks like debian would be a better choice for you [21:08] If only it were my choice... [21:08] bad luck [21:10] Alright, so what does Ubuntu call the bsd-mailx package? [21:10] Just mailx... [21:11] bsd-mailx [21:12] ivoks: Not in HH, apparently. Just mailx. [21:12] right, that's old mailx [21:13] 'old' package name [21:13] same program [21:15] Hrm. [21:16] Still no mail... and my cronjob is certainly not doing what it's supposed to do. [21:16] Wait... [21:23] Does Ubuntu cron do sh or bash by default? [21:26] daxroc: I tried use qemu but it quit after writing a copy meg [21:26] couple* [21:27] Hm, manpage says sh. [21:27] What size is the raw image ? [21:27] Ethos: ^ [21:28] 16gig [21:28] I've tried convering it in windows and linux [21:28] Ethos: what command were you using ? [21:28] erm [21:28] let me see [21:30] [20:26] < Ethos> couple* [21:30] ffs [21:30] [#ubuntu-server]: [21:30] Sorry, my irssi client is being silly [21:30] qemu-img convert -f raw /www/var/html/image.img -O vmdk /www/var/html/image.vmdk [21:30] does gparted support partitions larger than 2 TB when formatting with ext4? [21:30] I used a "work around" version [21:31] which seemed to create an identical file called -O [21:31] But didn't work [21:32] Ethos: convert it to a qcow2 image for use with qemu ? [21:34] How do I do that? :D [21:35] Ethos: try qemu convert /path/original.img -O qcow2 new.qcow2 [21:35] ok [21:35] :\ [21:35] Might have to wait till tomorrow actually [21:35] will you be around? [21:35] Ethos: will be in the evening [21:36] cool [21:36] I'll get the server up and running tomorrow and we can give it a go :) [21:36] Thanks for your help [21:36] theoretically ext4 should be OK with a partition larger than 2TB with gparted, but when I create a 2TB partition e2fsck runs happily all day long. but when I resized the 2TB to 4TB with gparted and ran e2fsck afterward, I started getting an error in e2fck about a bad superblock. the size shows up correctly with df -h but not with gparted :( [23:26] Guys, trying to setup a local server. Hwo do I go about doing the fqdn if i want name.local as the hostname? [23:27] i'm guessing i need to set some stuff in my hosts file as well as in apache? [23:30] fusetech === erichammond1 is now known as erichammond [23:52] New bug: #379923 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: subprocess post-installation script killed by signal (Interrupt)" [Undecided,Incomplete] https://launchpad.net/bugs/379923 [23:52] New bug: #382104 in mysql-dfsg-5.0 (main) "/var/lib/dpkg/info/mysql-server-5.0.postinst: line 144: /etc/mysql/conf.d/old_passwords.cnf: No such file or directory dpkg: error processing mysql-server-5.0 (--configure): subprocess post-installation script returned error exit status 1 E: Sub-process /usr/bin/dpkg returned an error code (1)" [Undecided,Incomplete] https://launchpad.net/bugs/382104