[00:17] How long does it take to Gpart a 750 gig hard drive lol been going on 30 mins still step 1 of 3 [00:18] what are you doing with gpart? [00:18] moving data around? [00:18] i did a 500gb and took 1hour to reformat [00:18] moving partitions can take days or weeks [00:19] it is wiping the files from a previous persons backup making a 700 ext4 primary and a 30 gig primary fat32 [00:21] Although it doesn't make sense why this ever takes so long because the file tables are stored in a file and unlinking the filetable = free then just set it to ext4 in the filetable blah [00:24] question: [00:24] using Apache, how can I designate a subdomain? [00:24] such as sub.foo.com [00:24] assuming my site was foo.com [00:24] fqdn.conf ? [00:24] !fqdn [00:24] yes, but how can I map that to a specific folder [00:24] such as, say, /var/www/sub [00:25] or summat [00:25] sorry, i'm new to Apache xd [00:25] xD * [00:25] CaptainTrek: look at the example in /etc/apache2/sites-available [00:25] sorry Not sure how specify that you asked how to designate a subdomain and you should be able to just register it in the fqdn [00:26] I copy the default one, remove teh NameVirtualHost line at the top and add teh correct virtualhost in there [00:26] then just point that site at its own docroot (and probably its own set of log files too) [00:26] are you FAWKING kidding me [00:26] now my lost and found has all this drives contents BLAH [00:26] um... [00:27] that appears to be unrelated to apache... [00:27] cclausen: what about redesignating the root for that new entry? [00:27] would I change the entry for /var/www to /var/www/foo? [00:27] where foo is the filestore for the subdomain [00:27] are you adding an additional subdomain? [00:27] or changing the default one? [00:27] adding an additional subdomain [00:28] so my domain is trekweb.org [00:28] b/c people could still get to the content on the original just /foo [00:28] and subdomain could be foo.trekweb.org [00:28] do you really want to allow that? [00:28] no, i'm thinking of moving default to /var/www/mainsite [00:28] or summat [00:28] yeah, that is a good idea [00:28] cclausen: i used to use web hosting from a company, i'm trying to run it all off of my own systems now so I pay far less each year xD [00:29] so my question is still unanswered [00:29] in default AND the new subdomain [00:29] i specify what? [00:29] that the directory it has written into its entry now routes to somewhere else? [00:30] CaptainTrek: hold on, let me get you some examples [00:30] or would i need to set up something fancy DNS-side? [00:30] thanks [00:30] are your sub-domains on the same IP? [00:31] mhm [00:31] only running on one server right now [00:31] although it has two IPs connected to it [00:32] its dually connected to two static IPs through two ethernet NICs [00:32] regardless, trekweb.org routes to both [00:32] can't you just make a new line mirroring the first with the second nics ip? [00:32] you've lost me [00:33] the NICs run in a way so if one dies the other picks it up [00:33] i manually set which is active [00:34] regardless, the nics are in the same server [00:34] Apache needs to make the differentiation [00:34] not the IPs [00:34] hence why i'm here to ask if its possible [00:34] if it were possible DNS side, i wouldn't be here [00:35] ok Now i need help the other person helping isnt here [00:35] i copied over Server as a "livecd" [00:35] brb dinner [00:36] CaptainTrek: https://lsecure.admin.illinois.edu/~cclausen/apache/ [00:37] okay, so from what I can see there... [00:37] you made a second entry [00:37] ? [00:37] and messed where one's root directory is located [00:38] each site is in its own sub folder [00:38] ah [00:38] (I only listed two files, but there are several) [00:38] and each entry for the configs specifies where its own individual directory is in? [00:38] I also have logging set to go into the log folder per user [00:38] ah i see [00:38] NOW i got it [00:38] yep, pretty much [00:39] bascially, doc root for all of my sites is /var/www/SITEUSER/public_html [00:40] (this way I can abuse the apache userdors module to serve content as well) [00:40] heh [00:40] I actually created home diretories for each account under /var/www instead of in /home [00:40] well, assuming I'm not doing anything super fancy [00:40] b/c suexec gets stupid with paths otherwise and I wanted process isolation [00:41] only trick is that the default one needs to be loaded first when apache starts [00:41] GENERALLY SPEAKING... [00:41] in general it is symlinked 000-default so that it loads first [00:41] b/c default has the NameVirtualHost in it [00:41] and the other files do not [00:41] ah okay [00:41] i got that now [00:42] i think... [00:42] :/ [00:42] try it [00:42] worse case is that you break your web server :-) [00:42] heh [00:42] then i just kill the files, reinstall, boom, its fixed xD [00:43] i'm not near the server box just now, i'll test it later\ [00:43] thanks for the info though [00:45] if you want some help in the future, you can enable http://httpd.apache.org/docs/2.0/mod/mod_info.html so that we can easily see your server config [00:46] alrighty, its quite likely i'll be asking for help then. :) [00:46] seeing how I'm new to Apache [00:47] the actual docs are at: http://httpd.apache.org/docs/2.2/vhosts/ [00:47] although I was really happy when I got the damn thing to show the "It works!" default page in /var/www [00:47] xD [00:47] for virtual hosts [00:50] i'm running a test of Apache on a separate Ubuntu partition on my laptop, so if I mess up I ccan just nuke the partition and start over [00:50] xD [01:58] what does manage updates in landscape mean [01:59] !landscape [01:59] Landscape makes the management and monitoring of Ubuntu systems simple and effective by combining world-class support with easy to use online management tools. https://landscape.canonical.com/ === zz_monteith is now known as monteith [02:07] cclausen: Getting server installed this was is pretty easy [02:08] cool [02:21] how to install/start gnome on server ? [02:22] !gnome on server [02:22] Error: I am only a bot, please don't think I'm intelligent :) [02:22] has anyone been able to change the console resolution in 10.04? i tried adding GRUB_GFXMODE=1024x768 to /etc/default/grub and running 'sudo update-grub' but that only seems to be adjusting grub's resolution and not the console's [02:24] scar: I have that same problem. console is insanely slow under Hyper-V [02:24] dominicdinada: aptitude install ubuntu-desktop ? although I'd ask why do you want to install gnome on a server? [02:25] cclausen, Hyper-V? [02:26] scar: Microsoft Hyper-V is the hypervisor for some of my Ubuntu VMs [02:27] well i prefer a GUI and after this is all set up gui i would and need to remote admin it i have 3 pcs 2 linux 2 macs [02:28] dominicdinada: you don't need gnome for remote admin work. you can just ssh in [02:28] true... [02:29] and with X11 forwarding, you can run gui apps... but it will be quicker to learn the command line [02:30] scar I grew up on command lines but dont know linux in and out... [02:31] dominicdinada: aptitude upgrade is basically the general way to do updates [02:33] yes but one problem i am at is copy and paste or lack of in commandline [02:37] you should be able to copy and paste into an ssh session [02:54] scar: for your grub issues, edit /etc/default/grub and enable GRUB_TERMINAL=console and run update-grub [02:55] really? disable graphical terminal? what is that? [02:55] i'll give it a shot [02:58] cclausen, him it didn't work and it is showing the splash screen for a split second [02:59] i even have "nosplash" in the /etc/default/grub lol [03:02] did you run update-grub [03:03] doesn't get rid of teh frame buffer console though... [03:03] need to figure that out... [03:04] cclausen, yes i did.... it is strange the splash screen is coming up too [03:06] what file contains the subnet information for my wireless ? [03:08] is keyserver.ubuntu.com down? How do you check on it [03:11] scar: hmm.. I see what you mean. a brief splash of something shows up [03:11] even with kernel options nosplash nofb nomodeset [03:11] cclausen, it is the purple "Ubuntu 10.04" screen [03:13] yeah, need to look into getting rid of that... [03:23] if you turn back on "quiet" does it go away? [03:23] brb [03:26] Hi, I'm tryin out Ubuntu server for the first time and does the 10.04 server edition boot into some graphical mode? [03:26] The problem I'm getting is that after what I think is file systems are mounted, my monitor complains that the resolution is out of range. [03:27] I think I fixed it [03:27] I thought I installed an ssh server but it's refusing ssh connections... so I need a display. [03:27] I edited /etc/init/plymouth-splash.conf and changed the start on to start off [03:28] cclausen: Hey, what's the first thing that's normally displayed when you boot Ubuntu server? [03:28] I also edited /etc/default/grub and enabled the GRUB_TERMINAL=console and ran update-grub [03:28] d6chung: I now get 3 2 1 0 count down b/c I told grub to do that [03:29] How about when the boot is complete? What's displayed after all that? [03:29] scar: not sure, I want to see the kernel messages at boot myself [03:29] d6chung: I just get a login prompt once it is booted [03:30] In text mode? [03:30] yep [03:30] told kernel to use nosplash nofb nomodeset and that seemed to fix the stupid fbconsole [03:30] I'm not sure who though adding a graphical console to a server OS was a good idea, but someone needs to fix this [03:32] cclausen: Okay, will try that, thanks. [03:33] I'm not even sure where to file that as a bug [03:34] anyone have time to help me troubleshoot some networking? [03:34] storrgie: sure [03:34] ever use kvm? [03:34] oh no, not again... [03:34] someone had crazy problems last night with that [03:34] trying to do what? [03:35] whats the command to get the desktop again sudo aptitude install ubuntu-desktop ?? correct? [03:35] The package libapache2-mod-fastcgi disappeared - what do I need to do to use fcgi? (there is libapache2-mod-fcgid, which I guess is very similar) [03:35] had bridge and 3 other virtual interfaces [03:35] ahhh [03:35] yeah [03:35] dominicdinada: yeah. that should work [03:35] im trying to get a bridge to work [03:35] ok thanks [03:35] dominicdinada: yes [03:35] if you know of an easy route that wont make me die [03:35] then I would love you [03:35] mikelifeguard: does mod-fcgid work for you instead? (I realize its not the same thing) [03:36] I'm not sure yet [03:36] mikelifeguard: I'll warn that I'm having some problems with fcgid in lucid, but I'm not sure if that is an fcgid problem or a php5 problem [03:37] cclausen: did the kvm guy ever get straitened out? [03:37] mikelifeguard: one of the apache config I use for fcgid is at: https://lsecure.admin.illinois.edu/~cclausen/apache/www-acdis [03:37] I'm using perl, actually [03:38] mikelifeguard: php5 wrapper is: https://lsecure.admin.illinois.edu/~cclausen/apache/php5 [03:39] mikelifeguard: Perl wrapper I use just execs. no other config needed [03:39] cclausen: I have some pastebin for you [03:39] in fact, only reason I have a wrapper is for suexec and file ownership [03:39] http://pastebin.com/EtjmqkAE [03:39] storrgie: ok, loking at it [03:39] yeah, I don't need that :) [03:39] not picking up a DNS? [03:39] err [03:40] gateway? [03:40] storrgie: you seem to have only internal connections [03:40] yes... [03:40] are you behind a router? [03:40] yep [03:40] storrgie: what is the router's IP? [03:40] hm, "It is a binary compatibility alternative to Apache module mod_fastcgi." sounds promising [03:40] storrgie: can you ping the router? [03:40] but I still wonder where mod_fastcgi went [03:40] cclausen: yes i can [03:40] 192.168.1.1 [03:40] tomato [03:40] wrt54gl [03:41] mikelifeguard: it works for me. serves a few web sites, although my production system is still running hardy. my test box seems to be freaking out since I upgraded though. keep getting out of memory errors, not sure why yet [03:41] storrgie: pastebin ip route [03:41] storrgie: you running lucid? [03:42] yes lucid [03:43] how do I print out iproute? [03:43] one moment [03:43] rebootingrouter [03:43] might drop [03:43] AHA! mod_fastcgi is in multiverse; fcgid is in universe [03:43] mikelifeguard: I see libapache2-mod-fastcgi in apt-cache search [03:44] mikelifeguard: did you try just installing it? [03:44] I don't have multiverse on that machine, apparently O_o [03:44] mikelifeguard: its in multiverse/web now [03:44] do you have that enabled in sources? [03:44] I will shortly [03:45] cclausen: ok back [03:45] iproute? [03:45] one thing confusing [03:45] on my router [03:46] storrgie: ip route ? or netstat -r [03:46] I see two ip addresses come up for the same mac [03:46] cclausen, GRUB_GFXMODE=1024x768 <-- is that right? [03:46] e.g. print your routing table somehow [03:46] scar: I just ignored that. the GRUB_TERMINAL=console is aboe that [03:46] storrgie: that is possible. that might be how the bridge works [03:47] nope [03:47] mind a PM? [03:47] storrgie: although if they are actually on the same subnet, that will cause problems [03:47] storrgie: I'd prefer to keep things in the channel [03:47] to help others [03:47] just for all my macs [03:47] sent it to you in PM [03:47] cclausen, yes but i want increased resolution [03:48] scar: oh, yeah, try increasing it then [03:48] scar: I tried some of those fixes... I would be careful you can corrupt grub and get a kernal panic [03:48] I couldnt get 1920x1200 to work [03:49] storrgie: I'm not sure that is a standard that can be supported by default. that is fairly high resolution [03:49] cclausen, that's what i've been doing! it won't go into 1024x768 tho.... if i push SHIFT before boot and enter the grub interface, it is in 1024x768 but as soon as i boot the kernel it goes back to whatever... 80 colums x 24 rows [03:49] err [03:49] that was for scar [03:50] storrgie: start basic troubleshooting which interfaces can communicate. do you have firewalls? If so, disable them [03:50] on my 9.10 desktop, setting that GRUB_GFXMODE is all it took to change the console resolution also [03:50] cclausen: no firewalls [03:51] it may be my router but here [03:51] I removed all static routes inside my router [03:51] storrgie: can you login to the router and access stuff? [03:51] yep [03:52] I am sysowner [03:52] i removed the static routes [03:52] and did a /etc/networking/interfaces restart [03:52] can you access the clients from the router? [03:52] now I have this [03:52] http://pastebin.com/NxWAFKFc [03:52] yea the router is tomato firmware (linux) [03:53] still no outbound [03:53] even though I got DHCP IPs [03:53] storrgie: try a traceroute and see where teh traffic stops [03:53] 50 and 51 [03:53] traceroute6? [03:53] that is ipv6 so probably not useful here [03:53] not sure what command you want me to run [03:53] tracepath? [03:53] you don;t have a traceroute command? [03:54] I'm in lucid 10.04 [03:54] i dont have a traceroute command [03:54] wow, I don;t either [03:54] yep [03:54] well, lets find one... [03:54] thats not been standard for a while [03:54] well [03:54] i dont have network... [03:54] so i cant install it [03:55] download the deb to your router [03:55] hey check PM [03:55] and copy it from there [03:55] sent you my 'tracepath' [03:55] storrgie: tracepath might work then [03:55] storrgie: looks like it gets to your router and your router isn't routing it. [03:55] I could specify my IP's manually in the interfaces [03:55] that may work [03:56] I just wanted to do it from the router [03:56] looks like a problem on the router [03:56] i'm talking to you through this router [03:56] from my laptop [03:56] and it wasnt a problem with 9.10 [03:56] run the same commadn from your laptop [03:57] does it work correctly from there? [03:57] hrm no [03:57] weird.... [03:57] but i can get internet and everything [03:57] well, that isn't a valid test method then [03:57] something is blocking ICMP, probably your router [03:57] i dont think I have ever had this issue [03:58] you need to be able to get the "TTL expired in transit" responces back from traceroute [03:58] or, could be your ISP [03:58] makes it very hard to debug without actual info... [03:58] I am using opendns [03:58] 208.67.222.222 [03:58] you know what [03:58] dns would have nothing to do with outbound connections [03:58] hrm [03:59] then how can my laptop get outbound [03:59] its dhcp [03:59] just like my server [03:59] and its also 10.04 [03:59] just like my server [03:59] storrgie: let teh command run longer [03:59] it just has ubuntu-desktop [03:59] maybe just a few hosts are clokcing ICMP [03:59] ok letting it run [03:59] also, IRC is TCP not ICMP traffic [03:59] what is icmp [04:00] !icmp [04:00] hmm... ok, I tried [04:00] I know what it is kind of [04:00] storrgie: http://en.wikipedia.org/wiki/Internet_Control_Message_Protocol [04:00] isnt it the protocol for asking dns record? [04:00] it is an internet protocol [04:00] has nothing to do with DNS [04:00] send another PM [04:01] looks... not good [04:01] Blah I couldnt get my wifi to work ah well [04:01] storrgie: can you access the desktop from your laptop? [04:01] cclausen, only way i have been able to increase resolution is by editing /etc/grub.d/00_header [04:01] both interfaces? 50 and 51 ? [04:01] scar: that seems reasonable if it works [04:02] cclausen: that is affirmative [04:02] both interfaces [04:02] can ssh in [04:02] cclausen, no we aren't supposed to edit that file ;) [04:02] storrgie: and from there back to your laptop? [04:02] scar: says who? [04:02] cclausen: yep i can ping back [04:02] no sshd on laptop [04:02] storrgie: ping is fine, ok [04:02] internal network is fine then [04:02] should i go kill my modem? [04:02] storrgie: your router can access all the boxes too? [04:03] checking [04:03] yes it can [04:03] pings them [04:03] storrgie: do you have a third macine you can test with? [04:03] i have more but i think were dealing with a router issue [04:03] or modem?! [04:03] try putting a third machine on the same IPs as the desktop (with the destop network unlugged) [04:03] multiple people on it right now using the internet [04:04] I;d say to use your laptop, but that might disconnect you from the channel [04:04] storrgie: ah, ok, well, no problem [04:04] what was uncommenting GRUB_TERMINAL=console for? [04:04] storrgie: are teh MACs in the router's allowed list? [04:04] yep [04:04] scar: enables text mode for grub. I wanted text mode to work myself and NOT the framebuffer graphic mode [04:04] all are [04:05] bbl [04:08] storrgie: pastebin output of route command so that we can see the routing table [04:09] so here is where we are at [04:10] pm [04:10] default route appears to go to the router... [04:10] looks good to me [04:10] yep [04:10] works now [04:10] but only 1 interface [04:10] I assume you have NAT enabled on the router and this system isn't blocked or anything? [04:10] what do you mean only one interface works? [04:11] i only brought one up [04:11] commented out eth1 [04:11] While upgrading my server from 9.10 to 10.04, postfix was unable to upgrade by itself, and the entire upgrade process seems to have halted. Is there any way to salvage this? (last bit of upgrade at http://pastebin.org/198862 ) [04:11] ah, ok [04:11] restarted with only eth0 left un-commented [04:11] so now it works [04:11] Or was postfix just the last package that was to be installed? [04:11] tracepath still goes poop [04:12] flatface: if you run apt-get upgrade, are there more packages available? [04:12] flatface: I think the upgrade process bailed on you in the middle... [04:12] not sure what is going on with traceroute..... [04:12] its going forever [04:12] 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [04:12] 2 not fully installed or removed. [04:12] http://pastebin.com/qdZcEXHS [04:12] storrgie: yeah, that happens when people don't send ICMP back [04:12] checking what these two are [04:13] flatface: oh, that is promising. I'd move the edited file out of the way, let the process continue and then trya and re-add your customizations [04:13] Ah, great. Thanks [04:13] storrgie: can you run a tracepath / traceroute from teh router itself? [04:14] lemme see [04:14] just postfix and postfix-pcre are the missing ones [04:14] storrgie: try makcing the 2nd interface NOT dhcp. assign the .3 IP only DO NOT give it a gateway [04:15] ok [04:15] on router [04:15] doing traceroute [04:15] same thing as the laptop [04:15] every hop is *** [04:15] * * * [04:15] storrgie: yeah, ok, your ISP is mean [04:15] 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [04:15] its ATT [04:15] So the upgrade is completely done at this point? [04:16] U-Verse [04:16] :( [04:16] flatface: I think so [04:16] we lost power a while back [04:16] maybe i need to go cycle my modem? [04:16] Great, thanks a bunch. [04:16] flatface: you can try running it again, just to be sure [04:16] I think I'll do that. [04:16] storrgie: no, I don't think so if you are behind it right now [04:16] well hrm [04:16] what is the issue then? [04:16] this seems like a problem [04:17] I resolve websites very fast [04:17] storrgie: did you bring up the 2nd interface as just a static without a gateway? [04:17] i could [04:17] want me to do that now? [04:17] storrgie: yes [04:18] storrgie: also, if the interfaces are going to be on the same network, why do you need two in teh first place? [04:19] i want to set a bridge up on one of them [04:19] storrgie: you don;t need to bridge them. they are on teh same network [04:19] i want to use KVM on one [04:19] as a bridge [04:19] can't you just use eth0 for both the bridge and the host? [04:20] I think you are making it more complicated then it needs to be [04:20] i dunno [04:20] i'm afraid i will ruin things using a single interface [04:21] eth1 wont come up.... [04:21] this is infuriating [04:21] the whole /etc/init.d/networking doesnt do jack [04:22] storrgie: paste your interfaces file again [04:22] one moment [04:27] alright [04:27] so lemme show you my interfaces [04:29] cclausen: pmed you my interfaces on accident [04:29] http://pastebin.com/mXeZpWtz [04:33] so for anyone else with networking issues, interfaces on the same subnet can't all have the same default gateway. things break with routing [04:33] yeah [04:33] just only assign a gateway to a single interface [04:33] like a baus [04:33] and it should work [04:47] storrgie: if you ever want redundant network connections, take a look at this for setting up bonding: http://ubuntuforums.org/showthread.php?t=864657 [04:47] it appears as a single interface and you should be able to bridge to it too [04:48] yeah i have checked out bonding [04:48] I dont really need it I guess [04:48] i wanted to seperate the duties of my interfaces [04:49] I think you can bridge it and not even assign an IP to it if you want to just use it for virtual machines [04:49] yeah kvm though [04:49] its a tricky bitch [04:49] set it to "manual" instead of static and see if that works [04:49] I just click buttons in Hyper-V to setup networking. no problems at all :-) [04:50] cclausen, the GRUB_GFXMODE is most likely ignored if GRUB_TERMINAL=console is used [04:52] cclausen, so we are in text mode now.... and resolutions like 1024x768 don't mean much... we need to find how to increase from 80x24 i bet [04:54] scar: yes, that is exactly what I wanted to happen [04:54] scar: oh, I see. you want a high res text mode [04:56] scar: try booting with vga=796 passed to linux [04:57] cclausen: I just walked in. What's the end goal here? [04:58] twb: scar wants a high resolution console, I think [04:59] said he was using 1920x1200 previously but that doesn't work now in lucid [04:59] I wanted to do the opposite myself and turn off all the graphics modes as they don't work well in my hypervisor [05:00] scar: what class of GPU do you have? [05:00] scar: lspci | grep VGA [05:01] I get 00:08.0 VGA compatible controller: Microsoft Corporation Device 5353 if that means anything... [05:01] cclausen: that means your lspci database is out of date. [05:02] sudo update-lspci, IIRC [05:02] sudo update-pciids [05:03] twb: no, I'm pretty sure it is up to date. that is what I get under Hyper-V [05:04] Downloaded daily snapshot dated 2010-04-29 10:07:33 [05:05] 01:0b.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family [05:05] cclausen: Hyper-V? [05:06] Microsoft Hyper-V [05:06] have people really not heard of that? [05:06] I don't use proprietary software. [05:06] well, I live in the real world [05:06] scar: urk. I do not recognize that manufacturer. I was hoping for "Intel i915", "nvidia" or "ati". [05:07] twb, it's a sun fire server :P [05:07] scar: ah, right. [05:08] tsb; it can support 1024x768... i had gotten that in the graphical mode.. but now with GRUB_TERMINAL=console defined it is back to 80x24 [05:09] You want 1024x768, specifically? That's easier than these new-fangled 6:9 and 9:10 aspect ratios. [05:10] twb, something around 1024x768 would be great for console work [05:10] video=vesafb:1024x768-8, where 8 is the depth [05:11] That corresponds to the historical vga=773, 790, 791, 792 [05:11] i add that to GRUB_CMDLINE_LINUX_DEFAULT= ? [05:11] cclausen: you should probably report that PCI ID to the pciutils people, so they can put it in their database. [05:12] scar: I'm not too familiar with grub2, but I believe it goes in /etc/default/grub somewhere [05:12] scar: yeah, that line should work for grub2 [05:13] so that is preferred over vga=773? [05:14] cuz i can't seem to get vga= option to work [05:14] maybe it was removed? [05:18] scar: are you running Lucid? [05:18] yeah [05:19] That should work. [05:19] Note that grub *itself* will (probably) not be 1024x768, but the kernel should be. [05:20] IMO this is a Good Thing, because the bootloader should be dumb and simple, not messing with video modes. [05:20] fine with me... let's see, rebooting it now [05:20] I was just clarifying in case you seeing grub, and then rebooting in a huff before you got past it :-) [05:21] Oh, also, you will need to run "update-grub" to propagate changes from /etc/default/grub to /boot/grub/grub.conf [05:21] i did update-grub.... still no change though [05:23] scar: anything in dmesg out put about video / framebuffer modes? [05:23] and check the Kernel command line in dmesg output to see that the option actually got passed in [05:24] Perhaps this GPU is not VESA compliant? [05:24] I have Console: colour VGA+ 80x25 [05:24] [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-2.6.32-21-server root=/dev/mapper/pointsource-root ro nosplash video=vesafb:1024x768-32 [05:25] anyone have experence working wire wireless interfaces on server [05:25] scar: let's check some obvious things. Are you connecting a monitor directly to a D-sub socket on the motherboard? You don't have a KVM or anything in the middle? [05:25] cclausen: that should probably be -24, not -32. [05:25] and later on I get fb0: VGA16 VGA frame buffer device [05:25] twb, yeah i have KVM [05:25] Console: switching to colour frame buffer device 80x30 [05:26] cclausen: that means it's ignoring your video= call and playing silly-buggers :-/ [05:26] yeah... [05:26] twb, i am also looking at the console through the ILOM [05:26] I noticed that my lucid images ALWAYS load vga16fb, even when I try to tell them not to. [05:26] scar: the KVM might interfere with autodetection. If you can try with the monitor connected directly, that might help. [05:26] I think nomodeset did something for me on a different system [05:27] Also, I'm *pretty* sure it's video=vesafb, but it *might* be video=vesa. [05:27] cclausen: the VESA driver doesn't support modesetting as at .32 [05:27] twb, shouldn't it do it even if the monitor isn't plugged in and i am looking through the ILOM? [05:27] scar: generally, yes, but I'm paranoid and it's not working [05:28] twb: in my case, I wanted the normal 80x25 text mode [05:29] cclausen: likewise (in qemu) [05:29] anyone have experence working wire wireless interfaces on server [05:29] dominicdinada: no, but my laptop has no GUI, and I use wifi there. [05:29] dominicdinada: what is your real question? [05:30] twb, so you think i should try plugging the monitor directly in? [05:30] twb: I have a laptop wifi card RTL8101E/8102E rev1 and i think I did everything correctly but the dhclient is not finding the network [05:30] scar: that's what I said. [05:31] dominicdinada: does "ip addr" list the interface? [05:31] it defaults to a 32bit netmask when searching [05:31] uh I gotta boot into it seperatly while not on here :( i will check though [05:32] and my network is a 24 bit [05:35] twb, monitor directly plugged in.. no change [05:36] twb: I am still seeing a biref flash of an ubuntu logo at bootup though. any idea how to get rid of that? [05:37] cclausen, i thought it went away with the 'start off' [05:40] twb, it looks as though the virbr0 is trying to set the ip address to 192.168.122.1 the eth0 and wlan1 interfaces are in down mode... only the virbr0 is up ? [05:43] cclausen: I never saw that. [05:43] cclausen: did you install from the server CD? [05:45] ?? [05:45] it looks as though the virbr0 is trying to set the ip address to 192.168.122.1 the eth0 and wlan1 interfaces are in down mode... only the virbr0 is up ? [05:46] dominicdinada: I don't know what virbr0 is; it sounds like something a virtualization subsystem would set up. [05:47] yes it was to run remote desktops [05:47] i am assuming but hmmm [05:47] dominicdinada: is wpa-supplicant installed? Pastebin the contents of /etc/network/interfaces [05:48] i will do so in a bit waiting to get other laptop back [05:48] but when i check it only had auto lo in it :/ [05:53] That sounds like you installed the server from the desktop CD [05:53] no change with -24 ;) [05:53] dominicdinada: did you install from the server CD? Is network-manager installed? [05:54] scar: I'm afraid I can't help more without digging through ubuntu's /usr/share/initramfs-tools spaghetti, which I don't have time to do right now. [05:54] scar: what I've told you definitely SHOULD work if your GPU is VESA compliant and supports 1024x768 resolution [05:55] ok I did it like this .... I got a hd that is going to go in a server but not ready so... I gparted an Ext4 and fat32 system and made it a usb startup disk... used the fat32 to install to the ext4 .... linked the swaps.... [05:55] sooo it was a usb startup live cd ? [05:56] opps this drive is in an external housing for the time being also [05:56] twb, it must support 1024x768, because i got it in that resolution with the graphical grub (but i had to add a line to /etc/grub.d/00_header). it's just with GRUB_TERMINAL=console defined that i can't seem to increase the resolution [05:59] dominicdinada: what ultimately matters is whether you used ubiquity or d-i, and what the d-i preseed values were. [06:00] dominicdinada: assuming you don't want NM (NM is yukky), you'll need to write an /etc/network/interfaces [06:02] ok i did some of it but no luck [06:02] i only wrote in auto wlan1 [06:02] is also ran the wpa_supplicant.conf with the essid and key but it is defaulting to a psk ? [06:04] ok about ready to switch to my other laptop to bring the server back up [06:04] dominicdinada: just "auto wlan1" is not correct. [06:05] ok === dominicdinada2 is now known as dominicdinada [06:07] You shouldn't be running X on a server. [06:07] no this is my ubuntu lucid [06:07] the other was windows 7 [06:07] OK [06:07] trying to get it to boot now [06:09] twb: actually, I installed from a netinst mini iso. manybe that is my problem [06:09] cclausen: re. vga16fb? [06:10] twb: ok i am booted [06:10] twb: yeah, that and the brief 2 second splash screen [06:10] scar: it partially went away, but I think it just flashes quicker now [06:11] cclausen: possibly, but I doubt it [06:11] I'll take a closer look tomorrow when I get back to the office [06:11] (at home now) [06:11] :O [06:12] how can i tell if the gpu is vesa compilant? [06:12] google it ? honestly ? [06:12] must be a compatability list [06:12] scar: any PC from about 1995 onwards will be [06:12] scar: but sun can be weird. [06:12] scar: is this an x86 system? or SPARC? [06:13] From context I was assuming x86 [06:14] where should I begin now :/ [06:14] Hmm, apparently "Sun Fire" is UltraSPARC III [06:14] yeah, that is what I thought [06:14] dominicdinada: first you need to answer my earlier questions [06:14] what ip addr says ? [06:15] dominicdinada: first of all, if NM is installed [06:15] twb, yes x86 [06:15] sun fire x2250 [06:16] Mea culpa, "Sun Fire" *was* UltraSPARC III, but it became "whatever CPU is cheapest this week" [06:17] hehe [06:18] twb: E: unable to locate network-manager so it is not installed [06:18] dominicdinada: http://pastebin.com/6zNEpQma you want something like this [06:19] Cf. interfaces(5) and /usr/share/doc/wpa-supplicant/README.Debian [06:25] twb: typed it all in switching wlan0 for wlan1 my internal nic [06:26] using GRUB_TERMINAL=console is faster, especially for scrolling text, for example? [06:26] dominicdinada: now write an /etc/wpa_supplicant.conf [06:28] twb: right now mine says network=( ^M ssid="HomeNetworks505" ^M #psk="(mykey)" psk="longlonghash" ^m { [06:28] twb: If you have wpa_supplication, then run "wpa_passphrase essid key | sudo tee /etc/wpa_supplicant.conf" [06:29] twb: then "wpa_supplicant -B -i eth1 -D wext" is what i ran before [06:29] dominicdinada: OK, and did that work? [06:29] opps not eth1 i used wlan1 [06:30] no then when i ran sudo dhclient i get these errors [06:30] siocdifflags unknown error 132 [06:31] keeps trying dhcpdiscover on a /32 network.... [06:31] You ran "dhclient wlan1" ? [06:31] no [06:31] ill try that [06:31] In any case, before you do that, you should see what the output from wpa_supplicant is [06:32] It should talk about associating with the SSID [06:32] what command should i use ? [06:32] The one you meantioned before: 15:29 twb: then "wpa_supplicant -B -i eth1 -D wext" is what i ran before [06:32] ok [06:32] Oh, but not -B [06:32] ok [06:33] i want to setup drbd/heartbeat to replicate virtual machines, anyone experienced with that? [06:33] And before that, do "pkill wpa_supplicant; pkill -9 wpa_supplicant" -- otherwise the older one will fight it. [06:34] It just scrolled the wpa supplicant "help file" [06:35] I ran sudo wpa_supplicant -i wlan1 -D wext [06:35] Hm. [06:35] Oh, you need -c/etc/wpa_supplicant.conf, too. [06:36] oh at the end it gives this example " wpa_supplicant -Dwext -iwlan1 -c/etc/wpa_supplicant.conf [06:36] And probably -d [06:36] what i just typed was exactly what it said [06:36] "sudo wpa_supplicant -d -Dwext -iwlan0 -c/etc/wpa_supplicant.conf" [06:36] ...that works for me [06:37] ok [06:37] Error 132 Could not set up interface 'wlan1' UP [06:37] dominicdinada: uh, what gave that error? [06:38] Failed to initialize driver interface failed to add interface wlan1 [06:38] no other errors besides those... [06:39] dominicdinada: uh, what gave that error? [06:39] when i just ran "sudo wpa_supplicant -d -Dwext -iwlan1 -c/etc/wpa_supplicant.conf [06:40] That's saying that wlan1 doesn't exist. [06:40] Does "ip addr" list wlan1? [06:41] yes it does... wlan1 dominicdinada: OK, then I'm confused. Try "ifdown --force wlan1", then confirm there are no wpa_supplicant processes running, then retry with -d [06:42] how do i check if the process' are running with ptree -ps ? [06:44] nope :( [06:48] hmmm [06:48] I would use pgrep, but I'm old-school. [06:49] ok i plugged in my external wireless nic... and it is trying and trying to connect [06:49] but with the errors trying to find WPA-enabled AP [06:49] I use WEP [06:50] If you use WEP you need to tell wpa_supplicant.conf that [06:50] The configuration you showed me was for WPA [06:50] oh I asked the other person and they said it was ok :( lol [06:51] thats why i wondered about the PSK keys [06:51] But don't use WEP for encryption, because it's known to be insecure. [06:51] (cryptographically weak) [06:51] As of right now I dont have a choice [06:51] For WPA, you need to do some extra dancing in wpa_supplicant.conf. The manpage should be clear. [06:51] Let me see if I still have a record... [06:53] Here we go... [06:53] network={ ssid="Hugo76" key_mgmt=NONE wep_key0="thomasandfina" wep_tx_keyidx=0 } [06:54] ok [06:57] STATE: ASSOCIATED -> COMPLETED [06:57] but it didnt drop back to command line should i ctrl c it [06:59] wpa_driver_wext_set_operstate: operstate 0->1 (UP) WEXT: Operstate: Linkmode=-1, operstate=6 [06:59] dominicdinada: no. [06:59] Now that you know it's working, you can use ^C to turn off networking. [06:59] I have tried everything but I keep getting "kernel source for this kernel does not seem to be installed." what the heck does it expect? strace shows it's looking at the debian list of files for the linux-source package. the source package includes a tarball. I have no idea what it expects [06:59] Then, use "ifdown --force wlan1; ifup wlan1" which will restart it normally. [07:00] Theravadan: what is giving you that error? [07:00] twb, pt-get install --reinstall bcmwl-kernel-source bcmwl-modaliases [07:01] ok [07:01] Theravadan: you should probably be using module-assistant or DKMS [07:02] Permission denied :/ used sudo [07:02] twb, hmm i'll research those but this is for a very new mainline kernel, hopefully that works [07:02] typed sudo ifdown --force wlan0; ifup wlan0 [07:03] Theravadan: why aren't you running Ubuntu's kernel? [07:04] dominicdinada: you need a "sudo ifup wlan0" [07:04] ok now i should be able to reboot and auto connect? [07:05] twb, because i need the new one to get suspend working on my intel i5 430 m [07:05] Why would a server need to suspend? [07:05] twb, http://ubuntuforums.org/showthread.php?t=1460681 .. it's for a desktop but no one else is savvy enough to help so i asked here. [07:06] Sorry, I won't help you with a mainline kernel, nor with desktops in a server channel. [07:26] New bug: #574206 in postfix (main) "package postfix 2.7.0-1 failed to install/upgrade: error exit code 75, reason: newaliases: fatal: file /etc/postfix/main.cf: parameter myhostname: bad parameter value: (hostname contains a hyphen)" [Undecided,New] https://launchpad.net/bugs/574206 [09:01] kirkland: thanks for actioning that acpid fix [09:17] Pff. Launchpad is too slow! [09:18] No kidding [09:18] I hate this new-fangled trend of moving everything into the browser [09:19] Yeah [09:20] I thought bughugger would allow me to create bugs without the slowdown of launchpad. [09:20] I prefer to just reproduce bugs under Debian and then report them with reportbug(1) [09:20] But I don't get bughugger to do anything else besides showing bugs per package (which launchpad cannot easily do :)) [09:20] Last time I looked, on Ubuntu, reportbug sent mail to a subscriber-only list [09:21] :) [09:21] PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0 [09:21] And as a DD, I like that I can configure reportbug to perform extra interactions with the end user before letting them send a report [09:22] I was really impressed the other day, when "reportbug opera" automatically talked to opera's BTS instead of Debian's (using opera's is a third-party deb). [09:23] Yeah [09:23] Hmm, my bug allready exists, and the fix is released in march 19'th [09:23] too bad it didn't make it in the release :) [09:59] Hello, I'm looking for a papper or instructions on how to prepare ubuntu deployment using preseed. I already have the pxe server and preseed working on 9.04 and 9.10. Just want something to read about 10.04 and check if there is somenthing that I'm not doing well enough and learn a bit more. Any advice? [10:05] ElMarcDeVeritat: the installation guide has an appendix on preseeding [10:06] apt-get install installation-guide-amd64 [10:10] hmm would you use dovecot or courier for a small mail server? trying to decide between the two [10:14] <_ruben> dovecot [10:15] Hello [10:15] twb: can I download a pdf from somewhere? [10:16] ElMarcDeVeritat: I don't know. [10:16] Can anyone help me debug a network problem? [10:16] in ubuntu? [10:16] server [10:16] !anyone [10:16] A large amount of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? [10:16] !enter [10:16] Please try to keep your questions/responses on one line - don't use the "Enter" key as punctuation! [10:16] Ok thanks. I'm new here sorry [10:16] No problem. [10:17] twb : many thanks, I've found it as a package. (https://launchpad.net/ubuntu/lucid/+source/installation-guide/20081208ubuntu7/+files/installation-guide_20081208ubuntu7.tar.gz) [10:18] How hard is it to set up a machine to control network logins to windows clients? [10:18] dugger5688: define "network logins" [10:19] dugger5688: are you talking about centralized authentication? [10:19] twb: yes [10:19] My problem is ... I have a network interface configured ... 217.156.27.81. Yesterday was working perfectly. Now I cannot access anymore internet. I've put my laptop in the same switch with ip 217.156.27.80 and worked properly on internet. I can connect to 217.156.27.81 directly from my laptop but server cannot go on internet anymore. When I try to ping the gateway it says "Connect: network is unreachable [10:19] dugger5688: what versions of Windows? [10:19] twb: Windows XP clients. [10:20] That's possible, but I don't know all the details [10:20] The key package you want is Samba. Try lurking here and in #samba, and reading the Ubuntu server guide. [10:20] twb: Yeah, I found a few guides. As far as I understand it the most important thing is something that can manage the file permissions. [10:21] twb: Samba is easy, I don't have much OpenLDAP experience though. Thought I'd ask in here and see if anyone got it. [10:22] twb: thanks for the tips though, will go lurk around in Samba. === Jackster1 is now known as htmlboy === swift_ is now known as swift === htmlboy is now known as Jackster1 [11:14] Somone can help me setup my Ubuntu 10.04 mail server? [11:16] New bug: #574343 in ntp (main) "mknod fails for /var/log/ntpstats/sysstats.2010w17" [Undecided,New] https://launchpad.net/bugs/574343 [11:18] :-D [11:19] I suck at mail servers [11:19] =( [11:20] OK, but do you have setup one??? [11:20] I have tryed for 2 years ;( [11:23] Nah I gave up on Postfix and got a Rollernet account. [11:23] For some reason I hate mail servers. [11:23] and DNS servers. [11:23] Necessary evils. [11:24] Can you help me if i give you acces to my ssh? [11:24] Also about emailserver? [11:24] :-D [11:25] Probably if it was something besides mail servers haha [11:26] OK, so do you not want to try help me with the email servers? [11:26] I will use Postfix+ Dovecot [11:27] <_ruben> read the server guide .. it should get you started just fine [11:30] I have done it, but it does not work, i followed this http://help.ubuntu.com/community/Postfix [11:31] <_ruben> tell it to get a job the [11:31] <_ruben> n [11:32] I usually follow the Perfect Server guides. http://www.howtoforge.com/perfect-server-ubuntu-10.04-lucid-lynx-ispconfig-2 [11:32] without the ISPconfig part [11:33] I hvae try it too but it does not work ;( [11:34] And i want to use Dovecot instead of Courier [11:35] But do you want to help me? I can give you access to SSH and webmin login [11:36] New bug: #574352 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/574352 === zorzar_ is now known as zorzar [11:46] New bug: #574358 in dhcp3 (main) "package dhcp3-server 3.1.2-1ubuntu7.1 failed to install/upgrade: el subproceso script pre-removal instalado devolvió el código de salida de error 100" [Undecided,New] https://launchpad.net/bugs/574358 [11:48] morning how do I go about disabling the combination key control-alt-delete in lucid server, apparently the location has been changed and I have no clue where? [11:49] Pirate_Hunter: I think it's upstart'ed now, /etc/init/control-alt-delete.conf [11:50] TeTeT, ok I guess that makes it easier to remove, no need to edit the file no more [11:51] TeTeT is right. upstart emits control-alt-delete when that key combo is pressed. /etc/init/control-alt-delete.conf triggers on this event and acts accordingly. === oubiwann is now known as oubiwann_ [11:52] TeTeT, thanks got it sorted ignore what I said earlier was thinking of ...init.d/ :s [11:57] New bug: #574366 in eucalyptus (main) "private ip address assigned twice" [Undecided,New] https://launchpad.net/bugs/574366 [11:57] New bug: #574367 in mysql-dfsg-5.1 (main) "package libmysqlclient16 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/libmysqlclient.so.16.0.0', which is also in package mysql-cluster-client-5.1 0:7.0.9-1ubuntu7" [Undecided,New] https://launchpad.net/bugs/574367 [12:32] Hi, I want to virtually host my domain on Tomcat6. For that I have configured my private DNS using bind9. I am using Ubuntu 9.10 Karmic. Can some one please help by providing necessary information like which file to edit (e.g. server.xml), necessary links, books names etc. [12:34] In all, first I want to access first page ( It works !) using firefox web browser by typing URL of my domain name. [12:34] server [12:35] Mkools: https://help.ubuntu.com/9.10/serverguide/C/tomcat.html [12:41] Some here know how to setup a working emailserver with Postfix and Dovecot in Ubuntu 10,04 Lucid Lynx? === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk [12:43] Is it worth uncommenting net.ipv4.tcp_syncookies=1 from /etc/sysctl.cong? I am wondering because the file states that those were found in previous version of netbased, so are they not needed no more? [12:43] :-D [12:45] huh? === dendro-afk is now known as dendrobates [12:46] I only asked about who could help me with setup a email server ;) [12:48] Can somone hel me???????????? [12:49] halvors: Have you seen this? https://help.ubuntu.com/9.10/serverguide/C/postfix.html [12:53] morning [12:53] Pici, can you answer that not sure if its worth using them if they are depreciated [12:55] I hav etryd it , but i t does not work? [12:55] I need someone who can login and fix it for me ;) [12:55] pmatulis: Where can I find conf/ directory. [12:56] You will get the SSH and Webmin Password [12:56] Someone can help me? [12:56] Pirate_Hunter: I don't know, sorry. [12:56] halvors: Thats not a service that we provide here. [12:57] Please :-D I have tryed for 3 years :'( [12:57] halvors that is also more work than required, also there are many tuts online for the previous lts that you can use as a base [12:58] Pici, no worries, will review it again and decide than [12:59] Mkools: look under /etc/tomcat6 [13:00] Mkools: 'dpkg -L tomcat6' to show files installed by the tomcat6 package [13:02] But i have dont find som good ;( When vwill the 10.04 server guide be posted? [13:02] And how can i show system logs in webmin? [13:03] Do you know about some good wehb based admin panels? [13:03] pmatulis: There is no directory /conf in /etc/tomcat6 but there is one like /var/lib/tomcat6/conf is it the one. [13:03] :) [13:03] Mkools: could be, not sure [13:04] pmatulis: But why there is no conf file under /etc/tomcat6 [13:04] Does I have not installed it properly. [13:04] What is tomcat? [13:05] Or not set the java path. [13:06] Mkools: i'm sure it's installed ok. you now need to learn how to use it. [13:07] pmatulis: Yeah sure, Just asking as a precaution. [13:12] pmatulis: Does virtual hosting means virtual host creation? [13:15] is there any tuts on pam_cracklib just checking it on lucid and it has changed a lot, wondering if anything has been released on it === oubiwann_ is now known as oubiwann [13:18] or anyone has attempted altering the file common-password under lucid? [13:21] New bug: #574416 in mysql-dfsg-5.1 (main) "package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Low,Incomplete] https://launchpad.net/bugs/574416 [13:50] I have a server with ip 217.156.27.81. The problem I encountered is that I can access the server from 217.156.27.80 which is in the same switch but I cannot access from 217.156.27.2 for example which is in other switch. [13:51] the two switches are linked in cascade. [13:51] alien1: proper netmask and/or default gateway settings? [13:52] alien1: ruled out faulty setting in the switches? [13:54] the mask is proper and gateway [13:54] I cannot access gateway from the server because of a switch problem I think ... [14:14] I got this in my email log: [14:14] May 3 14:17:38 ss1 postfix/postalias[11709]: warning: /etc/aliases, line 58: need name:value pair May 3 14:22:53 ss1 postfix/smtpd[11990]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled May 3 14:23:53 ss1 postfix/postmap[12329]: warning: /etc/aliases, line 2: record is in "key: value" format; is this an alias file? May 3 14:37:36 ss1 postfix/postqueue[13588]: warning: Mail system is down -- accessing queue d [14:14] What should i do????? [14:15] set your NIS domain [14:15] How set NIS domain and what is it? [14:16] Should it be done in the Postfix mancf or? [14:16] sry main.cf [14:16] halvors: check your /etc/aliases file [14:16] there is most probably an error on line 2 ;) [14:17] OK, but what is NIS domain? [14:17] halvors: that's only needed if you are using NIS [14:17] But What is it? [14:17] halvors: http://en.wikipedia.org/wiki/Network_Information_Service [14:17] Anbd whay i get the error about NIS [14:17] Here is my log file: [14:18] # See man 5 aliases for format [14:18] postmaster: root [14:18] skymia.net@skymia.net skymia.net [14:18] skymia.net skymia.net [14:18] abuse@skymia.net skymia.net@skymia.net [14:18] that's a warning and no error [14:18] and that's obviously a wrong syntax for your aliases file... [14:18] and he excess flooded [14:19] Is the error this: postmaster: root ? [14:19] !paste | halvors [14:19] halvors: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [14:20] Sorry here is my paste: http://paste.ubuntu.com/427004/ [14:20] halvors: read http://www.postfix.org/aliases.5.html [14:21] halvors: and then use postalias (or newaliases) instead of postmap with this file [14:21] The aliases file is generated by Virtualmin. [14:21] Is the error this: postmaster: root ? [14:21] Online 2 [14:22] sry on line [14:22] 2 [14:22] yes [14:22] will try now ;) [14:22] but what about dovecot killed by signal 15? [14:22] either you want a real alias file, then this is the only correct entry (and it's included wrong in your main.cf), or you want a virtual(5) file, then line 2 is the only wrong line [14:23] ok [14:25] hggdh: heh...help.. [14:25] Now i only get this errors: [14:25] http://paste.ubuntu.com/427006/ [14:27] halvors: make sure /etc/ssl/private/smtpd.key is accessible for postfix [14:27] ok [14:27] and make sure it actually contains a X.509 private key [14:28] but i think it are somerrors here: https://help.ubuntu.com/9.10/serverguide/C/certificates-and-security.html#creating-a-self-signed-certificate [14:28] 'ifollowed this [14:28] but got som errors in my log file [14:30] $ ls -ld /etc/ssl/private [14:30] drwx--x--- 2 root ssl-cert 4096 Apr 10 07:09 /etc/ssl/private [14:30] so you should add your postfix user to the group ssl-cert [14:32] my smtpd.key fil does not kontain anyting :S [14:33] What does this command $ ls -ld /etc/ssl/private ? [14:35] And i checked ostfix is member of group ssl-cets [14:35] sry ssl-cert [14:35] So... [14:35] This command does not work: [14:35] openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt [14:36] will i need to cd to /etc/ssl first? [14:36] zul: waiting for bughugger to return me a list... but I am on it also [14:36] hggdh: sweet [14:38] :-D??? [14:40] halvors: with the openssl command you posted, you'll get 3 files in your current working dir: server.{csr,key,crt} [14:41] actually server.key and server.csr already have to exist [14:42] but i get the error: server.csr: No such file or directory [14:42] unable to write 'random state' [14:42] So what sould i do? [14:43] halvors: you should first generate a csr and a private key before you try to generate a certificate out of both ;) [14:43] helo [14:43] ts [14:48] Yes, now i understand, should i do the things at the bottom of this guide? [14:48] https://help.ubuntu.com/9.10/serverguide/C/certificates-and-security.html#creating-a-self-signed-certificate [14:49] ??:-D [14:51] New bug: #574474 in openldap (main) "Dist-Upgrade Karmic->Lucid: Upgrading slapd fails with "chown: invalid argument: `'"" [Undecided,New] https://launchpad.net/bugs/574474 [14:53] ?? [14:53] Now... [14:56] hi, I've installed UEC following the guide in the page. The first time I could run an ubuntu image and login it via ssh. But now I cant, I've this error ssh -i mykey.priv ubuntu@192.168.2.140 [14:56] Warning: Identity file mykey.priv not accessible: No such file or directory. [14:56] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ [14:56] @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ [14:56] @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ [14:56] IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! [14:56] Someone could be eavesdropping on you right now (man-in-the-middle attack)! [14:56] It is also possible that the RSA host key has just been changed. [14:56] !paste | federico [14:56] federico: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [14:57] halvors: you don't need a CA [14:58] hggdh: do you want to take eveyone before 572105 [14:58] halvors: and please: don't just copy&paste the commands from the guide but *read* the guide [14:58] sorry [14:58] federico: If the UEC instance is different, then the host keys will not match. [14:58] so, what Can I do? [14:59] ok, i will drop the CA [14:59] here is my error http://paste.ubuntu.com/427019/ [15:00] I have now tested send mail from server work but i can not get email [15:00] ;( [15:00] :'( [15:01] hi, I've installed UEC following the guide in the page. The first time I could run an ubuntu image and login it via ssh. But now I cant, I've this error http://paste.ubuntu.com/427019/ [15:01] federico: Either disable strict host key checking for this instance, or not save the public key, or delete it after use. This will do both: ssh -o UserKnownHostFile=/dev/null -o StrictHostKeyChecking=no user@host [15:01] I'll try [15:02] Some ideas about dovecot?? I cant get email :'( [15:02] another error: command-line: line 0: Bad configuration option: UserKnownHostFile [15:03] another error: command-line: line 0: Bad configuration option: UserKnownHostFile [15:03] New bug: #437512 in apache (universe) "mod-ssl should support OCSP Stapling" [Wishlist,Confirmed] https://launchpad.net/bugs/437512 [15:04] federico: Sorry, its UserKnownHostsFile [15:04] Can someone help me with my email problem? [15:05] I am a noob and i need help:-D [15:05] now I have this problem: Permission denied (publickey). [15:06] federico: Well, are you using the -i mykey.priv thay you were using before as well? [15:06] mmm, I think I did the comand to get that key again [15:07] how can I delete all and get again the keys? [15:08] AAA [15:08] it works [15:08] yeaaa [15:09] thank you very much Pici [15:09] federico: you're welcome [15:09] soren: has execscript replaced firstboot in vmbuilder on Lucid? [15:10] what logs might be kept for me to see if someone is doing a brute force attack on my server? [15:10] TeTeT: No. [15:10] TeTeT: execscript is a script that runs during build. [15:11] zul: I am going from oldest to newset [15:11] newest [15:11] cool [15:11] soren: so firstboot is gone for good? [15:12] kirkland: can you signoff on the UEC testing blueprint? [15:12] TeTeT: No, it's just... [15:12] Um.. [15:12] hggdh: sure [15:12] Somone can help me? [15:12] TeTeT: I'm going to do an SRU for VMBUilder to fix a bunch of stuff. firstboot is one of them. [15:12] TeTeT: I meant to fix it before release, but then my whole family was sick for two weeks. [15:13] soren: sorry to read, hope you are all up and running again! [15:13] hggdh: done [15:14] kirkland: there is a bunch of new eucalyptus bugs can you have a look at them [15:14] zul: sure [15:17] I have a problem. I have installed ubuntu 10.04 on my server, and it boots fine, but it seems not to get the network. ifconfig says I've got an ip and everything but every request gives "Temporary failure resolving" [15:17] soren: did you have time to look at that qemu-only issue? [15:19] soren: ah, i've just noticed your reply to TeTeT :) [15:20] soren: all the best to you and your family [15:20] is there something I can do to test the network in other ways? [15:21] astroboy: Is there anything in /etc/resolv.conf? [15:22] lil_cain: yeah I have the dns servers. I also tried with google dns just to be sure and it doesn't work [15:23] can you ping 8.8.8.8? [15:24] New bug: #569865 in php5 (main) "gallery2 installation fails" [High,Confirmed] https://launchpad.net/bugs/569865 [15:25] lil_cain: "Destination host unreachable" [15:25] do you have a route for it? [15:25] (is there a default route set in the output of netstat -rn?) [15:26] lil_cain: what should I run to guess :P [15:27] netstat -rn [15:27] should print your routing table [15:27] you should have a route for 0.0.0.0 [15:27] it just gives a list of possible commands [15:28] I need help with my Ubuntu 10.04 email server, here is my log file: http://paste.ubuntu.com/427048/ [15:28] You're typing 'netstat -rn' and you're getting a list of commands? [15:28] no [15:29] astroboy: try 'route' with no arguments [15:29] lil_cain: ok [15:29] what does it have for 0.0.0.0? [15:30] ?? [15:30] ?? [15:30] ? [15:30] ? [15:30] halvors: sorry, no idea about postfix. I'm an exim person. [15:30] And exim? [15:30] it is easyer than postfix? [15:30] depends. It's not the ubuntu default however. [15:30] lil_cain: this is the result: http://i43.tinypic.com/23m4xlg.png [15:31] (sorry but I can't copy/paste because I am controlling the server through a java applet...) [15:31] Hey folks [15:31] Who usually cares for php5 in Ubuntu> [15:31] s/>/? [15:31] ok, can you ping 87.98.219.254? [15:31] But some other can help me? [15:32] lil_cain: just a second, the applet is freaking out... [15:33] Hi, I've installed UEC and I've running an image, but I can only ping it from the pc which I start it. how Can I do to ping from any pc on the subnet? [15:35] zul: Heya [15:35] lool: hi [15:35] zul: I see you triaged some php5 bugs, who is usually testing/updating php5 in the server team? [15:35] hi, I'm trying to install mysql-server on lucid and the process hangs, anyone else had the same issues? [15:36] lool: that would be me...you are going to ask about the gallery one right? [15:36] stas: I installed it earlier today in a vm, and it worked flawlessly [15:36] zul: Yup [15:36] zul: I've identified what I think is a fix, albeit I didn't confirm it [15:36] lool: the fix is in my one of my ppa [15:36] zul: But the analysis of the bug points at the fix as a likely, well, fix [15:36] lool: did you use a password for root? [15:36] zul: Ah do you had picked it up already? [15:36] stas: No [15:36] lool: yep [15:36] But that's not recommended :-) [15:37] lool: i don't care it just doesn't install [15:37] lool: yeah im just have to do the sru [15:38] stas: you could run the install with debug [15:38] lil_cain: I can't ping 87.98.219.139 [15:38] astroboy: There's your problem. Is that the correct gateway? Or is it firewalled in some way? [15:38] stas: sudo DEBCONF_DEBUG=developer apt-get install mysql-server [15:39] ivoks: let me try, anyway it hangs on `service mysql start|stop` [15:39] zul: Ok; do you think you would be able to test a gallery2 install for the SRU stuff? [15:39] lool: thats the plan [15:39] lil_cain: yeah it should be the gateway [15:39] wow the default sshd setting for "AllowRootLogin" is "yes"? [15:39] zul: Ok thanks; I didn't see myself going through the process another time, it's great that you're taking it care of it all [15:39] zul: cheers! [15:39] Italian_Plumber: yes! [15:40] lool: no problem [15:40] Italian_Plumber: that is a feature, not a bug [15:40] lil_cain: I have always configured network/interfaces with that gateway (following the instructions of my host) and it worked [15:40] Italian_Plumber: and isn't it called PermitRootLogin ? [15:40] using debian [15:40] cclausen: It's a lot of things. A feature is not one of them. [15:40] i had a hard time keeping it 'yes' on one of last UDS [15:40] :) [15:41] astroboy: What is the ip address/netmask of the box? [15:43] the ip address is 87.98.219.139 [15:43] well it just seems like the default should be a little more secure. I supposed this has probably been discussed ad nauseum before. [15:43] supposed = suppose [15:44] lil_cain: and the netmask is 255.255.255.0 [15:45] ivoks: http://dpaste.com/190351/ it hangs on frontend [15:45] astroboy: There's your problem. [15:45] your default gateway and IP address cannot be the smae. [15:45] lil_cain: ? [15:45] *same [15:46] no my gateway ends in 254 [15:46] my ip address in 139 [15:47] sorry, my bad, misread that. If you can't ping your own interface, there's something badly wrong. Can you ping localhost? [15:47] hello. is documentation for 10.04 anywhere yet? help.ubuntu.com doesn't have docs for 10.04... more specifically i would like to see how virtualization tools have been advanced since hardy, if 10.04 would be 'good enough' as VPS host instead of RHEL [15:48] lil_cain:just a sec, I don't know why at some point the applet loses my keyboard and I have to reboot.... [15:50] Hi, I've installed UEC and I've running an image, but I can only ping it from the pc which I start it. how Can I do to ping from any pc on the subnet? [15:53] lil_cain: I can ping localhost [15:55] anyone know when the server documentation is coming? [15:58] daimoni: what do you mean? [15:59] https://help.ubuntu.com/ <- i mean it's not available here [15:59] daimoni: should be up this week, probably the next day or so [15:59] I wait for it to i need to setup my email server ;) [15:59] ok [15:59] lil_cain: no ideas? I am really getting desperate lol [15:59] daimoni: the html files are avialable in the ubuntu-serverguide package [16:00] halvors: don't think much has changed for mail servers since 9.10 [16:00] astroboy: Not really. Can you get a screenshot of the output of ifconfig, and sudo iptables -L? [16:01] sure [16:02] sommer: haven't installed it yet - just in process to decide wether to use 10.04 or rhel as a VPS host :-) [16:02] lil_cain: this is ifconfig [16:02] lil_cain: http://i40.tinypic.com/14dploh.png [16:03] and apparently I don't have iptables installed :P [16:03] daimoni: not sure there's much in the serverguide that would help you with that decision... I'd doing testing on both and decide after some comparison [16:04] daimoni: that being said I would definitely use Ubuntu :-) [16:04] astroboy: no idea then, sorry. [16:04] daimoni: works well for me [16:04] sommer: well, i'm just investigating how to manage KVM etc, previously used rhel boxes with openvz [16:05] and since 10.04 is a recent release, it would be quite long-living as a host os [16:05] lil_cain: where should I look for answers :P? [16:06] I use libvirt which gives you virsh cli tool and from remote hosts I sometimes use virt-manager and virt-viewer [16:06] I only have around 10 VMs though [16:07] jeos builder scripts look easy at least [16:07] daimoni: yes, vmbuilder can get you a slim server vm in under 4 minutes [16:07] ya I use vmbuilder and virt-install to create the images then once they're on the network good old ssh takes over [16:08] TeTeT: Yeah, everyone is fine now. It was just really bad timing. :( [16:09] hm.. documentation doesn't seem to quite explain how to manage cpu resources with kvm though [16:09] (reading 9.10 docs) [16:10] daimoni: don't think there is cpu throttling in kvm yet [16:10] seems to be so... but if i understood this right, nice and other usual fellows will work with kvm as it doesn't use any custom kernel?-) [16:10] for setting up priorities etc [16:11] daimoni, try #kvm [16:21] daimoni: Yeah, anything you can use to throttle a regular user process, you can use to throttle kvm. [16:21] daimoni: cgroups, nice... Whatever. [16:22] yup, that's nice === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [16:29] Hi, I've installed UEC and I've running an image, but I can only ping it from the pc which I start it. how Can I do to ping from any pc on the subnet? [16:30] federico, nothing should limit reaching it to the system which started it. [16:31] no, from I started no [16:31] from other machine [16:31] if its public IP address is reachable, then it should be reachable from anywhere. unless you've set up some other vpn or something to that network. [16:32] basically, nothing special is done with public ips [16:32] the ip adress is 192.168.2.140 [16:32] I dont set up nothing else [16:32] what can i do? [16:33] i'm sorry, but i dont have any ideas. there is nothing speical done to the networking that would allow "the pc which i start it" to reach the instance. [16:33] it just relies on "regular" networking, which "should" serve any other systems also [16:33] wait [16:33] the pc that starts it can ping/ssh [16:34] but only that one [16:34] I wanna connect it from another pc in the LAN [16:36] federico, right. [16:36] what i'm saying is that nothing special was done to make "the pc that starts it" able to reach it. [16:37] well, via ping at least. via ssh, you will need access to the private key that the system was launched with from the second system. [16:38] I dont understand what I have to do [16:39] for "ping", you shouldnt have to do anything. [16:39] but doesnt work [16:39] for ssh, you have to get the private key (that you created with euca-add-keypair) to the other pc, and then tell ssh to use it there. [16:39] but ping doesnt work [16:39] if ping is broken, federico, i'm sorry i don't really have any solutions. [16:39] u.u [16:39] thank anyway [16:40] frederico, tell-me the ip from host and ip from guest ! [16:40] its a general networking problem i would think, not much related to the eucalyptus. [16:41] I have my NC on 192.168.2.103, CC 192.168.2.100, and I want to access from the 192.168.2.104 [16:41] the ping only works from the 192.168.2.103 [16:41] I started the image from there [16:42] New bug: #574547 in mysql-dfsg-5.1 (main) "Installation of system tables failed" [Undecided,New] https://launchpad.net/bugs/574547 [16:42] any idea? [16:43] federico, the vm get the ip from where? and who is acting as gw for the vm ? [16:43] from the router? [16:43] lool: SRU filed [16:43] I don't know well [16:44] federico: could you check this ? [16:44] what? [16:44] how do I check [16:44] ? [16:44] the gw of vm ! [16:45] gw?, whats that? [16:45] gateway [16:45] ahh [16:45] type route in vm console ! [16:46] Kernel IP routing table [16:46] Destination Gateway Genmask Flags Metric Ref Use Iface [16:46] 172.19.1.0 * 255.255.255.224 U 0 0 0 eth0 [16:46] default 172.19.1.1 0.0.0.0 UG 100 0 0 eth0 [16:46] 8) [16:46] is not configured ? [16:46] now do the same in machine 192.168.2.104 [16:47] Tabla de rutas IP del núcleo [16:47] Destino Pasarela Genmask Indic Métric Ref Uso Interfaz [16:47] 172.19.1.0 * 255.255.255.224 U 0 0 0 eth0 [16:47] 192.168.2.0 * 255.255.255.0 U 0 0 0 eth0 [16:47] default 192.168.2.1 0.0.0.0 UG 100 0 0 eth0 [16:48] how can I fix it? [16:48] federico, rebuild in VM the file /etc/network/interfaces to looks like the one in machine 182.168.2.104! [16:48] ok, Iwill do that [16:48] thank you very much [16:48] federico, thats a hack to do that. [16:49] the guest instances boot and get IP information via dhcp === mathiaz_ is now known as mathiaz [16:50] so?, it's ok if I change the /etc/network/interfaces in the image? [16:51] you could try! [16:51] ok [16:51] thanks I'm going to lunch right now [16:51] thanks again [16:51] ok! [16:56] zul: Cool thanks [17:01] New bug: #574557 in mysql-dfsg-5.1 (main) "package mysql-server-5.1 5.1.41-3ubuntu12 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal. Reinstall goes so far then freezes." [Undecided,New] https://launchpad.net/bugs/574557 [17:06] nasty [17:09] failover: are you sure that I have to change /etc/network/interfaces in the VM? and not in the pc from I want to access it? [17:10] yeap, im sure ! [17:10] yout VM is getting the network by nat or bridge ? [17:11] bridge I suppose [17:11] ok, how can I set up that confguration? [17:12] i don't now how this work in UEC, sorry... [17:12] ok [17:13] but try my suggestion, write the interfaces file to looks like the one in .104 machine... [17:14] ok [17:14] just change the ips and set the correct interface! [17:14] keep the same gw, mask, dns etc. [17:16] wait, when I enter to the /etc/network/interfaces there is nothing like that [17:16] in .104 or in VM ? [17:17] in both [17:17] where I can change the route? [17:17] route [17:17] type ifconfig in CC, did you see this ip: 172.19.1.1 ? [17:18] yes [17:18] eth0:priv Link encap:Ethernet direcciónHW 00:24:8c:8c:39:e6 [17:18] Direc. inet:172.19.1.1 Difus.:172.19.1.31 Másc:255.255.255.224 [17:18] ACTIVO DIFUSIÓN FUNCIONANDO MULTICAST MTU:1500 Métrica:1 [17:18] Interrupción:16 [17:18] ok, i believe you are using nat [17:19] you could try just change the route, but i don't think this will work ! [17:21] where is that file? [17:22] try this: route add default gw 192.168.2.1 [17:23] mathiaz: Hi there! [17:23] type route and past the result ! [17:23] * SpamapS is Clint [17:23] SpamapS: hi! [17:24] SpamapS: that's an interesting nickname! [17:24] ubuntu@172:~$ sudo route add default gw 192.168.2.1 [17:24] SIOCADDRT: No such process [17:24] * failover is Eastwood ! [17:24] mathiaz: yes, something left over from high school that I really should change. :) [17:24] SpamapS: I thought it was related to email spam at first [17:25] failover: it doesn't work [17:25] :s [17:25] no, email spam is from the dark side of the family.. I'm closer to the cheap lunchmeat. ;) [17:26] mathiaz: looking forward to meeting everybody next week. :) [17:27] u.u [17:27] :( [17:27] SpamapS: me too! - it's gonna be an exciting week [17:27] failover are you there? [17:28] yeap [17:28] thanks anyway [17:28] try to del de default route first [17:28] I'm a noob, how Can I do that? [17:29] sudo route del default gw 172.19.1.1 && sudo route add default gw 192.168.2.1 [17:29] * VirtualDisaster thinks someone should read help.ubuntu.com [17:30] SpamapS: I can give you some tasters of what we'll talk about next week [17:31] hi all... after upgrading from karmic to lucid, autofs no longer reads maps from ldap... i get about 6 errors in my syslog every time i restart autofs. i'm currently installing from scratch to see if that makes any difference... i've checked the release notes for 10.04, and also looked for (but didn't find) a server guide for 10.04, and googled for a solution also... it seems like maybe the ldap syntax has changed in the upgrade f [17:31] rom autofs4 to autofs5, or the schema maybe? [17:31] SpamapS: I'm doing some research for some of the blueprints we'll be discussing and I wouldn't mind a bit of help for some of them :) [17:32] no [17:32] thanks [17:32] failover [17:32] dosen't work ? [17:33] the image is not respondig [17:33] hum!! [17:33] mathiaz: I was just looking through the list actually. Monitoring/Graphing integration is very near and dear to my heart [17:33] SpamapS: great - that's one of my idea :) [17:34] SpamapS: I've got some ideas about it and how to integrate that in the cloud [17:34] federico: this mean that the change happen ! [17:34] SpamapS: we'll discuss that next week :) [17:34] the vm dosen't reply a ping ? [17:35] mm, but I've finished it and now I cant login :s [17:36] mathiaz: indeed. [17:36] no [17:36] it doestn [17:37] thanks [17:37] has anyone else had experience with autofs/ldap when upgrading to lucid? [17:37] :s [17:41] New bug: #574602 in nmap (main) "package nmap 5.00-3 failed to install/upgrade: " [Undecided,New] https://launchpad.net/bugs/574602 [17:51] SpamapS: one thing I'd like to investigate in the monitoring discussion is which open source monitoring framework are available today [17:51] SpamapS: ie: have an overview of the monitoring frameworks out-there and which one would be best suited for cloud computing [17:53] mathiaz: munin and nagios are already in main ;) [17:54] re. bug 434799 why was /etc/defaults/ssh support dropped from upstart? [17:54] Launchpad bug 434799 in openssh "X11 forwarding via SSH does not work after upgrade to karmic" [Low,Confirmed] https://launchpad.net/bugs/434799 [17:54] zul: right - it doesn't we should review other packages on a regular basis [17:55] zul: right - it doesn't *mean* we should not review other packages on a regular basis [17:55] mathiaz: of course not [18:01] Those do happen to be my two favorites though. ;) [18:02] On a much bigger scale, I'd like to see some revisiting of RRD. It seems so rigid.. seems nearly impossible to migrate between graphing systems. [18:02] Hm. What does it mean when my installer in a KVM, after I approve the disk partitioning, just gives me a blue screen with no dialogue boxes and the kernel says "info: task parted_server:7314 blocked for more than 120 seconds"? Also, I got "buffer IO error on device vda". [18:03] (This is a 10.04 64-bit server install.) [18:03] any major issues going from 8.04LTS to 10.04LTS? [18:03] hggdh: I've seen it claimed that /etc/default/ shouldn't be used and that options should be added to /etc/init/ conf files directly. [18:03] hggdh: I don't agree with this, but it's what I've seen claimed. [18:04] cjs: what are you installing? [18:04] Ubuntu 10.04 server (64-bit). [18:04] hggdh: cjwatson is the person who does primary maintenance of our openssh package, so you may wish to ask him. [18:05] Theravadan: That is a great question, I had considered testing that today. What would be your method of doing that upgrade? [18:05] i like my windows users to connect to our network.. what is a good vpn tool that would make it simple? i am guessing as far as the server openvpn is the way to go? [18:05] Theravadan: I would think maybe copy the sources.list, and run "apt-get dist-upgrade" [18:05] cjs: what other load does the host have? [18:05] Hm. The sector is of the error is very close to the end of the disk. (I don't know how close exactly.) [18:05] pmatulis: Pretty much nothing. There's another kvm running, more or less idle, and the host itself is pretty much idle. [18:06] Hypnoz|Theravadan: no! please use do-release-upgrade for upgrading server installs. [18:06] cjs: any LVM stuff? [18:06] The disk device the kvm is using is an LVM partition that is then encrypted. [18:06] sbeattie: can I have do-release-upgrade do the whole upgrade without prompting me? [18:06] (The other kvm is using exactly the same thing, except the partition is 50 GB instead of 1.7 TB.) [18:06] sbeattie: I would be upgrading a lot of servers at once [18:07] cjs: can you try a smaller partition? to test [18:07] Theravadan: if you are running PHP, a lot of things do not work with PHP 5.3 yet, otherwise I upgraded from 8.04 on several systems without other problems (so far) [18:07] pmatulis: I have done this with a 50 GB partition, which worked fine. How much smaller should my new partition be? [18:07] Hypnoz: I *think* do-release-upgrade --frontend=noninteractive is what you want. [18:07] sbeattie: thanks [18:08] sbeattie: that might just press enter to all the defaults during prompts? [18:08] cjs: depends how much you want to test and help out [18:08] Well, I've got some spare time. What's the overall plan to test this? [18:08] sbeattie: also, do we have to download and install do-release-upgrade from a website? I don't see it in apt [18:09] Hypnoz: do-release-upgrade is part of the update-manager-core package, it should already be present. [18:10] cclausen, thx, i dont use PHP so I feel better [18:10] cjs: if it's a size issue then increasing to 500 GB could be a next test. then go to 1 TB. come back down if you hit the snag. we're looking for some magic size where it might consistently barf [18:11] What could i do about this: http://paste.ubuntu.com/427126/ [18:11] sbeattie: ah you're right. I can't "man" it [18:11] pmatulis: Ok. [18:12] cjs: maybe also stay with 1.7 TB but w/o LVM. to see if LVM is always involved [18:12] I can't go without LVM; that 1.7 TB is carved out of an LVM partition. [18:12] * pmatulis nods [18:12] But wait: are you talking LVM on the host or on the KVM machine? [18:12] Hypnoz: presumably because the manpage is provided by the update-manager package, which isn't installed on servers. :-( [18:13] cjs: on the guest [18:15] sbeattie: do you think do-release-upgrade is the same as "update-manager --dist-upgrade" ? [18:16] pmatulis: Oh, I wasn't using LVM on the guest. [18:16] Though, hmmm, let me give it a quick try and see what happens. [18:21] Well, LVM on the guest has the same problem, except that the error is much earlier on the disk: about 215 MB in from the start. [18:23] My Postfix does not work i have 5950 customers in the que =-O Here is my log: http://paste.ubuntu.com/427126/ [18:23] how does ubuntu server handle say postgres upgrades? Does it do an auto dump/restore or does it simply just no upgrade from say 8.3 to 8.4 unless you tell it to do so [18:24] halvors: what did you do? [18:24] Hypnoz: do-release-upgrade is the cli equivalent of update-manager --dist-upgrade, yes. [18:25] halvors: run newaliases [18:27] Theravadan: it leaves both postgresql 8.3 and 8.4 installed, and tells you to uninstall the 8.3 packages after you've converted your databases, IIRC> [18:27] is the run newaliases in terminal [18:29] Is there a way that we can check clashing of ports between tomcat and other servers like dhcp and dns. [18:29] I have some problems with TLS: http://paste.ubuntu.com/427140/ [18:29] On postfix [18:29] halvors: you have 5000+ clients in postfix and you don't know what newaliases are? [18:30] halvors: postfix is chrooted, it can not read files outside of /var/spool/postfix [18:30] ivoks: I think he means he has ~6000 queued emails [18:30] oh [18:30] halvors: restart postfix [18:31] if /etc/ssl/private/smtpd.key exists [18:31] exists [18:33] sbeattie, thx [18:41] I could edit the master.cf and edit postfix to not make chroot? [18:41] don't do that [18:41] just restart postfix [18:44] smoser: [18:44] smoser: ping [18:44] pmatulis: Sorry about taking so long; getting set up to do installs easily took a bit of time. Anyway, a 550GB "disk" works fine. [18:45] pmatulis: As does 1024GB. [18:46] Though the installer calls that "1.1TB". [18:49] pmatulis: 1532GB has the problem. Thoughts? [18:49] kirkland, here [18:50] smoser: found it; nevermind [18:52] hggdh: PING [18:52] zul: consider yourself ponged ;-) [18:52] or PONGED? [18:53] hggdh: can you nominate #572262 for lucid for me, i seem to have lost that ability. [18:53] bug 572262 [18:53] Launchpad bug 572262 in nut "[SRU] libusb_get_report: error sending control message: Operation not permitted" [Medium,Incomplete] https://launchpad.net/bugs/572262 [18:53] zul: doing it now [18:53] hggdh: thnaks [18:54] zul, done. You *should* be able to... weird [18:54] hggdh: yeah i know [18:54] hggdh: thanks === rgreening_ is now known as rgreening [19:01] Now i have restarted postfix noting happend [19:01] same error: http://paste.ubuntu.com/427140/ [19:02] ? :-D [19:02] halvors: does the file exist? [19:02] /etc/ssl/private/smtpd.key [19:07] i check wait ;) [19:09] yes it exist [19:10] is it a certificate key? [19:10] is it readable by root? [19:10] pmatulis: I found the problem: http://sourceforge.net/tracker/index.php?func=detail&aid=2933400&group_id=180599&atid=893831 [19:11] It would probably be a good idea to warn people not to use virtio with kvm in 10.4. [19:11] Wait, i hav enot created it by the totourial: https://help.ubuntu.com/9.10/serverguide/C/certificates-and-security.html, it may be from a older thing [19:12] so how could i regenerate it? [19:14] lool: can you test the php package in proposed when it becomes available [19:15] halvors: i didn't undestand you [19:16] understand [19:17] zul: Well that's what I was asking about earlier [19:17] I'm not too excited about reinstalling gallery2 [19:17] k [19:17] zul: But if there's no other choice, I will do it [19:17] thanks [19:17] things are a bit packed with UDS preps too [19:17] lool: thats fine...priorities ;) [19:21] mathiaz: yo [19:21] ttx: o/ [19:21] What do you nt understand? [19:22] halvors: you didn't set up certificates? [19:23] hggdh, what are you and the dc cloud up to these days ? [19:23] halvors: if you didn't, stop talking and create certificates :) [19:24] i'd like to run some tests in the setup where you saw the most errors and see if we can't improve some of it. [19:24] smoser: right now it is idling... [19:25] ttx, ping. [19:25] smoser: usually topo2 will give out the errors [19:25] I done all thing in this guide https://help.ubuntu.com/9.10/serverguide/C/certificates-and-security.html, but the postfix main.cf file need smtpd.key, but i have not generated it in the guide [19:25] hggdh, could i hvae it put into topo2 then ? [19:25] smoser: yo [19:25] smoser: let me check, I think it is already there (due to the -proposed tests [19:26] ttx, what bug was it that cjwatson was seeing with plymouth ?do you know ? [19:26] i'm hoping that might explain some of our errors. [19:26] halvors: you do know what private key is? [19:26] smoser: it's one of hggdh's [19:27] ttx, bug 567592 [19:27] Launchpad bug 567592 in plymouth "rm: cannot remove `/var/lib/urandom/random-seed': Read-only file system" [Undecided,New] https://launchpad.net/bugs/567592 [19:27] halvors: to make things short; you probably call it /etc/ssl/private/server.key [19:27] I know it is someting to authenticate clients for th email server ;) [19:28] yes. I was wondering about it also, smoser [19:28] halvors: and certificate is, probably, /etc/ssl/certs/server.crt [19:28] smoser: http://pastebin.ubuntu.com/427168/ it is already in topo2, and running [19:28] halvors: if you want smtp/imap/pop with ssl, install dovecot-postfix package [19:28] hggdh, ok. and where is the best version of the test suite ? [19:28] halvors: it will set up everything for you [19:28] smoser: checking [19:29] i have installed it [19:29] dovecot postfix also [19:29] smoser: heh. the one under my login will work fine. I will tar it up, then you just untar it [19:29] dovecot-postfix is the name of package [19:29] smoser: yep [19:29] yes [19:29] i have it installed [19:30] hggdh, k [19:31] So should i delete all the crt and key files and make new [19:31] ? [19:31] halvors: no [19:31] halvors: just copy server.key to /etc/ssl/private/mail.key [19:31] smoser: sorry, it is all ready to use -- you will have to login as 'ubuntu' on cempedak [19:31] halvors: and server.crt to /etc/ssl/certs/mail.crt [19:32] Are the ok for you to get my ssh login and do it for me? [19:32] smoser: then cd uec-testing-scripts, and play with it [19:32] i are confused now :-X [19:32] What's the ubuntu developers channel called? [19:32] halvors: sudo cp /etc/ssl/private/server.key /etc/ssl/private/mail.key [19:32] smtpd_tls_key_file = /etc/ssl/private/smtpd.key [19:32] smtpd_tls_cert_file = /etc/ssl/certs/smtpd.crt [19:32] smtpd_tls_CAfile = /etc/ssl/certs/cacert.pem [19:33] postfix main.cf [19:33] halvors: sudo cp /etc/ssl/certs/server.crt /etc/ssl/certs/mail.crt [19:33] halvors: dovecot-postfix didn't do that [19:33] ok, but i think i have to reinstall the package dovecot postfix [19:33] no, you don't have to [19:33] look [19:33] there are two files [19:34] one is key file [19:34] the other is certificate file [19:34] key file is names .key, while certificate is named .crt [19:34] but i did not undrestand postfix call these files [19:34] smtpd_tls_key_file = /etc/ssl/private/smtpd.key [19:34] smtpd_tls_cert_file = /etc/ssl/certs/smtpd.crt [19:34] smtpd_tls_CAfile = /etc/ssl/certs/cacert.pem [19:34] you created those [19:34] halvors: so, change those lines [19:35] Do you have a ssh client installed? [19:35] i won't ssh to you machine :) [19:35] you can get ssh login details [19:35] whay? [19:35] i created dovecot-postfix just for guys like you :) [19:35] you just had to install it and that's it [19:35] :) [19:36] ivoks: Any chance of a postfix-amavis package? ;) [19:36] cloakable: there's amavis-postfix patch [19:36] cloakable: it will be in 10.10 [19:36] can i get your email for later problems if you created dovecot-postfix you're expert [19:36] halvors: i can help you over IRC [19:37] having some problems installing mysql and php5 properly on my server. I get this error http://pastebin.com/5VQpdyqf when i try to install mysql-server [19:37] halvors: but if you want, i could sell you support :) [19:37] bah... [19:37] halvors: give me ssh access [19:37] Ok, but i will send you private email not over the IRC [19:38] i dont want all to know my passwords :S [19:38] ivoks@ubuntu.com [19:38] ivoks: awesome :) [19:38] lol why not over halvors? [19:38] lol [19:38] cloakable: bug 524341 [19:38] Launchpad bug 524341 in amavisd-new "[FFE] Add amavisd-new-postfix package" [Undecided,Confirmed] https://launchpad.net/bugs/524341 [19:39] anyone tried the iscsi target mode on lucid server? I'm getting 'The length of the target name is zero' [19:39] mail sent to you ivoks ;) [19:40] maybe i should reinstall my server and take all from scrath [19:40] ? [19:40] lol [19:40] no [19:40] * penguin42 also hasn't quite figured out if the ubuntu built iscsi_trgt is the same module that would be built by iscsitarget-source [19:40] Do you got the email ivoks [19:40] ? [19:41] Do you got logged in to ssh? [19:41] halvors: i got email [19:41] ok and you got logged in= [19:41] ? [19:42] do you need webmin loggin and webmail for test? [19:42] yay, i'm root :) [19:42] yes [19:42] you are [19:42] !webmin [19:42] webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead. [19:43] !ebox [19:43] ebox is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See https://help.ubuntu.com/community/eBox [19:43] can ebox administrate domain? [19:43] like webmin? [19:43] halvors: try it :) [19:44] halvors: also, using the commandline is rather neat when you get into it :þ [19:44] use ispconfig for that [19:44] i cant try on my server it need testing first [19:44] halvors: use a VM [19:44] ivoks do vm? [19:44] sry [19:44] i mean use VM, what is it? [19:44] virtual machine [19:44] use kvm or xen or virtualbox or something [19:45] ivoks, do you got logged in? [19:45] vbox is trivial to setup [19:45] halvors: there, solved [19:45] halvors: send an email now [19:45] * RoyK hands ivoks a few rootkits [19:45] how can i check which version of clamav i have installed ? [19:45] ok [19:45] RoyK: already implemented :) [19:45] wait a little bit [19:45] ivoks: :) [19:46] argh... [19:47] anyone know about mysql/php5? Im having some problems installing mysql and php5 properly on my server. I get this error http://pastebin.com/5VQpdyqf when i try to install mysql-server [19:47] i got these errors instead: http://paste.ubuntu.com/427180/ [19:47] halvors: try now [19:47] so sorry ivoks it does not work :( [19:48] as i said [19:48] try now [19:48] ok [19:48] you don't have to paste logs; i'm on your server, remember? :) [19:48] lol [19:49] wack47: did you pastebin "No apport report written because MaxReports is reached already stalled."? [19:49] the email comes to my other email but i cant get email from other. [19:49] wack47: no, did you google it? [19:49] do you got som errors now? [19:49] ok, i should not past logs more ;) [19:50] halvors: you're from norway? [19:50] Royk: I have tried googling a couple things, but not really getting anywhere with it [19:50] wack47: there are a few bugs listed with that error message [19:50] * RoyK thinks halvors is from .no [19:50] halvors: anyway, tls on smtp is working [19:50] Yes, how do you know that? [19:51] halvors: nextgentel doesn't have much customers outside norway :þ [19:51] halvors: do you have friends that like to paddle? :) [19:51] oru_work: dpkg -l clamav [19:51] halvors: kayaks and stuff [19:51] ivoks: I'm glad you clarified. [19:51] Yes someone ;) [19:51] ScottK: eh? [19:52] but i didn't do that myself ;) [19:52] ivoks: Paddle has more than one meaning in English. [19:52] kirkland, ping? [19:52] oh :) [19:52] Royk: see that after googling that specific phrase, was focused more on searching "mysql not installing". Guess my vision was to narrow on the situation [19:52] is it a good idea to do apt-get upgrade every so often ? [19:52] were are you from ivoks? [19:52] halvors: so, now that i helped you [19:52] oru_work: Generally yes. [19:52] halvors: you could at least point your friends to www.jamming-adventures.com :) [19:52] wack47: mysql not installing is quite a broad thing to google [19:53] ivoks: meh [19:53] zul: :D [19:53] thanks, can i recive mail to and send from evolution? [19:53] yes i agree, i was beeing more specific, but yeah nm lol [19:53] halvors: you should be able to, try [19:54] ok ;) [19:54] i will try now [19:54] no i cant recive email using squirrelmail ;( [19:55] :'( [19:55] you installed dovecot-postfix [19:55] In the log before dovecot was killed by signal 15 [19:55] yes [19:55] halvors: wierd - it also uses imap - or did you use pop from evolution and delete the messages? [19:55] and then changed almost everything that package setup [19:55] yes, maybe :( [19:56] why? [19:56] halvors: Do Not Use POP3 [19:56] it's a PoS [19:56] in desperatly try to get things work and create new sertvicates (i understand it does not work to do i again) [19:56] ooh iscsi working - I've got one kvm guest u-s lucid installing over iscsi to an lvm lv on another kvm guest running on an lvm lv on my host :-) [19:57] wwwwwwwwww [19:57] that's webmin? [19:57] you are on your own [19:57] i not understand, "you are on your own" what do you mean? [19:57] penguin42, cool [19:58] and what abotu wwwwwwwww [19:58] halvors: det betyr at du ikke får mer hjelp [19:58] !webmin | halvors [19:58] halvors: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead. [19:58] halvors, that means he refuses to help anymore [19:58] ok [19:58] i understand [19:58] oru_work: I don't think I have a way of booting from iscsi yet though! [19:59] RoyK er du norsk? [19:59] halvors: use supported software - otherwise "you're on your own", and yes, I'm Norwegian :) [19:59] sigh... [19:59] but i only followed the guide on help.ubuntu.com [19:59] any reasons to use procmail? [19:59] ivoks: not really - sieve is better [19:59] it was in the guide i followed [20:00] RoyK: i know, i was asking halvors :) [20:00] RoyK: i'd say lda is even better :) [20:00] halvors: it doesn't take too much to learn the commandline, and you'll have far more control that way [20:00] !lda [20:01] hm. what's lda? [20:01] New bug: #574685 in php5 (main) "php5-cgi installs duplicate executables, should use symlink" [Undecided,New] https://launchpad.net/bugs/574685 [20:01] RoyK: dovecot's delivery agent [20:01] penguin42, what kind of host ? [20:02] oru_work: core i7 lucid 64 host [20:02] ivoks: ok - thought dovecot also used sieve [20:02] RoAkSoAx: yo [20:02] kirkland, howdy!! http://me.roaksoax.com/testdrive.png [20:02] RoyK: right, as a plugin for lda [20:02] ic [20:02] * RoyK pats his zimbra VM [20:02] penguin42, nice. I thought you were talking about virtual host initally that's why I thought it was kind of impossible [20:03] halvors: did you kill connection to the server? [20:03] oru_work: anyway, time to go - challenge for next week is to set up a netboot - so it can boot into the iscsi install! [20:03] no [20:03] penguin42, ok good luck [20:03] ivoks: probably your rootkit kicking in :D [20:04] RoAkSoAx: looks okay; you don't prefer the wizard approach? [20:04] ivoks do you lost connection? [20:04] try to reconnect [20:05] ivoks, who guide should i follow for setup a working emailserver? [20:05] halvors: this one: sudo apt-get install dovecot-postfix [20:06] halvors: there, i've fixed your setup [20:06] halvors: try now [20:06] will it do all postfix configuration [20:06] kirkland, I do like it too, though I was kinda thinking to use that for *Other*. Either way, we can discuss that during UDS. Or probably, first version of testdrive-gtk can be my approach, and second version can be your approach. Concentraiting in coding first version fro GSoC, and second version for future releases [20:06] RoAkSoAx: okay [20:07] ttx, kirkland please have a loog at bug 574665 [20:07] Launchpad bug 574665 in qemu-kvm "kvm + virtio disk corrupts large volumes (>1TB)." [High,Confirmed] https://launchpad.net/bugs/574665 [20:07] now webmail works fine, thanks ivoks, i wil check from thunderbird now wait a little bit ;) [20:08] halvors: don't forget... www.jamming-adventures.com :) [20:08] ccc [20:08] kirkland, or probably, the wizard approach can be used for initial/later configuration of which ISO's to list [20:09] halvors: you have to use SSL for pop3/imap [20:09] Yes should tell it to my friends ;) [20:09] ok [20:09] halvors: dovecot-postfix doesn't allow cleartext passwords [20:09] over cleartext protocol [20:09] ok [20:09] but all are fixed now or? [20:10] pop3-login: Disconnected (tried to use disabled plaintext auth) [20:10] ") [20:10] just disable pop4 [20:10] pop3, even [20:10] SSL/TLS [20:10] pop3 is evil [20:10] right? [20:10] SSL [20:10] not TLS? [20:11] STARTTLS [20:11] None [20:11] it are all options in thunderbird [20:11] what port are you connecting to? [20:11] halvors: use imap, not pop3 [20:12] imap is a decent protocol, pop3 is not [20:12] whay? [20:12] pop3 was designed _after_ imap, just to get something that was simpler to implement [20:12] just beleive me, please [20:12] it'll take some time to describe the protocol differences [20:13] hm... [20:13] ivoks, i get password failure [20:13] cant understand :( [20:13] there you go [20:14] now it works ;) [20:14] but what was it you done? [20:14] halvors: tried with imap? [20:15] halvors: to put it short - with imap you connect to your mailbox, whereas with pop3 you download each message, which is ugly [20:15] halvors: i've fixed your postfix's configuration [20:15] New bug: #574704 in munin (main) "munin-node after update to Lucid still in /etc/rc*.d, invoked twice" [Undecided,New] https://launchpad.net/bugs/574704 [20:16] what's this about lucid moving things out of /etc/rc*.d? [20:16] I only will know if i need to setup a new server, so i dont need to ask here [20:16] I don't really see the point in that [20:16] Install dovecot-postfix, it is only that? [20:17] or more? [20:17] RoAkSoAx: true [20:17] and i is behind a NAT :( [20:18] who ports need to be forwerded for my email server? [20:18] ivoks? [20:18] halvors: fix the nat router to forward in or use something on the outside with fetchmail [20:18] halvors: port 25 is smtp, but most ISPs block that, and I guess nextgentel is one of them [20:18] port 25 works, but i think about ssl [20:19] 993 is imap? [20:19] !smtps [20:19] 25, 110, 143, 993 and 995 [20:19] ok [20:19] what about the submission port? [20:19] 587 [20:20] but ivoks, now i use webmin (who is not suported), to manage domains, can ispconfig do all the same? [20:20] or [20:20] need i 587 too? [20:20] keep using what you are using now [20:20] cause you can't do migration your self [20:20] and nobody would help you with that for free :) [20:21] halvors: read the ubuntu admin guide [20:21] there's a lot of nice stuff in there [20:21] but ivoks, can you tell me what i need to do for setup the mailserver i have now? Maybe i should setup one new a day =) [20:22] halvors: it starts with an R and is followed by T and F and ends with M [20:22] but i cant use webmin if it is not suported by the system [20:22] i'm tired [20:22] halvors: les manualen - les mer om systemet - les og les [20:22] ok [20:22] i understand [20:23] just keep it as it is [20:23] yes yes [20:23] i will [20:23] you can't easily transform from webmin to ispconfig [20:23] ivoks: got a root account for me on his box? :D [20:23] ispconfig uses databases [20:23] afternooon all [20:23] RoyK: :) [20:23] anyone got a download link for 8.0.4LTS [20:23] www.ubuntu.com? [20:23] * RoyK is curious to play with dd and urandom and stuff [20:23] will only let me download 10 now [20:23] 2 days ago i could [20:24] but maybe i need to know how to setup a emailserver a other day [20:24] halvors: https://help.ubuntu.com/8.04/serverguide/C/index.html [20:24] http://releases.ubuntu.com/ [20:24] do you have some good goude i can read? [20:24] halvors: https://help.ubuntu.com/8.04/serverguide/C/index.html [20:24] hi, who is a good ubuntu VPS provider in the USA? [20:25] incorrect: Linode? [20:25] incorrect: Rackspace. [20:25] thanks jpds [20:25] * jpds hugs soren. [20:25] aren't rackspace uber $$ [20:25] 1.5 cent per hour. [20:25] perect thks ivoks [20:25] And ivoks, thanks, for the good help! And i will tell my friends about www.jamming-adventures.com ;) [20:25] That's about $11 a month. [20:26] For 256 MB RAM, 10 GB space. [20:27] heh [20:27] 'night [20:27] i would like to find a vps, firstly for rsync'ing backups, secondly to run small websites [20:27] 4 cores in the 2.5GHz-ish class. If noone else on the physical host are doing anything, you can pound like crazy. [20:27] http://fghaas.wordpress.com/2010/05/03/ubuntu-10-04-with-full-cluster-stack-support/ [20:27] i'm famous :D [20:28] that is not a lot of ram. [20:28] jrwren: You can go up to 16 GB if you want. [20:28] ...and want to pay. [20:29] what's the diff between pacemaker and heartbeat? [20:29] i need some help with clamav, not sure why it won't upgrade to the latest version with apt-get upgrade [20:30] oru_work: What Ubuntu release are you on? [20:30] RoyK: heartbeat is gone [20:30] RoyK: pacemaker is new generation cluster stack [20:30] ScottK, 9.10 [20:31] ivoks: even for dual setups with drbd? [20:31] oru_work: We didn't package clamav 0.96 for 9.10 yet. I've got a few bugs to work out with 10.04 first. [20:31] RoyK: it uses parts of old heartbeat (<3), but it can use new hearbeat (3) as a messaging layer [20:31] RoyK: yep [20:31] ok [20:31] gotta look into htat [20:31] that [20:31] RoyK: https://wiki.ubuntu.com/ClusterStack/LucidTesting [20:31] that should be a good start [20:32] ScottK, are you one of the developers of clamav? [20:32] tv time... [20:32] by all [20:32] oru_work: The 0.95.3 version available through karmic-updates and karmic-security includes all the security fixes released with 0.96. [20:32] jrwren: Basically, they're quad core boxes, 64 GB of RAM, and 640 GB of hard drive space. All of that will cost you $0.96/hour. You can choose a fraction (1/(2^X) where X is an integer between 0 and 6) of a server, and the price is reduced accordingly. === luis__lopez is now known as luis_lopez [20:32] damn, why do vps providers give you such a small amount of disk space [20:32] oru_work: No, but I'm the primary packager of it for Ubuntu. [20:33] incorrect: How much do you need? [20:33] ScottK, not sure what you mean by The 0.95.3 version available through karmic-updates and karmic-security [20:33] soren, ideally around 50gb [20:34] oru_work: There are updates available in those repositories (they are enabled by default so you should have them already) that fix some security issues in the packages. [20:35] mathiaz: is this what we were discussing for GSoC? https://blueprints.edge.launchpad.net/ubuntu/+spec/server-maverick-puppet-bootstrap [20:35] ScottK, look http://pastebin.org/199735 [20:36] oru_work: Yes. That's the version with the fixes in it. It's the latest available for 9.10. [20:37] ScottK, so if I upgrade to 10.04 it will not give me that warning anymore ? [20:38] oru_work: It won't, but if that's the only reason you're updating, I'd recommend waiting. [20:39] ScottK, you know that about 2 weeks ago i came to work and there were no new emails in anyone's mailbox [20:39] hmm i guess i should upgrade my firewall [20:39] ScottK, do you know the reason why ? [20:40] oru_work: If you were on an older release and hadn't installed updates, you might have had clamav 0.94 that upstream remotely disabled on April 15. [20:40] There were updates available for all currently supported Ubuntu releases well prior to that, so if you'd installed all updates, that won't be it. [20:40] exactly. I panicked [20:41] i didn't install any updates since i installed it [20:41] anyone else noticed that http://www.ubuntu.com/getubuntu/upgrading says upgrading to 9.10 in the title? [20:41] i believe i now have cron checking hourly for updates [20:41] oru_work: You should install the updates in -security and -upates. Those are tested and supported. Updating is never risk free, but not updating has it's risks too. [20:42] upates/updates [20:43] incorrect: That is incorrect. [20:44] incorrect: Nah, only joking, it's been fixed. [20:44] ScottK, i have this entry in crontab -e 0 * * * * /usr/bin/freshclam [20:44] ScottK, is it good / correct ? [20:45] What is the best web-based system configuration tool? [20:45] jpds, i always find one mistake on the website after a release, last time i think i pointed out everything was still 9.04 :D [20:45] oru_work: You shouldn't need to make any crontab entries for freshclam. The way it works by default is to check for siganture updates every hour. [20:45] ScottK, so are you telling me that virus definition files / database is updating anyhow ? [20:46] oru_work: Should be. You can confirm this in the freshclam log in /var/log/clamav. [20:47] ScottK, nice [20:48] right, now, will my firewall upgrade without anything breaking? place your bets now [20:49] ScottK, do you mind looking at this really quickly? one of my sales guy fwded this email to me, i never actually believe these. I still think that its a bunch of BS http://pastebin.org/199756 [20:51] oru_work: There is always a virus coming and if you use an operating system that is predictably vulnerable to them, then you should always be concerned. I've seen hallmark.com mails forged before to hide a virus payload, so it wouldn't be suprising. That said, such specific emails are either in my experience either hoaxes or years old already. [20:51] Does anyone what the best web-based system configuration tool is for ubuntu server? [20:52] The general recommendation seems to be for ebox, but I don't use one, so I don't know. [20:54] hggdh, piung [20:54] ping [20:54] soren: Are you going to UDS after all (I saw you put some specs in)? [20:54] i ran an instance on cempadek, but can't reach it via ssh [20:54] ScottK: Sure am. [20:54] Ah, good. I should see you there then. [20:54] is webmin a good web-based system configuration tool? [20:54] No. [20:55] ScottK: are you answering my question? Do you have any other suggestions? [20:55] !ebox [20:55] ebox is a web-based GUI interface for administering a server. It is designed to work with Ubuntu/Debian style configuration management. See https://help.ubuntu.com/community/eBox [20:55] At least it's the only web based admin tool I've every had to help people fix their postfix config with because the web thing ate it. [21:00] ScottK: So its better to go with something like ebox than webmin. [21:00] Kaprenakis: As I said, I don't know because I don't use one, but that's what I seem to see people mostly saying here. [21:01] hggdh, help ? [21:06] smoser: of course, what can I do for you? [21:07] i ran an instance from cempadek [21:07] i can't get there via ssh [21:07] clues ? [21:07] let me get there [21:09] smoser: should be accessible, unless you hit one of the bugs we found. What happens? [21:09] no ping, no ssh. just gone. [21:09] console output seems to show life is good. [21:10] hum. It is running on sapodilla. Did you try to ssh from there? [21:10] i can get to sapodilla [21:10] but from there, 'ping 10.55.55.100' fails the same as it does from cempadek [21:12] darn! [21:13] i just fired another and it looks the same [21:14] (this time with the unmodified release ami) [21:15] hggdh, ^^ [21:17] weird [21:17] marula is the CC, I will try from there [21:21] no same thing. Really weird [21:21] hggdh, suggesteions ? [21:21] New bug: #574741 in php5 (main) "php5 segfault using gallery2" [Undecided,New] https://launchpad.net/bugs/574741 [21:23] smoser: I can open the session to the second instance (10.55.55.101) from marula [21:24] smoser: I think you hit one of the issues we are havoing there [21:24] hggdh, oh really, wow. [21:25] welcome :-) [21:26] hggdh, what is maurla ? [21:26] thats neither the CC or the NC [21:26] why would it have specific luck [21:26] marula [21:26] it is the CC [21:26] I have noticed that *sometimes* I still can manually ssh into an intance from the CC [21:27] hggdh, gah. [21:27] so , how can i get this into a working system so that i can try to test some of my changes ? [21:28] The only thing I can suggest is to bounce all, in the hopes that it will start fresh and happy [21:28] (when nothing else works, power it off, count ot ten, power it on again) [21:29] or... go to topo1, or topo3, where almost no problems appear [21:29] smoser: it sounds like part of the routing got lost [21:30] hggdh, i want topo 2 [21:30] as i want to see the bugs. [21:32] well, there you are, then [21:32] hggdh, see pm [21:32] smoser: interesting that from cempedak a 'sudo traceroute -T -p22 10.55.55.101' resolves on first hop [21:39] wow i managed to reboot my firewall after upgrading to lucid and i didn't have to reconnect [21:39] how on earth did it manage to do that [21:42] New bug: #574669 in bind9 (main) "E: bind9: subprocess installed pre-removal script returned error exit status 1" [Undecided,Incomplete] https://launchpad.net/bugs/574669 [21:51] New bug: #292588 in virtualbox-ose (main) "VirtualBox can't operate in VMX root mode." [Medium,Triaged] https://launchpad.net/bugs/292588 [21:52] kirkland, still around? [22:06] RoAkSoAx: sup? [22:13] kirkland, when testdrive --version, it shows if virtualization is supported... is that a desirable feature to keep? [22:20] kirkland: a Q on ecryptfs -- is it required that ~/.ecryptfs point to a *full* path (as opposed to a relativeone)? [22:20] this blew me when I had to change my harddrive [22:28] hggdh: yes, should be a full path, ideally [22:28] RoAkSoAx: i think so, yeah [22:28] RoAkSoAx: or you should create apport hooks, if you're going to get rid of it [22:30] kirkland, http://pastebin.ubuntu.com/427245/ [22:33] kirkland, But the apport hook will only appear on failure [22:35] and it would be unnecessary when just obtaining the version [22:35] kirkland, unless we might wanna check that to: testdrive --check-virt [22:35] s/check/change [22:41] kirkland, if you have some time please review/test the modularized code: lp:~andreserl/testdrive/module to propose it for merging [22:42] kirkland: why a full path? if the user directories are moved to another mountpoint, it will not work anymore [23:15] hi everyone. got a WOL question. My card says it supports magicpacket but i cant get the damn thing to start remotely. [23:16] maddhat: most routers block "directed broadcasts" which is typically what WOL needs to be used across the internet [23:16] maddhat: can you connect to another machine on the same subnet to send a magic packet? [23:17] or, can you setup something like Intel vPro for actual remote management? [23:22] nxvl: hi - yes - https://blueprints.edge.launchpad.net/ubuntu/+spec/server-maverick-puppet-bootstrap is what we were talking about for GSoC === dendrobates is now known as dendro-afk [23:27] Does anyone know if this guide will work with Ubuntu Sever 10.04? http://t3.woodel.com/my-linux-how-to/debian_howto_start_to_finish_using_webmin.pdf [23:29] mathiaz: great! [23:31] !webmin | kaprenakis [23:31] kaprenakis: webmin is no longer supported in Debian and Ubuntu. It is not compatible with the way that Ubuntu packages handle configuration files, and is likely to cause unexpected issues with your system. See !ebox instead. [23:33] cloakable: So should i just use 8.04? [23:33] cloakable: or just use debian? [23:33] kaprenakis: webmin hasn't been supported by Ubuntu & Debian for 4 or 5 years at least [23:36] and didn't work well before that either [23:36] cclausen: i am on the same subnet sending. sorry shouldve specified. im actually sending it from my pfsense box (same subnet) to the destination machine. also tried using etherwake from another peer on the subnet [23:44] cclausen: you know samba well? [23:46] cclausen: here is my output from ethtool: http://pastebin.com/0zi8yrZd (wake-on is disabled because i reboot the machine. it wont save the change to "enabled" statically.. but i did enable before powering off the machine [23:51] maddhat: try enabling wake on lan in your computer BIOS/ I doubt ethtool would work for that [23:51] it is entirely possible that your computer doesn't actually have wake on lan support [23:51] storrgie: no, I don't run samba ever since I managed to break the campus network with it [23:52] maddhat: try using the wakeonlan package. it works me [23:52] (to actually do the waking, not enabling the bios option) [23:52] oh, pfsense. is that a bsd derivative? [23:53] etherwake should be equiv to wakeonlan command so that likely isn't the problem... [23:53] probably just your computer not actually waking up [23:56] haha [23:56] wide links? [23:56] pfsense is openBSD iirc