[00:28] How can I change my server password? [00:29] passwd [00:30] !passwd [00:30] Sorry, I don't know anything about passwd [00:56] J-_: for your user name? used passwd [00:56] use* === PrivateVoid_ is now known as PrivateVoid === erichammond1 is now known as erichammond === PrivateVoid_ is now known as PrivateVoid [02:30] Does anyone know how I can have my iptables rules added at boot? [02:34] Are there command-line utilities that do the same thing as the Network Configuration GUI? [02:34] In particular, define and apply different Profiles? [02:36] ifconfig, depending on what your wanting to do I think. [02:40] ifconfig is very low level [02:41] i'm talking about the higher-level 'Profiles' that the GUI supports [02:41] warchief_ryan: If you configure ufw, it will run at boot. [02:41] I have, but I want to use just iptables [03:22] does hardy still have /etc/rc.local? if so you could put a iptables-restore in there [03:24] why would I do that? [03:25] I want my rules added, wont that just restore to default? [03:26] not if you restore from a dump you made. [03:28] ok, how? [03:30] iptables-save and iptables-restore are both <40 line man pages. its not very complex. [03:34] complex maybe not, but the man pages don't really explain throughly enough, mainly about the process [03:35] like if its dumping it to somewhere or if ive got to state where to dump [03:36] afaik its as hard as iptables-save > /root/dump && echo "iptables-restore < /root/dump " > /etc/rc.local # again, assuming that rc.local exists andd is used [03:39] k thanks, ill try === PrivateVoid_ is now known as PrivateVoid [04:18] anyone have time to help a complete noob? [04:20] hi all [04:20] khaotik: we were all noob's at once, just ask you question :) [04:22] well i would like to attempt to set up one of my machines to run ubuntu server. I have never dealt with any server OS before. ive been using ubuntu desktop for over 1 year. [04:22] i tried installing ubuntu JeOS server on VMWare fusion, but i am not sure if i am suposed to use it only to prepare an appliance or can i use to develop my web app in it... ( care to clarify that? ) but my main question is... Do man comes with JeOS? cause when i try to man something i get command not found [04:23] i have an old laptop i would like to use. is there any limitations or specifications of hardware i should use or stay away from? [04:25] did i get disconected? [04:27] :/ [04:27] No. [04:27] ok [04:27] :) [04:28] For a test server most any hardware will do. [04:28] Actually for most server applications hardware is less critical than desktop since you aren't running X and a bunch of heavy apps. [04:30] are you answering me? i am asuming you are answering khaotik [04:32] lrojas: sudo aptitude install man [04:33] my bad i had to take the dog for a walk [04:33] hads, thanks [04:34] JeOS is exactly the same, just a minimal install [04:34] does anybody knows if i intend to run the ubuntu server under a VM, installing from the JeOS iso is better than from the regular server ISO? [04:35] the reason i ask i have an old HP laptop that has 512 MB RAM 40 GB hardrive and pentium 4 1600 Mhz. would that be something sufficient to run on? [04:36] good night may be you can helpme somebody knows where is magicfab i am loking for him [04:39] hads, thanks again didnt realize that you had answered me before i asked my question [04:44] well i tried installing ubuntu server on it. everything seem to load fine. then when i tried to install a GUI for it it crashed [04:49] lrojas: No problem [05:16] anybody can give me a sugestion, regarding runing ubuntu server on a Virtual Machine ( VMWare ), should i install it as JeOS Server? or is that only used to make appliances and for more general purposes the standard server is ok? [05:17] As I mentioned it's the same thing, JeOS is just a minimal install. [05:31] My apache child processes are using around 20-30 MiB of physical memory after serving a few requests. Does that seem normal? [05:32] When the child is freshly created it uses < 1 MiB [05:41]
  • jjkkll === chmac is now known as chmac_away === Dedicated is now known as dedi_away === dedi_away is now known as Dedi [07:34] chmac_away: this can be normal..do you run e.g. php app's? [07:35] skep: Yeah, running large bloated php apps, phpnuke being the worse, and WordPress [07:39] i would say its normal then..the default limit is 64MiB afaik.. [07:39] for child mem use [07:43] skep: The MaxClients at 150 was killing my server [07:43] I've reduced it to 18 now though, so hopefully it'll behave from now on [07:44] hehe [07:45] chmac_away: you could also reduce the ServerLimit to the same number.. [07:46] skep: I don't have a ServerLimit in my apache2.conf... === chmac_away is now known as chmac [07:48] skep: Ok, I see how it works. I'll keep that in mind if we have problems down the line. Thanks. === mdz_ is now known as mdz [11:06] New bug: #267696 in mysql-dfsg-5.0 (main) "mysqldump fails silently against mysql 4.0 server" [Undecided,New] https://launchpad.net/bugs/267696 [11:15] i need libcxa.so.3 where can i get it? [11:36] New bug: #267701 in php5 (main) "php5 session files purge cron job not working outside /var/lib/php5" [Undecided,New] https://launchpad.net/bugs/267701 === Dedi is now known as dedi_away [12:26] hsn_: libcxa.* should be in intel compiler packages..are you sure that this file isn't already on your filesystem? perhaps search via find.. [12:28] hsn_: so perhaps you just need the dev package for your compiler.. === dedi_away is now known as Dedicated [13:17] hi all [13:17] anybody aake? [13:19] awake... awake... awake... [13:20] * lrojas ponders at the cavernous cacophony in here [13:31] The keyword is patience. [13:32] Also, most people don't bother answering "anybody awake" sort of questions. There's 107 people in here. The noise of everyone responding to those kinds of questions would be horrible. Just ask your question. [13:51] i just installed ubuntu server, and i was following the documentation to install lighttpd + ruby + rails, everything installed ok but now when i try to access the site, it says conection refused... what am i doing wrong? [13:58] lighthttp running? [13:59] well, i am following this instructions : https://help.ubuntu.com/community/RubyOnRails#Lighttpd%20Installation, i executed the command for running the lighttpd service but when i check if it's up, is not [13:59] * zul really really hates libtool === mdz_ is now known as mdz [14:08] lrojas: Try "sudo /etc/init.d/lighttpd stop ; sudo /etc/init.d/lighttpd start" [14:08] lrojas: Do you have another webserver running on the machine, perhaps? [14:11] soren, not that i know of, is a fresh install of ubuntu... [14:12] soren, i dont want to use pastebin for 6 lines, can i paste them here? [14:14] No. [14:14] -> pastebin. [14:16] http://pastebin.com/d5fbcfee3 [14:20] looks good..and localhost in your webbrowser gives you connection refused? [14:22] if it is any help, here is my /etc/lighttpd/lighttpd.conf http://pastebin.com/d109af8e3 [14:25] whats the output of "sudo netstat -ap | grep www" after starting lighthttpd? [14:26] And just as interesting: [14:26] sudo netstat -apn | grep lighttpd [14:27] soren: but doesn't the n parameter converts www/lighthttpd into 80? [14:27] ah no..mixed something up..its ok [14:27] skep yes [14:28] skep i get conection refused [14:28] -n turns 'www' into 80. Nothing else. [14:28] <\sh> guys...does anyone run a hp dl3x5 with a p400i for system hds and a p800 for MSA storage? looks like that even if the bios is saying: p400i is the default boot controller, our grub and kernel doesn't want to boot [14:28] Well, it skips any sort of name/service resolution [14:28] \sh: What happens? [14:29] <\sh> soren: well, it should boot...but it doesn't :) [14:29] <\sh> no errors during installation (server) [14:29] sudo netstat -ap | grep www returns nothing [14:30] lrojas: What about "sudo netstat -apn | grep lighttpd" ? [14:30] nothing either [14:30] ps aux | grep light [14:31] \sh: I hope you're typing more info and not just waiting for an answer.. [14:31] it only returns the grep itself [14:32] lrojas: you could also check out the logs in /var/logs for something lighthttpd related..maybe in messages or the lighthttp logs itself (if there are any) [14:33] <\sh> soren: I'm running between my desktop and my server ;) [14:34] <\sh> strange..after installation the server doesn't boot up as expected...now I "reinstalled" grub from the "rescue system"...and now he finds the devices correctly, but totally wrong from grubs menu.lst now (which was during installation (hd1) and now it's (hd0))..no cold boot done [14:34] Just change the boot entry in grub? [14:38] how do i cd into /var/log/lighttpd ? i get permission denied, if i do sudo cd /var... i get cd commnad not found [14:39] <\sh> soren: i did...but something goes wrong during installation via d-i and the final system...I'll have another machine with the same setup tomorrow...so I can check a bit more [14:40] <\sh> soren: btw...do you have any clue how udev setups the devicenames for NICs? It looks a bit strange when the onboard and the other 4Gi NICs are somehow randomly counted... [14:42] \sh: It's random. [14:44] Upon discovering the pci devices, the modules are loaded. The modules's initialisation phases might overlap, and then you get a somewhat odd ordering of the interfaces. [14:44] You can fix it up in /etc/udev/rules.d/70-persistent-net.rules [14:45] You can even assign arbitrary names to nics in there. (i.e. you can name them according to function "wan", "dmz", "office", "prod", "test", etc.) [14:47] <\sh> soren: yes..I know, I just thought that it happens via a non-random system e.g. pci-id dependent [14:58] <_ruben> ugh .. i really oughta setup a netboot environment .. this vritual media over lan is performing like shit :/ [15:03] <_ruben> now it seems to stall even earlier .. sigh [15:12] New bug: #267671 in samba (main) "bug of samba" [Undecided,New] https://launchpad.net/bugs/267671 [15:17] lrojas: "sudo tail -f /var/log/messages" and/or "sudo tail -f /var/log/lighthttp...." and with these commands running try to (re)start lighthttpd and check if something is added to the logs [15:37] _ruben: "virtual media over lan"? [15:37] _ruben: Well, really "vritual", but I presumed that was a mistake :) [15:38] <_ruben> soren: its a feature of this machine, as part of the remote kvm card in it .. it allows to mount isos over the network to be used as a virtual cdrom drive [15:38] Oh. [15:39] <_ruben> moved the iso from fileserver to my local system .. atleast feels faster .. perhaps im able to actually finish the install now :) [15:44] <_ruben> bah .. cheered too early .. stalled on "Retrieving lvm2-udeb" [16:13] My dovecot-imapd is showing this error in the /var/log/mail.log file >> Sep 8 17:09:13 homeserver dovecot: imap-login: Aborted login (0 authentication attempts): rip=192.168.0.2, lip=192.168.0.5 [16:13] i cant connect to the imapd from evolution or thunderbird [16:14] any suggestions? [16:14] are you using the right password? [16:19] haha [16:19] i think i am beyond that yes :D [16:19] found the prob [16:19] i had sasl auth only on [16:20] it's always something simple that messes everything up :D [16:20] thanks anyway [16:51] New bug: #267802 in nagios2 (universe) "Home Folder for Nagios is wiped on Reboot" [Undecided,New] https://launchpad.net/bugs/267802 [17:11] sommer: hi! do you have time for some quick comments regarding the ufw documentation? [17:34] lamont: hi! I have on my todo list to do the LP stuff for the bind9 SRU. I don't (yet) see that it is uploaded. can you ping me when you upload and I'll do the LP stuff? [17:37] jdstrand: can I ping you in about 2 hours? [17:38] sommer: sure. ping me when ready (I may be out, but will certainly be available around that time) [17:41] jdstrand: git clone git://git.debian.org/~lamont/bind9.git [17:41] :-) [17:41] or was I packaging it? [17:41] lamont: oh, I thought you said you'd upload [17:41] (I thought that was where we left it) [17:42] right [17:42] sorry [17:42] np at all [17:42] I'll get to that tonight, I expect [17:42] cool-- feel free to ping me when uploaded [18:27] New bug: #263840 in samba (main) "smbpasswd crashed with SIGSEGV in dump_core()" [Medium,Incomplete] https://launchpad.net/bugs/263840 [18:32] <_ruben> bah .. most neboot tuts are geared towards -desktop, not -server :/ [18:33] <_ruben> s/neboot/netboot/ [20:05] anyone know what to set in the preseed file to get the new computers to authenticate users against the domain? [20:06] Goosemoose: have you looked into using the late_command option ? [20:06] yeah i just cant seem to get likewise to work right [20:07] Goosemoose: AFAIR the likewise-open package doesn't support preseeding the domain part [20:07] that would be bad, i dont want to manually go join 250 machines to the domain [20:07] Goosemoose: IIRC you can pass the administrator password on the domain-join command line [20:07] hmm [20:08] Goosemoose: so you can use the late_command option to perform the domain-join and adding likewise-open to the list of packages to be installed [20:08] ok ill have to figure out the domain-join part, i must have something wrong with it [20:08] Goosemoose: be aware that the preseed will go uncrypted on the network [20:09] i used MD5 for the admin user on the machine, I'm guessing domain-join doesn't support that? [20:09] Goosemoose: another solution is to setup ssh public keys on installs and then ssh into the box to do the domain-join [20:10] i'd rather avoid that if i can [20:11] Goosemoose: right - it seems the first you'd have to take is to figure the domain-join command line [20:11] ok [20:11] im going to look on the forums some more [20:12] Goosemoose: once you've got the command line, you can choose where you want to automate it : late_command in preseed (less secure depending on your installation environment) or via ssh [20:12] ok [20:25] hmm, i just installed likewise-open on a machine via sudo apt-get install likewise-open, but the domain-join command does not exist [20:25] is there another dependency? [20:25] nvm its domainjoin-cli [20:26] jdstrand: pinger [20:27] sommer: hey [20:27] ufw has some new options? [20:27] sommer: I just have a few really small things [20:27] sommer: 1) ufw has 'status' and 'status verbose' [20:28] jdstrand: ah, I'll note that [20:28] sommer: 2) until case-insensitive profile names are in place, when referencing applications profiles, we should use a capitalized first letter [20:28] sommer: eg 'Samba' or 'Apache' [20:29] okay, are the --update-new options the same?... I thought there were some changes, at least from the one email thread [20:30] sommer: let's get back to that in just a sec [20:30] heh, no problem [20:31] sommer: you say: "Similar to allowing traffic to a port, enabling an application profile is accomplished by entering" [20:32] mathiaz: do you have an opinnon on bug #267701 [20:32] Launchpad bug 267701 in php5 "php5 session files purge cron job not working outside /var/lib/php5" [Undecided,New] https://launchpad.net/bugs/267701 [20:32] sommer: but there really isn't a concept of 'enabling an application profile" [20:32] sommer: it's really, just using it, like you might use a protocol name in /etc/services [20:33] sommer: you use 'enabled' in a few places in there, so the workding may need to change somewhat [20:33] sommer: does that make sense? [20:33] jdstrand: I think so [20:33] sommer: ok good-- eg "To view details about which ports, protocols, etc are enabled for an application, enter:" [20:33] zul: we should find out why php is creating session in /tmp/ [20:34] sommer: here, just do s/enabled/defined/ [20:34] zul: or which module is causing that - and fix it there [20:34] mathiaz: cool.. [20:34] sommer: now to your previous question [20:35] sommer: 'ufw app update ' only does something if you used the profile 'foo' in your rulesets [20:35] sommer: otherwise it's a no-op [20:36] jdstrand: gotcha [20:36] sommer: 'ufw app update --add-new ' will do as above, but will also add a rule to your existing rules if the default application policy is changed away from 'skip' [20:36] sommer: no packages do that currently [20:37] sommer: unless you are going to talk about how an administrator can use applications profiles, you might want to just skip mentioning '--add-new' [20:37] sommer: what do you think? [20:38] jdstrand: I think that'd be simpler [20:38] (it is in the man page) [20:38] sommer: I agree [20:38] sommer: it was always intended for maintainer scripts, and possibly for advanced sysadmins [20:38] jdstrand: cool, I'll rework that bit [20:39] sommer: that's all I have. thanks *soo* much for the docs :) [20:39] jdstrand: np, thank you [21:11] jdstrand: ufw section updated :-) [21:12] jdstrand: it may be tomorrow before the changes appear on the website though [21:12] \o/ [21:12] sommer: ok, I'll check then [21:12] sommer: thanks again [21:13] welcome :) [21:28] hello [21:28] I am doing [21:28] I am trying to install something [21:28] and apt-get blocks me [21:28] The following packages have unmet dependencies. libdb4.6-dev: Conflicts: libdb4.3-dev but 4.3.29-11ubuntu1 is to be installed [21:28] How do I have both? [21:30] I have no idea if this is sane, or works, but have you tried installing that dependency by itself [21:30] arakthor: you mean from source? [21:30] or just apt-get install libdb4.3-dev ? [21:31] does not seem to make much difference installing it alone [21:31] apt-get install libdb4.3-dev is what I meant [21:32] err [21:32] sorry [21:32] 4.6 [21:32] libdb4.3-dev is already the newest version. [21:32] if I do that [21:32] 4.6 [21:32] then I get [21:32] The following packages will be REMOVED apache-dev libdb4.3-dev [21:32] removing apache-dev might be very bad [21:32] ah [21:34] zeth: I've seen such behaviour after enabling "proposed" [21:36] oh right [21:36] yes [21:36] that sounds good [21:36] know how I can fix it? [21:36] Look through my sources.list? [21:38] I'm on ubuntu desktop, but on server, yes, edit sources.list seems sensible [21:39] no proposed there [22:22] ScottK: bug #267901 [22:22] Launchpad bug 267901 in smart "smart does not correctly verify packages coming from archives." [High,Fix released] https://launchpad.net/bugs/267901 [22:23] ScottK: I uploaded a fix.