=== medberry is now known as med_out [01:31] hmm, I looked into OpenIndiana, and it looks like there's no Deluge for it... [01:31] SO I may just go with Ubuntu. [01:38] DanaG: if you're scared to build software yourself, you should stay away from Solaris [01:38] Not scared to build it; just don't know clearly that it'll compile. [01:38] DanaG: it's python [01:38] http://projects.archlinux.org/svntogit/packages.git/tree/deluge/trunk/PKGBUILD [01:38] This is how it's built [01:39] ah. Is there a more relevant channel for OpenIndiana? [01:39] Because it's off-topic for here. [01:39] #OpenIndiana I would persume [01:39] But I'm only into Solaris.. haven't looked at it yet [01:44] ah, yeah, #openindiana does exist. [01:44] I've just seen plently of projects that don't have IRC channels like that. === Guest57270 is now known as Kiall [02:57] I have an ubuntu server runny natty and for some reason, the messages log is no longer being used. Not only is the log not be added to, but it actually doesnt exist. Not sure if one of the other admins deleted it during troubleshooting or what, but i need to get this resolved. Should the rsyslog service be automatically creating that file if it doesnt exist? [02:59] im seeing the following error in /var/log/syslog when i restart the rsyslog service: rsyslogd-2039: Could no open output pipe '/dev/xconsole' [try http://www.rsyslog.com/e/2039 ] [02:59] but that url it linked to is pretty worthless [03:01] MACscr: i don't think there *is* a messages nor a daemon.log file in natty [03:01] oh, really? why would they remove such a basic log? [03:02] MACscr: heh [03:02] probably to consolidate or organize [03:03] since previously (currently?) we have messages, syslog, and daemon.log [03:03] which are all pretty generic [03:03] but messages is pretty universal to linux distros isnt it? [03:03] not any more than syslog or daemon.log [03:04] perhaps more than daemon, but only a little [03:04] they don't really have well defined specific purposes, and overlap [03:04] so I can see why they'd want to consolidate [03:05] of course I'm just speculating here [03:05] i guess 90% of my experience is with centos, so just always used to looking towards the messages log. I never used the other two [03:05] all my systems run lucid, and I am not/do not know personally the decision maker [03:06] any ideas on this error though? rsyslogd-2039: Could no open output pipe '/dev/xconsole' [03:07] sorry, haven't seen that one before [03:07] I'd look into what package or system provides /dev/xconsole though [03:07] if that's a stock configuration, anyway [03:11] MACscr: that's normally, just turn it off unless you are running X [03:11] s/lly/l/ [03:12] MACscr: on Debian and Ubuntu, looking at /var/log/syslog and /var/log/auth.log will capture everything logged via syslog by default. [03:13] MACscr: of course other tools like apache, squid and friends will ignore syslog by default, making centralized logging of them unnecessarily annoying :-/ [03:13] I have an interesting issue. I'm running a openvpn and for some reason the ubuntu firewalls kick in after a few days of normal operation and prevent users from access external sites. the strange thing is i have not made any changes to the iptables and in order to enable the users to hit the outside once they are connected i have to run this script : http://pastebin.com/TTqADfsm [03:16] Pr0zoid: you should be using an iptables-restore script. Calling iptables(8) is vulnerable to race conditions. [03:17] Pr0zoid: are you using ufw? [03:31] twb: now your pushing the little knowledge i have.. [03:32] what's the best way to resolve / avoid the race conditions [03:32] do i need to kill iptables and start fresh? [03:33] Pr0zoid: #netfilter for that discussion [03:34] Here is an example I prepared earlier: http://cyber.com.au/~twb/doc/iptab [03:34] okay will take a look [03:34] thanks for the help! [03:34] (Note: #netfilter concerns direct use of netfilter/iptables; for e.g. ufw you need to talk about it here.) [03:35] yes i was using ufw initially [03:35] Is it still enabled? [03:35] It wouldn't surprise me if ufw reloads itself when a new network interface is added, e.g. when the openvpn connection falls over and brings itself back up [03:38] i tjhink so [03:38] you know what.. [03:38] that could be it.. [03:38] should i just disable it? [03:39] If you are manually creating/manipulating the firewall, ufw should not ALSO be on [03:40] Obviously if you disable ufw you should ensure you still have appropriate rules to e.g. not allow arbitrary connections. [03:40] my plan was to re-run my script [03:41] (but then convert it to a restore) [03:41] script instead [03:41] Assuming ufw is disabled, you should talk to #netfilter about your script [03:41] k [04:22] Hey, is Dave Walker here? [04:23] Who wants to know [04:25] Me, a new comer. I am fixing the bug https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/690042, and i found that Dave confirmed it, so i want to ask him some question for help~ [04:25] Launchpad bug 690042 in libvirt "libvirtd tries to disable ipv6's accept_ra even when ipv6 is disabled outright in the kernel" [Medium,Confirmed] [04:32] Daviey: ^ :) [04:33] lei_: he will be asleep at the moment [04:34] i have a multi user enviornment with many shell accounts how can i setup private key files? [04:38] goddard: use a configuration manager like puppet or chef [04:41] can a pure shell account have its own private key? [04:44] what are you trying to achieve? [04:47] just more security [04:48] i have a shell account but dont have access to the .ssh directory they tell you to put it in [04:48] just my virtual server directory [04:50] if you put a public key in .ssh/authorized_keys then you can access the account with the corresponding private key [04:51] even with a jailkit? [04:51] no clue, depends on the configuration im guessing [04:53] ahh [04:53] sourceforge has it setup like that some how [04:53] wonder how they do it === V7|RTK is now known as van7hu [05:58] so ive been working on/setting up a clonezilla server on ubuntu server 10.04 LTS. when i have a toshiba tecra r840 boot via PXE into the clonezilla enviroment, some weird things happen. essentially, the boot process starts and near the end the clonezilla enviroment starts, then the screen is overwritten with more boot msgs (or goes blank if i set certain kernel boot parameters). [05:58] could this be a video issue? [05:59] it is a new laptop and has a radeon card [05:59] That sounds like usplash is doing its thing :-( [05:59] Try removing "splash" from boot options? [05:59] its not in there [05:59] Also framebuffer is turned on by default, try blacklisting it [06:00] well it might be elsewhere...should i be looking at the boot parameters for ubuntu as well as the PXE kernel image boot parameters? [06:00] Wait, clonezilla is a PXE server? [06:00] I thought it was a glorified dd [06:01] can be ran as one [06:01] but essentially it is still a glorified dd [06:02] clonezilla SE is a bitter different than live [06:02] s/bitter/bit [07:02] Is there a "user story" template on the wiki somewhere? [07:03] I want to steal the layout for an in-house document at work. [07:06] user story? [08:01] Is Daviey here? I need your help! === koolhead11|afk is now known as koolhead11 [08:22] RoyK: it's this daft XP thing [08:22] RoyK: instead of a requirement like "users MUST be able to log in" you say "fred is a user, and he wants to log in, so he tries to and it works" [09:24] hello! am looking for the guy who does hw certification @canonical... anyone knows where I might find him? [09:33] http://www.canonical.com/about-canonical/contact lists a bunch of contact details, I'm guessing you want "OEM" or possibly "support" [09:33] There might also be a #canonical. [09:33] I'm just a user, so these are only guesses. [09:53] hi there, i just update my server from 9.10 to 10.04 and now dovecot doesn work...it is not starting when i do also ini.d/dovecot start. somebody know if there is any changed in the version 10.04 regars to the configuration? [10:16] thanks twb [10:36] New bug: #805878 in bacula (main) "package bacula-director-mysql 5.0.3-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/805878 [10:43] Hi there, I'm having trouble pointing to my webserver from my laptop in order to install drupal7 using the install.php script. can anyone help me with this please? [10:43] sorry i should mention i'm trying to access using firefox [10:45] I should also mention that the #ubuntu support channel directed me here with my query [10:46] quiet bunch in here :-[ [10:47] sodoscar1: I'm not sure I understand the question. You can't reach your web server? [10:49] EricJ: thats right. I'll try and elaborate for you. I've installed apache2/mysql/php5 on my server which is part of my home network. I am trying to install Drupal7 which i've already downloaded and unpacked, I open up firefox and try to point to the file by typing the url : http://192.168.1.1/drupal/install.php and I get an error saying "Firefox can't establish a connection to the server at 192.168.1.1." [10:50] * file = install.php script [10:52] sodoscar1: is apache running correctly? If you (from the server) fire up (for example) lynx and point it towards localhost, it should say "It works!" or similar. [10:52] If it does, then it's almost certainly a port forwarding issue. [10:53] i've never used lynx before would you mind typing the command for me to enter please Eric? [10:53] sodoscar1: I reckon `lynx localhost` should do it. [10:53] in case it isn't installed, check `wget localhost` [10:53] just installing it now [10:54] ooh thats interesting.. i get an alert saying unable to connect to localhost [10:55] sodoscar1: IIRC, apache writes its log files to /var/log/apache2/. [10:55] Take a look and see if you get anything meaningful from there. [10:56] ok i'll have a quick look now [10:56] sod@theta:~$ sudo tail /var/log/apache2/error.log -f [10:56]
[10:56] Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
[10:56]
[10:56] Warning: Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown on line 0
[10:56]
[10:56] Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
[10:56]
[10:56] Warning: Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown on line 0
[10:56]
[10:56] Warning: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
[10:57] is that what you meant for me to do Eric? [10:57] Just seems like a bunch of warnings. [10:57] However, those are php warnings. Generated by drupal, by any chance? [10:58] well i haven't installed drupal yet as i'm unable to run the install script [10:58] ah [10:59] sodoscar1: well, do double-check the apache config file. Something like /etc/apache2/httpd.conf, I think. [10:59] ah this may have something to do with it perhaps: sod@theta:~$ sudo service apache2 restart [10:59] * Restarting web server apache2 Syntax error on line 21 of /etc/apache2/sites-enabled/000-apps.vhost: [10:59] Wrapper /var/www/php-fcgi-scripts/apps/.php-fcgi-starter cannot be accessed: (2)No such file or directory [10:59] Oh, nice. :) [11:00] I did have ISPconfig installed many moons ago but I removed it [11:02] sodoscar1: well, if you do manage to get apache running, you should be well on your way. :) [11:03] i'm going to try reinstalling and reconfiguring and I'll see what happens from there.. perhaps I removed something inadvertently when i removed ISPconfig... thanks for your time Eric! :) [11:03] sodoscar1: best of luck! === erichammond1 is now known as erichammond [11:15] EricJ: sorted with a remove/clean/reinstall... thanks again for your time my bro [11:32] New bug: #805901 in cobbler (universe) "cobbler failed to purge" [Undecided,New] https://launchpad.net/bugs/805901 [11:59] good morning. I'm running ubuntu server 10.04 LTS on some machines. On RHEL for example, yum changelog [packagename] returns the changes between the installed and the available version. Is there a similar way on ubuntu? [12:01] ah... found it... it's aptitude changelog [package], not apt-get changelog [package] -.- [12:02] max06|work: I also use the apt-listchanges package, that will give you the changelogs when you upgrade packages using apt. [12:02] that sounds good! It might save some time :D [12:12] morrrning [12:13] Pici, execute it with apt-listchanges --apt ? [12:14] max06|work: It should automatically come up when you're running apt-get (dist-)updgrade [12:15] Mhmm... this should work with apt-get -s (simulate) upgrade, too? [12:15] I need to check the updates before installing... ah... [12:15] wow ispconfig? lawl that doesn't install in a standard way, so yeah. drop that and re-install [12:15] I'm not sure :/ [12:16] It appears before or after the "Do you want to continue?"-Question? ^^ [12:17] I'm not able to install the updates on the servers without checking the changelogs.. they are too important, risk is to much === koolhead11 is now known as koolhead17 [12:23] Pici, i'm stupid... it works, it asks after displaying the infos for each package [12:23] thanks :) [13:12] New bug: #805937 in samba (main) "smbd segfaults at least twice a day" [Undecided,New] https://launchpad.net/bugs/805937 [13:39] So, I did a do-release-upgrade on my 10.10 server (a virtual host running under KVM) and now when it boots I just get a grub prompt. (It's grub 1.98-ubuntu6.) I don't recall if this was originally a 10.04 system upgraded to 10.10 or if it was an install of 10.10. Any thoughts on where I should go from here? [13:43] cjs: re-install grub? re original install, you can boot into a recovery session and look under /var/log/installer [13:44] pmatulis: So, you're saying boot an 11.04 CD-ROM image and use the recovery tools there to re-install GRUB? [13:46] cjs: that may work, yeah. fyi, you should get a menu with an entry for re-installing grub [13:49] Right; I'll start with that. [13:49] I'm thinking the issue is that 10.04 used Grub 1.98, but 10.10 onwards used Grub 2. [14:00] AH, I was asking in the wrong channel apparently. Is there a page outlining the difference between server versions? I'm trying to decide on installing 10.04 vs 11.04 [14:02] pretty easy there [14:02] install 10.04 [14:02] unless you want to upgrade it ever 9 to 12 months [14:02] 10.04 has 5 years of server support, 11.04 has only 18 months. [14:04] 11.04 will have newer stuff, but outside of the kernel, you're often better off building your own versions of server software (e.g., Apache, PHP) if you need to remain close to the cutting edge, rather than depending on your distro to keep up to date with everything you need. [14:05] Sorry, I should have mentioned I already know about the LTS support, but feature wise I wanted to know if it was worth upgrading [14:06] That's what I do, running 10.04 on most of my servers, though I also have a test server on the most recent release for testing my applications. [14:06] Daviey: hello [14:06] Voziv: for what do you use your server? [14:07] Currently I believe we have 10.10. But I'm going to be creating another and I'm leaning towards 10.04 for LTS [14:07] Is there a URL where I can directly download ubuntu-11.04-server-amd64.iso? That's going to be faster than copying this bittorrented copy off my laptop to my local server via WiFi. [14:10] Ursinha: Hello! [14:10] How are you doing this lovely fine day? [14:10] Daviey: do you really want to know? :P Ubuflu got me hard [14:13] cjs: I just reread your your question. The one I'm currently doing is going to be used as a webserver [14:14] Ursinha: sorry to hear that [14:15] Is there any specific way I should be building software? I'm personally used to gentoo when it comes to configuring software as portage compiled the software itself [14:16] Daviey: anything I need to do for https://bugs.launchpad.net/bugs/800543 [14:16] ? [14:16] Launchpad bug 800543 in dbconfig-common "Installing zabbix-frontend-php fails in noninteractive mode" [Medium,Confirmed] [14:17] TREllis: will look shortly [14:18] Voziv: I'd definitely suggest you go with 10.04 and either stick to running "older" versions of software, or build yourself anything that needs to be a newer version than what's in the 10.04 packages. [14:18] Daviey: thanks [14:29] cjs: will do :) [14:33] Do I want to re-install grub to /dev/sda or /dev/sda1? [14:33] I'm guessing the former.... [14:34] normally /dev/sda [14:34] unless your doing a dual-boot thing [14:34] Not at all. Thanks. [14:35] Well, let's see if that did the trick. [14:36] TREllis: debdiff looks flawless [14:36] uploading now. [14:36] Ah, much better so far! But I note that even 11.04 is still using Grub 1.99. I had thought that Ubuntu started using Grub 2.0 at some point. [14:37] grub 1.98 = grub2 [14:37] Daviey: good morning. have you had any time to recompile your list of grievances over the spice packages for universe? [14:38] Daviey: wooo [14:38] cjs: grub 0.97 = grub1. grub 1.99~rc1 = grub2 [14:38] Ah! [14:39] serge_: good point! will get onto that shortly [14:39] I mean, Doh! :-) [14:39] serge_: How are you doing btw? [14:41] TREllis: BTW, if you subscribe ubuntu-sponsors, it shows up on the sponsoring queue :) [14:42] Daviey: good, good. bad day connectivity-wise, may have to head to a coffee shop for today's mtg [14:43] I have a customer who notified us this morning that they could not access their we application. When I logged into the server I found considerably more apache processes than usual, but it still should not have been enough to bring down the server. I stopped apahce and found that there were still 114 processes in uninteruptable sleep, some of which started on Sunday. I killed the processes and started apache and they can access their application [14:43] but not over SSL (we use GnuTLS). Looking through the logs, I found that I have been getting the following error since about the time many of those processes started: "PANIC: fatal region error detected; run recovery". I am still getting the error now but I can't determine what it means. Above all of those errores is starts with: http://paste.ubuntu.com/638439/ Everything I found on Google had to deal with LDAP and DBD but we don't use either. [14:43] Daviey: cool [14:43] oh right we have a meeting today [14:43] Daviey: need to follow the SRU wiki guidelines too I guess? [14:44] jamesiarmes_: sounds like a poorly written application. what is it? 'we application'? [14:44] sorry, that was supposed to be "web application" [14:46] TREllis: I added regression potential, the other aspects i believe are covered. [14:50] I found the problem, the gnutls cache file became corrupted somehow. I just can't imagine how' [14:53] smoser: around? [14:56] Meeting starting in 4 mins in #ubuntu-server. EOF [14:56] nice! "Fetched 6,620kB in 0s (12.0MB/s)" [15:00] adam_g, serge_, utlemming, smoser, RoAkSoAx, jamespage, smoser, zul... and others, all set? [15:01] Daviey: are you not 1 hour ahead of yourself? [15:02] crikey.. you are correct. I'm working on UTC today it seems, you are on UTC+1 [15:02] :) [15:03] is there a kernel parameter to stop upon an error in a boot msg? if not anyone know how i could dump all of the boot msgs from a pxe boot to a log file? [15:04] my searches are failing me [15:04] Daviey: uh? [15:04] zul: i suck.. I'm on UTC today, not UTC+1. [15:04] Daviey: ah [15:05] Daviey: you need a flavor flav clock to keep track [15:06] i need a coffee i think [15:07] You need to specify your meeting times in UTC. [15:07] cjs: we do.. but my UTC clock seems to be suffering an off by one error locally. [15:08] Just move the rest of your life to UTC as well and then you'll more easily notice such errors. :-) [15:10] cjs: his life is based on utc [15:12] hi any idea what is the time execution of this script based on its cron schedule ---> 2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,56,59 * * * * /usr/share/astguiclient/AST_CRON_audio_3_ftp.pl --MP3 [15:14] ruben23: */3 * * * * no? === baggar11_ is now known as baggar11 [15:18] Utopiah: is this every 2 hours..? [15:18] can you ready what is the time schedule of this cronjob [15:19] I think every 3 minutes [15:19] Utopiah: so this script runs every 3 minutes right..? [15:19] ruben23: looks like it, yes [15:20] how to make it every 2 days [15:21] Daviey: do you recall... a wiki page..... that you said you'd edit on Monday...? [15:21] :) [15:26] Ursinha: yes! [15:26] ( Ursinha, i said Monday or Tuesday :P [15:26] yeah... slacker [15:26] :P [15:26] noted. [15:27] Daviey: what time is the irc meeting again? just realized my google calendar didn't change to my timezone when I first opened it, so I wonder if all the meetings are... in the past, maybe [15:28] pgraner: hello [15:29] Ursinha: on the next hour. [15:29] Daviey: can you invite me for the current meetings we have? I think it's better than just copy them to my calendar [15:29] please? :) [15:31] Daviey: soon you'll regret working with me... hahahahaha [15:31] hggdh: tarde [15:31] golly [15:32] done [15:32] thanks! [15:34] Ursinha, howdy [15:34] Ursinha: buenas :-) [15:36] ruben23: 59 00 * * */2 I guess [15:39] Utopiah: whats the function of /2 ..? [15:40] run every other day [15:41] Ursinha: added a first scratch [15:41] Daviey: thanks [15:41] hggdh: hey, can you add yours here, if you have a few minutes? https://wiki.ubuntu.com/Quality [15:41] Ursinha: more to follow [15:51] RoAkSoAx: you don't need to ask permission to send me a PM :) [16:44] hello [16:44] could I make more than 1 virtual host on my local machine? [16:44] you can make as many virtual hosts as you like [16:45] assuming you have enough ram [16:45] but how could I refer to them I my browser? [16:45] ? [16:45] first you should explain the domain we are talking about [16:45] via their name :) [16:45] I have a default, then localhost, what about others? [16:45] apache vhosts? virtualised systems? [16:46] so it's apache.. [16:46] apache has a quite thorough documentation about its vhost system [16:46] with a lot of examples [16:46] to just copy and paste and not even care what else is being explained or how it works [16:47] http://httpd.apache.org/docs/2.2/en/vhosts/ [16:47] http://httpd.apache.org/docs/2.2/en/vhosts/examples.html [16:47] thank you [16:47] .o(maybe I should use sarcasm tags) [16:47] np [16:48] :) === V7|RTK is now known as van7hu [16:56] van7hu kaka [17:24] http://httpd.apache.org/docs/current/mod/mod_include.html [17:25] I follow that link to enable SSI, is there any strange thingy with ubuntu? [17:26] this is my httpd.conf, http://pastebin.com/RHXWvchx [17:27] van7hu, where are you trying to include stuff within? PHP? [17:28] TheEvilPhoenix, sorry, I am n00b, could you explain more? [17:29] nevermind [17:29] *checks package lists* [17:30] did you google for this? this ubuntuforums thread seems to be about this issue: http://ubuntuforums.org/showthread.php?t=64345 === med_out is now known as medberry [17:30] ah, I am sorry, I mis-posted the link, it should be: http://httpd.apache.org/docs/current/howto/ssi.html [17:38] does anyone here have experience installing ubuntu server 10.04 on a dell poweredge 2850? [17:41] caedmon, something you missed from the main ubuntu channel: schnuffle> +caedmon: they changed there raids from something called PERC X to H200/300 [17:41] damn that + before text! *beats his ZNC* [17:43] oh i did miss that === sidnei is now known as sidnei-away [17:45] utlemming: Hey.. would you be able to confirm bug 791850 is still valid on the daily? [17:45] Launchpad bug 791850 in linux "oneiric cluster compute instances do not boot" [Undecided,New] https://launchpad.net/bugs/791850 [18:11] RoAkSoAx: ping [18:20] adam_g: pong [18:23] RoAkSoAx: heya. theres more drbd8 dkms build failures in the HA bug queue. just wondering if you knew how people end up automatically attemtping to buildi drbd against a kernel that already has it in tree? [18:27] adam_g: thge error is becuase all of them are trying to install drbd-source on a non-standard kernel [18:28] adam_g: so it some cases it seems that some have their custom kernel, in some others looks like a backport [18:28] backported kernel* [18:29] RoAkSoAx: thats what i figured. so those bugs are invalid? [18:30] adam_g: yeah for the most part I'd say yes [18:36] utlemming: are you here? === mendel__ is now known as mendel_ [19:46] someone remind me why one user has colors and the up arrow repeats commands on the command prompt (from putty.exe) and another doesn't? [19:47] cap_00: the shell [19:48] cap_00: echo $SHELL [19:48] hmm. [19:49] i know i changed the settings somewhere i just don't remember how to get back [19:49] there.. [20:10] ~/.bashrc ? [20:19] ~/.$(SHELL)rc [20:32] New bug: #806167 in qemu-kvm (main) "CVE-2011-2212" [Medium,In progress] https://launchpad.net/bugs/806167 [20:34] utlemming: Are you here? [20:37] New bug: #806176 in nova (universe) "/usr/lib/pymodules/python2.6/nova/network/manager.py", line 558, in create_networks" [Undecided,New] https://launchpad.net/bugs/806176 [20:53] hello, i'm search a USER ORIENTED ;) webfrontend for ldap accounts. A user can login with it's password and can change email address, the password itself, name, etc... [20:54] Aison: you may want to look at GoSA. It can be configured to do what you describe (you'd need to create an ACL allowing all users to edit their personal details and password) [20:55] ok, that's fine [21:05] should i be putting something in the (shell) ? [21:06] gtg [21:11] New bug: #806197 in squid (main) "package squid 2.7.STABLE9-2.1ubuntu6 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1" [Undecided,New] https://launchpad.net/bugs/806197 [21:19] Whenever I make a file in the /var/www directory I need to edit permissions using chown and chmod before it can be accessible via http is there a way I can automatically set the right permissions to any new files? [21:39] I have been googleing around for a couple of days. I need to set up XDMCP for some of our Windows users to run applications on the server from their desktops. They are already set up to do it for our IBM servers, so I don't want to switch to a different method for the Ubuntu server. Does anyone know where to find instructions for enabling XDMCP on an Ubuntu 11.04 server? Older instructions don't seem to apply. [21:40] willichan, might want to try #ubuntu, don't use gui's in here [21:41] @patdk-wk: was recommended in #ubuntu to check in here. [21:41] how odd :) [21:44] willichan: there's no way to enable XDMCP on ubuntu server - it should work if you just install xterm [21:44] willichan: it just needs the x11 libs and xauth and configured x11 over ssh [21:44] that's all [21:45] @RoyK: Thank you [21:46] willichan: install xeyes - that's my favourite test a pp [21:47] test app [21:47] if that grabs all sorts of x11 libs, you'll probably need to log out and in to make x11 work [21:48] when done, just install xming and configure putty to do x11 forwarding, login, start xeyes [21:48] there is no way to do xdmcp in 11.04 at all? [21:50] gdm still supports it, doesn't it? [21:50] gdm did in 9.10 atleast :) [21:55] GDM has supported XDMCP for many years. [21:55] I remember using it in 2002-ish. [21:56] Probably earlier, too. [21:57] @RoyK: Thank you. Loading xeyes with dependancies sounds like a simple enough way to set up the x11 libs. Do you know where I would need to enable the XDMCP though? X11 libs and GDM don't enable it by default (10.04 and up at least). [21:58] I have tried it on Ubuntu desktop as well as server for versions 10 and 11. [21:59] I have not found XDMCP in any of the config utils. My IBM servers have it enabled by default. [21:59] heh? just edit /etc/gdm/gdm.schemas [22:00] probably to start, change this to true [22:00] [22:00] xdmcp/Enable [22:00] b [22:00] false [22:00] [22:00] and restart gdm [22:01] @patdk-wk: Thank you. I will give that a go. [22:09] hello [22:09] what is the easiest way to install smtp server ? [22:22] ezrtyuiop, apt-get install postfix [22:24] zul: ping [22:33] this is the error what i got during installation of postfix [22:33] E: Sub-process /usr/bin/dpkg returned an error code (1) [22:33] what to do qman__ ? [22:34] find the actual error, higher up in the list [22:34] dpkg : erreur de traitement de cacti-cactid (--configure) : [22:35] that's only part of it [22:35] pastebin the complete output [22:37] New bug: #806231 in openssh (main) "Conflicts with lsh-server" [Undecided,New] https://launchpad.net/bugs/806231 [22:37] http://paste.ubuntu.com/638591/ qman__ [22:38] I only know english, but from that output, postfix is already installed [22:38] the error is with cacti-cactid, and something in one of the installation scripts failed [22:39] you could try 'sudo dpkg-reconfigure cacti-cactid' to see if it fixes itself [22:40] otherwise you'll have to pinpoint why cacti-cactid is failing [22:40] if i do dpkg reconfigure [22:40] it say cactid broken [22:41] what to do exactly to skip that error [22:42] i know it is an basic question [22:42] don't know what to do ? [22:57] New bug: #806237 in amavisd-new (main) "package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/806237 === medberry is now known as med_out [23:27] so.... puppet 2.7.1 .... anybody got .deb? === mendel__ is now known as mendel_