/srv/irclogs.ubuntu.com/2011/08/04/#ubuntu-server.txt

lifelesshallyn: I have no opinion :P00:20
lifelesshallyn: #ubuntu-devel; feel free to ping poolie, jam, jelmer, james_w, barry as particular udd champions00:21
hallynlifeless: actually, assuming you don't see that problem with oneiric containers (i don't), I guess we'd have to get that bug SRUd for it to help you out01:11
hallynoh yeah.  that lxcguest comes from ppa anywa!  (for lucid)01:20
lifelesshallyn: :)01:26
DanaGhmm, trying to run byobu on serial console, just for the heck of it.01:35
DanaGIt just silently hangs.01:35
twbbyobu /dev/ttyS0 11520001:36
DanaGNo, I mean, the server is the target.01:36
twbCan't remember if I've done that before01:37
twbI don't see why it wouldn't work01:37
DanaGI mean, I have getty listening on the tty.01:37
DanaGOh, and aptitude also hangs.01:38
DanaGLooks like it's anything ncurses.01:39
DanaGNot that I need serial console very often, when I have SSH.01:40
lifelesshallyn: hey, so inside the container what is poweroff *expected* to do today? nothing? poweroff successfully, but slowly? something else?01:40
hallynlifeless: it tells init to kill all tasks, and when utmp reflects poweroff, the lxc monitor (parent of its init) kills init and cleans up the container01:41
DanaGhttps://bugs.launchpad.net/ubuntu/+source/linux/+bug/329012?comments=all01:41
uvirtbotLaunchpad bug 329012 in linux "Add ipmisensors module to ubuntu kernel" [Undecided,Expired]01:41
hallynwhat we want is for a way for init to just tell the kernel 'i'm shutting down" and the kernel knows to either shut down the hardware, or kill init01:41
DanaGShould I un-expire that?01:41
lifelesshallyn: ok, so if its not doing that and is just hanging, thats a bug right ?01:43
lifelesshallyn: [which the workaround of zerging /run is dealing with]01:43
twbDanaG: I have *definitely* run curses apps, including aptitude, over serial01:45
twbDanaG: so you have fucked up something -- perhaps the baud rate or parity bits are most likely01:45
hallynlifeless: yes01:49
lifelesshallyn: should I file a separate bug about that, or is the current 'cannot restart' sufficient ?01:49
TheEvilPhoenixis there a guide for setting up a git repository system on ubuntu server somewhere?01:49
hallynlifeless: I'm doing some changes to your lxc-start-aufs script, think i'll be pushing tomorrow01:50
lifelesshallyn: cool01:50
hallynlifeless: if there is a different cause, pls file a new bug01:50
hallynthough i may ignore it until next week (lxc sprint)01:50
lifelesshallyn: I think there are two bugs (A: sudo poweroff -n doing nothing inside the container, and B: lxc-stop -n container breaking things)01:50
lifelessI haven't explicitly filed A at the moment.01:51
twblifeless: the latter does a hard stop; it doesn't telinit 0 or anything01:51
twbOf course it breaks things01:51
lifelesstwb: sure, which is the whole power management thing01:51
twblifeless: hm, you do it via acpid signalling?01:52
lifelesstwb: no, but I believe that is the plan01:52
twbI'm doing it by sending a signal to upstart01:52
hallynlifeless: do you know of a generic way to know whether dhcp info will be in /etc/dhcp or /etc/dhcp3?01:52
lifelesstwb: I'm just using lxc as provided, running it into the group, and then whinging to serge :)01:52
hallynlucid keeps them under dhcp3, oneiric under dhcp...01:52
lifelesss/group/ground/01:53
hallynbut wondering how to be smarter about know where to check01:53
twbhttp://paste.debian.net/125045/01:53
lifelesshallyn: ideally we'd get it from libvirt, but libvirt doesn't recognise containers as domains yet.01:53
twbpkill -INT lxc-start   # Sends a ctrl-alt-del to containers' upstarts.01:53
hallyneh i'll just do the other if the one doesn't exist01:53
twbThen, IIRC, I have upstart patched to make ctrl-alt-del.conf enter runlevel 0, not 601:54
qman__so, my ntp stopped working01:54
lifeless(libvirt would know the ethernet address -> ip mapping from its dhcp server, and we should probably have the ethernet address in the external config01:54
qman__at some point, with no changes made by me01:54
lifelesshallyn: yeah, direct lookup works for me :>01:55
Martynevening01:55
qman__and my clients say 'no server suitable for synchronization found' when I try to sync to it01:55
twbqman__: doing a long step or a short step?01:55
qman__not sure01:55
twb(-g)01:56
qman__the time difference is only a few minutes01:56
twbDunno then01:56
qman__-g isn't a valid option to ntpdate01:56
twbtcpdump01:56
twbqman__: ntp isn't ntpdate.  ntpdate is obsoleted by current ntpd01:56
qman__well, I was trying to sync clients (ntpdate) to the server (ntpd)01:57
qman__but ntpd clients are also not syncing01:57
twbqman__: that's not how it works01:57
twbntpdate sets the clock ONCE, and then it drifts out of sync forever.01:57
twbntpd contains both client and server parts; you're supposed to install it on every host.01:58
qman__I did, and it was working, for a couple years01:58
qman__but it has suddenly stopped01:58
twbHistorically you'd have to use BOTH ntpdate (once, at boot) to get the clocks set up, and then run ntpd to keep them in sync.  Nowadays you can just use ntpd -q -g or so for the initial large step.01:58
qman__guessing at the server side since all my clients are all over the place01:58
lifelesshallyn: I'll file a separate one for A.01:59
lifelesshallyn: I think the -n on ssh in that script is a mistake02:04
lifelesshallyn: as it will prevent interactive use if someone wants that02:04
lifelesshallyn: you might like to drop it as you edit02:04
qman__stopping ntp, running ntpd -q -g, then starting ntp again seems to have fixed the problem02:07
qman__not sure what happened02:07
twbqman__: your clocks are presumably more out-of-sync than you realized02:08
DanaGtwb: it was working a little while ago, and then stopped working when I tried to launch a new instance.02:08
qman__that was on the server, now all the clients are able to sync02:08
DanaGOr rather, a session started on local tty (uvesafb), then attached via serial, worked.02:08
qman__the server's clock was actually accurate within a minute02:09
qman__it was some of the clients that were off by as much as five or ten minutes02:09
twbIsn't uvesafb that really horrible pre-KMS one from the gentoo guy?02:10
DanaGYeah, but it's on a server with an ASPEED graphics chip.02:11
DanaGI really wish ATI/AMD would make an IPMI ES1000.02:11
DanaGOr such.02:11
DanaGHeck, ASPEED doesn't even offer EDID.02:12
twbqman__: dunno, man02:12
twbqman__: ntpd is supposed to restart automagically whenever the network interfaces change, maybe that hook isn't there02:12
twbAnd you can't use the normal vesafb driver?02:13
DanaGuvesafb is more flexible.02:13
DanaGSo I can do fbset.02:13
twbOK, I didn't think anyone would bother to rice a server that much02:13
twbBut fair enough02:13
DanaGWell, it's useful in the rare case I want to connect using my netbook.02:13
DanaGI have it go to 1024 by default.02:14
qman__I only have one system I actually connect to the local console with02:14
qman__the rest I just SSH02:14
DanaGAnd unfortunately, HP didn't give us the serial-over-lan feature the ASPEED chip supports.02:14
qman__and the only reason I use that one's local console is IRC02:14
DanaGYeah, ssh most of the time for me, too.02:14
DanaGWith my laptop, I often connect to its serial-over-lan port to grab kernel stacktraces.02:15
DanaGBut the server shouldn't be panicing. =P02:15
DanaGhttp://paste.ubuntu.com/658358/02:15
DanaGOh, and lemme' see if it works via ssh.02:15
twbDanaG: for oopses, you could use netconsole02:15
twbDanaG: that basically just sends printks to a specified IP as UDP packets, and you can netcat them out02:16
DanaGOnce, I had a panic on my netbook, before it even initialized intel KMS.02:16
DanaGOkay, so starting byobu via ssh, detaching, and reattaching via serial works.02:16
DanaGWell, aside from drawing glitches.02:16
twbI'd be interested to know if this is screen's fault, or byobu's02:17
DanaGah, glitches were due to putty window being smaller than the console.02:17
kirklandme too02:17
DanaGAptitude is doing the same thing.02:17
DanaGAptitude within the reattached byobu, works.02:17
twbI wish tmux would magically do everything I use in screen, so I could switch to it02:18
twbICBF doing all that C coding myself02:18
DanaGoh yeah, so I managed to work around HP's SMBIOS error, and get ipmi_si to load with a manually specified address.02:19
DanaGNow, what useful things can I do with it, in-band?02:20
DanaGhmm, ipmievd doesn't see the ecc event I inject.02:24
hallynlifeless: yeah, tough call.  Interative may get confusing.02:25
lifelesshallyn: indeed ;)02:26
lifelessfound out postgresql-8.4 was also nerfed by the lxc-stop thing02:26
lifelessnow I have to figure out why sshd in the container isn't detecting the end-of-process at the far end02:26
hallynlifeless: so after you do 'poweroff', if you do 'lxc-ps --name <container>', does it show postgresql still running?02:27
DanaGYup, no log of events I inject.02:27
lifelesshallyn: let me fire it up02:28
DanaGokay, nothing on ipmievd.02:28
lifelesshallyn: is this relevant ? :02:29
lifeless sudo lxc-start -n lucid-test-lp302:29
lifelesslxc-start: No such file or directory - inotify event with no name (mask 32768)02:29
lifeless * Setting up resolvconf...02:29
lifelesshallyn: sudo lxc-ps -n lucid-test-lp302:30
lifelessCONTAINER    PID TTY          TIME CMD02:30
lifeless            7633 pts/6    00:00:00 sudo02:30
lifeless            7634 pts/6    00:00:00 lxc-ps02:30
lifeless            7635 pts/6    00:00:00 ps02:30
hallyni think you have to do --name02:30
lifeless sudo lxc-ps --name lucid-test-lp302:30
lifelessCONTAINER    PID TTY          TIME CMD02:30
lifelesslucid-test-lp3  6878 ?        00:00:00 init02:30
lifelesslucid-test-lp3  7400 ?        00:00:00 sshd02:30
hallynwe shoudl really make -n work for consistency02:30
hallynok02:30
lifelessI'll file a bug on -n02:30
hallynthanks - it's annoying02:30
hallyni don't know what the inotify thing means02:31
lifelessbug 82072002:31
uvirtbotLaunchpad bug 820720 in lxc "lxc-ps -n NAME does not work (but --name NAME does)" [Undecided,New] https://launchpad.net/bugs/82072002:31
hallynthx i'll add that to the pile02:32
hallyndrat, no aufs in ec2 (and i just lost my other box for a bit)02:33
lifelessdoh!02:33
lifelessthis poweroff thing is baseline lxc - not the aufs script02:33
hallynyeah02:33
hallynbut i wanted to test the aufs script some more before shipping :)02:34
lifelessof course :)02:34
hallyni'll start working on the -n thing meanwhile :)02:34
DanaGokay, got ipmievd to work.02:36
DanaGso anyway, my pastebin was strace of byobu.02:36
DanaGAnd it says it wrote a message to stdout, but actually didn't.02:36
DanaGAnd when I did as it said, and chmodded /var/run/screen/ to 777, it told me to chmod it to 775.02:37
DanaGif I sudo strace -F fgconsole, it hangs here:02:37
DanaGopen("/proc/self/fd/0", O_RDWR02:37
=== otubo[AFK] is now known as otubo
DanaGand aptitude does this:02:41
DanaGreadlink("/proc/self/fd/0", "/dev/ttyS5", 4095) = 10                    stat("/dev/ttyS5", {st_mode=S_IFCHR|0600, st_rdev=makedev(4, 69), ...}) = 0                        open("/dev/ttyS5", O_WRONLY02:41
lifelesshallyn: I've just switched to ssh  -q -n -T02:46
lifelesshallyn: stops a hang on the ssh process if its output is a little racy, and squelches the 'added ... to hosts file'02:46
lifelessbah, the -T isn't sufficient02:50
DanaGhmm, off to walk the dogs.02:51
twbUgh.  xdm's postinst assumes it's *running* at configure time (as at lucid):03:35
twb(transmute)root@trimserver:/# dpkg-reconfigure xdm System start/stop links for /etc/init.d/xdm already exist.  cat: /var/run/xdm.pid: No such file or directory03:35
hallynlifeless: actually i think i'm going to drop the 'ssh' bit in there and use lxc-monitor instead03:58
=== otubo is now known as otubo[AFK]
hallyntrick is i need to tweak lxc-monitor to be willing to exit when the container stops :)03:58
jdeveli'm setting up a mail server and I wanted to know some personall favorite spam filters if anyone would share.04:29
twbjdevel: postgrey04:40
twbIf you are reading the payload to detect spam, you've lost04:40
twbBut we do also run crm114 for a couple of abysmally stupid users, for whom handfuls of spam a day get past non-payload techniques.04:41
twbjdevel: checking SPF records, and adding one to your own domain, is also obviously a Good Thing04:42
jdeveltwb, I appreciate your feedback04:42
jdevelI was reading that spamassassin is a resource hog04:42
twbit is04:42
jdevelpostgrey isn't that just a white/grey/black list type of filter?04:43
jdevelseems a lot of people use seperate machines for filtering spam04:44
DanaGweird... I just got a spew of the banlist.04:44
twbjdevel: https://secure.wikimedia.org/wikipedia/en/wiki/Greylisting04:44
jdeveli'll check it out04:45
twbjdevel: it drops messages from peers that do not adhere to the SMTP specifications.04:45
jdevelalso, for virus detection.. integrated into postfix I'm guessing clamav?04:45
twbUnless you have windows users, you don't need virus detection04:45
twbhttp://linuxmafia.com/~rick/faq/index.php?page=virus04:46
jdevelyes could be a number of system types04:46
twbhttps://secure.wikimedia.org/wikipedia/en/wiki/SPF_record if you missed that comment.04:49
ScottKjdevel: The standard Ubuntu server setup is amavisd-new + clamav + spamassassin - see the server guide in /topic for information on setting it up.04:54
ScottKpostgrey is a good addon if you want greylisting.04:55
jdevelI honestly think I may just forgo the spam filtering and virus scanning04:55
jdevelIf I need to deploy this in a more production like environment with considerable traffic I'll approach those avenues04:56
twbmore traffic = more load04:57
jdevelI'll just roll with postfix, dovecot, mysql, virtual04:57
twbpayload scanning doesn't scale, which is why it *isn't* useful for high-traffic environments.04:57
jdevelwhich is why I'll check out postgrey when I need to get into spam filtering04:58
twbjdevel: and SPF04:59
DanaGSay, is there some package I can install to have my system e-mail me if major stuff happens in syslog?05:03
hallynlifeless: ok, i've got lxc-start-ephemeral mostly working (for oneiric-on-oneiric containers).  Only hitch is dhclient is failing with some error about libc.  aufs-related, I woudl assume.05:03
DanaGMajor stuff would be, say, ECC errors.05:03
hallynDaviey: (going by most likely to be helpful timezone :)  Any chance I could get a push to lxc with http://people.canonical.com/~serge/lxc_0.7.4.2-3ubuntu6.debdiff   ?05:06
lifelesshallyn: interesting05:06
hallynlifeless: you didn't see that at all?05:06
lifelesshallyn: nope05:06
lifelesshallyn: but for ephemeral I've only tried lucid on (natty, oneiric)05:07
hallyndhclient: error while loading shared libraries: libc.so.6: cannot open shared object file: Error 11605:07
ScottKhallyn: It should probably wait until after Alpha 3 is out since it's in Main.05:07
DanaGah: https://help.ubuntu.com/community/Smartmontools05:08
hallynScottK: drat, good point, thanks05:08
jdeveltwb, would you recommend using fail2ban on postfix/dovecot?05:08
twbI don't know about postfix/dovecot, but I would not use fail2ban for SSH05:09
twbhttp://cyber.com.au/~twb/doc/iptab05:09
hallynlifeless: go figure!  an ephemeral lucid container on oneiric can dhclient jsut fine!05:10
lifelesshallyn: \o/05:11
DanaGSay, how can I make my server shut down upon, say, the 5th time of pressing the power button?05:11
jdeveltwb, thanks05:11
twbDanaG: what's wrong with doing it on the first press?05:12
DanaGIt's too easy to hit accidentally, when I'm shoving the server around on the floor.05:12
DanaGActually, second time would be better than fifth time.05:13
twbDanaG: buy a molly guard.05:13
DanaGhmm, I could tweak /etc/acpi/shutdown.sh to write a count to /tmp.05:13
DanaGSome file in /tmp.05:14
twbhttps://secure.wikimedia.org/wikipedia/en/wiki/Molly_guard05:14
DanaGHar, my 8GB Patriot drive is: Kingston Technology Company Inc. 2 GB USB stick05:14
DanaGOh yeah, and my server has a jumper (that I attached a button to), to inject an NMI into the system.05:15
DanaGAll I get in dmesg is "Uhhuh.  NMI received for unknown reason 2c.  Stumbling, but attempting to continue."05:16
jmazaredocan i see the ftp uploads of files, creation of folder in my ftp log or just the login/fail/ip only?05:16
hallynlifeless: the lxcguest for lucid is waiting to build in ubuntu-virt ppa (which is where the ubuntu template grabs it from).  That ppa also will have the proposed lxc package with lxc-start-ephemeral.05:16
lifelesshallyn: very cool05:16
hallynI did just also see the 'lucid-won't-shutdown' - I don't always see it though.  unsure what's the problem05:16
lifelesshallyn: I will give it a spin and get you some feedback05:16
hallynlifeless: could be awhile before it gets built :)  but thx.  Oh, pls do look at the usage help (i changed it)05:17
hallyngood night05:17
lifelessciao05:18
jdevelanyone feel free to chime in... I have ufw used to setup the chains for iptables etc.. ports I want open etc.. the usual FW stuff.  I also added fail2ban to the server.  I'm still a bit new to iptables and chains etc.. will the fail2ban chain rules interfere with the ufw chain rules?05:54
jdevelor can they co-exist together without issues05:54
jdevelI imagine it comes down to which is stacked on the top/bottom regarding enforcing rules05:55
ScottKSince they both modify the iptables config, you'd have to look at the results and evaluate if they were llikely to interfere.05:59
ScottKI don't use either, so no idea.05:59
nandemonaiHey guys. I don't suppose anyone knows if there is a working headless ps3 media server?07:28
nandemonaiOoo hang on, looks like ps3mediaserver can be run gui-less.07:29
twbnandemonai: if it needs X, there's Xvfb to make it headless07:30
nandemonaiHmm also a good idea. Thanks twb07:31
=== smb` is now known as smb
nandemonaiI assume (haven't used it before) that I'd have to use ssh x forwarding to use it if going down the xvfb route?07:32
twbNo, with xvfb the GUI is never displayed anywhere07:34
twbThe client just thinks it is07:34
nandemonaiAhh ok.07:36
nandemonaiHmm thanks again, I'll look into it.07:36
twbIf you actually need to interact with the GUI, you could of course use something like ssh -X or X0rfbserver07:38
twbThe latter exports the X session over VNC, and it probably most appropriate.  Note that unlike Windows/OS X VNC servers, it exports a *new* session, and isn't tied to what's on the local display (if anything).07:38
jamey-ukI tried setting up a bridge as listed here https://help.ubuntu.com/11.04/serverguide/C/network-configuration.html but then I can't access the internet any more. What am I doing wrong here?09:02
twbjamey-uk: pastebin your network/interfaces09:04
Davieyhallyn: Just had a quick look... the /var/run entries should be /run, no?09:04
twbjamey-uk: here's a working one: http://paste.debian.net/125063/09:05
Davieyhallyn: and 'binary-install/lxc::" /could/ be handled by a .install file?  dh_fixperms should chmod it automagically, i'd have thought09:05
jamey-uktwb: http://pastebin.com/USUPKYrZ yeah I've immediately noticed that I spelt 'broadcast' wrong for br0, and my network parameter is 192.168.1.0 whereas I'm assuming it should be 192.168.1.1 (or should they both end in 0?)09:06
twbjamey-uk: you shouldn't be raising both br0 and eth009:06
jamey-uktwb: oh, I clearly misunderstood it then… what should I be doing?09:07
twbjamey-uk: if eth0 is participating in the bridge, you just raise the bridge09:07
twbjamey-uk: see how I have no stanza at all for dmz or managed (which are my eth0 and eth1)?09:07
jamey-uktwb:sorry, haven't edited interfaces much before, is raising when you put in the 'auto eth0' line?09:14
twbBasically, yes09:17
jamey-ukso something more like the example here? https://help.ubuntu.com/community/KVM/Networking#Creating a network bridge on the host09:18
twbIf you don't have that the associated iface foo stanza doesn't matter09:18
twbYes09:18
twbNot sure why they turn STP off, but whatever09:18
jamey-uktwb: so basically, br0 becomes what my eth0 was, and then a bridge will exist?09:19
twbYe09:19
twbYes09:19
jamey-ukThanks, I'll give it a go :)09:20
andywo/09:48
Loocythere are many apps and script but can any one recommend a good php or something stable userfriendly script for webbased 1.voice 2. video chat ? 3. i need some face book like bloging script. similer or which integrates with facebook accounts and its blogs.?09:59
adachi guys. I've set up denyhosts and added a host of mine in the whitelist (hosts.allow: All: vhost.example.com) but denyhosts does not recognize the hosts DNS. It only works with IP... any ideas whats might wrong?10:04
twbnetfilter doesn't support hostnames.10:05
twbiptables-restore and ipset will resolve them, but only once, at load time.10:06
adactwb, but it works on my other linux server and on my centos host.10:10
jamey-uktwb: so that seems to have worked, my original connection works and the bridge seems active. I've following the instructions at https://help.ubuntu.com/community/KVM/Networking#Converting an existing guest but the guest doesn't pick up an address. Do I have to follow the next steps re. DHCP?10:13
twbSorry, I'm going home in a minute and I can't be bothered helping10:20
jamey-ukOkay, thanks anyway10:21
jamey-ukCould anyone else help me with getting my KVM bridged network working?10:21
Loocythere are many apps and script but can any one recommend a good php or something stable userfriendly script similer to face book like bloging script. similer or which integrates with facebook accounts and its blogs.?10:24
jamespageDaviey: iscsi target tests for i386 and amd64 completed OK for oneiric - I've updated the test tracker11:29
Davieyjamespage: you rock star.11:30
_rubenwhich iscsi target would that be? just curious11:30
jamespage_ruben: well I just tested against the iscsitarget package - http://iscsitarget.sourceforge.net/11:31
_rubenah ietd11:32
_ruben(using scst.sf.net myself)11:33
=== otubo[AFK] is now known as otubo
marshallhey ubuntu12:52
=== kentb-out is now known as kentb
=== zz_ng_ is now known as ng_
smbsmoser, utlemming FYI, bug 791850 bisected. I posted to xen-devel as I would not be completely at the bottom of "why". But in doubt/emergency we seem to have the option of reverting one patch for PV on HVM to be able to boot. But I am sure there should be a better solution.13:09
uvirtbotLaunchpad bug 791850 in linux "oneiric cluster compute (hvm) instances do not boot" [High,Triaged] https://launchpad.net/bugs/79185013:09
=== ng_ is now known as zz_ng_
RoAkSoAxadam_g: for some reason i though you were writing one13:26
=== otubo is now known as otubo[AFK]
KM0201how can i add a current raid (/dev/md0) to fstab?.. if i manually mount it (sudo mount /dev/md0 /mt/mtpoint) it mounts just fine... when i try to add its uuid to fstab, i always get an error and have to "Skip or Manually recover".. if I delete the UUID i add to fstab, my machine boots normal, and I can manually mount the disk no problem...   http://pastebin.com/1yRNDGpy           if there's other info you need, just ask.13:33
hallynDaviey: first off, as ScottK pointed out, we're in ffe, so pls dont' push anyway :)  I'll ask again on monday13:36
hallynDaviey: secondly, my moral objections to /run aside, I think it's unnecesary and too early to switch the entries.  (It would make more delta between natty packages etc)13:37
hallynDaviey: lastly, for the .install file, it would be nice.  I was thinking I couldn't do that one with .install, but maybe it's only renaming that doesn't work?13:39
* hallyn looks at the manpage13:39
hallynDaviey: yeah, .install should work.  I'll give that a shot.13:39
Davieyhallyn: Yeah, planend to queue it up.13:40
hallynDaviey: ?13:44
KM0201how can i add a current raid (/dev/md0) to fstab?.. if i manually mount it (sudo mount /dev/md0 /mt/mtpoint) it mounts just fine... when i try to add its uuid to fstab, i always get an error and have to "Skip or Manually recover".. if I delete the UUID i add to fstab, my machine boots normal, and I can manually mount the disk no problem...   http://pastebin.com/1yRNDGpy           if there's other info you need, just ask.13:45
hallynDaviey: not sure what you mean by 'queue it up'.  AIUI the FFE is voluntary, so if you dput it'll go through.13:48
hallynDaviey: updated http://people.canonical.com/~serge/lxc_0.7.4.2-3ubuntu6.debdiff .  Will let it sit till monday now.14:18
=== Ursinha-afk is now known as Ursinha
=== otubo[AFK] is now known as otubo
jdevelhey twb14:38
jdevelyou around here?14:38
marshallI've got an LDAP client that seems to cache ldap groups. When I restart nscd, it doesn't seem to recognize ldap groups.14:41
hallynSpamapS: regarding bug 820675 (and all the others :)  I assume those are something you're going to track as you implement the upstart runlevel 1 nuttiness?  :)14:41
uvirtbotLaunchpad bug 820675 in libvirt "libvirt-bin upstart job will not be started again on transition from runlevel 1 to 2" [Undecided,New] https://launchpad.net/bugs/82067514:41
zuljamespage: ping how is the octopussy stuff coming?15:14
jamespagezul: Daviey is reviewing ATM pre-upload to NEW15:15
jamespageits OK and working15:15
zuljamespage: k the rsyslog ensemble stuff is almost done server done...need to write the client15:15
Davieyzul: whats that you are doing?15:16
zulwriting ensemble formulas for rsyslog15:16
Davieyzul: What WI is that part of?15:17
zulthe syslog one15:17
zuli probably should add that15:17
Davieyzul: the firehose?15:18
zulyeah or it could be in the orchestra one15:19
Davieyzul: erm, adam is already working on that15:19
zulerm...i didnt know that15:20
DavieyI might be wrong...15:20
zuli thought he was doing the nova ensemble formulas15:20
lynxmanzul: hey :)15:20
lynxmanzul: have you seen this one before? http://pastebin.ubuntu.com/658695/15:20
Davieyzul: He wrote puppet ones, but was then looking to also write ensemble ones15:20
zullynxman: no have you tried nova-manage help?15:21
zulDaviey: hmmm....15:21
lynxmanzul: yes, same result no matter which command I feed15:22
zullynxman: open up a bug in launchpad for the nova project then15:22
lynxmanzul: hah, it was the lxc line in nova.conf15:22
lynxmanzul: which one is used now to enable lxc?15:23
zul--libvirt_type=lxc15:23
lynxmanexactly what I was using, hmm...15:23
lynxmanand now it works, I'll be damned15:24
lynxmanzul: thanks15:24
zulsmoser: have you seen this?  ssh -v ubuntu@pegasus.trellisnet.co.uk -p 877315:54
zuldamn it15:54
zulsmoser:  https://bugs.launchpad.net/nova/+bug/82096215:54
uvirtbotLaunchpad bug 820962 in nova "Generating hostname from display name incorrect" [Undecided,New]15:54
TRElliszul: LOL15:55
adam_gzul: i had done the puppet modules for rsyslog and was considering redoing them in ensemble, cause it would be great to have along openstack stuff16:04
adam_gDaviey: ^16:04
adam_gi haven't started them yet, and if you have something ill use that instead, or help work on it with you if you'd like16:04
Davieyadam_g: Ah, i thought you had started them.16:04
adam_gDaviey: not yet, i did start a collectd formula, tho.. which'll compliment openstack similarly16:05
CharlieSuHi. I'm on Ubuntu 10.04.1 LTS and when I install the CouchDB package and then try to run /etc/init.d/couchdb stop I get 'cd: 88: can't cd to /root' and the service never stops.  Anyone know what this may be?16:06
Davieyadam_g: What is the sitrep of the openstack formula's?  Are they good for next week?16:06
Davieymulti-node?16:06
DavieyCharlieSu: that looks like a bug :)16:06
CharlieSuDaviey: yeah I know it.  Do you know if there is a way to install a package like CouchDB and have it not automatically start after it is installed?16:07
zuladam_g: we need to work on the openstack/orchestra integration at the same time i think16:07
zuladam_g: i already have an ensemble formula for nagios at least16:08
adam_gDaviey: i want to modify them to make use of the new formula config stuff.. but yea, http://no-carrier.net/openstack.svg16:08
adam_gzul: cool, we can do that next week for sure16:09
zuladam_g: we can start on monday even ;)16:10
adam_gzul: is that rsyslog formula branch pushed anywhere?16:12
zuladam_g: not yet...i got pulled into something else16:12
zuladam_g: ill push it this afternoon (just about to go for lunch)16:12
adam_gk16:13
Davieyadam_g: diagram looks good!16:13
adam_gDaviey: there's still a couple of things i need to work out with scaling the swift storage up and down, but i hope to address those next week.16:14
Davieyadam_g / RoAkSoAx: Do i understand correctly that the formula needs to only reside on the consumer/user's machine.. not on the cobbler server?16:14
Davieyadam_g: sounds good.16:14
adam_gDaviey: using orchestra? i dont know. on ec2 its pushed to a S3 bucket for agent consumption. i think they're using webdav for that, running alongside cobbler?16:15
Davieyyeah.. webdav is the data store.16:16
DavieyI'm trying to make sure we haven't missed anything in the use case.16:16
adam_gis deploying via orchestra ready to go? is it available on any test cluster yet?16:17
lynxmanDaviey: hey, I need sponsoring for ruby-bundler, it needs to go to universe16:17
Davieylynxman: it's on my todo.16:18
lynxmanDaviey: thanks a big bunch sir :)16:18
SpamapSDaviey: the formulas do only need to live on your local machine but are copied to the webdav service on deploy16:18
DavieySpamapS: Great!  thanks.16:19
* Daviey screams a little.16:29
* SpamapS tries to toss M&M's into Daviey's gaping mouth16:29
DavieyCharlieSu: different packages do it in different ways, sadly i don't know off the top of my head on that one.  Please do raise a bug regarding the issue you encountered tho16:30
* TheEvilPhoenix yawns and throws balls of paint at Daivey and SpamapS16:30
DavieySpamapS: that would be wonderful.16:30
DavieyTheEvilPhoenix: That isn't very nice :(16:30
TheEvilPhoenix*cough* The ***Evil*** Phoenix *cough*16:30
lynxmanTheEvilPhoenix: so... chaotic neutral or lawful evil? :)16:39
=== aurigus_ is now known as aurigus
robbiewkim0: ping17:33
MoooookiEHello, I changed the default ubuntu mysql config. But now if i want to start mysql with "service mysql start" i just geht this errors: http://privatepaste.com/4d276bd1a3 here is my config: http://privatepaste.com/ba2bdd68f617:54
auriguswhat happens if you simply run mysql?17:59
aurigusim too slow :/17:59
ewjI'm trying to upgrade an Ubuntu 8.04 server to new OpenSSH/OpenSSL/Apache versions for security reasons, but it looks like the 8.04 repos don't have them - is it possible to install newer versions of just those packages without doing a full distro upgrade?18:25
astrostl"maybe"18:26
astrostlyou can find out by adding the repos for a higher version, and modeling it in aptitude18:26
astrostle.g. add the lucid repo, and then aptitude -sy install openssh18:26
patdk-wkewj, your going about it wrong :)18:26
patdk-wkthe whole point of using an LTS release, is there is no security concerns18:27
ewjI'm sort of new to this, so that's def. possible, patdk-wk :)18:27
astrostlshouldn't 8 LTS have SECURITY patches though?18:27
astrostli run into bugs constantly on lucid, but security stuff always seems to be backported18:27
ewjyes, I think it does, but I'm not seeing recent versions of, for instance, the OpenSSL libs showing up through aptitude18:27
patdk-wkyou won't see recent versions18:28
patdk-wkcause the security issues are BACKPORTED18:28
patdk-wkyou got audited? and they said you have old insecure crap?18:28
ewjshouldn't they be showing up as some sort of update, though? for instance, 'openssl version' tells me 'OpenSSL 0.9.8g 19 Oct 2007'18:28
astrostllook at the actual package changes on the repo web sites18:29
ewjyup, basically, an audit18:29
astrostlsomething can stay at version g and still have, say, security features from h rolled into it18:29
patdk-wkthe audit should link you to the CSE's18:29
patdk-wkand you just cross reference them wit hthe ubuntu cse's that show it fixed18:29
davroslol isnt ubuntu supposed to be easy :/18:30
ewjhttp://packages.ubuntu.com/hardy/openssl says 0.9.8g-4ubuntu3.13 should be the most recent - is there a way I can verify that's the version we're running?18:30
mdeslaurewj: your auditor is doing it wrong. Most linux distros backport security fixes to old versions. See https://wiki.ubuntu.com/SecurityTeam/FAQ#Versions18:30
patdk-wkmdeslaur, all auditors do it wrong :)18:30
mdeslaurpatdk-wk: yeah, most of them :P18:30
* patdk-wk swears auditors are people that are unable to maintain things anymore18:31
mdeslaurhehe18:32
MoooookiEHello, I have a problem with mysql. Someone tell me that the problem could come from apparmor. I have change this file: /etc/apparmor.d/usr.sbin.mysqld but i have no init.d script to restart apparmor. i'm not sure if i have apparmor18:35
mdeslaurMoooookiE: what version of Ubuntu are you running?18:35
mdeslaurMoooookiE: did you have apparmor denied messages in dmesg?18:35
MoooookiEDISTRIB_DESCRIPTION="Ubuntu 10.04.2 LTS"18:36
MoooookiEno I don't have denied messages18:36
mdeslaurMoooookiE: if you don't see denied messages in dmesg, your problem isn't coming from apparmor18:37
MoooookiEmdeslaur: ok, thanks :)18:37
MoooookiEmdeslaur: have you an idea what my mysql problem could be? i just geht this errors: http://privatepaste.com/4d276bd1a3 here is my config: http://privatepaste.com/ba2bdd68f618:37
mdeslaurMoooookiE: see here for more info about debugging apparmor: http://wiki.apparmor.net/index.php/AppArmor_Failures18:37
mdeslaurMoooookiE: oh, hmm...you did change a bunch of default file locations18:39
mdeslaurMoooookiE: in that case, maybe you are being blocked by apparmor18:39
MoooookiEmdeslaur: yes but I don't have denied messages :)18:39
mdeslaurMoooookiE: are you sure you don't have denied messages in /var/log/kern.log?18:39
mdeslaurMoooookiE: does aa-status show mysql as being confined?18:39
MoooookiEmdeslaur: yes I'm sure18:39
MoooookiEmdeslaur: I also don't have aa* tools18:40
mdeslaurMoooookiE: do you have the "auditd" package installed?18:40
DanaGargh, can't use zfs and forked-daapd.18:40
DanaGlibavl1/libzavl1 conflict.18:40
mdeslaurMoooookiE: you don't have the aa tools? oh, that's pretty odd18:40
MoooookiEmdeslaur: I don't need apparmor . Just thougt it could be default on ubuntu.18:41
mdeslaurMoooookiE: it definitely is by default, which is why it's odd you don't have it installed18:41
patdk-wknot if you do min-install18:41
mdeslaurwell, if you don't have the tools, and you don't see denied messages, it may not be apparmor18:41
mdeslaurpatdk-wk: seriously? I'll have to fix that...18:42
MoooookiEmdeslaur: do you have an idea what it could be instead of apparmor?18:42
patdk-wkpretty sure, never installed on any of my installs18:42
mdeslaurMoooookiE: sorry, no18:43
MoooookiEsomeone else here who can help me with ubuntu+mysql?18:43
KM0201is there something i can install on my server, so i can use a web browser to view details of the server (i read about SWAT, but it seems unsupported now).. i just wann asee details like disk use, processes, etc.18:44
sbeattieMoooookiE: the contents of /var/log/mysql/server1.err or some of the other /var/log/mysql* may be of interest.18:45
hggdhDaviey: there?18:46
ewjif 'apt-cache show openssl' is showing me two versions of the package (one of which is "fixed" and the other not), can I be confident that the fixed one is the one currently in use?18:47
mdeslaurewj: dpkg -l | grep openssl will show you what's installed18:47
MoooookiEsbeattie: all empty18:48
MoooookiEsbeattie: and /var/log/mysql/server1.err is not created18:48
ewjmdeslaur: ah, excellent, thank you, that's what I was looking for!18:48
MoooookiEsbeattie: there are just this entrys in /var/log/syslog18:48
sbeattieewj: 'apt-cache policy openssl' will also show you which version is installed18:48
ewjsbeattie: also good to know, thanks :)18:49
renatocan_Hello! I need a web interface to change smbpasswd passwords. Any suggestions ?18:50
patdk-wkuse command line instead?18:53
KM0201patdk-lap: any idea on like a general WebUI to view performance oof the server>?19:00
KM0201woops19:00
KM0201patdk-wk: see above.19:00
* patdk-wk just uses munin19:00
genii-aroundrenatocan_: ebox has a samba module19:00
KM0201patdk-wk: munin?.. is tha tin the repos.19:00
patdk-wkyep19:01
patdk-wkor cacti, or ...19:01
patdk-wkI would say munin is the most painless to install, cause it mostly autoconfigures itself19:01
KM0201munin it is!..lol19:01
=== med_out is now known as med
renatocan_thanks. I'll take a look at ebox.19:02
philipballewif I want to have my comp run rsync -azv  /home /myusername  /path/to/externalharddrive once a week how would i do that with a script and a cron job?19:04
patdk-wkwhy use a script19:04
patdk-wkjust shove that in cron19:04
JoeGazz84Hello. Anyone know of any good panels I can use on ubuntu webserver 10.04? EHCP messes up nginx files and webmin is ugly and it doesnt work very well...19:05
JoeGazz84Any others?19:05
JoeGazz84free of course19:05
patdk-wkJoeGazz84, I always enjoyed vi19:05
philipballewi just make a text file with that command and set the file with root privileges? patdk-wk19:06
patdk-wkphilipballew, no19:06
patdk-wkyou use crontab -e, probably after you use man crontab19:06
JoeGazz84patdk-lap: vi? is that the full name?19:06
philipballewgonna need to look into this19:06
patdk-wkwell, man 5 contrab19:07
patdk-wkJoeGazz84, it's a joke, none of them are really any good, cause if you make any changes from what it wants for a default, it gets screwed all up19:07
patdk-wkso it's best to just do it manually19:07
JoeGazz84Oh, but the thing is, there are a multitute of us who are clueless to all the shell commands... Are there any other panels, IDC if the y are necessarily /good/, we just need a decent one19:08
patdk-wkyou don't need any shellcommands, it's just editing text files19:09
JoeGazz84wait wait, what?19:09
patdk-wkthat is all the panels do, edit text file, restart program19:10
Davieyhggdh: hey.. i got your email.. good stuff!19:10
hggdhDaviey: thanks. I am now looking into the udeb integrations19:10
Davieyhggdh: do you want to raise a merge proposal against my branch?19:10
hggdhDaviey: will do, I was not aware we could request mergers to ./+junk19:11
Davieyhggdh: Yeah, i am kinda concerned that the d-i integration *might* need to be within the app.19:11
guntbertrenatocan_:  be warned, ebox does its own thing, it doesn't work with the system's config files19:11
Davieycjwatson suggested referecing against netcfg.19:11
hggdhDaviey: yes, I was wondering... libxmlrpc... are they available on install?19:11
hggdhDaviey: yes, I added it this way to ./debian/control (and depending on network-integration)19:12
hggdhcjwatson's work on Eucalyptus udeb is not going to waste ;-)19:12
adam_gzul: did glance-api.conf + glance-registry.conf get moved to a single glance.conf in the last week or so?19:13
zuldont think so19:14
zulwhy?19:14
adam_ginstalling from trunk for the first time since last week, and it looks like thats whats goin on. ugh19:15
Davieyhggdh: libxml can be, that isn't a concern19:16
hggdhDaviey: ack19:16
Davieyadam_g: AFAIK they are still seperate, there is a NEW one called glance-scrubber.conf which utlemming is working on atm19:17
adam_ghmm19:17
Davieyadam_g: you might be having pain if that is missing?19:17
adam_gnot having any pain yet.. just wondering what the hell has happened in the last 4 days :)19:20
adam_gthe ensemble formulas need to be updated accordingly.. next week we should discuss how this is going to maintained moving forward. is there an agenda up anywhere?19:21
hggdhDaviey: I really do not know how to propose a merge to ./+junk/cobbler-enable. Is it possible?19:23
Davieyhggdh: should be possible.. :/19:29
Davieyhggdh: push it up to your +junk/$something19:29
hggdhDaviey: ack19:30
hggdhDaviey: lp:~hggdh2/+junk/cobbler-enroll219:35
Davieyhggdh: pah, you are quite right - you can't merge proposal +junk branches19:41
Davieythat sucks.19:41
Davieyhggdh: I'll merge locally19:42
Davieythanks19:42
Davieyhggdh: linking against debian-installer, but doesn't use it?19:45
=== zz_ng_ is now known as ng_
hggdh_Daviey: I forgot to add an include <debian-installer.h>19:51
hggdh_I am *guessing* d-i intercepts/wraps some common calls, like printf19:52
=== hggdh_ is now known as hggdh
hggdhDaviey: I am going to build the packages now, and see what happens19:53
Davieyhggdh: nfi19:53
hggdhheh?19:53
Davieyhggdh: I don't know of a better of testing udebs.. the way i did it with euca was to netinstall, and have an addional archive with my udeb19:54
Davieya real PITA to setup19:54
Davieythere must be a simplier way19:54
hggdhI agree, something simpler must exist. I hope...19:54
Davieyhggdh: You also have to fude the Contents.gz IIRC to include udebs.19:56
Davieyfudge*19:56
Davieyreally not very awesome.19:56
hggdhindeed :-(19:57
Davieyhggdh: I'm tempted to have two cobbler-enrolls.. one for general consumption, and one for installer19:59
Davieyideally, code sharing.19:59
hggdhDaviey: does not sounds like a bad idea19:59
hggdhDaviey: let me see if I can build the momster, at least20:00
Davieyhggdh: good cookies20:00
hggdh:-)20:01
DavieyRoAkSoAx: How much do you have on your plate atm?20:07
hggdhDaviey: OK, beginner's question, chicken&egg: how can I bzr bd if there is no .tar.gz, and quilt is complaining about that?20:15
maxb*quilt* is complaining about that?20:16
Davieyhggdh: bzr bd --split20:18
Davieyhggdh: there isn't yet an upstream tarball, so splitting by /debian and assuming everything above it is upstream is safe.20:19
Davieyhggdh: --split does that for you20:19
hggdhDaviey: ah, my fault, I also had --native there20:20
hggdhworks like a champ (mind you *not* a chimp)20:20
* zul thinks its time to roll a new cobbler tarball20:23
Davieyzul: best wait a few hours to dput, just incase.20:27
RoAkSoAxDaviey: right now im working on ensemble/orchestra, need to review/postpone some workitems related to cluster/powernap need to do a few testdrive fixes, and need to start with the arm/cobbler stuf20:31
RoAkSoAxDaviey: what do you hve in mind?20:31
kirklandRoAkSoAx sounds *very* busy :-)20:33
RoAkSoAxkirkland: it is :) :(20:33
HotPornYoCheck it out: http://bit.ly/HotPornYo20:34
kirklandmoderator???20:36
RoAkSoAx!ops20:36
ubottuHelp! Channel emergency! soren, lamont, mathiaz or tom20:36
RoAkSoAxheh i think we need new moderatos20:36
HotPornYolol20:36
HotPornYoit's a joke guys20:36
oCeanHotPornYo: not funny, not acceptable20:37
HotPornYoI'm tracking to see how many people actually click it as part of a field study.  It just takes you to a page that says "Thanks for your vote"20:38
DavieyRoAkSoAx: I wondered if you wanted to setup a fresh oneiric machine in the lab for usage next week?20:38
Daviey(as a cobbler server)20:38
r4__I have a working master LDAP server and a slave server...is there a way i can force an update on the slave?20:38
HotPornYo...and how fast I get booted.20:38
tkeithHow is the private cloud software for Ubuntu Server? Does it all work well? Is it production-ready?20:39
RoAkSoAxDaviey: I guess I could do that tomorrow... remind me please :)20:39
DavieyRoAkSoAx: sure thing! Great news20:39
hggdhDaviey: conditional compilation could do the trick, but I guess we have to move out of the simple ./rules you have20:48
cemerickJust getting started in ubuntu 11.04 — I'm attempting to set PGDATA in /etc/postgresql/8.4/main/environment (as recommended in /etc/init.d/postgresql), but that does not seem to impact the value provided to postmaster via -D.  Any thoughts?20:49
Davieyhggdh: Hmm20:50
Davieyhggdh: I wondered if the udeb version could not just make use of the functions in the primary one?20:50
Davieylink against it?20:50
hggdhIDK. I was basing on the eucalyptus work, but there the udeb is simply for, ah, udeb20:51
* RoAkSoAx goes on the hunt for pandboard's accessories20:51
hggdhbut it explicitly links against debian-installer, and has this #include <d-i.h>20:52
Davieyhggdh: Yeah, it might just be easier to duplicate the code for this cycle.  We can't spend too much time on it atm.20:55
Davieyworking > ideal20:56
hggdhagree20:56
hggdhand (just looked) has a few di_* calls in there, doing some sort of magic that I guess only Colin can decipher20:57
DavieyYeah, the docs are not good for drive by contributors20:59
hggdhaye20:59
Davieyhggdh: BTW, did you see the last debconf template question?21:00
Davieythe shutdown note?21:00
* hggdh considers secluding self in a small shell on a frigid northen beach21:00
hggdhDaviey: let me get the details21:00
Davieyhggdh: It needs to halt following executing this code..21:00
hggdhDaviey: what, trhe install?21:01
Davieyhggdh: yah21:01
Davieyhggdh: We are abusing d-i to execute this code, purely to get it registered with cobbler.21:02
Davieycobbler then decides how/if to install the node.21:02
hggdhthis is fun21:02
Davieyhggdh: sarcaism isn't good :)21:02
hggdhah, sorry21:03
* hggdh runs in circles, screaming21:03
hggdhDaviey: OK. let's get back to beginning. We are considering two packages, one run-time, one d-i21:04
hggdhon the d-i, we need to have -- somewhat magically -- to have the templates & questions & results integrated with the call to cobbler-enroll, and *then* d-i must stop21:05
Davieyhggdh: yeah, the standalone is purely a want.. the udeb is a need.21:05
Davieyhggdh: yeah, calling halt.21:05
DavieyCould do with colins help here.. it might be possible to skip directly to halt in the installer21:06
Davieyi honestly don't know21:06
hggdhyes21:06
Davieyif not, we need to implement that21:06
hggdhthere are at least two "halts"21:06
hggdhone -- d-i stops churning, but the machine is still alive (something else running?)21:07
hggdhthe other is a real, honest-to-god, halt. I guess you mean the first one21:07
Davieyhggdh: no, i mean a power off, hard halt.21:08
hggdhoh, that should be easier21:08
Davieyhggdh: This work is purely for hardware discovery.21:08
hggdhok21:08
hggdhhuh21:08
hggdhso someone powers on a new machine, boots an ISO (or preseed), this code gets run, and the machines poffs21:09
=== ng_ is now known as zz_ng_
hggdhor PXE-started?21:10
Davieyhggdh: well the beauty of it being on the iso, means it can be PXE started.21:10
DavieyThe real use case is PX starting, but on the iso for smaller shops and for example21:11
DavieyThe larger outfits would never fill in the fields we are adding, that would all come down the pipe from a preseed21:11
hggdhyes, makes sense21:11
hggdhOK. We are back to the udeb21:13
zulhas anyone tried the ipmi stuff out in cobbler yet?21:13
hggdhwill look for mor examples, but I would say the code right now is missing the integration completely21:13
hggdhah, cool, starting to understand how it works21:15
Davieyzul: I don't have any 'spare' IPMI enabled servers.21:16
Davieyhggdh: do you know if the lab machines have IPMI?21:16
Davieyah crap, they are HP so iLo.21:16
kirklandRoAkSoAx: ivoks: this makes me sad: http://lwn.net/Articles/452949/21:18
kirkland"(The free service for Fedora and Ubuntu appears to still be functioning, for now - but who builds a high-availability system on those distributions?). "21:18
mdeslaurkirkland: so much for impartial journalism :P21:21
hggdhDaviey: the server lab is HP, the QA is Dell21:24
Davieykirkland: *sigh*21:26
kirklandmdeslaur: par for the course for LWN21:26
Davieyhggdh: Interesting, might try to get some testing in the QA lab then :)..  ISTR Dell's IPMI standard was different to the vendor i used to use, using the same standard :o21:27
hggdhheh21:28
hggdhDaviey: depending on how much/long you need it, we can arrange something21:29
Davieyhggdh: 2 machines, min 2 hours.. I'd quite like the various out of band stuff to be checked with as much as we can pre-release21:30
lauis there any issues with launchpad browsing code ? it returns 503...21:46
StevenRlau: link?21:48
DanaGSay, why would bonjour/avahi not work over ppp0 (ipsec+l2tp)?21:55
=== otubo is now known as otubo[AFK]
lauStevenR: http://bazaar.launchpad.net/~launchpad-pqm/launchpad/stable/files22:02
_johnnyanyone know if there's a photoshop helpchan on freenode?22:04
StevenRlau: yeah, broken here too. File a support request maybe? https://answers.launchpad.net/launchpad22:05
Jare_johnny: dunno, but what's the issue?22:06
Martynwhat's the expected behavior after installing postgresql on Oneric?22:07
MartynShould it automatically start the daemon?22:07
_johnnyi've created a vector (path/whatever you call it) cutout which should be a pattern. so what i want to do is use it to create a cirlce, as in, it should repeat it all the way around. i'm 99% sure i've seen it done before, but i'm not very good at google for my situation ;)22:07
_johnny(i'm not a professional)22:08
RoAkSoAxkirkland regarless.of.thst comment you would be surprised thst theres quite a.few ppl building ha in LTS22:10
RoAkSoAxkirkland but the upcoming LTS will be better as past.releases had very updated and fully working ha services/infrastructure22:11
Martynokay, something +is+ wrong with the Oneric postgres package22:13
Martynit's not starting after install and it didn't start after I rebooted22:13
Martynit does run if I manually service posgresql start22:14
_johnnyJare: http://www.max-realms.com/modules/newbb/dl_attachment.php?attachid=1293562213&post_id=10775 (it's a download as .zip, containing a pdf) :) in case you ever need something similar22:14
* RoAkSoAx cant believe he has spent 100bucks on cables for one pandaboars22:18
Martynwhat the heck did you buy?22:19
adam_gzul: ping22:23
RoAkSoAxMartyn: mini usb to usb, hdmi to dvi, and usb to serial22:26
MartynWhy didn't you buy them from monoprice.com?22:26
RoAkSoAxMartyn: can't seriously believe cables there are so damn expensive22:26
RoAkSoAxMartyn: cause wanted to work on it this week but giving  a second though I thingk I'd just return them and buy online22:27
MartynI have 6 pandaboards here, pretty much the same setup, and -all- the cables combined didn't come up to $100.22:27
MartynYeah, that would probably be a good idea.22:27
MartynThat's just a waste of money22:27
kirklandRoAkSoAx: word22:27
kirklandRoAkSoAx: throw up a comment to my blog post to that affect ;-)22:27
fruminhello22:27
RoAkSoAxMartyn: indeed!!22:28
RoAkSoAxkirkland: will do... looking at it now22:28
frumindoes anyone know the best way to upgrade from ubuntu server 6 to the latest version?22:28
=== Marvok is now known as ghostcode
RoAkSoAxMartyn: do you recommend using the recommended digikey power supply or just the mini usb to usb?22:30
Martynuse the right power supply22:31
MartynUSB tends to brown out22:31
Martynit just can't supply the power the panda really wants22:31
MartynI actually have mine hooked to a more robust bench power supply now...22:31
RoAkSoAxMartyn: ok cool, thanks for the advice22:31
RoAkSoAxMartyn: 4gb of storage is enought right?22:48
RoAkSoAx4gb sd cards22:48
RoAkSoAxMartyn: or will micro sd with adapter work too?22:51
Martynmore than enough23:33
=== vDubG is now known as vDubG__Gone

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