/srv/irclogs.ubuntu.com/2010/05/21/#ubuntu-server.txt

hggdhisn't it like ntpd and ntpdate?00:00
jeeves_Mosshow can I configure TLS with my postfix config if I have virtual users who's data is held in MySQL?00:01
SpamapSjeeves_Moss: TLS shouldn't really matter at that point, unless you're trying to store their client-certificate in mysql somehow.00:02
jeeves_MossSpamapS, naaa, I've just been trying to set up TLS so I can send e-mail when I'm external to the local network00:02
JanCso, a "submission" service on port 587 ?00:04
jeeves_Moss??00:04
jeeves_MossJanC, was that directed @ me?00:04
JanCjeeves_Moss: yes  ☺00:05
jeeves_Mossoh, sorry.00:05
jeeves_MossJanC, basically, when I'm internal the the network (where the postfix server is), I can send all day long, but as soon as I'm external, I get "mail relay" issues00:05
JanCthe server can be reached from the outside network I assume?00:06
jeeves_Mossyes00:07
SpamapSjeeves_Moss: Ah, so you have no auth setup w/ Postfix.. you just want to create A) TLS, and B) SMTP Auth?00:07
jeeves_MossI can do it all (httpd, ftpd, IMAP, etc)00:07
jeeves_MossSpamapS, yep, that's all I want.  I want to be able to send e-mail from the outside (no real point of having a smart phone if I can't reply to e-mails on my own friggin' domain!)00:08
SpamapSjeeves_Moss: yeah I did the same thing00:11
SpamapSjeeves_Moss: I forget which howto I followed.. its actually quite simple00:12
jeeves_MossSpamapS, oh?  what phone do you have?00:12
jeeves_Moss(and if you get a chance, can you see if you can find the "howto"?00:12
JanCjeeves_Moss: do you have SASL authentication setup?00:12
jeeves_MossI'm thinking I do, but I should remove it and start fresh if you know of a good howto00:13
JanCyou probably need something like the following in master.cf: http://paste.ubuntu.com/436972/00:14
jeeves_MossJanC, Thanks.00:14
SpamapSjeeves_Moss: Android 1.6 w/ K-9 email client00:14
jeeves_MossI'll have a look in a sec00:14
JanCsubmission == port 587 (which is the default for such a service, as many ISPs block outgoing port 25 connections)00:15
jeeves_MossSpamapS, nice.  I personally love my WM5 phone00:15
SpamapSto each his own00:15
* f1yback bites THEREisONLYzulNUCK00:15
f1ybackCANUCK00:15
jeeves_MossJanC, wiat a sec....  You say it's using TLS on port 587?00:15
SpamapSJanC: why would you put that in master.cf? I don't think I had to do anything in there.. just added stuff to main.cf00:16
SpamapSI take that back I did add stuff00:16
JanCSpamapS: because I want port 25 (incoming mail from other servers etc.) & port 587 (submission of mail by me) handled differently00:18
SpamapShttp://paste.ubuntu.com/436985/00:18
SpamapSJanC: yeah me too, which is why mine is similar. ;)00:18
celeborn999anyone have any tips for configuring permissions for wordpress on ubuntu? seems like something doesn't have what it needs out-of-the-box. i don't want to just chmod 777 all of /usr/share/wordpress00:19
* SpamapS is embarassed that his production cert file is named 'test.pem' ...00:19
SpamapSceleborn999: by default it shouldn't need any write perms unless you want to use the admin interface to do things.00:20
celeborn999SpamapS: yeah that's what i'm trying to do, install a theme through the wordpress admin00:20
JanCceleborn999: doesn't the wordpress documentation have something about that?00:22
celeborn999JanC: i was just looking at that, what kinda sucks is the official docs are written for people who (i guess) are having their filesystems managed by their webhost. for example the doc says: "However, if you utilize mod_rewrite Permalinks  or other .htaccess  features you should make sure that WordPress can also write to your /.htaccess  file." i don't know who "WordPress" is. www-data, maybe?00:23
SpamapSceleborn999: in that case, chgrp -R www-data wp-content/themes && chmod -R g+w wp-content/themes00:24
celeborn999JanC: or this blurb: "All WordPress files should remain owned by your user account" -- the wordpress files are all owns by root:root or root:www-data00:24
SpamapSYeah the wordpress docs take the stance that if you are hosting your own wordpress, you know enough to figure this out.00:24
celeborn999SpamapS: or which IRC channel to spam, at least00:24
JanCSpamapS: even then, they should explain which directories need write access and which not IMNSHO  ☺00:25
SpamapSJanC: its not so much need.. its a choice. ;)00:26
celeborn999SpamapS: it looks like www-data is already the group for the directories you mentioned and has group write permissions00:26
SpamapSceleborn999: then should work fine00:27
celeborn999SpamapS: that's a bummer00:27
SpamapSceleborn999: its not just the dirs though.. the files must be writable00:27
JanCI guess it's the usual PHP app stupidness?  :-(00:27
celeborn999SpamapS: i checked every directory and file, they are all owned by root:www-data and have group write permissions. i wonder if there is some kind of "landing spot" where incoming downloads are stored before they are installed, and the landing spot needs permissions00:29
celeborn999does wordpress write stuff as www-data?00:30
celeborn999or is there some third account it likes to use sometimes?00:30
JanCceleborn999: taht depends on your www-server config  ;)00:30
SpamapSceleborn999: should if apache is running as www-data00:30
celeborn999i use apache and it uses www-data00:31
SpamapSceleborn999: I have to agree with JanC .. the WP docs and forums should help with this00:31
celeborn999i agree with both of you, they really should00:31
JanCpersonally I think the docs should be enough, this sounds liek basic stuff every sysadmin installing WP should know00:32
celeborn999like with everything else i've installed recently, i'm sure once i figure it out, it will all make perfect sense00:32
celeborn999i found the Debian-specific notes for Wordpress (/usr/share/doc stuff) to be unusually unhelpful at previous steps in this process, relative to other software i've installed00:34
JanCceleborn999: in general the Debian-specific notes only document changes from upstream00:45
JanCif upstream is weird and undocumented, good luck...  :-/00:46
celeborn999JanC: Debian pretty heavily customizes Wordpress, they have a special mysql install script and a totally different way of handing wp-config.php00:46
celeborn999JanC: to give two examples00:47
JanCin that case, that should be documented in Debian-specific docs of course00:47
erichammondsmoser: Did you just publish a new copy of ec2-api-tools or was I dreaming? https://launchpad.net/~ubuntu-on-ec2/+archive/ec2-tools?field.series_filter=karmic01:03
smoserami tools01:07
smosererichammond,01:07
smoserbut only in lucid01:07
smoseris there a new api tools ?01:07
smoserer... i only put it in maverick at the moment.01:08
smoserhttps://bugs.launchpad.net/ubuntu/+source/ec2-ami-tools/+bug/58238701:08
uvirtbotLaunchpad bug 582387 in ec2-ami-tools "update to 1.3-49953 to support ap-southeast-1" [Undecided,Fix released]01:08
erichammondsmoser: I see, thanks.  I was only partly dreaming.01:18
erichammondand mostly just confused.01:19
smoserwell, there is a ec2-api-tools01:19
smosernow that i go looking01:19
celeborn999so for the record, for my wordpress problem, here is the answer: http://www.chrisabernethy.com/why-wordpress-asks-connection-info/ ....... wordpress has a silly method of checking for filesystem permissions, it writes a test file and checks to see if the owner of the test file matches the owner of the script being run. of course with ubuntu the file owner is root but the test file is written as www-data (for apache)01:37
celeborn999so i can workaround the problem by chowning some files to www-data but this will get blown away during an apt-get upgrade (for example). sucks.01:38
celeborn999how can i tell ubuntu/apt-get not to try to upgrade a particular package in the future? i want to disable updates for wordpress only and just do the upgrading through the wp admin console01:57
cloakableUninstall wordpress and download it from the website?01:58
celeborn999there's got to be a generic way to do it01:58
cloakableYes.01:58
cloakableInstall wordpress from wordpress.org :P01:58
celeborn999i mean generic for all packages01:59
celeborn999i.e. i like the current version of FOO, please never try to upgrade it01:59
celeborn999answer: use aptitude, find package, press "=" to "hold package"02:01
celeborn999at least that's what i think will work, we'll see down the road i suppose02:01
JanCceleborn999: basically you want "apt pinning"02:10
JanCbut that also means you'll soon be using a wordpress instance full of security bugs I assume...02:11
SpamapShonestly if an app has to be chown/chmodded to work..02:11
SpamapSit sux02:11
JanC(well, full of known security bugs, they'd have been there before already)02:12
SpamapSI use wordpress..02:12
SpamapSand I hate that part02:12
celeborn999based on the manpages it looks like pinning means you want apt to try to get the software from a different source or a different (past) version. instead the intention is ask apt to not do the update, and instead use the wordpress console's upgrade utility to do it instead. this should avoid the permissions problems02:12
celeborn999i think the hold package idea from aptitude is what i'm looking for02:12
pwnguinif celeborn comes back tell him that idea is stupid -- debian packaging of wordpress is worse than no packaging, and pinning an old version of wordpress is bound to be an attack vector02:43
SpamapSpwnguin: I agree, this is why we have nightly build ppa's.. :)03:40
SpamapSI kind of wish we had a 'volatile software' ppa where someone could just ask for the latest upstream to always be built and installed. Something tells me this already exists, I just can't find it in the amazon-rain-forest-sized documentation on debian packages. :-P03:42
ScottKNo, the general point of having a release is to have stuff stop changing.03:47
SpamapSsadly, there are things like wordpress that are more stable when they change.03:48
SpamapSIt stems from the ability to produce software faster than users can break it. Yes I'm saying PHP makes it too easy to program. :)03:48
SpamapSvisual basic was the same. ;)03:49
ScottKCertainly, there are exceptions.03:49
ScottKPHP is one of those things that I understand is almost everywhere, but I prefer not to get any on me.03:50
ScottKAlso it does take some effort to make sure the new stuff is packaged properly and works.03:50
SpamapSI think there's a certain class of things that shouldn't be packaged for release.. wordpress is probably the best example of it.03:50
* ScottK is doing that right now for clamav.03:50
SpamapSyeah clamav changes *fast* and *must*03:50
SpamapSI guess the real lesson to learn is that there may not be a single unifying theory of packaging..03:53
ScottKclamav we treat as a special case and try to keep it current for all releases.03:54
ScottKIt's a lot of work though.03:54
SpamapSYeah, IIRC it will start squawking loudly in the logs if the engine falls behind the definitions03:56
SpamapSseems like at that point the engine becomes data as much as software03:57
ScottKUnfortunately it's production critical, security sensitive software....03:57
andre_francystutorial ldap offline file configuration anyone knows? please04:47
=== shade_ is now known as {shade}
Brando753is there a way I can connect to a wifi router with ubuntu server?06:13
SpamapSBrando753: of course. Go find a cable long enough and plug into the LAN port of the router. ;-)06:17
twbBrando753: yes.06:19
Brando753as good an option that is can i do it without the large cable06:20
twbBrando753: yes.06:20
twbYou will, obviously, need a wifi NIC.06:20
Brando753Network Interface Card?06:20
twbBrando753: yes.06:21
Brando753got it.06:21
Weasel[DK]are modeline in vim somehow disabled in *buntu ?08:21
screen-xWeasel[DK]: set modeline >> vimrc08:43
Weasel[DK]screen-x: Perfekt... Tak!08:46
Weasel[DK]screen-x: oops wrong language.... perfect.. Thanks !  ;)08:47
uvirtbotNew bug: #583698 in apache2 (main) "hardy-proposed (2.2.8-1ubuntu0.16) uninstallable" [Undecided,New] https://launchpad.net/bugs/58369809:46
c13I am connected via ppp0. I want to share the internet to the network via eth0. How can i set up the network-manager to share the internet?09:56
twbEither bridge or masquerade09:56
twbOh, you're using network-manager.  I don't support that, sorry.09:56
sglinuxone of my 8.10 servers hosting a website has been by10:02
sglinuxone of my 8.10 servers hosting a website has been compromised by Storm7Shell10:03
sglinuxhosting oscommerce v2.2 rc2a10:03
jetoleHey guys. I am looking for some sudo help if anyone minds. I am in the admin group and prompted for a password proper. That is unchanged from ther server install however I created a group alias in the sudo file and a application alias in the sudo file and said this group alias can execute this app alias without a password as root which has worked fine for non admin users however I am still being prompted for a password.10:25
jetoleDoes anyone know how I can execute the application alias without a password even though I want everything else I sudo to, to be password protected?10:26
jetolemy line looks like: DNS_ADMINS ALL=(root) NOPASSWD: DNS_COMMANDS10:26
jetoleI am in the DNS_ADMINS alias and other people not in the admin group are not prompted for a password who are in the DNS_ADMINS alias10:27
c13: I am connected via ppp0, using a script. I want to share the internet to the network. Typing /etc/network/interfaes shows "iface ppp0 inet ppp", but ppp0 does not appear in the network connections. How can i set up the network-manager to share the internet?10:33
jetolethe ifconfig command should show ppp010:33
jetoledoesn't it?10:33
jetolec13: that question was to you10:36
incorrecti've just fdisk'd my drives however without mknod i don't see a /dev/sdxy appearing, i used to reload udev to see them appear, but 10.04 that doesn't happen10:36
c13yes it does10:37
=== screen-x is now known as hugh
=== hugh is now known as screen-x
jetolec13: then ppp0 is active. I don't know where you are looking where you say it doesn't appear but it is there regardless so now all you need to do is enable ip forwarding in the kernel (man sysctl) and setup nat via netfilter/iptables10:38
jetoleincorrect: not to sure about the udev in 10.04. I'm using it, haven't looked into it but do you see the disk in /dev i,e, not the partitions but do you see /dev/sda but not /dev/sda1 ?10:39
jetole*not too10:39
incorrecti am just missing the new ones i created10:40
incorrectfdisk -l shows them10:40
jetoleincorrect: you didn't answer my question10:40
incorrecti did, i am just missing the new partitions i created10:40
incorrectthe block device is there10:40
_rubenjetole: perhaps the order in the sudoers file is relevant?10:40
jetoledo you see the whole disk in /dev10:40
jetole_ruben: yeah I have noticed that in the man page. Still not sure. I am still reading10:41
incorrectdisk = block device10:41
jetoleincorrect: do you see, for example /dev/sda if sda is the disk10:41
jetoleI know what a block device is10:42
c13thx10:42
incorrectaha! its partprobe i need11:11
jetoleOh I could have helped you a while ago if you didn't ignore my questions and then me but I guess it always feels good to find the answer yourself11:16
incorrectwell i answered but you didn't seem to understand11:21
selinuxiumHi all, trying to install sun-jave-jre on ec2... Which repo do I need to point at or do i install direct.11:50
lifelessthe partner repo11:55
incorrectwill the partner repo track release from java.sun ?12:04
uvirtbotNew bug: #583753 in mysql-dfsg-5.1 (main) "package mysql-server 5.1.41-3ubuntu12.1 failed to install/upgrade: problemas de dependencias - se deja sin configurar error2002 to upgrade mysql server erro de pos instalacion dio erro 1" [Undecided,New] https://launchpad.net/bugs/58375312:41
jussio/ riktking12:51
riktkingjussi, i think im just gunna remove the lamp stack and start again12:52
jussifair enough12:52
riktkingits not a mission critical website lol12:52
riktkingfixed it!12:57
DelphiWorldhi all13:00
DelphiWorldi am using latest ubuntu 9.10 server13:00
DelphiWorldmy ssh server is very slow13:00
DelphiWorldhow do i fix this problem?13:00
Japjeslow with login13:01
Japjeslow when typing13:01
DelphiWorldJapje: login and typing both13:02
selinuxiumlifeless, Thanks, sorry for the delay.. :)13:02
Japjelogin could be that resolving is slow13:02
Japjeif both are slow.. perhaps high load, or much traffic on your side, or the server side13:03
DelphiWorldJapje: any other ssh server package to try?13:04
JapjeDelphiWorld: thats probably not the right idea behind the problem13:05
Japjeits not the ssh server itself13:05
Japjeits something thats affecting it to be slow13:05
PupenoHow do you clear the arp cache?13:11
=== niekie_ is now known as niekie
Amarendra_can somebody tell me how to install usb modem in ubuntu9.10??13:15
Amarendra_its is not been detected13:15
SpamapSAmarendra_: does it have drivers available? Some don't.13:20
Amarendra_ya it was first detected as cd drive13:20
Amarendra_i installed the driver13:21
Amarendra_now it is not detecting13:21
SpamapSif you run 'dmesg' do you see anything about it when you plug it in/remove it ?13:21
Amarendra_i am not able to connect in ubuntu so i switched to windows and downloaded x-chat to connect this chat room.. Now i am in windows . So i cannot run any command13:24
SpamapSah13:25
SpamapSEtienneG: eaten all your chocolate yet?13:25
Amarendra_any more ideas???13:25
DelphiWorldJapje: fixed just by restarting it13:26
DelphiWorldJapje: and this is my majore problem in Deb based systems;)13:26
SpamapSAmarendra_: you might want to try making sure acm is loaded.. (modprobe acm)13:26
Amarendra_acm??13:27
SpamapSThough hotplug, or whatever it is we have that has replaced that, should do it.13:27
SpamapShttp://www.linux-usb.org/USB-guide/x332.html13:27
SpamapSAmarendra_: that explains what acm is13:27
Amarendra_ok13:27
EtienneGSpamapS, no, my kids are on it13:28
EtienneGthere was a *lot*  :)13:28
Amarendra_Spamaps: Is there anyway to uninstall the driver and start again??13:28
SpamapSAmarendra_: what driver did you install?13:30
Amarendra_cm200 driver13:30
Amarendra_shall i mail to u??13:31
SpamapSAmarendra_: isn't that a webcam driver?13:34
Amarendra_no13:35
Amarendra_my usb modem is CM20013:35
Amarendra_Provider= tata photon whiz13:35
Amarendra_should i send u the drivers??13:36
SpamapSAmarendra_: no thats ok13:36
Amarendra_ok13:37
ttxsmoser: apparently lucid is still not available in the imagestore... I thought Gustavo had it covered ?13:37
SpamapSAmarendra_: I've had very bad luck with those things on anything but Windows.. :-P13:37
Amarendra_its .deb packages13:37
Amarendra_for ubuntu13:37
SpamapSAmarendra_: well then thats weird that it doesn't work. ;)13:40
ttxSpamapS: re: "how a blueprint gets released", you mean, the lifecycle of a blueprint ?13:41
Amarendra_i got some information from internet now i shall restart .. Thanx for yr cooperation13:42
ttxSpamapS: gets accepted, scheduled against a development subcycle ("maverick-alpha-2"), then work items are burnt... spec goes to beta available, then Implemented.13:42
reisihi everyone! after doing a fresh install of ubuntu server 10.04 (over 9.10) one of our php apps went dead and while access.log shows 500 response nothing is logged into error.log; any ideas how to revive this functionality?13:43
SpamapSttx: ok that all makes sense.13:46
SpamapSttx: and who does the accepting?13:47
ttxSpamapS: the approver. Usually that will be Jos.13:48
alvinHi, I have an urgent problem. No idea how difficult to solve. I upgraded a server from Karmic to Lucid. The server runs 3 virtual machines. Now, 1 of them doesn't want to start anymore. $ virsh start <nameofvirtualmachine> | error: Failed to start domain <nameofvirtualmachine> | error: monitor socket did not show up.: connection refused. (The server is on support, so I contacted Canonical, but I'm not sure if they will call back today.13:53
alvin It's probably nighttime at the location of the helpdesk. Hence, I'm looking for tips here)13:53
alvinok, got it. (Little bit of panic aside) I created a new virtual machine with the same properties, and compared the xml. There were a lot of differences. I guess the new xml is better. Now, it works fine. (There were differences in cdrom (type='raw' instead of ''), in <serial>, <graphics> and video)14:07
SpamapSttx: so the portion of cloud databases where Cassandra wants hadoop overlaps with the hadoop-pig spec, which you are listed as drafter on..14:08
ttxyes.14:08
SpamapSalvin: good to hear it works out14:08
riktkinghaving issues with apache2 cant seem to get website to apear under http://hotsname/username/14:09
SpamapSttx: ok, so should I make this one dependent on that one?14:10
ttxSpamapS: not really. hadoop/hbase should already be in a shape that you can use for building cassandra14:11
ttxSpamapS: they are already packaged and should be in ubuntu anytime now14:12
ttxso just add a note that you are dependent, but do not mark the spec as fully dependent14:12
SpamapSttx: should I requestsync for hadoop? has someone already done that?14:14
ttxSpamapS: it should get autoimported14:14
smoserttx, this is correct, it is not.14:14
smoseri have acl to do it now, but its painful.14:15
smoseri had not made huge interest in it because i was wanting to get a refreshed image14:15
smoserwith the incrased dleep14:15
smoserincreased sleep even14:15
ttxsmoser: ok, you might want to reply to the thread on c-cloud to avoid getting hurt by backslash14:16
=== jbernard_ is now known as jbernard
Davieyriktking: sudo a2enmod userdir , and use http://domain/~USERNAME14:23
=== RoyK800 is now known as RoyK
AlexC_morning14:49
AlexC_I have 'AllowGroups adm' in my /etc/ssh/sshd_config file, however I also want to allow the user 'foobar' (who is not in 'adm' group) access to SSH. I added the line 'AllowUsers foobar' however this user can still not login14:50
kirklandjbernard: neat trick :-)15:08
tlbjust tried enabling apparmor on apache in Lucid and setting complain mode, but i get nothing in kern.log, I'm I looking the right place?15:11
jbernardkirkland: thanks man! turned out to be much easier than I thought15:12
kirklandjbernard: yeah, really, really clean15:12
jdstrandtlb: if you have auditd installed, then it will log to /var/log/audit/audit.log instead of kern.log15:14
tlbjdstrand, i don't have that installed, but is that the recomended way?15:16
jdstrandtlb: it will log to kern.log without it. while developing profiles without auditd you will probably want to use 'sudo sysctl -w kernel.printk_ratelimit=0' to cut down on kernel rate limiting15:18
jdstrandtlb: note that sysctl will not survice a reboot15:19
jdstrandsurvive15:19
tlbjdstrand, installed auditd and still nothing, when i set aa-enforce /usr/lib/apache2/mpm-prefork/apache2 apache fails to start because i enabled mod_fcgi and i get nothing when in the log when i set aa-complain15:20
jdstrandtlb: the failure to start would seem to be unrelated to appamor if it isn't logging anything15:21
uvirtbotNew bug: #583821 in dovecot (main) "hostname -f prevents dovecot installation" [Undecided,New] https://launchpad.net/bugs/58382115:21
tlbjdstrand, apache works fine when i set the profile to complain, but i get nothing i the log15:21
tlbjdstrand, in the apache log i can see it's problem with creating shared memory when apparmor is set to enforce, but i would really like apparmor to give me some debug information in complain mode15:22
jdstrandtlb: it could be that the environment is being scrubbed because you are using Ux or Px...15:23
jdstrandapparmor won't (can't?) log in that situation cause the confined application isn't handling the lack of environment due to the scrubbing15:25
tlbjdstrand, it's the default apache profile that comes with Lucid and a clean install, so far I havent touched a config file15:26
jdstrandyou could try to use 'px' or 'ux' in enforce mode and see if that works15:26
jdstrandwell, that apache profile in lucid is only for phpsysinfo15:26
jdstrandif phpsysinfo is not working with that profile, that is a bug15:27
jdstrand(in which case please file it, with exact steps on how to reproduce)15:27
tlbjdstrand, I'm sorry but i'm kind of new to apparmor, and I don't think I understand what scrubbing or ux and px mode does?15:27
tlbjdstrand, it's only because i'm trying to run it in fastcgi mode15:28
jdstrandtlb: are you trying to use the phpsysinfo profile?15:28
Italian_Plumberhmm... my ubuntu server virtual machine just started up with 64 MB of ram15:28
jdstrandtlb: or you just happened to enable the profile, and things broke cause you are using fastcgi?15:29
tlbjdstrand, yes but so far apache is not even starting if you enable mod_fcgi15:29
jdstrandtlb: sounds like a bug. can you one against apparmor along with how you enabled fastcgi?15:30
tlbjdstrand, I'm trying to make a profile for mod_fcgi + suExec, but to start simple I just wanted to get the phpsysinfo profile working with fastcgi15:30
Italian_Plumberlet's see if it works with 32. :)15:31
tlbjdstrand, if you give me some more hint, I'm sure I can come up with a patch and a bug report :)15:31
jdstrandtlb: sure. I did not develop that profile. it sounds like more needs to be done with it, and filing a bug is one way to make that happen :)15:31
jdstrandtlb: well, the hint was Ux/Px vs ux/px15:32
jdstrandI don't know that is the case15:32
jdstrandwhen you give a binary Ux, you are saying to transition to unconfined mode, but scrub the envoronment for things like LD_LIBRARY_PATH15:32
jdstrandthe same for Px, except rather than going unconfined, you transition to another profile15:33
jdstrandux/px means do the transition, but don't scrub the environment15:33
jdstrandin general, that is a bad idea, but it would be worthwhile to know if that was the cause15:33
jdstrandthat may not have been as clear as it could be...15:34
jdstrandthe rule:15:34
jdstrand  /usr/bin/foo Ux,15:34
jdstrandmeans that if the application tries to exec /usr/bin/foo, go unconfined and scrub the env15:34
jdstrandand by 'go unconfined' I mean, /usr/bin/foo executes unconfined, not the application that is executing it15:35
* jdstrand sorta wishes he could have worded all that more clearly from the start15:36
tlbjdstrand, ok, so when mod_fcgi fails to make shared memory it might be because the fcgi daemon is running in a unconfined but scrubbed environment where it's missing some options15:37
mw88hi15:37
mw88Does anyone know if one can use the slapd.conf in Ubuntu 10.04? I read that it's not possible...15:38
jdstrandtlb: that is the hypothesis, yes. cause apparmor won't log anything if the app craps out due to env scrubbing, so it sorta seems to fit15:38
tlbjdstrand, is there a way to dump the complete profile with all includes included?15:39
jdstrandtlb: not currently15:39
jdstrandit used to be there, but went away15:39
jdstrandit will be back in maverick15:39
tlbjdstrand, so my job is looking at all the includes and see if this somehow triggers a Ux or Px15:40
ttxSpamapS: you should follow strictly https://wiki.ubuntu.com/WorkItemsHowto for your work items15:40
jdstrandtlb: in the profile or the includes, yes15:40
tlbjdstrand, is there some good documentation that describes what the permission mean in a apparmor profile?15:41
ttxSpamapS: also move the discussion notes from the whiteboard to the "BoF discussion" section on the wikispec15:41
jdstrandtlb: yes. in apparmor-docs there is the techdoc.pdf (though it is a little outdated). also15:42
jdstrandhttps://apparmor.wiki.kernel.org/index.php/Main_Page15:42
jdstrandthat is more up to date, but less organized (we are in the process of fixing that)15:42
tlbjdstrand, ok thanks i will try to da a little debugging15:44
jdstrandtlb: thanks :)15:44
SpamapSttx: oops I forgot the :'s didn't I? ;)16:01
uvirtbotNew bug: #583865 in dbconfig-common (main) "package dbconfig-common 1.8.41 failed to install/upgrade: package dbconfig-common is already installed and configured" [Undecided,New] https://launchpad.net/bugs/58386516:02
tlbjdstrand, there is no Ux or Px anywhere in the profile and i guess this /** mrwlkix shold give access to do pretty much anything?16:02
ttxSpamapS: yep16:03
jdstrandtlb: well, I'm not sure what the problem would be16:12
jdstrandtlb: /** mrwlkix will do a transition, but with 'i', which 'i'nherits the current profile. aiui, it will inherit the current env as well.16:13
jdstrandjjohansen: is that accurate? ^16:13
jjohansenjdstrand: yeah, at least from an AA persepective16:14
jjohansenwhen ix is done apparmor does not request the environment be scrubbed16:14
jdstrandcool, yeah16:15
jjohansenhowever, other things like the loader may decide to scrub the environment anyways16:15
jdstrandtlb: so I'm not sure why apparmor is preventing apache from working with fastcgi and not logging it16:16
jdstrandjjohansen: he enabled the fastcgi module, and enabled the phpsysinfo profile for apache, but apache won't start (something with not being able to allocate shared memory)16:17
jdstrandjjohansen: if he disables the profile, it works. there is no logging in enforce (or complain) mode16:17
jjohansentlb: is there any apparmor message in the log?16:17
jjohansentlb: can you open a bug and attach the profile so we can look at it?16:18
jdstrandso, the only thing I could think of off-hand was scrubbing16:18
tlbjjohansen, this but only first time: type=APPARMOR_DENIED msg=audit(1274455154.369:125):  operation="capable" pid=15801 parent=1 profile="/usr/lib/apache2/mpm-prefork/apache2" name="dac_override"16:19
jjohansentlb: as root can you do echo 1 > /sys/module/apparmor/parameters/debug16:19
* jdstrand always forgets about that one...16:20
tlbjjohansen, did not give more information in the log16:21
jjohansentlb: what happens if you add capability dac_override, to the profile16:21
jjohansentlb: did you restart apache after doing that?16:21
tlbjjohansen, after adding debug yes16:21
jjohansentlb: okay, that rules out AA scrubbing the environment16:22
tlbwhat's the easies way to load my new profile, right now i'm doing apparmor_parser -R, apparmor_parser -r and then aa_enforce16:22
jjohansentlb: apparmor_parser -r will replace without needing to do the remove16:23
jdstrandtlb: just apparmor_parser -r is enough16:23
tlbadd capability dac_override,16:24
tlbmakes it work?16:24
tlbjjohansen, dac_override is'nt that a tad much to give in capability, DAC_OVERRIDE allows the reading or writing of any file on the system regardless of the ownership or permissions16:27
jjohansentlb: well, yes it normally does but AA file rules clamp it down to what is listed in the profile16:29
tlbjjohansen, aah so even if dac_override is given, aa still has final say?16:29
jjohansentlb: yes16:30
jjohansenin this case DAC is being applied first, and asking for capability dac_override,16:30
jjohansenAA has the option of denying that or allowing it, if you allow it it gets to apply further mediation after16:31
tlbjjohansen, dac_override seems to do the trick, do you want that in a bug report?16:35
jjohansentlb: you were getting the log message for that right?  If so its really more of an apache behavior, than an AA bug16:37
tlbjjohansen, but I was only getting after the first time?16:37
jjohansentlb: okay file the bug and we will try to replicate16:38
tlbjjohansen, if I want the error i need to reload the profile16:38
jjohansenstrange16:38
jjohansenthat is a bug then, make sure you attach the profile you are using16:38
jjohansenfile the bug against apparmor so me and jdstrand will see it16:39
Kbcaalguem aqui utiliza samba4 como PDC ?16:44
zulmorning16:48
=== unreal_ is now known as unreal
guntbert!br | Kbca16:49
ubottuKbca: Por favor, use #ubuntu-br para ajuda em português. Obrigado.16:49
tlbjjohansen, https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/58389616:55
uvirtbotLaunchpad bug 583896 in apparmor "libapache2-mod-apparmor profile fails when mod-fcgid is enabled and gives little error information" [Undecided,New]16:55
jjohansentlb: thanks16:55
tlb:916:55
tlb:)16:55
tlbjjohansen, thanks for the help both of you16:55
jjohansennp, any time16:56
bkingxGreetings!  I can't seem to get ssh working using key authentication without asking for a password.  Can someone help?17:18
guntbertbkingx: what did you do already?17:19
bkingxguntbert: Created the keys without using a passphrase, copied the keys to the remote server and cat'd it into .ssh/authorized_keys.17:20
bkingxguntbert: set permissions on authorized_keys to 60017:21
guntbertbkingx: when you try to connect it still asks for a password? what does /var/log/auth..... tell?17:21
bkingxguntbert: Correct. And I don't get anything in /var/log/auth.log until I actually enter the password.17:23
guntbertbkingx: let me look some things up17:23
deslectorbkingx, it may be easier to use ssh-copy-id (it will copy the key to the remote server and take care of everything)17:24
bkingxguntbert: When I do log in, I get one line: May 21 12:21:03 sftp sshd[2850]: pam_unix(sshd:session): session opened for user 20383 by (uid=0)17:24
bkingxHmm...this user is set up as scp-only, so it makes it difficult to run that command.17:24
deslectorbkingx, just make sure to manually check that it only put the one key you wanted on the other server (just in case)17:24
deslectorbkingx, oh, ok...17:24
deslectorbkingx, have you tried the -v flag to get more info from ssh/scp ?17:26
bkingxdeslector: Yes, I even went as far as -vvv  I'll post that to pastebin.17:26
deslectorbkingx, ok17:26
bkingxdeslector: http://pastebin.com/za4qyYKN17:27
guntbertbkingx: I didn't find anything special in /etc/ssh/sshd_config -- sorry17:27
bkingxguntbert: yeah, this has me baffled.17:27
bkingxI've tried both rsa and dsa keys17:28
guntbertbkingx: is id_dsa the key you want to use?17:29
guntbertand told the server to expect?17:30
bkingxeither one is fine, id_dsa or id_rsa17:30
guntbertbkingx: after "we sent a public key, waiting..." you should get "debug1: Server accepts key: pkalg ssh-rsa blen 277" or so17:32
bkingxguntbert: can you think of a reason why I can't get that?17:33
guntbertbkingx: yes but it will be of no help : the server is still not ready to accept pubKey auth  : did you restart the sshd ?17:34
zekoZekohello everyone. I'm setting up Postfix and having some trouble with local recipient verification. The verification probes (to Cyrus' LMTP port) are successful, but Postfix still rejects the client with "Recipient address rejected: User unknown in local recipient table"17:34
bkingxguntbert: yes, after every change.  What else do I need to do to make the server accept?17:35
guntbertbkingx: I really don't know - therefor I said it will not help you :-)17:36
bkingxguntbert: lol!  Here is my sshd_config file:  http://pastebin.com/sFhfZsYu17:36
deslectorbkingx, which key did you copied to the remote server?17:36
bkingxdeslector: id_rsa.pub and id_dsa.pub17:37
deslectorbkingx, and you cat'ed both of them into authorized_keys ?17:38
bkingxdeslector: Correct.17:38
guntbertbkingx: I think I found it: set UsePAM no17:38
bkingxguntbert: Making that change now...standby17:38
SpamapSzekoZeko: where, in your postfix config, are you telling postfix to check w/ Cyrus?17:40
bkingxguntbert: Permission denied (publickey,keyboard-interactive).17:40
guntbertbkingx: then I don't know - sorry17:41
bkingxguntbert: No problem...I can't figure it out either.17:43
bkingxIt works fine WITH a password, just not with publicKey authentication.17:43
deslectorbkingx, did you tried using just one key type (dsa or rsa) first?17:44
bkingxdeslector: Yes.  Do you recommend one over the other?17:44
deslectorbkingx, not really... most tutorial I've read use dsa, but not sure why... so I could'nt recommend it over rsa17:45
=== Thell|busy is now known as Thell
bkingxdeslector: Ok, thanks!17:46
guntbertbkingx: you could increase the logging level on your server...17:46
bkingxguntbert: can you tell me how to do that?17:47
guntbertbkingx: line 22 loglevel DEBUG (try it, I'm not sure)17:47
SpamapSAnyone know why puppetmaster in Ubuntu installs with a cert signed with the FQDN instead of the default which is 'puppet' ? Means that if you're using DNS to route clients to the puppet master, puppet doesn't work.17:48
bkingxguntbert: YOU ARE A GENIOUS!!17:50
zekoZekoSpamapS:  my config and logs: http://paste.ubuntu.com/437422/17:51
guntbertbkingx: by no means :-)17:51
bkingxguntbert: By chroot'ing the user and dropping them into an "incoming" folder, the authentication is looking to "May 21 12:47:17 sftp sshd[2986]: debug1: trying public key file /home/20383//incoming/.ssh/authorized_keys17:51
bkingxguntbert: so now it is a matter of figuring out how to fix that.17:52
bkingxguntbert: should I just move the .ssh folder into that "incoming" folder?17:52
guntbertbkingx: aah - you *could* have said that you are chrooting them -- that is known to be a tough problem17:52
bkingxguntbert: SORRY SORRY SORRY!17:53
bkingxDidn't even occur to me.17:53
guntbertbkingx: np :-)  but I have no resolution -- please try without chroot for now so that you know you are not chasing the wrong rabbit17:53
bkingxguntbert: K17:54
guntbertbkingx: and then googling for ssh chroot might reveal some answers17:54
bkingxguntbert: lol....doing that now17:54
guntbertbkingx: Good luck :-)17:55
bkingxguntbert: YES!  Thanks again!17:55
SpamapSzekoZeko: sorry my knowledge on the subject isn't all that great.. I don't see anything glaringly wrong.17:57
zekoZekome neither :)17:57
zekoZekoand i've set up quite a few of these before, just never with multiple instances :)17:57
SpamapSzekoZeko: smtpd_recipient_restrictions = permit_mynetworks,  reject_unauth_destination,  reject_unverified_recipient17:57
SpamapSzekoZeko: I presume one of those is linked to the lmtp check?17:57
zekoZekoyeah, reject_unverified_recipient17:58
zekoZekothere's also an implicit permit at the end (because of reject_unauth_destination)17:58
dae_Hi all! I'm switching my home server from debian etch to ubuntu 10.04, so far a smooth process mostly due to excellent documentation efforts (thanks!). I'm trying to make a decision on what software to use to sort mail identified as spam into folders automatically to the server. Currently on the old server I'm using procmail with cyrus and postfix but I'm wondering whether I should go with procmail on ubuntu 10.04 or to use dovecot17:59
dae_LDO deliver together with sieve instead?17:59
zekoZekoerm18:00
zekoZekohow do you use procmail and cyrus together?18:00
zekoZekocyrus does LMTP18:00
zekoZekoerr18:00
zekoZekocyrus does Sieve18:00
zekoZekoand you can deliver to folders using + addressing. I use user+Spam to sort mail into their Spam folder.18:01
dae_Yeah, I'm not using sieve on the old server with cyrus just procmail.18:01
zekoZekohow do you do that? Call deliver through procmail or what?18:02
dae_Ehh, it's been about 5 years since I've set that up... Frankly I can't remember, hold on I'll check...18:02
zekoZekoi mean that's the only way i could fathom of using those two together, and i don't really think it's optimal :)18:03
zekoZekojust use Sieve18:03
zekoZekoand as I've said, you don't even need sieve if you can use the address extensions.18:03
dae_Ok, seems like I have setup procmail to call cyrdeliver.18:04
zekoZekothat's what i thought, yeah.18:05
zekoZekoanyway, you can continue using Cyrus, except you use LMTP to deliver mail, which is way more efficient18:05
zekoZekoand use Sieve for filtering18:05
zekoZekoor you can go the Dovecot way and again use Sieve for filtering18:05
SpamapShttp://git.gluster.com/?p=glusterweb.git;a=tree18:06
SpamapSwow18:06
SpamapSautoconf..18:06
SpamapSto build rpms18:06
SpamapSfull of .php files18:06
dae_Fine, so I'm happy to skip procmail and just use dovecot deliver.18:06
dae_Have you setup spamassasin to add the "+Spam" then instead of the extra headers?18:07
zekoZekoasking me?18:08
dae_Yeah... Sorry18:09
SpamapSHonestly I gave up on running spamassassin myself about 3 years ago.. so many cheap services do it better than I can. :-P18:12
dae_SpamapS, I see your point... Which solution have you chosen?18:15
SpamapSdae_: lately the people who host my VPS offer filtering through a Barracuda for free as long as the volume is low.18:16
SpamapSI remember when Barracuda came out..18:17
SpamapSI was a consultant selling my own sort of anti-spam auto-firewall appliance solution and they just cut my legs right out from under me. :-P18:17
dae_SpamapS, hopefully you had more services to offer :-)18:19
=== RoAk is now known as RoAkSoAxB
=== RoAkSoAxB is now known as andreserl
=== RoyK^ is now known as RoyK
SpamapSdae_: Not really... gave up, closed up shop, and got a real job for a while. ;)18:19
dae_SpamapS, I have been thinking about looking into what my web hosting service can offer. But I need to convert my old server to ubuntu first and spamassasin does a decent job for me right now.18:20
SpamapSdae_: yeah it does a decent job no doubt. I just think the time for running everything myself has passed _for me_. Its an amazing learning experience to try and keep ahead of the rat bastard spammers.18:22
dae_So I'll go with converting my debian etch setup using postfix -> spamassasing -> procmail -> cyrus to  postfix -> spamassasin -> dovecot deliver -> mailbox under ubuntu then.18:23
Davieydae_: Personally, i do spamassassin @ arrival time with postfix18:24
Davieythen pump it into procmail18:24
dae_SpamapS, sometimes I'm thinking about dropping my own domain altogether and just use my gmail accounts instead...18:24
SpamapSdae_: the nice thing is you can keep using your domain, but just pump the email through gmail18:25
dae_Daviey, that was the other solution I was thinking about... What are the pros of going that way?18:25
SpamapSdae_: but.. I still do appreciate the control I have with my own server for storage.18:26
SpamapSSometimes I do wish there I had as good server-side text searching as gmail though...18:26
dae_SpamapS, how do I pump email through gmail ?18:26
Davieydae_: meh, wfm :)18:27
dae_Daviey, fair enough :-)18:27
zekoZekodae_: sorry, was away for a while.18:29
dae_SpamapS, forward all mail to gmail and setup a gmail forward back to my own server?18:29
zekoZekodae_: I'm using amavisd-new to add the address extension18:29
SpamapSdae_: you just have to create an apps account.. standard edition is free. :)18:29
zekoZekodae_: actualy not yet, this is a new server, on the old one it just adds headers and users can filter on that.18:29
dae_zekoZeko, ok, I'll look into that. Thanks!18:29
dae_SpamapS, interesting... Will look into that.18:31
SpamapSdae_: quite a few of my friends have done just that.18:33
SpamapSdae_: but, I still find it interesting to run my own IMAP+SMTP :)18:33
SpamapSjust not my own spam filter18:34
zulSpamapS: done...uploaded18:44
SpamapSzul: woot18:49
SpamapSzul: perhaps fixing the root bug in debian would be a good thing for one of us to do, since Debian has been kind enough to add their own default-mta. :)18:50
zulSpamapS: maybe...well have to see18:51
SpamapSzul: should we report it as a bug against exim4? Like.. "you're taking users unfairly!"18:52
zulSpamapS: lemme think about it18:52
micahgzul: ping re last php upload / size of php5-common18:54
zulmicahg: hmmm?18:54
micahgzul: so, the test results are a meg larger in the latest upload18:55
micahgusr/share/doc/php5-common/test-results.txt.gz18:55
zulmicahg: ah ok...please open a bug in launchpad18:56
micahgzul: k18:56
olvshi19:05
olvswhats your take on the i7 on a linux box?19:05
oru_workhow do i find out which version ubuntu server is ?19:05
oru_workupgrade ??19:05
micahgoru_work: lsb_release -a19:05
=== dendrobates is now known as dendro-afk
olvsi was thinking of upgrading my server from a phenom to an i719:06
olvsbut just wanted to get some reviews on if there is any large performance gain here running an i719:06
uvirtbotNew bug: #583933 in php5 (main) "test results in php5-common are more than 1 MiB larger than last upload" [Undecided,New] https://launchpad.net/bugs/58393319:11
=== dendro-afk is now known as dendrobates
hersoyhello19:17
hersoychannel 8: open failed: administratively prohibited: open failed <- what is the mean?19:17
* ccheney at lunch, bbl19:17
hggdhhersoy: this sounds like an ICMP response (communication administratively prohibited)19:23
hersoyssh -D 12345 huseyin@12.34.56.78, and system > perf > proxy sock - localhost 1234519:25
hersoyand error, how can i do ?19:26
olvsare there any large performance gain here running an i719:26
olvscompared to a phenom19:26
vraaolvs, yeah duh, i7 is much newer and faster19:27
vraabut lot more $$$ too19:27
vraayou can start here http://techreport.com/articles.x/18799/5 for some syntheic benchmark results19:28
uvirtbotNew bug: #445390 in ntp (main) "ntp server and ntp client should be split" [Wishlist,Invalid] https://launchpad.net/bugs/44539019:42
* ccheney forgot to actually leave, heh19:57
* ccheney will just eat his desk19:57
zulccheney: yeah that usually helps20:01
ccheneyzul, heh, apparently i typo'd and meat eat at my desk, but eating it might help as you say :)20:01
ccheneyer meant20:01
* ccheney must be hungry considering the types of typos he is committing20:01
=== pgraner is now known as pgraner-afk
DatzHi, there are no audio drivers installed by default?20:12
DatzIf not, which are best to install?20:13
Datztried to play some music with mpg321, I think it looked for ALSA20:14
Datzguess I'll try to install that20:14
Datzhumm, more than 40 packages contain ALSA in the description, but none matched the exact string ALSA20:15
Datzlet's try alsa instead of caps20:17
Datzok.. installed "alsa" still not playing20:20
Dev_Sir, I am facing problems in Implementing a grid portal.. My Ubuntu server edition 9.10 apt-get update can not run after 20 percent saying connection error n that's why i m unable to install jre and can't congigure mycertificates and other globus also components wants JAVA_HOME path to work but my jre can't b configured?..20:30
maruenHi all, I'm getting some weird error why launching jboss:Protocol handler start failed: java.net.BindException: Permission denied /0.0.0.0:44320:59
maruenCan anyone help me solve that?20:59
ZelestI'm running 8 instances of qemu-kvm and I've noticed that ksmd is using loads of CPU.. I've read that you can change the interval which ksmd sleeps in /etc/default/qemu-kvm .. but (how)? can I restart ksmd without restarting the qemu-kvm instances?21:17
uvirtbotNew bug: #583994 in ntp (main) "Consider replacing ntpdate calls by 'ntpd -g'" [Undecided,New] https://launchpad.net/bugs/58399421:44
smoserZelest,21:46
smosersudo sh -c 'echo 200 > /sys/kernel/mm/ksm/sleep_millisecs'21:47
smosermaruen, you have to be root to bind to that port.21:48
maruensmoser, So, I need to run this script as root?21:49
maruenwrite?21:49
smoserwhat script ?21:49
maruenI was launching jboss21:50
maruensmoser, but I think you solved my problem21:50
Zelestsmoser, oh, thanks!21:51
maruensmoser, no, I still having the problem21:51
uvirtbotNew bug: #583998 in dbconfig-common (main) "package dbconfig-common 1.8.44ubuntu1 failed to install/upgrade: el subproceso script post-installation instalado devolvió el código de salida de error 1" [Undecided,New] https://launchpad.net/bugs/58399821:51
maruen17:50:49,581 ERROR [Http11Protocol] Error starting endpoint21:51
maruenjava.net.BindException: Permission denied /0.0.0.0:44321:51
maruensmoser, I ran the script using root as user21:51
maruensmoser, but still the same21:51
smosermaruen, sorry. can't be of more help then.21:52
maruensmoser, thanks anyway21:52
maruensmoser,21:53
maruenI run with root as user21:53
maruenbut when I hit ps -axu, the user that created the job was not root21:53
maruenstrange21:53
maruenso, I still need to run it as root21:53
maruensmoser, you are the one21:57
Zelestsmoser, Is it possible to set this value even higher? I mean, what is the drawbacks from increasing the times between each scan?21:59
maruensmoser, it worked now22:00
maruenthanks22:00
maruensmoser, you are the one!!!!22:00
smoserZelest, i'm not terribly sure. but it can be disabled entirely (whihc was default prior to lucid), so its not like the end of the world.22:00
smoseri would think that there is some medium where you're not wasting effort scanning for duplication , but you're saving some memory22:00
smoserexperiment i think22:01
Zelestsmoser, ah, fair enough.. as for ram, I'm not that fuzzed really.. but if this option is available to save ram, I gladly use it.. but not at the price of 30-35% cpu ;)22:04
Zelestsmoser, /etc/defaults/qemu-kvm's commented delay is 2000.. so I guess that's safe to use.22:05
Zelestonce every second that is.22:05
smoserZelest, yeah. i sohouldn't have said 20022:05
smoserthats too low22:05
smoseri rhink the default per the kernel is 2022:05
sorenThis isn't between each full scan, IIRC, though.22:06
sorenThe delay is between each iteration. How many pages it scans in each iteration is another configurable.22:06
ZelestOh22:06
Zelest/sys/kernel/mm/ksm/pages_to_scan I presume?22:07
soren/sys/kernel/mm/ksm has the stuff22:07
sorenZelest: Right.22:07
* Zelest goes breaks his virtualization host :D22:07
sorenstatic unsigned int ksm_thread_pages_to_scan = 100;22:07
sorenWhoops.22:07
soren/* Number of pages ksmd should scan in one batch */22:07
sorenstatic unsigned int ksm_thread_pages_to_scan = 100;22:08
sorenFrom the kernel.22:08
ZelestAh22:08
soren/* Milliseconds ksmd should sleep between batches */22:08
sorenstatic unsigned int ksm_thread_sleep_millisecs = 20;22:08
Zelestis there anyway to see how many pages are being used atm?22:08
sorenThose two variables map to /sys/kernel/mm/ksm/pages_to_scan and /sys/kernel/mm/ksm/sleep_millisecs, respectively.22:08
Zelest/sys/kernel/mm/ksm/pages_shared ?22:08
sorenHang on, let me find the docs for you.22:10
sorenhttp://tinyurl.com/3amepm822:11
sorenZelest: ^22:11
Zelestthanks a ton! :D22:12
sorenSure.22:12
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
corpseHi, i just got done installing ubuntu server. right after the restart i get "Missing operating system" (the drive i installed to is set to boot first)22:18
kirklandhggdh: around?22:23
hggdhkirkland: yeah22:23
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
StrangeCharmwhen I run tasksel, I get a bunch or perl locale error messages. what do they mean, and how do I fix it? http://pastebin.com/7NmwitL622:42
maruenI need a good job....someone are offering this channel?22:47
JanCmaruen: Ubuntu-related jobs are at http://webapps.ubuntu.com/employment/22:49
JanCif you are looking for a job as an Ubuntu server admin, I'm not sure there exists a site for that...22:50
maruenJanC, Thank you22:51
maruenI applied for some position there22:51
maruenJanC, Know have to dream they will contact me22:51
corpseis there a better way to edit a file then vi?22:57
corpseits making me want to through my pc out the window22:57
cloakablevim :P22:58
cloakablenano22:58
cloakableemacs22:58
cloakableed22:58
corpselol thanks <nub22:58
corpsei only use gedit ><22:59
cloakableinstall gedit onto the server and use X forwarding :)22:59
corpsei wasnt sure if it would work i was thinking gedit was a gui utility23:00
jbrouhardcloakable, I use mcedit *alot*23:01
jbrouhardworks great and has syntax highlighting in a terminal23:01
cloakableheh23:02
cloakableI use vim myself :)23:02
corpsenano is working great. thanks alot man23:03
cloakablesyntax highlighting, spellcheck...23:04
* f1yback is impressed with 10.04LTS so far, it's not *CANUCKED* like 6.06 was23:04
jbrouhardlol f1yback23:06
jbrouhardI'd try out Ubuntu cloud23:06
jbrouhardbut I think my business will stay with XenServer for our virtualization23:06
corpseim just settig up a fileserver for a home netowork23:06
f1ybacki'd use openfiler for a fileserver23:08
jbrouhardspeaking of servers.. *goes to check on the Ebox development...*23:08
jbrouhardI'm using Openfiler for my NAS box23:08
f1ybacki'm using ubuntu server in my mini-itx for cross compiling, and jtag programming stuff23:08
f1ybackso far so good23:08
cloakableheh23:09
jbrouhardi've heard iffies about openfiler...23:10
jbrouhardbut that's mostly in terms of someone totally borking the install23:10
jbrouhardor not doing it right23:10
corpseyeah so far im pretty good at not doig it right23:13
corpsenew error dont seem to have all the variables for eth0/net failed to bring up eth023:13
jbrouhardcorpse, sounds like you didn't give it all the IP info23:20
corpsejbrouhard:  i have modified the interfaces file to make the server static. from what i can see i have it all set up correctly23:20
corpseif i ifconfig eth0 up it comes on23:21
deslectorhi, does it makes sense to have software RAID1 on the same disk (different partitions)?23:23
corpseany reason why sudo wont give me permission to etc/hostname?23:24
f1ybackdeslector not really23:28
deslectorf1yback, because hard disk would probably die as a whole?23:29
=== Thell is now known as Thell|Away
f1ybackyeah23:30
deslectorf1yback, ok, thanks!23:42
=== dendrobates is now known as dendro-afk

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