/srv/irclogs.ubuntu.com/2009/10/25/#ubuntu-server.txt

=== orudie___ is now known as orudie
uvirtbotNew bug: #311316 in lm-sensors (main) "Wrong readings of sensors" [Low,Invalid] https://launchpad.net/bugs/31131600:36
Noah0504I'm having a little trouble figuring out the right way to assign a group to a share in samba00:40
Noah0504.00:40
uvirtbotNew bug: #459771 in mysql-dfsg-5.0 (main) "package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 [modified: usr/share/mysql/errmsg.txt] failed to install/upgrade: subprocess post-installation script killed by signal (Interrupt)" [Medium,Incomplete] https://launchpad.net/bugs/45977101:01
qman__Noah0504, depends on what precisely you mean by assign a group01:35
qman__do you mean you want to grant a group access, or that you want to require all new files to belong to a given group01:35
qman__in this example, all the users in the group 'smbusers' have access to the files in the share, and all new files are created belonging to the group smbusers   http://pastebin.com/m2797cc1301:38
qman__the filesystem permissions grant access, the 'force group' causes new files to be created with the right group owner01:39
Noah0504qman__: Well, I have a work around right now, but I was just trying to get only the users of a group be able to access a share, and give them group permissions to rwx...01:43
Noah0504But, when I added myself to a group and changed the permissions on the system...01:44
Noah0504Nothing!01:44
Noah0504Ha.01:44
qman__well, if you need to restrict within samba instead of filesystem permissions, 'valid users = @group' should work01:47
qman__where 'group' is your desired local system group01:47
qman__though I have not tested it myself01:47
NineTeen67CometI've got a network question; not sure if this is the forum for it, but since I run Ubuntu galore thought it'd work. I've got a network that I'm trying to get synced all around. An image of it can be seen at http://picasaweb.google.com/67comet/TechnicalCrap#5396332539025922882 .. I would like all devices to see/talk to one another, right now they can only see one another on the same router. Help?01:47
qman__NineTeen67Comet, define "see"01:48
NineTeen67CometI had all devices (routers and otherwise) daisy chained from one port on my ISP's router. SLOW as heck, so I pulled it apart, put a router to each port on the ISPs ADSL router and it's much better, but seperate (all have 192.168.15.* IP addresses) ..01:49
NineTeen67CometSee as in ssh to one another, file/print share etc ..01:49
qman__you can't do that unless you put the routers into routing mode, instead of gateway mode01:49
qman__most home routers use what's called NAT overloading, or masquerading, and as such you can't directly connect to any machines behind them unless port forwarding is configured01:50
qman__you want them to act as normal routers with separate networks01:50
qman__dd-wrt can do this, not sure about the others01:50
NineTeen67Cometqman__: Do you know the terminology I could google it? I'd like it to all be the same node (assuming 192.168.15.---) is the same node ..01:51
qman__you can't do that either01:51
qman__behind each router, you will need to use a different network01:51
NineTeen67Cometqman__: I've got DD-WRT on one router, and Tomato on the other. Tomato seems to be a little faster is all .. but I like both.01:51
qman__for example, on one router, 192.168.1.x, another, 192.168.2.x, etc...01:51
qman__if you want to run all 192.168.15.x, you need switches, not routers01:52
NineTeen67Cometqman__: aha .. I assigned them 50 address blocks 100-150, 151-200 etc ..01:52
qman__in order to route, you need two different networks01:52
qman__192.168.15.x is one network01:52
NineTeen67CometSo if I give them all seperate nodes (192.1168.1/2/3 etc) .. would that help in gaining ssh access to them all?01:53
qman__you could subnet but that's complicated and unnecesary01:53
qman__that's one step that's needed01:53
NineTeen67CometThe WAN side of the routers are all 192.168.1.() ..01:53
qman__the other step is changing the routers from NAT overloading to just routing01:53
qman__dd-wrt can do that01:53
qman__tomato probably can01:53
NineTeen67Cometqman__: Pretty sure (gotta go google routing though) ..01:54
NineTeen67CometThe Vonage router isn't a big deal if it doesn't work like this. I can just use the ports on the WRT54G (v6 with DD-WRT micro)01:54
qman__of course, all this routing would be unnecessary if you just had one big switch01:54
NineTeen67Cometlol01:54
NineTeen67Cometyeah tell me about i01:54
NineTeen67Cometit01:54
NineTeen67CometI've e-bayed switches and they are all so expencive ..01:55
NineTeen67CometI would need managed switch right?01:55
qman__no01:55
NineTeen67Cometand can I still use all the ports on the ADSL router? I hate to push 17 devices through one port on the router (physical port)01:55
qman__just a switch01:55
qman__yes01:55
qman__though, that's also pointless01:56
NineTeen67CometI've got an 8 port hub, but when I run it things are really slow01:56
qman__you only need one port on the ADSL router01:56
qman__think of it this way01:56
qman__your internet connection is what, 10mb/s more or less01:56
qman__ethernet is 100mb/s01:56
qman__gigabit ethernet is 1000mb/s01:56
NineTeen67Cometyeah, less .. Verizon (in Japan) sucks.01:56
qman__if you put everything on one big switch behind the DSL router, only internet-bound traffic will go through that 100mb/s port01:57
qman__which is far more than what your internet connection can sustain01:57
NineTeen67CometDo you have a suggestion on what kind of switch to hunt down? Let alone, I've never used one (just hubs and routers) ..01:58
qman__any will do, really01:58
qman__I have a 24-port netgear I like01:58
qman__you don't need a managed switch01:58
NineTeen67CometThis one I had a friend order .. he seems to like it .. http://www.tplink.com/products/product_des.asp?id=5901:59
NineTeen67CometI'll do some e-bay'in then .. if I can keep it under $100 that'd be a bonus ..01:59
qman__overkill01:59
qman__that's a managed switch01:59
qman__you don't need that01:59
NineTeen67CometK .. I'll so some more searching ..01:00
NineTeen67CometI like running static IP addresses when I can too .. that's why I was searching for a managed switch ..01:00
qman__something like this is more than enough   http://www.newegg.com/Product/Product.aspx?Item=N82E1681711103101:00
qman__that's irrelevant to the switch01:01
NineTeen67Cometqman__: thanks for this help .. I really appreciate it ..01:01
qman__a switch is like a hub, in regard to management01:01
qman__but it's better than a hub in every way01:01
NineTeen67CometMy servers are all Ubuntu-Server (well, two of the really old Cyrix processored boxes are just Debian)01:01
qman__you just plug things into it and ignore it01:01
NineTeen67CometDoesn't a switch at least keep traffic orginized a little? I know a hub is basically a line splitter ..01:02
qman__unless you have a really large or compelx setup, a managed switch is completely unnecessary01:02
qman__yesw01:02
qman__a switch keeps track of MAC addresses01:02
qman__and sends packets where it knows they need to go01:02
qman__it's all automatic, behind the scenes01:02
qman__and reduces line noise01:02
NineTeen67Cometthat's better .. I'll keep looking .. I see a lot of people saying "Switch HUB" . aka: http://cgi.ebay.com/D-LINK-DFE-2624-NETWORK-switch-Hub-24-ports_W0QQitemZ250515930961QQcmdZViewItemQQptZCOMP_EN_Hubs?hash=item3a53e9bf5101:03
NineTeen67CometDo they just not know what they are talking about? Or are there hubs they "call" a switch ?01:03
grim76NineTeen67Comet, look for something like this.  http://www.newegg.com/Product/Product.aspx?Item=N82E1683312901001:03
grim76If you need that many ports that is.01:04
qman__that's a hub01:04
qman__you don't want a hub01:04
NineTeen67Cometgrim76: yes I need ports .. lol01:04
qman__regarding the ebay listing01:04
NineTeen67CometI've got a server room with around 10 server/computers running it it, and I run cat6 through my walls to my computer and my mythbuntu box and what ever box I'm working on ..01:05
qman__usually, they put "switch hub" in the listing because either will work in many situations, but switches are always better01:05
NineTeen67Cometqman__: that's wat I've been worried about .01:05
qman__with hubs you have to worry about collisions01:05
NineTeen67Cometgrim76: thanks for the link .. I'll search for similar items ..01:06
NineTeen67Cometqman__: I notice with the cheap little 8 port hub I've already got anything hooked to it (that carries much data like my movie server, file server and workstation) get really slow if I use all three at once ..01:06
grim76NineTeen67Comet, no problem.01:07
NineTeen67Cometcan't wait to button up my degree so I can go learn more networking stuff. My home network has reached the point it's getting bigger than a small businesses .. lol and my kids want more computers so its only going to get bigger.01:07
grim76Think of your hub as you are trying to shove 8 lanes of traffic down a two lane road.  A switch is like the highway where you can have all the lanes flowing and working at the same time.01:08
NineTeen67Cometgrim76: exactly how I think of it . That's why I've been pulling my hair out trying to get all my Linksys routers to play nice with each other ..01:09
NineTeen67Cometthe hub was just clogging up everything (movies wouldn't even stream through it with out a sputter)01:09
grim76Understood...your setup is just way more complicated than it needs to be as qman__ pointed out.01:09
qman__yeah01:10
qman__one big switch behind your DSL router will do01:10
qman__then put your wireless and vonage behind that switch01:10
qman__but plug all the computers into the switch01:10
NineTeen67CometNot a broblem . I can sell one of my Linksys routers and just have the Vonage and Wireless routers plugged in .. all other devices will come strait off the switch ..01:10
qman__home routers are actually a misnomer01:11
NineTeen67CometWe're thinking of tossing Vonage too .. so that'll be gone (I'm trying to get MagicJack working in Linux .. Once I get that .. POOF no more Vonage ..01:11
qman__since they have a router, a switch, and usually a wireless access point all in one device01:11
qman__and are configured in a NAT overloading setup by default, instead of a routing setup01:12
NineTeen67Cometqman__: I know they are pretty powerful little deals for the price .. DD-WRT and Tomato make them awesome once you figure them out ..01:12
* NineTeen67Comet still trying to figure out all the bells and whistles01:12
NineTeen67CometThanks again guys .. I'm going to go hit up Amazon, Tigerdirect, Newegg and ebay for a switch .. the sooner I get one going the sooner I can kick my mythboxes back on ..01:14
NineTeen67Cometawesome good help .. if you are ever in Japan I'll buy the first round .. :)01:14
skuldAny postfix/sasl experts in here tonight?02:01
KurtKrautskuld, if anyone appears, I suggest you to post your question in ubuntuforums.org02:03
KurtKraut*if no one02:03
skuldpostconf -n [http://pastebin.com/f5294863e]02:03
skuldokay.02:03
skuldI've got postfix working (at least when I telnet) but I don't think I've got the authentication quite right.  I've got some errors in my log....02:04
skuldmail log snippit:  [http://pastebin.com/f5b76146a]02:08
skuldlooks like a problem with /usr/lib/smtpd.  I looked it up, the file exists, I'm just not sure where *it* is expecting it to be.02:12
ScottKskuld: You broke postfix somehow.  Pastbin the output of postconf -n02:16
skuldpostconf -n [http://pastebin.com/f5294863e]02:16
skuldin the mail.err log, I see over and over again:  "postfix/smtpd[#####]: fatal: open lock file pid/inet.smtp: cannot create file exclusively: No such file or directory.02:17
pmatulischroot issue?02:18
ScottKHave patience.  My system is very slow because I'm test building several packages at once right now.02:18
skuldin mail.warn I see over and over:  postfix/master[######]: warning: master_wakeup_timer_event: service qmgr (public/qmgr): No such file or directory.02:19
ScottKpmatulis: Not typically02:19
skuldit's cool, I'm still trying to figure out where the "arrow" ispointing to LOL02:19
ScottKOK, well that looked normal.02:20
skuldI have my system configured (supposedly) for postfix, dovecot using a mysql backend for virtual mailboxes/domains02:20
ScottKwhat's in master.cf?02:20
skuldI think something with saslauthd...or smtpd...whatever that is is misconfigured somewhere, but I really have no clue where to look02:20
skuldhold on....02:21
ScottKJust pastebin the whole file02:21
skuldmaster.cf [http://pastebin.com/f2d5fba03]02:22
skuldthe only things I changed in that was the very first smtp line.  chroot now = 'n', before it was '-' and the very last line, I added (dovecot)02:24
pmatulisskuld: how much space is available for the /var directory?02:29
skulddf -h [http://pastebin.com/f792acee9]02:30
skuldit's not on a seperate partition, I have lots of room, somewhere between 0% and 1% are in use02:31
ScottKskuld: I suspect you have postfix partly chrooted and partly not chrroted.02:31
skuldok02:31
ScottKWhat happens if you change all the chroot '-' to 'n' then stop and start postfix02:32
skuldtrying now02:32
skuldnow I see [in mail.log] postfix/master [#####} fatal: open lock file /var/lib/postfix/master.lock: unable to set exclusive lock: Resource temporaily unavaiable02:34
skuld[mail.err] fatal:  open /etc/postfix/my_domains_maps.cf: no such file or directory.02:35
skuldbut I know that file is there02:35
skuldoh, wait...disregard that...I wasn't at the bottom of the log02:36
skuldno change in the mail.err file02:36
skuldstill blowing up on pid/inet.smtp.....02:36
pmatulisskuld: there may be some errant process(es) running.  kill all postfix-related processes and then start freshly02:36
skuldthat I know of it would be postfix, dovecot, saslauthd.......right?  is there anyway to check?02:37
pmatulisskuld: reboot the server if you're not sure02:37
skuldokay, hold on....02:38
skuld_okay, now when I try to send a message, I get:  postfix/smtpd[######] warning: SASL authentication problem: unknown password verifier02:44
skuld_warning: SASL LOGIN authentication failed:  no mechanism available02:44
skuld_lost connection after AUTH02:44
pmatulisskuld: how did you configure smtpd.conf?02:47
skuld_the only line in that file is pwcheck_method: pam02:48
skuld_it's located: /var/postfix/sasl/smtpd.conf02:48
skuld_not var /etc02:48
pmatulisskuld: well it looks to me like you just need to configure SASL properly02:52
pmatulisskuld: what documentation are you following?02:52
skuld_let me pull it up....02:52
skuld_http://enc.com.au/myscripts/postfixmysql.html02:53
=== skuld_ is now known as skuld
pmatulisskuld_: well i've never used the sasl/pam/mysql combo.  the problem is in that chain somewhere03:00
pmatulisskuld: check pam-related log messages, maybe increase pam logging.  is pam even being invoked?03:04
skuldhow do I check if pam is being invoked?03:05
pmatulislogs03:05
skuldI don't see anything in /var/logs for pam or pam.d03:05
skuldsyslog maybe?03:06
pmatulis/var/log/auth.log03:06
skuldah, okay03:06
skuldI see saslauthd[####]: ipc_init03:07
skulddbus-daemon: rejected send message, 4 matched rules; type="error, sender=":1.10" (uid=0 pid=4163 comm="/sbin/wap_supplicant -u -f /var/log/wpa_supplicant") interface="(unser)" member="(unser)" error name=fi.epitest.hostap.WPASupplicant.InvalidInterface" requested_reply=0 desitnation=":1.9" (uid="0" pid=4149 comm="/usr/sbin/NetworkManager --pi-file /var/run/Netwo"))03:09
skuldI guess that means that pam is being invoked?03:10
pmatulisskuld: not at all03:11
pmatulisskuld: also, you're not using saslauthd for authentication.  you're using PAM03:12
skuldokay...I'm confused. LOL03:12
skuldI need to use pam becuase postfix can't authenticate against mysql directly...so I've read03:13
pmatulisskuld: correct03:13
pmatulisskuld: at this point you just need to take the time to read the docs, one how-to is often not enough to understand what's going on03:14
skuldokay, well i guess I need a good document on postfix and authentication...in this case PAM I guess?03:14
pmatulisskuld: actually, i just learned that saslauthd can authenticate against pam, so that's another option for you03:17
pmatulissasl/saslauthd/pam/mysql03:17
skuldso It'd go something like postfix -> saslauthd -> pam -> mysql ?03:18
pmatulisskuld: more like i wrote before your last comment03:19
pmatulisskuld: start by reading http://www.postfix.org/SASL_README.html, then google for "sasl pam mysql"03:19
pmatulisskuld: good luck, need to jet03:19
skuldthanks03:19
skuldis there any way to tell if I have cyrus already installed?03:33
skuldI guess I do becuase I have saslauthd LOL03:35
uvirtbotNew bug: #460183 in postfix (main) "Postfix package errors during Ubuntu 9.10 upgrade" [Undecided,New] https://launchpad.net/bugs/46018303:51
kosmicthis isnt the place to ask about dedicated packages04:22
kosmicis it04:22
qman__dedicated packages?04:31
jmarsden"My package is so dedicated, it runs 24/7 ?" Or maybe "This package is dedicated to my beloved mother...." ??04:32
jmarsdenkosmic: Do you mean native packages?  Or something else?04:33
kosmicoh no04:40
kosmici mean dedicated servers04:40
kosmicfound a place selling a decent dedicated for $40  a month04:41
kosmicbut the silly site requires i have a domain registration04:41
kosmicor register a domain with them04:41
kosmicdoesnt make sense to me ;)04:41
jmarsdenIf it doesn't make sense, don't do business with that company :)  If it looks too good to be true, it probably *is*.  BTW, this doesn't seem to be Ubuntu server related.04:46
kosmicyes yes04:46
kosmiccant think of another place to ask this question ;)04:47
SuspectZerohey there, when ever i ssh into my ubuntu server, i get a long like automated message05:32
SuspectZeroanyway i can get rid of it or edit it to my needs?05:32
SuspectZerothe msg has the info uname -a spits out as well as a long message about ubuntu and software included being free and what not05:33
maswanSuspectZero: check out /etc/update-motd.d/ maybe?05:36
kosmici saw a movie called suspect zero05:40
SuspectZerokosmic, yep :D good movie05:40
kosmichaha thought so <;)05:40
SuspectZeromaswan, ah found it. its /etc/motd05:59
jmarsdenSuspectZero: Yes, but that is being created by the scripts in /etc/update-motd.d/ where maswan told you to look... so unless you deal with those scripts, any changes you make to /etc/motd itself are likely to be overwritten by the scripts...06:01
SuspectZeroaaahh i see06:02
SuspectZeromissed that06:02
SuspectZeroawesome thanks06:02
jmarsdenSuspectZero: man motd.tail     should also help you understand how this stuff works06:08
SuspectZerojmarsden, im getting rid of it06:08
SuspectZeroi dont need motd at all06:08
SuspectZero:P06:08
reklamahttp://action.metaffiliation.com/suivi.php?mclic=S42665516A5D13107:27
simplexiodoes anyone have idea howto tell my box that it should not take 2002: ipv6 address at all07:35
uvirtbotNew bug: #460234 in image-store-proxy (main) "Image story's logrotate config triggers an email every day" [Low,New] https://launchpad.net/bugs/46023407:36
uvirtbotNew bug: #460256 in samba (universe) "when creating share through nautilus, i cant access it until i run smbpasswd" [Undecided,New] https://launchpad.net/bugs/46025608:26
mobi-sheepHi -- What is the easiest way to add commands/scripts in the startup? I recently added something in /etc/rc.local -- but I don't want it to run as root -- but rather as my username.  Suggestion?08:28
uvirtbotNew bug: #458542 in euca2ools (main) "euca-bundle-vol creates unuseable image?" [Undecided,New] https://launchpad.net/bugs/45854208:31
FenixAre DNS servers depolyed only to companys who have web sites10:33
RoyKhuh?10:36
RoyKhttp://en.wikipedia.org/wiki/Domain_name_system10:36
RoyKread up about it10:36
bogdanbivfahadsadah: Hello!10:49
fahadsadahbogdanbiv: Ohai!10:51
bogdanbivI saw you entered the channel just after me! :)10:53
fahadsadahI'm in here 24/710:57
fahadsadahBut infinity died.10:58
fahadsadahTaking my znc with it.10:58
txomonhello does anyone know how to make a vpn IN home to connect from anywhere?12:41
txomonhello does anyone know how to make a vpn IN home to connect from anywhere?12:45
bogdanbivGuys and gals, how can I upgrade my server to Karmic?12:54
bogdanbivI ran sudo apt-get dist-upgrade, but after it upgraded my packages to the latest version, nothing happened. I still have Jaunty!12:55
monostonei'm thinking of moving apache, mysql, to be supervised by daemontools, is this a viable idea? Any cons?13:59
sorenmonostone: Why?15:13
monostonesoren, what do you mean why? I want to have those services supervised and autostart if they fall15:14
sorenmonostone: I mean why would you want to? Are they crashing for you?15:14
MK13i am having trouble accessing the ubuntu server on my lan. I recently set it up with a static ip and can ping from my laptop to it and vise versa but cannot access it through ssh or the browser as a webserver. Any ideas?15:16
monostonesoren, no, but sometimes they do, due to diverse reasons, and I'm not going to be available to restart them, so I need a method to do that automatically, u have qmail running under daemontools, and i love the way it handles the services, clean, organized, I would love to put all daemon processes under daemontools if possible15:16
sorenmonostone: You really should be spending your time getting those crashes fixed.15:17
sorenIt's not unlikely that data is lost during those crashes.15:18
monostonesoren, that is only one of the reasons, and the crashes are random, usually due to me having a not very good server machine handling ALOT of traffic, and once or twice every month the mysql or apache process gets blocked15:19
sorenbogdanbiv: There's a command called "do-release-upgrade". That's the one you want.15:20
monostonesoren,  my question was if any daemon process can be handled by daemontools though, not 'why does my apache or mysql crash'15:20
sorenbogdanbiv: It may need an extra option to upgrade to a development version (Karmic isn't released for another few days, so is still considered a development rlease).15:20
sorenmonostone: I know what you asked. I'm just trying to save you from trouble.15:21
bogdanbivsoren: Oh, ok. I'll try it and come back with the results.15:21
sorenmonostone: But of course you can manage whatever you want with daemontools.15:21
sorenmonostone: Doing so just isn't the supported way of running apache nor mysql under Ubuntu.15:21
sorenmonostone: And it's a horrible, horrible way to deal with crashes.15:22
monostonesoren, ok, my worry was precisely that, if it was ill advised to use daemontools for anything else except qmail, djbdns, tiny-dns,etc15:22
MK13monostone, http://ubuntuforums.org/showthread.php?t=352546 ?15:23
bogdanbivsoren: Oh, 4 more days before Karmic is released.15:23
monostonesoren, not so horrible, why would qmail run supervised then?15:23
sorenmonostone: No clue.15:23
bogdanbivI thought that it's launching sooner.15:23
sorenmonostone: Dealing with crashes by wrapping stuff in an "whlie true; do run service; done" loop is a bad, bad, bad, horrible idea.15:23
sorenYou should spend time fixing the crashes instead.15:24
sorenI do think MySQL already does something like this, though, just more elegantly.15:24
sorenYeah, that's part of what mysqld_safe does.15:25
sorenbogdanbiv: The expected date has not changed since it was first announced back in March.15:26
monostonesoren, I understand what you're saying, and a constant crashing process needs to be revised in detail. But my case isn't a constantly crashing daemon, only very randomly, in fact for a 1 year, 2 month, 3 day uptime, apache has crashed, 4 times, and mysql blocked or became unresponsive 6, and mainly due probably to me running migration scripts which took system usage to over 7.515:26
sorenbogdanbiv: My mistake. The date was set in February. And hasn't changed since then.15:27
MK13any ideas why i can't access my server on lan with ssh but can ping to it?15:36
GoogaHi16:03
Googahow can i test out dns server in practice without registering a real domain name16:03
MK13set up a dns server on your lan and configure your other computers to use that as a dns server16:09
Googafor resolving?16:14
Googawhat for MK1316:20
Googawould the clients use it for sending queries?16:21
guntbertGooga: for starters I suggest you use 2 virtual machines  - so no harm should be done16:23
Googaon same computer16:23
guntbertGooga: I said that because it sounds as if you have no idea about nameservers - so play in a "sandbox" to get a feeling16:25
Googabut i do16:25
GoogaIm just missing pieces of the puzzle16:26
guntbertGooga: sorry, then I misunderstood your questions - maybe you should be more specific as to what pieces are missing :)16:27
GoogaI´ve been reading all day about how to set a server for a domain, but i cant figure out some things about domains, where you use them etc.16:27
GoogaSo if i have 20 computers(small buisness), why would i want to put up a dns server for them or would i16:31
Googa?16:31
skuldhow can I tell if my dovecot is working?16:57
phaidrosre16:57
phaidroscups seems broken for me in karmic16:57
phaidrosanyone familiar with the changes regarding hal in karmic?16:57
phaidrosuntil jaunty was the hal backend for cups in hal-cups-utils16:58
phaidroshttp://packages.ubuntu.com/search?suite=jaunty&arch=any&searchon=contents&keywords=%2Fusr%2Flib%2Fcups%2Fbackend%2Fhal16:58
phaidrosgone in karmic :(16:58
phaidrostrying to install that package from jaunty dpkg tells me that: "system-config-printer-udev conflicts with hal-cups-utils (<< 1.1.10)"16:59
phaidrosso, now, who tells me how I get my printer running without the hal backend then?16:59
phaidros:)16:59
uvirtbotNew bug: #460528 in samba (main) "package samba-common 2:3.3.2-1ubuntu3.2 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 10 zurück" [Undecided,New] https://launchpad.net/bugs/46052817:13
Jaydeanyone out there using an ubuntu-server ECU image as a domU (guest) on a Xen system?17:13
StrangeCharmi'm trying to install the karmic rc. during the 'detect disks' stage, it prompts me whether to activate SATA RAID devices, but - either way - they are not visible in the partitioner. how can i make the disks attached to the SATA 'RAID' device on my mobo show up in the partitioner?17:19
skulddoes anybody know the command that I can use to see what the name of a group is that belongs to a GID?17:19
guntbertskuld: getent group <gid>17:26
skuldcool, thanks117:26
guntbertskuld: you're welcome :-)17:27
phaidrosJayde: I use ubuntu-server as XEN image, but I have no clue what the ECU image is o.O17:29
StrangeCharmphaidros, i think ecu is for certain server farm environments17:31
phaidrosk17:32
BilgeIf I manually compile a program that is dynamically linked to a bunch of libraries installed using the package manager, will updates to those libraries be available in my program immediately or will I still need to recompile?17:32
StrangeCharmBilge, depends whether they're compile-time dependancies, or runtime ones17:33
BilgeCompile-time17:33
BilgeOr so I would assume given that the configure script needs to find them for them to be enabled17:33
StrangeCharmBilge, you'll need to recompile compile-time dependancies17:36
BilgeI thought as much17:47
BilgeSo the only benefit of choosing dynamic over static is going to be smaller binaries, right?17:47
zashWhat would be the optimal swap settings for a web+mail+xmpp server with 128+64M RAM?17:48
guntbertBilge: no - the main benefit is that in a running system there need be only one copy of the module - instead of one for every program using it17:50
BilgeBut that's not a benefit17:51
BilgeThat's just an explanation of the difference17:51
guntbertBilge: I'd say thats a benefit for the system - think about memory usage17:53
BilgeReducing memory usage is a benefit17:57
BilgeReducing disk usage is a benefit17:57
Bilge"there need be only one copy of the module" is not a benefit17:57
BilgeAnd sadly, being able to autoamtically take advantage of library updates is also not a benefit, as it turns out17:58
guntbertBilge: I don't want to argue, but suppose there are 100 programs running on your system, all using the same library - that certainly makes a difference18:00
geniiIs there a way to prevent or invalidate "unset HISTFILE" ?18:07
guntbertgenii: a guess. look into .bashrc or .bash_profile18:08
geniiguntbert: I want to prevent either: user from setting that value in their .bashrc     or sneakier: make it not work when they do18:10
guntbertgenii: should not be  possible!18:11
guntbertgenii: admins don't spy on their users :)18:12
geniiguntbert: admins DO spy on compromised account bash history, however18:12
guntbertgenii: that'd be a forensics task - not really my field of expertise :)18:14
Bilgeguntbert: I'm guessing English isn't your first language because you're completely missing my point18:14
guntbertBilge: right you are18:15
BilgePerhaps you don't know the definition of benefit18:15
qman__Bilge, English is my first language, and I agree with guntbert18:16
qman__reducing the number of copies is in and of itself a benefit18:16
guntbertBilge: never mind - its off topic anyway18:17
Bilgeqman__: no, you only understand that reducing the number of copies is beneficial because you understand the benefits associated with reducing the number of copies implicitly. But that doesn't mean that reducing the number of copies is itself a benefit. To someone who does not understand what the benefit of reducing the number of copies is, it would not appear beneficial at all18:18
qman__appearances can be deceiving18:20
alkisgI'd like to be able to let my users change their own real names. Any existing way to do that, other than writing my own wrapper around usermod and making it suid root?18:28
* genii considers making bash execute for instance with something like bash --rcfile /somewhere-not-user-writeable/immutable-bashrc to prevent .bash_history from not being written when user does "unset HISTFILE"18:30
geniiBut I'm wondering if it pulls in for instance what order of /etc/bash.bashrc ~/.bashrc and /somewhere-not-user-writeable/immutable-bashrc  and if it stops when the first one is found or keeps going and does all of them, if so in what order since if ~/.bashrc is last the "unset" still works18:32
guntbertgenii: wouldn't help - an intruder can easily bring his own bash or use a completely different shell18:34
simplexiodosent bash ctrl+r reverse-search depend from historyfile ?18:36
* genii sips and thinks18:40
uvirtbotNew bug: #460581 in bind9 (main) "[Karmic] host lookup error" [Undecided,New] https://launchpad.net/bugs/46058118:41
skuldwhat in this mess [http://pastebin.com/f5b57a14e] tells me that port 110 is open?  it's supposed to be18:50
skuld110 *is* pop3....right?18:52
guntbertskuld: yes - #18:53
guntbertACCEPT     tcp  --  anywhere             anywhere            tcp dpt:pop318:53
skuldokay, I'm confused.  why then is a port scan showing that it's closed?18:53
guntbertskuld: a port scan from where? inside your network or outside?18:55
skuldand I guess dovecot is messed up somewhere...not listening to pop3.... [http://pastebin.com/f46f2e379] is my lsof -i18:55
skuldusing one of those web port scans18:55
skuldhttps://www.grc.com/x/ne.dll?rh1dkyd2 (port scan I used)18:55
guntbertskuld: you are behind a router?18:55
skuldlinux is my router18:56
guntbertskuld: they don't show the results to anyone :) but by default dovecot only listens on imap18:59
skuldbut I've got 'protocols = imap imaps pop3 pop3s' defined in dovecot.conf19:00
skuldthis is my dovecot -n listing:  [http://pastebin.com/f50bc6e00]19:02
guntbertskuld: may I try a pop3 connection to your host?19:03
skuldyes19:03
guntbertskuld: I really get connection refused19:05
guntbertskuld: sorry, I have to leave for some time19:05
skuldI'm stumped.  I've got that port open in my firewall, yet dovecot doesn't seem to be listening to it19:05
skuldit's okay, thanks.  I'll keep plugging at it19:06
skuldat least I *finally* got my postfix working LOL19:06
guntbertskuld: one last thought - can you tell dovecot on which interfaces to listen?19:06
skuldI'm not sure...what should I check?19:07
ninjahI'm running ubuntu 8.04 on a virtual server over on Amazons cloud. If I run "apt-get -y dist-upgrade" will that upgrade to another version of ubuntu?19:23
ninjahI hope not...19:23
sorenninjah: No.19:29
ninjahsoren: Cool! I just need to upgrade the package "tzdata"19:30
ninjahsoren: I normally use "apt-get upgrade". Is there a difference between the two? Which one should I use?19:32
sorenninjah: they are mostly the same.19:33
sorenninjah: dist-upgrade allows new packages to be pulled in. upgrade does not.19:33
ninjahsoren: Thanks! I'll use "apt-get -y dist-upgrade"19:33
sorenninjah: This happens if another package being upgraded has a dependency added.19:33
ninjahsoren: I see... so if a dependency needs to be upgraded "apt-get upgrade" won't work.19:34
zulhey soren19:34
JanCthat should never happen after release19:34
sorenJanC: Well, it does, occasionally.19:35
sorenThe openssl vulnerabality last year did, for instance.19:35
sorenopenssh-server suddenly had a dependency on the ssl blacklist package.19:35
soren(or whatever it was called)19:35
sorenIt's reasonably rare, though.19:36
JanCoh right, but it's very very uncommon, and that was an extreme case  ;)19:36
guntbertskuld: you still around?19:40
sorenzul: Oh, hey :)19:45
alkisgI want to be able to use passwordless ssh to connect to my student accounts in remote machines. So I do `ssh-copy-id student@remote-pc`, no problem there.19:48
alkisgBut I also want the students to be unable to delete their ~/.ssh directories, because that would prevent me from remotely executing commands on their accounts. How would I do that, while allowing ssh to work?19:48
qman__alkisg, I suppose you could make the relevant files immutable19:50
alkisgqman__: right, thanks!!! chattr, I always forget about it...19:51
skuldis there a way to get a list of all my users (except like system users and daemons...)?20:17
guntbertskuld: getent passwd20:18
guntbertskuld: did that dovecot problem work out for you?20:18
skuldyes.20:20
skuldI had a postfix-dovecot.conf file messing everything up20:20
skuldgo figure20:20
skuldBUT...I did find an awesome tutuoral for postfix, dovecot,with mysql20:20
skuldhowto: [http://workaround.org/articles/ispmail-etch/]20:21
skuldugh...what's the command to 'untar' a file to a directory named after itself?  i know I've seen it a million times but now I can't find it20:26
guntbertskuld: normally tar archives are "self contained", so tar xzf achive.tgz should work20:35
skuldthat was it! thanks20:35
guntbertskuld: you're welcome :-)20:36
geniiIs there a way to make something like: script -c bash -q      *not* echo the command "exit" ?20:47
blue-frogskuld: awk 'BEGIN{FS=":"} {if ($3 >= 1000) print $1}' /etc/passwd21:23
Nafallohmm. found a bug in apache2's initscript.21:32
Nafallonice! :-/21:32
skuldthanks!!21:33
aubreo/21:34
Nafallohttps://bugs.launchpad.net/ubuntu/+source/apache2/+bug/46069221:46
uvirtbotLaunchpad bug 460692 in apache2 "Missing dependency for apache2 init script" [Undecided,New]21:46
banderonhi, can anyone here tell a linux newb hot to stop ubuntu server from trying to decrypt the encrypted partitions on boot?21:47

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