/srv/irclogs.ubuntu.com/2009/04/13/#ubuntu-server.txt

=== jcastro_ is now known as jcastro
vraahello! what kind of server racks do you guys use for your ubuntu machines03:03
PhotoJimI don't yet, but any rack that works well with other OSes works well with Ubuntu :)03:08
PhotoJimmy server is rack-mountable but it sits on my bar in the basement :)03:08
vraacan you look over my cart and tell me if i have selected a feasible solution? http://secure.newegg.com/WishList/PublicWishDetail.aspx?WishListNumber=1526556703:09
PhotoJimfeasible for what?03:11
PhotoJimoh, for the rack03:11
PhotoJimI'm not at all the one to ask03:11
PhotoJimI've never used one, never owned one, IT is my hobby not my job03:11
PhotoJimI am going to put a rack in a server closet in my basement once I develop it, but I have to hit up friends for advice when I do it03:11
PhotoJima 4U case is pretty tall btw... my server is 2U (but then again it was built to be a server)03:12
vraait is my hobby too, i want to build a file server03:13
PhotoJimwhat you chose looks fine if you don't mind a big machine, but you sould definitely hang around until someone who knows better can answer03:14
PhotoJimI bought a used enterprise-level file server, 2U PIII-1 GHz dual CPUs with 1 GiB RAM03:14
vraayes i will wait, i dont want to end up not being able to mount the case into the rack03:14
PhotoJimI stuck a SATA card and a couple of SATA 1 TB disks in it on RAID1 and I'm good to go03:14
PhotoJimand added a gigabit Ethernet card for the LAN (built in 100BaseTX for WAN was fine)03:14
PhotoJimsmart plan :)03:15
twbWe have gigabit everywhere... except the switches and routers :-/03:15
vraai am going to buy a cheap amd quad core and load it up with cheap sata2 cards03:16
vraaand throw in as many harddrives as i can accumulate03:16
twbvraa: so they overheat and die03:16
twb?03:16
goukiHi. Is there a way of deleting entries on /sys/class/net of non-existent interfaces without restarting the machine?03:17
twbgouki: is the problem that the (now gone) NICs are still holding on to eth0 and eth1, so that your new NICs get higher eth2 and eth3?03:18
vraai hope they dont overheat03:18
vraathe case has a 120mm fan03:18
twbvraa: if you're gonna have more than four disks, I would definitely have at least two fans, and preferably a not-shit case.03:19
goukitwb, it would not be the first time happening, but no :) I played around with IPV6 tunnel brokers and have 3 non-existent interfaces there that show up on ifconfig -a :)03:19
twbAnd of course SMART on.03:19
twbgouki: sorry, I dunno03:19
vraatwb - what qualifies a shit case vs a non-shit case, any key aspects i should look for specifically? or if you know of a good company?03:20
goukitwb, no problem. even restarting network doesn't seem to do it.03:20
twbvraa: usually it will be a name brand, and have decent reviews from respected tech publications03:21
twbvraa: if it is beige, it is probably not a good case.03:21
vraawhat are some tech publications who review server parts? i am familar only with sites like hardocp and techreport03:21
vraahaha this case is black03:21
twbvraa: in general I have been pleased with antec and coolermaster, but though a couple are horrendous (particularly some targeted at "set-top box" roles).03:22
twbTo be honest I try really hard not to use hardware at all, so I can't really recommend any publications03:23
ShoopufHello... I am trying to run "sudo iptables-save > /etc/iptables.up.rules" ... But it says "Access Denied," and I definitely input the right sudo password. Any ideas? I am trying to add some sort of rule to my iptables to block brute-force attempts :P04:26
ShoopufAny idea why the access would be denied?04:26
p_quarlesShoopuf: sudo -s 'iptables-save > /etc/iptables.up.rules'04:32
p_quarlesyou need to shell argument before sudo can redirect stdout to a file04:33
Shoopufp_quarles: I see :) thanks04:34
ShoopufDo you guys suggest keeping SSH login at port 23 or making it something else?04:38
ShoopufSeems most of the articles I read refer to 22/2304:38
twbShoopuf: sudo only affects the command, not the redirect04:47
twbiptables-save | sudo tee >/dev/null /etc/iptables.up.rules04:47
Shoopuftwb: thanks05:09
ShoopufI am just learning about Ubuntu and setting up a server... I've been using "sudo cat auth.log" to check for hack attempts... Is this the way that you guys go about checking your logs?05:10
ScottKless auth.log is what I use05:11
jtajiShoopuf: less is probably more useful05:11
jtaji:)05:11
ScottKtail is good too05:11
ShoopufOK thanks, I'll try all of those. "less" seems a lot easier to read than "cat" ... Also I just found this interesting "Ubuntu Security" forum post :) http://ubuntuforums.org/showthread.php?t=51081205:15
twbI use logcheck06:09
twbIt sends me an email each day about all the log events that I have not declared "boring"06:10
Gneagot a strange issue in 8.10 - dbus isn't properly re-running getty on the tty's if a user logs out of console - why is that?  i've tried sudo /etc/init.d/dbus restart  to no avail08:20
cjwatsonGnea: dbus isn't responsible for spawning gettys - upstart is10:35
Gneahrm10:36
cjwatson(I don't know the answer to your question, but not starting from the wrong place will undoubtedly help ...)10:36
Gneacjwatson: awesome, thanks10:40
godownerHey all...11:39
godownerAnyone here that can help me setup a mail server :( I've been trying quite a lot, with webmin, etc. can't do it :S11:42
godowner!mx11:45
ubottuSorry, I don't know anything about mx11:45
godowner!mailserver11:45
ubottuUbuntu supports the Simple Mail Transfer Protocol (SMTP) and provides mail server software of many kinds. You can install a basic email handling configuration with the "Mail server" task during installation, or with the "tasksel" command. See also https://help.ubuntu.com/community/MailServer and https://help.ubuntu.com/7.10/server/C/email-services.html11:45
godownerneed email, mx settings fella...12:29
godowner!aliases12:40
ubottuSorry, I don't know anything about aliases12:40
=== Pici` is now known as Pici
Pete_BI have a server with a SCSI hard disk (sda in fstab) and a USB-attached hard disk (sdb in fstab) for backup. If the server restarts with the USB hard disk attached Linux tries to mount the USB-attached disk as / and fails. How do I make it so Linux doesn't assign /dev/sda to the external backup disk on startup? Some of my servers do this and some don't.13:02
friartuckPete_B boot order in bios?13:10
Pete_Bfriartuck: Perhaps I was mistaken to say it boots '/'. It boots off the disk OK, into GRUB and beyond, but after a while (and I don't know the technical term here) it moves on to a section of loading the system where it moves on to the USB disk rather than continuing to use the internal disk13:12
friartuckPete_B fstab has usb-drive mounting on / instead of /media/usb or /backup?13:14
Pete_Bfriartuck: fstab has sda1 /media/backup (back in 5 mins)13:15
friartuckPete_B is that a typo? should be sdb1 /media/backup? sda1 /?13:17
Pete_Bfriartuck: yeah an unfortunately very misleading typo, sorry sdb113:19
Pete_Bfor the sake of full disclosure, the server's running Debian, not Ubuntu. I've moved from Debian to Ubuntu for my desktops and came in here forgetting I hadn't done the same for my servers :)13:20
Pete_Bjust realised this13:21
friartuckPete_B are you sure bios has sda set to boot first? does sdb have /boot?13:23
Pete_Bfriartuck: sdb doesn't have /boot. It boots OK but Linux doesn't fully load, it gets so far then fails after a couple of pages of Linux boot messages. This is well beyond the BIOS level.13:26
=== You're now known as ubuntulog
Pete_Bthanks anyway13:43
=== oruwork is now known as petia
TsepaShould in file /etc/hosts be every ip witch is assigned for computer like this way: <ip_address>     <canonical hostanme>     <server hostaname> ?14:37
Kamping_KaiserTsepa, sorry, i dont understand your question entirely14:37
Kamping_Kaiser*entirely understand your question14:38
TsepaThat, my server got thee ip's, does it need to be everyone in /etc/hosts -file?14:38
Tsepas/thee/tree14:38
Kamping_Kaisernot if your DNS server hands out the correct addresses14:39
TsepaAnd are format: <ip_addresses>    <reverse-dns>  <hostname>14:39
Kamping_Kaiserand your network is stable enough for it guarantee address delivery14:40
TsepaThose all ip's are workig at the moment.14:40
Kamping_KaiserTsepa, format is *usuallly* <ip> <fqdn> <hostname>14:40
Kamping_Kaiserassuming the format of /etc/hostname is <hostname>14:40
TsepaWhat is fqdn?14:40
Tsepacanonical hostname?14:41
Kamping_Kaiserfully qualified domain name14:41
Nafallo!fqdn14:41
ubottuSorry, I don't know anything about fqdn14:41
Nafallo:-O14:41
Tsepaare that same, witch I can get with command: host <ip>14:41
Tsepa?14:41
Kamping_KaiserNafallo, :O14:41
Kamping_KaiserTsepa, sorry?14:42
Nafallo!fqdn is <reply> Fully Qualified Domain Name, i.e. archive.ubuntu.com14:42
Kamping_Kaiser!hostname14:42
ubottuUse hostname <somehostname> to set the hostname, or to do it permanently: edit /etc/hostname  and /etc/hosts . WARNING! Make sure that your current hostname and /etc/hosts match, otherwise sudo may not work properly. Alternatively, use the gui at System > Administration > Networking on the "General" tab14:42
Kamping_Kaisercool.14:42
Kamping_Kaiserubottu, hostname is also !fqdn14:42
Kamping_Kaiserubottu, messaged me, so perhaps it'll get added14:43
ubottuError: I am only a bot, please don't think I'm intelligent :)14:43
Kamping_Kaiserubottu, we love you anyway :D14:43
ubottuError: I am only a bot, please don't think I'm intelligent :)14:43
Kamping_Kaiser!botsnack14:43
ubottuYum! Err, I mean, APT!14:44
Kamping_Kaiser<314:44
TsepaKamping_Kaiser: thanks, now I understund that hosts-file14:49
godownerNeed help with Imap and postfix admin14:50
Kamping_KaiserTsepa, hope i helped, sorry if i've not explained well, feel free to ask if you have issues later :)14:50
Kamping_Kaisergodowner, really?14:51
godowner? yeah really...14:52
godownerI've setup the postfix, tested with telnet 127.0.0.1 25, working, installed courier, how can I add user to it?14:53
godownerTo IMAP...14:53
Kamping_Kaisergodowner, by default it uses the password file, but look in /etc/courier/authdaemonrc14:54
godownerthenks...14:57
godownerHaven't found anything there mate :(14:59
godownerI'm quite noobish to this mail stuff... But do I even need IMAP login/pass?15:00
Kamping_Kaisergodowner, describe your actual problem - i'm running courier-imap locally and not having issues15:00
godownerWell I'm not sure anymore what seems to be the problem...15:00
Kamping_Kaiserwhat _is_ the problem?15:01
Kamping_Kaiserwell15:01
Kamping_Kaiserwhat made you ask thequestion?15:01
godownerIf I mail to myself from gmail.com email doesn't get there... I wish I could just give you ssh :(15:01
jpdsgodowner: You can't see email from yourself in Gmail.15:02
jpdsGmail thinks you made a mistake and hides it.15:02
godowneroh?15:02
Kamping_Kaiserjpds, (evening mate)15:02
jpdsKamping_Kaiser: hello o/15:03
Kamping_Kaiserjpds, :)15:03
godownerAny other way to just test it out if SMTP actually works?15:03
Kamping_Kaisergodowner, if i understand you correctly, you emailed f*from* gmail *to* your server you are setting up?15:04
Kamping_Kaisergodowner, is this a static IP or dynamic?15:04
godownerWell, its dynamic, but never changes xD I know it sounds silly but it actually hasn't changed in last 3 months of my  new net connection...15:05
godownerAnd I sent from gmail to my server (got deliverance error), And I sent from my server to gmail (never got there)15:06
godownerI'm probably asking silly questions since I have no exp. at all in mail servers :S15:07
Kamping_Kaiserproblem with dynamic ips is they introduce new problems into debuggfing smtp15:08
Kamping_Kaisergodowner, whats the email address on your server? I'll email you.15:08
Kamping_Kaiserand see what happens15:08
godownerdb@downbase.net15:09
Kamping_Kaisergodowner, sent, give it a few minutes to bounce15:10
godownerYou have sent it successfully?15:12
Kamping_Kaiserit sent via my ISPs smtp server, i'm waiting for the bounce.15:13
godownerk15:13
Kamping_Kaisergodowner,15:20
Kamping_Kaiser<db@downbase.net>: host mail.downbase.net[89.212.214.247] said: 550 5.1.115:20
Kamping_Kaiser    <db@downbase.net>: Recipient address rejected: User unknown in local15:20
Kamping_Kaiser    recipient table (in reply to RCPT TO command)15:20
Kamping_Kaisergodowner, is that the sort of thing you see?15:20
Kamping_Kaiserpostfix is your issue, not courier15:20
godownerokay...15:21
SWQok15:21
Kamping_Kaisergodowner, what level of logging do you have enabled? it might be worth you checking the logs to see the bounce (if its turned up that verbose)15:22
godownerI'm not sure mate... How can I check?15:22
SWQstrange strange error, ubuntu 8.10 server. Apache and ssh will not accept requests from sources not in my intranet, the ports are not blocked and being forwarded by my router the other apache servers on my network connect and show index.html. But when you attempt any sort of outside connection this one just times out15:23
Kamping_KaiserSWQ, can you describe the network(s) better? eg, the two netblocks in question, or (say) the output of ssh -vvv when connecting to the 'internal' host15:25
Kamping_Kaisergodowner, i dont remember where postfix logs sorry, it may be /var/log/syslog, or it may be /var/log/mail.{err,log,info}15:25
Kamping_Kaisergodowner, also, i dont know postfix well15:26
giovanipostfix, in ubuntu logs in /var/log/mail.{err,log,info15:26
giovani}15:26
godownerThanks...15:26
Kamping_Kaiserafiak ScottK and lamont are the people to ask about postfix, but tehy appear to be afk15:27
giovanisorry, what's the question?15:28
Kamping_Kaiser*they15:28
giovaniI have a decent amount of postfix experience ... and if I can't help ... #postfix is just a channel away :)15:28
SWQKamping_Kaiser: i have an intranet running behind a lynksys wireless router but the server in question is connected via ethernet. i am attempting to connect using a dynamic dns to my network specifically this server from the internet. the other apache servers on my network work just fine this one doesn't accept requests.15:28
Kamping_Kaisergiovani, could you help godowner ? i'm postifx ignorant15:28
SWQKamping_Kaiser: here is the output you requested15:29
SWQKamping_Kaiser: justin@devo:/etc/resolvconf$ ssh -vvv justin@192.168.1.10915:29
SWQOpenSSH_5.1p1 Debian-3ubuntu1, OpenSSL 0.9.8g 19 Oct 200715:29
SWQdebug1: Reading configuration data /etc/ssh/ssh_config15:29
SWQdebug1: Applying options for *15:29
SWQdebug2: ssh_connect: needpriv 015:29
SWQdebug1: Connecting to 192.168.1.109 [192.168.1.109] port 22.15:29
SWQdebug1: Connection established.15:29
Kamping_KaiserSWQ, pastebin please15:29
SWQdebug1: identity file /home/justin/.ssh/identity type -115:29
SWQdebug1: identity file /home/justin/.ssh/id_rsa type -115:29
SWQdebug1: identity file /home/justin/.ssh/id_dsa type -115:29
SWQdebug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 Debian-3ubuntu115:29
SWQdebug1: match: OpenSSH_5.1p1 Debian-3ubuntu1 pat OpenSSH*15:29
SWQdebug1: Enabling compatibility mode for protocol 2.015:29
giovanigodowner: what's the actual problem ... in a reasonably concise description please15:29
SWQdebug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-3ubuntu115:29
SWQdebug2: fd 3 setting O_NONBLOCK15:29
SWQdebug1: SSH2_MSG_KEXINIT sent15:29
SWQdebug1: SSH2_MSG_KEXINIT received15:29
SWQdebug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha115:29
SWQdebug2: kex_parse_kexinit: ssh-rsa,ssh-dss15:29
SWQdebug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr15:29
SWQdebug2: kex_parse_kexinit: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr15:29
SWQdebug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-9615:29
SWQdebug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-9615:30
SWQdebug2: kex_parse_kexinit: none,zlib@openssh.com,zlib15:30
SWQdebug2: kex_parse_kexinit: none,zlib@openssh.com,zlib15:30
SWQdebug2: kex_parse_kexinit:15:30
Nafallo!ops SWQ flooding15:30
ubottuError: I am only a bot, please don't think I'm intelligent :)15:30
SWQdebug2: kex_parse_kexinit:15:30
SWQdebug2: kex_parse_kexinit: first_kex_follows 015:30
SWQdebug2: kex_parse_kexinit: reserved 015:30
Nafallo!ops15:30
SWQdebug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exc15:30
ubottuHelp! Channel emergency! infinity, soren, lamont, mathiaz or tom15:30
SWQnafallo: sorry15:30
Pici!paste | SWQ15:30
ubottuSWQ: 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)15:30
SWQsorry all15:31
SWQdidn't mean to spam15:31
Kamping_KaiserSWQ, ignoring the accidental paste, i dont see anything obvious in your ssh output. SSH2_MSG_KEXINIT sent+recived seems to indicate (to me at least) that the host is reachable from whatever your external host is15:32
SWQKamping_Kaiser: thats from my internal host, i thats connecting to the machines local ip ill copy and paste the external output if you would like15:34
Kamping_Kaisergiovani, godowner 's postfix server does not seem to be accepting mail for local users15:35
giovaniKamping_Kaiser: he's pming me -- I'll see if I can help him15:35
Kamping_Kaisergiovani, i'm throwing that in since i cant see a reply above from godowner15:35
Kamping_Kaisergiovani, no worries then. if you could, reply back to the channel with a solution if you find one (the channel is publically logged, so having solution_+question woudl be great)15:36
Kamping_KaiserSWQ, wb15:36
giovaniKamping_Kaiser: sure15:36
giovaniok, so he's installed postfixadmin, to do configuration15:36
Kamping_Kaisergiovani, cheer15:37
Kamping_Kaisers15:37
giovanigodowner: can you put your /etc/postfix/main.cf into www.pastebin.ca for me?15:37
SWQKamping_Kaiser: thanks im attempting to connect via the internet now... it's stalled trying to contact port 22 well it hasn't timed out yet but thats where it seems to be heading again15:38
godownersec15:38
Kamping_KaiserSWQ, ok. can you 'host' the server in question successfully? can you telnet to the apropriate port?15:39
godownergiovani: http://www.pastebin.ca/139059815:40
giovanigodowner: ok, and what IMAP/POP server are you using/planning to use?15:41
godownercourier...15:42
giovaniok15:42
godownerManaged to install it not sure if it works OK though15:42
giovaniok, well you haven15:42
giovanihaven't configured postfix at all yet15:42
SWQKamping_Kaiser: its working locally like i've said, the dynamic dns connection isn't working for this server.  telnet can't connect either... however connecting locally is not an issue at all15:42
giovaniI recommend that you read the basic config document from the postfix team, it should get you set up15:43
godowner:S okay15:43
godownerAfterwards...15:43
godownerHow can I test it to make sure config is ok?15:43
Kamping_KaiserSWQ, you'll need to get your dyndns setup then15:43
godownermay I post it again to you?15:43
giovaniyou mean making sure the syntax is right, or making sure postfix is running?15:44
bromarHey, i have a small problem i need to see the logfile of logins on my server how do i do that ?15:44
SWQKamping_Kaiser: i've done some testing and im sure the DDNS is getting to my router, i can connect and login as well as connect to apache on other machines... this particular one seems to dislike the idea of the internet though... are there settings i may have neglected that you can think of15:44
SWQKamping_Kaiser:  login to my router that is15:45
Kamping_KaiserSWQ, are you willing to give me the dyndns address of the host (pm is fine) so i can host / telnet from here?15:45
foxbuntuHi all. Looking to bounce some devel ideas around, I am considering going to UDS this year and wanted to register a blueprint for discussion but wanted to get input/see if anyone would be interested in pursuing it as well15:45
godownerWell I wanna make sure the syntax is ok first...15:45
Kamping_KaiserSWQ, the most obvious answe ris your gateway/proxy not having the correct forwarding in place15:46
Kamping_Kaiserfoxbuntu, spit it out, but i'd suggest the email lists may be a better plac15:46
Kamping_Kaisere15:46
foxbuntuKamping_Kaiser, I will sure do that...irc is just better for me at the moment15:47
SWQKamping_Kaiser: if that were the case it wouldn't allow me to connect to other apache servers... port 80 343 and 22 are being passed to the local ip of the server... it's the only one acting up in this way and ill pm you the address one sec15:47
Kamping_Kaiserfoxbuntu, i'm happy to hear you out :)15:47
Kamping_KaiserSWQ, ok15:47
foxbuntuKamping_Kaiser, One thing from the management persepective when working at a Network Admin is a Unified Management Interface, I know this is a gaffe but, sort of Like WMI in Windows15:48
foxbuntusomething that all applications can report logs to, can be controlled from ect15:48
Kamping_Kaiserwhats WMI?15:49
foxbuntuso a network app, or script can attach to via a stanard proto15:49
foxbuntuKamping_Kaiser, Windows Management Interface15:49
Kamping_Kaiserfoxbuntu, for those of us not familar with windows (sorry! :D), whats it /do/?15:50
Kamping_Kaiserfoxbuntu, i've not worked with windows in any real sense for over 12 months, and not with servers *at all*15:51
foxbuntuKamping_Kaiser, simply, everything, rather than writing code to interact with each application or to run shell command ect, you can just connect to WMI via a proto across the network and control all the actions of the machine or gather data about the machine through simple SQL-like queries15:51
foxbuntuKamping_Kaiser, it's unfortuantly my day job15:52
Kamping_Kaiserfoxbuntu, my sympathies.15:52
foxbuntuKamping_Kaiser, MS pays the bills, its always busted :D15:52
ScottKUp until a couple of days ago we had a wmi client in Ubuntu.15:53
SWQtruer words have never been uttered15:53
bromarDose someone know if there is a logg file of logins on a server and if how to get it ?15:53
Kamping_Kaiserfoxbuntu, i suspect Ubuntu is the correct place to launch your idea, and i suspect it would be well recieved. I personally add the following proviso: as long is it doesnt remove the UNIX methods in the system15:53
giovanigodowner: this is the document you'll want to read: http://www.postfix.org/VIRTUAL_README.html15:53
ScottKIt was pretty irretreivable broken, so I had it removed from Jaunty though.15:53
Kamping_KaiserSWQ,15:54
Kamping_KaiserSWQ,00:21:31 kgoetz@wesnoth:~$ host parkerwelding.office-on-the.net15:54
Kamping_Kaiserparkerwelding.office-on-the.net has address 192.168.0.315:54
Kamping_Kaiser 15:54
Kamping_KaiserSWQ, your host has an unroutable IP set for its public IP. fix it, and all shoudl work :)15:54
foxbuntuKamping_Kaiser, no, I just want it to be part of the OS and to be an common API that could be used by any application15:54
ScottKbromar: less /var/log/auth.log15:54
Kamping_KaiserSWQ, ops, sorry, this is the channel not PM, my apologies :(15:54
SWQkamping_kaiser: no worries this is going to seem a bit newbish but how do i correct this problem?15:55
Kamping_Kaiserfoxbuntu, well... good luck. it'll be quite an intrusive change (like the launchpad-integration), and yvmv.15:55
foxbuntuKamping_Kaiser, thanks. I hope I can help push it into change. It would make the sell a little easier to convert some Windows machines to Ubuntu :D15:56
Kamping_KaiserSWQ, this will be equally noobish - i dont know. double check your dynddns settings. if theres a 'public' vs 'private' ip, check you have them the crrect way around15:56
foxbuntuI will go hit the mailing lists when I have some time15:56
Kamping_Kaiserfoxbuntu, personally i'm not a fan of software being recompiled with an arbiary 'standard' api, but i can see why some would like it. good luck with your quest - i'll keep an eye on ubuntu-servers list ;)15:57
foxbuntuKamping_Kaiser, thanks!16:00
Kamping_Kaiserfoxbuntu, :)16:01
Kamping_KaiserScottK, 'evening, btw16:01
ScottKo/16:01
Kamping_Kaisersorry for dropping your name before, hope you didnt get pinged16:02
SWQwell funny story i figure out what was going on... but now theres a whole much larger can of worms..16:05
Kamping_KaiserSWQ, \o/16:05
SWQwhy oh why was it allowing my to see machines inside of my network with the "unroutable" ip16:05
SWQi appreciate the help16:06
Kamping_Kaiserpresumably becaues all your hostsa re on the unroutable address, so you could see them all16:11
=== smultron_ is now known as smultron
=== bdmurray_ is now known as bdmurray
godownerHow to completely remove a package? So there is nothing left?16:50
godownerI manually edited something and now whenever I aptitude reinstall it, it gives an error16:51
Kamping_Kaisergodowner, --purge remove16:51
godownerthenks a lot16:52
SWQkamping_kaiser: i played around with the address and stuff in etc/network interfaces and now i can connect to the server you the ip that was now working before17:04
SWQkamping_kaiser: i am puzzled to say the least17:05
Kamping_KaiserSWQ, puzzled bout what?17:13
fevelhello17:20
fevelhow can I make ufw allow anything from pop3.riotravel.com.br17:20
fevelufw allow from pop3.riotravel.com.br didnt work17:20
jdstrandfevel: sudo ufw allow from `host pop3.riotravel.com.br | awk '{print $4}'`17:22
jdstrand(assuming that the ip address is in column 4 for your locale)17:22
jdstrandfevel: you must use an ip address17:22
feveljdstrand: really?17:22
feveljdstrand: I cant use a domain name?17:22
jdstrandfevel: that is correct17:23
fevelthat sucks because the pop changes ip all the friggin time17:23
jdstrandit is generally not considered a good idea to use a domain name in your firewall17:23
fevelgot it17:24
fevelthanks for the tip17:24
foxbuntufevel, do an nslookup on the domain name and grab all the IPs17:24
fevelIok17:24
foxbuntuthen create a rule for each ip17:24
fevelgot it17:24
fevelbetter than leaving it open for a dns spoofer17:24
foxbuntuyup17:24
fevelok17:24
fevelIf I really wanted to do it I could add it manually to before rules right?17:25
feveljust checking17:25
foxbuntufevel, Im sure they use DNS round-robin to swap the IP based on the request (which is normal for a datacentre)17:25
foxbuntufevel, sorry i didnt understand your question17:26
fevelIf I wanted to add the dns rule I could add it to the before.rues the old fashion way right?17:26
foxbuntuim not sure, but adding a dns entry into a firewall policy is a very bad idea17:27
fevelforget about it, I aint doing it the wrong way anyway... now that I know better17:27
godownerOne question, can I login only once as sudo so I don't have to write it everytime I want to execute a command line on admin level?17:27
foxbuntufevel, unless you prefer I take control of your system for you ;) j/k17:27
foxbuntugodowner, yeah sudo -i17:27
fevellol17:28
godownerthank you xD17:28
=== manjo is now known as manjo_brb
fevelcan I tag a rule on ufw or something so I later on know what that ip stands for?17:31
foxbuntui dont think so17:33
feveldarn17:33
fevelthats not good for documenting17:33
foxbuntufevel, but if you really need to know what an ip is, nslookup <ip> will tell you :P17:33
fevelok17:33
Kamping_Kaiserfevel, you cant via ufw, but you could manually edit the ufw config(s)17:35
fevelKamping_Kaiser: should I (your opinion)17:36
Kamping_Kaiserfevel, if your additions to the files are comments, i dont see why not17:37
fevelKamping_Kaiser: dont really see the need... with nslookup17:37
fevelKamping_Kaiser:  yes your right17:37
foxbuntufevel, really doesnt matter if you comment the lines out I personally do it with my larger IPtables confs17:37
foxbuntufevel, but with a few lines you will likely look at again...its a matter if its worth the time to do it17:38
foxbuntugl fevel i gtg17:38
fevelyeah I guess Ill leave it for now17:39
=== simplexi1 is now known as simplexio
=== manjo_brb is now known as manjo
slestakanyone using likewise open with their ubuntu?  I am using a combination of the LWI enterprise and LWO18:31
krautmoin18:34
OscarTGhow do i add a new user to the sudo group?18:36
slestakOscarTG: I think they just need to be member of admin group18:38
OscarTGi am a member of the admin group and need to added another user and need to give them sudo use18:40
jpdsOscarTG: sudo adduser $username admin18:42
giovaniOscarTG: if you add a user to the admin group, they can use sudo18:42
OscarTGso i already made the user how to i add them to the admin group18:42
slestakman usermod, don't forget to use the -a switch for append, or their only group will br admin18:43
giovaniOscarTG: usermod -aG admin USERNAME18:44
jpdsOscarTG: My command still applies.18:44
jpdsOscarTG: man adduser: "If called with two non-option arguments, adduser will add an existing user to an existing group."18:44
reidhi, if I'm trying to install ubuntu on an old comp, should I use ubuntu-server, and just install what i need?19:09
reidI'm not very familiar with the package19:09
ivoksyou want server or desktop?19:10
reidwell19:12
reidits going to be a torrent box19:12
reidso I really have no need for GUI19:12
reidafk now though =P19:13
foxbuntureid, I would use desktop and remove/dont select X19:13
foxbuntureid, the server kernel has some differences that make things more difficult for you19:14
foxbuntuthat could*19:14
ivoksserver kernel has support for PAE19:14
ivoksold cpus don't support PAE and fail to boot ubuntu server19:14
olcafoI accidently deleted a virtual image on my development machine with it was running. What struck me as odd is that it kept running without any problems until I shut it down. The VM doesn't seem to be reliant on the image even when copying and create new files, does anyone know how the image files actually used? (online documentation link would be nice.)19:15
foxbuntuolcafo, what VM host?19:16
olcafoKVM on an intrepid box.19:17
olcafothe client was an old 7.04 install.19:17
olcafothe VM worked for several hours, it was quite erie.19:17
reidfoxbuntu: thank you19:19
foxbuntuolcafo, allot of that stuff is in swap/memory when running19:19
reidivoks: the cpu is not that old, just not very high end and 4 years old or so19:19
olcafoI'm asking because I am developing a KVM over iSCSI solution, knowing that there won't be much traffic to the image would be usfull info.19:19
foxbuntuolcafo, cool...19:21
olcafofoxbuntu: but the system didn't even detect that the drive was missing!19:21
olcafofoxbuntu: yes, it will be if I get approval.19:22
foxbuntuolcafo, Im not too sure about KVM but I know with vmware and virtualbox they try to minimize the disk i/o because its allot slower than physical disk19:22
ivoksreid: cat /proc/cpuinfo | grep pae19:22
ivoksreid: that will tell if pae is supported by your cpu19:22
=== mathiaz_ is now known as mathiaz
=== ivoks_ is now known as ivoks
=== Buffalo_Soldier is now known as BuffaloSoldier
=== zul_ is now known as uzl
=== uzl is now known as zul
ivoksmathiaz: do you have a minute?20:14
mathiazivoks: sure - plenty of them in a day :)20:15
ivokshehe20:15
giovaninot enough!20:15
ivokswe aren't going to ship dovecot-postfix as part of mail stack?20:15
ivokssince, it's not part of the mail task in installer's tasksel20:16
mathiazivoks: http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/ubuntu.jaunty/annotate/head%3A/mail-server20:17
mathiazivoks: ^^ says no20:17
mathiazivoks: it's probably too late now in the cycle to get this added.20:18
mathiazivoks: we should discuss this option for the next release cycle.20:18
ivoksi thought it was added, so i never checked that20:18
ivoks;...(20:18
ivoksmathiaz: how about one more iteration of dovecot-postfix?20:20
mathiazivoks: well - we've come a long way.20:20
mathiazivoks: what do you mean?20:20
ivoksthere are some non-critical bugs, but should be fixed20:20
ivoks1) no documentation for dovecot-postfix20:21
ivoks2) dovecot is restarted before symlinks for certificates are created20:21
ivoks3) (feature) ntp should be added as dependecy20:21
ivoksi've created debdiff for all of this, so...20:22
mathiazivoks: ... that's karmic stuff20:22
ivoksok20:23
ivokswe will get bug reports about this20:23
ivoksdovecot will not start on installation of dovecot-postfix20:23
ivoksin certain situations20:23
petiaivoks !20:33
Sam-I-Amopenldap + gnutls = frustration++21:07
cellofellowWhat's a Wiki engine that works with either FastCGI or SCGI? I wanted to use MoinMoin but I think it only works on Apache with mod_python and I'm using Cherokee instead.21:29
* andol is pretty sure MoinMoin runs from FastCGI...21:32
andolhttp://moinmo.in/HelpOnInstalling/FastCgi21:32
cellofellowoh, hey, thanks21:32
cellofellowfor some reason I quit googling after finding nothing on SCGI. :P Silly me.21:33
cellofellowCherokee has these lovely Cookbooks in the docs with step-by-step setup for various apps, but MoinMoin is not one of them. Maybe I should write one once I figure this out.21:35
MTecknologyWhat happened to aptitude update showing a number of packages that need to be upgraded after being run and that pretty list of stats when I log into my server? I loved those new features21:43
reidis there an easy way to torrent things in the console?  i.e. SSH to my server, and torrent within the console21:46
jpdsreid: Tried using rtorrent?21:47
reidnope thats what I was asking though =)21:48
ikoniatorrentflux for a web interface21:48
reidahh here we go, google probably has it from here21:48
reidooo21:48
reidthanks also ikonia, that might be exactly what i want instead21:48
reidikonia: this is the most amazing thing I have ever seen in my life.21:49
cellofellowWith the PPA version of Deluge you can install only the web UI, works great for a server (the PPA version has the different UIs parceled out into different packages).21:52
fr500ikonia: I use transmission daemon21:54
cellofellowI did transmission for a while.21:54
fr500and?21:57
fr500it's good for me21:57
fr500I used to have azureus on my headless server21:58
fr500but it was way to much21:58
cellofellowwell, when I used it with the Clutch webui it was before Clutch was bundled into it, so it was a little clumsy. Neither has a built-in scheduler but with cron and a few commands to the console UI Deluge can be scheduled. Clutch also lacked any authentication of any kind, or SSL.21:59
=== lamont` is now known as lamont
cellofellowEither way, both Clutch and Deluge WebUI closely mirror the looks of the desktop UIs. Not so much with Deluge and more so only if you use the AJAX Template.22:03
OscarTGso i am looking around and reading a few placed that by defualt linux is set up to only have 4 serial ports.  Is this still true?22:49
TsepaPlease help: My ubuntu-server does not found own ip with command host <hostname>23:04
=== Tsepa is now known as Anubis
=== Anubis is now known as Tsepa
danny-Is there any alternatives to samba, thats uses the smb protocol aswell23:12
OscarTGok so looks like it is still true.  can anyone help me set up a 16650 4 port serial card?23:19
OscarTGfrom what i can see i need to add a kernal command to grub.23:20
=== asac_ is now known as asac
OscarTGwhat kernal is being used in 8.1023:48
cellofellowwhat's a good LDAP server?23:56
mathiazOscarTG: Linux kernel 2.6.2723:56
mathiazcellofellow: try openldap23:56
cellofellowok23:56
cellofellowcan only find a virtual package openldap-utils. found another server, though: slapd. That any good?23:57
mathiazcellofellow: yes - slapd in the openldap daemon23:59
mathiazcellofellow: yes - slapd *is* the openldap daemon23:59
cellofellowok23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!