/srv/irclogs.ubuntu.com/2012/07/20/#ubuntu-server.txt

zulaxisys: http://www.ubuntu.com/usn00:01
axisyszul: cool! thanks a lot00:02
axisyszul: wait! i was looking for a command to see if there is any security patch available00:03
axisysrunning locally00:03
hallynkees: is there a libseccomp function for loading the output of seccomp_export_bpf(fd)?01:28
=== Aaton_off is now known as Aaton
=== n0ts_off is now known as n0ts
=== slide23 is now known as slide
=== Aaton is now known as Aaton_off
stgraberhallyn: clear_config_item seems to fail on lxc.cgroup.devices.allow here02:52
stgraberhallyn: and get_config_item is return lxc.network.0.ipv4 sorted somehow, so my tests fail as clearing + setting two of them + getting and comparing give them back in the reverse order :)02:53
stgraber(I worked around that one by having the python code consider them "sets", so by definition unsorted, fixing the comparisons)02:53
stgraberhallyn: pushed the python changes, will push a batch of PPA builds now and implement the network stuff in python tomorrow (easy handling of interfaces)03:01
=== cpg is now known as cpg|away
hallynstgraber: yes, you can only clear_config_item(lxc.cgroup).03:42
hallynstgraber: as for ipv4 sorting, i can't imagine what would cause that!03:44
hallyngood night03:48
=== n0ts is now known as n0ts_off
=== n0ts_off is now known as n0ts
redactdhi, is there a way to set postfix so that server to server comms has optional or no tls but client to server enforces tls? my main.cf appears to only allow it to be on or off globally06:52
=== almaisan-away is now known as al-maisan
=== n0ts is now known as n0ts_off
=== n0ts_off is now known as n0ts
=== cpg|away is now known as cpg
=== Lcawte|Away is now known as Lcawte
jamespageSpamapS, fastcgi upstream located - mailing list now active again....07:08
=== al-maisan is now known as almaisan-away
wizonesolutionsIf I'm setting up virtualization (libvirt + KVM) on a 12.04 Server install, and I'm using it to run a couple large VMs and basically split the box in two, is virt-install alone appropriate or should I try vmbuilder?07:41
wizonesolutionsnot sure if vmbuilder is aimed at people who are going to package up the VMs or what07:41
wizonesolutionsthere seem to be a few options for creating VMs07:41
DegotHi. In FreeBSD I'm using unionfs to mount shared folder (/data/software/) into user's home folder (/home/user/software/). users are jailed in their homes via ftp.  How to do the same in ubuntu server 12.04  ?07:58
=== zyga-afk is now known as zyga
demonsporkDegot: I don't know a ton about it, but I have encountered ftpd that can do the home directory jail in their settings08:02
demonsporkDegot: but it has been a few years since I was digging deeply into setting up FTP stuff08:02
Degotdemonspork, I can jail. It's not a problem. The problem is how to mount folder into the jail from the outside08:03
Degotdemonspork, FYI - mount --bind /home/user/software  /data/software08:22
mardraumwizonesolutions: virt-install gives you everything you need08:41
RoyKiirc someone in here was talking about zfs outside of Oracle's control was outdated etc etc - http://blog.vx.sk/archives/35-Novinky-v-open-source-ZFS.html ;)09:21
=== almaisan-away is now known as al-maisan
reisidoes sudo -u logcheck logcheck -to (test, output to stdout) work for anyone in ubuntu server 12.04 LTS?09:28
ExopaladinSo glad they re-introduced aclmode09:28
RoyKExopaladin: what's that?09:31
ExopaladinIt basically enforces ACLs and stops dumb apps like rsync blowing away your ACLs09:31
RoyKheh09:33
DegotHi, again.  I have the Vbox VM with VRDE enabled. Need to  stream video of the vm's desktop. Idea is : vm-rde -> rdp client -> x264 (zero-latency) -> stream server (ffmpeg?). Any ideas hot to implement this ?09:53
jamespagewizonesolutions, just use virt-install09:56
jamespagevmbuilder does not get much maintenance love these days...09:56
=== ninjak_ is now known as ninjak
RoyKwizonesolutions: I use virt-manager - nice little gui10:02
uvirtbotNew bug: #1026857 in bind9 "Installing bind9 as per HACKING.txt leaves a running bind daemon on developer's machines" [Undecided,New] https://launchpad.net/bugs/102685710:11
=== matsubara is now known as matsubara-afk
=== al-maisan is now known as almaisan-away
=== ninjak_ is now known as ninjak
zulgood morning12:11
=== cpg is now known as cpg|away
jamespagemorning zul12:17
zulhey jamespage12:18
jamespagezul: its Friday!12:18
zuljamespage:  yeah i have a wicked headache going on right now :(12:19
* jamespage stops shouting12:22
stgraberhallyn: oh much trouble would it be for you to allow clearing these lxc.cgroup keys allowing multiple values? (cgroup.devices.allow/cgroup.devices.deny are the two that I know but there may be more)13:21
stgraberhallyn: having to clear the whole lxc.cgroup tree and re-adding everything would require quite a bit hack on the python side (querying all the keys, all the values, storing them, clearing, then setting them all back again)13:22
hallynstgraber: the thing about devices.allow is that even set_item and get_item won't be the same13:22
stgraberhow so?13:22
hallynstgraber: i can add some special cases without too much trouble, but want to make sur eit sconsistent13:22
hallynbecause you can't get_item(cgroup.devices.allow).  try 'cat /sys/fs/cgroup/devices/devices.allow'  :)13:23
stgraberwell, get_config_item(cgroup.devices.allow works here ;)13:23
hallynuh.  oh.  yeah i'm confusing it with the real cgroup13:23
stgraber>>> test.get_config_item("lxc.cgroup.devices.allow")13:24
stgraber['c *:* m', 'b *:* m', 'c 1:3 rwm', 'c 1:5 rwm', 'c 5:1 rwm', 'c 5:0 rwm', 'c 1:9 rwm', 'c 1:8 rwm', 'c 136:* rwm', 'c 5:2 rwm', 'c 254:0 rwm', 'c 10:229 rwm', 'c 10:200 rwm', 'c 1:7 rwm', 'c 10:228 rwm', 'c 10:232 rwm']13:24
stgraberI'm trying to make it so that test.set_config_item(key, test.get_config_item(key)) usually works13:24
stgraber(as that's what I think people will expect)13:24
hallynhm is that how i did that13:25
hallynall right yeah i can do that for cgroup13:26
hallynhm, i hope my 'bzr pull' did the right thing13:28
hallynno it unapplied all patches13:29
hallynwhatever  (rm -rf and re-fetch worked.  bzr trying to mess with us)13:30
hallynstgraber: please try that (just pushed).13:35
hallynzul: ok, regarding tftpd-hpa.  It doesn't start when my laptop starts up, because my wireless isn't up yet at runlevel 2.13:36
hallynzul: I can trivially reproduce with a container with empty network namespace13:36
hallynzul: is this a bug, or expected behavior?13:36
hallyni'd say it's a bug...13:36
hallynwill file it, just wanna make sure i won't get yelled at :)13:37
zulid say its a bug, but you can modify the upstart script to start on the wireless cant you?13:37
zulhallyn: you are going to get yelled at anyways :)13:37
stgraberhallyn: testing13:37
hallynzul: s'ok, i might be going deaf, yell away :)13:37
hallynok will file13:37
hallynzul: well not jsut wireless.  but i'm sure there's a way to say 'wait until a nic is up'.  I just forget what it is13:38
hallynSpamapS would remember of course13:38
zulhallyn: and i might be giong blind :)13:39
hallynzul: bug 102708113:42
uvirtbotLaunchpad bug 1027081 in tftp-hpa "fails if network is not yet configured at runlevel 2" [Medium,New] https://launchpad.net/bugs/102708113:42
hallynbiab13:42
stgraberhallyn: can you think of any reason why bind-mounting a tmpfs would create a separate tmpfs instance (empty)?13:48
stgraberhallyn: that's affecting pstolowski. He has /tmp as a tmpfs, sets up lxc to bind mount /tmp/.X11-unix, the bind-mount shows up in /proc/mounts in the container but the dir is empty13:49
uvirtbotNew bug: #1027081 in tftp-hpa (main) "fails if network is not yet configured at runlevel 2" [Medium,New] https://launchpad.net/bugs/102708113:50
stgraberhallyn: hmm, at least part of the problem is that something in the boot sequence wipes /tmp13:59
stgraberhallyn: another problem I noticed here is that lxc-clone doesn't change the path to the fstab14:00
jhobbsa/wg 914:00
stgraberhallyn: so even though I had a proper fstab, the mount still wouldn't happen as it was looking at the source container's fstab...14:00
SpamapSzul: the way to say "wait until a nic is up" is "runlevel [2345]"14:03
SpamapShallyn: ^^14:03
zulSpamapS: ah ok14:03
SpamapSbecause its not "a nic" you want14:03
SpamapSits "all nics"14:03
SpamapSif you want a specific interface.. you want network-interface-up IFACE=xxx14:04
SpamapShallyn: sorry reading the backscroll now...14:05
SpamapShallyn: so it fails if its brought up w/o any interfaces?14:06
hallynSpamapS: yes14:07
hallynSpamapS: and i'm not sure what the state of my laptop is when it starts.  it boots in about 8 seconds so it's certainly nto waiting for failsafe14:08
hallynbut since it's serving my other laptop i'm not going to reboot to test right now14:08
hallynstgraber: eh what?  lxc-clone doesn't change the path to /var/lib/lxc/<newcontainer>/fstab in the config??14:08
hallyni'm convinced it used to14:08
hallynyeah still does, at least in precise14:09
hallynGAH14:09
hallynthat guy who made conflicting changes upstream, didn't keep that14:10
SpamapShallyn: yeah, transient interfaces like wifi are a problem for server stuff in general. :p14:10
hallynstgraber: rhanna whoever that is14:11
hallynSpamapS: yes, i recall it coming up for somethign else.  don't remember what though14:11
uvirtbotNew bug: #1017972 in libunwind (universe) "[MIR] google-perftools, libunwind" [Medium,Incomplete] https://launchpad.net/bugs/101797214:11
hallynSpamapS: any guidance ?  or is it complicated enough to discuss at next uds?14:11
hallynstgraber: do you have other changes queued for quantal?14:12
stgraberhallyn: I might have an apparmor change, hold on a sec, checking14:12
SpamapShallyn: its a bit of a corner case.. but its basically the reason there's a need for a way to define states that you want for your job, rather than events14:12
hallynSpamapS: HUSH!14:12
hallyn:)14:12
hallynSpamapS: maybe since in.tftpd binds to 0.0.0.0 it really wants to restart any time a new nic comes up14:13
SpamapShallyn: if it binds to 0.0.0.0 it should never need to be restarted14:13
hallynstgraber: lemme first send the fix upstream.  GRRR.14:13
SpamapShallyn: its only stuff that wants to bind to specific IPs that are problematic14:13
stgraberhallyn: http://paste.ubuntu.com/1101870/ is the change I have here (not commited or anything), would be good if you could include it14:14
stgraberhallyn: basically my nesting apparmor profile was working great to run containers, not so much for creating them ;)14:15
hallynstgraber: boy that tosses security right out the window14:15
stgraberhallyn: sure but that's kind of the point of the lxc-default-with-nesting profile isn't it? :)14:16
hallyni guess we really need jjohansen's upcoming 'deny @{PROC} /sysrq-trigger w'14:16
hallynyeah14:16
hallynstgraber: ok, will include that, thanks14:17
hallynbtw, dlezcano has pulled my github tree, but is still testing the results (or something)14:17
hallynso we may just get a release soon14:17
hallynSpamapS: well i woul dhave thought that bind(0.0.0.0) would just bind to lo, then pick up eth0 automatically.  but it doesn't.  so i toss my assumptions aside14:17
stgraberhallyn: cool, that should reduce the number of patches by 50 or so ;)14:18
SpamapShallyn: perhaps it does more than bind to 0.0.0.014:18
hallynSpamapS: yeah, i guess, makes sense14:19
hallynSpamapS: like phone home!  :)14:19
SpamapShallyn: for instance, named sometimes takes 0.0.0.0 to mean "bind to all the addresses" not "bind to 0.0.0.0"14:19
hallynstgraber: wait, i just found the line that is supposed to change the fstab location.  are you sure it's not working?14:19
stgraberhallyn: http://paste.ubuntu.com/1101882/14:20
stgraberhallyn: that's when running my PPA packages (lxc-api-and-python branch), but I don't think lxc-clone is different from that in quantal (shouldn't be at least)14:21
hallynstgraber: no it isn't, i see it here.  i'll figure out why...14:23
hallynstgraber: found it.  our template inserts 'lxc.mount  =' (two spaces before the =), and rhanna's changes to lxc-clone hardcoded a check with one space14:30
hallynstgraber: testing http://people.canonical.com/~serge/lxc-clone.debdiff14:40
hallynstgraber: ok, pushed.14:45
=== n0ts is now known as n0ts_off
glosoliDoes all Ubuntu 12.04 has outdated kernel 2,x ?14:48
patdk-wkheh?14:49
patdk-wkthey all come with 3.214:49
glosolihmmm14:49
glosoliwhat the heck..14:49
glosoliI bought a server, and now for curiosity typed uname -a and .....14:49
glosoliLinux 273170 2.6.32-308.el5.028stab099.3 #1 SMP Wed Mar 7 15:56:00 MSK 2012 x86_64 x86_64 x86_64 GNU/Linux14:49
stgraberis that a physical server or a container?14:50
glosoliprobably container14:50
mardraumlooks like it14:50
stgraberthen that makes sense14:50
hallynintersting14:50
stgraber12.04 running on a RHEL6 kernel would give you that output14:50
glosolistgraber: aaa14:50
glosolithanks14:50
mardraum"el5"14:51
stgraberor RHEL5 indeed :)14:51
stgraberhmm, 2.6.32 RHEL5 that seems odd, I thought they had a 2.6.18 in that one? (but I don't pretend to know what the RH guys are doing)14:51
mardraumyeah I think you are right14:52
mardraumit's something nasty regardless :p14:53
stgrabersounds like it's: http://wiki.openvz.org/Download/kernel/rhel5/028stab099.314:53
glosoliInteresting14:53
stgraberhallyn: http://paste.ubuntu.com/1101935/ apparently clear stopped returning False, but that's about all it did ;)14:58
hallynstgraber: sigh15:10
hallynstgraber: ok, i see.  a few mins to push.15:26
=== n0ts_off is now known as n0ts
jamespagezul, where would you like me to put the openvswitch1.6.1 packages? I've tested them locally and they look OK?15:28
zuldo you want me to review them or?15:28
obelusHey - I'm going to be migrating my Ubuntu server from a VM to a physical box, and I'm looking for a way to get a list of all my manually installed packages. I've searched for a solution, but none of them seem to work, and the list of default packages provided for the desktop version in the .manifest file doesn't seem to exist for the server version of Ubuntu15:31
obelusAny pointers?15:31
hallynstgraber: pushed, works for me under python15:33
stgraberyay15:33
hallynstgraber: (i was thrown by my own adding 'lxc.cgroup' to the get_item(lxc.cgroup) results :)15:34
uvirtbotNew bug: #1027130 in clamav (main) "package clamav-base (not installed) failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1" [Undecided,New] https://launchpad.net/bugs/102713015:41
uvirtbotNew bug: #1024086 in python-tx-tftp (universe) "[MIR] python-tx-tftp" [High,New] https://launchpad.net/bugs/102408615:46
hallynhm, usb-creator-gtk under fvwm (in vncserver) is complaining about not talking to udisk15:48
stgraberhallyn: confirmed "test.set_config_item("lxc.cgroup.devices.allow", test.get_config_item("lxc.cgroup.devices.allow"))" works fine now!15:50
hallynstgraber: \o/15:52
stgraberhallyn: btw, get_config_item in python is full of magic to try and figure out whether lists should be accepted or not and checking that the value is set properly and reverts to the old value if something goes wrong. Seems to be working well in my tests so far ;)15:53
hallynstgraber: is the magic a workaround for soething lacking in the c lib?  (i may have to take a look)15:54
stgraberhallyn: not really, there isn't much the C library could do to make it work better. The only way to know if a key contains a list is to check its value, which doesn't work when its unset (obviously). So set_config_item in python will always save the current value, clear the key (in case it's a list), set the new value(s), then check that the new value matches the input, if it doesn't, it reverts the value and returns False16:00
hallynok16:01
obelusI guess if I don't find a solution I can just install a base copy of the server and compare a package list from that. Probably faster than trying to find a way to do it in my current install, though I would rather a more 'proper' solution16:03
=== imbrandon is now known as Guest41572
=== Guest41572 is now known as imbrandon
=== imbrandon is now known as imbrandon_
=== imbrandon_ is now known as imbrandon
uvirtbotNew bug: #1027154 in maas "need way to get system based on mac address" [Undecided,New] https://launchpad.net/bugs/102715416:41
kyle__xpost from ubuntu, but hey.  For those running labs of ubuntu boxes, with 12.04 is it more streightforward to authenticate off of LDAP or a samba PDC?  In my case all user-files are shared via samba, for various reasons.  I have no physical windows boxes (nor do I intend to)17:14
=== n0ts is now known as n0ts_off
jtrananyone know much about xtables-addons?  i'm trying to get ip accounting working17:24
jtranget_handle_usage failed: Can't get handle usage information from kernel17:24
=== jdstrand_ is now known as jdstrand
RNAndyBI recently set up an ubuntu server with a 1TB disk. I have /home mounted on a partition of 898Gb. DF is showing 6.9G of usage but there are only a handful of small files in my home directory that du totals to about 500k. Also LSOF doesnt show any large files being open under /home. Could anyone point me in the direction of discovering what the 6.9G is being used for?17:29
hallynSpamapS: lp:~serge-hallyn/ubuntu/quantal/pulseaudio/pa-upstart updated, seems to test ok17:59
* hallyn lunch17:59
SpamapShallyn: last niggle. You do not need the script/end script on the exec line18:02
SpamapShallyn: be careful though, that may mean you can drop from 'expect daemon' to 'expect fork'18:03
PhibsI'm trying to cobbler/orchestra 12.04 server ISO, it finds my preseed file but each time it asks me for a cdrom, any help would be greatly appreciated.18:27
Phibsanyone?18:34
IdleOnepatience is requires18:36
IdleOnerequired also18:37
Phibsindeed :)18:37
IdleOnePhibs: you might try asking on askubuntu.com or the forums18:37
IdleOneboth great support resources18:37
Phibsokie18:37
Phibsthanks18:37
stgraberhallyn: "apt-get install --reinstall initscripts" <- is that good enough a testcase for the initscripts bug?18:51
PhibsEvery time it boots it doesn't try the network (but it does DL the preseed file), it tries the cdrom and fails18:51
hallynstgraber: i don't think so, i think you also need to debootstrap --dsecondstage with the new deb, as that has a different /dev contents18:52
hallynSpamapS: will just killing the pulseaudio daemon and watching it start back up be enough confirmation that 'expect daemon' is fine?18:55
stgraberhallyn: well, that's going to be difficult to do outside of quantal... the --reinstall definitely triggers the bug here (and explains why some people keep reporting it on precise)18:55
hallynstgraber: https://wiki.ubuntu.com/SergeHallyn_debootstrap    ...  i show I originally was reproducing it19:00
Phibslooks like it's not detecting the network drivers19:00
hallynI'm probably being dense, but don't grok why that'll be hard to do outside of quantal19:00
hallynbecause of -updates?19:00
wizonesolutionsmardraum: jamespage: Thanks, I will go with virt-install. RoyK: Is it a text-based GUI? I'm not putting X on this box..19:02
stgraberhallyn: don't you need them to match the version number of these in precise for that trick to work?19:02
stgraberhallyn: testing with quantal is easy as debootstrap will use the release pocket and just work. For -proposed, you'd need to have debootstrap grab from release + updates + proposed pocket to test19:03
stgraberanyway, the fix doesn't work, so I need to dig more19:03
stgrabermight be that the fix works for a clean debootstrap, but it's going to break any existing container on upgrade19:03
hallynstgraber: yeah i guess i hand-built a version with the same package version19:03
hallynthat's no good :)19:04
stgraberfor me the debootstrap issue isn't the worst really, that one we workaround already :) the problem is that currently any update of initscripts in a container will fail, so the first initscripts SRU needs to fix that before we can upgrade to quantal or even push another initscripts SRU19:04
hallynSpamapS: bzr+ssh://bazaar.launchpad.net/~serge-hallyn/ubuntu/quantal/pulseaudio/pa-upstart/ seems to still work (killing pulseaudio, it gets restarted)19:05
hallynstgraber: i thought we only worked around it in precise, not quantal19:05
hallynmaybe you changed that :)19:05
hallynhm, yeah, i guess it's handled for all cases.19:06
SpamapShallyn: stop/start, not kill19:06
SpamapShallyn: killing the daemon will not reload the job config19:07
SpamapShallyn: and be careful19:07
SpamapShallyn: if its wrong, upstart will have a phantom entry for the pid that has already died19:07
hallynSpamapS: stop/start worked too 9as did restart)19:08
stgraberhallyn: hmm, actually, what was the workaround in lxc again? I'm wondering if we didn't indeed regress in quantal which would explain why the fix doesn't quite work here.19:08
hallynstgraber: /usr/lib/lxc/templates/lxc-ubuntu, check for /dev/shm19:09
stgraberhallyn: I'd expect the new .postinst to work fine when /dev/shm is a symlink to /run/shm and I thought that's what we did in lxc, but checking my templates, /dev/shm is a directory...19:09
hallynstgraber: on precise, we're doing http://paste.ubuntu.com/1102286/19:10
hallynnow my q containers on p actually don't have /dev/shm at all19:10
SpamapShallyn: alright sweet, I'm about to head to lunch, but I'll most likely upload it after lunch19:11
hallynSpamapS: thx19:11
stgraberhallyn: yeah, but that code depends on /run/shm existing, which isn't the case in the templates here (as /run/shm is created at boot time)19:11
stgraberhallyn: confirmed that all my machines with a clean precise lxc + recent precise cache don't have /run/shm in the cache and so /dev/shm is a directory instead of a symlink19:13
stgraberso the workaround doesn't actually work19:13
hallynit definately used to19:14
stgrabermaybe something was nice enough to mkdir -p /run/shm at some point and that disappeared at some point before release19:14
hallynyeah...19:14
=== cpg|away is now known as cpg
stgraberhallyn: so sounds like the SRU might be correct to fix the debootstrap/chroot case but we need some more code to fix the containers before hitting that part of the code, otherwise it's hitting the bind_mount code which gets rejected by apparmor19:22
RoyKwizonesolutions: it's X-based, but you don't need to start X on the server to make X work over ssh19:24
uvirtbotNew bug: #1027219 in cobbler (universe) "[Precise] Default install assumes MaaS" [Undecided,New] https://launchpad.net/bugs/102721919:31
hallynstgraber: hrmph.  we should probably allow bind mounts19:37
hallynbind mounting /proc to /fakerproc won't bypass the /proc/sysrq-trigger checks19:38
stgraberhallyn: you sure? I'm pretty sure it'll bypass the check19:39
* stgraber tests19:40
stgraberroot@python-lxc:~/python-lxc/mapping# echo h > /proc/sysrq-trigger19:41
stgraber-bash: /proc/sysrq-trigger: Permission denied19:41
stgraberroot@python-lxc:~/python-lxc/mapping# mount --bind /proc/ /mnt19:41
stgraberroot@python-lxc:~/python-lxc/mapping# echo h > /mntsysrq-trigger19:41
stgraberhallyn: so nope, we can't allow them :)19:41
hallynstgraber: /mntsysrq-trigger or /mnt/sysrq-trigger?19:47
hallyn(just making sure)19:47
stgraberoh, typo, though the result is the same19:49
stgraberroot@python-lxc:~/python-lxc/mapping# echo h > /proc/sysrq-trigger19:49
stgraber-bash: /proc/sysrq-trigger: Permission denied19:49
stgraberroot@python-lxc:~/python-lxc/mapping# echo h > /mnt/sysrq-trigger19:49
stgraberroot@python-lxc:~/python-lxc/mapping#19:49
hallynstgraber: (i don't have a nested profile handy so couldn't easily check :)19:49
hallynstgraber: drat.  i must mis-recall what jjohansen said19:49
stgraberme neither, I just added a "mount," line to my default profile19:49
Phibsgot it to install, now only issue is its not setting the network config after using dhcp to install19:50
stgraberwell, that container had the nested profile, but I couldn't remember exactly where it was allowed to bind mount, so I just allowed all mounts for the test ;)19:50
hallynstgraber: yeah, confirmed...  (just *had* to check myself, bc i really was hoping)19:52
hallynstgraber: I bet this is a result of attach_disconnected, actually19:53
Phibsanyone know how to make the installer wipe out existing partitions in preseed ?20:11
guntbertPhibs: I let it create the complete partitions afresh20:15
Phibsguntbert: how do I clear20:15
guntbertPhibs: please see https://help.ubuntu.com/12.04/installation-guide/i386/preseed-contents.html#preseed-partman20:17
Phibsthanks20:17
guntbertPhibs: no problem, there are several example preseed files to be found, if you want you can look at what I have found: http://delicious.com/guntbert/preseed20:22
Phibsyeah still having broken probs :(20:23
Phibsand i'm using cobbler / orch so might be diff20:23
Phibsgetting this msg20:25
Phibshttp://screencast.com/t/8ywVouva0z20:25
Phibsanyone know how to get cobbler/orchestra to set the static IP as configured for the system, and to have it check in with cobbler/orch when done?20:38
guntbertPhibs: d-i partman-lvm/confirm boolean true  *should* help (they say on the above mentioned page)20:38
Phibsguntbert: yeah that ws the issue20:38
Phibsthanks for that ref20:38
Phibsjust a few more hoops and i'll be much happier ;020:38
guntbertPhibs: I'm in the middle of a similar project: configure ~20 lab pc for running as VM hosts, I don't intend to use orchestra, cobbler is enough for me, but apt-cacher turns out to be very useful (I can leave the software-sources unchanged)20:42
Phibsguntbert: orchestra is cobbler ;020:44
Phibswith a .css file ;020:44
guntbertPhibs: if I read correctly cobbler is part of orchestra20:45
Phibscould be more than just cobbler20:46
Phibsthe screenshot is exactly the same ;020:46
Phibshttp://3.bp.blogspot.com/-j8Fs7iROCMo/Tqm4PW-_9ZI/AAAAAAAAEfE/Gf3AvSu5gc4/s1600/cobbler-add.png20:46
guntbertPhibs: as I am about to go on vacation I will delay those things for a few days :)20:52
Phibs;020:53
hallynahs3: yay, netcf 2.0 was just released20:54
hallyni'll work on the debian package monday20:54
Phibsah ok, the cobbler part of orchestra is the provis server, it has 3 other parts20:54
ahs3hallyn: ah, cool. holler when ready20:56
hallynahs3: will do20:57
=== bitmonk_ is now known as bitmonk
=== cpg is now known as cpg|away
uvirtbotNew bug: #1027259 in samba (main) "postgresql-common E: Sub-process /usr/bin/dpkg returned an error code (1)" [Undecided,New] https://launchpad.net/bugs/102725921:21
halvorsI want to setup a wifi accesspoint on my server, but i can't get it working using the "interfaces" file in "/etc/network". Here is what i got for now: http://pastebin.com/hWz3bDhd21:25
stgraberhallyn: rebasing the branch on ubuntu:lxc, please don't commit to it in the next 30min or so (time required for bzr to rebase with all the quilt stuff ;))21:33
halvorsWhat happend to the opendchub package?21:36
hallynstgraber: ok21:38
hggdhzul: Tan wants a response from you :-)21:47
Phibsanyone know how to get the static ip info from cobbler into /etc/network/interfaces post install?21:49
stgraberhallyn: rebased btw (had some problems that I had to fix with an extra commit ...). You'll need to pull with --overwrite next time.22:26
hallynstgraber: I rm -rf and re-branch every time :)22:27
hallyns'ok, I did 'bzr init-repo lxc', and do it inside lxc/, so it's all cached locally22:27
stgraber:)22:28
hallynman, i'd log off if only this one build test would FINISH22:28
stgraberI should probably spend some time fixing bzr-builddeb to stop being annoying instead of working around it :)22:28
hallynhm, i forget why i don't do bzr bd22:29
hallynbut i don't.  i always debian/rules build && fakeroot debian/rules binary22:29
hallynoh.  i guess it's bc most times i ahve syntax errors and i want to see them, fix them and type 'make'22:29
hallyniow, cause i suck22:29
stgraberI'm using it to build my packages, works fine, the problem is really when merging/pulling/rebasing that it's trying to be clever with quilt and failing really badly22:29
hallynoh, yes, like i said, when i pulled your tree this morning (into my tree from yesterday, just 'bzr pull'), it left me with all quilt patches unapplied22:30
hallyneven though it wasn't like that in yoru tree - when i did rm -rf and re-branch, it was fine22:30
hallynall right i'm off \o22:33
Neal_How can I make a user have access to file owned by another user?22:39
Neal_Like file f is owned by asdf:asdf but I want user neal to have access to it22:40
jtrananyone know anythng about xtables and IPACCOUNT?22:52
MoleManNeal_: either allow all users access, or create a group to add the user to, and chgroup <groupname> the file23:11
wizonesolutionsRoyK: Hmm, if I have a hard time with the command line I might give that a try. I've never used X over SSH before, though I've heard/read about it being possible.23:45
=== guampa_ is now known as guampa
=== cpg|away is now known as cpg

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