/srv/irclogs.ubuntu.com/2009/09/11/#ubuntu-server.txt

BookmanI'm pretty new to this whole remote ssh computing.  How do I copy a file from one computer to another using ssh access in terminal?00:00
domasscp file computer:00:00
aheBookman: scp file user@computer:/path/where/to/put/the/file00:01
domasmy method is shorter!00:01
* domas giggles00:01
BookmanThank you kindly.00:03
BookmanThat is from local to remote, correct?  How about reverse?00:03
BookmanA simple reverse would work?00:04
Bookmanscp user@computer:/file file00:04
aheyes00:04
erichammondrsync -Paz localfile user@computer:/remotefile00:04
erichammond rsync -Paz user@computer:/remotefile localfile00:04
erichammond:)00:04
Bookmanlots of ways, eh?00:04
erichammondrsync can do compression and is super-smart about updating files which have minor changes.00:05
Hypnoz1also rsync is smarter about copying symlinked directories00:11
Bookmanhmmm....having trouble with scp though.00:11
Hypnoz1probably need to to do -r to have it copy recursively if you're doing directories00:12
Hypnoz1what issue are you seeing with scp?00:12
BookmanI'm having trouble copying a file with spaces in the name.00:13
BookmanI have it between quotes00:13
=== scratched_ is now known as scratched
BookmanHere is what I tried http://pastebin.ca/156163000:19
Hypnoz1ya spaces in scp is a mess, I sometimes end up using *00:20
BookmanJust a wildcard?00:20
Hypnoz1I had that same issue a few days ago and never got it figured out, just did the wildcard to get the dir00:21
Hypnoz1should be able to \ before the space right00:21
Hypnoz1that would make too much sense though00:21
BookmanI guess I can rename the file.....00:21
BookmanNot sure if I have those permissions in that directory though.00:22
Hypnoz1might try to google a little about scp with a space in the filename00:22
Hypnoz1or use some wildcards to get it00:23
Hypnoz1just replace each space with a * it should be ok00:23
Hypnoz1gotta go, good luck00:23
BookmanThanks!00:24
=== ktk_ is now known as KurtKraut
BookmanAnyone else know how to scp a file with spaces in its name?00:32
KillMeNowyou need to escape the spaces00:35
BookmanI tried that00:36
KillMeNowhere is a link:  http://www.thingy-ma-jig.co.uk/blog/14-05-2007/how-to-scp-a-path-with-spaces00:36
BookmanAh, let me try again.....00:37
BookmanKillMeNow: Thank you kindly.  Got it.  PITA though.00:38
sorenmdeslaur: C version of HOTP and TOTP done.00:40
KillMeNowyes it is00:40
qman__I'm pretty sure you can use quotes, but you have to format it like this00:40
qman__scp -r user@host:"/path/to/file" user@host:"/path/to/file"00:41
BookmanNo problem, escaping the spaces works.  I just have to remember.00:51
BookmanThank you all for your help this evening.  Much appreciated.01:06
mdeslaursoren: you rock :)01:35
smosersoren, around ?01:53
smoserBookman, other option is probably to use lftp . i dont know why, but recently i'm really high on how nice lftp is (it supports scp)01:54
BookmanI have to look that up!01:55
pmatulissmoser: i wonder whether adding an application layer on top of ssh is a good thing02:00
smoserpmatulis, i dont really understand.02:01
smoserlftp does some really nice things. tab completion, caching of server side data. it does these things for http, ftp, ftps, https, ssh . really helpful.02:02
pmatulissmoser: well if you connect with keys you're entrusting them with another program02:02
smoserthe one major benefit of it is 'pget' (parallel get)02:02
smoserwhich does multiple opens/concurrent downloads . on high bandwidth and high latency links (like my cable modem) 5 parallel gets scales almost linearly in many cases.02:02
smoserpmatulis, lftp meerly invokes ssh.02:03
smoserso i dont think you're entrusting it to the key more than any other app that could potentially read it from ~/.ssh/...02:03
smoser(at least i know for "fish" support it invokes ssh).02:04
pmatulissmoser: i guess it's a matter of principle, it's the reason why i don't use gui programs to "help" me with my keys, it's bad enough the ssh-agent invokes some weird sub-process (seahorse-agent?)02:05
pmatulisbut thanks for the info on lftp and scp.  didn't know that02:06
robdHey guys02:44
robdCan I use the default Ubuntu server ISO or the alternate install ISO and define my own boot args?02:44
robdI'm trying to use my own preseeding file and I'd really rather not have to setup a TFTP server and all that jazz... Can I just use the media you guys provide?02:44
robdAt the moment I'm not sure how to just edit the boot parameters on the cd02:45
robdIs there an easy way to break out of the retarded isolinux gui?02:45
=== robd is now known as Guest2188
kahrgHeya, so I have a mini server play around that I am taking to class and I have only a network card installed on it (eth port burned up) I managed to get the wireless card on, but i do not know how to manage its connection through terminal. Is there a tool to help me do this?03:29
kahrgOnly has a wireless card i mean03:29
twbkahrg: that depends on what wifi infrastructure you have installed.03:36
twbIf NetworkManager is installed, for example, you must talk to it using XML via dbus.03:36
twbIf only wpa-supplicant is installed, and you have configured it as a "wpa-roam" interface in /etc/network/interfaces as described in wpasupplicant's README.Debian, then you can use the wpa_cli and wpa_action to talk to it like a shell.03:37
=== mushroomb1ue is now known as mushroomblue
aubrehey , is the vmware support just announced by Eucalyptus only available in their commercial product, or is it coming to UEC as well?04:24
ballI have a site with a small LAN (about ten workstations give or take a laptop or three).  We pay someone off site to host our Web site and email.  Given suitable hardware, would Ubuntu Server enable us to bring Web hosting and email in-house, as well as hosting our document files?05:16
ScottKball: Yes, but suitable also includes, connectivity, backups, offsite storage, and a lot of other stuff too.05:18
* ball nods05:18
ballrsync is great for off-site backups.05:18
ball...also need to replace my tape drive :-/05:18
ballWhat about easy administration?05:19
KurtKrautball, to host a website or an email server it would be rather important to have a static IP address and low demand on traffic on those services.05:19
ballKurtKraut: we have that.05:19
KurtKrautball, the IP address has a reverse domain?05:20
ballKurtKraut: Not recently, but in the past I've had a domain pointed to it.05:20
ball(we would again)05:20
ScottKsoren: python-mhash accepted.  Some packaging improvements can be found in Bug #427692.  Please review and upload if you're good with the changes.05:22
uvirtbotLaunchpad bug 427692 in python-mhash "Please build python-mhash for all supported Python versions" [Undecided,New] https://launchpad.net/bugs/42769205:22
error404notfoundis there a way i can log all commands executed by any user on shell and then email those to a certain email address at the end of day, delete the log?05:23
ScottKsoren: I acceptedt the binaries that were done too.05:28
* ball thinks about giving up06:11
twbIMO it's not worth the hassle of maintaining your own hardware in your own office.06:19
twbParticularly here in .au, where bandwidth is expensive.06:20
twbIf I had a company, I'd stick the website and MTA on a VPS in .us, that I have root on.06:20
giovanitwb: depends on who your web audience is, right?06:21
twbgiovani: yes06:21
giovaniclearly if 99% of your visitors are .au -- then you won't want to be hosting in .us06:21
twbMainly I just hate dealing with read hardware :-)06:21
twb*real06:21
giovaniabstractionist!06:22
giovanivpses are evil06:22
twbCertainly most VPS technology I've seen has been evil06:22
giovaniand it's all totally insecure06:23
giovaniI mean, I wouldn't trust any security-sensitive server on a virtualized system at this point06:23
twbgiovani: web and mail are sensitive now? ;-)06:23
cefalso depends on where the majority of your mail is going. if it's predominantly internal, having a mail server at your office makes sense (esp. given how expensive bandwidth is here)06:23
giovanitwb: depends on what they're hosting, right?06:23
twbgiovani: yep06:23
giovanifor us, mail is critical security-wise06:24
twbend-to-end s/mime? ;-)06:24
giovanidepends on the individual06:24
giovanibut yes06:24
giovaniand everything is tlsed with client certs06:24
giovanimail is only accessible from within the network, no webmail, etc06:25
giovanivpn in is your only option06:25
giovaniand only authorized devices can vpn in06:25
twbLocal hosting is also a lot nicer if you have a dedicated machine room with a rack, proper ac, proper case, hot-swappable drives, etc.06:25
cefvolume is what kills it for us.. and why we host our own mail. that said, we've thought about hosting the primary MX outside and having it do the main grunt of spam/whatever (and face the brunt of DDOS), and then forward stuff to the real server here at the office06:26
twbAs opposed to a lot of what I am exposed to, which is an ATX tower stuck under someone's desk06:26
giovanihaha06:26
giovaniyeah, that would suck, twb06:26
cefheh.. ours are ATX towers stuck on desks next to the rack cos the rack is full. ;)06:26
twbIt's hard to justify rack mounting when your client only has a dozen staff06:27
giovanitwb: I've rack mounted for companies of 206:27
balltwb: I dunno, it's nice to keep things tidy06:27
twbgiovani: yeah, but in YOUR rack, or their rack?06:27
giovanitheirs06:27
ball...same rack-mount UPS are expensive though06:27
balls/same/shame/06:27
giovaniI had them buy a 22U half-height locking APC cab06:27
giovaniand we installed 2 servers, 1 router, 1 switch, 1 patch panel06:27
twbgiovani: yeah, that could work06:27
giovanifully locked, and controlled06:27
giovanienvironmental monitoring, etc06:28
giovaniI've never visited the site since06:28
giovaniit's all IPMI managed06:28
twbA lot of our customers are also running FC3 or CentOS4.2 still, too :-/06:28
giovaniyeah, that company I have running ubuntu06:28
twbSet up by the previous generation of sysadmins06:28
giovaniyeah, at my day job ... we have a shitton of that06:29
giovani1,100 servers06:29
giovaniset up over the past 10 years06:29
twbI tell myself "at least it's not solaris"06:29
giovani90% of it from the past 3 years06:29
twbOr AIX06:29
ballIs there some way to make Ubuntu Server easy to manage?06:30
giovaniheh06:30
ball(for my successor?)06:30
giovaniyeah, learn to use linux06:30
twbball: document what you're doing06:30
twbesp. etckeeper06:30
balltwb: I don't know what an etckeeper is.06:31
twbball: apt-get install etckeeper06:31
twbIt keeps a history of /etc in version control06:31
ballI don't have Ubuntu Server installed on a production machine.  I've thought about it, but I'm worried about the people who come after me.06:32
twbball: what are you using instead?06:32
ballNetBSD.  Need to replace that, obviously.06:33
twbHeh.06:33
twbOne of our customers has half a dozen staff... each has a FreeBSD workstation, which is also running part of their core services06:33
giovaniawesome06:33
giovaniwe do that too06:34
twbe.g. one is running NFS, one is running NIS, etc.06:34
giovaniwe have desktops that trade a few million dollars06:34
giovaniit's horrific06:34
twbAnd their last admin compiled stuff from source, with his own patches, "to make it more secure"06:34
giovanitwb: ... sure ... why wouldn't you?06:34
balltwb: did he leave you the source?06:34
* JanC wants to know IPs to blacklist certain companies :P06:34
twbball: I dunno, I'm not directly involved with those poor bastards06:35
giovaniJanC: blacklist for what reason?06:35
balltwb: that seems like something to be thankful for.06:35
twbYeah... mostly I work on building desktop SoEs for use by remanded prisoners in DoJ gaols.  Requirements elicitation and security analysis is FUN.06:36
giovanihow do you do your "security analysis"?06:36
twbAs is getting new copies of the SoE onto their airgapped network06:36
twbgiovani: mainly by proactively adding layers and layers of cruft06:37
giovanihow is that analysis?06:37
giovanianalysis isn't action ... it's passive06:37
twbLike removing gettys and xterms and gedit to make it harder to write sh scripts.06:37
giovanioh god06:37
twbgiovani: yeah, OK, so not analysis06:37
giovaniI'm so going to break into a prison network just to prove a point06:38
twbYou can still write sh scripts using oowriter and putting "exec >output" at the top, saving them in /tmp (which isn't mounted -o noexec), and then chmodding and executing them in nautilus.06:38
JanCwell, if you have a mail client, you can always mail scripts and save them  ;-)06:39
giovanitwb: why would I have oowriter or nautilus on a server?06:39
twbgiovani: this is on the desktop06:39
giovanioh, why do you care if people write shell scripts?06:39
twbThe server I have managed to prevent them putting x on at all, thank the gods.06:39
twbgiovani: like I said, layers and layers of cruft06:39
giovanibut why do you care?06:40
twbIf they can write their own sh scripts, they are one step closer to getting root on the local desktop.06:40
giovaniwhat is the shell script going to do?06:40
giovaniuh06:40
giovanithat's just false06:40
twbOnce they get root on the local desktop, they can remove the local firewall06:40
giovanithis is a disconnected chain of events06:40
giovanianything you can write in a shell script file can be written directly into a bash shell -- trying to prevent them from writing to a file is foolish and simply security theater06:41
giovanithere's nothing in a shell script that's dangerous06:41
twbThey have no tty, so they can't run bash interactively.06:41
giovaniit's just a series of commands they can type manually06:41
giovanitwb: they don't have a shell? that's unlikely if they can start x06:41
twbThey have a *shell*, they don't have a terminal to run it in.06:42
giovanithis is a windows-like view on security06:42
giovanithere is nothing dangerous in a shell06:42
giovaniplease stop this silliness06:42
twbThat's just one layer.06:42
giovanino, it's not a layer06:42
giovaniit's theater06:42
giovani"if they can't -see- the command line, then they clearly can't use it!"06:42
giovaniit's absurd06:42
twbNo, it just means it takes them longer to see the output06:43
giovanino, it doesn't06:43
giovanianyway, why can't I single-user the machine?06:43
twbeh?06:43
giovanireboot it and place it into single user06:43
giovanichange the root password, and now I own the box06:43
twbBecause you'd need to open the case to reset the BIOS password06:43
giovaniperiod06:43
twbOr to boot it off local media06:44
giovanithe bios is not related to single user mode06:44
giovanithe boot manager is06:44
giovanimost bioses have generic passwords anyway06:44
twbThe bootloader (pxelinux) does not allow you to change anything on the client side.06:44
giovaniok, so I either use a generic bios password, or I pop the jumper06:44
giovaninow what?06:44
giovaniI still own the box06:44
twbYou can't open the case without a torx screwdriver.06:44
giovaniright, because I can't buy those at any hardware store06:45
twbgiovani: not if you're in prison06:45
giovaniyou've placed all the wrong security measures06:45
giovanioh this is a prisoner-accessed computer?06:45
giovaniI thought it was just a regular computer in the prison06:45
twbAs I said initially, this SOE is for remanded prisoners.06:45
giovaniI don't know what SOE is06:45
twbSOE just means a standardized environment06:46
JanCtwb: considering that prisoners succeed in getting knives, files, mobile phones, drugs, etc., why not a torx screwdriver?  ;-)06:46
giovaniyou don't even need a torx screwdriver to take off a torx screw06:47
twbJanC: OK, so smuggle in a torx screwdriver AND a hard disk with an OS on it06:47
ballDo you use ltsp terminals?06:47
giovania flat piece of metal of the right size will work fine06:47
twbball: no, but something broadly similar06:47
ballSun Ray? ;-)06:48
twbball: custom x86 hardware and a netbootized version of the LTS desktop live CD06:48
balltwb: Ah, there you go.06:49
ballI'm thinking of rolling out ltsp, but I'm worried about ongoing support.06:49
twbball: I would like to switch to LTSP, but right now it's a little too much effort.06:49
JanCtwb: honestly, I'm sure this setup is 99.9% secure, but I won't bet any money on it unless it's never used without supervision...06:50
giovaniheh06:50
giovani99.9%?06:50
giovaniare you smoking crack?06:50
JanCno, I'm just making up a number  :P06:50
giovaniit sounds very inadaquately secure06:51
JanCand I think it's mostly secure considering most users probably don't know the difference between IE & the internet06:51
twbCertainly the system we *replaced* was a bunch of Windows desktops06:52
twbWhere some guy's entire job was to go around opening them up, checking for contraband, putting them back together, reinstalling Windows06:52
JanClol06:52
twbI would *like* to spend more time locking it down more, but what we've rolled out is orders of magnitude tighter than what they had06:53
JanCand it's probably possible to automaticly detect tampering if you want too06:54
twbYeah, that'd be good.06:55
uvirtbotNew bug: #427718 in samba (main) "owner of sticky directory cannot delete files created by others" [Undecided,New] https://launchpad.net/bugs/42771807:35
=== Maelos` is now known as Maelos
=== cjwatson_ is now known as cjwatson
uvirtbotNew bug: #418112 in qemu "qemu-img should give reasons for failing" [Wishlist,In progress] https://launchpad.net/bugs/41811208:56
PecisDarbsHow to change a limit of UNIX sockets within Ubuntu system?09:35
PecisDarbsgoogling it, but can't find it09:35
twbPecisDarbs: man limits?09:47
twbman limits.conf, rather.09:48
twbBut that doesn't seem to cover it, so I guess it's an option in the kernel?09:48
PecisDarbsyes09:52
PecisDarbsbut I can't find it09:52
PecisDarbstwb: limits.conf is for files09:52
twbWell, it also specifies core size and fork count, for example09:53
twbDoesn't matter09:53
PecisDarbsit specifies amount of memory how much you can use on socket messages09:53
PecisDarbsI think you can create as much sockets as you want09:54
twbbtw, HOW do you create sockets?09:55
twbI couldn't work it out the other day09:55
PecisDarbsin application or from command line?09:56
sorentwb: You just start listening on them.09:56
twbsoren: I mean when the socket file doesn't exist yet09:56
sorenSo do I09:56
twbqemu didn't like that09:56
twbe.g. qemu -serial unix:/tmp/x09:57
sorentwb: It tries to /connnect/, not listen.09:59
sorenqemu -serial unix:/tmp/x,server09:59
sorenis what you ant.09:59
sorenwant, even.09:59
twbsoren: oh, duh, thanks09:59
twbAs it happens, I found -serial pty was more awesome10:00
twbThen connect to it with "screen pts/27"10:00
=== garymc_ is now known as garymc
* soren lunches11:25
stashi, anybody knows about how can i obtain stats from an apt mirror?11:35
stasI have an apt mirror, and would like to see the monthly hits11:35
=== garymc_ is now known as garymc
Jeeves_stas: awstats?12:35
Jeeves_wc ?12:35
stasJeeves_: I got it nevermind. I used visitors :)12:38
ahasenackSam-I-Am: hey12:58
ahasenackSam-I-Am: are you still having problems with sudo+ldap in karmic?12:58
uvirtbotNew bug: #427826 in openvpn (universe) "openvpn 2.1~rc7-1ubuntu3.5 bug" [Undecided,New] https://launchpad.net/bugs/42782613:06
mdeslaurkirkland: thank you for your manpages.ubuntu.com...I use it every week.13:22
kirklandmdeslaur: :-)  awesome!13:22
kirklandmdeslaur: i have a new one for you, in case you're interested ...13:23
kirklandmdeslaur: linuxsearch.org13:23
kirklandmdeslaur: helps find resources across several linux distributions13:23
kirklandmdeslaur: ie, you can search for a bug, and then narrow that search to ubuntu, fedora, debian, gentoo, etc13:23
kirklandmdeslaur: really helps me as upstream maintainer of projects, and ubuntu maintainer of certain packages13:24
mdeslaurkirkland: wow...that is _so_ cool13:24
kirklandmdeslaur: :-)13:26
mdeslaurkirkland: your site?13:26
kirklandmdeslaur: yeah13:26
mdeslaurcool13:26
rtgkees, lool - can one of you guys gimme some MIR review for linux-ec2? bug #42765813:43
uvirtbotLaunchpad bug 427658 in ubuntu "Main Inclusion Request: linux-ec2" [Undecided,New] https://launchpad.net/bugs/42765813:43
ScottKsoren: Thanks for quickly following up on my suggestions about mhash.  You're correct that the XS-foo doesn't make a practical difference in this case, but from a python packaging best practices case it is preferred to have it there.13:56
loolrtg: not even in the archive!14:10
loolrtg: And I dont see it in NEW14:11
Sam-I-Amahasenack: not particularly with ldap, but sudo itself... that weird permission denied issue14:35
ahasenackSam-I-Am: ah, so you narrowed it down. I ask because I was just messing around with sudo-ldap yesterday and it's working14:35
ahasenackat least for my test case14:35
Sam-I-Amyeah14:35
=== lamont` is now known as lamont
Sam-I-Amthe things i've found broken with ldap enabled in nsswitch.conf (but not necessarily used) are su, sudo, and passwd14:36
Sam-I-Amso whether or not i have sudoers: ldap doesnt seem to matter... but passwd: ldap does14:36
ahasenackSam-I-Am: you still using "compat" there? Tried changing it to "files"?14:37
Sam-I-Amtried both14:37
Sam-I-Amordering sometimes fixes one or the other14:38
Sam-I-Amspent most of last friday banging my head on the desk trying to figure out why my PAM passwd stack wasnt working... turns out passwd could not write /etc/.pwd.lock14:38
Sam-I-Amunless i called passwd as root14:38
Sam-I-Amwhich is strange since passwd is suid root14:39
sorenScottK: No worries. Thanks for pointing it out.14:39
smosersoren, ping.14:39
smoseruec/ec2 images failed last night.14:40
uvirtbotNew bug: #427873 in qemu-kvm (main) "Please enable vde support" [Wishlist,New] https://launchpad.net/bugs/42787314:41
smoserpackage dependency problems14:41
smoserhttp://pastebin.com/f6e968b3614:41
sorensmoser: We should be shipping the euca2tools anyway.14:42
smoserwell the issues are greater than that14:42
smoserruby is not able to be installed? curl? upstart?14:43
sorenI would't worry that much about it. Archive inconsistencies are not rare in development releases.14:44
smoseri will agree that we should ship euca2ools14:45
smoseri wouldn't have noticed other than i was hoping to put a new set of images up with the new kernels14:45
ScottKsmoser: You can always check http://people.canonical.com/~ubuntu-archive/testing/karmic_probs.html and if you see the same issues there (e.g. upstart in this case) you know this issue isn't unique to your images.14:48
smoserScottK, thanks for that link14:49
sorenI don't believe that's the issue we're seeing, really. I don't think only main is enabled at that point of the ubild.14:52
sorenbuild,even.14:52
sorensmoser: I can't see what else it would be, though.14:58
smosersoren, i'm going to re-try here in a bit from my account14:58
sorensmoser: alright. chances are it will just work.14:59
smoseryeah.14:59
smosersoren, please look at that bug i requested sponsorship of . it currently is marked as alpha6 milestone14:59
sorensmoser: Can you push them as branches on Launchpad? That makes my life so much easier.15:01
smosersoren, yeah, easy enough15:02
smoserlet me do that.15:02
sorensmoser: ta15:05
uvirtbotNew bug: #427842 in openldap (main) "[karmic] frontend DB needs ACLs for base="" and cn=schema" [Wishlist,Triaged] https://launchpad.net/bugs/42784215:11
ruben23hi anyone used zimbra opensource email system.15:15
smosersoren, branches for karmic and trunk attached to bug 42058115:18
uvirtbotsmoser: Bug 420581 on http://launchpad.net/bugs/420581 is private15:18
smoserwell pfft to you uvirtbot15:18
niemeyerMorning guys15:18
* ball waves15:19
niemeyersoren: Does this ring any bells:15:19
niemeyer$ euca-describe-images15:19
niemeyerWarning: failed to parse error message from AWS: <unknown>:1:0: syntax error15:19
niemeyerEC2ResponseError: 403 Forbidden15:19
smoserniemeyer, what do you have for EC2_URL ?15:22
niemeyersmoser: Some background: this was working fine, and it suddenly stopped working15:23
niemeyersmoser: No changes in the configuration or anything15:23
niemeyerIf I login to the admin interface, it works..15:25
niemeyerI then ask for a credentials zip file, and it returns a 0 bytes file15:25
rtglool, its never been clear to me that you're supposed to upload a package prior to MIR review. will do so now.15:25
smoserniemeyer, so this is not ec2. i didn't know if you were talking ec2 or uec/eucalyptus15:26
niemeyersmoser: Oh, yeah, it's Eucalyptus indeed15:26
loolrtg: The process is a) upload source b) NEW source and binary c) MIR d) seed e) promotion15:27
loolrtg: The problem with MIRing stuff in NEW or out of archive is that the uploaded thing can differ and we cant even compare them15:28
rtglool, ok, it'll be uploaded in a bit15:28
loolWhat did you expect me to review exactly?   :-)15:28
rtglool, well, slangasek wanted an MIR before I uploaded the ec2 kernel package. pro forma?15:29
loolOdd15:29
loolslangasek: ^ I dont understand how we're supposed to review such a MIR15:29
rtglool, linux-ec2 uploaded15:31
loolrtg: I prefer getting to it when it's through NEW in case it gets rejected + reuploaded15:31
loolI dont think there's any hurry anyway; we can promote before MIRing15:32
rtgok, its the server dudes taht are hot for this15:32
loolYeah the server team certainly knows how to keep us busy with MIRs   ;-)15:33
zullool: sorry15:34
zulmy bad15:34
loolzul: Eh I'm just kidding15:35
loolIt's certainly right to file MIRs15:35
zullool: yeah so am i15:35
KRyPTyKGood morning all! Does anyone have experience with FOG imaging on Ubuntu Server?15:42
smosersoren, i'm hitting the same error now as the nightly hit earlier15:48
sorensmoser: Interesting.15:48
smoseror a bummer, depends on how you look at it15:48
smoserits definitely not a universe/multiverse-not-enabled issue15:50
smoserec2-ami-tools is in multiverse15:50
sorenPrecisely.15:50
smoserruby is in main15:50
sorenOh!15:50
sorenI know what's wrong.15:50
sorenLook further up in the build log15:50
soren2009-09-11 05:12:42,24315:50
smoseryep15:51
sorenIt's the upstart thing.15:52
sorenIt'll get fixed shortly. No doubt.15:53
slangaseklool: you're supposed to decide whether it's reasonable to add another kernel source package to main, because I don't want that on me :)15:53
loolA trap.15:55
loolI'll pretend I dont know what linux-ec2 til I'm forced to keep my eye lids open15:56
smoserec2 is a trap. there is no doubt about that15:56
smoserjjohansen1, are we to have the karmic-kernel/ec2 status meeting in 3 minutes here?15:57
jjohansen1smoser: yes15:57
zulsuccobus15:57
zulhey rtg15:58
rtgzul, dude15:59
sorensmoser: I thought those were at 1700 UTC?16:00
jjohansen1it is 16:00 UTC shall we begin the EC2 kernel status meeting16:00
sorenjjohansen1: No,it'snot.16:01
jjohansen1soren: no, I messed up the mail, and put 16:00 GMT but we are doing 16:00 UTC16:01
sorenThat's an hour from now.16:01
sorenReally16:01
jjohansen1ah, my bad.  I am messed up16:01
smoserwell i helped16:01
smosersorry16:01
sorenWho's representing the server team at the release team meeting?16:01
jjohansen1np.16:02
apw16:00 GMT == 16:00 UTC by definition16:02
* smoser lifts soren's hand16:02
jjohansen1we should just do the meeting now, so it doesn't conflict with the release team meeting16:02
sorensmoser: Gah, I hate that.16:02
apwth release meeting is now16:02
sorenjjohansen1: Hahah.16:03
sorenjjohansen1: Dude.16:03
sorenjjohansen1: The release team meeting is now.16:03
jjohansen1apw: hrmm, for some reason I thought that was an hour later16:03
jjohansen1ah the joys of pain16:03
* soren puts "A UTC clock for jjohansen1" on his shopping list for christmas16:03
jjohansen1and still being half asleep16:03
apwnope they are both the same, we are however on BST right now, which means 16:00 GMT/UTC re now +116:03
jjohansen1apw: right, that is part of what messed me up16:04
smoserapw, strictly UTC is an atomic time scale which only approximates GMT with a tolerance of 0.9 second.16:05
smoserjust to be a jerk16:05
apwthey are however in the same timezone :)16:05
jjohansen1hehe16:05
apwand utc is of course french so we have to hate it16:06
tarvidvsftpd 530 Login incorrect. problem16:06
tarvidjaunty16:06
tarviduser has a local account with shell /bin/false16:07
tarvidis this a pam problem?16:08
zulyes16:09
zulapw: the french hate everything16:09
apwvery true16:09
tarvidany way to use local auth?16:10
sorensmoser: I actually haven't tested whether we can boot now with no user-data. Have you?16:14
smoserno. its on the list today to publish a karmic nightly and use new karmic kernels also16:15
sorensmoser: I've tested the bits and pieces unit test style,but not a full "intregration test".16:15
smoseryeah16:15
smosersoren, you have suggestions on http://pastebin.com/f33bc257116:17
smoserthats from a attempt at a hardy build16:17
sorensmoser: The hardy builds need the ppa to work.16:18
smoseri hate nectarine16:19
smoseri knew it needed the ppa, but didn't think about the fact that it couldn't get there16:19
smosersoren, maybe you can explain to me why (back to the karmic build failure)16:21
smoser['/usr/sbin/debootstrap', '--arch=i386', 'karmic', '/tmp/vmbuilderxwUgID/root', 'http://archive.ubuntu.com/ubuntu']16:21
smoserwould return success, after "Failure while configuring base packages."16:21
smoserseems like that is wrong16:21
sorenBecause debootstrap only pulls from main, and right now, upstart has a dependency in universe.16:21
smoseri didn't ask why it would fail16:22
sorenoh,sorry :)16:22
smoseri asked why it would fail and return success16:22
sorenOh,sorry, started typing after your first line :)16:22
smoserdoes debootstrap have general issues like that ?16:22
sorenI'm not sure. I'd ask Colin.16:22
sorenWell, no, I would probably stare at code for a few hours, but I /should/ ask Colin :)16:23
smoserthe scary thing is if apt is returning success to debootstrap16:23
smoseras thats a largeer problem16:23
sorensmoser: debootstrap does not use apt.16:29
smoseroh. wow.16:29
sorensmoser: It's the thing that installs apt :)16:29
smoseri figured it installed apt, then started using it16:29
sorenNo. Once apt works, debootstrap is done.16:30
soren(de facto, not de jure)16:30
niemeyerARGH16:50
niemeyerEucalytpus stopped again.. :-(16:50
sorenWhich part of it?16:50
niemeyersoren: The same error I mentioned about euca-describe-images16:51
niemeyersoren: I can't manage to bring it back to a usable state after this16:51
sorenniemeyer: How'd you fix it last time? Reinstall?16:52
niemeyersoren: Yeah, remove, rip everything off, reinstall16:52
sorenniemeyer: All components or only cloud controlleR?16:53
sorenniemeyer: Can you check if your cluster controller is running?16:53
sorenniemeyer: And node controller?16:53
niemeyersoren: Hmm16:55
niemeyersoren: Only cloud controller.. I've only got it running16:55
niemeyersoren: Or rather, only what /etc/init.d/eucalyptus-cloud starts16:55
sorenniemeyer: Oh.16:56
sorenniemeyer: Then I'm not sure, really.16:56
niemeyersoren: They continue running, but wedged16:56
niemeyersoren: I can login to the admin interface, for instance16:57
sorenniemeyer: They?16:57
macrocosmAnyone have a tip on the safest way to email blast my leads without getting my IP blacklisted?  I have a legitimate cleaned list but still precautions are always good with email ..something that breaks it over multiple cron runs would be nice too.  Googling came up with a bunch of junk16:57
niemeyersoren: But if I ask for my credentials, it returns an empty file16:57
niemeyersoren: Yeah, there are multiple things running (ports 8443, 8773, 9001)16:57
niemeyersoren: Ok, I'll try to capture someone from Eucalyptus to see if they want to debug it, next time it wedges16:58
clustyany of you using puppet to manage confs?17:01
clustyi am getting a hell of a time trying to get it running on server 9.0417:02
clustygodamn certs are killing me17:02
sorenclusty: I use it a little bit.17:03
clustysoren, i am getting cert not trusted17:04
clustyon client17:04
clustycannot even get the barindead sudoes example running17:04
sorenHaven't seen that, sorry.17:04
clustygot proper dns working on LAN ?17:04
clustycurious if that is to be blamed17:05
uvirtbotNew bug: #424459 in eucalyptus (main) "Temporary file vulnerability in euca_conf" [Low,Triaged] https://launchpad.net/bugs/42445917:06
* soren dinners17:14
smosersoren, so if we put lib6-xen into ec2 images, i would presume some negative affect on said images as kvm17:14
smoseri'm guessing conflict with libc617:15
clustydo you guys use clusterssh?17:40
cemcclusty: cssh ? I did a little bit17:41
clustycemc, i cannot get it running17:41
cemcwhat does it say?17:41
cemcit needs X17:41
clustycrap. now i don;t have vnc running17:41
clustysec17:41
clustycemc, well first of all how do i specify list of machines i want to ssh into?17:43
cemcclusty: cssh machine1 machine2 ...17:43
cemcthen it will open 1 command window, and one window for every machine17:43
HypnozI'm not sure exactly what clusterssh does, but I use a tool called DSH to run commands on large groups of servers at once17:44
Hypnozits easy, $ dsh -f allmachines.list -- 'command'17:44
Hypnozthen it runs the command on every machine in the list17:44
clustyHypnoz, works as you type?17:45
Hypnoznot sure what that means17:45
clustycemc, warning unkown host <IP>17:45
clustyHypnoz, i mean is like demultiplexing keyboard17:45
clustytypeing in 10 windows at once17:46
Hypnozoh, no17:46
Hypnozits just for sending one time commands to remote machines, its not streaming17:46
cemcclusty: unknown host? it mean you didn't specify the hostname correctly I guess17:47
ScottKcemc: You probably saw, the qpsmtpd backport got done, so I think we are all up to date now.17:48
vlazar_cemc, WARNING: unknown host 192.168.0.201 (see -i switch, or ignore_host_errors in .csshrc) - ignoring17:48
clustythat is me :D17:48
clustythis is from both the command line17:49
clustyand cloicking add host17:49
cemcclusty: I don't use any .csshrc, I just run the command like this: cssh host1 host2 hostn17:50
clustycemc, me neither17:50
clustyanyways fok it17:51
clustymy patience is thin today17:51
clustythanks for help17:51
cemcshould work and it's really nice, IF you have a bunch of really similar servers17:51
clustycemc, they are identical17:51
clusty:D17:51
clusty9 of them17:51
cemcbecause every keystroke gets replicated to every server17:51
cemcScottK: yep, I saw, nice ;) I'll look at the php stuff this weekend17:53
jmedinamorning17:53
clustymoin17:53
Hypnozwould be nice if there was a tool like that for command line17:58
Hypnozinstead of being a gui tool17:58
cemcit would be harder to display all the server'18:00
cemcs terminals ;)18:00
clustya small question: what is the permission number for this mode?18:22
clusty-rw-r--r--18:22
clusty?18:22
smoserjjohansen1, zul either of you have a minute to poke at bug 427288 ?18:22
clustyu+wr a+r :D18:22
uvirtbotLaunchpad bug 427288 in linux "Karmic i386 EC2 kernel emulating unsupported memory accesses" [High,Triaged] https://launchpad.net/bugs/42728818:22
zulsmoser, jjohansen1 was working on it18:23
smoserwell, the plan was for me to test if simply installing libc6-xen fixed it. and it doesn't.  i definitely have it installed, but it appears to not be being picked up.  at least not used by the init process18:24
smoserwanted to see if either of you wanted to poke at the system and maybe find out why18:24
erichammondsmoser: Did you also remove -i686 and add the nosegneg thing?18:25
erichammonder, remove libc6-i68618:25
smoserneither.18:26
smoser:)18:26
erichammondI got to the instructions in ec2ubuntu-build-ami through years of research, tips from others, and trial and error.  I don't always remember which statements fix which problems.18:26
smoseryeah. hopefully we dont have to remove libc6-i68618:28
erichammondFor a long time I used to remove /lib/tls but then one day a simple apt-get upgrade broke the system: http://groups.google.com/group/ec2ubuntu/browse_thread/thread/1a3fd33f04766361/8f82524bd298a4a218:29
erichammondPlease make sure that the sample perl command in that message works with the solution you end up with or things will be broken.18:30
smosererichammond, thats a great post, thanks.18:33
apwsmoser, the divert stuff at the end is also interesting18:34
uvirtbotNew bug: #277114 in vsftpd (main) "vsftpd quits when there's no working internet connection" [Undecided,Invalid] https://launchpad.net/bugs/27711418:41
niemeyersoren: Do you know where libomxmlsec was moved to (was in librampart in 9.04)18:44
domashiii! what is the easiest way to reseed random?18:45
domaswhatever I do, gpg seems to wait for random stuff forever18:46
domas'reseed' in a loop doesn't help (it just sets urandom as far as I understand)18:46
uvirtbotNew bug: #271555 in vsftpd (main) "vsftpd: hard coded /home/ftp install breaks in NFS environment" [Undecided,Fix released] https://launchpad.net/bugs/27155518:46
uvirtbotNew bug: #308946 in vsftpd (main) "GnuTLS error" [Undecided,Incomplete] https://launchpad.net/bugs/30894618:46
* domas looks at sysctls18:46
domashmmm, apt-get install rng-tools18:49
domasrngd -r /dev/urandom \o/18:50
Hypnozcould you reseed random by tail -f /dev/urandom ?18:51
Hypnozhmm doesn't work like I thought it would18:52
Hypnozcat /dev/urandom does though18:52
Hypnozthat rng-tools looks interesting if i used /dev/random for anything18:54
erichammondapw, smoser: The xen-divert-tls-libc approach requires the user to always use that command to do upgrades which is not an acceptable solution to force on unsuspecting EC2 users.18:57
apwerichammond, not sure it does, doen't it only go wrong if we add files to libs18:57
apwlibc?  i would expect it to mean when you see the libc files installing shove them over here instead18:57
smoserthat was my understanding (obviosly either my read of it or the doc could be wrong)18:58
erichammondapw, smoser: The problem is that upgrades to libc6 can restore /lib/tls breaking the system.  The divert approach requires you to know this is going to happen and run a command before and after upgrading libc6.19:00
uvirtbotNew bug: #427553 in bind9 (main) "bind9 fails to start on boot" [Undecided,New] https://launchpad.net/bugs/42755319:01
* apw tries to imaging uvirtbot on #u-k ... it'd be like a torrent19:01
smoser"But if a libc upgrade contains a new file for /lib/tls"19:02
erichammondsmoser: Fair 'nuff.19:02
erichammondStill requires the user to know what's going on in a system that is not configured like normal Ubuntu.19:03
=== rickspencer3 is now known as rickspencer3-afk
smosererichammond, the interest in it is because i really dont want to uninstall libc6-i686. right now our ec2 images are identical for ec2 and uec. that would penalize uec (i'm not exaclyt sure of the effects, but at very least, libc6-i686 is part of "ubuntu-minimal" metapackage which the images are installing at the moment19:05
smoseri'm not sure how likely a libc upgrade including a new file in /lib/tls is over a given release (ignoring change-in-release upgrades at the moment)19:06
smoserec2 networking is completely random19:06
smoseri do a wget of a file, and i get ~ 300k or something. then, using axel, it sustains better than 1.5M for 500M file19:07
erichammondsmoser: A year ago a simple "apt-get upgrade" broke Hardy servers on EC2.  It wasn't my favorite time.19:08
smoserwell, for some of the threads at least19:08
=== TeLLuS_ is now known as TeLLuS
smosererichammond, zul do you have any ideas why canonicals hardy images do not have this issue ?19:08
zulbecause its using libc6-xen19:09
erichammondsmoser: If Xen needs something different from KVM, then you may need different images.19:09
_nofearHi guys, does anyone know a good tutorial on what configuration must be done to authenticate a user in an OpenLDAP server?19:09
smosererichammond, well, yeah, but thats what we're trying to avoid :)19:09
erichammondOr different bootup19:09
erichammondnah, that's probably impossible with libc619:10
mushroomblue_nofear: do you have the server already set up?19:13
_nofearmushroomblue: yes, I can authenticate Windows users with Samba already.19:15
HypnozI forgot which link got me there, but I went through these 419:16
Hypnozhttp://beginlinux.com/server_training/server-managment-topics/1016-ldap-server-on-ubuntu-80419:16
Hypnozhttp://linuxadministration.us/2008/05/17/ubuntu-804-hardy-ldap-client/19:16
Hypnozhttp://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch31_:_Centralized_Logins_Using_LDAP_and_RADIUS19:16
Hypnozhttp://www.aselabs.com/articles.php?id=246&page=2&asesessid=fb756c0d4961f3f258c9927563f326f84cc8978319:16
mushroombluethat'll do.19:16
_nofearHypnoz: thanks very much :)19:16
Hypnozthe crappy part is the PAM files19:16
Hypnozif you don't set them up EXACTLY right, it fails19:17
_nofearHypnoz: That's exactly where I think I'm losing it.19:17
mushroomblueyeah. that's my current issue.19:17
mushroomblueyou'd think someone would provide an updated LDAP howto that doesn't rely on slapd.conf19:18
Hypnozyep, i set up pam over and over in VM's till i got it working clean, it took forever19:18
mushroombluesince it's now been deprecated.19:18
mushroomblue"Ubuntu 7.10 was a nightmare when it came to setting up ldap"19:19
mushroombluelol. it's still a nightmare.19:19
Hypnoztruth19:19
_nofearActually I gave setting this on Ubuntu, I'm using Debian 5 now.19:20
_nofear*gave up19:20
uvirtbotNew bug: #425993 in samba (main) "Windows Network in Karmic" [Undecided,Incomplete] https://launchpad.net/bugs/42599319:20
domashypnoz: I have no idea why 'cat /dev/urandom > /dev/random' didn't work :)19:23
uvirtbotNew bug: #399199 in samba (main) "fstab cifs mounted drive won't write" [Undecided,New] https://launchpad.net/bugs/39919919:25
uvirtbotNew bug: #238684 in virt-manager (universe) "[patch?] alt-gr does not work inside kvm debian terminal" [Medium,Confirmed] https://launchpad.net/bugs/23868419:26
uvirtbotNew bug: #386372 in openssh (main) "sshd fails to execute PAM session modules on logout." [Undecided,New] https://launchpad.net/bugs/38637219:36
sorenniemeyer: I believe it's built into librampart or some such now.19:39
niemeyersoren: Hmm.. euca 1.6 seems to depend on it still19:40
smosersoren, quickliy glance at bug 426424 . you have opposition to that ?19:41
uvirtbotLaunchpad bug 426424 in vmbuilder "need md5sums created for uec-images" [Medium,Triaged] https://launchpad.net/bugs/42642419:41
NCommanderanyone here a SPARC wizard :-)?19:41
sorenniemeyer: Upstream, yes.19:43
sorenniemeyer: In Ubuntu, it shouldn19:43
sorent.19:43
sorenniemeyer: We carry a patch to fix that.19:43
niemeyersoren: Yeah, sorry, this was me trying to install from source to get a working environment somehow19:43
sorenniemeyer: There's a patch in the ubuntu source package. It uses quilt. Do you know how to find it?19:44
niemeyersoren: I do, thanks.  I've just grabbed the apt-get source from it19:45
Hypnoz_nofear:: are you still here, and interested in seeing how I set up my pam.d files for ldap?19:45
zulNCommander: i used to be but that probably wont help you now19:45
sorenniemeyer: Alright, cool.19:45
niemeyersoren: I got Neil giving a hand now, so will wait to see how this goes19:45
_nofearHypnoz: that sure won't hurt :)19:45
NCommanderzul, you know if a sunfire can be forced into proper TFTP booting?19:45
sorenniemeyer: IIRC, it's the debian/patches/04* one.19:46
NCommanderzul, I just had a kernel panic (or something) occur during a dist-upgrade, and the machine won't boot now19:46
Hypnozi'll paste them somewhere and link it to you, one sec19:46
zulNCommander: stop-a doesnt work anymore?19:46
NCommanderIts a v12019:46
NCommanderzul, I can get into the PROM19:46
NCommanderzul, but it doesn't seem to want to talk to my TFTP server19:46
niemeyersoren: Btw, I've reported the crazy behavior at #428010, just to keep track of it19:46
zulNCommander: not sure :(19:46
NCommanderI can't remember how I forced Ubuntu onto it before (I had issues with this sunfire at installation)19:46
* NCommander is trying to fix ubuntu karmic on sun19:46
sorenbug 42801019:47
NCommanderIts a pity I didn't fix it BEFORE my SPARC decided to die19:47
uvirtbotLaunchpad bug 428010 in eucalyptus "Eucalyptus cloud controller stops working suddenly" [Undecided,New] https://launchpad.net/bugs/42801019:47
zulNCommander: i got rid of my sparc's or more specific my wife got me to get rid of them19:47
NCommanderzul, they can be load :-/19:47
NCommanderThe problem is my sunfire is the only thing that can do TTL serial, so I need IT to talk to an ARM development board I have19:48
zulNCommander: especially when I had two sitting on my desk19:48
sorensmoser: Looks good to me.19:48
smoseri do have one change to make to it19:48
smoseri really, really hate sh -e19:48
smoserin sh -e, the following is happily ignored:19:48
smoser( false )19:48
smoserit can be fixed / worked around by:19:49
smoser( false ) || false19:49
smoserso i'll append '|| false' to the end of those 2 gzip lines19:49
sorensmoser: That changed in bash recently, actually.19:51
smoserchanged to doing what it should you mean ?19:51
sorenYes.19:51
smosersomeday i will fix that script (and others) to not use sh -e, but rather check and give error output themselves.19:52
sorenIt happened to stumble upon this when debugging a kernel build issue with rtg last week.19:53
soren"Last week"? Was it really last week?19:53
sorenIt seems like a distant memory.19:53
smoseri'm surprised they would intentionally change something like that19:54
Hypnoz_nofear::  http://pastebin.com/d75fdac8719:54
HypnozI know there's some stuff I'm missing, but if you have the server set up right, http://linuxadministration.us/2008/05/17/ubuntu-804-hardy-ldap-client/ should go a long way to getting some stuff resolved19:54
sorensmoser: They decided that the old behaviour was wrong.19:55
sorensmoser: I'm looking up the changelog entry.19:55
smoserand anyone who depended on it should now be broken :)19:56
_nofearHypnoz: alright, thanks very much. I'll take a look, I guess I'm missing something to set on these files.19:56
sorensmoser: l.  Changed behavior of shell when -e option is in effect to reflect consensus of Posix shell standardization working group.19:56
smoserah. wow.19:56
smoserso in theory dash should change too19:56
sorensmoser: dash will likely follow suit given the context.19:56
sorenright.19:56
sorenEventually.19:56
smoserchange pushed.19:58
=== rickspencer3-afk is now known as rickspencer3
uvirtbotNew bug: #334588 in samba (main) "Don't get write permissions via smbmount on XP-Server, when the shared-folder-name has spaces" [Undecided,Incomplete] https://launchpad.net/bugs/33458820:16
J_PHi all..20:17
J_PPeople, I install ubuntu server 9.04. and after install xorg and icewm. well, startx works ok. But resolutions are there in 1024x768, and I would like 800x600. But /etc/X11/xorg.conf is empty. where are the Xorg configurations ?20:18
J_Panyone ?20:20
ScottKJ_P: It's off topic for ubuntu-server as we don't ship X.20:22
KillMeNowhttp://ubuntuforums.org/showthread.php?t=8397320:22
KillMeNowcheck that out20:22
KillMeNowdoes that help?20:22
smosersoren, on nectarine, can you update your automated-ec2-build directory ? you're at revision 5 and current is 720:57
smoser2 things missing are md5sums and --lock-user20:57
sorenFeel free to do so yourself.20:57
sorenI'm about to head out.20:58
sorenOh, right. You can't really, can you?20:59
sorensmoser: Done.20:59
* soren calls it a day (and week)20:59
smoserwell, i can...20:59
smoserjust have to ask sudo :)20:59
smoserfigured i'd be nice21:00
bobgi am setting up a ldap server in jaunty and I am not finding much information about the new openldap /etc/slapd.d/ config method that jaunty uses by default.21:24
bobgdoes anyone know of a "how to " on configuring openldap in jaunty?21:25
=== ahasenack is now known as andreas-away
bobgthere are lots of how to's for older Ubuntus but that do not seem to apply any more21:27
=== andreas-away is now known as ahasenack
ahasenackmathiaz: fwiw, I just updated openldap-dit to use cn=config22:02
mathiazahasenack: cool - thanks22:03
ahasenackmathiaz: sample run in karmic: http://pastebin.ubuntu.com/269401/22:03
ahasenackit was fun22:04
mathiazahasenack: cool22:04
ahasenackmathiaz: did you know that ldapdelete is not supported in cn=config?22:04
mathiazahasenack: where are the admin tools now?22:04
mathiazahasenack: hm - I thought so22:05
ahasenackmathiaz: hmm, admin tools...?22:05
ahasenackmathiaz: yeah, something to keep in mind and document, I may do it22:05
mathiazahasenack: like - how do I add a user to this directory?22:05
mathiazahasenack: a group?22:05
mathiazahasenack: add  a user to a group?22:05
ahasenackmathiaz: I will use smbldap-tools22:05
ahasenackmathiaz: the structure is empty, it should be straight forward to use almost any tool out there, bar the "big" ones that want to take over the directory22:06
mathiazahasenack: how would you manage the sudoer entries?22:06
ahasenackmathiaz: ldapvi, apache directory studio, luma, gq22:06
ahasenackmathiaz: not sure how a wrapper would look like, given that the official sudo admin tool is visudo22:07
ahasenacki.e., a plain text editor22:07
bobghow do you read the .gz files in the /usr/share/doc/... folders?22:12
ahasenackbobg: less reads them22:14
bobgahasenack, thanks. It never ocured to me that less would decompress gz files. Thats a a lot easier that gunzup -> nano -> gzip :)22:23
ahasenackwelcome22:23
ahasenackbobg: there is also zless in some distributions22:23
=== domas is now known as _3^3
=== rickspencer3 is now known as rickspencer3-afk
uvirtbotNew bug: #419590 in qemu-kvm "kvm core dump on hotplug (pci_add)" [Wishlist,Triaged] https://launchpad.net/bugs/41959022:31
tlynghmm, i'm reading up on eucalyptus, ubuntu and ec2. I'm pretty new with cloud computing, but do understand some of the terminology :) Amazon offer an EBS storage solution, what is Eucalyptus / Ubuntu's equivalent?22:31
Hypnozanyone know if M$ office can open an openoffice drawing file22:42
uvirtbotNew bug: #237635 in qemu (main) "qemu mouse and keyboard grab is an accessibility problem" [Medium,Triaged] https://launchpad.net/bugs/23763522:46
ahasenackmathiaz: the karmic bind9 package is using the so called "dlz ldap" implementation/patch?22:55
ahasenackmathiaz: have you ever used the bind9 ldap backend?22:55
mathiazahasenack: I don't know22:55
mathiazahasenack: I've never used it22:56
ahasenackok22:56
uvirtbotNew bug: #331331 in qemu "Non-root guest doesn't have permission to access sys-fs USB devices" [Wishlist,Won't fix] https://launchpad.net/bugs/33133122:56
clustygot a small question: how can one install sun-java6-bin unattended?23:12
clustycause it bugs me about accepting license23:12
Hypnozget one of those rocking things with the water inside, and have it keep falling down and pecking on the Y key23:14
HypnozI guess you would need two, one for Y and one for Enter, slightly staggered of course23:14
erichammondNot sure who's building the EC2 images these days but had a suggestion for the manifest prefix which is currently: canonical-alphas-us/karmic-i386-alpha5.1.manifest.xml23:14
erichammondPlease include (1) the word "ubuntu" so that folks can find it when they search for that keyword, and (2) the date that the image was built so that folks know how fresh it is.23:15
ahasenackmathiaz: https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/227344 (which has a patch) is needed for ldap support in bind923:15
uvirtbotLaunchpad bug 227344 in bind9 "bind-dlz and ldap api: invalid use of "%" character" [Undecided,Confirmed]23:15
mathiazlamont: ^^? does it make sense to include the patch?23:16
clustyHypnoz, not gonna work :D23:16
clustypuppet needs to install package remotely23:17
erichammondIdeally, all of these images would be using exactly the same format so that it is easy to scan down a sorted list and find the appropriate one.  Here's a proposed format: ubuntu-9.10-karmic-20090911-alpha5.123:17
lamontmathiaz: I've been waiting for upstream to fix it23:17
mathiazahasenack: seems that poking upstream would get it included in debian/ubuntu23:18
lamontmathiaz: I suppose I could also push it upstream23:18
ahasenackmathiaz: the bug history shows that has not been working :)23:18
lamontahasenack: upstream refusing to accept it is a reason for me to choose to not diverge from upstream23:19
ahasenacklamont: is dlz part of upstream? It's in contrib, no?23:19
ahasenacklamont: and did upstream actually refuse?23:19
lamontit's in the upstream tarball, in contrib - I didn't pull it from anywhere23:19
lamontdunno if I've even ever asked23:19
lamontmy presumption being that dlz upstream was, you know, taking care of the code they'd gotten into the ISC distribution23:20
lamontbut yeah, history would tend to indicate that the code is being ignored23:20
ahasenacklamont: I find it odd anyway. ./configure has an option to use it, but it's in contrib/23:20
ahasenacklamont: so, it is in the code, but at the same time isn't23:21
lamontcontrib _is_ part of the code.  It's just explicitly not managed by ISC23:21
ahasenacklet me check how the real upstream for dlz is23:21
lamontanyway, long week, runny nose, tired and almost thinking.  so... --> bed for now23:22
* ahasenack downloads from sourceforge23:22
ahasenacklamont: fwiw, the *real* upstream didn't apply the patch either, that makes one wonder how well maintained this is23:23
uvirtbotNew bug: #341682 in qemu "Block I/O crashes after migration" [High,Fix committed] https://launchpad.net/bugs/34168223:46

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