[00:09] hrm.. could have sworn that the /var/lib/postfix thing was (1) fixed already and (2) submitted a time or 3 in debian, too [00:14] hey all [00:14] any raid/mdadm gurus here? === cjwatson_ is now known as cjwatson [01:17] anyone known why /etc/init.d/networking restart don't restart my network configuration? [01:17] on ubuntu 9.04 === asac_ is now known as asac [02:13] PleXuS: did you prefix the command with 'sudo'? [02:14] pmatulis, yes [02:14] it says all ok [02:14] just it didn't do anything different :S [02:14] but my config file is totally changed :S [02:14] PleXuS: pastebin your interfaces file [02:16] PleXuS: are you running GNOME? [02:16] yes [02:16] you should be using network-manager then [02:17] and not commands [02:18] pmatulis, but it still uses the config file ? [02:18] PleXuS: yes, but nm will alter it, that could be why it's changing as you say [02:19] PleXuS: what does it say on the first few lines when it has changed? [02:19] config file isn't changed [02:20] PleXuS: you said it changes [02:20] it just not doing what I added in the config file [02:20] 21:14 < PleXuS> but my config file is totally changed :S dthacker [02:21] * pmatulis goes away for a while [02:21] yeah i changed it but its not doing it [02:21] like i changed [02:43] PleXs: i asked you to pastebin it. also output to 'ifconfig -a'. can't help otherwise [02:51] pmatulis, the config is ok.. its the gnome network manager that gives me the problems [03:02] hello - I'm running into problems compiling node.js (in particular, the V8 VM dependency). It fails with the following error: http://pastie.org/514612 Anyone have any ideas what might be causing the problem? [03:03] I suggest talking to the chromium people about problems with compiling their stuff on 64-bit architectures [03:04] they do interesting things with that [03:17] Is it possible to make an application use a specific interface? [03:25] mark____: usually that is in an application-specific fashion, such as a command-line option. [03:26] I'm not aware of any generic way to restrict binding (other than just rejecting bind requests) to specific interfaces. [03:26] You can also add firewall rules, of course, to drop/reject traffic on the unwanted interfaces. [03:26] twb: Thanks. Are you aware of any command line only torrent clients that allow you to do this? [03:26] Sorry, I don't provide support for torrent. [03:27] mkay [03:28] You should be able to get a list of tty torrent clients using debtags. [03:28] Something like: aptitude search "~Gbittorrent ~Gcurses" [03:29] (That assumes you have aptitude and debtags installed.) [03:29] that's cool, never knew you could do that. Thanks [03:30] Here, I see that ~Gcurses doesn't match some packages, so maybe just try ~Gbittorrent alone === th0mz is now known as th0m [08:49] morn,ing === mdz_ is now known as mdz [10:20] someone here to do some install test? [10:20] !anyone [10:20] A large amount of the first questions asked in this channel start with "Does anyone/anybody..." Why not ask your next question (the real one) and find out? [10:22] Hi everybody [10:22] it was my real question :D [10:23] does anybody have successfully installed postfix with dovecot and smtp-auth on hardy? [10:23] If you want to do some test please check this bug: https://bugs.edge.launchpad.net/ubuntu/+source/sudo/+bug/387997 [10:23] Launchpad bug 387997 in sudo "can't use sudo after a fresh install (karmic)" [Undecided,Confirmed] [10:24] I am just switching from debian 4.0 to hardy and facing the problem that I can't send emails [10:24] getting email is no problem but sending via mutt or evolution over imap is not possible [10:24] mails aren't being sent over imap [10:24] they are sent over smtp [10:24] yes I know they are send via smtp [10:25] sorry for that [10:25] so, what exactly doesn't work? [10:26] well mutt says "mail send" but this is not true, I can't see anything in /var/mail/mail.log [10:26] it seems that smtp-auth does not work [10:26] what do you use for smtp-auth? [10:26] dovecot [10:27] dovecot-auth or saslautd? [10:27] ok [10:27] postconf smtpd_sasl_path [10:27] postconf smtpd_sasl_type [10:27] postconf smtpd_sasl_auth_enable [10:27] and the server greeting via telnet says "250-STARTTLS [10:27] 250-AUTH PLAIN LOGIN [10:27] 250-AUTH=PLAIN LOGIN [10:27] " [10:28] paste the output of this comand [10:28] postconf smtpd_sasl_path [10:28] command [10:28] smtpd_sasl_path = private/auth-client [10:28] ok [10:28] have you set that path in dovecot? [10:29] auth default { [10:29] path = /var/spool/postfix/private/auth-client [10:29] socket listen { [10:29] ok, that's good [10:29] mode, user and group? [10:29] mode 0600 [10:29] user = postfix [10:29] ok... [10:29] group = postfix [10:30] you might change mode to 0660 [10:30] but it should be the source of the problem [10:30] ah sorry it is already 0660 [10:30] is your client misconfigured? [10:30] maybe it sends mail over another smtp [10:31] just a sec I will check (again) [10:31] no imap and smtp server are the same [10:32] does it use smtps or smtp? [10:32] well smtp with ssl support so I think it is smtps [10:33] and there is nothing in mail.log? [10:33] not even an error? [10:33] no nothing [10:33] it should be error at least [10:33] even with smtpd_tls_loglevel = 4' [10:33] and a "-v" in master.cf [10:34] well, you should have info about establishing connection [10:34] if there's no such thing, your client isn't connecting to the server [10:34] yes I can see that my client loggs in via imaps [10:34] but nothiung about the smtp thing [10:34] well, we are talking about postfix here [10:34] yes [10:35] do you see connectiong attempt when you telnet to port 25? [10:35] yes [10:35] how about port 465? [10:36] Unable to connect to remote host: Connection refused [10:36] so, not smtps on your server [10:36] s/not/no/ [10:36] hmm [10:36] TLS is one thing [10:36] SSL is another [10:36] TLS is being utilized over port 25 [10:36] while SSL over port 465 [10:36] check master.cf [10:37] you should have: [10:37] smtps inet n - - - - smtpd [10:37] uncommented [10:38] ok now it accepts telnet 465 [10:39] now try sending email [10:40] no success [10:40] but I got some errors in mail.log [10:40] that's a good start [10:40] SSL_accept:error in SSLv2/v3 read client hello A [10:41] did you set up ssl corectly? [10:42] I think so [10:42] any ideas how I can check this? [10:42] well, your mail should be delivered [10:43] you might add this: [10:43] smtpd_tls_mandatory_protocols = SSLv3, TLSv1 [10:43] smtpd_tls_mandatory_ciphers = medium [10:44] but you mail should be delivered to destination [10:44] that's just internal openssl buzz [10:44] no success [10:44] i think you won't see it once you remove verbose logging [10:45] why this? [10:46] is this what you see? [10:46] http://www.irbs.net/internet/postfix/0211/2722.html [10:48] wait a sec I am searching a no paste service [10:48] http://nopaste.debianforum.de/22346 [10:49] paste.ubuntu.com [10:49] reduce logging [10:51] http://paste.ubuntu.com/197559/ [10:51] this "warning" could be a problem [10:53] that could be problem with certificates [10:54] but when i disable tls / ssl I can'T send [10:55] hmm maybe I should rest the server and start over again [10:56] how did you create certificates? [10:57] with the instructions on this guid https://help.ubuntu.com/8.04/serverguide/C/postfix.html [10:58] those are good instructions [11:00] set it up to work without ssl/tls first [11:01] yes I think I will start over again. and confirm function after every configuration step [12:00] how do I log a user in automatically at startup? [12:01] <_ruben> i highly doubt that you'd want that on a server .. and i dont think its even possible [12:01] i want to run a curses based interactive script at start-up in text mode. I have already disabled X at start-up and added the script at start-up, but it does not run. If I start gdm and run it in a console it works. Any ideas? [12:05] <_ruben> this isn't a server then, is it? as servers dont run X [12:10] no it isn't, it is desktop edition, but i have disabled X at start-up. I want to present the user with a menu from where they can do some basic things or then select an option to boot into the GUI [12:11] the #ubuntu room was not very helpful, that's why i came here :) [12:15] stapel: if you're using GDM, you need to grovel through /etc/gdm and similar, or possibly look at GDM's graphical configuration tool [12:15] stapel: I can't be bothered looking up the details for you. [12:17] <_ruben> putting an interactive script in rc.local might just do the trick ..never tried [12:17] twb: I am not using gdm. I have disabled gdm by doing 'sudo mv S30gdm K30gdm' in the /etc/rc2.d/ directory [12:17] ruben: thanx...will look into it [12:19] _ruben: it does [12:19] I have this in /etc/rc.local on my Debian Sid netbook: [12:19] env -i su twb -c xinit >/var/log/xinit.log 2>&1 & [12:20] <_ruben> that doesnt look very interactive to me though [12:20] Sorry, I missed "interactive" [12:21] For a menu of things to try, I recommend looking into what is done with the "single" option in recent releases [12:21] It has options like "give me a root shell", "fix grub", "fix xorg" [12:22] what do you mean by "single" releases? [12:22] sorry "single option" in recent releases? [12:23] stapel: the argument you provide on the kernel command line. [12:23] Usually labelled "(rescue)" or something in grub. [14:30] ok i have reinstalled everything and now it is working [14:34] hehe [14:34] it was probably a configuration issue [14:39] ivoks: ping [14:39] ivoks: you were looking for me yesterday, regarding dkms :-) [14:41] yeah [14:41] kirkland: do you see dkms as a solution for all packages that have kernel modules? [14:42] I dont' know what the prolem was [14:42] but as you can see - I take the time it needs :-) [14:44] ivoks: heh, "all" is a pretty sweeping conclusion :-) [14:44] ivoks: i have been very pleased with it for kvm [14:44] kirkland: most :) [14:44] ivoks: out-of-tree modules, do you mean? [14:44] kirkland: i was thinking on pushing that as a 'rule' [14:44] yes [14:44] ivoks: well, you need to clarify that rule a little [14:45] ivoks: obviously, its best for the module to be upstream in linux [14:45] ivoks: in kvm's case, it is upstream [14:45] ivoks: but the upstream one in Linux is inevitably older than the one under development by the kvm devs [14:45] but you needed to update kvm in hardy, right? [14:45] ivoks: right, and it works well for that [14:45] so, we support LTS far longer than upstream want us to do [14:46] ivoks: not all modules will build/work with dkms [14:46] ivoks: the module has be relatively self contained for that to work [14:46] of course [14:47] ivoks: i think dkms is the best solution around for handling your request, though [14:47] ivoks: i have only had to work around one issue, though ... [14:47] ivoks: kernel headers are required [14:47] ivoks: for all kernels that you want to build for [14:48] ivoks: this sounds obvious [14:48] right [14:48] hey guys, is there anybody working on the asterisk merge? [14:48] ivoks: but it's not possible to put that into a debian/control depends rule [14:48] kirkland: why not? [14:48] magnetic__: probably best to ask in #ubuntu-motu [14:49] oh, not for every kernel... right [14:49] ivoks: right [14:49] kirkland: ok, thx [14:49] ivoks: it would be nice to solve that, somehow, before making the "rule" [14:50] shouldn't depending only on linux-headers be enough? [14:50] ivoks: i hacked this in the kvm-source.postinst [14:50] ivoks: kvm-source.postinst [14:50] ivoks: http://pastebin.com/f2e55955c [14:51] ivoks: i think the kernel team could solve this with yet another meta package [14:52] kirkland: why doesn't kvm depend on linux-headers? [14:52] that should be enough [14:52] cause if you have installed linux-x.y.z-X-generic [14:53] * _ruben doesnt have good experience with such deps [14:53] that would pull in linux-headers-generic [14:53] <_ruben> does it? [14:53] it should [14:53] <_ruben> afair, it doesnt [14:54] ah.. it doesn't [14:54] ivoks: because the headers are hundreds of megs, which you don't need [14:54] <_ruben> a major pita for dkms [14:54] ivoks: see the control file for kvm [14:54] ivoks: kvm-source Depends: debhelper (>= 5), make, bzip2, dkms, linux-headers-server | linux-headers-generic | linux-headers [14:55] ok... [14:55] that should pull in headers [14:56] ivoks: right [14:56] this could be simplified in karmic [14:57] since we won't have -server and -generic [14:57] ivoks: we don't? [14:57] ivoks: sweet [14:57] that's the plan, yes [14:57] there's a discussion at kernel-team mailing list [14:58] pae is the only problem === cjwatson_ is now known as cjwatson [15:26] greetings, I am looking for a recommendation on a UPS to run with 8.04.2 server, we have used Tripplite "omni's" and have had horrible luck w/driver support, thinking about APC, just wanted to hear what people had to say. any input is greatly appreciated! [15:27] apc has quite good support [15:27] there's nut and apcuspd [15:29] yeah we have had horrible experiences with tripplite omnivs1000 & 1500 and nut [15:30] I'm sure there is an "industry standard" for this stuff, servers need UPS's and servers run Linux :P [15:30] have been looking into APC, anyone got a model they have had good luck with? [15:30] well, powerware come with their own software [15:31] i've used couple of apc models, and all were supported [15:31] http://www.networkupstools.org/compat/stable.html [15:31] this should be a good start [15:33] yeah, I'm hesitant because the OmniVS1000 was supposed to be "supported" and I ended up getting into modifying the driver and compiling it with some suggested changes etc [15:33] but APC sounds good esp with apcupsd being currently developed and specialized for a popular brand [15:34] we prefere nut :) [15:34] yeah? [15:34] it's in main [15:34] so itd be safe to go with APC and still use nut if possible? [15:34] apcupsd is in universe [15:34] ahh, heh ;) [15:38] take care... [15:45] sorry, thanks for the help :P [15:46] I'm just poking around on amazon now looking for deals on APC hardware ;) [15:47] ivoks: Thanks :) [16:22] to follow my yerteday problem, [16:22] perf problem in vmware beetwen DEBIAN and UBUNTU [16:22] ubuntu: [ 4.112045] scsi target2:0:0: FAST-40 WIDE SCSI 80.0 MB/s ST (25 ns, offset 127) [16:23] debian : Jun 15 16:06:26 ns249-175 kernel: target0:0:0: FAST-160 WIDE SCSI 320.0 MB/s DT IU RDSTRM RTI WRFLOW PCOMP (6.25 ns, offset 127) [16:23] anybody knows why ubuntu says 80 MB/s and debian, 160 ? [16:23] same config in vmware, and same hardware (a dell blade + iscsi san) [16:35] th0m: does it actually mean anything? [16:35] th0m: its just virtual hardware anyway [16:41] i dont have the same perf [16:41] performance [16:43] the virtual machine's hardware is the same? [16:43] soren: are you around ? [16:44] there are two virtual scsi controllers offered by vmware [16:44] also, is your virtual hardware the same version === shanix_ is now known as shang [17:34] kirkland: howdy [17:34] kirkland: it seems that there is an issue with sudo+encrypted home in karmic alpha2: https://bugs.launchpad.net/bugs/387997 [17:34] Launchpad bug 387997 in sudo "can't use sudo after a fresh install (karmic)" [Undecided,Confirmed] [18:16] Canonical will announce on June 17 the certification of Ubuntu 9.04 Server Edition on HP's new ProLiant G6 servers, company officials said. [18:16] is this true? [18:18] ivoks, heya master how's it going [18:18] great, how are you? [18:22] ivoks, pretty got.. just got back from my trip [18:22] s/got/doog [18:23] good* [18:23] nice [18:23] ivoks, so anyways, what's the status of the packages? and what about the mentorship [18:24] RoAkSoAx: i want to talk with you about versioning of packages [18:24] RoAkSoAx: other than that, i think you are ready for motu [18:25] ivoks, ok. shall we do it now, or when do you think we can talk about it? [18:25] RoAkSoAx: it would be easier over email [18:25] cause of time difference and there will be lots of pasting [18:26] ivoks, yeah!! ok cool. let's do it over email. What about the HA packages? [18:26] RoAkSoAx: you do realize that HA is almost another software in 2.99 version? [18:27] RoAkSoAx: it can't do anything as a standalone [18:27] ivoks, yes I do realize that.. That's why HA needs Pacemaker starting from 2.99.x [18:27] RoAkSoAx: it's other way around [18:27] I have a ubuntu server running openvpn, and I'm trying to allow hosts on the local subnet to communicate with hosts on the VPN subnet. The local machines and the server are both behind a dd-wrt router that is set up to route the packets from local machines that are destined for the VPN clients to the server, I just need the server to forward those packets to the correct hosts. I've determined that I need to use iptables on th [18:28] ivoks, how so? [18:28] RoAkSoAx: parts of heartbeat have been merged to pacemaker [18:28] RoAkSoAx: parts have been droped from heartbeat [18:28] RoAkSoAx: rest of it ended up as heartbeat 2.99 [18:29] RoAkSoAx: so ha 2.99 can only be used as a messeging layer for pacemaker [18:29] ivoks, right, since Pacemaker is the Cluster Resource Manager and Heartbeat is only the one who delivers messages [18:30] and we decided that pacemaker with hearbeat as messeging layer will be in universe [18:30] pacemaker with openais will be supported solution [18:31] ivoks, right [18:31] and, you are free to work on packages in ppa, of course [18:32] :) [18:33] ivoks, haha ok cool. I just don't know where to start/what to do [18:33] RoAkSoAx: is there anything, packaging related, that you don't understand or need help with? [18:34] RoAkSoAx: my goal is to make openais, corosync versions 1.0 into karmic, if possible pacemaker with openais 1.0 as messaging layer into karmic [18:34] RoAkSoAx: rhcs with openais/corosync 1.0 into karmic [18:34] ivoks, yes I have doubts with debian/rules... and I would like to package layer7switch from scratch (which has a kernel module and userspace tools) [18:34] everything else is optional for me :) [18:35] ivoks, ok so let's work on that goal, and as you said, we'll just leave heartbeat in universe and leave it usable [18:35] RoAkSoAx: layer7switch? [18:35] does it change iptables modules? [18:36] are you talking about l7-filter.sf.net? [18:36] ivoks, http://www.linux-l7sw.org/ [18:36] last release in 2007. [18:37] ivoks, yes it's another project from the keepalived team [18:37] there's no point in packaging dead projects [18:38] kernel modules from 2007 have big chances of not being buildable at all with recent kernels [18:38] there's another, live, project [18:38] l7-filter.sf.net [18:39] ivoks, I see. though keepalived also had a release on 2007 and then otherone in 2009 so it took them 2 years to do some bugfixes.. and I'm guessing that it might be the same status of this other project [18:39] RoAkSoAx: investigate that :) [18:39] that's first step in packaging [18:39] check out if the code is being maintained [18:40] ivoks, yes.. I had no time this past few days since i've been away from my computer.. I'll find it out and work in it if it's still active.. since one other thing that I would really like to do is to package something from scratch, that way I'll understand debian/rules better :) [18:41] sure [18:41] pick a project and start working on it [18:41] if you get stuck, let me know [18:41] ivoks, ok cool :) [18:42] but if you decide on linux-l7sw, don't be disapointed if it doesn't get accepted cause of maintainance status [18:43] ivoks, i won't.. i just want to learn how to package from scratch :) [18:43] ok [18:43] ivoks, and I would also like to work on bugfixing and security udpates [18:43] i'll send you an email about versioning [18:44] security updates are special form of packaging [18:44] find a patch, patch the code, send for upload [18:44] :) [18:45] ivoks, well I'm also that security updates are just finding a patch upstream or in other distributions, applying it, testing it and summiting it... and some bugfixes might have that same procedure [18:45] right... well, time for me to go off [18:45] ivoks, ok :) have a good night [18:47] you too :) [19:39] hi, im trying to set up nfs+kerberos and am getting an error "Unable to obtain credentials for 'nfs'" when rpc.svcgssd tries to start [19:39] http://pastie.org/515446 [19:39] i do have a keytab entry [20:47] any samba gurus around? [20:48] Just try asking..maybe someone will know (I've worked a little with Samba as a PDC...but that's about it) [20:49] well, i would like to authenticate against ldap [20:51] Oooh, fun. My standard advice would be to jump off a bridge, but the next best option would be to Google around a little. In the PDC I setup, it was authenticated against LDAP, so I might be able to help you if you have issues [20:52] i know [20:52] but i was thinking [20:52] if i store passwords in ldap in cleartext format [20:52] then samba could read them and it would know the password [20:53] could it crypt it to NTLM and compare it with the hash that windows are sending? [20:53] why do i need another attribute in ldap with same password, only crypted? [20:55] ivoks: the userPassword field in ldap is not clear text [20:55] it can be [20:55] mathiaz: ldap can store password in couple of different formats [20:55] Hi I just successfully installed spamassasin. How do I place spam-flagged mails in a seperate IMAP mailbox? I use postfix with maildir. I think I have to use procmail, but I don't know if I configured it correctly. [20:55] one of them is cleartext [20:55] does someone know when nut 2.4 will be available in hardy? [20:55] You'll need two hashes. That's it. [20:56] ivoks: really - I though that slapd would actually convert internally the new password and store it as a hash in userPassword [20:56] nick125: why? samba obviously can encode plaintext password into ntlm (smbpasswd) [20:56] One NTLM, one normal crypt (or whatever is default). There are some scripts/plugins/whatnot to syncrhonize the two passwords, though. [20:56] mathiaz: {plaintext}mypassword [20:57] Threetimes: just to clarify (I'm no expert here): what imap server are you using? [20:57] dovecot [20:58] ivoks: well then my answer is that the samba code doesn't support that natively [20:58] mathiaz: i know it doesn't [20:58] ivoks: the code is probably expecting a specific schema/attribute and does all the password update itself [20:58] ivoks: so you may have to hack the samba code to do the right thing [20:58] that's why i asked, maybe someone thought about that [21:00] Threetimes: sorry, I didn't think about that before - so I'm gonna read/learn with you :-) [21:01] {CLEARTEXT} indicates that the new password should be added to userPassword as clear text. [21:03] ivoks: hm - does samba have access to the cleartext password from the user? [21:04] any user? [21:04] sorry... yes, it does [21:04] it can read ldap attributes [21:04] ivoks: hm - I don't know - I'm not familiar enough with the samba protocol architecture [21:05] it reads attribute of windows password and compares it with the on that client sent [21:05] so, instead of just reading cleartext password, do smbpasswd on it, catch the result and compare it with the client [21:05] hurmpf. any one used a fax/answering-machine setup? [21:06] like a nice mix of mgetty and hylafax [21:09] !mgetty [21:09] Sorry, I don't know anything about mgetty [21:11] !info mgetty [21:11] mgetty (source: mgetty): Smart Modem getty replacement. In component universe, is extra. Version 1.1.36-1.5 (jaunty), package size 173 kB, installed size 404 kB [21:11] thx guntbert [21:11] ewook: :) [21:16] aw man. what have I gotten myself into.. [21:17] bying a compatible card for asterisk just seems more tempting.. [21:19] btw my earlier problem was caused by FQDN not being listed first in /etc/hosts. [21:24] does someone know when nut 2.4 will be available in hardy? [21:26] never? [21:28] night [21:33] jmarsden: you there? [21:48] Afternoon. Got a strange NAT problem that started when I took an fully-functional script from a REALLY old Gentoo installation and moved to a Ubuntu LTS Server version. [21:48] It seems that, on occasion and consistently for specific sites, the NAT table will lose or ignore sessions; the result is return traffic from internet-side hosts will not be NAT'ed back to the client destination IP rather hitting the INPUT chain on the firewall itself. [21:51] yay. this is gonna be a nightmare. [23:07] anyone using kvm + virt-manager? [23:10] Sure. [23:11] soren, can you select hypervisor kvm ? [23:11] Sure. [23:11] hmm your also using ubuntu server 9.04 ? [23:11] Which architecture have you chosen? [23:12] hmm seems to be fixed now [23:13] soren, but when connecting in virt-machine is it qemu? [23:14] I get under ID qemu but when creating new machine i can choose for kvm now (after reinstalling) [23:31] PleXs: The "qemu" hypervisor manages both kvm and qemu guests. [23:31] ah ok :) [23:32] soren, you got idea how I can add usb printer support? :) [23:32] Not really. If I were you, I'd share it over regular CUPS or Samba and install it as a network printer in the guest. [23:35] not possible :) [23:35] printer only works on windows [23:36] because driver issue's on linux [23:36] :( [23:40] New bug: #388702 in mysql-dfsg-5.0 (main) "package mysql-server None [modified: /var/lib/dpkg/info/mysql-server.list] failed to install/upgrade: " [Undecided,New] https://launchpad.net/bugs/388702 [23:52] PleXs: qemu supports usb forwarding IIRC, so will probably also work with kvm [23:52] but maybe not from withing virt-manager [23:53] -usbdevice option [23:55] JanC, I can remember adjusting something in xml file :) [23:56] [23:56] adding this [23:56] and more.. but my vm machine did disappear :S [23:56] in virt-manager