/srv/irclogs.ubuntu.com/2010/06/14/#ubuntu-server.txt

chewbrancaif I hadn't added the ssh key from my client box into authorized_keys of the server before I 'installed' an image in the UEC store, will I need to reinstall that image?00:14
chewbrancaI can't ssh into a newly spawned instance, getting a permission denied (publickey) ssh error00:14
=== dendro-afk is now known as dendrobates
chewbrancahow can I delete an image from the UEC store?00:29
cybrocop_chewbranca:   euca-delete-bundle --clear -b <BUCKET> -p <PREFIX>00:30
cybrocop_chewbranca: you have to deregister it first.00:30
cybrocop_euca-deregister  emi-XXXXXX00:30
chewbrancayeah I deregistered it and then tried to delete the folder in eucalyptus/bukkits/00:30
cybrocop_Not good. You should never have to manually touch the folders.00:31
chewbrancayeah I figured it wasn't the best approach, just trying to delete the damn thing00:31
cybrocop_chewbranca: It will remember the folder name in the DB, so it may not let you create another bundle with the same bucket name, but otherwise, UEC should still be usable.00:32
chewbrancawell I'm just trying to get an ubuntu 9.10 image running, couldn't ssh in because I hadn't added my key properly before I installed the image00:33
chewbrancaok I'm sorry, I don't even know what a bucket is, would it be something like image-store-127397593700:34
cybrocop_chewbranca: Yes00:35
chewbrancaand prefix is?00:36
chewbrancaif I do: sudo euca-delete-bundle -b image-store-1273975937 it says unable to get bucket ... which quite possibly is because I deleted it manually00:36
chewbrancawell... trying to install a different image now because I have no clue how to delete the image now00:40
cybrocop_chewbranca: I agree it is annoying to see this error, even if it has been manually deleted (against their instructions)... So the only side-effect will be (AFAIK) that you will never be able to use the same bucket name (image-store-XXXXXXXX) which shouldn't be a big problem.00:49
chewbrancacybrocop, well its a bit of a problem because that bucket was the ubuntu 9.10 image and now I can't use that00:50
chewbrancaluckily 10.04 was recently added, but if it wasn't, the only way I would know to fix it is completely reinstall the entire thing00:51
=== dendrobates is now known as dendro-afk
=== dendro-afk is now known as dendrobates
cybrocop_chewbranka: I think the number in the bucket-name is randomly generated. So you should be able to get a different bucket name next time.01:05
cybrocop_chewbranca: i'm just going off of my memory and may be wrong about this.01:05
chewbrancaI just tried to delete the 10.04 image I installed by doing the euca-delete-bundle, and it deleted, except the web interface still recognizes it as installed01:06
chewbrancadespite it not showing up in euca-describe-images01:06
chewbrancaI'm just trying to get the ssh keys setup, was able to start up new vms, but I can't ssh into them, the original images were created without my client public key in the /var/lib/eucalyptus/.ssh/authorized_keys01:09
chewbrancaok this is just annoying, still can't actually login to a vm, just getting ssh permission denied01:17
cybrocop_Which user are you trying to log in to? I remember those "store" images had a built-in user called "ubuntu"01:30
cybrocop_chewbranca: How are you launching your instance?01:30
chewbrancawith hyrbid fox01:31
cybrocop_chewbranca: Do you specify the key at launch time?01:35
=== MenZa is now known as baconsnacks
=== baconsnacks is now known as lhavelund
chewbrancayeah I did, I tried adding another key and using that as well, but no go01:43
Futureproofhi02:43
unewbiemorning02:48
FutureproofI'm running a server at home with some virtual machines02:52
Futureprooftrying to set up a large network simulation02:53
Futureproofbut I was thinking, what kind of linux administration scenarios are actually of use02:54
chewbrancacybrocop, well, I started over from the beginning and made sure to follow every direction exactly, and now it works :D03:50
chrismsnzhey guys, is there a lucid PPA that offers the latest version of MySQL?04:34
=== register is now known as Guest30182
panfistis it possible to use synaptic as a gui front end from a host with a graphic environment to an ubuntu server05:51
sh1nypanfist, you can use aptitude on the server05:52
panfistok05:52
panfistsynaptic has a feature, file > generate download scripts05:52
panfistis there a corresponding function in aptitude?05:53
sh1nynope, i don't think so05:54
scarpanfist, if you turn on X11 forwarding when you ssh to your server, you can run 'sudo synaptic' and it'll show up on your desktop05:56
sh1nyscar, that assumes he has a desktop env installed on the server05:56
sh1ny:)05:56
sh1nyin which case he can simply vnc to it05:56
panfisti was wondering if it was possible to skip that part05:57
sh1nykirkland, are you around ?05:57
panfistwhen does it make sense to do this: tar -cC /foo . | tar -vxC /newfoo05:57
MTecknologywhat's wrong with aptitude?06:01
MTecknologypanfist: run aptitude w/o parameters and you get a pretty ui06:01
sh1nyyea, even a minesweeper !06:02
scarMTecknology, he needs the 'generate download script' functionality06:04
MTecknologyoh06:04
panfistMTechnology: 00:53 < panfist> synaptic has a feature, file > generate download scripts06:07
MTecknologypanfist: that much wasn't needed ;)06:08
panfistMtecknology rather06:08
MTecknologyI thought aptitude could do that too06:08
panfistsorry i'm slow. i'm ssh'd into this irssi session with some lag06:08
panfistif it can i would like to know06:08
panfistcurrently i have a couple of scripts which help me push the /var/cache/apt/archives/*.deb from one host to another and create a local repository06:09
MTecknologyI guess not..06:09
panfistthat's the best solution i have found to solve my problem06:09
MTecknologyI just ssh into each system and run a command across all of them at once06:10
panfistgetting a synaptic front end to the staging server would be nice because then i could possibly delegate testing new packages to more people06:10
panfistwhat do you do for hosts that are not on the internet06:11
MTecknologywhy would you have a server not connected to your network?06:11
panfista physically isolated subnet06:11
panfistwith no internet connection06:11
MTecknologythen they won't be grabbing your script anyway06:12
panfist...06:12
panfistthe generate download scripts function allows you to make selections in synaptic, and push those to a remote system with one command06:12
panfistactually, push those to external media, which you can bring to another host and install with one command06:13
panfistwithout that, i have to execute a few more commands. its not that big of a deal06:13
unewbieMTecknology: my guest os is running but not accessible after host restart06:15
MTecknologyunewbie: start the guest after the restart?06:15
MTecknologyunewbie: did the ip change?06:15
unewbiedon't remember06:15
unewbielooks like the host lost power this morning06:16
MTecknologyunewbie: virsh start $HOST06:17
MTecknologyso s/host/guest/ - w/e you named it06:17
unewbieif i do virsh list --all, i can i it's running06:18
unewbiei can see it's running06:19
unewbieMTecknology: what if i did changed the ip?06:22
MTecknologyunewbie: that's probably the case.. you need to figure out what the ip is06:23
MTecknologyunewbie: try ifconfig06:23
unewbieyou mean, we can't change the host ip?06:24
MTecknologyunewbie: no, the host should be able to indicate what ip the guest is using06:27
MTecknologyunewbie: or check dmesg06:27
MTecknologyunewbie: iirc - your issue was not knowing the guest ip06:27
unewbieMTecknology: it's up now after restart. thanks06:29
MTecknologyunewbie: yay06:29
unewbieMTecknology: the guests aren't starting itself. i have to start them manually. can i start the guests as the host restart?06:31
MTecknologyunewbie: you can... but don't ask me how06:31
unewbie:D06:31
MTecknologyI only start up certain machines06:31
MTecknologyI could script it easily enough - but that would be hacky06:32
MTecknologyfor vm in $(virsh list --all | awk '{print $1}'); do virsh start $vm; done06:33
MTecknologysomething like that..06:33
MTecknologybut ya- don't do that - I know there's a 'correct' way to do it06:33
ziesemer_Can anyone point me to any documentation around a user-mode ram disk?07:50
ziesemer_I.E., I'm using an app that is making excessive use of /tmp, and it is too slow...07:50
ruben23hi does ubuntu-server uses hwdetect coomand..08:03
MTecknologyruben23: like lspci and lsusb ?08:03
ruben23yes08:04
MTecknologyso is that the answer you were looking for?08:04
ruben23im just wondering how hwdetect functions..08:04
MTecknologyoh- no idea08:04
trapmaxneed advice. my syslog is filling up with "snmpd[2867]: error on subcontainer 'ia_addr' insert (-1)" -errors.08:05
_rubentrapmax: known bug i think08:08
=== jo-erlend_ is now known as jo-erlend
jo-erlendI have four disks. On sda and sdb, I make the first raid partition of 300MB, set a bootable flag, add ext4 to it, and set mount point to /boot. I make a raid5 partition on all four disks of 1GB for swap, and one partition on each disk for raid5 as /. When I boot, I get dropped to a busybox. The error is that the disk with a certain UUID doesn't exist.08:31
jo-erlendwhat am I doing wrong?08:31
jo-erlendI did the exact same thing in a vm, and I get an error there as well, about a missing disk, but it boots. On the physical server, it does not.08:31
uvirtbotNew bug: #593552 in mysql-dfsg-5.1 (main) "mysql-server-5.1 deletes tables on start" [Undecided,New] https://launchpad.net/bugs/59355208:46
_rubenjo-erlend: never had any issues with similar setups, might be problem specific to newer versions though, havent installed any software raid servers in a while08:51
sorenjo-erlend: I'm still puzzled why you wouldn't have /dev/disk/by-uuid.09:04
huatsmorning09:29
soreno/09:30
sorenjo-erlend: You do have mdadm in the initramfs, right?09:30
jo-erlendsoren, I think I've found the problem. When you delete raid devices in the installer, it's not being updated until a reboot. The first time I run the installer, I setup a raid5 because I didn't know grub2 could only boot from raid1. Later, when I run the installer again, I deleted the raid devices and setup new ones. However, the installer created partitions on a raid5 instead of new md devices.09:33
jo-erlendit never occurred to me that I had to reboot after deleting the md devices in the installer. I think that's a bug.09:34
jo-erlendI'll see if I can reproduce it in a vm. It may be that I did something wrong.09:37
sorenok09:38
binBASHO_o10:10
Davieyjdstrand: When you do the libvirt merge, what version will you be doing?10:31
jo-erlendsoren, I configured the raids manually before I run the installer. I had no problems at all. I think that the installers partitioner is really buggy.11:25
incidenceHi, Any usage experiences of replicating filesystems on external hard-drives?12:25
jo-erlendI'm running ubuntu server 10.04. I've installed kvm and libvirt-bin. I'm using virt-manager and I'm connecting from a remote host. On the server, I've setup br0 as a bridge with eth0. How do I make new VMs automatically use that bridge? I can't see it at all in virt-manager.13:04
sorenPlease don't double-post.13:05
SnadderAnyone know how to configure custom rules for apparmor?13:06
pmatulisjo-erlend: the user should be part of the libvirtd group and the guest should be run with a system-level libvirtd instance13:15
Davieykirkland: Are you around?13:15
ttxnxvl: ping13:17
sommermorning13:28
kirklandDaviey: howdy!13:35
STFhi guys i restricted the ssh connection to my server to 1 stupid-user without any rights. I can work now without probs on the server. But now it looks like 've got the problem that i cannot use the sftp-server anymore with my standard user?13:35
cloakableyes13:36
STFhave someone of you an idea?13:36
cloakablesftp uses ssh13:36
STFjo13:36
cloakableso you've restricted sftp to that user too13:36
STFshit13:37
=== dendrobates is now known as dendro-afk
STFis there a way to build a work around?13:37
STFespecially with another sftp-server like vsftpd?13:38
STFor do i have there the same problem?13:39
cloakablevsftpd isn't an sftp server13:39
cloakableit's an ftp(s) server13:39
STFokay13:39
STFis there exist any standalone sftp-server?13:40
cloakableThe most secure option would be to upload your ssh key, and turn off password authentication over ssh.13:40
cloakableThen enable ssh for everyone13:41
STFthe access would be restricted on the machine with the ssh key, right?13:42
cloakableto the machine, yes13:43
STFhm13:43
cloakableIt's a little more work, but once it's working, it works great :)13:44
cloakablecloakable@transtor:~$ ssh -C root@server13:44
cloakablePermission denied (publickey).13:44
STFI can imagine :)13:44
cloakableWhat happens if you don't have access to that account13:44
cloakableIf you do, passwordless access :)13:45
STFwhat do you try to ask me?13:45
Davieykirkland: hey, great to see you.. Do you have a moment to have a look at this euca branch?13:45
STFcloakable, i need to set up 3 machines with the key.13:46
STFbut wait, when i connect to the server the first time i get this key right?13:46
cloakableSTF: No, the key is stored on the machine, then exported to the server13:47
STFokay13:47
cloakableSTF: Or, you can generate the key once, share between your machines, and do it that way :)13:47
STFhm13:48
cloakableSTF: ssh-keygen as your local account13:48
cloakableSTF: then enable ssh login on your server, and run 'ssh-copy-id [user@]machine13:49
cloakableThe user@ is optional if you use the same username on all machines13:49
cloakableOnce that's done, you'll be able to login without a password13:49
STFi using putty on two systems13:50
cloakableAck, putty sucks with keybased auth13:50
STFyou need to know that i use my server on one point as a RDP-Relay13:51
cloakableDon't use putty to generate the keys... use ssh-keygen, and share the private key with your putty machines13:51
STFokay13:51
kirklandDaviey: sure, let's do it13:52
STFlet's go to work13:52
Davieykirkland: awesome, pushing to LP - will create a merge proposal with you assigned13:53
kirklandDaviey: sweet; is this the merge, or what?13:54
STFcloakable, should i use the passphrase?13:54
=== zul_ is now known as zul
Davieykirkland: I have two branches.. this brings maverick up to 1.6.2 final with quilt.. so a merge, and quilt13:55
kirklandDaviey: sweet13:55
Davieykirkland: the other bumps to -devel13:55
Davieykirkland: but i would like 1.6.2 to bake for a while13:55
Davieykirkland: As it is.. euca doesn't work in current maverick13:55
Davieykirkland: my branch, or what is currently there13:56
Daviey*both* work in Lucid :(13:56
kirklandDaviey: interesting13:57
cloakableSTF: If you wish13:57
kirklandDaviey: okay, great job13:57
Davieykirkland: That is one word for the current situation, i have some others :)13:58
kirklandDaviey: do we have an idea of the source of the problem?  upstart?  kernel?13:58
Davieykirkland: all of the above. :/13:58
rgreeningHey, on Lucid, seems the motd has incorrect pointer to doc page: http://www.ubuntu.com/server/doc13:59
Davieykirkland: e1000 NIC doesn't work in current kernel, so that is one box out.  Another seems to have SATA controller issues, so that box is out and the dell laptop.. installs, seems to work - but CLC doesn't report success and http daemon isn't responding.13:59
kirklandrgreening: hrm, you're right13:59
kirklandrgreening: please file a bug against basefiles, assign to me13:59
lullideathreally need help regarding NFSv4 with Kerberos...I am following https://help.ubuntu.com/community/NFSv4Howto#NFSv4%20Server%20with%20Kerberos, but i don't quite understand this step when creating the nfs/ principals: kadmin -q "addprinc -randkey nfs/nfs-client.domain" (client could be any ubuntu machines on the network)...appreciate for any help!!14:00
rgreeningkirkland: will do14:00
Davieykirkland: I think the old ubuntu.com used to work with that.. perhaps get the web devs to fix the redirect?14:00
cybrocopHas anyone experienced Bug 579276. I want to know if what I'm seeing now inside Eucalyptus is the same thing.14:00
uvirtbotLaunchpad bug 579276 in linux "Lost network in KVM VM / virtio_net page allocation failure" [Medium,Triaged] https://launchpad.net/bugs/57927614:00
kirklandDaviey: yeah, i think a redirect will be better14:00
kirklandrgreening: this will probably be solved with a redirect, but file the bug anyway ;-)14:00
rgreeningkirkland: true enuf...14:01
trapmaxjust updated to 10.04. now "aptitude install" gives me "dpkg: error processing logcheck (--configure): subprocess installed post-installation script returned error exit status 2" what is the correct action?14:04
kirklandDaviey: link to the branches?14:05
kirklandDaviey: i don't see anything14:06
Davieylp:~davewalker/eucalyptus/maverick_to_quilt14:07
Davieykirkland: hmm, yes - i should have put it under the ubuntu namespace14:08
STFcloakable, which option i need to set  to yes in the sshd_config to use the privatekey? Is it the 'RhostsRSAuthetication'?14:09
Davieykirkland: got it?14:10
kirklandDaviey:  a merge proposal?14:11
kirklandDaviey: if so, no14:11
Davieykirkland: no.. best i don't do that.. as it's in the euca namespace14:12
rgreeningkirkland: lp hates me. it seems its broken atm. Will try again in a few.14:12
Davieykirkland: I could re-push it under ubuntu, but if you can have a look there - give comments to me here.. we'll get it uploaded and i'll remove the branch14:13
_chris__heja, when im pingin some particular device it  tells me 'min/avg/max/mdev' like usual, but with this device he also adds a ', pipe 2' at the end, what does that mean ?14:20
reisigood evening everyone! how to trace aptitude package installation -- logcheck1.3.7 configure fails with message "No such file or directory"; dpkg says error processing logcheck (--configure), subprocess post-inst script returned error exit status 214:24
reisithis is after upgrading from latest 8.04.x server lts to 10.04 server14:24
reisiall other packages went well14:25
=== dendro-afk is now known as dendrobates
jdstrandDaviey: re libvirt> 0.8.1-214:40
STFokay this thing with private-key drives me crazy14:45
STFi have create a private key on my server, transfered it to my windows client, convert it with puttygen to putty-useable file, but now i get at connection the problem: "Server refused our key"14:46
STFwhat should i do????14:46
amstanhey guys, for some reason i installed ispconfig a week ago14:46
amstani changed my mind just after14:46
amstanbut i still have problems with the cleanup14:47
amstani get lots of these lines in /var/log/syslog: Jun 14 09:45:01 lserver2 CRON[13062]: (root) CMD (/usr/local/ispconfig/server/server.sh > /dev/null 2>> /var/log/ispconfig/cron.log)14:47
amstani'm trying to figure out where that is called from, a grep -R in /etc does not give me anything for ispconfig14:48
pmatulisSTF: you got it backwards.  create a keypair on the client and transfer the public key to the server14:55
STFokay14:55
bcamstan: it's in /usr/local, so it looks like you manually installed this vs using something like apt.14:58
amstanbc: no.. it's actually a php script that installs all this14:58
bcamstan: same thing :)14:58
amstanthe uninstaller script doesn't do a good job14:59
amstanit forgets to delete the users, mysql db, cron jobs14:59
amstanand so on14:59
bcamstan: configuration may be in /usr/local/etc, or /usr/local/ispconfig, but look in the directories called by /etc/crontab and /var/spool/cron/crontabs/15:00
amstanbc: those should not be edited by hand15:01
amstananyway.. i figured it out15:01
amstandid a grep in both /etc and /var15:01
amstanthere should be no ispconfig left15:01
amstandid anyone else have experience with ispconfig?15:02
e-DIO-thi there anyone: apt-installed vlan, modprobed 8021q, configured iface eth0.10 on /etc/network/interface buuuuut...why eth0.10 still continues beeing recognised as VLAN1 on the switch? [Ubuntu 10.04 Server over vmWare esxi4]15:02
bcamstan: I didn't say anything about editing. Either way, glad you got it fixed.15:02
joschihi!15:05
joschican anyone verify that the partner repository for lucid x86_64 (deb http://archive.canonical.com/ubuntu lucid partner) is currently not working, please?15:05
joschiI always get a checksum mismatch for Packages.bz2 and Sources.bz215:05
=== dendrobates is now known as dendro-afk
pmatulisjoschi: works from here15:10
joschipmatulis: thanks for checking. seems I can only get corrupted files from that server15:11
joschiW: Failed to fetch http://archive.canonical.com/ubuntu/dists/lucid/partner/binary-amd64/Packages.bz2  Hash Sum mismatch15:11
pmatulisjoschi: proxy trouble?15:11
joschipmatulis: could be. I'll have to investigate that *sigh*15:12
kirklandsmoser: ping15:20
smoserhere15:20
kirklandsmoser: can you pop back onto mumble for a minute and bring me up to speed on the 64k console bug?15:20
uvirtbotNew bug: #594159 in bacula (main) "Bacula failes to backup to tape: I/O error" [Undecided,New] https://launchpad.net/bugs/59415915:36
=== mathiaz_ is now known as mathiaz
=== dendro-afk is now known as dendrobates
=== dendrobates is now known as dendro-afk
hggdhjiboumans, ttx: my sound -- as usual -- still misbehaves16:29
jiboumanshggdh: it's somewhat crucial we can hear you speak16:29
jiboumansif that's a problem, we can use skype instead for example16:29
ttxor the confcall line16:29
jiboumansor that, but i'm not a huge fan of it's call quality either16:29
hggdhI can try to hijack my wife's laptop on skype16:30
jiboumanshggdh: conf line it is then, faster bootstrap16:30
ttxwill be there in a few16:31
ogexhello16:35
ogexwhat application video screen capture on ubuntu server16:35
ogexrun without xwindows16:36
uvirtbotNew bug: #594201 in mysql-dfsg-5.1 (main) "package mysql-server-5.1 5.1.41-3ubuntu12 failed to install/upgrade: BalĂ­k je ve velmi špatnĂ©m, nekonzistentnĂ­m stavu - pĹ™ed  pokusem o odstranÄ›nĂ­ ho radÄ›ji pĹ™einstalujte." [Undecided,New] https://launchpad.net/bugs/59420116:36
amstanwhat shell can i setup for a user so they can't have bash access but they can still do sftp/scp?16:37
=== dendro-afk is now known as dendrobates
=== chriisti is now known as Chriisti
=== ogra__ is now known as ogra
diana1480need help figuring out why my system won't mount cd's plz.17:41
UnixDawg_hey guys what pkgs is repo part of ?17:43
UnixDawg_I installed build -essential and git butthe repo command is missiing17:43
amstanUnixDawg_:  i don't think there's a command named repo17:46
amstanUnixDawg_: usually, bash will suggest packages to install that contain similar named executables, but none of them are repo17:46
=== dendrobates is now known as dendro-afk
UnixDawg_qits a command needed for git repos17:50
UnixDawg_grr17:50
UnixDawg_this is the 1 thing I hate about linux they cut everything up into finite parts17:51
_rubenbetter than infinite parts...17:51
UnixDawg_I need the repo command17:52
UnixDawg_I cant find it17:52
pmatulisUnixDawg_: can you paste the exact error message.  i can't locate the 'repo' command17:56
UnixDawg_in a min installing devscripts17:58
UnixDawg_it just sauys no command repo17:58
UnixDawg_the command repo is needed for setting up git repo's17:58
UnixDawg_and cant cut and paste from a vm into themain window17:59
UnixDawg_setting up a virtual system to build android-x8618:01
UnixDawg_on a sun virtualbox18:01
UnixDawg_I cant believe they would break something this bad18:03
diana1480my cdrom drive just never mounts properly and if I run mount /media/cdrom0 the light never comes on and after about 20 seconds I get mount: no medium found on /dev/sr018:03
amstanUnixDawg_: i've used git before, i setup multiple repos with it, never used a repo command18:03
amstanUnixDawg_: perhaps if you try to explain what your ultimate goal is/what guide you're using i could be of more help18:04
amstandiana1480: cd is scratched maybe?18:04
diana1480amstan, tried with several cds and dvds18:04
UnixDawg_i need repo command to do the followin18:04
amstandiana1480: did this drive always do this or did it start recently?18:05
UnixDawg_http://www.android-x86.org/getsourcecode#TOC-Building-the-image18:05
nihilistzaGreetings.18:05
UnixDawg_I am setting up the dev enviroment18:05
nihilistzaIs anyone here running Vmware server 2 on Ubuntu Server Lucid x64 ?18:05
UnixDawg_and it seems the repo command that should be in git is missing18:05
nihilistzaI have some issues and apparently they're fixed in lucid - but I'm worried about upgrading from 9.10 to 10.04 and breaking vmware server18:06
diana1480amstan, just started recently. was18:06
amstanUnixDawg_: that is weird... try substituting "repo" with "git"18:06
pmatulisUnixDawg_: maybe you're looking for the python script called repo.  i found one called 'repo.py'18:06
amstanthere's also this: "First, follow this page to configure your build environment. Then", but the link is broken18:07
amstandiana1480: idk.. i would try another drive18:07
pmatulisUnixDawg_: and it's contained in the package 'python-git'18:08
amstanyay.. pmatulis saves the day18:08
UnixDawg_thanks18:11
pmatulisUnixDawg_: is it what you needed?18:12
=== dendro-afk is now known as dendrobates
UnixDawg_not repo is still not beiing found18:13
UnixDawg_and yes that page has gone missing18:13
UnixDawg_sorry this sucks . I install git on bsd and the repo command is there18:16
UnixDawg_btu it seems tobe missing here18:16
UnixDawg_http://source.android.com/source/git-repo.html18:20
kirklandDaviey: ping?18:24
UnixDawg_ok found a link to get the repo18:24
pmatulisUnixDawg_: right, it's something outside of Ubuntu.  so not to blame18:26
tyskahello guys18:30
tyskai cant detach a EBS volume after i rebooted the instance which the volume was attached, i cant use that volume on the instance too, i cant do anything with the volume =/18:30
tyskasomeone can help me?18:30
=== dendrobates is now known as dendro-afk
keessoren: was it you I was talking to at UDS about super-cheap website hosting?  I need to take notes on my out-of-session discussions now.  :P18:37
=== NG_ is now known as ng_
UnixDawg_ok got it and the repo is setup18:40
UnixDawg_thnaks18:40
MTecknologyAny ideas what's breaking this?  29% [Waiting for headers] [Connecting to security.ubuntu.com (91.189.92.167)] [Waiting for headerFATAL -> Failed to fork.18:44
jpdsMTecknology: sudo apt-get -o Debug::Acquire::http=true update18:46
smoserkees, maybe me. dreamhost ?18:46
MTecknologyjpds: aptitude update breaks but apt-get update seems to be fine18:47
MTecknologygimme a minute to scroll up to the top of that18:47
jpdsMTecknology: Good.18:48
smoseryou were going to write a filesystem or git backend on top of dreamhost files forever (https://files.dreamhost.com/)18:48
MTecknology!pastebin18:49
ubottuFor posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://tinyurl.com/imagebin | !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.18:49
MTecknologyjpds: here we go - http://paste.ubuntu.com/449767/18:50
MTecknologyerr...18:51
zulsmoser: it looks good..except for the changelog which i fixed18:51
smoseroh. ok. i just pushed that to the bzr too18:51
=== pgraner is now known as pgraner-afk
MTecknologyjpds: sorry- got a mess of crap going on - http://paste.ubuntu.com/449768/18:52
Hypnoz8.04 LTS only offers me apache 2.2.8 from the repo. Am I able to run the patch in this dir http://www.apache.org/dist/httpd/patches/apply_to_2.2.14/ to bring it up to that version?19:09
keessmoser: yes! dreamhost, thanks.19:09
SpamapSHypnoz: no19:10
Hypnozwhy wouldn't they just put 2.2.14 in the repo since its the newest version...19:10
SpamapSHypnoz: but you should already have fixes for those in the version of apache that is in security updates for 8.0419:10
SpamapSHypnoz: because sometimes new versions bring changes that break stuff19:11
HypnozSpamapS: how do I check and/or apply the patches from security updates?19:11
Hypnozare they auto installed when i did apt-get install apache2?19:11
SpamapSHypnoz: check the change log19:12
smoserkees, so did you finish that git backend for me?19:12
SpamapSHypnoz: should be auto-installed with an 'apt-get update && apt-get upgrade'19:13
SpamapSHypnoz: /usr/share/doc/apache2.2-common/changelog.Debian.gz  will have details on what patches have been applied19:13
SpamapSHypnoz: (note, since its .gz, you can view i with 'zless')19:13
Hypnoznice tip I was doing gunzip19:16
keessmoser: hah, no :)19:18
HypnozSpamapS: so if i see my version as "apache2 2.2.8-1ubuntu0.14" does that mean I'm running 2.2.8 with security patches up to .14?19:19
keesHypnoz: it means you're running 2.2.8 and have several updates, possibly related to upstream fixes.  see /usr/share/doc/apache2/changelog.Debian.gz for details.19:22
SpamapSHypnoz: theres a list of actual changes applied in there.19:24
Hypnozyeah reading that file19:29
Hypnozbut it doesn't seem like they applied all the patches, or they would have been able to claim a higher base version right19:29
SpamapSHypnoz: its possible also that the vulnerability was introduced after 2.2.819:34
keesHypnoz: Ubuntu only applies important updates for stable releases.  https://wiki.ubuntu.com/SecurityTeam/FAQ#Versions19:36
keesHypnoz: if you need 2.2.14, I'd recommend upgrading to Lucid.19:36
sorenkees: I don't think so. :-/19:38
sorenkees: Rackspace has some pretty cheap cloud servers, though :)19:38
=== ajaya_ is now known as ajaya
Hypnozkees: so 8.04 LTS will stay at apache 2.2.8 and only apply security updates from then on?19:42
Hypnozkees: seems they should be able to use apache 2.2.xx19:43
Hypnozkees: or maybe 8.04.5 would be when they upgraded to a new base version of apache and started applying security patches again from there19:49
SpamapSmathiaz: ping19:51
CppIsWeirdafter installing ubuntu server the computer boots and just hangs. it wont go to the next boot device and it doesnt display anything from booting linux. it just stops.19:52
keesHypnoz: it's just not how Ubuntu does things.  :)19:53
webPragmatistis it safe to replicate         /etc/default/ accross servers20:02
SpamapSI just love it when you buy a brand new USB disk and mount it and you get this:20:03
SpamapSThe disk contains an unclean file system (0, 1).20:03
SpamapSThe file system wasn't safely closed on Windows. Fixing.20:03
SpamapSwebPragmatist: probably not without checking for any sort of hostname parameters20:03
webPragmatistoh is hostname stored in there20:03
SpamapSwebPragmatist: well I'd just look through the files and make sure they've not been customized in a way that you wouldn't want to duplicate20:04
SpamapSwebPragmatist: if you are going to do mass-configuration tho, you may want to look at Puppet.20:04
webPragmatisti am using csync220:04
webPragmatistwhich works fine20:04
uvirtbotNew bug: #594290 in mysql-dfsg-5.1 (main) "package mysql-server-5.1 5.1.41-3ubuntu12.1 failed to install/upgrade: Package is in a very bad inconsistent state - you should  reinstall it before attempting a removal." [Undecided,New] https://launchpad.net/bugs/59429020:06
webPragmatistlooks like everything is the same except on mac address20:07
webPragmatistGRUB_CMDLINE_LINUX="BOOTIF=01-00-30-48-9d-7f-92"20:07
webPragmatistwhatever that does?20:07
SpamapSwebPragmatist: you probably don't want to sync grub between machines. ;)20:07
SpamapSwebPragmatist: unless they're 100% identical hardware.20:08
HypnozwebPragmatist: on my nis server i have /etc/default/nis with NISSERVER=master. Seems you wouldn't want to sync /etc/default across every server you have for little things like that20:10
webPragmatistokay i just synced the one file i was needing to20:11
mathiazSpamapS: hi!20:21
peeps[work]i have an old server running intrepid.  since that is no longer supported, i'd like to upgrade to lucid.  would you guys recommend a fresh install?  or can i upgrade through all those releases at once?20:22
SpamapSmathiaz: so bzr build deb stuff.. I want to make sure the work flow makes sense..20:22
SpamapSmathiaz: i've been using the grab-merge script for merges..20:23
mathiazSpamapS: sure - what's your workflow?20:23
peeps[work]the box's only purpose is svn server, and internal trac webserver.  if I do a fresh install, i need to be sure that svn can be backed up and restored successfully20:23
SpamapSmathiaz: but it seems like it will be a lot easier with bzr20:23
mathiazSpamapS: yes20:23
peeps[work]any suggestions?20:23
mathiazSpamapS: bzr branch lp:ubuntu/couchdb maverick20:23
mathiazSpamapS: bzr branch lp:debian/sid/couchdb/ sid20:23
SpamapSmathiaz: with bzr, I can just do     bzr merge /path/to/debian/version   in my ubuntu branch and it works the same as the merge o matic, right?20:23
mathiazSpamapS: bzr branch maverick m-merge-from-debian20:23
mathiazSpamapS: cd m-merge-from-debian20:24
mathiazSpamapS: bzr merge ../sid20:24
mathiazSpamapS: and you're done20:24
SpamapSyeah ok thats what I thought. :)20:24
SpamapSOccasionally tho..20:24
ScottKpeeps[work]: As long as you upgrade -> jaunty -> karmic -> lucid, it should be fine.  No reason to reinstall.20:24
SpamapSdebian has incorporated a lot of stuff and it would be easier to start from the debian version and re-apply the few things I want..20:24
mathiazSpamapS: actually you wanna use merge-package instead of merge20:24
mathiazSpamapS: https://wiki.ubuntu.com/DistributedDevelopment/Documentation/Merging20:24
SpamapSmathiaz: ah I hadn't gotten that far in the docs.. heh20:25
SpamapSmathiaz: anyway, so if I wanted to pull from ubuntu -> debian and then push the debian tree as the new version ... well shoot I should just read that wiki page first20:25
mathiazSpamapS: yeah - that wiki page covers it20:26
webPragmatistwoh what the heck20:26
mathiazSpamapS: you wanna start from the ubuntu branch though20:26
mathiazSpamapS: as you're working in ubuntu20:26
mathiazSpamapS: and you'll merge debian into the branch20:26
webPragmatistwhy is it in VIM on my terminal the left arrow spits out like "D" and "S"20:27
SpamapSmathiaz: right, I'm thinking about the size of the merge proposal.. :)20:27
mathiazSpamapS: that's ok20:27
webPragmatistin insert mode20:27
mathiazSpamapS: when I'll do the review I usually have the ubuntu, debian and proposal branches20:27
mathiazSpamapS: so that I can review the diff as I want20:28
mathiazSpamapS: I usually don't look at the diff on the LP merge proposal page as it's too big there20:28
mathiazSpamapS: doing things like: bzr diff --old ../sid/ debian/20:28
mathiazSpamapS: is very simple when using local branches20:28
webPragmatistthis sucks20:29
webPragmatistmathiaz: it's not necessary to type SpamapS b4 everything you type20:29
SpamapSmathiaz: alright, that makes sense. :)20:31
SpamapSmathiaz: I'll shortly re-submit the couchdb merge as a merge proposal w/ the changelog and control fixes you suggested.20:31
kirklandmathiaz: are you reviewing hallyn's qemu-kvm merge?20:31
kirklandmathiaz: or should i?20:31
mathiazkirkland: I've looked at it20:31
mathiazkirkland: but I'd more conformtable if you could also review it20:32
mathiazkirkland: I've commented on some packaging bits20:32
kirklandmathiaz: okay20:32
mathiazkirkland: but as far as the technical content I'm less sure20:32
mathiazkirkland: wrt to patches and so on20:32
kirklandmathiaz: right20:32
mathiazkirkland: so yeah - i'd like you to review it as well20:33
mathiazSpamapS: great - thanks20:33
kirklandmathiaz: will do20:34
kirklandmathiaz: hallyn: where is it?20:34
mathiazkirkland: https://code.launchpad.net/~serge-hallyn/ubuntu/maverick/qemu-kvm/update-to-12.4/+merge/2729320:35
mathiazkirkland: https://code.launchpad.net/~ubuntu-branches/ubuntu/maverick/qemu-kvm/maverick/+activereviews20:36
mathiazkirkland: ^^ this is where you can see the list of merge proposal for a specific source package20:36
smoserwhat do I need to do to move https://launchpad.net/ubuntu/maverick/+queue?queue_state=0&queue_text=ebsmount to universe ?20:42
jpdssmoser: It is in universe.20:44
smoserso it will build and be available ?20:44
smoseri dont need an archive admin action ?20:44
ScottKsmoser: Yes.20:44
ScottKAn archive admin needs to review it.20:45
smoserah. ok. thats what i thought.20:45
webPragmatistanyone using pacemaker / corosync…. I am having trouble figuring out what to set bindnetaddr to20:45
webPragmatisthttp://www.openais.org/doku.php?id=faq:configure_openais20:45
smoseris it possible to push another upload there at this point, ScottK ?20:45
smoserto (per -devel conversations) disable functionality by default20:45
ScottKsmoser: It is.  I can reject that one and you can reuse the version number.20:45
webPragmatistwhats 10.17.180.88 && 255.255.255.12820:46
webPragmatist10.17.180.127 ??20:46
smoserScottK, sure.20:46
smoserplease do20:46
ScottKsmoser: Done.20:46
webPragmatisthrm20:48
smoserzul, can you re-review lp:~smoser/+junk/ebsmount.maverick.dev20:51
smoserhggdh, ping20:53
hggdhsmoser: pong21:00
smoserwhat do we know from eucalyptus regarding about:blank21:00
smoserwhoops21:00
smoserhttps://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/56679221:00
uvirtbotLaunchpad bug 566792 in eucalyptus "metadata service returns empty data with 200 OK" [High,Confirmed]21:00
smoserdo we know anything more ?21:00
smoserfunny , about:blank is ~ 200 OK with empty data21:00
hggdhonly that Chris sent out that email last Friday (which we commented about). No further news21:01
hggdhheh21:01
LowValueTargetcan ssh listen on two ports?21:09
guntbertLowValueTarget: two instances can (and must) listen on different ports21:13
LowValueTargetthanks bu21:20
LowValueTargetthanks guntbert21:20
=== pgraner-afk is now known as pgraner
guntbertLowValueTarget: you're welcome :-)  (you have to start two instances of sshd though)21:21
hggdhactually, one SSH can run on more than one port21:21
LowValueTargethggdh: comma separated 'Port' configuration option?21:22
guntberthggdh: really? I didn't know that -- sorry LowValueTarget for the misinfo21:23
hggdhLowValueTarget: *that* I do not know, I just use as many Port directives as needed21:23
hggdhguntbert: indeed21:23
=== wieshka_ is now known as wieshka
guntberthggdh: thx - its always nice to learn new things :-)21:24
hggdhwelcome21:26
cybrocopHi All... How can I add a 2nd NIC to a KVM image and have it be on the same "physical" network as the 1st NIC, but diff subnet?21:27
tyskahello guys, i cant use the authentication to print in CUPS, someone can help me?21:29
LowValueTargetno worries guntbert21:31
webPragmatistman21:59
webPragmatistwhy are the HA guys so hard to find around :*21:59
webPragmatist:(21:59
Xpistosdoes add-apt-repository not work in lucid server?22:02
XpistosI want to add the ppa for a program but i can't22:02
hggdhkirkland: are we a go for Lexington next week?22:09
Aegilhey, is there a ssh-askpass for ubuntu server to use from the command line so i can put the passphrase in once and use my keys to connect to any server rather than passphrase on every connection, had a look in apt-get and they seem to be x11 based22:12
mathiazAegil: ssh-add?22:13
peeps[work]doing an upgrade from intrepid to jaunty.  it looks like it's stuck restarting cups. process "/usr/lib/cups/daemon/cups-driverd list 1 0 requested-attributes=all" in htop is taking 9+ minutes of CPU22:15
peeps[work]does that sound normal?22:15
DelemasAnyone know where I can find a current deb of freeipmi-bmc-watchdog? Universe has an ancient one which broken init scripts...22:22
Aegilmathiaz: thats what I needed, couple of problems with it not detecting authentication agent, but thats exactly what i needed, thanks22:28
peeps[work]should i kill this cups process?  i don't think it's going anywhere.  17+ minutes CPU time now...22:31
kirklandhggdh: yessir22:32
MTecknologykirkland: can i come?22:32
kirklandhggdh: actually, let's make sure sylvain can do it22:33
kirklandMTecknology: heh :-)22:33
MTecknologykirkland: :( fine.. I'll just stay here and not party with you guys22:33
peeps[work]my upgrade is stuck... :-(22:34
kirklandMTecknology: lexington is pretty boring, actually22:34
MTecknologyI'm lost.. I have 7 servers. sshd_config are exactly the same, .ssh/authorized_keys are exactly the same, permissions on everything... exactly the same. I have one user account that can't log in on 2 servers, and another user that can't login on another... Permission denied (publickey,keyboard-interactive).22:35
MTecknologyAny ideas what I might be missing?22:35
MTecknologykirkland: but i'd be hangin' with the cool cats - i'll feel special if you ever have a reason to invite me somewhere :P22:36
kirklandMTecknology: i'll keep that in mind22:37
MTecknologydebug3: key_read: missing whitespace22:37
MTecknologyI wonder if that's the issue..22:37
zulsmoser: upload done22:38
MTecknologyI get this error when I try to log into one server, but not the other.. http://dpaste.com/207278/22:40
hggdhkirkland: I will wait until tomorrow, then22:43
hggdhMTecknology: you *could* go, just a question of paying for your own expenses ;-)22:44
MTecknologyhggdh: probably can't do that :P - if one of our clients doesn't pay us this week I'm out on the streets :P22:45
MTecknologys/:P/:(/22:45
hggdhMTecknology: ugh!22:46
kirklandhggdh: yeah, let's check with spineau, thanks.22:46
MTecknologyhggdh: the price of running your own business, huh?22:47
hggdhMTecknology: been there, done that22:48
MTecknology:S .. how do you go from  debug1: Offering public key: /root/.ssh/id_dsa  to  debug2: we did not send a packet, disable method22:52
MTecknologydebug3 tells me it sent22:53
MTecknology"Yup, I sent it, here's the proof of transmission - oh wait- i lied"22:53
peeps[work]i did an upgrade, and it failed to reconfigure cups during the upgrade.  it just sits and uses all CPU forever every time it gets to that part, and I have to Ctrl-C it.  can anyone help me?22:56
peeps[work]anyone think it would matter if i disconnect the printers?22:57
peeps[work]i don't know if i should just continue to the next distro upgrade and hope that fixes it, or make sure it's working first22:59
peeps[work]i just upgraded from intrepid to jaunty.  plan on eventually getting to lucid23:00
MTecknologyreboot didn't even make these listen23:07
MTecknologyI have absolutely no clue at all what's broken...23:07
SpamapSMTecknology: can you try running sshd -d -d -d -P 2222 as root, and then try to login using 'ssh -p 2222' ?23:10
SpamapSMTecknology: that will show you a lot of debug info on the sshd side23:10
SpamapSoh wait23:11
SpamapSsshd -d -d -d -p 222223:11
MTecknologySpamapS: sshd re-exec requires execution with an absolute path23:12
SpamapS/usr/sbin/sshd then23:12
SpamapSshould see   Server listening on :: port 2222.23:13
SpamapSas the last line before you connect23:13
MTecknologySpamapS: interesting....23:13
MTecknologysshd --help gives me the same error23:13
SpamapSMTecknology: yes it will you have to explicitly say /usr/sbin/sshd23:14
SpamapSthats the sshd guys doing super magic security auditing and finding some reason that its important. ;)23:14
MTecknology:P23:15
MTecknologyI suppose I'll need to disable ufw for that23:16
SpamapSMTecknology: oh just ssh from the same host for now23:16
SpamapSunless the problem isn't reproducible that way23:16
MTecknologyit's not23:16
SpamapSbut yeah I guess if you have draconian firewall rules you need to allow 2222 ;)23:16
MTecknologyerr- maybe23:16
MTecknologydraconian?23:17
SpamapSKafkaesque? ;)23:17
MTecknologyhttp://dpaste.com/207288/23:17
SpamapSMTecknology: very hard core. ;)23:17
MTecknologyoh, I just do ufw default deny :P23:17
LowValueTargetanyone know of an offsite backup service that allows backing up from network attached drives?23:18
SpamapSinput_userauth_request: invalid user root23:18
SpamapSMTecknology: are you trying to login directly as root?23:18
MTecknologyyes, using shared keys23:18
SpamapS*evil*23:18
MTecknologyPermitRootLogin without-password23:18
MTecknology:P23:19
SpamapSMTecknology: User root not allowed because account is locked23:19
MTecknologyi know - but it's a dev environment that pretty much gets blown away weekly23:19
SpamapSThats an even *bigger* reason not to allow permissive things.23:20
MTecknologyit is?23:20
SpamapSDevelopment environments should have more limitations and alarms than production.23:20
SpamapSCatch the problems *before* they go out.23:20
MTecknologystaging is locked down23:20
SpamapSsomebody's going to make a script that needs to login as root now ;)23:20
MTecknologydev is open, staging is locked down, production is slightly more open23:21
MTecknologySpamapS: thanks a whole spanking lot23:27
SpamapSMTecknology: did you figure it out?23:29
MTecknologySpamapS: passwd -u $USER23:33
MTecknologySpamapS: just that amazingly simple...23:33
SpamapSMTecknology: glad you could get it going. I *hate* sshd problems. ;)23:34
MTecknologySpamapS: indeed - thanks very very much - I fought that over an hour :P23:35
SpamapSMTecknology: take out your frustrations on those dead beat clients who won't pay. ;)23:37
MTecknologySpamapS: :P23:38
MTecknologysounds awesome23:38
MTecknologySpamapS: hey, if you were going to backup the most important parts of a system (so you could restore easily enough), you would want /var/ /etc/ /home/ and anything else?23:41
SpamapSMTecknology: back it all up23:43
SpamapSMTecknology: don't be stingy with backups *EVER*23:43
MTecknologySpamapS: that's a lot of data running across the wire - ~50GB which changes hourly - I'd pay out the crapper hole for that23:44
LowValueTarget100%!!!23:51

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