[00:02] dominicdinada: virbr0 is the default name used by libvirt for bridging network from virtual machines AFAIK [00:03] JanC: ok and hmm I got the network back up .... just gonna work on bridging correctly noe [00:03] now* [00:04] um how do i download server kernel for regular ubuntu 32bit 10.04 [00:05] can someone help me [00:07] um how do i download server kernel for regular ubuntu 32bit 10.04 [00:07] !lucid [00:07] Ubuntu 10.04 LTS (Lucid Lynx) is the current release of Ubuntu. Download http://releases.ubuntu.com/10.04/ - Release Info: http://www.ubuntu.com/getubuntu/releasenotes/1004 [00:07] mininessie: http://releases.ubuntu.com/10.04/ubuntu-10.04-desktop-i386.iso [00:08] I think the question being asked is how to install / use the server version of the kernel on a previous (desktop) install? [00:08] aptitude has an option "-d" to download only [00:12] to reinstall iptables sudo aptitude reinstall iptables [00:12] ? [00:12] mininessie: There isn't an i386 server kernel anymore. Use generic. [00:12] ziesemer_: correct [00:13] ScottK: okay i just want the best kernel type [00:13] Orville Reddenboker type ? =) [00:15] mininessie: install linux-server [00:16] mininessie: but best kernel might depend on what you want of your system [00:16] JanC: well i'm running mac i want the best graphics sound and battery life [00:17] Probably not on a server though [00:17] mininessie: that doesn't sound like a server [00:18] JanC: which one does it sound like [00:18] well, I have no servers witrh graphics, sound or a battery really ;) [00:29] my servers have batteries, but not internally [00:29] no graphics, no sound [00:29] the server kernel is not going to be tuned for the best performance of those things [00:51] !ufw [00:51] Ubuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command (see https://help.ubuntu.com/community/UFW), or 'iptables' (https://help.ubuntu.com/community/IptablesHowTo). GUI frontends such as Firestarter/Gufw (Gnome) or Guarddog (KDE) also exist. [00:52] !bridge [00:53] someone please kill me now :( [00:55] !ebox [00: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 [01:22] any known issues with bridging of a KVM host controlled by libvirt on 9.10 server? [01:23] I have a virtual machine (in VirtualBox) that I installed lucid (desktop) into. I then installed linux-image-virtual , which is apparently based on server - and apparently even uses the same headers. However, after rebooting, I get "Giving up waiting for a root device", and it drops to a BusyBox root shell. [01:24] i can get to the host from the guest via the bridge but i can't seem to get out any further than that [01:24] it's had me for 3 days [01:24] It notes that /dev/disk/by-uuid/... doesn't exist. Sure enough, I have /dev/disk/by-path, but I don't even have a by-uuid folder. Rebooting using the old generic kernel works just fine. Ideas? [01:25] i just installed lucid server with the os on a raid1 with lvm and it will not boot. I am getting the error no init found abda busybox prompt [01:27] can anyone help with this? [01:28] Hello, all, I had a question about partitioning. I have a few internal HDDs that I want to set up as samba shares that are going to contain media. I was wondering where I should mount them (I'm installing Ubuntu-server now). [01:29] gauravk, under /media seems to be the general ubuntu convention. [01:29] traditionally it would have been under /mnt/ [01:30] but this is 2010 - so /media/ it is. [01:30] Okay, sounds good, thanks for the help. [01:31] np. [01:46] ziesemer_: My suggestion would be use the kernel that works. [01:46] hi [01:46] ScottK: Yeah - but I want to get it working / know why. :-) It's just a trivial VM, so even if I loose it - no big deal. [01:47] I did find that there is not even a /dev/sd0 or /dev/hd0 - so thinking a driver issue. [01:47] No idea. Sorry. [01:47] Maybe linux-image-virtual has too few drivers. :-) [01:48] I'll try linux-image-server just for kicks. [01:48] I get this http://fpaste.org/cyhT/ on the console of Ubuntu Linux 8.04 server [01:48] Please suggest [01:48] I did some troubleshooting by replacing the RAM with the new ones [01:48] didnot help [01:48] Any clue ? [01:52] * ziesemer_ Aha! https://bugs.launchpad.net/ubuntu/+source/linux/+bug/570542 [01:52] Launchpad bug 570542 in linux "linux-image-virtual does not include ahci module, prevents virtualbox from booting minimal vm install" [Medium,In progress] [02:05] ok kids need a hand :( [02:06] Aha! [03:01] hi, I'm actually using xubuntu, but the box has no monitor.. I'd like to get the latest kernel update, but apt-get upgrade doesn't do it. Can anyone lend me a hand? [03:01] datz, use apt-get dist-upgrade [03:01] 'upgrade' will not install new packages or remove old ones, only upgrade in place [03:02] updating your kernel requires the installation of new packages [03:02] which dist-upgrade will do [03:02] ah... humm.. that will not move me from say.. 9.10 to 10.04 though, will it? [03:03] I _think_ you need do-release-upgrade for that to happen. [03:04] ok, I'll try dist-upgrade and see what happens.. thanks guys [03:04] yes, dist-upgrade will not do a release upgrade [03:05] thanks, running it now === dendrobates is now known as dendro-afk [03:17] can someone lend a quick hand...im trying to report an attack on my site to a company, and i want to parse all the lines from my auth.log that contain a certain ip address so i can easily paste it into a txt file... [03:18] cat auth.log |grep xxx.xxx.xxx.xxx > abuse.log [03:18] grep x.x.x.x auth.log > attack.txt [03:18] am i close? [03:18] ooooh [03:18] Yours works, too. [03:18] really? [03:18] heh, i'm smarter than i think :P hahaha [03:18] thanks ziesemer_ [03:19] cat would actually display all of auth.log first though, wouldn't it? [03:19] You wouldn't see it, as it would all be consumed by grep. [03:26] i just install lucid server with a raid1 and it wont boot I am getting no init found and a busybox prompt [03:27] anyone have any ideas on how to fix this? [03:32] New bug: #577264 in libvirt (main) "libvirt failed to start vm: internal error Unable to find cgroup for" [Undecided,New] https://launchpad.net/bugs/577264 [04:03] trying to install samba and get package samba is not available [04:05] how can i resolve this please [04:06] yaboo: We'd need to see the exact error. [04:08] can u solve my problem: Ctrl + L = "$echo -e \\033c", do u know Alt + F9 = ?????? [04:09] Reading package lists... Done [04:09] Building dependency tree [04:09] Reading state information... Done [04:09] Package samba is not available, but is referred to by another package. [04:09] This may mean that the package is missing, has been obsoleted, or [04:09] is only available from another source [04:09] However the following packages replace it: [04:09] samba-common-bin smbclient samba-common [04:09] E: Package samba has no installation candidate [04:10] !pastebin | yaboo [04:10] yaboo: 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. [04:10] ok [04:12] What release are you on? [04:12] lucid [04:13] http://paste.ubuntu.com/429831/ [04:13] is my error [04:14] yaboo: Would you please pastebin the contents of /etc/apt/sources.list [04:14] ok [04:14] samba exists in Lucid and is certainly a real package. [04:14] What architecture are you running? [04:14] http://paste.ubuntu.com/429833/ [04:15] (give me the output of uname -a if you don't know) [04:15] dual core intel [04:15] Linux mackie 2.6.32-22-generic-pae #33-Ubuntu SMP Wed Apr 28 14:57:29 UTC 2010 i686 GNU/Linux [04:15] Your sources.list is missing main and restricted. [04:15] ah ok [04:15] lol [04:16] can you send me the missing stuff [04:16] Yes [04:16] yaboo: http://paste.debian.net/72496/ add that and then apt-get update [04:16] You should be able to install it then. [04:17] thanks, wil do now [04:19] thanks installs [04:20] hmm when it installs is there a /etc/init.d/samba, think mine is missing [04:22] yaboo: You will also want http://paste.debian.net/72497/ in there too. [04:22] I don't know much about samba, so that's probably all the help I can give you. [04:23] thanks ScottK [04:59] Hi, is there some reason that upgrading from hardy server to lucid server isn't working? "sudo do-release-upgrade" says "no new release found" when I run it on an 8.04.3 box [04:59] IIRC, you need to update first [04:59] That's already been done; it's fully up-to-date [04:59] and 8.04.3 is not the latest 8.04 [05:00] Oh, sorry, I typed the version wrong; it is 8.04.4 [05:00] ok [05:00] in that case, I'm not really sure [05:00] I haven't tried any yet myself [05:00] and I don't know what it uses to determine if there are new releases [05:00] yeah, it's as if lucid wasn't an LTS [05:00] other than running sudo apt-get update to get the latest lists [05:02] Interestingly enough, if I 'sudo do-release-upgrade -d' it finds lucid. But it shouldn't require the -d, correct? [05:03] mbt: The recommendation for hardy to lucid upgrades is to wait for 10.04.1, so it's not being offered as a regular upgrade yet. [05:03] What you are seeing is what is currently correct. [05:04] ScottK: Oh, okay. I thought the -d was for development [05:04] It is. [05:04] mbt, you need to edit the "/etc/update-manager/release-upgrades" [05:04] Continuing to use it this way is overloading it slightly, but it has the right effect. [05:04] and set Prompt=normal [05:04] jturek: No. He doesn't. [05:04] Color me confused. :-) I will just use the -d switch then. [05:05] Thanks much! [05:05] mbt: Please be sure to file bugs on any upgrade issues you see. [05:05] if he installed desktop instead of server when he started... [05:05] ScottK: No problem. [05:06] ScottK, sorry, its what I had to do to go from a LTS release to another release [05:06] my release-upgrades file was set to "none" [05:06] sudo do-release-upgrade -d [05:08] whats the best ubuntu howto doc to setup a firewall so i call allow machines in the network surf out to the net? [05:09] Anyone know if do-release-upgrade logs all of its output somewhere? [05:09] /var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log [05:12] if anyone has any idea I am trying to boot a raid1 array in lucid and it keeps failing claiming it cannot find /dev/md0 [05:12] it can find /dev/md1 but not /dev/md0 for some strange reason [05:23] should i use ufw? [05:24] yaboo: For a firewall, that's the standard one for Ubuntu. [05:29] lol [05:30] * ScottK can't say much more than that. I've got my own iptables scripts that work for me, but that I wouldn't recommend for anyone else. [05:30] ScottK: My hostname is listed as blah-trvue0uir when i check nslookup but I cant seem to find out where it is stored :/ /etc/hostname looks correct [05:31] ScottK: i was laughing if he enabled the firewall on and all of a sudden lost all outbound traffic [05:31] I'd try sudo grep -r blah-trvue0uir /etc/* [05:32] can I use a wildcard search in for the name because it is blah- but then random characters maybe I was tired when I wiped this machine the last name [05:33] Yes. [05:33] But I need to go check laundry and pack. [05:33] tc/alternatives/gconftool matches [05:37] welcome back yaboo [05:37] dominicdinada: hoping after this reboot ufw works [05:38] sudo ufw enable ? [05:38] sudo ufw allow http [05:38] etc [05:38] yep done thats, need to get masquerading done [05:39] Heh it should work! you just gotta configure it right... still learning it myself [05:43] !gconf [05:48] ok, seems ufw works with masquerade [06:20] is there a mailing list of ubuntu kernel ? [06:21] Check lists.ubuntu.com. [06:26] can't believe samba is bjorked on ubuntu, might compile my own version [06:44] ScottK: My upgrade went okay. The only bumps were on some /etc/init.d things that I customized that don't exist there anymore, so I had to port the changes to the upstart jobs [06:50] where's the Apache mod_security thing located at? what package(s) [07:17] CaptainTrek: mod-security appears to be in the repos (for karmic anyway). [07:23] i don't need to allow samba for samba to work internally [09:52] New bug: #359301 in clamav (main) "klamav can't download virus database on jaunty" [High,Fix released] https://launchpad.net/bugs/359301 [10:19] http://www.NewSexyEmilie.com?605387 === zorzar_ is now known as zorzar [10:21] New bug: #310737 in clamav (main) "klamav update dies unexpectedly in intrepid with apparmor active" [Medium,Fix released] https://launchpad.net/bugs/310737 [10:21] !ops | russ [10:21] russ: Help! Channel emergency! soren, lamont, mathiaz or tom [10:21] New bug: #312695 in clamav (main) "freshclam blocked by apparmor" [Medium,Fix released] https://launchpad.net/bugs/312695 [10:21] New bug: #346397 in clamav (main) "apparmor denies freshclam access to /var/run/samba/gencache.tdb" [Undecided,Fix released] https://launchpad.net/bugs/346397 [10:22] !ops | Russ Spamming [10:22] Russ Spamming: Help! Channel emergency! soren, lamont, mathiaz or tom [10:22] what language is that? [10:23] oh [10:23] wrong channel [10:23] :P [10:23] 2 channels in a row [10:23] i doubt it im in both Ubuntu and here [10:23] i amsg'd it to all the chans i'm in [10:24] i wanted to see if it was for real [10:24] guess so :P [10:25] Well you can spread your crap else where [10:25] my friend warned me not to, i guess he was right [10:25] lol [10:26] ok got issues seems i cannot connect via the browser to port 901 swat, any reason why, can telnet to the port and it is ok [10:28] yaboo: I couldnt either last night :( [10:29] ok [10:29] yaboo: the shares are actually easier to set up than I thought [10:29] dominicdinada: i can setup the shares, but my windows 7 cannot see them [10:30] I am on windows 7 also :) not a problem [10:30] but I used the same user scheme etc... just out of habbit [10:31] yeah do not know why i cannot win 7 cannot see the shares [10:32] how are you sharing them ? Browsable, Read, ?? [10:33] yes [10:34] here ill post a share of mine on pastebin [10:35] cool [10:38] hi everyone, I want to download an older .iso version of Ubuntu Server (8.04 32bits) from ubuntu.com but I don't found any useful link, do you know where I can? « thanks :-) » [10:38] yaboo: http://pastebin.com/7pJGXMPg [10:38] sorrry stupid ssh on unbuntu desktop doesnt capture that is one share of mine [10:39] brb [10:39] thanks loading [10:39] dont forget sudo /etc/samba/smbd restart [10:39] wait [10:39] lol [10:40] thought it was server smnb restart [10:40] it is sudo /etc/init.d/smbd restart [10:40] well on lucid for me it is smbd :/ [10:41] dominicdinada: in 10.04 that file is gone [10:41] I am on 10.04 server and laptop the smbd file is still there [10:41] in init.d [10:42] I cant recive emil with dovecot the musieve plugin missing :( [10:42] Brb now [10:42] Hwat should i do? [10:43] Edwin_ach: I use ftp.uninett.no [10:46] hi RoyK, I can't still find the download link on ftp.uninett.no :-( [10:49] RoyK, from here: ftp://ftp.uninett.no/pub/linux/ubuntu/dists/hardy/ where can I find the link to download 32 bits server edition? [10:51] ??? [10:55] yaboo: what did you come up with [10:55] RoyK, fortunately I have just remember that some years ago I downloaded another distro image from http://ftp.belnet.be and just there I have found that I was looking for, so if it can be considered for future reference about older releases this site is cool!! :D [10:55] halvors: still didnt fix your email problem ? [10:55] http://ftp.belnet.be/mirror/ubuntu.com/ [10:56] No, but i think te problem is that postfix missing museive [10:56] thanks anyway community, bye... [10:56] http://releases.ubuntu.com/ [10:56] Edwin_ach: ftp://ftp.uninett.no/linux/ubuntu-iso/hardy/ [10:56] Edwin_ach: http://releases.ubuntu.com/10.04/ubuntu-10.04-server-i386.iso 32bit [10:57] * RoyK sticks to 8.04 for a few months more [10:57] 32bit lucid right ? [10:57] 8.4 is on there also [10:58] But some ideas about my email problem? [10:58] Edwin_ach: ftp://ftp.uninett.no/pub/linux/ubuntu-iso/ for all of them [10:58] halvors: I still think it is the either addressing :/ [10:58] the link i posted is for the direct download to lucid 10.04 32bit server [10:58] no, i reinstalled the server and it is now sieve [10:59] sieve? [10:59] thnak you dominicdinada :D but I couldn't found the link in the main page, neither using the search button :( [10:59] i posted the direct link to the download *face palm* [10:59] Edwin_ach: did you find the iso from my link? [10:59] Edwin_ach: http://releases.ubuntu.com/10.04/ubuntu-10.04-server-i386.iso 32bit [11:00] Edwin_ach: http://releases.ubuntu.com/10.04/ubuntu-10.04-server-i386.iso 32bit [11:00] I think it is that bug, but i cant fix it: https://bugs.launchpad.net/ubuntu-release-notes/+bug/516040 [11:00] Launchpad bug 516040 in ubuntu-release-notes "dovecot sieve plugin renamed from cmusieve to sieve" [Undecided,Fix released] [11:00] Can somone help me? [11:01] https://bugs.launchpad.net/ubuntu-release-notes/+bug/516040 [11:01] dominicdinada / Edwin_ach: http://www.ubuntu.com/getubuntu/download-server actually. ;) [11:01] what is the message errors you are getting now ? [11:02] jpds: a couple of days ago that page only listed the 64bit versions no link to 32bit you had to hunt i gave him the exact link to lucid so if he opens it will download [11:04] yeah RoyK, I found a link for 8.04.4 I don't know what is the difference with just 8.04, but anyway, in http://releases.ubuntu.com I found the link for 8.04 server ed. 32 bits :) [11:04] thank you RoyK ! :) [11:08] Edwin_ach: updating 8.04 will eventually give you 8.0.4.4 [11:10] dominicdinada, thank you for the link http://releases.ubuntu.com because actually I need the 32bits of 8.04 LTS because I want to proof zimbra as they recommend 8.04 LTS (http://wiki.zimbra.com/wiki/Ubuntu_8.04_LTS_Server_(Hardy_Heron)_Install_Guide) [11:10] thank you viezerd for the info!!! [11:11] No problem I wasnt sure which one but ya thats the entire repo [11:11] halvors: Your using IMAP? [11:12] guys... for people like you (your help) Ubuntu is still growin up :D [11:12] I have tested with IMAP and POP3 noting works [11:13] well [11:13] instead the help for other distros in irc channel :-/ [11:13] halvors: pop3 is a to get mail smtp is to send [11:13] thanx dominicdinada, RoyK, jpds, viezerd !!! [11:13] i know [11:14] Edwin_ach: welcome [11:14] Here is my error in the log (mail.warn): May 7 22:18:43 ss1 dovecot: deliver(halvors-skymia.net): Fatal: Plugin cmusieve not found from directory /usr/lib/dovecot/modules/lda [11:14] May 7 22:49:23 ss1 dovecot: dovecot: Killed with signal 15 (by pid=2048 uid=0 code=kill) [11:14] bye, bye... [11:14] Sigh [11:15] dominicdinada: can you send me your setup, think its the globals that are wrong [11:16] New bug: #577375 in openldap (main) "package slapd 2.4.21-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/577375 [11:16] My globals are not standard as I installed server via external hard drive while server is in pieces so my drives and eth0s messed up... [11:17] yaboo: have you tried to add an exception in the firewall also ? sudo ufw allow sftp [11:17] ok [11:17] sudo ufw allow samba .... [11:18] ufw allow sftp [11:18] well ya u gotta sudo it [11:18] on your server. [11:19] halvors: have you tried reinstalling the packages once again ? [11:19] hang on allow samba from the outside world [11:36] New bug: #577379 in mysql-dfsg-5.1 (main) "mysql command line broken (relocation error)" [Undecided,New] https://launchpad.net/bugs/577379 [11:37] yaboo: got it ? [11:38] dominicdinada: why should i open the samba port on my firewall [11:38] got what [11:38] to communicate with the share? samba is a file service [11:38] but those that open samba to the outside world [11:39] my ubuntu box is my gateway also [11:39] you not behind a rou [11:39] no [11:39] my ubuntu is my all in one box [11:39] dominicdinada: I have not reinstalled no, packages. But who will i need to reinstall? [11:39] ahhh i am not the best with the firewall yet but i believe you can add specific exceptions to certain machines [11:40] halvors: well i was wondering because before it was sending but was getting a 5.4.4 error not it wont even try to send [11:40] !iptables | yaboo [11:40] yaboo: Ubuntu, like any other Linux distribution, has firewall capabilities built-in. The firewall is managed using the 'ufw' command (see https://help.ubuntu.com/community/UFW), or 'iptables' (https://help.ubuntu.com/community/IptablesHowTo). GUI frontends such as Firestarter/Gufw (Gnome) or Guarddog (KDE) also exist. [11:41] Bleh, that page tells people to use -L instead of iptables-save. [11:43] twb: L is to list [11:43] i thought it saves it right away [11:44] yaboo: sudo ufw allow from 192.168.0.4 to any port 22? <~ an example to allow specific ips on ports [11:44] 22/tcp [11:45] well ya if you want to be really specific mine is behind routers :) so i get time to harden it [11:47] dominicdinada: iptables -L is a single-table, non-machine-readable, lossy output format. [11:47] dominicdinada: iptables-save emits a comprehensive dump of all loaded tables, in a format that can be read back in. [11:47] ya it is how to better real it [11:47] oh ok [11:48] default in etc? [11:48] Certainly for anything more than trivial -s/-d/--dport, I find it easier to read iptables-save than -L. [11:49] well any how i killed my network a few times today but ahhh well [12:14] No it isnt that i reinstalled an di not get this error now [12:14] so it must be [12:14] musieve === twb` is now known as twb [13:20] I need some help. I tried to install qemu-kvm and libvirt-bin, but while it was installing, the system froze. Now, the package is half-installed and I can't install or remove anything. How do I proceed? [13:29] jo-erlend: dpkg --configure -a ? [13:30] nei, det funker ikke. [13:30] sorry :) [13:31] no, that doesn't work. [13:31] that is to say, it doesn't give me any error messages, but I still can't install or remove anything. [13:31] apt-get remove --purge xxx && apt-get install xxx ? [13:32] * RoyK gir jo-erlend en ny installasjon-cs [13:32] cd [13:32] that doesn't work either. [13:32] no error message? [13:32] I refuse to reinstall. There has to be a way to fix it. [13:32] yes [13:32] apt-get update && apt-get dist-upgrade [13:32] what does that tell you? [13:33] dpkg (subprocess): unable to execute post-installation script: Exec format error [13:33] among other things. [13:33] tried strace -f that? [13:33] no... [13:33] dpkg has some issues with hung packages [13:34] * RoyK goes shopping [14:58] does ubuntu server have selinux or equivalent by default? [14:58] echosystm: It has apparmor [14:59] It supports several MACs, but the default is apparmor. [15:34] New bug: #573853 in squid (main) "Cannot control squid "Unknown instance"" [Undecided,New] https://launchpad.net/bugs/573853 === Administrador is now known as guisepe [16:04] unbuntu.es [16:04] guisepe: /join #ubuntu-es [16:06] Error [16:07] !es | guisepe [16:07] guisepe: En la mayoría de canales de Ubuntu se habla sólo en inglés. Si busca ayuda en español o charlar entra en el canal #ubuntu-es. Escribe "/join #ubuntu-es" (sin comillas) y dale a enter. [16:09] !no [16:09] Hvis du vil diskutere på Norsk, vennligst gå til #ubuntu-no. Takk! [16:09] hehe [16:09] !is [16:09] how can I add stuff to ubottu [16:09] ? [16:10] or change stuff [16:11] RoyK: you can submit suggestions (best in a query window with ubottu) in the form !factoid is .........., but first please read [16:11] !brain [16:11] Hi! I'm #ubuntu-server's favorite infobot, you can search my brain yourself at http://ubottu.com/factoids.cgi - Usage info: http://wiki.ubuntu.com/IRC/Bots [16:13] kirkland, ping [16:13] submitted something for Icelandic and Norwegian - "på Norsk" is ok, but "norsk" shouldn't be capitalized === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk [18:47] #launchpad [18:51] Hi, I am using tomcat6 can someone tell me what does this means: Attribute name "docBase" associated with an element type "Context" must be followed by the ' = ' [18:55] I am also getting unable to connect with: http://127.0.0.1:8080/ [19:14] Mkools: did you edit a config file before this error? [19:15] mcas: Yes. [19:15] have you changed the docBase path? [19:22] mcas: Actually I am trying to add a virtual host on it. For that I have created a docBase path. Would you like to review my server.xml [19:22] yes could you pleaase post it to a pastebin service? [19:24] mcas: Before you review I would like to tell you that I am trying to use dns server( which I have configured with bind9) to use with tomcat6. [19:25] ok [19:25] i hope i can help you ;-) [19:30] mcas: pastebin is giving me problem it's not pasting the code. [19:30] hmm [19:30] you could try http://pastbin.kubuntu-de.org [19:32] mcas: It's saying server not found. [19:32] http://pastebin.kubuntu-de.org/new [19:32] sorry my fault [19:33] http://pastebin.com/4efpK5uh [19:40] mcas: I am not getting the previous error but I am now getting a warning No rules found matching 'Server/Service/Engine/Host/Host/Valve'.#0129 May, 2010 12:07:25 AM org.apache.tomcat.util.digester.Digester [19:41] mcas: Do I need to edit /etc/environment for tomcat to work properly. [19:41] Mkools: afaik not [19:42] mcas: Means what can you elaborate. [19:42] hmm [19:43] do you have any webapps installed? [19:47] mcas: No I am basically trying to show the starting page of tomcat IT WORKS! typing my domain name on URL [19:48] Yawn :P [19:48] mcas: Now tomcat is running on 192.168.0.1 which is the ip of my dns. [19:48] Mkools: i do not have much experience with virtual hosts and tomcat but i think you have you have to put it under the of localhost [19:48] !tomcat [19:49] If I plug a usb external hard drive into my server I will have access to it correct? transfering 50 gigs over the network is well time consuming [19:50] mcas: Can you please tell me what should be the path set for docBase and context element in server.xml? [19:51] mcas: Basically I am lot more confused about path structure used in tomcat [19:51] Mkools: i would try path="" and docBase="ROOT" [19:51] dominicdinada: yes should work [19:52] dominicdinada: you should first check if you "see" the usb hard drive with dmesg and then mount it manually [19:52] Ok after this 3 gb transfer is done ill give it a shot... then I am gonna break my server for the 4th day in a row :P [19:52] mcas: will do [19:52] dominicdinada: i don't think pluging in an usb hard drive will break your server ;-) [19:53] mcas: What's your opinion on port, i.e. because dns uses 53 and it is using I think 8080. If I need to edit the port then where do you think the it should be done in server.xml [19:53] Mkools: there should be no problem with ports while running your bind and tomcat on the same host [19:53] mcas: No but when I go to follow through the steps to turn the server into a WIFI-access point well it messes everything up... Alone I cant even get the server to set statically :( [19:54] statically? [19:54] Static ip... [19:54] I set it to what it should be.... [19:54] ah ok [19:55] mcas: If this thing should be run on LAN that is client wants to access IT WORKS using firefox the what editing should be done? [19:55] somewhere I got the saved attempts but i think it was the problem with ebox so i removed ebox and it took everything with it [19:56] New bug: #577552 in mysql-dfsg-5.1 (main) "package mysql-server-5.1 5.1.41-3ubuntu12 failed to install/upgrade:" [Undecided,New] https://launchpad.net/bugs/577552 [19:56] Mkools: you have a server "A" where you have a bind and tomcat for your lan.. you set up your clients to use your server "A" as name server [19:56] right? [19:58] mcas: Which server dns or web? I have a entry for my dns in bind conf files. Which files should be edited on clients? [19:59] it auto mounted correctly [19:59] your tomcat is not running on the same host your bind is running? [19:59] dominicdinada: great [20:01] mcas: Running on same. But what if it happens. [20:02] so you can access tomcat by ip right? [20:03] mcas: Now when I type domain name: 8080 I can see my page. But I want to only access it using my domain name. [20:04] ah ok [20:04] only name not ip? [20:04] mcas: yep [20:04] mcas: dns will take care of ip [20:04] WTF haha now that this external drive is plugged in the transfers are even slower [20:05] Mkools: now i understand what you want to do ;-) [20:05] mcas: So what to do? [20:06] let me think about it for a moment [20:08] Mkools: i found a very good howto for you [20:08] http://www.ex-parrot.com/pete/tomcat-vhost.html [20:09] mcas: Yeah tried that but got confused with the directory structure in it. Can you please tell me what and where to edit. [20:10] has much been changed between Ubuntu 8.04 and 10.04, in regards to basic server issues? [20:11] my server is currently 8.04 and i'm thinking of upgrading [20:12] Mkools: which paths? [20:13] mcas: Where this conf comes from there is no file naming this in /etc/tomcat6 [20:14] sorry not file folder. [20:14] so where is your server.xm located? [20:15] mcas: it's in /etc/tomcat6 [20:15] What's this $tomcatdir [20:16] where do you have your webapps folder located? [20:16] ok 512kbs via usb or 1.4mb via network... dam it i guess server doesnt come with usb 2.0 drivers [20:17] <\sh> tomcat6 webapps folder in a standard setup of ubuntu should be /var/lib/tomcat6/webapps [20:17] thanks \sh [20:17] so Mkools $tomcatdir should be /var/lib/tomcat6 [20:18] mcas: webapps in /usr/share/tomcat6 [20:18] ok than this is your tomcatdir [20:19] mcas: Then how to remove this extra :8080 in the URL [20:20] mcas: Because I thing rest of the things have been done. [20:21] <\sh> Mkools, you want to use tomcat as webserver? you can just get rid of the port 8080 when you remove the port number and change it to 80 in the web connector in server.xml [20:21] <\sh> but then you need to start tomcat6 as root, which is bad [20:22] <\sh> therefore you should think about using apache2 + mod_jk and using ajp3 connector on tomcat6 side [20:22] you can use iptables and portforwarding [20:22] mcas: More about it. Links? [20:23] http://www.klawitter.de/tomcat80.html [20:24] mcas: Is it the only solution besides that of apache. [20:25] <\sh> Mkools, you can use tomcat6 as standalone webserver, but it's not recommended, because of speed, and security [20:25] <\sh> apache is the better way.. [20:25] <\sh> and much better to scale [20:25] \sh what about running apache as a reverse proxy for tomcat? could this be a solution? [20:26] \sh: Ok thanks but I am really running out of time. [20:26] i think you have more experience with tomcat ;-) [20:26] <\sh> mcas, yes, but then you have a one to one connection to your tomcat...which is the same as running it as standalone [20:26] <\sh> using mod_jk gives you NxAJP channels which performs much better [20:26] ok [20:27] <\sh> mcas, on one apache that is...(you could use lighty as well woth a ajp modul) [20:27] mcas: \sh: thanks for your help I will talk to you later can you give me your appointments on the IRC. Because I live in India. [20:28] <\sh> mcas, oh well...I'm not an expert...but we are running 4 frontend apaches and behind them are 30 tomcats :) and the apaches are not the bottleneck ;) [20:28] The people in US have time zone problems. [20:28] \sh: great :) [20:28] <\sh> Mkools, I'm on german time..but from tomorrow on I'm at the UDS in brussels so I don't think I have so much time to lurk ;) [20:28] Mkools: Time Zone problems ? [20:29] Mkools: i am from german timezone too [20:29] * \sh should write something on his blog about apache + tomcat scaling ... [20:30] \sh would be great to read about it ;-) [20:30] \sh: Can you provide me the URL? [20:31] for your blog. [20:31] <\sh> Mkools, http://shermann.name/ but when I write something it will be aggregated on planet.ubuntu.com as well...so have a look there first ;) [20:32] <\sh> so...I need to go to bed tomorrow is a long travelling day.. [20:33] mcas: \sh: Thanks so much for your time and support :) [20:33] Mkools: yw [20:33] \sh have fun at uds and good journey [20:34] <\sh> mcas, thx :) [20:48] in zfs there is a zero intent log (zil) that can be placed on an SSD to speed up things - does ext[234] have something like this? [20:51] RoyK: You can put the journal from ext* on a separate device [20:51] kirkland, ping? [20:52] penguin42: is that similar to the zil? as in - things are written there first and then flushed? [20:52] RoyK: I think so, but I don't know much about the zil [20:53] are data written to the ext[34] journal and then flushed? [20:56] RoyK: i cannot tell you the exact function of ext[34] but puttin the journal on a different device speeds things up [21:05] too bad btrfs is (still) late [21:05] it'd be nice to run linux on some high-volume boxes here, but now we're on osol for them [21:08] <_Trullo> just added 2 drives to my server, do I have to add them to fstab to get them mount each time I start the server? [21:08] RoyK: does it write to the disk in a location mapped as belonging to the journal and when it succeeds, moves that location to the main diskspace? [21:08] _Trullo: Probably [21:08] _Trullo: yes [21:09] <_Trullo> ok [21:09] JanC: zfs zil? [21:09] RoyK: yeah, trying to understand what it does? ;) [21:10] IIRC some FreeBSD filesystem supports that [21:10] zfs on freebsd, yes [21:10] I mean, not ZFS [21:11] just trying to understand what functionality exactly you're talking about... [21:14] http://www.solarisinternals.com/wiki/index.php/ZFS_Evil_Tuning_Guide#Disabling_the_ZIL_.28Don.27t.29 --> this? [21:14] that's the ZIL [21:15] it'd be nice if Oracle went bankrupt and gave away their code [21:15] about as likely as a meteor striking [21:16] if I understand correctly it's a written log of operations that might take some time to finish, so that if there is a power down before they finish, the kernel/fs can finish them after a reboot, or something like that? [21:16] sounds pretty similar to the ext journal to me [21:16] like a database log [21:16] very much like it [21:17] penguin42: it's a bit more than ext journal I think [21:17] except ext3 doesn't deal with checksumming and raid and dedup and so on [21:17] but I might be wrong ;) [21:17] RoyK: Yeh the responsibilities are split on linux where as zfs mushes them altogether a bit [21:17] JanC: I think you might be quite right [21:18] RoyK: from what I understand ZFS dedup isn't exactly scientifically sound ;) [21:18] penguin42: yeah, and with them all "mused" together, consitency is quite easy [21:19] JanC: it's ok so for you have tons of memory and l2arc and nothing bad happens [21:19] say 4GB plus 1GB per 1TB storage plus a little more - then add l2arc SSD devices and som Zil SSD devices [21:20] but if you're doing a 100TiB setup, it's quite nice [21:20] Greetings all. I'm new to Ubuntu and EC2 (but not Linux otherwise). If I launch one of the server AMIs, install, configure and use some apps (e.g. a database), and then shut down is all data lost, or do the AMIs mount certain paths from the EBS? I'm trying to understand if I should read up on deriving new AMIs and reconfiguring mount points to EBS before I take my firs [21:20] at the cloud. Thanks to any takers. [21:20] that is, unless you try to remove a 10TiB dataset and the server reboots. Then it'll probably hang until it's finished the removal of that dataset [21:21] hi folks! [21:21] hi nerds! [21:22] I like zfs [21:22] i have a little question, i have an Apple OSX 10.6 server, with FTP [21:22] and a ubuntu server [21:23] viezerd: we have a couple of 30TB osol boxes with it [21:23] works like a charm [21:23] i whant to connect to my OSX FTP and have the possebilety to find my ubuntu shared folder from that ftp [21:23] any ideas? [21:24] it's just ftp [21:24] should work well [21:24] but how RoyK? [21:24] RoyK: nice :) [21:24] ibrandt: Start with EBS boot AMIs and your root file system will be stored on an EBS volume. This volume persists through stop/start, but by default will be destroyed if you "terminate" the EC2 instance. You can read more here: http://ec2-downloads.s3.amazonaws.com/BootFromEBSGSGGuide.pdf [21:24] jherrlin: ncftp -u user ip.of.the.box [21:25] mount my AFP shares from the Ubuntu server to my OSX server and then share them on the OSX FTP? [21:25] * erichammond steps out [21:25] viezerd: we might get another 20TB for those and another dual 130TB setup for backup :þ [21:25] :D [21:25] i configured the disks on my server as AHCI, then installed ubuntu. now after it has rebooted, the BIOS is stuck on 'detecting SATA channel 0'. i can't enter the BIOS because it's stuck on this.... [21:26] viezerd: with supermicro hardware, it's really not very expensive [21:26] if i unplug the drives and reboot, then i can get into the BIOS... when i put them back to "IDE" it will detect the disks again... wtf? [21:27] scar: Sounds like a bios bug [21:27] scar: seems like a bad bios to me [21:27] the thing is, i have another server of the exact same type with same BIOS version and it's been working just fine with AHCI [21:27] same ubuntu version? [21:27] yeah both with 10.04 [21:28] anyway - it's not really an ubuntu question, since linux never gets booted [21:28] still say it sounds like a bad bios [21:28] so do i try to reflash the BIOS? [21:28] scar: same BIOS version? [21:28] JanC, yeah [21:29] I doubt that will help [21:31] it's worth a try [21:31] since it never reaches grub, something must be fscked up in the BIOS [21:32] scar: My guess is the bios isn't clearing some state out on the hardware on reboot and is confused by the state ubuntu has left it in [21:33] penguin42: aren't those supposed to be reset on reboot? [21:33] or at least a powerdown? [21:33] RoyK: They *should* be reset on reboot [21:33] not stored in nvram? [21:34] scar: have you tried to power down the system and let it rest for a minute or two? [21:34] RoyK: Well it should reset the hardware to a decent state before probing [21:35] penguin42, i tried using 'load failsafe defaults' as well as 'load optimal defaults' it will work when in IDE mode but when i put it back to AHCI it still is stuck on detecting SATA channel 0 [21:35] if the firmware isn't buggy :þ [21:35] RoyK, no... maybe i did for about 30 seconds [21:35] oh so you've tried unplugging - very odd [21:36] RoyK: those Supermicros quality , same as , lets say HP Proliants ? [21:36] viezerd: The chassis on the supermicros tend to bend a bit on some of the models :-) But what's inside tends to be pretty good [21:37] cool [21:38] viezerd: can't complain [21:38] it works [21:38] probably made in the same asian factyory :þ [21:38] 35-drive hotplug 4U server is nice [21:39] I have a SuperMicro workstation motherboard ;) [21:40] * scar tries clearing the CMOS according to the Service Manual [21:40] I get this error in my mail log, and how can i fix it? http://paste.ubuntu.com/430202/ [21:40] viezerd: we have a bunch of HP stuff too - can't really compare with it - it all works, just as supermicro [21:41] RoyK: How the heck do you get 35 drives in 4u? [21:41] 24 in the front and some in the back [21:41] so then the price makes the difference :) [21:42] viezerd: yes, that's why we've bought a bunch of supermicro stuff lately :D [21:42] I got a dual P3, 1266 mhz proliant G2 , needs to be replaced someday :P [21:42] ??? ;) [21:42] G2 is P4, right? [21:42] RoyK: Oh, the back - neat [21:43] P3 [21:43] G3 is P4 [21:43] I'm quite sure I have a G2 DL320 with P4 [21:43] no, I'm certain [21:44] RoyK: http://edsel.nu/sysinfo/ [21:44] its a DL 380 [21:45] same socket? [21:45] perhaps the DL380 hung back [21:45] DL320 is entry level stuff [21:46] could be, after all,its been working for years :) [21:46] but, its getting really old now [21:47] supermicro has a neat 1U box with 4 x 12core Athlons supporting half a terabyte of RAM - I guess that box could replace most of our servers :D [21:51] couple years ago only dreams existed of having haf a terrabyte lol [21:51] viezerd: depending on your budget... === trucklover_ is now known as trucklover-mobil [21:54] huh... i removed the battery for 30+ seconds... but the CMOS didn't get cleared [21:56] New bug: #352987 in lm-sensors (universe) "lm-sensors report incorrect values of CPU temparature" [Low,Confirmed] https://launchpad.net/bugs/352987 [21:59] hi somehow I have thousands of cron instances... How do I kill'em all (metallica style) [22:00] fbc-mx: have you looked at the killall command? [22:01] efleming969, I didn't know one existed [22:01] thats through JanC, with enough money : [22:01] :) [22:02] viezerd: ? [22:02] damn proprietary vendors. i can't download a BIOS update for this server without a Sun contract [22:02] efleming969, yup that did it... [22:04] efleming969, I had some command in my crontab for moodle that was spawning zombie cron jobs. [22:04] erichammond: Thanks for the EBS boot AMI pointer and link. That's got me finding a lot of great info from your alestic.com site and elsewhere. [22:10] New bug: #577592 in qemu-kvm (main) "qemu-kvm dependencies require X" [Undecided,New] https://launchpad.net/bugs/577592 [22:12] JanC: nevermind :) , what I meant to say was about the price of hardware, like 10 years ago you had to be a millionair to have the same hardware as now [22:35] at least the Sun/Oracle forums are free to access [22:38] it'd be nice if zfs was GPLed [22:38] * ziesemer_ agrees! [22:39] I have a coule of 30TB osol boxes and it would be very nice to run them on linux [22:39] I guess there is work to make ZFS available through FUSE - but I'm not sure what all the implications of that are - including performance. [22:40] RoAkSoAx: hi [22:40] RoAkSoAx: ashes? [22:41] ziesemer_: performance issues and no newer zfs versions [22:43] Ah hello? [22:43] ziesemer_: I thought it already was wired up to fuse by someone [22:44] kirkland, ashes [22:44] indeed [22:44] RoAkSoAx: bummer dude [22:44] kirkland, im scheduled to arrive on tuesday morning though [22:44] RoAkSoAx: okay, better than nothing [22:44] RoAkSoAx: http://www.jonobacon.org/2010/05/08/important-ash-cloud-travel-problems-and-uds/ [22:45] kirkland, yeah been through that... we've been trying to get a flight for tomorrow is all packed!! [22:45] ah - Eyjafjallajökull [22:45] RoAkSoAx: here's to hoping you make it, dude [22:47] kirkland, i do hope so to!! I could have changed to other flights departing today though.. btu the counter at the airport messed up real bad and didn't tell us that there there were other flights available (through different airports) and when we came to see online, we tried to call every apparent avaiable flight but everything got packed [22:52] is there a problem with dovecot in Lucid? [22:53] I just tried to install dovecot-imapd dovecot-pop3d, and I'm getting an error, hostname: name or service not known, or something like that [22:57] kirkland, btw.. I'll probably request the change of the TestDrive session to another day since I'll prolly get there pretty tired on tuesday [23:39] Is there a known bug for lucid gnome crashing while file transfer ?? Or basically doing anything it has happened 8-10 times since I have installed and when it crashes I lose the Minamize,Maximize,Close the whole window controls [23:39] plus Any window that is not in focus is not listed on the taskbar only all the windows from when the desktop crashed... even when a system monitor kill the process