/srv/irclogs.ubuntu.com/2010/10/11/#ubuntu-server.txt

daroneanyone have installed ubuntu-server on thin client?00:08
daronesomebody here?00:09
* eboyjr doesn't understand why you would install a server on a thin client00:24
eboyjrunless its an x server :)00:24
detrixI am trying to set up my server with static IP.  I have configured the interfaces file, and the resolv file.  I can ping any computer on my local net, but not on the internet.01:49
NoobFukaireyou also need a default route01:49
NoobFukairelike ip route add default via 192.168.0.1 dev eth001:50
NoobFukairewhere 192.168.0.1 is your router01:50
NoobFukaireif you have something like that, you may also need to setup your dns01:50
detrixroute -n does show a correct gateway to my router (192.168.1.10)01:50
NoobFukaireor at least check your resolv settings01:50
NoobFukairecan you ping 192.168.1.19001:51
NoobFukaireerr01:51
NoobFukaire192.168.1.1001:51
detrixoops sorry the router is at 192.168.1.1   the server is at 192.168.1.1001:51
NoobFukairecan you ping 192.168.1.101:52
NoobFukaire?01:52
detrixI have pinged the routher01:52
detrixyes01:52
NoobFukairecan you ping 209.85.225.106 ?01:52
detrixat the moment yes.   because I had to use dhcp.  one moment....01:54
detrixOk, yes I have pinged 209.85.225.10601:56
detrixNoobFukaire, thanks for your help.  for some reason it is now working.01:57
=== Pilif12p|afk is now known as Pilif12p
uvirtbotNew bug: #658036 in samba (main) "package samba 2:3.4.0-3ubuntu5.7 failed to install/upgrade:" [Undecided,New] https://launchpad.net/bugs/65803602:46
ehndeis there a xen optimized kernel and virtualzation utilties set and ready to go?03:02
ehndeor does this require a good deal of configuration to get running?03:03
twbehnde: Ubuntu can be a DomU out of the box.  It can't be a Dom0 -- that isn't supported.03:03
ehndethat was what i was wanting, a Dom003:03
twbYou can't have it03:03
ehndeany other type I hypervisor solutions?03:04
twbThe virtualization technology Ubuntu recommends is KVM.03:04
ehndei've always preferred and been most comfortable on ubuntu, would rather use it03:04
SivartsI need to access an ubuntu computer behind a firewall via SSH without forwarding ports. I have tried autossh but some of my locations don't maintain the connection and I'm left without access..any ideas or solutions?03:09
twbSivarts: you have ssh access to the firewall?03:10
twbssh -oProxyCommand='ssh firewall -W %h:%p' foo03:11
Sivartstwb nope, basically I have servers that run kiosks at different 3rd party stores, I don't maintain their networks and they're all different so I don't bother trying to forward ports03:12
twbSivarts: then there is NO WAY to guarantee a connection initiated externally will get through.03:13
twbAs you saw, ssh -w, even wrapped in autossh, is pretty flaky.03:13
Sivartstwb Well if theres a way to for it to keep trying that would work, these stores just use basic routers no security or anything like that03:14
twbI suggest you try openvpn or some other UDP-flavoured VPN.03:14
=== Pilif12p is now known as Pilif12p|afk
Sivartstwb ok yeah and autossh worked great it just seems like over time (having the computers on for a day or two) I could not longer connect on my computer03:15
Sivartsdoes openvpn make it through most routers easily? my goal is to not have to configure their routers or anything like that03:15
twbSivarts: as easily as any other UDP-flavoured tunnel initated from behind the NAT.03:16
twbI'm assuming when you say "firewall" you actually mean a masquerade.03:16
Sivartsso if I use openvpn that will maintain a connection to my main server and keep it alive at all times?03:17
twbWell, it operates over a connectionless transport layer.03:18
twbThat should mean that it only sends packets when it has something to say.03:18
twbAlthough come to think of it, the OpenVPN layer probably sends a keepalive packet occasionally to ensure the quintuple association stays in the router's masquerade list.03:18
Sivartsgotcha I'll give it a shot. Thanks!03:19
=== harrisonk_away is now known as harrisonk
=== harrisonk is now known as harrisonk_away
_Techie_will a dist-upgrade to 10.04 LTS possibly break any of my configurations, proccesses in question are as follows04:15
_Techie_postfix, dovecot, SASL, lighthttpd, apache204:15
_Techie_oh yeah, also scgi in lighthttpd04:15
|rt|_Techie_: I think the appropriate course of action is to try to do that in your test environment before rolling it out to the production environment.  That's really the only way to insure that it's not going to break anything.04:22
_Techie_this isnt a production environment04:23
_Techie_its a personal server04:23
_Techie_i just dont want to have to reconfigure everything if it goes belly up04:23
|rt|well either test using virtualization or backup your configurations so you can easily rebuild it back on 10.04 if for some reason there are issues that you can't work around04:24
|rt|in general Ubuntu is pretty good with leaving any configuration files that you've modified alone through the upgrades04:25
Callum__hmmmm, my Ubuntu 10.04 LTS server has a mind of its own with regards to accepting any kind of connection, most of the time it works fine but sometimes it just kind of... dies and stops accepting any connection from any part of my network, and I either have to wait for it to fix itself or reboot (and even that sometimes doesn't work...)04:34
Callum__for example, reading/writing to the thing or SSHing into it04:34
Callum__the server itself is still responsive, it doesn't crash or anything04:35
Callum__any ideas?04:35
twbCallum__: is it under load?04:39
twbCallum__: is NetworkManager installed?04:39
Callum__twb: no, and no04:39
twbDunno then04:39
twbCheck your logs, dmesg, etc.04:39
Callum__dmesg says nothing out of the ordinary, I should probably check some of my system logs..04:40
Callum__well, there is an error or two in my dmesg but none of it sounds like it would cause any problems...04:43
MrPPShey, just wondering if anyone can give me a hand? i just install package dovecot-postfix, and allowed that to configure my mail server for me, and I can log in to receive mail, but whenever i try to send mail to user@host, it replies saying "RCPT TO <user@host> failed: No such user here"05:03
MrPPScould anybody shed some light on this?05:03
twbYou're trying to send mail to a user that doesn't exist on the local system.05:07
twbBecause postfix doesn't recognize that you're coming from a trusted/local network, it won't relay such mail.05:07
twbIn postfix's main.cf there's something like "local_network = 192.168/16"05:08
MrPPStwb: thanks for the response - the user does exist on the system I'm logging into, if that's what you mean, but basically I want to set this box up as a mail server, so will I need to add more networks to the "mynetworks" parameter?05:10
MrPPSi've currently got the hosts IP address, as well as localhsot in there05:10
MrPPS(mail hosts IP address that is)05:10
rcsheetsKRCif the system is the final destination for the email address you're sending to, mynetworks should not make any difference.05:11
MrPPSrcsheetsKRC: yes, the final destination is a local system user05:11
rcsheetsKRCat least in typical configurations, mynetworks only comes into play when you want the postfix machine to relay mail elsewhere, for a certain set of other systems.05:11
MrPPSah ok, well basically, i want this box to be able to send mail to any other email address, and receive mail for a local user (which can be retrieved via pop/imap/etc)05:12
MrPPSso is dovecot and postfix a good choice for this?05:12
MrPPSor would you suggest something else05:12
rcsheetsKRCdovecot and postfix are an excellent choice for that05:12
rcsheetsKRCbut what do you mean by "this box" and "send mail to any other email address"? which box... the postfix server or some other one?05:13
rcsheetsKRCand which email address? like someone@gmail.com?05:13
MrPPSby "this box", i do mean the postfix server, and by "send mail to any other email address", i mean to act as any other email provider would - be able to send to user@gmail.com, amazingstart@finish.com, whateveryouchoose@wherever.com05:14
MrPPSi just want to use it as my email address, to email anybody05:14
MrPPSif that makes sense?05:14
twbMrPPS: the other thing it could be is that those angle brackets look weird05:14
twbWhere did you get that line?  Did you manually create an envelope by talking SMTP to server, or are you looking at a log?05:14
rcsheetsKRCyes, it makes sense, though i should point out that if you are running this server at your home, for example, it may not be practical for it to do direct-to-MX sending of mail.05:14
MrPPStwb: my apologies, those angled brackets are from Evolution mail, as i send from a working address to my new mail host05:15
twbOh: "the user does exist on the system I'm logging into"05:15
MrPPSrcsheetsKRC: no, im not running this server at home, I'm running it on a dedicated hosting box05:15
twbThen make sure that the @host hostname corresponds to what postfix believes the hostname to be (/etc/mailname and something like accept_hosts in main.cf)05:15
rcsheetsKRCMrPPS: ok, just making sure.05:16
MrPPSrcsheetsKRC: i understand :)05:16
MrPPStwb: /etc/mailname does match up05:17
rcsheetsKRCMrPPS: can you pastebin the output of 'postconf'?05:17
MrPPStwb: i cannot find "accept_hosts" in main.cf, but "myhostname" is set to the host05:17
MrPPSand myorigin = /etc/mailname05:17
MrPPSoh, i should mention this is running on ubuntu 10.0405:17
MrPPSshould i take the "hostname out of "mydestination", and just have localhost values?05:19
rcsheetsKRCmydestination should be set to the list of domains for which your server is the final destination, *and* which should be delivered via the $local_transport.05:20
twbMrPPS: yeah, that one05:20
rcsheetsKRCnormally that would be the case if local users on that box actually use that server to read their mail.05:20
twbMrPPS: I'm going from memory because ICBF getting out a postfix host05:20
twbYou could also try #postfix05:20
rcsheetsKRCso if your server is fred.example.com and you only want to have it accept mail for user@fred.example.com, then fred.example.com would be a fine $mydestination value05:21
rcsheetsKRCbut if it's to be the MX for all of example.com, and all the example.com users will have an account on that server, then example.com should be included in $mydestination as well.05:21
MrPPSif i wanted to accept mail for user@fred.example.com, user2@fred.example.com, etc., that would still be acceptable i take it?05:21
MrPPSok, cool05:21
MrPPSthanks05:22
rcsheetsKRCyes, provided user and user2 are both users on your system.05:22
MrPPScorrect05:22
MrPPSdo i need to manually created the mailbox's for each user?05:22
MrPPSperhaps that's where this error is stemming from05:22
rcsheetsKRCno, the actual mailbox files should be created automatically once a message is received05:22
MrPPShmm, then i shouldn't really be getting that error if it's an existing user, should I?05:23
rcsheetsKRCno. the error seems to suggest that postfix is unclear about which users actually exist.05:23
rcsheetsKRCagain, the output of 'postconf' would be helpful.05:24
MrPPSshall do - wont be a sec05:24
MrPPShttp://pastie.caboo.se/876305:26
rcsheetsKRCthat... seems unrelated05:27
MrPPSsorry, incorrect url05:27
MrPPSwont be a moment (i'll just found out where the real one went)05:27
rcsheetsKRCif that's your postconf output, please reinstall ubuntu from scratch :)05:27
MrPPSpastebin.com/35gFap4J05:29
MrPPSthat should be right this time :P05:29
rcsheetsKRCthat does seem better :)05:30
MrPPSq05:30
MrPPSsorry, wrong window05:30
rcsheetsKRCis the system hostname really the bare name tuxcon.com?05:31
MrPPSthe local system's hostname is "rusty", the domain is "tuxcon.com"05:31
rcsheetsKRCmyhostname should then be rusty.tuxcon.com05:32
MrPPSthere is currently no cname pointing rusty.tuxcon.com to 178.63.80.110 - should i set up the cname and myhostname as such, even if i want the email address to be user@tuxcon.com?05:32
rcsheetsKRCan A record would seem more appropriate05:33
MrPPSsorry, momentary mixup05:33
rcsheetsKRCif 178.63.80.110 is the address of rusty.tuxcon.com05:33
MrPPSit is, but it is also the address of tuxcon.com05:33
rcsheetsKRCthat's fine too05:33
MrPPSokey, won't be a moment then05:34
rcsheetsKRCwell, i doubt the absence of an A record is causing any of the problems you are currently facing05:34
rcsheetsKRCactually DNS says that tuxcon.com has address 178.63.80.8705:35
rcsheetsKRCnot 178.63.80.11005:35
MrPPSsorry, i incorrectly typed that - it is 87, for both05:35
rcsheetsKRCok05:35
rcsheetsKRC178.63.80.110 is canyouget.in05:35
MrPPSmy current host, yes05:36
MrPPShence why i mistyped ;)05:36
rcsheetsKRCahh i see05:36
MrPPSalright, records created, postfix reloaded, still the same issues though05:36
rcsheetsKRCyeah those were more general system/dns configuration things. probably not relevant to your error message. what exactly was your error message again?05:37
MrPPSi shall just retrieve it for you05:37
rcsheetsKRCoh sorry i see it05:37
MrPPS"RCPT TO <user@host> failed: No such user here"05:37
MrPPSand no worries, it's fine :)05:37
rcsheetsKRCis it really <user@host> and not like <mrpps@tuxcon.com>?05:37
MrPPSrcsheetsKRC: no, sorry, that was a direct copy from before - it's not user@host, it's steve@tuxcon.com05:38
rcsheetsKRCok05:38
rcsheetsKRCand steve is a user in /etc/passwd?05:39
MrPPScorrect, logged in at this moment05:39
rcsheetsKRCjust a minute. i don't understand what your $local_recipient_maps means05:40
MrPPSthat was automatically configured, i have not set that value05:41
MrPPSim unsure of its usage also05:41
rcsheetsKRCyeah, i just don't actually run any systems that deliver mail to local users ;)05:41
MrPPSand i never have thus far :P05:41
MrPPShence the new venture for me :)05:41
rcsheetsKRCis there anything showing up in /var/log/mail.log when you're attempting to send mail?05:42
MrPPSi will just check05:43
MrPPSno05:43
MrPPSnone05:43
rcsheetsKRCnothing there whatsoever?05:45
rcsheetsKRCthere should be something. at least postfix telling us it has started.05:45
MrPPSwell yes, there's the usual of me logging in, and disconnecting05:45
MrPPSbut that's it05:45
MrPPSnothing directly related to receiving or failing to receive mail05:46
rcsheetsKRChmm05:47
rcsheetsKRCwell05:48
rcsheetsKRCI just connected and successfully sent you mail.05:48
rcsheetsKRC250 2.0.0 Ok: queued as 6F75B583C4F05:48
rcsheetsKRCanything in the log now?05:49
MrPPSyes, i have received a message from you, according to those logs05:50
rcsheetsKRCdo you see it in your mailbox?05:50
MrPPSi do05:50
rcsheetsKRCwell that's good then05:50
rcsheetsKRChow exactly did you try to send the mail when it didn't work?05:50
MrPPSfired up evolution05:50
MrPPStyped the mail05:50
MrPPSclicked send :P05:50
rcsheetsKRCwhere was evolution running?05:51
MrPPSon my local machine, unrelated and unconnected to the mail server05:51
rcsheetsKRCand how is that evolution configured to send mail?05:52
MrPPSand i just tried sending from a separate mail address on a separate server - and it all worked: just looks like there's something wrong with the mail server i'm using05:52
rcsheetsKRCyes, your smarthost may be broken05:53
rcsheetsKRCor your local mail configuration, if you have evolution configured to use sendmail05:53
rcsheetsKRCbut your server seems fine :)05:53
MrPPSwell, thanks for all the help05:54
MrPPSit's very much appreciated05:54
rcsheetsKRChappy to05:54
MrPPSsorry to put you through all that when the problem wasn't even related to the server :P05:54
rcsheetsKRCthat's alright. and your configuration is a bit better now.05:54
MrPPSyes, thank you :)05:55
rcsheetsKRCyou're welcome05:55
paul_whippI've changed a hostname on my EC2 instance. I get "sudo: unable to resolve host samfordwebsites" come up when I do an update (the update works fine). If I change the resolv.conf so that there is a nameserver appropriate for samfordwebsites the message disappears but then I get signature verification errors. I can switch back and forth between the two problems by changing the nameserver line in resolv.conf. Can someone point me to a way to better un06:21
rcsheetsKRCpaul_whipp: i don't know how to help you, but your message was cut off at "way to better un"06:27
paul_whipprcsheetsKRC: thx, it shows ok in my window :(06:28
paul_whippI am trying to get my head around /etc/resolv.conf06:28
MrPPSpaul_whipp: could just try /etc/hosts06:28
MrPPSadd samfordwebsites to there06:28
MrPPSand keep /etc/resolv.conf pointed to the proper nameservers06:28
paul_whippAll done there and its generally working06:28
paul_whippIs the resolv.conf supposed to be a *local* nameserver?06:29
MrPPSno supposed to be, but can be, if you run one06:29
MrPPSi usually use opendns06:29
MrPPS208.67.222.222 and 208.67.220.22006:29
paul_whippso you would have those entries in resolv.conf06:30
paul_whipp?06:30
MrPPScorrect06:30
MrPPSsimply like:06:30
MrPPSnameserver 208.67.222.22206:30
MrPPSand06:30
MrPPSnameserver 208.67.220.22006:30
MrPPSwithout the "and" in between06:31
MrPPSobviously06:31
MrPPS:)06:31
paul_whippThat works thx!06:31
* rcsheetsKRC hits the deck06:32
MrPPSno worries :)06:33
paul_whippSeriously MrPPS, quick answers like that are a great help. I'm still not sure I understand exactly what it is doing but at least the warning messages are gone and the signatures are being verified properly.06:34
MrPPSwithout being there and knowing what you used before, it's hard to tell exactly what the cause was, but it's possible that the nameservers you specified were pointing you towards servers with unverified/modified packages06:36
MrPPSbut again, hard to tell from here06:36
MrPPSi've found opendns to be trustworthy, and hence why i personally use them06:36
paul_whippThey were the 'default' ec2 ones or my dnsmadeeasy ones depending upon which problem I was having. I'm happy using the opendns ones. It looks like there is a speed benefit too.06:37
=== sailerboy is now known as zz_sailerboy
jmazaredohow do i change my time pdt to pst? or are they the same? command line08:23
kinygosjmazaredo: sudo dpkg-reconfigure tzdata08:26
jmazaredotried that but cannot find the pst it only gives me pdt08:27
kinygosisn't the difference daylight savings?08:28
* kinygos doesn't know cos he's from the UK08:28
jmazaredoah hehe08:28
jmazaredooks08:28
JKL_trying to install kvm guest. any idea what goes wrong here: http://pastebin.org/13441308:49
uvirtbotNew bug: #658176 in samba (main) "package samba-common 2:3.3.2-1ubuntu3.6 failed to install/upgrade: el subproceso post-installation script devolvió el código de salida de error 10" [Undecided,New] https://launchpad.net/bugs/65817609:41
=== cs278|| is now known as cs278^kinslayer
kinygoshi...i'm setting up a web application (apache2) and a mail server (dovecot+postfix) on a dedicated ubuntu 10.04 dedicated server...it seems i need a SSL certificate in 3 places, https in my web application, authentication for mailbox access, and authentication for sending mail by smtp...naive question, can i use the same SSL certificate bound to the root domain (eg. mydomain.com) or do i have to buy 3 certificat10:11
maedoxkinygos: the certificate must match the domain name presented by the services or it is useless. If the names are different you either need a wildcard certificate (e.g. *.mydomain.com) or a separate one for each service.10:18
kinygosmaedox: thank you :) i didn't know you could get a wildcard certificate...i'll investigate that...would it be strange to use a generic qualifier in the 3 places i suggests...such as secure.mydomain.com?10:19
=== cs278|| is now known as cs278
=== cs278|| is now known as cs278^kinslayer
* RoyK just upgraded his first box to 10.1010:46
=== cs278|| is now known as cs278
uvirtbotNew bug: #658227 in openldap (main) "won't start after Maverick upgrade; bdb "Program version 4.8 doesn't match environment version 4.7"" [Undecided,New] https://launchpad.net/bugs/65822711:26
kinygoshi...i've set up a mail server on my dedicated server using dovecot+postfix...as i was told last week, the online docs are very good....i have one quick question...for sending mail, i couldn't get TLS to work...i don't have a valid SSL certificate yet...could that be the reason?  in Evolution, i have no encryption and login authentication for sending mail11:33
JKL_https://help.ubuntu.com/10.04/serverguide/C/jeos-and-vmbuilder.html I think the bridging guide doesn't apply 100% at the moment11:36
zoopsterkinygos: you need a cert for tls, yes11:46
kinygoszoopster: i thought that was the case...but i've never done this before so needed a bit of reassuring :)  i appreciate your time11:47
zoopsterkinygos: my pleasure11:48
=== cs278|| is now known as cs278^kinslayer
uvirtbotNew bug: #658193 in eucalyptus (main) "Cluster Controller Forgets Routing at Reboot" [Undecided,New] https://launchpad.net/bugs/65819312:05
=== _Techie_ is now known as _TechAway_
asantosHi, can anyone help me with an HP BL685 G7 problem please?12:19
Error404NotFoundI keep getting "Disk quota exceeded" where as: http://pastebin.com/vFun6rb712:20
jpdsasantos: What issue are you having with it?12:22
asantosHello again :) I'm unable to get it to recognise the onboard NICs.12:23
jpdsasantos: During or after install?12:26
asantosDuring.12:28
=== WinstonSmith_ is now known as WinstonSmith
asantosIt's got to be something to do with the BL685 G7 being recently release as we've not had any problems with the previous generations. We're speaking to HP at the moment but I thought it might be worth asking here to see whether anyone else has had any issues...12:33
\shasantos: which ubuntu release?12:39
\shasantos: lucid (aka 10.04 LTS?)12:40
asantos10.0412:40
\shasantos: ok, and you are trying to use the cd image of 10.04 right?12:40
asantosyes correct12:40
\shit's missing the bnx2x drivers inside Debian Installer UDEB12:40
\shasantos: http://www.shermann.name/2010/10/server-hardware-of-hewlett-packard.html <- read the bnx2x bits on G712:40
\shasantos: it has nothing to do with HP or G7 it's a bug in the installer kernel, which has been recently fixed12:41
\shbut not landed on any iso image12:41
\shasantos: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/36096612:41
uvirtbotLaunchpad bug 360966 in linux "bnx2x missing in initrd for install media" [Medium,In progress]12:41
\shasantos: when you install without network and reboot into production system, there you have your bnx2x drivers and firmware, and then you can configure your network12:42
=== cs278|| is now known as cs278
asantosI see. ok guys, I'll give that a go.12:43
\shasantos: I had a testdrive with new HP G7 blade server series a couple of weeks ago here @HP germany12:43
\shit's really just the installer which has problems...the installed system works like a charm with those flex10 devices ;)12:44
\shasantos: https://bugs.launchpad.net/ubuntu/lucid/+source/linux/+bug/49405212:46
uvirtbotLaunchpad bug 494052 in linux "bnx2 driver cannot find firmware" [Medium,Fix released]12:46
asantosI'll check out the links etc... Thanks for all your help in advance.12:48
=== cs278|| is now known as cs278^kinslayer
magelanHello people. I have a problem with an upgraded 10.10 system: VLANs are not working anymore. I see the tagged traffic going out and in on the physical interface but nothing comes in in the VLAN interface (but the outgoing traffic is working well). Any idea ?13:16
=== ivoks-afk is now known as ivoks
=== cs278|| is now known as cs278
tgwoollardGood afternoon. Would somebody possibly be able to assist me with an installation problem i have on an HP BL685 G7 Server? Any version of Ubuntu i try and install, even the supported 10.04 LTS release, fails to recognise the NIC of the Server. This seems to be a known problem but the ISO's have yet to be updated. The NIC in this Server is a HP NC551m Dual Port FlexFabric 10Gb Network Adapter. WOuld someone please be able to advise how i can buil13:27
tgwoollardAny help would be greatly appreciatted13:27
jpds\sh: Is that issue fixed in Lucid?13:27
tgwoollardAfriad not13:27
tgwoollardI have doenloaded all ISO's from Ubuntu and they all have the same issue13:28
tgwoollardI assume the ISO simply doesn't have the correct drivers within?13:28
jpds\sh: Sorry, confused that bug with bug #360966.13:28
uvirtbotLaunchpad bug 360966 in linux "bnx2x missing in initrd for install media" [Medium,In progress] https://launchpad.net/bugs/36096613:28
tgwoollardI've seen that link. Sorry to be a layman here, but are you able to advise specifically what i need to do? I'm not really an advanced Ubuntu user and the link doesn't entirely make sense13:30
jpdstgwoollard: Yes; it's an issue in the installer udeb, see: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/36096613:31
uvirtbotLaunchpad bug 360966 in linux "bnx2x missing in initrd for install media" [Medium,In progress]13:31
dns53is there anyone that can help me with software raid?13:31
jpdstgwoollard: The installer will not pick up the card; however once the system is installed, it'll work like a charm.13:31
tgwoollardThanks jpds. How can i include the driver in the image in order to sucesfully run the installer?13:32
tgwoollardTHe instructions in the link aren't clear to me i'm afraid13:32
tgwoollardjpds i will give that a go and report back. Incidentally the actual version of Ubuntu i want to run is 9.10 but the installer won't progress past the network stage that it fails on so i can't get the os loaded. Do you know why this might be?13:33
jpdstgwoollard: I think you should be able to skip the networking stage and allow the installation to continue without networking?13:34
jpdstgwoollard: As for respinning the image; I'm afraid I do not know what to do about that.13:35
tgwoollardI will give it a try and report back. So if i basically just install the OS, and ignore the network setup, are you saying that the NIC should automatically just work on system startup?13:37
jpdstgwoollard: Yes.13:38
\shjpds: AFAIK "yes" but I don't know if there is already a new iso for lucid with this fix...I had the the std iso of 10.04 and it wasn't fix at this time13:56
\shjpds: 10.04.1 iso didn't have the fix for the d-i udebs13:58
jpds\sh: Hmm, strange.13:59
tgwoollardHello again jpds. i have installed Ubuntu 10.04 and my interfaces file is empty. It just contains the loopback info on auto lo. At this stage are you advising that if i populate the interface file with my eth0 details and then bring up eth0 using ifconfig i should have networking?14:00
jpdstgwoollard: Yes.14:00
\shjpds: oh wait..sorry...14:00
tgwoollardOkay i'll let you know14:00
\shjpds: I had the problem with bug #62877614:00
uvirtbotLaunchpad bug 628776 in linux "HP NC511i Driver (be2net and be2scsi) is missing in kernel module udebs" [Low,In progress] https://launchpad.net/bugs/62877614:00
tgwoollardThanks uvirtbot. how can i check within the OS if the be2net and be2scsi modules have loaded?14:01
\shjpds: that was fixed in maverick and is waiting for a 10.04.2 updated iso14:01
\shand that is the problem with the G7 series...not the bnx2x ;) *damnineedholiday*14:02
_rubendont use ifconfig, if you use /etc/network/interfaces you should use ifup14:02
_rubenand even if you wouldnt use that file, you shouldnt use ifconfig either14:02
tgwoollardMany Thanks all. For my own education here, how can i check within the OS if the be2net and be2scsi modules have loaded?14:03
\shtgwoollard: lsmod on the second tty during d-i14:03
=== cs278|| is now known as cs278^kinslayer
\shtgwoollard: but for lucid you won't succeed...after installation you have the modules though and a working network14:03
\shtgwoollard: and it only affects the d-i kernel packages ...14:04
jpdstgwoollard: You could also check 'dmesg' for anything related to network modules.14:06
lightstephello. i have 10.4.1 server, and i installed ebox - a web configuration manager14:09
lightstepit installed apache2, and now i have 2 copies, one running as root and one as the ebox user. do you know how i can disable the apache running as root?14:09
qman__lightstep, that's normal, one process runs as root, the rest run as www-data14:11
lightstepbut this is a machine with low memory, and i don't want it to be a web server. so i want to stop the normal copy14:13
qman__ebox requires apache to be running14:14
qman__the root-owned process is what allows it to listen on low ports14:15
qman__the rest actually handle the web requests14:15
qman__you only have one instance of the apache service running, apache is a multithreaded application14:15
lightstepso it doesn't take extra memory, it only shows so in "top"? the figures are different for the two processes14:16
qman__8 apache threads is a pretty typical setup, you can tune those settings in apache2.conf14:17
qman__no, each process uses a certain amount of memory14:17
qman__but apache cannot be run with a single process14:17
qman__that's how it's designed14:17
lightstepok, thanks14:18
qman__if you're running out of resources, you could use a lighter weight httpd, like lighttpd or nginx, but I don't know if ebox supports them or how you'd go about switching it14:20
qman__you can also reduce the values in apache2.conf, StartServers and MinSpareServers to 114:22
lightstepit seems to only use apache, so i'll try to work out the memory issues some other ways14:22
qman__apache is tuned for full feature web serving by default, but for ebox you're probably the only user14:22
qman__so that would be safe to do14:22
uvirtbotNew bug: #658341 in clamav "libclamav6: Some PDFs cause "Unknown error code ERROR"" [High,In progress] https://launchpad.net/bugs/65834114:32
uvirtbotNew bug: #658346 in php5 (main) "Please enable process control support (--enable-pcntl) for cgi/cli" [Wishlist,Triaged] https://launchpad.net/bugs/65834614:36
=== cs278|| is now known as cs278
tgwoollardhello again. jdps, i'm still failing to get network activity even after populating my interfaces file and bringing up eth0.14:50
tgwoollardAm i missing something here? Apologies for all the q's14:50
=== zoopster1 is now known as zoopster
tgwoollardForgive me. It came up shortly after typing. Thanks to all who replied14:54
jpdstgwoollard: Ah, brilliant to hear.14:56
gravity1187tgwoollard: let me guess dhcp not static14:56
tgwoollardThanks for your help jpds. I would never have thought to simply just build it and assumed it would work. Bloody ISO!!14:56
=== cs278|| is now known as cs278^kinslayer
_rubenbah, needa get the office line upgraded, only getting 60Mbps downloading the maverick repo15:11
=== harrisonk_away is now known as harrisonk
=== harrisonk is now known as harrisonk_away
tiemonsterWhat is removed from the server OS to make it a virtual machine installation?15:38
qman__drivers, most likely15:42
=== cs278|| is now known as cs278
qman__only need to support a given set of hardware for each VM software15:42
_rubenand other "useful" stuff (like tab completion) is removed as well to reduce disk/memory footprint15:50
tgwoollardHello again all. You were kind enough to assist with a network issue earlier. I now have a slightly different question. I am installing Ubuntu 9.10 from USB on a HP BL685 G7 Server. I am installing from USB for two reasons. The CDROM and the NIC are not detected during the install. Running from USB gets around the CDROM issue, but after failing to discover my NIC the 9.10 installer wants me to choose a mirror for my installation. Obivousley beca16:01
patdk-wktgwoollard, just mount the cdrom using the oa16:03
tgwoollardCDROM install doesn't work. THe install boots but then fails to detect the CDROM during actual installation. It's a known bug apparently with G7 servers. THis is why i need to install via USB. Can you advise how to get around the mirror issue and not the cd issue?16:04
patdk-wkwhat mirror issue?16:04
patdk-wkas you type too much on one line, irc cuts you off16:04
qman__tgwoollard, you're getting cut off16:04
tgwoollardWhen i run the install from USB, it fails to detect NIC during installation16:05
qman__your client isn't smart enough to line break at the limit16:05
patdk-wkhmm, actually, g7 isn't supported on 9.10 at all16:05
tgwoollardit therfore can't install at the choose a mirror section and fails16:05
tgwoollardI know, it looks like 10.04 LTS is the only official supported version16:05
tgwoollardNot that, that really helps given how shit HP support is these days16:06
tgwoollardWas curious as to how i could get 9.10 up and running as that is our preffered falvour16:06
qman__your USB install must be using a netboot image16:06
patdk-wkwould have to find backported drivers if they exist16:06
patdk-wkprobably download those backport packages manually and load them up, via your usb stick16:06
qman__you need to actually install from USB16:06
tgwoollardI think it might be quickler and safer to just go with 10.04 as i've tested and confirmed all okay with that release.16:07
tgwoollardThanks for the quick response16:07
patdk-wkqman, he would still have an issue, for network drivers even if he did fix that :)16:07
qman__yes16:07
qman__backporting network drivers is no simple task16:07
coxnanybody know offhand how I would enable the partner repository from a preseed file?16:14
coxnI see how to add a local repo, but not how to enable partner16:14
coxnah! found it16:14
coxnd-i apt-setup/partner   boolean true16:14
=== luis__lopez is now known as luis_lopez
alex_joniwishful thinking...16:35
pmatulishuh?16:45
jpdspmatulis: I agree.16:46
JamesPage ttx: ping16:55
=== felimwhiteley_ is now known as felimwhiteley
JKL_anyone faced this vmbuilder problem before: http://ubuntuforums.org/showthread.php?p=9951621#post995162117:23
ttxJamesPage: pong17:24
X-Sleepy-Xhi17:26
X-Sleepy-Xtrying to install 10.04 server17:26
X-Sleepy-Xon my armada e50017:26
X-Sleepy-Xbut the installation "stops" at detecting hardware17:27
X-Sleepy-Xthe screen starts flashing, it does that while detecting network and some other times as well but at this stage it doesn't move forward17:27
X-Sleepy-Xi've tried installing debian and that works like a charm and i've been able to install previous versions of ubuntu on the same hardware17:28
X-Sleepy-Xi believe the installation fails to detect my hard drive17:28
X-Sleepy-Xsince when i go into the expert mode detecting the hard drive fails...17:29
X-Sleepy-Xplease help me, i've search on google but i'm unable to find a solution for this and i really don't want to use another distro for this pc17:30
JamesPagettx: wanted a second opinion on the severity of bug 658227 if you have time17:32
uvirtbotLaunchpad bug 658227 in openldap "won't start after Maverick upgrade; bdb "Program version 4.8 doesn't match environment version 4.7"" [Undecided,Confirmed] https://launchpad.net/bugs/65822717:32
ttxJamesPage: I'm on a swap day, will look at it tomorrow. Sounds bad :)17:33
JamesPagettx: thats fine (wondered why it was so quiet today); workaround documented in ticket so not that bad....17:34
ttxok17:35
X-Sleepy-Xany ideas, anyone?17:39
X-Sleepy-Xafter a while of flickering in the screen i see the message, "killed"17:40
X-Sleepy-Xand the hdd shows activity and the cd boots up17:40
X-Sleepy-Xand after about 5 minutes or so i get a message about kernel panic17:41
X-Sleepy-Xnot syncing: out of memory and no killable processes...17:41
X-Sleepy-XPerhaps 10.10 doesn't have this problem but I doubt it, when I buy a new set of CD's I'll give it a try but until then I'll install 8.04 and perhaps try to upgrade it to 10.04.17:48
qman__X-Sleepy-X, I'd suggest installing 9.10 and upgrading instead17:49
qman__since it shares more in common with 10.0417:50
qman__there will be less junk left behind in the upgrade17:50
X-Sleepy-Xqman__, I would if I could but I tossed those CD's a while back...17:51
X-Sleepy-Xqman__, I'll try to drag my ass to the shop today and buy some....17:51
X-Sleepy-X:)17:51
X-Sleepy-XPerhaps I'll buy a pizza while I'm at it... :D17:52
qman__upgrading from hardy would work fine, but you would have some leftovers from stuff that lucid doesn't use anymore17:52
qman__pretty sure hardy uses a different syslog, it uses grub1, etc17:53
X-Sleepy-Xok17:53
qman__so you wouldn't have exactly the same package set as a fresh lucid install17:53
X-Sleepy-XFor how much longer will 8.04 be supported?17:53
X-Sleepy-XI might just skip the upgrade...17:54
jcastrohttps://wiki.ubuntu.com/LTS17:54
X-Sleepy-XThanks!17:54
jcastroyou've got time. :)17:54
X-Sleepy-Xhaha, no worries there... :)17:54
X-Sleepy-Xbbl17:57
=== xfaf is now known as zul
SJrHow do I safely eject a SATA disk from the linux CLI?18:03
jcastrojiboumans_: or jiboumans: how are the blueprints coming along?18:03
patdk-wkumount all drives, then pull it :)18:03
jiboumans_jcastro: they're being worked on this week18:03
SJrseriously, patdk-wk?18:04
SJrHmmmm18:04
patdk-wksjr, well all drives mounted from that drive18:04
SJrno18:04
jiboumans_jcastro: and next probably18:04
patdk-wkheh?18:04
SJrWell I mean nothing is mounted, I'm trying to fix a mount problem, and thought perhaps it was caused by just turning the power off on the bay18:04
jcastrojiboumans_: ok if you have any problems lmk18:05
patdk-wkwell, most likely your sata controller isn't hotswap enabled18:05
SJrroot@fermat:/# mount /dev/fermat/root /disk418:05
SJrmount: /dev/mapper/fermat-root: can't read superblock18:05
patdk-wkoh, it's lvm18:05
SJrI believe it is hotswap enabled18:05
patdk-wkdid you unmount and remount lvm?18:05
SJrno I didn't18:05
jiboumans_jcastro: we should be fine, just need some time to do it. with the release out of the way, it shouldn't be a problem18:05
jpdspatdk-wk: drives mounted from that drive...18:05
patdk-wkjpds, ya, I love my terminology :)18:05
SJrHow do I unmount lvm? It's not listed in mount18:06
patdk-wkvgchange18:06
patdk-wkvgchange -a (y/n) your-vg-name18:07
SJrah18:07
SJrthanks18:07
patdk-wkya, doing lvm, you have to umount all mounts for that lvm, then vgchange -a n, then remove drive18:08
patdk-wkI don't use lvm on many systems18:09
=== unreal_ is now known as unreal
=== oubiwann is now known as oubiwann-away
=== oubiwann-away is now known as oubiwann
resnoim trying to setup a vpn.. with windows users needing to access it. whats the best way to go?18:23
qman__resno, I use and like openVPN18:24
qman__for windows users, the only caveat is UAC18:24
qman__it must be run "as administrator"18:25
qman__if your users have UAC disabled, or run older versions of windows, it's uncomplicated and easy to use18:25
resnoqman__: i think i got openvpn setup, and im trying to test it out with my ubuntu 10.04 machine. but im not sure how. do i need a client?18:26
qman__yes18:26
qman__for ubuntu desktop, there is a networkmanager plugin which makes it a simple menu away18:27
resnoah, thats what i need. where can i find it?18:27
resnoor what shold i look for?18:27
qman__network-manager-openvpn18:27
qman__ and network-manager-openvpn-gnome/network-manager-openvpn-kde18:28
qman__depending on what you're running18:28
resnoqman__: is the best application openvpn.se for accessing with windows users?18:34
qman__I don't know what that is, I use OpenVPN GUI18:35
qman__the one linked to on the main openVPN site, and built into the 2.x packages18:36
resnoyea, openvpn gui... that was the site address lol18:36
resnoah wait18:37
=== unreal_ is now known as unreal
qman__hmm, the site has changed18:38
qman__use this one:  http://openvpn.net/release/openvpn-2.1.3-install.exe18:38
qman__or at least, that's the one I use, the open source one18:39
qman__the other one might be improved to work with UAC18:39
qman__so feel free to try it18:39
resnoqman__: thanks alot18:42
qman__the problem isn't so much that it needs to run as administrator, but that because it does, you can't have it run on startup18:42
qman__so you have to create the shortcut on the desktop or something, change it to run as administrator in the properties, and tell the users to click it18:43
resnoah ok18:43
qman__the only other issue I've had is on one particular windows 7 laptop, it takes a while to recover from sleep mode18:44
qman__and if you try to force it it stops working entirely until a reboot18:45
qman__but I have other windows 7 users that work without issue, and I've been using it myself for a few years at least18:45
resnoqman__: i am thinking of using this to allow users to remote desktop into their machines. will this solve this problem?18:46
RoyKqman__: have you tried to install ubuntu desktop on it? ;)18:46
qman__resno, that's what I use it for18:47
qman__openvpn, then rdp into another windows box18:47
qman__RoyK, I'd certainly like to18:48
resnoqman__: awesome, then im right on target18:48
=== _TechAway_ is now known as _Techie_
RoyKqman__: still, win7 is probably the best windoze platform I've tried so far18:49
qman__as long as you don't have to integrate with older versions of windows, it's not half bad18:49
RoyKwe (mostly) use win2k8 on the windoze servers18:49
qman__I had a windows 2000 print server18:50
qman__it refused to get along18:50
RoyK'cept that win2k8 doesn't come with legacy printer drivers, so the windoze guys needed to use win2k3 on a VM to manage the existing HP printers18:50
qman__upgraded to 2003, it's all good now18:50
RoyKwin2k is a little old, though :P18:50
qman__except for the print server having literally 50MB of free hard disk space18:51
uvirtbotNew bug: #658564 in backuppc (main) "package backuppc 3.1.0-9ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/65856418:51
RoyKwe still have win98 and nt4 in productions on some machines18:51
RoyKqman__: use a vm :P18:51
qman__I got some new hardware to replace it next time it fails18:51
RoyKwe've setup a Hyper-V cluster with three nodes - it works, and Linux is _FAST_ on it18:51
qman__well, not new18:52
qman__newer18:52
RoyKMS released native hyper-v drivers under GPL...18:52
* patdk-wk will never use hyper-v again18:52
qman__the old one's a thinkpad 600, the replacement is a T2318:52
RoyKfirst time I've been acually impressed with an MS product for a decade18:52
RoyKpatdk-wk: what did it do?18:53
patdk-wkhad issues running some software on 2008, so used hyperv to install 2003 on that server, the software then would accept and open tcp connections, but no data would go out of the 2003 server18:53
RoyKwierd, we're running several w2k3 servers on our setup18:53
RoyKwin2k8 R218:53
patdk-wkdelete, reinstall, same issue18:53
RoyKR2?18:53
RoyKlots have changed in that release18:54
patdk-wkI think so18:54
qman__yeah, R2 is very different18:54
qman__it's not just a service pack18:54
RoyKand with a 3-node cluster, we can actually lose 2 boxes and survive18:54
patdk-wkI finally just deleted it, and installed esx18:54
RoyKwe're getting edu licenses from MS so it only cost us some EUR 3k for a 3-node cluster (in licenses)18:55
RColaso would you guys say that ubuntu cloud is a good free alternative to esxi?18:55
patdk-wkon my esx cluster I can only loose 1 of the 3 and live18:55
patdk-wkbut that is more a performance issue18:55
patdk-wk45 vm's running on  3 72gig ram servers18:55
RoyKrunning linux on h-v without the native linux drivers is not really much fun18:56
uvirtbotNew bug: #658565 in autofs (main) "Autofs prevent clean upgrade to Maverick" [Undecided,New] https://launchpad.net/bugs/65856518:56
patdk-wkI was pretty sure esx 3 server cluster was 4k usd18:56
RoyKwe were comparing vmware and hyper-v and came to the conclusion that esx was lacking stuff in the clustering dept and that vSphere would be the preferred one18:58
RoyKvSphere does _not_ cost EUR 3k for a 3-node setup18:58
RoyKrather something like 30k18:58
uvirtbotNew bug: #658566 in squid (main) "package squid 2.7.STABLE9-2ubuntu5 failed to install/upgrade: ErrorMessage: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1" [Undecided,New] https://launchpad.net/bugs/65856619:02
zoopsteraye19:03
=== ivoks is now known as ivoks-afk
=== _Techie_ is now known as _TechAway_
=== oubiwann is now known as oubiwann-away
=== oubiwann-away is now known as oubiwann
=== ivoks-afk is now known as ivoks
detrix42hi folks. I am new at setting up the server.  I am going through the ubuntu site documentation.  I am at the part discussing bind9.  I added my ISP's dns', tried to restart and it says bind9 fails with the following message:  rndc: connect failed: 127.0.0.1#953: connection refused20:49
RoyKdetrix42: did you start it?20:54
RoyKrndc needs bind to be running20:54
RoyKdetrix42: /etc/init.d/bind9 restart20:55
detrix42RoyK: I assumed that it was started at boot.  I did do /etc/init.d/bind9 restart and that is when I get the error20:59
RoyKdetrix42: /etc/init.d/bind9 stop; : /etc/init.d/bind9 start20:59
RoyKdrop the :20:59
RoyKtypo20:59
detrix42ok, one moment21:00
detrix42all it says is                                 [fail]21:01
detrix42on start21:01
RoyKcheck /var/log/daemon.log21:01
detrix42on stop I got the error:  rndc: connect failed: 127.0.0.1#953: connection refused21:02
RoyKps axf|grep named21:02
RoyKis it running?21:02
RoyKdoes daemon.log hold some info about the problem?21:02
detrix42well it seems I am missing a ; somewhere....one moment21:06
detrix42ok, that was the problem. sheeeeesh.   another question.  I don't want dhcp.  I have the interfaces file with the static info, but when I boot, it still gets the ip address from my router.  I dont want this.21:08
=== ivoks is now known as ivoks-afk
raubvogelIn snmpd, should I configure my stuff in snmpd.local.conf and leave snmpd.conf untouched?21:18
detrix42ok, that was the problem. sheeeeesh.   another question.  I don't want dhcp.  I have the interfaces file with the static info, but when I boot, it still gets the ip address from my router.  I dont want this.21:20
tesseracterdamn, i wish i was having a server problem... #ubuntu is no help.21:21
raubvogeldetrix42 I always thought if you setup the /etc/network/interfaces not to do dhcp in your interface, you would be good to go.21:22
qman__dhclient can be stubborn, but a reboot usually fixes it21:23
qman__if you want to be absolutely sure, just uninstall dhclient21:23
detrix42raubvogel: yeah, me too, but according to the daemon.log it shows dhcpclient still requesting an IP address....21:24
tesseractermaybe one of you folk has an idea if you're bored, because I'm pretty much down to CLI only. used upgrade manager to try to move to 10.10, gdm crashed, now i can see the /usr/bin/python /tmp/temt_NE5C/maverick process running, but haven't the foggiest how to tell if its just hanging, or actually still installing (process time:4h, 22min)21:25
detrix42tesseracter: I had similar problem with 10.04.  my solution was to download the install disk and re-install21:26
tesseracterdetrix42, that doesnt sound pleasant :-(21:28
osmosisare there a lot of apache modules enabled by default that I could turn off to save ram, or are most of the apache modules installed by default pretty important?21:28
raubvogeltesseracter, if you feel adventurous, you could kill that and run the upgrade process through the command line21:28
Rails3@osmosis it depends on what you're using apache for21:29
=== _TechAway_ is now known as _Techie_
raubvogelosmosis, there are also lighter weight replacements for apache.21:30
osmosisraubvogel, like nginx ?21:31
tesseracterraubvogel, detrix42: sweet. i attached strace to it, its telling me poll() very rapidly. so...its waiting for me to respond to a non-existent window?21:31
raubvogelYeah21:31
tesseracteri like cherokee a lot21:31
Oweni know im going to sound a twat but whats a cloud?21:33
_rubento properly move from dhcp to static: ifdown eth0 ; edit /etc/network/interfaces ; ifup eth0 ... or: edit /etc/network/interfaces ; restart networking ; kill any stray dhclient processes ... rationale: when dhcp client is active and you change config to static, restarting network wont know it was dhcp in the first place21:33
_ruben!cloud21:34
_rubenhm, no factoid for that, shame21:34
qman__osmosis, the default apache module setup is moderate, have a look in /etc/apache2/modules-enabled/ to see exactly what's on21:36
qman__you can google what each one does by prefixing mod_ to the names there21:37
tesseracterraubvogel, looks like the install was hanging on upgrading mysql password - i killed the process, and am running through all my now unmet dependencies.21:37
tesseractercross your fingers for me?21:38
raubvogeltesseracterm sure thingie!21:38
=== _Techie_ is now known as _TechAway_
tesseracter:-)21:39
tesseractersudo do-release-upgrade -> No new release found... i think that means i'm at 10.1021:51
tesseracterany way to check without rebooting?21:51
qman__cat /etc/issue, or lsb_release -a21:51
tesseractersweet, 10.10 it is!21:52
tesseracterok, here goes....reboot time, eek!21:53
detrix42is it safe to remove dhcp3-client?  I ask because when I use synaptic package manager to do so, it says it needs to remove ubuntu-minimal which says it should not be removed.22:03
Patrickdkwhy do you want to remove it?22:04
Patrickdkall it will do is save you a meg or so of diskspace22:04
Patrickdkisn't going safe cpu or memory22:04
Patrickdksave22:04
detrix42I want a static ip.  and when I boot, my server request an ip from my router.  I have changed /etc/network/interfaces to static for eth0, but it still requests it when I boot22:05
* Patrickdk can't wait for ubuntu+1 to open back up for business22:05
Patrickdksomething else is wrong with your machine then22:06
Patrickdkpxe or ipmi?22:06
detrix42I have been trying to find a way to disable it.22:06
Patrickdkubuntu isn't doing it, unless you did something to cause that22:06
detrix42I am fairly new to server setup22:06
Patrickdklike network boot, iscsi boot, ...22:06
sorendetrix42: Can we see your  /etc/network/interfaces, please?22:07
detrix42http://www.ubuntu.pastebin.com/RVmGsW2922:08
=== Pilif12p|afk is now known as Pilif12p
detrix42soren: http://www.ubuntu.pastebin.com/RVmGsW2922:15
Patrickdkya, looks ok22:15
sorendetrix42: And you /rebooted/ it? Not just ifdown eth0;ifup eth0'ed?22:15
Patrickdkno way you can run a tcpdump on another machine to watch what or when the dhcp request goes out?22:15
detrix42well it is the first few entries on the daemon.log file....22:16
detrix42let me reboot to make sure it is still a probelm....22:17
tesseracterraubvogel, thanks for the help earlier, even if it was more of emotional support. everything went well.22:28
* Patrickdk wonders if detrix42 is coming back22:30
raubvogeltesseracter, no probl22:31
osmosishow can I tell what services are configured to start automatically at boot.22:32
=== blue-frog is now known as blueblue
Patrickdkhe's back22:34
detrix42I am still having trouble with disabling dhcp....I think network manager is the problem.  How do I disable it?22:34
Patrickdkwhat version ubuntu you on?22:35
detrix4210.10 :)22:35
Patrickdknormally it disables itself if you configure stuff in /etc/network/interfaces22:35
Patrickdkah, I haven't used 10.10 yet with static ip :)22:35
detrix42Patrickdk: I agree. I dont see the icon it the tray22:35
Patrickdkedit /etc/init/network-manager.conf22:36
detrix42hold a sec....I might have 10.04.....I upgraded the laptop....22:36
Patrickdksame deal22:36
detrix42ok not a lot there.... start on (local-filesystems and started dbus)        stop on stopping dbus        expect fork      respawn        exec NetworkManager22:38
sorenHey, wait what?22:40
sorenNetworkManager?22:40
sorenWhat are you doing installing network-manager on a server?22:40
detrix42I did not do it intentionally.....I install the server, then I installed ubuntu-desktop....22:41
detrix42I think networkmanager got include with the desktop22:41
sorenThat's an entirely different kettle of fish, then.22:41
detrix42oooops22:41
sorenSure, it's part of the desktop.22:41
* RoyK forces detrix42 to install his next server with a serial console22:41
detrix42ouch22:41
detrix42ouch22:41
Patrickdkserial? heh, ipmi text console :)22:42
detrix42so I assume its safe to remove network manager??|22:42
sorenAlong with the rest of the desktop, sure.22:42
detrix42I want both22:43
sorenIt's quite simple, really. If you want to run Ubuntu Desktop, that's fine (it's an excellent OS!). But if you do, you should use its tools to do static network config.22:43
sorenboth what?22:43
detrix42both the server and the desktop22:44
Jeeves_detrix42: Get yourselve two computers :)22:44
sorendetrix42: That does not make sense. Ubuntu Server is defined by two things: The presence of the server kernel and the absence of a desktop environment.22:44
detrix42in the past when I edited the interfaces file, network manager did not interfere.22:46
detrix42on the desktop anyways22:46
RoyKdetrix42: just apt-get remove --purge it22:46
detrix42ok, is been removed and purged.....I might be back. ;)22:48
detrix42I am back to let you all know that its working22:52
detrix42Thank for all the help22:52
=== Pilif12p is now known as Pilif|hw
* RoyK still waits for his 165 2TB WD Black drives to arrive and feels like a kid going to the circus23:29
* kinygos wonders what RoyK will do with all that space23:30
RoyKbacula backup23:30
kinygosoooh, nice23:30
kinygosi'd love to play with that23:31
RoyKall on zfs23:31
RoyKnexenta core23:31
kinygoslol...no wonder you can't wait :)23:31
RoyKI've been waiting for btrfs to get somehow stable for a couple of years23:32
RoyKit doesn't23:32
osmosisto get ram usage, do I substract  SHR from RES ?  speaking about ps and top output.23:42
martin_Bios clock keeps going back 1 hour, can anybody help?23:42
kinygosexit23:44
JanCwell, waiting more than 3 minutes would help if you want an answer...23:47
=== Pilif|hw is now known as Pilif12p|afk

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