[00:00] nothing special what i can see :/ [00:00] just normal logins through ssh and loading of RAM etc. [00:01] local access is logged in /var/log/auth.log and /var/log/user.log [00:01] well something will be logged [00:02] Feb 11 00:27:01 thedomain CRON[10561]: pam_unix(cron:session): session closed for user skrisad [00:02] just a bunch of these [00:03] Feb 11 00:52:25 solkronet kernel: [ 116.101860] type=1502 audit(1234309945.389:14): operation="inode_permission" requested_mask="::r" denied_mask="::r" fsuid=1 [00:03] and that [00:04] well when i start the comp. and look locally it just shows alot of module loading stats for NET MAIL etc. [00:05] and when it has started it seems like only SSH starts up - webserver, mail and so on is not starting at all [00:05] except manually after [00:06] any idea? [00:07] have you tried booting to single user mode and if so did that work? [00:07] and how do i do that - i am not familiar with "single user mode" :) [00:07] are you sitting in front of the server right now? [00:08] i have ssh contact [00:08] well then you can't boot to single user [00:08] you need to see the boot loader [00:08] okay what do i have to do? [00:08] okay you meen recovery mode? [00:09] how have you been testing local logins so far? [00:09] SSH [00:09] . [00:09] no [00:09] sorry :P [00:09] im tired [00:09] i have access to the computer :) [00:09] but not right now [00:10] ok, then it is hard for us to recreate the error right? [00:10] before i tested locally when i had access to it [00:10] and when I previously asked "what is the message on console" you could have said "I don't know because I am not at the computer [00:10] well - we still have all the server apps wich do not startup.. [00:10] well sorry dude [00:11] working with the information you have provided it is difficult to know what the issue is [00:11] i tried to remember just how it looked [00:11] the two messages you reported before are for 1) cron 2) a filesystem issue of some kind [00:11] okay [00:11] I don't think either are related to your local access issue. But that is speculation as I haven't seen your /var/log/* [00:11] well the problem accured after upgrading to 8.10 :/ [00:12] i can pastbin it [00:12] ya that sucks... Personally, I have not done that upgrade and I am not aware of any specific issues [00:12] wich one do you want [00:12] yeah - and i was stupid enough to try it :P [00:13] well messages would be good... and auth.log / user.log [00:13] okay [00:13] give me a sec [00:18] http://notisec.se/logg.txt [00:19] thats messages [00:22] auth and user has nothing of interest - just login logs from my SSH traffic and webmin logs [00:22] found anything? [00:23] not really [00:23] ok :/ [00:23] could it be something with bash? [00:23] I haven't used auditd before [00:23] but it is complaining about BIND trying to read from some folders [00:24] ok [00:24] yeah i can see [00:24] it looks like auditd is blocking access to named [00:24] but I am not too familiar with auditd [00:24] okay :S [00:26] but could that be the problem of all this? [00:26] should not that just affect the DNS server? [00:26] I am not sure, is 7.10 > 8.10 a supported upgrade path? [00:26] why did you skip 8.04 LTS? [00:26] i took first 8.04 [00:27] but that didnt work either so i thought that maybe another upgrade would fix it if something went wrong [00:27] but no.. [00:27] so you had the same problem when you went 7.10 to 8.04? [00:27] yes [00:28] ok so.. is named even running right now? [00:28] ps aux | grep -i named [00:28] sudo /etc/init.d/named status [00:28] etc.. [00:28] if it isn't running what happens when you manually start it? [00:28] syslog 3884 0.0 0.1 2012 680 ? Ss 00:52 0:00 /sbin/syslogd -a /var/lib/named/dev/log -u syslog [00:28] bind 3926 0.0 1.5 41132 8032 ? Ssl 00:52 0:00 /usr/sbin/named -u bind -t /var/lib/named [00:29] cant find named [00:29] lirxis: you could disable apparmor just to check that everything works [00:29] maybe i dont have it installed [00:29] have alerady tried that :/ [00:30] does mysql start when you start apache2? [00:30] yes we know [00:30] well install apparmor and then disable it, something went wrong [00:31] reinstall you meen? [00:31] your logs are filled with apparmor (audit) denied messages [00:31] okay.. [00:31] can you check apparmor is running? [00:32] on my way [00:32] /etc/init.d/apparmor status [00:32] Warning: found /etc/apparmor.d/force-complain/usr.sbin.clamd, forcing complain mode [00:32] mv: inter-device move failed: `images/' to `/var/openx/images'; unable to remove target: Is a directory (from ext3 => xfs) ... is this not allowed or somethign? [00:32] seems like it is not running at all [00:33] sorry [00:33] it did [00:33] is that all? [00:33] that is not a complet output from status [00:33] 4 profiles are loaded. [00:33] 0 profiles are in enforce mode. [00:33] 4 profiles are in complain mode. [00:33] /usr/sbin/mysqld [00:33] /usr/sbin/clamd [00:33] /usr/bin/freshclam [00:33] /usr/sbin/named [00:33] 2 processes have profiles defined. [00:33] 0 processes are in enforce mode : [00:33] 2 processes are in complain mode. [00:33] /usr/sbin/named (3926) [00:33] /usr/sbin/mysqld (4048) [00:34] say i have a directory named /home/foo. then say i create a new symbolic link named foo... and point it to /var/local/foo .... does this overwrite the local directory foo? and if user does cd /home/foo they'll really be in /var/local/foo? [00:35] lirxis: disable apparmor [00:35] okay [00:35] kansan: You can't overwrite a directory, you'd have to delete/rename it first [00:35] just stop it or disable it on boot [00:35] invoke-rc.d apparmor stop [00:35] okay [00:35] then restart your apps, like named [00:36] lirxis: there were some changes in the files used by named (afaik), I remember to change something about apparmor named profile, to match the paths I use [00:36] lirxis: and keep watching your logs [00:37] okay so I can try to reboot now? [00:37] reboot? [00:37] why? [00:38] it is linux [00:38] just so all apps get started =) [00:38] just restart your apps [00:38] yeah yeah :P [00:38] well if you want to fight with apparmor, customize their profiles, if not, just disable it permanently [00:38] dont know how many who has not been started [00:38] update-rc.d -f apparmor remove [00:39] and restart :D [00:39] okay i will do that and try then - then fix apparmor another day :P [00:39] wish me luck :P [00:39] luck is for newbies!!! [00:39] :D [00:39] haha :P [00:40] well said [00:40] good luck [00:40] ;) [00:40] remember that the only thing you will have to learn in life is to improvise ;) [00:41] works on jobs, when you study everywhere ;) [00:41] but improvisation combined with knolledge is the ultimate :) [00:41] well you can improvise your luck [00:41] haha :P yea [00:42] okay did not work [00:42] what? [00:42] but maybe i can add apache2 to start on boot somehow? [00:44] Hello - how do I check what port number my nfs server is running on so I can open the firewall? tahnks [00:44] lirxis: check that there is a S??apache2 file in /etc/rc2.d [00:44] ok [00:45] what options should I use with netstat? [00:45] Alysum: nfs doesnt open ports by itself, it is partport via rpc [00:45] rpcinfo [00:45] yes S91apache2 [00:45] lirxis: what about apache logs? [00:45] what port is rpc ? [00:46] not, use rpcinfo [00:46] I did rpcinfo -p localhost [00:47] it says port 111 for portmapper [00:47] I suppose thats it [00:47] 111 is the portmapper port not nfs [00:47] nfs uses portmap [00:47] nothing in error.log [00:48] nfs use a range, they shoul be listed there, a port por nfsd, mountd, nfslock and probably otheres [00:48] looks like it is not even loaded.. [00:48] oh yes I have a couple of nfs rows in rpcinfo [00:49] Alysum: nfs ports can change over the time [00:49] ok [00:49] you need to open a range or fix nfs ports, dont remeber where, probably in /etc/default/nfs-something [00:50] how come port 2049 is not listed in netstat -l ? [00:50] or maybe it doesnt actually listen? [00:50] is your nfs running? [00:50] you need to start nfs after portmap [00:51] yeah they are boh running [00:51] is it legal to create symlinks across different volumes (if one is ext3 and the other is xfs)? [00:51] nf/etc/init.d/portmap restart [00:52] and /etc/init.d/nfs-kernel-server restart [00:57] kansan: I dont see the problem, they all use inodes :D it is everything they need to know [00:58] jmedina: symlinks do not refer to inodes. They refer to names. [00:58] kansan: That's completely fine. [00:59] soren: you are right, i confused with hard links [00:59] they do are the same inode with a different name [01:07] to NFS mount something you need to open portmapper and nfs ports I believe? [01:08] which are 111 for portmapper and 2049 for nfs (by default) [01:09] but it still won't mount :( I get timeout [01:09] "NFS Portmap: RPC: Port mapper failure - RPC: Timed out" [01:16] any tips? [01:19] Hey guys! [01:50] Alysum: does "rpcinfo -p" list nfs entries? [01:50] twb: yes [01:51] Alysum: which end is giving that error, the server or the client? [01:51] the client trying to mount it [01:51] Alysum: are both client and server running Ubuntu? [01:51] yep [01:52] OK, next I would check the firewall / networking between the two machines. [01:52] portmap 111 port and nfs port 2049 are open on firewall [01:52] ping works [01:52] Oh, you have a firewall between them. [01:52] not sure if mountd port needs to be open too ? [01:52] NFS uses a whole bunch of ports, IIRC. [01:53] According to unfs3's manpage, the MOUNT protocol also uses 2049 by default. [01:53] hmm that is well open... [01:54] I also see "-p Do not register with the portmapper. This will prevent other hosts from finding out the port numbers used for the MOUNT and NFS services by querying the portmap daemon. Clients will need to manually specify the port numbers to use (on Linux clients, use the mountport and port mount options)." [01:56] On a working box, I can see that statd is also in use on a high port (33641) [01:56] That might be for NIS, though; the box I'm looking at is both an NFS and NIS client, and an NFS server. [01:56] I dont have statd [01:57] rpcinfo has portmapper, status, nfs, mountd and nlockmgr [01:57] Alysum: I'm looking at "netstat -nap" [01:57] I have a whole bunch of rpc.statd port mappings. [01:58] OK FIXED [01:58] I had to open mountd port... [01:59] so thats 3 bloody ports that need open: portmapper, nfs and mountd [01:59] thanks [02:00] I'm amazed it worked with only those 3. [02:00] So just for my interest, you opened which ports on which host(s)? [02:02] i am having issues doing do-release-upgrade on 7.04 [02:02] is it advisable to change sources manually and run dist-upgrade [02:04] a1fa_: there is an upgrade document somewhere that explains how to do it, and the known gotchas. [02:04] a1fa_: but what you described is the basic idea, yes. [02:04] do-release-upgrade is trying to download amd64 sources for intel cpu [02:04] ;P [02:06] All modern Intel CPUs are amd64 architecture. [02:06] The marketing name is EM64T [02:10] twb: I opened the 3 ports on the nfs server [02:12] Alysum: and you have no firewall on the NFS client? [02:12] yeah there is but it's outgoing not incoming [02:13] so my cpu is XEON and I used AMD64 cd [02:13] would that create problems? [02:13] is there a special flavor for xeon now? [02:13] a1fa: if you can boot and install the AMD64 CD, then it is an AMD64 CPU. [02:14] a1fa: there may be a special flavour of the kernel, but there won't be for anything else -- the ROI of making Xeon-specific packages is negligible. [02:14] awesome [02:14] thanks === erichammond1 is now known as erichammond [02:55] how do i stop the mysql server ? [02:59] use /etc/init.d/mysql stop [03:01] There's also invoke-rc.d which does the same thing [03:02] Touche [03:03] I use it because on my system it's less characters to type :) [03:03] I wanna start x on my server how can I do this? [03:04] You'll need to install some GUI packages [03:05] I did sudo apt-get install xinit, what else do I need to do? [03:06] sudo apt-get install ubuntu-desktop will install GNOME etc. bear in mind that for help with GUI stuff you won't receieve much assistance here - it's mostly all command line people. [03:07] Well what I wish to do is start up firefox to see if the server is properly connected to the net [03:08] heh, you don't need firefox for that. [03:08] ping google.com [03:09] lol unknown host [03:19] good evening [03:19] Im looking for some help with 8.10 server [03:19] can anyone answer a few ?'s [03:20] Hello. [03:21] hello elite [03:21] can anyone walk me through mounting a windows share drive? [03:21] I only know a little about 8.10 whats up? [03:21] im new to ubuntu and linux [03:21] have installed the software and samba [03:21] I can try it should be easy though [03:22] well for some reason im not seeing the largest partition of my hard drive [03:22] not sure if it did not get configured correctly upon installation [03:22] or if im not doing something correctly [03:22] steelcityjim: have you read this? https://help.ubuntu.com/community/MountWindowsSharesPermanently [03:22] So you have a drive in your PC now you wish to share to windows computer? [03:22] yes [03:23] windows network [03:23] im adding a file server [03:23] i see the server on my windows netowrk [03:23] shows up under what i named it with samba on my windows pc [03:23] under my network places [03:23] okay are you using ssh or a GUI? [03:23] niether [03:23] command line [03:24] *sigh* [03:24] I have read the guis don't really do anything [03:24] How do you connect to the server? [03:24] router [03:25] no they really dont [03:25] dhcp [03:25] * Elite facepalms [03:25] it configured upon install [03:25] it appears to have configured correctly from what I can tell [03:25] to the network that is [03:27] Yes I know, do you plan to keep this machine on all the time? [03:27] yes [03:27] I have mine on all the time since its in a 1U case that has a pinta front panel [03:28] if I reboot the server do I have to restart samba manually [03:28] im assuming with the standard install I do [03:28] is that correct? [03:29] steelcityjim: it will be set to start when the computer boots [03:30] without modifying any of the files? [03:32] Yes all you have to do is reboot [03:32] ok cool [03:32] now I tried the sudo fdisk -i command [03:32] and i believe it only showed me the os partitions [03:33] i just did mv dir/ /anotherdir , and the content disapeard :( [03:33] I appear to be missing 66 gb of my drive [03:34] when I was installing im pretty sure it said partition #5 [03:34] would be the 66 gb [03:35] then it should be /dev/sda0s5 [03:35] do cd /dev/sda0s5 [03:36] Erm, what? [03:36] ok so i just type cd/dev/sda0s5 [03:37] Would it not be? [03:37] let me try [03:37] No, it wouldn't be. [03:38] or /dev/hda5? [03:38] Be careful with what you're doing, you have the ability to destroy your data. [03:38] /dev/ is where your devices are, you can't change directory to a device. [03:39] gah! [03:39] damn BSD lol [03:40] yea that did not work [03:40] I got no data on here yet [03:40] ok how do i find this damn drive [03:41] hads [03:41] Yes? [03:42] I'm stumped lol [03:42] You want to know what device your drive is? It will likely be /dev/sda if you only have one drive. [03:42] Will it be in /Volumes/ or will it be /mnt/ ? [03:42] !mtr [03:42] Sorry, I don't know anything about mtr [03:43] so do i do sudo fdisk /dev/sda5 [03:44] only one drive in the unit now with 80 gig hd [03:44] yes do that [03:44] No, sda5 is a partition. [03:44] sda is the drive. [03:45] ok so....sudo fdsik /dev/sda [03:45] Try it lol [03:45] wow that confident huh [03:46] I don't use fdisk that much in fact the last time I used ssh to do anything to my server as far as setup was a month and a half ago lol [03:47] ok im guessing this ain't good [03:47] the number of cylinders for this disk is set to 165398 [03:47] there is nothing wrong with that, but this is larger than 1024 and could in certain setups cause problems with [03:47] 1. softwarre that runs boot time [03:48] 2. booting and partiionig software from other oss [03:48] command (m for help) [03:48] what does it mean basil? [03:49] You use SWAT? [03:49] !SWAT [03:49] Samba is the way to cooperate with Windows environments. Links with more info: https://wiki.ubuntu.com/MountWindowsSharesPermanently and http://help.ubuntu.com/ubuntu/serverguide/C/windows-networking.html - Samba can be administered via the web with SWAT. [03:51] partition 5 head 255 greater than max 15 [03:51] partition 7 head 255 greater than max 15 [03:51] partition 8 head 255 greater than max 15 [03:51] 5413 unallocated sectors [03:53] what is the swat command? [03:53] I can do that from a client in explorer correct? [03:55] Yes you can, you have to install it first [03:55] on the client or the server? [03:55] Server [03:55] sudo apt-get install swat? [03:56] I thihnk so [03:59] ok swats in [03:59] now what? [04:00] what is my browser address/ [04:00] got to http://192.168.xxx.xxx:901 in your browser, obviously the 192.168.xxx.xxx being the servers lan address [04:01] no the servers address [04:03] I have my lan manually IP set for my internet sharing so my server it http://192.168.0.100:901 for SWAT [04:05] mfer [04:06] is it ipconfig to find your ip address [04:06] no its ifconfig [04:09] imust not have the correct ip address [04:09] nothing is happening [04:10] have a screenshot? [04:11] its timing out [04:11] ip address aint' right [04:12] What is ifconfig telling you? [07:41] hi there i can't seem to get ubuntu server to find my sata disk, the debian installer finds it but no the ubuntu server one - i have tried the normal and the advanced.. both do not detect it [07:42] <_ruben> fancy hardware ? [07:42] _ruben: i doubt it [07:42] its seagate on a generic intel motherboard [07:43] http://pastebin.com/d41a34074 [07:44] <_ruben> ich6 shouldnt be that exotic indeed .. strange [07:45] <_ruben> does the installer not detect it, or not even the kernel? [07:45] _ruben: should i try again maybe ? [07:46] i'm not sure about the kernel. i didn't stick around to test it. i have run ubuntu on this box before, but didnt' want to burn the alt cd to get encryption as i already have this server cd. [07:47] <_ruben> i'd try again, and if the installer complains about no disks, drop to a shell (on one of the virtual consoles) and check the bootlogs [07:47] nar it finds my other disk. [07:48] will do that now. [08:08] nar it detects my hardware but "can't activate it" [08:08] what ever that means [08:08] do you think the alt install will work ? [08:23] Hi. Any website that discusses on the recent hacking of zone-h.org? It's uname is "Linux ubuntu... server...", which is a visible negative impact. A news report says its DNS has been wrongly modified to point to the wrong IP address. [08:25] junhui: is this related to the ddos attack against metasploit ? [08:25] and other such sites [08:26] d-b: no. sorry, i didn't know I'm off-topic. you guys have fun. [08:31] New bug: #327945 in mysql-dfsg-5.0 (main) "mysql-dfsg-5.0" [Undecided,New] https://launchpad.net/bugs/327945 [08:32] * junhui is resisting joke on Bug #1. [08:45] moin [08:54] hi there [08:55] I have a strange problem with creating a swap partition. [08:55] I have created the partition with fdisk: [08:55] /dev/sda3 31 611 4666882+ 82 Linux swap / Solaris [08:56] but when trying to mkswap /dev/sda3 I have => /dev/sda3: Device or resource busy [08:57] <_ruben> perhaps its already mounted or in use as swap? [08:58] not according to /proc/swaps, it's empty [08:59] i'm running ubuntu 8.04.2 [09:00] (it works if i do it on an image file so there's something related to the partition table or something like this [09:00] i already rebooted the node but nothing changes [10:56] mm _ruben yeah i got it working with 8.04 [10:59] lamont: in jaunty, on removal, postfix doesn't remove /var/lib/postfix cause of master.lock file in it (owned by postfix) [11:47] ivoks: --> debian or launchpad bts pls [11:47] iz bug [11:48] ok [12:11] hi what the link for paste bin? [12:11] i need help [12:11] !paste | shally87 [12:11] shally87: pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic) [12:11] Hello there [12:12] Can you guys tell me how can I get the "remote connections" to start working from the logon screen? [12:12] !pastebin [12:12] pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic) [12:13] this occur when i dig my bind server [12:13] http://paste.ubuntu.com/116780/ [12:13] there is the servfail part [12:13] i guess it is not functioning [12:13] how to fix that? [12:14] I'm running virtual box with 4 ubuntu 8.04 for dns,lamp, mail and host === sommer_ is now known as sommer [12:15] then the ip for all the nameserver and mail server , www is 10.0.2.15 [12:16] and i follow the guide from http://ubuntuforums.org/showthread.php?t=236093 [12:16] hope got fix for this [13:15] New bug: #328057 in nut (universe) "virtualbox's udev rule overwrite nut rule about group owner" [Undecided,New] https://launchpad.net/bugs/328057 [13:30] hi [13:31] how can I set the dnsdomainname? [13:32] in /etc/hosts [13:32] IP hostname.domainname [13:32] for example: [13:32] 127.0.1.1 jaunty64.init.lan jaunty64 [13:33] it still does not work :( [13:34] I have to replace 127.0.1.1 with the real ip? [13:34] reboot? [13:34] <_ruben> no and no [13:36] how can I known why its not working? [13:37] <_ruben> how you determine its not working ? [13:37] the result of the dnsdomainname command is empty [13:38] what are first two lines in /etc/hosts? [13:39] oh, adding "search test" into /etc/resolv.conf did the trick [13:39] now dnsdomainname return "test" [13:39] that's not it [13:39] what are the first two lines in /etc/hosts? [13:40] oh. what is it then? [13:40] 127.0.0.1 localhost [13:40] the the same for IPv6 [13:40] so, you didn't add 127.0.1.1? [13:40] no [13:40] that didn't work [13:40] I tried. [13:41] atm, your host doesn't know how to resolv it self [13:41] what's in /etc/hostname [13:41] ? [13:41] the only thing that seems to work is changing resolv.conf [13:41] plesk [13:41] its "plesk" [13:41] try pinging plesk [13:41] works [13:42] probably cause it resolvs over some other mechanism [13:42] it tries to resolv "plesk.test" which resolves fine. [13:42] your /etc/hosts must contain: [13:42] 127.0.0.1 localhost [13:42] ip_of_computer hostname.domain hostname [13:43] where ip_of_computer is regular ip, or 127.0.1.1 [13:43] my host.conf has the default settings: order hosts,bind and multi on [13:43] i give up [13:44] you asked what other mecanism it tried. I guessed you wanted to see hosts.conf; which contains the other mechanisms, no= [13:44] ? [13:44] 14:42 < ivoks> your /etc/hosts must contain: [13:44] i never ever mentioned /etc/host.conf [13:44] you didn't. but thats not how we configure the mechanims for the local resolver? [13:46] so, there you go, it resolved over DNS [13:46] not hosts [13:46] cause there's no plesk in hosts [13:46] ok, I understand now. [13:46] thanks! [13:47] the 127.0.1.1 is a special IP address that the local resolv understands as "name of the local host"? [13:47] 127.* is localhost [13:48] yes, 127/8 is the localhost network. though, only the particular 127.0.1.1 seems to trigger some special behaviour on the local dns resolver [13:49] is this some convention? [13:50] ? [13:50] for example: [13:50] 127.52.34.89 jaunty64.init.lan jaunty64 [13:51] this is exactly the same as 127.0.1.1 [13:52] 127.0.1.1 is 'random' address [13:52] it could've been any other from 127/8 [13:52] it just easier to remember it than 127.234.12.16 [13:52] indeed. I've tried with127.0.0.1 and it works fine too. [13:53] but don't use 127.0.0.1 [13:53] you already have 127.0.0.1 in /etc/hosts [13:53] ayuda [13:53] I've changed it to: 127.0.0.1 plesk.test plesk localhost [13:54] help [13:54] <_ruben> !ask [13:54] Please don't ask to ask a question, simply ask the question (all on ONE line, so others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [13:54] you can do that, it you want plesk to resolv on localhost, right [13:54] I need to configure two network cards [13:54] in the server [13:54] <_ruben> edit /etc/network/interfaces [13:55] _ruben, I have a problem [13:55] * _ruben activates his psychic ability [13:56] _ruben: what number am i thinking of? [13:56] <_ruben> 69 [13:56] :) [13:56] _ruben, when I configure the two interaces with all, I can not conect to internet [13:56] _ruben: wow [13:56] all men think of 69 [13:56] :D [13:56] Nash_13: how did you configure them? [13:57] ivoks, I configure the interfaces for the two network card [13:57] <_ruben> my guess: 2 default gateways, one for each interface [13:57] <_ruben> put your interfaces file on a pastebin site [13:58] _ruben, when I do that I can not conect to internet wiht mi public IP [13:59] ivoks, a friend tell me that I have to eliminate a gateway for can conect to internet [13:59] <_ruben> no need to "activate" those setting .. just put the settings you used on a pastebin (as in: instead of editing the interfaces file, type the text in a pastebin site) [14:00] _ruben, ok wait [14:00] <_ruben> we cant determine what you're doing wrong without knowing what you've tried ;) [14:01] _ruben, ok I will public that now [14:03] _ruben, http://pastebin.ubuntu.com/116835 [14:03] ivoks, here is my interfaces configuration http://pastebin.ubuntu.com/116835 [14:04] put a tab in front of all lines, except those that start with auto or iface [14:05] http://pastebin.ubuntu.com/116837/ [14:08] ivoks, what is for??? [14:08] ? [14:10] ivoks, the tab in front..... [14:10] that's a syntax of network/interfaces file [14:11] ivoks, but that configuration have not a error [14:11] i don't see anything wrong with configuration [14:11] if you are router for 192.168.180.0 network [14:12] bah, strike that :) [14:12] everything is ok [14:12] ivoks, but the computer in mi LAN can not see the server === y is now known as rgl [14:13] ivoks, my public IP is eth0 and the other is mi IP in the LAN [14:13] ok [14:14] and you want to be gateway for your local network? [14:14] ivoks, and the computer in my LAN can see my server [14:14] ivoks, no [14:14] ivoks, in this server I have a ftp server and jabber [14:16] ivoks, I whant to have mi public IP to conect to internet and the other for the computer in mi LAN acced to my server ftp and jabber [14:20] is there anything like guardgod is for gui, building firewalls with iptables smt ncurses based for example [14:22] <_ruben> there's ufw, but that aint ncurses based though [14:22] was just wondering [14:22] really should learn iptables more and write my own firewalls [14:22] <_ruben> indeed ;) [14:22] rather then use some interface to generate rules [14:23] the basic things are quite easy [14:23] but as it gets complex [14:23] it gets complex :P [14:23] _ruben, I eliminate the firewall and all [14:24] _ruben, I don´t know but I think that the problem is the configuration [14:27] _ruben, I have to eliminate the gateway to my lan for can conect my public IP to internet [14:27] _ruben, and I think that is the problem [14:27] _ruben, for my lan can see my server [14:28] <_ruben> Nash_13: there's only 1 gateway defined in your pastebin, whcih seems ok [14:28] <_ruben> eth0 is hooked up to the internet i assume? :) [14:29] _ruben, yes [14:29] _R [14:29] r [14:29] _ruben, and eth1 is my lan [14:30] <_ruben> and you cant ping the gateway (200.55.167.1 [14:30] <_ruben> ) with that config [14:34] _ruben, yes [14:35] <_ruben> you sure the cabling is ok and that the gateway allows to be pinged? [14:36] _ruben, I can not see mi lan [14:36] you don't see internet or... [14:36] <_ruben> i thouhgt you couldnt connect to the internet [14:36] ....you can't reslove hostname? [14:36] * _ruben *confused* [14:37] _ruben, my lan can see the lan yet [14:37] <_ruben> now im even more confused [14:39] Nash_13: what's your native language? [14:39] _ruben, shut [14:39] pourtougese? [14:39] ivoks, spanish why??? [14:39] maybe would be easier if you ask in ubuntu-es [14:39] or if someone here speaks spanish [14:40] anybody? [14:41] ivoks, well I don´t practice [14:41] ok... [14:41] ivoks, that is the point [14:42] so, once you set up interfaces as described, you can't access to lan or you don't have access to internet? [14:42] ivoks, but I undertand and read fine [14:42] ivoks, the problem es wirte it [14:42] i have the same problem, so, we'll try to figure out something :) [14:43] ivoks, the computer of my lan can not see my server that is the problem [14:43] but the server does have access to internet? [14:44] ivoks, yes [14:44] are you loged in to your server? [14:44] ivoks, I have internet with my public IP [14:44] ivoks, yes [14:44] it would be easier if you could set network [14:45] and then we will debug [14:46] ivoks, where [14:47] set up network as you pasted on pastebin [14:47] reboot the server [14:47] and then log in on server and get back here [14:47] on irc [14:47] could you do that? [14:47] ivoks, ok wait [14:52] ivoks, I back [14:53] great [14:54] so, you have access to the internet, but not to your lan? [14:54] (from server) [14:54] ivoks, yes [14:55] soren: could I draw your attention to bug #328093 please? :) [14:55] Launchpad bug 328093 in libvirt "[jaunty] upgrade to 0.6.0 leaves a non-working libvirtd" [Undecided,Confirmed] https://launchpad.net/bugs/328093 [14:55] ok, paste the output of 'ifconfig' on pastebin [14:55] ivoks, and I can acced to my land too [14:55] you can? [14:55] so, then it's working? [14:56] ivoks, yes but exist a problem?' [14:56] how do i install ebox in lamp? [14:56] what is the problem now? [14:56] ivoks, my subnetwork can not see my server [14:56] just want to know the apt-get command.. [14:58] oh dont mind.. i got it while googling [14:58] Nash_13: what is your subnetwork? [14:59] ivoks, sorry the network that are under my [14:59] ivoks, I don´t know how write it [15:00] Ng: Gah... [15:00] New bug: #328090 in libapache2-mod-perl2 (main) "libapache2-mod-perl2 does not depend on libbsd-resource-perl" [Undecided,New] https://launchpad.net/bugs/328090 [15:01] Nash_13: paste the output of 'ifconfig' to paste.ubuntu.com [15:01] ivoks, ok [15:03] http://pastebin.ubuntu.com/116852 [15:04] Nash_13: ok, this looks ok [15:04] Nash_13: what's the IP of 'subnetwork'? [15:05] ivoks, my lan is 192.168.180.21 [15:05] Ng: Darn it, my bad. I'll fix straight away. [15:06] ivoks, and my subnetwork are 192.168.181.* and other [15:06] Nash_13: ah, that's the problem... [15:06] soren: great! we've just quickly worked around by changing libvirtd.conf to use the old group, but I'll revert that when there's a new package and make sure the upgrade works :) [15:06] Nash_13: what's the gateway for 192.168.181.*? [15:07] Ng: libvirtd should continue to be the right name of the group. [15:07] soren: ah good :) [15:07] ivoks, I eliminate the gateway because, with that I can conect to internet with my public ip [15:08] ivoks, I find that the two gateway cause problem [15:08] Nash_13: i understand that, my question is 'what's the gateway between 192.168.180.* and 192.168.181.*?' [15:08] Nash_13: two default gateways, yes; but ubuntu can have lots of gateways for other subnets [15:09] Nash_13: for example: route add -net 192.168.181.0/24 gw IP_of_gateway [15:09] ivoks, yes but if I put a gateway I can not conect to internet === shally87 is now known as shally87[LAMPing === shally87[LAMPing is now known as shally87[AFK] [15:09] Ng: Just chaning the name in libvirtd.conf fixed it for you, right? [15:10] changing, even. [15:10] Nash_13: just tell me the IP of gateway and shut up :) [15:10] soren: yeah, just changing the group from "libvirt" to libvirtd" [15:10] ivoks, my gateway for this net is 192.168.180.22 [15:12] Nash_13: this is what you need: http://pastebin.ubuntu.com/116857/ [15:13] Ng: Fixed. [15:13] Ng: Thanks for the pointer! [15:13] ivoks, what do the line in the end [15:14] Greetings and salutations! [15:14] Nash_13: adds gatway for 192.168.181.0/24 network [15:14] Nash_13: that's not the same as two default gateways [15:14] Nash_13: you can try it by your self [15:14] Nash_13: run: route add -net 192.168.181.0/24 gw 192.168.180.22 [15:15] Nash_13: and everything will work out [15:15] ivoks, thanks [15:16] bbl [15:16] ivoks, that is another way to put that [15:18] I need some help with cvs on ubuntu-server ... All users are members of the cvsusers group, but when new directories are included into the repository the permissions are 750 preventing the creation of a LOCK file on checkout ... is there a default umask or something that sets these permissions? [15:21] soren: thanks for the quick fix [15:22] is there such thing is Banner templates ? [15:22] sorry wrong channel [15:30] Fenix|work: Try to see if the command argument given in xinetd directive which starts cvs has -w (create new files in writable mode) [15:33] genii, -w covers directories as well as files? [15:41] where is the default bash alias list/file? [15:41] i want to copy it to my root profile so that tab completion works as shown here >> http://ubuntuforums.org/showthread.php?t=190445 [15:42] 8.04.2 server [15:42] AnRkey: /etc/bash.bashrc , the 3 lines you need to uncomment should already be there [15:43] and you need bash-completition package [15:43] * jtaji nods [15:43] bash-completion [15:44] * AnRkey scurries off to try it all [15:46] Is there a good reason why MAXNS is only 3 (resolv.conf)? [15:47] ah, there is already a bug on it [15:48] hmm, funny it wasnt uncommented [15:48] nice, thanks guys [15:49] i'm so happy now ;) [15:55] Fenix|work: Apologies on lag, work required me. I'm not currently running cvs server so can't test about the dir creation mode, unfortunately. === Morge is now known as Ko_deZ [16:07] genii, I think I've identified how to fix it... in cvsd.conf there's a Umask value... the cvs admin set it to 027, I've since changed it to 007 [16:07] Fenix|work: Ah, nice detective work === KterinK is now known as dou213 === erichammond1 is now known as erichammond === erichammond1 is now known as erichammond === erichammond1 is now known as erichammond === erichammond1 is now known as erichammond === erichammond1 is now known as erichammond === erichammond1 is now known as erichammond [16:58] scottK wow !!! Just read https://wiki.ubuntu.com/StableReleaseUpdates/MicroReleaseExceptions for clamav .. [16:58] leonel: Yes. We got that approved by the tech board. [16:58] scottK remember If you need help to test or any work related to clamav just let me know [16:59] leonel: We also got clamav updated in Hardy. [16:59] leonel: Do you have Dapper you can do backport testing on? [16:59] the hardy version to dapper ? [17:00] scottK ? [17:00] There's a version in the PPA for Dapper already. [17:00] I still need to upload rdepends. [17:01] scottK ppa url ? [17:01] leonel: https://launchpad.net/~ubuntu-clamav/+archive/ppa [17:03] leonel: One hard task I know needs doing is looking at the php-clamavlib 0.13 changes for clamav 0.94 integration and backporting them to the php-clamavlib 0.12 in Dapper. [17:03] I don't know if you're up for that, but I need to find someone who codes a bit to do that. [17:03] I hate php but I can take a look [17:04] Great. === MohammadBoozary is now known as Mohammad[B] [17:04] leonel: If you diff the php-clamav libs in hardy-updates and hardy-backports that should give you an idea. [17:04] ok [17:04] Thanks. === MohammadBoozary is now known as Mohammad[B] [17:15] Does an application need to be written to support PAE memory? Or can any standard 32 bit app take advantage of the extra memory available via PAE? [17:15] scottK is to backport clamav 0.94.2 to dapper right ?? [17:15] leonel: Yes. [17:15] chmac: if anything it'd just be a recompile I 'd have thought. [17:16] scottK ok added to my to do list [17:16] ball: Hmm, ok. I'm considering a 32bit PAE kernel versus a 64 bit kernel. [17:16] Somebody told me that most applications are not written to support PAE, so they won't be able to access the additional memory. In which case, it's a waste of time going the PAE route. [17:16] leonel: Thanks. We'll get 0.95 probably next month and it will break everything again, so best we get 0.94 to Dapper so we don't have so many versions .... [17:16] scottK ok [17:19] chmac: I suppose it depends how the address mapping is done. Do apps live in a 32-bit virtual address space that maps to the physical address space? Perhaps the kernel takes care of that for the app and the app itself never knows. [17:19] ScottK, FYI, I got dovecot to offer me the right certificate [17:20] Great. [17:20] chmac: My guess is the kernel needs to know and the apps don't care. [17:20] ball: I'd guess that PAE does something like that, so the apps don't need to know. But jrusso2 suggested different here: http://ubuntuforums.org/showthread.php?t=1042318 [17:20] * chmac re-reads the wikipedia PAE Page [17:20] chmac: is jrusso2 a kernel hacker? [17:21] ball: No idea, 1'583 posts on the forusm though :) [17:21] ScottK, can you help me with horde/imp? [17:22] Ok, so from the wikipedia article I'm guessing that PAE is a kernel hack and applications don't need to know anything about it http://en.wikipedia.org/wiki/Physical_Address_Extension [17:23] PAE's a cludge anyway [17:27] Yeah, but PAE still limits individual processes to 32-bit adressing. But really, you want to run a 64-bit kernel anyway. [17:37] maswan: for most applications, 4 Gbytes "should be enough" ;-) [17:37] hello centaur5 [17:38] Hi ball [17:45] hello mdeslaur [17:46] hello ball [18:10] anyone around here minding giving http://revu.ubuntuwire.com/p/phoronix-test-suite a REVU? [18:18] hi [18:18] i've installed my LAMP server and phpmyadmin [18:18] and change the root to home/user/public_html [18:19] how do i access the phpmyadmin installation and the ebox? [18:19] what is it's path [18:20] There's ...just ..so many things ...wrong with that ... [18:20] hat you mean genii [18:22] What you mean genii [18:38] /w/wx [18:51] Anyone knows of a simple yet powerful backup system. It will be used to take backup of a couple of linux servers :) [18:51] bacula [18:51] I have looked at bacula, and amanda but they seem quite complicated to setup [18:51] bacule seems to be everything but the kitchen sink :) [18:52] I could probably use some time to learn it, but I don't need a too advanced system :) [18:56] Kartagis: No, sorry. I'm not familiar with those. [18:59] is there a way to import ubuntu os iso's into apt-proxy caches? [18:59] use apt-cacher [19:00] instead of apt-proxy [19:00] is that a tool or an apt-proxy replacement [19:00] ah ok thanks [19:00] different port? [19:01] hmm, i could use one for the install and the other for updates [19:09] kirkland: are you around? [19:10] ball: hello [19:11] kirkland: I don't know whether you're interested in such an old data point, but I'm about to install Ubuntu Server on an old Dell box and will happily test APM suspend and resume for you. [19:11] ...not sure this qualifies as a server, but that's what I'm installing: Dell OptiPlex GX1 [19:12] ball: sure, sounds good to me [19:12] * kirkland needs to setup a wiki page for results [19:12] ivoks: i'm pretty sure that import script is not going to work with the squashfs on the iso. this is nothing to work around though. Thanks very much for this info! [19:13] doesn't ubuntu-server store packages without squashfs? [19:13] hmm, dono... checking [19:13] kirkland: hibernation works on dell t300 [19:13] ivoks: and resume? :-) [19:14] kirkland: and freq. scaling, even though it can scale from 2000 to 2500mhz :D [19:14] kirkland: and resume too [19:14] ivoks: have you tried suspend [19:14] ivoks: cool [19:14] i 'tried' [19:14] suspend command didn't do anything, so... i guess it doesn't work or isn't supported [19:15] This box predates SpeedStep [19:15] ivoks: u'r right server does not seem to use squashfs [19:16] This will take me an hour to download, so I'm off to do the dishes. [19:16] Back later. [19:16] i need desktop too though so gonna extraxt the iso and squashfs for that manually [19:16] ball, i feel for u mate, just finnished ours [19:16] man i hate doing dishes [19:16] bah [20:03] How do I modify my dhcp.conf to make my LTSP install work with a single nic? === erichammond1 is now known as ehammond [21:48] I am having a hard time mounting a usb drive. I am able to read/write via gnome, but not via command line, which is where i need it for a shell script [21:55] crackintosh_: what error do you get? === ehammond is now known as erichammond1 === erichammond1 is now known as erichammond === erichammond1 is now known as erichammond === erichammond1 is now known as erichammond === kirkland` is now known as kirkland [22:43] i am getting error E: Couldn't find package “^ebox-.*” [22:43] intalling ebox...any help on what this means [22:45] try again, copy and paste: apt-get install ^ebox-.* [22:49] Deeps: Thanks [22:54] anyone know how to create a local update server? [23:03] yes [23:03] Faust-C: http://www.ubuntu.com/getubuntu/mirror [23:03] apt-cacher [23:04] apt-cacher isn't actually local update server, but a cache server [23:04] it caches downloaded packages [23:04] it doesn't pushes updates [23:04] s/pushes/push [23:09] ivoks: I'm looking at your dovecot-postfix debdiff [23:09] mathiaz: ok [23:09] ivoks: I'm also considering merging the latest version for upstream [23:10] ivoks: debian is at 1.1.9 in experimental while upstream is at 1.1.11 [23:10] that would be wise, yes [23:10] i would go with upstream [23:10] minor versions are just bug fixes [23:17] ivoks: erichammond ty [23:17] wait lol [23:19] kirkland: so, how does one suspend a server? [23:19] kirkland: pm-suspend? :) [23:19] ivoks: ack [23:20] ivoks: and i'm using wakeonlan to wake it back up [23:20] it won't do anything once i call pm-suspend [23:20] i wake mine with impi :D [23:20] ivoks: nice ;-) [23:20] ipmi [23:20] ivoks: "won't do anything" ... ? [23:21] running pm-suspend doesn't do anything [23:21] exit status 1 [23:21] hm... [23:22] looks like i'm missing do_suspend [23:22] write(1, "do_suspend: not found\n"..., 22) = 22 [23:35] What tests are required for a server system to be listed in the Validated Hardware list ??? [23:39] i must admit, at first i was sceptical about hibernating servers, but i really like that idea [23:40] that was a good catch, kirkland [23:40] As I'm using an IBM eServer220 8646-4AX with ubuntu-server 8.10 and all is working a treat! however, 8.04LTS wouldn't detect the Serveraid 4lx card! [23:41] it didn't work on 8.04? [23:41] that old controller? [23:43] CONFIG_SCSI_IPS=m [23:43] it should work in 8.04 [23:44] hi, if i modify the PATH variable in /etc/environment shouldn't that affect the PATH when using sudo? [23:45] 'night