/srv/irclogs.ubuntu.com/2015/05/05/#ubuntu-server.txt

=== MatthewsFace is now known as MatthewsFace[SEA
zaggahGreetings01:36
zaggahnew here01:36
zaggahcan anyone tell me if vnc works on latest ubuntu server01:36
zaggahIt loads at startup but I cant seem to connect to it01:37
zaggahI am trying to run a headless server for mythtv01:38
harushimohttp://www.ubuntu.com/download/cloud/install-ubuntu-openstack02:01
harushimodoes this need to be on every node?02:01
=== zz_DenBeiren is now known as DenBeiren
sarnoldharushimo: no; maas and landscape will know how to install ubuntu and openstack on the other nodes02:39
harushimothose instrucations are reflecting for the main node02:40
harushimoI mean instructinos02:40
harushimoI mean instructions02:40
sarnoldharushimo: yeah; thanks for the link, that looks really useful :)02:40
harushimonot a problem02:40
harushimoThis is my 6th attempt at openstack02:41
harushimoI get closer everytime02:41
sarnoldI know the feeling.02:41
harushimoone tip about maas.ip02:42
harushimoto get the page: you need the ip of the VM and load it in the browser02:43
sarnoldwhenever I lose one of my machines, I always use nmap to find it again; nmap 192.168.1.0/24 -p 80   or something like that, to scan the subnet for port 8002:44
harushimointeresting02:44
sarnold(I almost always scan for ssh on 22 instead of httpd on 80, since the machines I care about more often have ssh open, but 80 might be faster to find a machine with web control thingy live..)02:45
harushimoright02:45
=== beisner- is now known as beisner
boukmanduttyNeed some help configuring a headless server03:47
boukmanduttycant seem to get vnc to load properly at boot03:47
sarnoldboukmandutty: what errors are you gettting?03:51
boukmanduttyI get this03:52
boukmanduttyActive: active (running) since Mon 2015-05-04 22:40:59 CDT; 10min ago03:52
boukmandutty  Process: 933 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/SUCCESS03:52
boukmanduttyoops03:52
boukmanduttytypo03:52
boukmanduttyvncserver.service - (null)03:52
boukmandutty   Loaded: loaded (/etc/init.d/vncserver)03:52
boukmandutty   Active: active (exited) since Mon 2015-05-04 22:41:06 CDT; 11min ago03:52
boukmanduttyI notice it exits when booting up03:53
boukmanduttyI had set it to load at boot03:53
sarnoldboukmandutty: anything in the logs?03:53
boukmanduttyBut I am then able to load it once I log into lxde03:54
boukmandutty04/05/15 22:41:05 Xvnc version TightVNC-1.3.1003:55
boukmandutty04/05/15 22:41:05 Copyright (C) 2000-2009 TightVNC Group03:55
boukmandutty04/05/15 22:41:05 Copyright (C) 1999 AT&T Laboratories Cambridge03:55
boukmandutty04/05/15 22:41:05 All Rights Reserved.03:55
boukmandutty04/05/15 22:41:05 See http://www.tightvnc.com/ for information on TightVNC03:55
boukmandutty04/05/15 22:41:05 Desktop name 'X' (ubunserver:1)03:55
boukmandutty04/05/15 22:41:05 Protocol versions supported: 3.3, 3.7, 3.8, 3.7t, 3.8t03:55
boukmandutty04/05/15 22:41:05 Listening for VNC connections on TCP port 590103:56
boukmanduttyFont directory '/usr/share/fonts/X11/Type1/' not found - ignoring03:56
boukmanduttyFont directory '/usr/share/fonts/X11/75dpi/' not found - ignoring03:56
boukmanduttyFont directory '/usr/share/fonts/X11/100dpi/' not found - ignoring03:56
boukmandutty** Message: main.vala:99: Session is Lubuntu03:56
boukmandutty** Message: main.vala:100: DE is (null)03:56
boukmandutty** Message: main.vala:110: No desktop environnement set, fallback to LXDE03:56
boukmanduttyXlib:  extension "RANDR" missing on display ":1".03:56
boukmandutty** Message: main.vala:131: log directory: /home/boukmandutty/.cache/lxsession/Lubuntu03:56
boukmandutty** Message: main.vala:132: log path: /home/boukmandutty/.cache/lxsession/Lubuntu/run.log03:56
boukmanduttyI am running ubuntu server 15.0403:56
boukmanduttyThe full message when I run "systemctl status vncserver.service -l" is as follows03:58
sarnold.. please use a pastebin :)03:58
boukmanduttyhttp://pastebin.com/nfAdbkyC04:02
sarnoldthanks :)04:03
boukmanduttySorry about the flooding above04:03
boukmanduttyHavent used irc in a bit04:04
sarnoldwhat's in /home/boukmandutty/.vnc/ubunserver:1.log04:04
boukmanduttyhttp://pastebin.com/QV66TZFK04:07
sarnoldboukmandutty: it looks like it shuold be working fine; it starts an X server on :1 listens for connections on tcp port 5901, starts the lxde window manager / environment..04:09
sarnoldboukmandutty: does netstat -anp | grep 5901 show it listening?04:09
boukmanduttyXtightvnc as listening but I am wondering if that is because I restarted it after loggin into lxde04:12
sarnoldah could be04:13
boukmanduttyi am going to reboot and try again04:13
boukmanduttyInteresting it still shows  cp        0      0 127.0.0.1:5901          0.0.0.0:*               LISTEN      1048/Xtightvnc04:18
boukmanduttybut I cant connect from another machine04:18
sarnoldhmm04:21
sarnoldit's bound to localhost; I wonder if a public IP is available when it is starting?04:21
boukmanduttyDo you think I should try setting a static ip instead of DHCP ?04:22
sarnoldboukmandutty: check the configs, see if it is set to bind to localhost or if it is set to bind to * or 0.0.0.0 -- this one may be a bug...04:22
sarnoldboukmandutty: not yet04:22
sarnoldboukmandutty: if you want to for other reasons, go ahead, but this might be easier to reproduce with dhcp..04:22
boukmanduttyok04:23
boukmanduttyYou mean the configs for vncserver?04:25
sarnoldyeah04:26
boukmanduttyNeither .vnc/xstartup nor /etc/init.d/vncserver have say anything about an ip address04:28
sarnoldis there an /etc/defaults/*vnc* or /etc/*vnc* that would have such an address?04:29
boukmanduttyI dont seem to have either of those folders04:31
boukmanduttytrying to search to see where ubuntu server keeps the equivalent04:32
sarnoldboukmandutty: time for me to bail, have fun, good luck :)04:35
boukmanduttyhey04:35
boukmanduttythanks for the help man04:35
boukmanduttyappreciate it04:35
sarnoldyou're welcome, I just wish we'd cracked this one first.04:35
boukmanduttyknow of any other way to adminsiter headless server?04:35
boukmanduttyany other program i can use?04:36
sarnoldI just ssh in04:36
boukmanduttyok will try that04:36
sarnoldssh X forwarding suffices for the handful of times I might want a GUI running on another machine..04:36
sarnoldssh -X -Y hostname virt-manager &    for example04:36
boukmanduttyi will  try ssh in and then running the vnc for now04:36
boukmanduttysince it loads after startup04:37
VoyageI just created an amazon ec2 which requires me to login to ssh via a key.pem. that I am able to but now I want to add new users but not share the key. What I did was, created a new user and gave him password. Tried to login by ssh again but now it says  "Permission denied (publickey)." why so?05:27
cluelesspersonso I rm  ed a log file, mail.log and it doesn't seem to have come back yet06:48
cluelesspersonI'm trying to troubleshoot an issue06:49
=== Lcawte|Away is now known as Lcawte
=== Lcawte is now known as Lcawte|Away
Voyage I wonder WHY everyone can read a file that I created......-rw-rw-r--  1 developer developer-group        5 May  5 06:36 abc . I just used nano. if this is default behaviour of linux to give world wide read persmissions to any file that is creatd by any user; its bad. no?07:46
bradm_Voyage: its configurable - read up about umask.  umask 006 will make it not world readable.07:48
ogra_no, it is good in collaborative multiuser environments ... you can always create a folder that only you can read and put your secret stuff in it as a user ... or as a sysadmin you can change the systemwide umask07:48
Voyagehm. but I though everything in /home/<user> is private and should not be implicitily    r   by all07:49
bradm_what makes you think that?07:50
=== bradm_ is now known as bradm
ogra_see /etc/login.defs there is an explanation in the comment section above the UMASK option07:50
VoyageI created a file, it has -rw-rw-r-- <-- this makes me thingk07:50
bradmthat makes you think its private?07:51
Voyagethe /home/user. is always private.. thats what home means07:51
bradmno, it really doesn't.07:52
Voyagehm07:52
ogra_it only means it is your space on the filesystem, nothing more07:52
bradmyou're making an invalid assumption, things are default setup as world readable - if you want to change it, fix the umask - either in /etc/login.defs, or in your private login files or similar07:52
ogra_if it is private or not is up to the sysadmin to decide07:52
=== liam_ is now known as Guest74585
lordievaderGood morning.08:35
jamespagemorning08:54
caribouHi, is there a way with upstart to force a job to run before runlevel jobs kick in ?09:01
caribouI need to make sure that kdump runs before the Runlevel 2 jobs start, otherwise CEPH OSD start during a kernel dump09:02
ozanhazerhey... anybody know where the lxc container config files are when lxd is used?09:55
=== Lingo_ is now known as IronDev
=== Lcawte|Away is now known as Lcawte
william_homejamespage: I'm not always online but have you seen the bug report for the duplicate manpage in the cloud archive repository for ceph and ceph-deploy?12:02
Teduardohmm, i'm still having throughput issues.. ahhhh lol12:41
ozanhazerHi.. Where should I put my custom init script in ubuntu 15.04? /etc/systemd/system/my-custom.service or ..?12:44
rbasakozanhazer: I believe that's the right place, yes. I'm not sure though.12:45
ozanhazerhmm /etc/systemd/system/multi-user.target.wants is better maybe.. thanks rbasak12:49
TeduardoI'm copying from one NVMe drive to another NVMe drive over NFS @ 10Gbps and I'm only getting 426MB/sec12:53
Teduardoboo12:54
lordievaderTeduardo: To me that is still quite impressive ;)12:54
Teduardounless you were the one that paid $2k each for the NVMe drives12:54
Teduardoshould easily be able to saturate 10G12:56
patdk-wkheh?12:56
patdk-wkwhy?12:56
patdk-wkyou have nvme speed to worry about, network latency, and tcp12:56
patdk-wkdid you tune your tcp for 10gbe?12:57
TeduardoNo, I assumed that 14.04 was pretty much tuned12:58
OpenTokixTeduardo: it is not12:58
OpenTokixTeduardo: What 10Gnics do you have?12:59
Teduardostill iperf shows sustained line rate12:59
patdk-wktuning for 10gbe would cause 1gbe to suffer12:59
TeduardoX710DA-212:59
OpenTokixTeduardo: For filecopy I would use dd and nc12:59
OpenTokixif its single, very large files12:59
Teduardoim still just testing/benchmarking everything12:59
OpenTokixTeduardo: And your subsystem can handle suntained writes/reads at 1GByte/sec?13:01
TeduardoOne of the servers is dual E5 2620 and the other is a dual E5 2620v313:01
Teduardoi would imagine that the PCIe in those can do 1GB13:02
OpenTokixBut you said you copied files?13:03
OpenTokixover nfs13:04
Teduardoyes.13:04
patdk-wkoh, nfs13:04
OpenTokixWhere does those files end up?13:04
Teduardomounted nvme => nfs => mounted nvme13:04
patdk-wkthat changes things a good amount13:04
OpenTokixnfs isnt exactly superfast, and it is the nfs-kernel-server?13:04
Teduardobut even doing dd bs=8m if=/run/shm/testfile of=/nvme/testfile it only does 500MB/sec13:05
Teduardowhich is insane13:05
Teduardofrom ram to an nvme13:05
Teduardo500MB?13:05
Teduardo(locally I mean)13:05
Teduardoon one of the systems13:05
patdk-wkdoesn't sound like your using nvme13:06
OpenTokixTeduardo: you are talking about the PCIe SSD from intel? Newly released?13:06
Teduardoyes, the DC P370013:06
patdk-wkwhat slot in your motherboard is it in?13:06
patdk-wkand what motherboard?13:06
OpenTokixok, 400GB?13:06
Teduardoyeah, its the 400GB cause those were the only ones I could get.13:06
OpenTokixThat has 900MB/s sekvential write theoretical max13:07
Teduardoon subsequent runs writing from local ram to local NVM sped up to about 685MB/s13:07
Teduardookay, reading from the NVM to the ram went at 1.3GB/s13:08
OpenTokixWhere they will shine is for random writes and reads at the time time13:08
OpenTokixyes13:08
OpenTokix2,2GB/sec theoretical max13:08
Teduardookay so at least i know the NVM is reading at least 10Gbps13:08
OpenTokixyes13:08
Teduardonow i just need that to go through the NIC to the other machine.13:09
OpenTokixHow are they connected? p2p or via switch?13:09
Teduardojust a da2 cable13:09
OpenTokixok13:09
Teduardoseems like from nvme to the raid-10 fs locally it does about 480MB/s which i doubt is a real number13:11
OpenTokixWhy not?13:12
Teduardo8x4TB drives with default stripes...13:12
OpenTokixRaid-10 on mechanical drives, have very fast sequential write/read performance.13:12
Teduardoi thought it would be like ~30013:12
Teduardoor i would be happy with a sustained 30013:13
Teduardothe actual issue I am having is sustained throughput between a 8x4TB R-10 on machine a and a 8x4TB R-10 on machine B. the throughput in rsync stops at 200MB/s13:14
Teduardoand drops down to 80MB regularly13:14
OpenTokixTeduardo: What switches are you using for rsync?13:15
OpenTokixAnd how much data and how many files?13:15
Teduardojust rsync -a --progress src_file dst_file13:15
OpenTokixok13:15
Teduardobut like i said it's over nfs13:16
OpenTokixrsync is not so good for transfers of very large files 1Gbyte+ - since its hashing will use a lot of resources then13:16
OpenTokixso try to slap on --whole-file13:16
OpenTokixand see if its more liniar13:16
patdk-wk8 4tb disks should be approx 4*120MB/sec13:16
patdk-wksounds like 480MB is valid13:16
patdk-wkrsync depends on filesize13:17
patdk-wkthe smaller the files, the slower it will go13:17
TeduardoOpenTokix: it started at 218 then dipped down to 80 and now it's just bouncing between 218 and 80 every few seconds. it's a single 50GB file for this test.13:17
OpenTokixTeduardo: ok, try --whole-file  - but rsync is not the best tool for that13:18
Teduardo174.32MB/s13:27
jrwreniirc rsync doesn't rsync on a local system. it becomes copy.13:28
jrwrenif you are copying 1 file, using cp is going to use much less resources and be faster.13:30
Teduardoyea, this is just a test to see what the hardware is capable of13:31
Teduardoso that i can then yell at the software provider to see why it runs at 30MB/sec13:32
jrwrenfrom the man page for the -W option: "This is the default when both the source and destination are specified as local paths"13:32
jrwrenbonnie++ is a nice at telling of what hardware is capable13:32
Teduardowell, its a client/server setup13:33
jrwrenok. sounded like src_file and dst_file were both local paths. rsync doesn't know that one of those is NFS and do any magic.13:33
Teduardoah13:33
jcastrojamespage, ping13:35
hallynrbasak: ok, i'll take a look at the code (next time it bugs me, which should be soon), thanks13:35
jamespagehey jcastro13:35
jcastrohttp://summit.ubuntu.com/uos-1505/2015-05-05/13:35
jcastrothere are two openstack sessions today13:35
jcastro(they are currently white on the schedule, I am trying to make them green)13:36
jamespagejcastro, hmm - not sure these are really uds topics?13:37
jcastrowell they were submitted and pat had me approve them13:37
jcastronot sure what to do now13:37
jamespagejcastro, who by?13:37
jcastrohttps://launchpad.net/~su-zhang submitted the congress one13:38
jcastrohttps://blueprints.launchpad.net/rally/+spec/rally-neutron-metering-scenarios is the other one13:38
jamespagejcastro, I think these are confused - they should be targetting the openstatck design summit13:46
jamespagenot the ubuntu developer summit13:46
jamespagerally is an upstream openstack project13:46
jamespageand the congress/keystone conversation is similar to that - upstream oriented13:46
jamespagewilliam_home, hello13:47
william_homejamespage: hello13:47
jamespagewilliam_home, this one - https://bugs.launchpad.net/cloud-archive/+bug/1450175 ?13:48
jcastrojamespage, should I cancel them then?13:48
jcastroand mail the individual folks?13:48
jamespagejcastro, I would yes13:48
jcastrook on it13:48
william_homejamespage: yes13:48
jamespageredirect them to the openstack design summit submissions process13:48
jcastroack, I'll sort it13:49
jcastrojamespage, are there any sessions you plan to have?13:49
Teduardoi wish there was a way to know what resource it's running out of when the throughput backs off13:49
jamespagejcastro, we have two on thursday13:50
jamespagefor openstack13:50
* jcastro nods, ok13:51
jamespagejcastro, just checking with the ceph guys to see if they want to have one13:53
jamespagewilliam_home, I guess we could include an updated ceph-deploy - I am making the assumption that the newer version does not exhibit the same problem :-)13:59
william_homejamespage: I have created from github a new package https://github.com/ceph/ceph-deploy14:01
william_homebut I guess that it woul be better that ceph-deploy gets its man page in its own package rather then that it is deployed in here: https://github.com/ceph/ceph/tree/master/doc/man/814:02
william_homeoh and the package from github does not contain any man page :)14:03
smoserrbasak, or anyone, i'm looking at getting python2 out of cloud-image15:17
smoseri know that landscape-client and landscape-common are one of the reasons.15:17
smoseri apt-get remove them.15:17
smoserthen,15:18
smoserapt-get remove libpython2.7 python15:18
smoserhttp://paste.ubuntu.com/10990424/15:18
smoserhow can i know why each of those things is there.15:18
smoseras for example, i can:15:18
smoserapt-get remove python-twisted-web15:19
smoserand there are no additional things removed.. ie, it doens't look like its depended on.15:19
smoserbut 'apt-get autoremove' doesn't clean anything15:19
smoseri know that vim is holding some stuff, but owuld like to know what else...15:19
smoserlooking for a way to do such a thing.15:20
rbasaksmoser: http://people.canonical.com/~ubuntu-archive/germinate-output/ubuntu.vivid/rdepends/python2.7/libpython2.7 maybe?15:21
smoserbut how do i know why 'python-serial' was there in the first place15:26
Odd_Blokesmoser: http://people.canonical.com/~ubuntu-archive/germinate-output/ubuntu.vivid/cloud-image ?15:28
rbasakpython-serial isn't in that pastebin15:28
rbasakhttp://people.canonical.com/~ubuntu-archive/germinate-output/ubuntu.vivid/rdepends/twisted/python-twisted-core though shows how that got in.15:28
rbasakIf you want libpython2.7 out of main, then http://people.canonical.com/~ubuntu-archive/germinate-output/ubuntu.vivid/rdepends/python2.7/libpython2.7 shows you what you need to clear.15:29
rbasak(I think it follows both a and b for "a | b" though, so there will be some extra stuff in there)15:29
rbasakIf you only care about particular seeds, then just search the file for instances of the seed you're after.15:30
rbasak'apt-get autoremove' won't work because IIRC all the default stuff gets marked as "manually installed".15:31
rbasakhttp://people.canonical.com/~ubuntu-archive/germinate-output/ubuntu.vivid/rdepends/twisted/python-twisted-core suggests that python-twisted-web got installed because of landscape-client.15:32
rbasakBut since autoremove doesn't work, I think a better approach is to follow the tree from germinate-output rather than trying to follow it with apt on a live system.15:33
Odd_BlokeYou could potentially write a 'for installed package { if package not in seed { mark package as automatically installed } }' sort of a script, but I don't know if that actually gains you anything.15:35
Onionnionis there a way to see what packages would be upgraded and to what version with a do-release-upgrade without any changes made to the system?16:07
smoserOnionnion, i dont know if theere is a dry-run for it or not. but you could:16:21
smoser back up /etc/apt/sources.list /etc/apt/sources.list.d16:21
smoser sed 's,<release-1>,<release-2>' -i /etc/apt/sources.list /etc/apt/sources.list.d/*16:22
smoserapt-get update16:22
smoserapt-get dist-upgrade --dry-run16:22
smoserreplace backd up sources.list16:22
Onionnionso to just adjust the sources file to point to the newer release and dry-run in apt-get?16:25
Davieysmoser: do-release-upgrade -s ?16:33
smoserthat'd ake sense.16:33
smoseri didn't know if that worked any more16:33
smoserbut that'd do a ton of download and such if it id id16:33
DeMiNe0I hate how vmware workstation's virtual network nat service will just randomly shit on you.16:52
mbroadsthey is jeos and ubuntu-vm-builder dead? is there a tool that supersedes that combo?17:14
rbasakmbroadst: cloud images, uvtool and mount-image-callback.17:15
rbasakmbroadst: or alternatively the ubuntu core images I suppose17:15
rbasakand snappy.17:15
ogra_yeah, snappy ubuntu-core17:16
mbroadstI got the impression snappy was sort of a coreos + docker competitor?17:17
jeffreylevesqueif i have a virtualbox instance of ubuntu server 14.04, can i access the default webcam of the server?17:19
bekksDepends on how it is connected to your computer, technically.17:20
mbroadstrbasak: I guess what I'm looking for really is something that allows me to automate the creation of a raw ubuntu-baed disk image17:20
mbroadstubuntu-server based image that is17:21
ogra_mbroadst, snappy is embedded, cloud ... soon the base for desktop and phone too ... and yes, you can use a docker framework on top of it17:21
=== liam_ is now known as Guest95660
ogra_essentially it is the future design of ubuntu17:21
rbasakmbroadst: start with a cloud image. Use mount-image-callback to modify it. Create /var/lib/cloud/seed/nocloud/ inside it, and userdata and metadata files for cloud-init.17:22
rbasakmbroadst: then just boot that image.17:22
rbasakmbroadst: see the output of "cloud-localds" for an example of userdata and metadata files17:22
mbroadstrbasak: so you're suggesting cloud images + uvtool over snappy then17:23
rbasakmbroadst: depends on what you're trying to do.17:23
rbasaksnappy is a great new model with many improvements over the traditional model.17:23
ogra_snappy currently still means you will have to roll your own project snap packages17:23
rbasakBut it involves having maintained snaps for everything you need (or you maintain them yourself)17:23
rbasakRight.17:23
rbasakIf you already have stuff that fits the traditional model, you can use cloud images instead.17:24
ogra_if you are willing to invest into that, snappy should be your choice, else use cloud images17:24
mbroadstwell what exactly constitutes a snap in this context, a single app like mysql, or a segment of the file system (/opt/something)17:24
rbasakmbroadst: if you just want to fire up a VM, uvtool wraps that all for you.17:24
ogra_a bundle ...17:25
rbasakA segment of the file system17:25
rbasakI suppose you could bundle everything you want into one snap.17:25
rbasak(that you maintain yourself)17:25
ogra_you can see a snap like a bundle of services confiugured in your preferred way17:25
mbroadstand each of the snap are like a ro aufs overlay or something17:25
rbasakBut, for example, I don't want to maintain my own mysql snap - I want to use existing mysql packaging17:25
ogra_i.e. i could roll lamp_ogra.snap which has my personal setup of mysql, apache etc in it ... and always re-use it ... installing it will run it in a confined corner of the filesystem ... if i messed up security or whatever nothing can break out of it ... if i add a fix and the fix is broken, snappy allows me seamless rollback of the whole snap17:27
rbasakogra_: anything on the roadmap for Juju integration?17:28
rbasakI want separate snaps with relations between then :)17:28
rbasakthem17:28
ogra_i guess so, i dont know the snappy roadmap yet (just changed teams)17:28
jeffreylevesqueso, if i have ubuntu 14.04 server in virtualbox, can i access the webcam?17:35
jeffreylevesque;'(17:35
patdk-wkdunno, ask virtualbox17:35
rbasakFor a USB webcam? USB passthrough is not uncommon. KVM can do it I think. Maybe virtualbox can too?17:36
mbroadstogra_: seems like snappy requires a decent amount of user interaction. I'm trying to automate the build of reproducible images. Ideally I'd be using something like bitbake/yocto, but ubuntu certification is required by the customer17:36
ogra_well, snappy surely comes closer to a bitbake or yocto binary result here17:37
mbroadstokay maybe I'm missing the automated integration of snaps17:37
mbroadstI'm checking out the webcam example17:38
ogra_but it definitely is at a point where you have to do a bit more work still17:38
mbroadstit seems like I can automate the building of the snaps17:38
mbroadstbut actually loading them in is manual17:38
mbroadstI can't just pop out a raw disk image with the snaps in them right?17:38
rbasakI presume the ability to build a snappy+snaps image is a primary use case for IoT. I would assume that you can do that.17:38
rbasakmbroadst: so maybe try #snappy? They know far more about this than just me and ogra_ :)17:39
mbroadstah, right :)17:39
mbroadstsorry got a little lost in the twenty tabs of concurrent reading over here :)17:39
rbasakI am curious about the answer though17:39
YamakasYhas anyone a preseed template for softraid ?17:44
=== soren_ is now known as soren
jrwrenis it me, or is this documentation simply wrong? http://upstart.ubuntu.com/cookbook/#pre-start19:24
sarnoldjrwren: what part/20:05
jrwrenit does not seem to mix with dpkg20:06
jrwreni have a debian/upstart script and the stop; exit 0; causes the invoke-rc.d to return a non-zero exit which dpkg hates20:06
jrwrenI'd thought this was a common pattern, but it seems it isn't.20:07
sarnoldahh :)20:09
jrwrenany suggestions or places to look?20:10
sarnoldno, sorry20:11
=== DenBeiren is now known as zz_DenBeiren
jrwrendecided to override the dh_installinst generated postinst. it works.20:39
=== ebonics_ is now known as ebonics
=== Lcawte is now known as Lcawte|Away
=== DenBeireo is now known as DenBeiren
=== neunon_ is now known as neunon
=== Lingo is now known as IronDev

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