[00:01] server 8.10 gives me an error while trying to use the createuser script to add a user to postgres, but I'm able to sudo su - postgres and connect via psql, any ideas? [00:01] the error is: createuser: could not connect to database postgres: could not connect to server: No such file or directory [00:01] Is the server running locally and accepting [00:01] connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.0"? [00:04] Do you sudo the createuser script? [00:04] Also sudo -i is better than sudo su for reasons that make sense, but I've forgotten. [00:20] ScottK: yes, I sudo the createuser script [00:21] No further suggestions then. [00:47] Does Ubuntu ever issue USNs for packages in universe? [00:52] hej there [00:52] good morning everyone [00:54] yo [00:54] I was wondering if someone could help me with setting up smtp-auth with dovecot / postifx [00:55] i have to admit i'm trying since several days [00:55] !serverguide [00:55] The Ubuntu server guide may be found at http://help.ubuntu.com/8.04/serverguide/C/ [00:55] there's a section on setting up smtpauth for postfix in the serverguide [00:55] did not work [00:56] svenwiesner: do you have a specific error? [00:56] relay access denied [00:57] I have dovecot / postfix [00:57] svenwiesner: you'll probably want to check the networks configured in postfix [00:57] svenwiesner: relay access error is different than smtpauth [00:57] is it? [00:58] usually [00:58] what IS smtp-auth then? [00:58] i thought it is used to send mails over another authentication method then mynetworks [00:59] smtp auth is a way for user's to authenticate to smtp, which by default doesn't have authentication, but relay rules can block messages even with a valid auth [00:59] permit_sasl_authenticated fixes that [01:00] smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination [01:00] that's what i have [01:00] no relay_whatsoever given [01:01] svenwiesner: are you using tls? [01:01] may mynetworks or mydestination be the problem? [01:02] I'd double check mynetworks [01:02] I tried to.. I have to admit I completely failed postfix. I wasn*t able to configure tls, nor ssl nor smtp-auth [01:02] pretty depressing [01:02] the serverguide instructions have worked for me [01:02] the problem may be that I have a virtual server running [01:03] which is not covered by the serverguides [01:03] mhm [01:03] svenwiesner: can you telnet to port 25 of the vm? [01:04] virtual server's would complicate things, but should still be the same basic steps [01:04] yes [01:04] which ubuntu version are you running? [01:05] 250-PIPELINING [01:05] 250-SIZE 10240000 [01:05] 250-VRFY [01:05] 250-ETRN [01:05] 250-STARTTLS [01:05] 250-AUTH LOGIN CRAM-MD5 DIGEST-MD5 PLAIN NTLM [01:05] 250-AUTH=LOGIN CRAM-MD5 DIGEST-MD5 PLAIN NTLM [01:05] 250-ENHANCEDSTATUSCODES [01:05] 250-8BITMIME [01:05] 250 DSN [01:05] 8.04 tls [01:05] should work with the serverguide instructions... can you pastebin the relay error? [01:08] ah i see. it says: reject_unauth_destination [01:09] the problem is, if I delete this entry it says: parameter "smtpd_recipient_restrictions": specify at least one working instance of: check_relay_domains, reject_unauth_destination, reject, defer or defer_if_permit [01:09] mmm... what's your mynetworks look like? [01:10] mynetworks = 127.0.0.0/8 [01:10] svenwiesner: what happens if you add your outside nework ie 192.168.100.0/24 [01:13] same error [01:13] (relay access denied) [01:15] is the network you just added the same as the vm's host? is the vm on an internal network? [01:16] I meant vhost when saying virtual [01:16] sorry for this misunderstanding [01:18] svenwiesner: still with relay problem? [01:18] ja [01:18] i am trying for days now [01:19] arghl [01:19] ok [01:19] could you pastebin the output from "postconf -n" [01:19] right, one sec [01:19] that will dump the changed you did to main.cf [01:20] jmedina: good call [01:20] I haven't used vhosts, but my thought is you need to tweak smtpd_recipient_restrictions [01:21] ahm [01:21] what is pastebin [01:21] just paste the whole ocnfig here? [01:21] !pastebin [01:21] pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic) [01:21] http://paste.ubuntu.com/110103/plain/ [01:21] good feature [01:30] svenwiesner: well you have mixed configs [01:30] you are using TLS [01:30] neither one works [01:30] or are they supposed not to work at the same time? [01:31] I would disable TLS and start with plain smtp-auth [01:31] svenwiesner: how are you testing smtp auth? [01:32] i add a mailaccount in thunderbird and try to send mail to someone else [01:33] mailaccount configured on server. reveiving works, sending doesn't [01:33] svenwiesner: and did you enable the autentication options in thunderbird? [01:33] no, does not wirk [01:33] work [01:33] i can not even login if enabled [01:34] and what is the message you get from the server? [01:34] ls [01:34] using secure authentication or secure connection? [01:35] o_O [01:35] ok lets start from the begining [01:35] is your dovecot service running? [01:35] yes, as I said, the chost runs fine according to receiving messages [01:36] * the vhost [01:36] so, dovecot is running, postfix is running [01:36] and did you change the lines in dovecot.conf about socket listen? [01:37] plase show the output from: [01:37] ls -l /var/spool/postfix/private/auth-client [01:37] srw-rw---- 1 postfix postfix 0 2009-01-27 01:08 /var/spool/postfix/private/auth-client [01:39] my dovecot.conf, if helpful: http://paste.ubuntu.com/110106/plain/ [01:40] btw. thanks for your support [01:40] ok [01:40] dovecot looks fine [01:40] now in the howto says [01:40] sudo postconf -e 'smtpd_sasl_local_domain =' [01:40] but you have smtpd_sasl_local_domain = $myhostname [01:41] that means your smtp server only accept autentications for the users with that domain [01:41] if you are using more than one domain leav it empty [01:41] right! [01:41] let me check [01:43] smtpd_sasl_security_options = noanonymous [01:43] add that to your config [01:43] so you dont want anonimous access [01:45] did all that [01:45] doas not work .. shit [01:45] wait [01:45] :D [01:45] ok :) [01:46] change smtpd_use_tls = yes to no [01:46] then [01:46] run [01:46] postfix check [01:46] restart postfix [01:46] and show me the output of telnet localhost 25 [01:48] http://paste.ubuntu.com/110110/plain/ [01:54] i hope there's something there for you [01:58] ok [01:58] now try to send a mail from thunderbird [02:00] but be sure you enable autenticatio in the smtp server [02:05] ahm, which port is it? 143? "the mailserver sent an invorrect greeting * OK Dovecot ready [02:05] that is IMAP server [02:05] go to [02:06] Edit=>Account Settings [02:06] in the left panel at the end ther is "Outgoing Server (SMTP)" [02:06] yes, i am there... [02:07] username is checked and typed in [02:07] and use secure connection is checked as well [02:07] secure authentication, sorry [02:07] use [02:07] secure connection: none [02:07] TLS, if available [02:07] you just disabled TLD [02:07] which port should i choose? [02:07] but that will help when you enable again [02:07] 25 [02:09] oO [02:10] it says a lot of aout sasl2 errors [02:10] wait, i give you the file one moment [02:12] where? [02:13] http://paste.ubuntu.com/110112/plain/ [02:13] syslog [02:13] buhuuuu! i do not even want cyrus-sasl .. buhuhuu! [02:14] svenwiesner: the same in mail.log? [02:15] yes [02:15] ok I found the problem [02:15] :D [02:16] tell me :) [02:16] pleeeease? [02:16] I have to go [02:16] :D [02:16] ok [02:16] plase read this docto [02:16] https://help.ubuntu.com/8.04/serverguide/C/postfix.html [02:16] and go to "Configure Postfix for SMTP-AUTH using SASL (Dovecot SASL): " in the SMTP Autentication section [02:17] you need to confgure [02:17] smtpd_sasl_type = dovecot [02:17] but I think you typed "smtp_sasl_type = dovecot" [02:17] without "d" [02:18] i typed: smtp_sasl_type = dovecot [02:18] please check your configs are exacltly the same as in the example [02:18] yeap [02:18] it is smtpd_sasl_type = dovecot [02:18] oh fuck [02:18] holly shit [02:19] Language [02:20] german [02:20] !ohmy [02:20] Please watch your language, attitude, and topic to help keep this channel friendly and helpful. Remember, there are kids here! [02:22] mhm [02:22] does not work [02:22] dommage [02:22] please pastebin again "postconf -n" [02:23] kk [02:23] svenwiesner: did you restart postfix after the change? [02:23] yes [02:23] the output is quite different though [02:23] thunderbird: "unable to authenticate to smtp server. the server doesn not support any compatible secure auth mechanism" [02:23] wait, i give you postconf [02:25] http://paste.ubuntu.com/110117/plain/ [02:25] so, restart postfix [02:25] try again from thunderbird [02:25] what about logs/ [02:28] http://paste.ubuntu.com/110120/plain/ [02:31] svenwiesner: and thunderbird? [02:32] "you can not login because you have anabled secure authentication and this server does not support it" [02:33] mm [02:33] ok [02:33] and thunderbir [02:34] is TLS disabled? [02:34] yes, only secure authentication is checked [02:35] I dont have that option here? [02:35] I have [02:35] Security and Authentication [02:35] Use name and password )checked) [02:35] and Use secure connection: "TLS, if available" [02:36] yes, ic tried both: never and TLS, if available [02:37] mm [02:37] close thunderbird and try again [02:37] :D [02:37] an watch your logs [02:37] tial -f /var/log/mail.log [02:37] tail [02:38] ok, interesting enough, tls now works [02:38] but only without secure auth [02:38] wait, i restart thunderbird [02:38] and give you tail [02:38] tls works? [02:38] but is disabled... [02:38] tls receiving works... sending doesn't [02:39] i enabled it for a sec to see if it works :) [02:39] ok forgeat about receiving [02:39] receiving is managed by dovecot [02:39] i see [02:41] mail.log gives no output when i try to connect via thunderbird and "secure authentication" checked [02:42] again, where is that "secure authtentication" option? [02:42] svenwiesner: in the :"Outgoing Server SMTP" [02:43] do you have more than one smtp server listed? [02:43] its a checkbox: "use secure authentication" in thunderbird [02:43] at accounts -> account -> server settings [02:43] where? [02:43] and outgoing server -> server [02:44] i suck [02:44] you don't [02:44] i have no idea [02:44] you have [02:44] i love you [02:44] it works [02:44] !ohmy [02:44] Please watch your language, attitude, and topic to help keep this channel friendly and helpful. Remember, there are kids here! [02:45] so what was the problem? [02:45] i am sorry.. here in my country it is 3:44 am and no kids around... this late time really nags on the attitude :) [02:45] I really dont care [02:46] I mean, how you speak [02:46] the problem was, that, in the end, I checked: "use secure authentication" because i thought, this has to be done when using smtp-auth [02:46] but we are in a public channel [02:47] so, ahh... what a relieve! now I can go on configuring tls [02:47] yes [02:47] yous enable tls [02:47] restart postfix [02:47] and try with TLS in thunderbird [02:47] * [gnubie] waves [02:48] <[gnubie]> wondering why there is no /etc/pam.d/system-auth on ubuntu-server-8.04.2 lts.. any idea? [02:48] [gnubie]: because that is redhat style [02:48] :D [02:49] [gnubie], do you need one? we have just common-auth [02:49] but system-auth uses more than auth options [02:49] <[gnubie]> jmedina: ah, i see.. ;) [02:49] [gnubie], may be the same thing, just in different terms, i dunno [02:49] [gnubie]: what are you trying to do with PAM? [02:50] <[gnubie]> rdw200169: checking common-auth [02:50] <[gnubie]> jmedina: i used to set the following: [02:51] <[gnubie]> minlen=8 ; lcredit=-1 ; ucredit=-1 ; dcredit=-1 ; ocredit=-1 [02:51] that are settings for cracklib [02:51] <[gnubie]> jmedina: yes [02:51] <[gnubie]> is there an ubuntu specific documentation on pam? [02:51] that must be in /etc/pam.d/common-password [02:52] there's documentation for ea. of the security plugins in the man pages [02:52] just add something like this ath the top of common-password [02:52] password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3 [02:52] of course with your options [02:52] and install libpam-cracklib [02:53] you can see all the pam options as far as libraries is concerned by searching for libpam; i.e. apt-cache search libpam [02:54] <[gnubie]> jmedina: with the default ubuntu lts server, does it mean in order to have a similar config (minlen=8 ; lcredit=-1 ; ucredit=-1 ; dcredit=-1 ; ocredit=-1) i need to setup the libpam-cracklib? [02:54] [gnubie]: well, I guess you want to setup a password policy, right? [02:54] <[gnubie]> jmedina: yes [02:54] <[gnubie]> jmedina: more mandatory characters in creating a password [02:55] then you need to have a module that checks that in the password stage [02:56] you need to install libpam-cracklib [02:56] and then add that settins to common-password [02:56] for example [02:56] <[gnubie]> jmedina: ok, thanks.. ;) [02:56] <[gnubie]> go ahead please.. [02:57] password required pam_cracklib.so minlen=8 lcredit=-1 ucredit=-1 dcredit=-1 ocredit=-1 [02:57] it goes before the pam_unix.so [02:57] also, if you use apparmor (ultra-crazy security) look into libpam-apparmor [02:59] <[gnubie]> i still don't know about apparmor [02:59] <[gnubie]> rdw200169: i may consider it later.. [03:00] [gnubie], you can also look into selinux === ScottK3 is now known as ScottK-desktop [03:02] <[gnubie]> rdw200169: yeah.. [03:02] <[gnubie]> thanks guys.. ;) [04:15] hi, I have a silly deb/apt question [04:15] we only answer srs questions, sorry [04:15] Let's call it a newbie question, then :) [04:16] oh, okay - go ahead [04:16] I installed a package (dekiwiki) which depends on libapache2-mod-php5, which depends on apache2-mpm-prefork [04:17] Unfortunately I run my webserver in apache2-mpm-worker and FastCGI, for performance reasons, so I had to force the package install of dekiwiki with no deps [04:17] Now, every time I run anything in apt it complains that I need to run "apt-get -f install" [04:17] Which then tries to remove my apache2-mpm-worker package and reinstall apache2-mpm-prefork and mod_php5 [04:17] Can I break that dependency? [04:18] well, if dekiwiki is what it sounds like (a webapp) I'd actually recommend against using apt to install it [04:18] I did, I used dpkg [04:18] dpkg == apt [04:18] cause apt-get wouldn't let me at all [04:18] same thing [04:18] hm [04:19] if it has a web based installer, that's what you should use [04:19] I love dpkg/apt, but it's not so good at installing webapps [04:19] it didn't. So, I'm familiar with rpm and I know there's a way to just get it to ignore dependencies and stop complaining [04:20] irvingpop: dekiwiki sounds like something that runs within Apache; is that not correct? [04:20] It's weird. It has a PHP frontend and a Mono/.Net backend [04:20] other than that, it's a really fantastic wiki [04:21] <[gnubie]> is the maintainer for the syslog-ng binary package in this channel? care to create a backport for the ubuntu-server 8.04.2 lts on the latest syslog-ng 3.0.1? [04:22] irvingpop: does the project have a debian/ubuntu repository? [04:23] yep, that's where I got it from. http://repo.mindtouch.com [04:23] I intend to complain to the Mindtouch folks. but I just want to get on with my life for now and get my server done :) [04:23] irvingpop: well, in that case, use aptitude; it tries harder than apt-get to find a workable solution to dependency issues [04:25] wow, aptitude is a lot smarter [04:26] yep; but that's also it's downfall; it can sometimes be smarter than you want it to be :) [04:27] I do see that [04:28] @irvingpop mindtouch is really responsive on twitter. ceo is @roebot. everytime i grumble about or praise deki, he responds [04:29] hmmm, it's offering me a lot more options, but still nothing workable. I may have to resort to more drastic measures unless I can get dpkg to start ignoring this dependency [04:30] Thanks, I appreciate that. [04:30] Seriously, people should just make Apache mpm-worker and FastCGI the default anyway [04:57] [gnubie], you may be able to find one in the Launchpad PPA's [04:58] [gnubie], nevermind, i looked and there's nothing there. [05:00] [gnubie], i don't know if you're gonna find what you're looking for; hardy has 2.0.9-1ubuntu1 and intrepid has 2.0.9-3ubuntu1; here's the very minor changelog: http://changelogs.ubuntu.com/changelogs/pool/universe/s/syslog-ng/syslog-ng_2.0.9-3ubuntu1/changelog [05:02] [gnubie], and i have no clue about jaunty: http://changelogs.ubuntu.com/changelogs/pool/universe/s/syslog-ng/syslog-ng_2.0.9-4.1/changelog [05:02] [gnubie], so 3.0.1 isn't even in intrepid, or jaunty (yet) [05:15] Wow that was alot of sign offs lol [05:52] <[gnubie]> rdw200169: sorry, i was out for a phone call.. [05:53] <[gnubie]> rdw200169: kindly check this out => http://www.balabit.com/downloads/files/syslog-ng/sources/3.0.1/ [05:55] [gnubie], what do you want me to suggest? [05:56] [gnubie], i've never used the package, i just know how to check for you whether or not something is available [05:56] [gnubie], but if its any consolation, installation from source shouldn't be a big deal [05:56] [gnubie], in order to make things simplest for you, download the source of the ubuntu version, the hardy version is fine. [05:57] [gnubie], i.e. apt-get source syslog-ng [05:57] [gnubie], that get's three files. the one you want is the 'diff' one. [05:58] [gnubie], in that tar file, you should find the debian folder. use the rules file in that debian folder to see how it is built for ubuntu; then you know what ubuntu uses as far as options for the compilation, etc... [05:59] [gnubie], also, sudo apt-get build-dep syslog-ng should get you all the stuff you need to compile it [06:00] [gnubie], then you just put 2 and 2 together for the 3.0.1 version; they shouldn't be *so* different that this doesn't work excellently for you. I don't know for sure though [06:01] <[gnubie]> rdw200169: thanks.. [06:02] [gnubie], make sense? [06:03] [gnubie], you *could* try to use that diff against the 3.0.1 source to make a true-blue .deb package, but i doubt it will work, b/c there is also some patching done. [06:03] <[gnubie]> rdw200169: yeah [06:04] [gnubie], you could try though and contribute to the next ubuntu version... then someone else won't wonder the same thing... [07:10] New bug: #321760 in mysql-dfsg-5.1 (universe) "mysqld wan't start after upgrade" [Undecided,New] https://launchpad.net/bugs/321760 [07:41] * delcoyote buenos dias [08:01] morning =) [08:03] quick question, how do I set apt to download the 64bit packages? I installed php5-common and it seems to have installed the 32-bit version instead :/ [08:04] server is ubuntu server 7.10 gutsy [08:04] thanks [08:08] oh wait it checks that automaticly on the kernel perhaps..? [08:14] Holmen: hey there =) [08:15] tewmten: It downloads packages matching the installed system. If it's downloading the i386 packages, it's because you installed the i386 version of Ubuntu rather than the amd64 version. [08:16] "dpkg --print-architecture" will tell you which version you've installed. [08:16] cool thanks [08:16] np [08:16] yep, I saw it when looking at uname.. [08:17] damn, been trying to figure this problem out for days and the answer was right in front of me =) [08:49] moin [08:56] anyone with experience with DRBD? I need to create an HA system with DRBD and the partition which i need to replicate contains data which i cannot move away from there... does drbd allows to sync this data without being lost? [09:10] New bug: #321787 in openldap (main) "slapindex fails to re-index properly" [Undecided,New] https://launchpad.net/bugs/321787 [10:21] can i edit the server documentation, i spotted a mistake [10:22] <_ruben> dont think you can, but you most likely can file a bug though [10:24] never filed a bug before, would that be on launchpad? [10:24] <_ruben> yes [10:27] i made some openldap 2.4.13 packages, replication works a lot better in it now, so they claim [10:27] i was just using the server document to validate the package i made [12:29] <__^^stefan^^___> hello [13:03] <__^^stefan^^___> did any of experience a fail of the grub install to MBR step in ubuntu server amd x64 ? [13:03] <__^^stefan^^___> as it drives me crazy === lamont` is now known as lamont [13:07] <__^^stefan^^___> no one ? even stranger for me [13:20] hi people, Xen vs. KDM - why Ubuntu went KDM way? Is there any indication that it will be better? [13:26] KVM, and because mainline kernel integrates KVM [13:31] I have some trouble with a RAID 1. It corrupt big files say 4GB. The size is correct but the checksum fails. This doesn't happen with small files (700MB) and fsck says the the filesystem is ok. Any ideas? [13:34] <_ruben> palt: you sure it's due to the raid1? tried breaking the array and test it on a degraded array? [13:34] No, haven't tried that. But I guess it's the file system itself. If I can't find a solution I will first try to take backup and rebuild the filesystem. [13:37] But yeah, I will test it on a degraded array if that doesn't work :) [13:37] And run spinrite on the discs. [13:42] <_ruben> run memtest86+ as well .. could be faulty mem [13:46] Have run memtest and it passed :) [13:46] So it's not the memory :) [13:47] Deeps: ok, I understood it also as main reason. How KVM performs under regular server type load? [13:48] <_ruben> there's not really such a thing as "regular server type load" [13:48] PecisDarbs: efficiently if your cpu supports virtualisation extentions [13:48] Deeps: it supports [13:48] <_ruben> kvm without virt extensions doesnt even work afaik [13:48] I know [13:48] :) [13:48] it falls back to qemu i believe [13:49] <_ruben> yeah .. and qemu is dirt slow [13:49] yp [13:49] _ruben: I mean, is there any issues I should take into account. Xen fans have plastered KVM as unstable and unsecure :) [13:49] <_ruben> its emulation, not virtualization .. the difference between those depends on who you ask :p [13:49] <_ruben> PecisDarbs: im not the right person to ask really .. never tried kvm .. and never got xen to work .. :P [13:50] * _ruben is a vmware kinda guy [13:50] ahhh :) [13:51] <_ruben> but im not suprised that xen fans dont like kvm .. im rather certain its the same the other way around as well ;) [13:51] <_ruben> sure .. xen is around longer than kvm .. but that doesnt have to mean all that much either [13:52] <_ruben> the fact kvm is slated for mainline kernel inclusion could be a very decent argument in favor of kvm's qualities [14:03] i am running ubuntu 8.10 and would like to upgrade to the latest kvm from the sourceforge site. as the latest version has ubuntu related bug fixes. how can i do this with out breaking the kvm? [14:06] refnumzx: what related bug fixes? can you give launchpad bug numbers? :) [14:07] <_ruben> apt-get source kvm .. then use http://www.debian.org/doc/maint-guide/ch-update.en.html to roll your own updated package :) [14:08] they are not ubuntu bugs but details are on the kvm changelog page [14:10] refnumzx: I am just about to use kvm on intrepid, so I would like to know is there any issues :) [14:10] http://kvm.qumranet.com/kvmwiki/ChangeLog [14:10] thaaanks [14:12] issues. no i am about to start and development on the kvm front is fast anfurious. and it is important to be ale to keep up. [14:12] the other thing that makes me want to upgrade is the qcow2 fixes in the latest version this is as of jan 13 [14:14] i have never built a custom package before the apt-get source kvm does that get the source that ships with ubuntu? [14:14] compared to xen kvm is easier to maintain and better supported in ubuntu [14:15] ~~better supported? [14:16] if i have to build a custom package because its not being done. i dunno [14:17] patched, that is [14:19] looks like the last time this was updated was 24 sept [14:20] quite a bit behind [14:21] can I specify logical volumes as targets in vmbuilder? [14:21] refnumzx: agreed [14:22] refnumzx: when you do apt-get source, you get original sources plus debian patches [14:22] debian/ubuntu/s [14:26] not sure what you mean by targets but if installing a vm, you can put that anywhere [14:28] refnumzx: when doing kvm virtualization, you use standard kernel, right? [14:29] right [14:29] as long as its greater then 2.6.20 [14:32] refnumzx: using virt-install with seemingly proper syntax, it gives me libvirtError: virDomainCreateLinux() failed internal error Failed to add tap interface 'vnet%d' to bridge 'vnet0' : No such device [14:33] there is vnet0 interface [14:33] did you add it to /etc/network/interfaces? [14:34] refnumzx: no, but it seems to be already configured [14:34] inet addr:192.168.122.1 Bcast:192.168.122.255 Mask:255.255.255.0 [14:35] as far as i know in order to support virtual interfaces you need to configure a bridge interface [14:35] is that also in the interfaces file? [14:35] no [14:35] something like [14:36] refnumzx: can you pastbin.ca your part of /etc/network/interfaces vnet0? [14:37] i have not built mine yet. [14:38] working on patching and stuff [14:38] https://help.ubuntu.com/community/JeOSVMBuilder [14:38] wha tyou want is br0 according to that howto [14:43] refnumzx: I am using virt-install [14:44] any particular reason? [14:45] refnumzx: vmbuilder doesn't allow to specify block devices [14:46] du -x --block-size=1024K | sort -nr | head -10 [14:49] ~~can you explain that a little? i am only storage my images on a standard raid array. and any storage for the virtual images is on an e-sata enclosure that can hold multiple disks. what would be the advantages of using a block device? [14:53] refnumzx: virtual file images has loop device limit [14:53] and lvm gives better consistency [14:53] I create lvm volumes [14:53] anyway [14:54] I still get that vnet0 error :( [14:56] damn [14:56] I should read manuals more carefully [14:56] found it [14:56] :) [15:11] ~cool [15:13] which package contains easy_install for python? [15:25] Hi all; I just set up pure-ftpd and a user and other things; It listens on 21 fine, and when I connect it says Logging in as blice... good etc., requires password, and then... Receive-Error: Connection broke down. And all ftp clients disconnect right then. I don't know why. How should I go about debugging this? [15:27] Blice: check for any pure-ftpd logging options, then check the log file... probably /var/log/syslog [15:28] Blice: you might also check /var/log/auth.log for any authentication issues === jkerihuel_ is now known as jkerihuel [15:33] i am tryig to compile the latest kvm using the sources from apt-get source and the download from the kvm pages. i am reading an updating the package page handed to me by somebody else here. something i do not understand is, according to this document i can use the Debian directory copied into the new source. do i copy this directory and then do a standard make? [15:33] the page i am using is http://www.debian.org/doc/maint-guide/ch-update.en.html [15:34] You're better of grabbing the newest kvm from jaunty and building that. [15:34] s/ of / off / [15:35] I doubt that page says that it's cool to just copy the debian/ directory, by the way. [15:36] sommer: Nothing about the ftp in auth.log, the only pure-ftpd log I could find is the transfer log, which is empty. [15:36] soren: i am very new to building packages so forgive any crazy missiterpretations. the docs are complex [15:46] the latest version as of kvm-83 [13 jan 2009] contains ubuntu specific fixes which are not in jaunty? [15:47] refnumzx: No, kvm 83 is in Jaunty. [15:48] hi [15:49] Hey, ivoks. [15:50] tim has some plans on removing 32bit server kenel from jaunty+1 [15:50] maybe that isn't such a bad idea [15:56] * sommer still has quite a few 32bit servers [15:57] ivoks: Whuh? Where do you see this? [15:58] ivoks: I hope you mean that the -generic kernel will grow PAE, rendering the -server flavour mostly useless on i386? [15:58] soren: sure, let's do car without wheels as well ;) [15:58] soren: nope... c/p [15:58] ivoks: "c/p"? [15:59] cut/paste? [15:59] My goal is to actually reduce the i386 flavours for Jaunty+1 to just generic. Hardy should be the last LTS that supports a 32 bit server. [15:59] that's on kernel team list [15:59] That's fine. [15:59] i asked him to discuss this with server team [15:59] Hey. I have a postfix install question. I noticed that there is a non-interactive flag http://42.pl/postfix/postfix-2.1.5/postfix-install [15:59] Is there a way to activate it? [15:59] ...as long as it means that the -generic kernel gets PAE. [16:00] soren: i'm not sure that's the plan [16:00] anyway, i don't know :) [16:00] but if server flavour is droped, generic must support PAE then [16:01] Indeed. [16:02] And I'm sure Tim knows this. [16:02] Anyhow, I'm hugely behind on e-mail. I'll get to the kernel-team list in due time and shout at him then :) === dendrobates- is now known as dendrobates [16:03] :) [16:03] the latest version as of kvm-83 [13 jan 2009] contains ubuntu specific fixes which are not in soren: thank you for the advice on the kvm binary, i found the deb file and will now try to install it in 8.10 [16:03] ack yea for cp issues [16:07] anyway thank you soren for the advice. i will try instaling that from the deb file now. [16:09] That is probably not going to work. [16:09] You need to build it. [16:09] "sudo apt-get -b source kvm", I think. [16:13] ivoks: What fs do you have on top of drdb? [16:13] drbd, I mean. [16:13] xfs, ext3 and gfs :) [16:14] gfs in an active/active setup? [16:14] yes [16:14] How's that working out for you? [16:14] i don't have any problems [16:14] Cool. [16:14] How many nodes are sharing the drbd? [16:15] nodes? [16:15] two nodes, in primary [16:15] Ok. [16:15] and 2 other nodes over NFS [16:15] Ok. [16:15] i didn't export them over GNBD [16:15] Any reason they're not all using it via drbd? [16:15] that's not possible [16:15] Does it only support two? I forget. [16:16] I've only used it with two. [16:16] 8.3.0 enables more than two [16:16] soren: that reminds me i was looking at the linux-ha stuff that we have now in universe its the most current stable version so its just a matter of writing the MIR if we want it in main [16:16] so, that's one more test i need to do [16:16] zul: Cool. [16:19] for apache; do you use the sites-enabled dir for virtual hosting. I found an article, but it's from 2006 and I want to make sure I am doing everything right [16:21] heath|work: yep, config files go in site-available, and you can use a2ensite and a2dissite to create/remove the symbolic links in sites-enabled [16:21] jtaji, that is exactly what the article says. Thanks!! [16:24] heath|work: I do that, too. That's the recommended way. === Mohammad[B] is now known as |boozary === jjesse_ is now known as jjesse [16:39] Koon: keep in mind, I haven't looked at this since UDS, but maybe adding these hooks via plugins would be an easy way to a) test what it is that you really need and b) backport. Perhaps once your hooks are working right and you can demonstrate to the bzr folks how useful they are, they will be more accepting of your proposed changes to bzr core. please correct me if I am way off here... [16:41] jdstrand: those hooks would get added by replacing the regular classes, that's brittle but for backports / technology previews that can make sense [16:41] Koon: oh-- so it would fundamentally change bzr? [16:42] Hi [16:42] I installed a Apache server to my Ubuntu, everything is working pretty good, however I wonder what should I do in order to access the computer using a human name like "webserver" thatn writing 192.168.1.x ?? [16:42] well, you would replace the class without the hook call by a similar one that would have it. Dynamic patching if you prefer [16:42] Koon: hmmm, and so it would be system wide, when you really only want the plugin at etckeeper runtime [16:43] you can still trigger the class replacement only if acting on etckeeper repo [16:43] Koon: Please don't consider fragility particularly OK for backports. [16:43] that's how the current bzr etckeeper works [16:44] ScottK: I think he didn't mean -backports, but rather for someone like me to backport and run on hardy :) [16:44] OK. [16:49] Hey. I just found out the debconf-show is very helpful in figuring out how to do unattended installs. Does anybody know of a tutorial out there that expresses this? [16:50] I couldn't find any. I'll probably write a blog post. [16:52] !screen [16:52] screen is a terminal multiplexer. See http://www.kuro5hin.org/story/2004/3/9/16838/14935 and http://en.wikipedia.org/wiki/GNU_Screen [16:53] !servergui [16:53] Ubuntu server does not install a desktop environment or X11 by default in order to enhance security, efficiency and performance. !eBox provides a GUI system management option via a web interface. See https://help.ubuntu.com/community/ServerGUI for more background and options. === smarter_ is now known as smarter [17:48] with adduser, what does the --system option do? [17:51] creates the user from the system uid range [17:51] urr, creates a user using a uid from the system uid range, even [17:51] man adduser, read the section about Add a system user [17:52] Deeps, thanks. [18:53] * sommer dear wireshark, why don't you have an option to "never ask again" when asking if I'd like to continue without saving? [18:53] * sommer sigh [19:04] i am trying to find the amd64 version of kvm 83 i am on the page https://launchpad.net/ubuntu/jaunty/amd64/kvm-source/1:83+dfsg-0ubuntu1 [19:04] but there does not seem to be a deb file for that release. i tried to install the i386 version but if failed [19:05] sorry to be clear, binary version. === RoAk is now known as RoAkSoAx [19:21] ebox or wbemin? (and dont tell me that webmin is not longer supported), I am asking about featrues and ussability [19:23] ok, in other words, what software do you suggest to manage remotly via web our Ubuntu server? [19:24] <_Cid> ssh, bash and vi ? ;-) [19:24] <_Cid> oh..via web ..sorry - dunno [19:24] Catalyst= [19:24] ¿ [19:26] trying to run kvm 83 on intrepid, got the jaunty deb. i get a message that it would break udev. i really would like to run 83 as the version in intrepid is quite old. ideas? [19:27] you should ask on #ubuntu-virt refnumzx , you may get better support [19:27] MikyMouse, ebox over all things :) [19:27] dexem_, and Webmin? [19:28] well, I helped with ebox development, maybe that's the reason I choose it :) [19:28] I see webmin as KDE 1.x full of options and old [19:28] dexem_, mmm, ok [19:28] and ebox as gnome 2.24 [19:29] clean for the sysadmin [19:29] and new [19:29] :P [19:29] maybe it's not the best review of both [19:29] dexem_, and what about Catalyst? [19:29] don't know it [19:29] I have to go [19:29] sorry [19:29] good luck! [19:36] mathiaz: ping [19:36] mathiaz: could i trouble you to take a quick look at a patch? sanity check? [19:39] I am in LOVE WITH MY UBUNTU SERVER and I want you ALL TO KNOW [19:42] mathiaz: http://pastebin.ubuntu.com/110426/ [19:42] too bad ivoks left ... [19:53] is it possible to mount a newtork drive that is actually in another Win2003 server? [19:56] I want to make a bakup to my Ubuntu server's files into tapes. But these tapes are used by another server we have under Win 2003. So I thought that I can make the Ubuntu server to send by cron the files to a win2003 mounted unit, that later will be recorded in the tapes [19:56] Any idea? [19:56] !serverguide [19:56] The Ubuntu server guide may be found at http://help.ubuntu.com/8.04/serverguide/C/ [19:56] MikyMouse: there's a section on Samba and AD, should be what you're looking for [19:57] sommer, let's see [19:57] MikyMouse: err http://help.ubuntu.com/8.10/serverguide/C/ [19:57] ok [19:57] that bot needs updated ;) [19:58] XD [19:58] so samba needs to be installed in the Ubuntu side? [19:58] MikyMouse: yeppers [19:58] I don't have samba in my Laptopo Ubuntu computer, and I can access the network drives that are under Win2300 [19:59] MikyMouse: you probably have smbclient or smbfs [19:59] sommer, mmm, may be [19:59] MikyMouse: for a server you want samba [19:59] well I have to read all this stuff XD [20:00] gone for a coffe [20:00] XD [20:00] so I just need to setup the Ubuntu server as SAMBA CLIENT [20:01] basically [20:01] ok [20:02] ok ok [20:02] if my ubuntu computers were a little bit more..."human" I woudl have aan affair with them XD [20:03] MikyMouse: whoa, whoa... I can't condone human computer relations of that intimacy :-) [20:03] XD === |boozary is now known as Mohammad[B] [20:24] kirkland: reading your patch - which pkg ships /usr/bin/select-screen-profile? [20:24] kirkland: screen-profiles? [20:24] kirkland: IIUC it's a recommends rather than a dependency [20:25] kirkland: if select-screen-profile in the screen wrapper file you should make sure it's there. [20:25] mathiaz: screen-profiles, yes. [20:25] kirkland: hm - nm. you mentionned it in the changelog [20:26] kirkland: but you haven't posted the full debdiff [20:26] looks like select-s-p only do funky stuff with symlinks for the .screenrc :-) [20:26] fwiw [20:27] mathiaz: actually, i'm going a different route based on feedback from kees, to use dpkg-divert [20:27] kirkland: hm - ok. [20:32] mathiaz: something more like http://pastebin.ubuntu.com/110449/ [20:34] kirkland: looks good to me. [20:34] mathiaz: cool, thanks for the review ;-) [20:34] mathiaz: i think it's more correct, as well. [20:34] * kirkland tips his hat toward kees [20:41] kirkland: hmm. not sure it should be verbose about not finding the keybindings at startup... plan to fix that? [20:42] Nafallo: can you figure out a way to make the "source" line in screen a soft dependency? [20:42] Nafallo: it's easily "fixed" by re-running select-screen-profile [20:43] kirkland: would if [ -e suffice? [20:44] or -f rather :-) [20:44] Nafallo: i don't think that's syntax understood by screen .... [20:45] * Nafallo looks [20:45] Nafallo: we could patch screen itself, i suppose [20:45] http://manpages.ubuntu.com/manpages/jaunty/en/man1/screen.1.html [20:47] kirkland: yea. it hates if :-P [20:47] Nafallo: :-) === Mohammad[B] is now known as boozary === boozary is now known as |boozary [20:55] * Nafallo wonders how evil it would be to check for the file and create it before sourcing it... [20:55] s/create/touch/ [20:55] Nafallo: that's what select-screen-profile will do [20:56] New bug: #322046 in mysql-dfsg-5.1 (universe) "package mysql-server-5.1 5.1.30-2ubuntu4 failed to install/upgrade: subprocess post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/322046 [20:56] so a bit duplicated effort :-) [20:56] Nafallo: really, this should only affect "early adopters", users of a Jaunty alpha pacakge [20:56] kirkland: i.e. me :-) [20:56] not worth the time :-) [20:56] Nafallo: well, you and a few other good friends of mine :-) [20:56] Nafallo: yes, it was a concern, i promise [20:56] also... there are a -dark to select now... WIN! [20:56] Nafallo: you like? [20:57] * Nafallo nods [20:57] * kirkland too [20:57] fits better with the rest of the darkroom theme ;-) [20:59] Nafallo: there's also F12 [21:00] yea. I'm going to stay away of that one ;-) [21:00] I never get out of locked screens :-P [21:01] * kirkland waits for someone to patch cmatrix to prompt for a password to unlock :-0 [21:04] * andol makes another antempt to see if someone would like to take a look at his suggested solution to bug #296952... [21:04] Launchpad bug 296952 in mysql-dfsg-5.0 "mysqlhotcopy failed on table with hyphen in name" [Undecided,Confirmed] https://launchpad.net/bugs/296952 [21:10] what's the easiest way to find out what version a package is that is in aptitude without installing it [21:11] heath|work: I'd use apt-cache policy packagename [21:11] want to set up a new host to do kvm. Can I go with hardy, or would intrepid be easier? [21:12] wow that's old... thanks andol [21:13] sommer: it seems that the ebox packages for the intrepid SRU have already been uploaded [21:14] sommer: why should new debdiff be prepared then? [21:14] mathiaz: really? sweet :) [21:14] how is ebox? I was looking at that the other day [21:14] mathiaz: there were a few questions raised by cody-sommerville, but I guess they were addressed in the new packages [21:15] mathiaz: most of the issues were with my changelog, which foolano probably used his own [21:15] sommer: ah.. ok - this is why new debdiff have to be prepared then. [21:15] heath|work: ebox is super :) [21:16] says only 0.11.99 is in apt [21:16] nevermind, they have there own repo [21:22] ebox sounds pretty awesome... [22:25] Hey, is gnump3d in a repo normally accessible from a default ubuntu server install? [22:26] 8.10, that is [22:26] yes. [22:26] gnump3d is very old and not a lot of work has gone into upgrading [22:26] but it works very well for what it is [22:29] I've used it before and think it's great, but I must be using the wrong name in apt -- 'gnump3d' doesn't match any packages. Is there a way I can make an expanded search against the repos, via web or apt? [22:30] Oh, you know, this server is running the PPC install, if that changes things. I assumed the repos were the same, though. [22:31] redspire: They mostly are. [22:31] redspire: The only stuff that would differ is the very arch specific stuff (kernels, boot loaders, toolchain, etc.) [22:31] redspire, they may have taken it out, lemme check [22:31] redspire: gnump3d, however, was removed in Intrepid. [22:32] thanks soren [22:32] redspire, it's kinda fallen into disrepair because no development has taken place in quite a while [22:32] redspire: So the PPC machine likely just had it installed when it was running hardy. [22:32] soren: Ahh, thanks for that. [22:32] redspire, i took a shot at the alternative (i can't remember the name) but i didn' [22:33] redspire, t like it b/c it insisted on usernames/passwords [22:33] rdw200169: That makes sense. I appreciate your effort. [22:34] I've used the musicindex module for apache in a previous life. I was quite happy with that. [22:34] I'll probably just install it from the latest tarball, but since you two are here and paying attention, do you know of a better maintained alt? [22:34] soren: thanks for preempting my question. :) [22:35] I don't actually know gnump3d, but looking at the description, they seem to solve similar problems. [22:36] redspire, there's ampache, also [22:36] redspire, that's the one i was referring to [22:36] rdw200169: Oh, right. [22:36] http://ampache.org/ [22:38] it's pretty much the same as gnump3d with album covers and all that; i just didn't like the user/pass thing [22:38] see the demo: http://ampache.org/demo/index.php [22:39] Cool, thanks for the tip. I'm checking it out. I appreciate both of your help -- I didn't realize there was a separate channel for ubuntu-server, so I'll probably stick around. ;) [22:43] redspire: It's clearly where all the cool kids hang out :) [22:45] soren: haha, obviously. :) [23:21] New bug: #311277 in amavisd-new (universe) "amavisd-new broken user (again) Intrepid" [Undecided,Triaged] https://launchpad.net/bugs/311277 === Deeps_ is now known as Deeeps