[00:59] I have a 128MB vps, is that enough memory to run ubuntu server + cherokee + php + mysql? [01:31] Alternity: isn't cherokee a java thing? [01:31] Alternity: 128MB is probably the minimum for an ubuntu server, add mysql and an app server to that, I'd double or quadruple the memory [01:32] oh, cherokee, that's that minimal http server... [01:33] still, with mysql, another small lot of memory would be nice, but 128MB might do [01:35] :/ [01:35] hmm [01:35] maybe i should find a more lightweight distro [01:36] i feel like that shouldn't be impossible..... [01:36] ubuntu is lightweight [01:36] that is, what's lightweight is linux [01:37] hmm [01:37] cherokee is just lightweight httpd [01:37] lighthttpd might be smaller tho [01:38] isn't there some like 40mb distros? [01:38] no, listen, what uses memory is linux and the base setup [01:38] 128MB is somewhat a minimum [01:39] with gentoo and friends, you can cut that down to 64MB or perhaps 32MB [01:39] but performance is bound to suck [01:41] ye doesn't matter that much tho [01:41] i am only going to run like 2 pages [01:41] to like 10 ppl a day [01:41] but they are php and mysql.. [01:41] which will do well on 120MB [01:41] 128 even [01:45] hmm [01:45] okmight try [01:46] nginx [01:46] it doesn't matter much [01:46] even apache will do [01:46] pass [01:46] nginx is good, btw [01:46] ye haven't used it before [01:46] be fun to setup ^^ [01:56] it can be used with fastcgi for php [01:56] and some new stuff, don't remember the name === bladernr_ is now known as bladernr_afk [03:02] adam_g: cool [04:02] i'm trying to determine why my system won't boot using a rescue disk… last time i upgraded from lucid to maverick the menu.lst in grub screwed up [04:03] i mounted /dev/sda1 to /mnt/boot and grub seems to have binary files in it instead of configuration files [04:03] what's up with that? [04:04] bunch of .mod file [04:10] that's how grub2 works [04:10] the text config is in /etc/grub and /etc/default/grub [04:10] which is then built into binary config with update-grub [04:12] qman__: and idea how to fix this? i'm guessing mount /boot and chroot into my other drive to run that junk? [04:13] my other install has a menu.lst [04:13] in /boot/grub/ [04:13] yeah, reconstruct your / and /boot in a folder, chroot there, fix config, update-grub [04:14] grub2 has been default since 9.10, but if you upgraded from a system that had grub1, it kept it unless you manually replaced it [04:14] though I don't know about a lucid to maverick upgrade, I've not done one [04:15] menu.lst is grub2 or grub1? [04:15] grub1 [04:16] chances are after maverick update i should run grub-update [04:18] I stick to LTS whenever possible, I'd honestly upgrade to precise before maverick at this point [04:20] well i'm trying to get to oneiric but i have to follow the upgrade path [04:21] should i just not "restart" when it asks during the upgrade? [04:21] (sounds like a bad idea) [04:29] no, you should restart when asked [04:29] this is a vm so i'm stuck either upgrading their image or trying some fancy network boot junk [04:30] what type of VM system [04:30] actually i lied it's a dedicated box… heh [04:30] softlayer [04:31] all i have access to is a resculayer because their kvm is no bueno [04:34] well, you don't have to restart immediately, you can try to fix whatever it's not doing right first [04:34] but don't try to upgrade again or install new software without restarting [04:34] ya i'm reloading lts right now to try that [04:34] what a pain in the butt [04:37] Hi [04:37] I am trying to use port forwarding along with UFW. [04:37] In UFW log I can see port forwards to the host I am asking it to forward but UFW blocks the forward request [04:37] My configuration and log output - http://pastebin.com/ATuCacJk [04:38] Note: eth1 is the public interface and eth0 is private network interface [04:38] I believe I am missing something for which UFW is blocking the packet [04:39] another note I have 'ufw default deny' set [04:39] can someone please help me? [04:48] what's the idea behind using /srv vs /var [04:48] i think /srv is more "correct"? [05:46] does anybody have replication working in cobbler/orchestra? [06:15] what cluster config sync do you guys recommend? [06:35] blendedbychris: "cluster config sync" ? [06:59] hi all === mrmist_ is now known as mrmist [09:06] New bug: #974966 in openldap (main) "package slapd 2.4.28-1.1ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/974966 [09:23] Hello guys. I Having a problem with qemu/kvm. I don't really know where the problem relies. but this is the error. I also asked at #qemu. [09:23] error: Failed to start domain hk-mysql2 [09:23] error: operation failed: failed to retrieve chardev info in qemu with 'info chardev' [09:24] running ubuntu 10.0.4. [09:24] Did someone have the same problem? === Lcawte|Away is now known as Lcawte [11:29] I am running a Ubuntu 10.04.2 LTS in VirtualBox environment [11:29] I want access "Safe Mode" during startup, but no grub menu is showing up [11:29] imjustmatthew, hold left shift down during the boot process [11:30] oops, imyousuf ^ [11:30] qman__: Tried but does not help, but trying again [11:31] that's definitely how grub is accessed, trying to think if there's an option to make it always show [11:31] qman__: It happens so fast that I does not register the event in remote desktop mode :( [11:32] I keep the left shit key down from the moment I see VirtualBox logo, but nothing happens [11:32] it shows me the login prompt [11:33] Finally worked :) [11:33] you want the timed display mode, looking up how to set it [11:33] I had to reboot like 10 times to see it :) [11:35] you can enable the menu in the grub config too [11:36] here: https://help.ubuntu.com/community/Grub2#Configuring_GRUB_2 [11:36] edit that file, remove grub hidden stuff, and add grub timeout [11:36] then sudo update-grub to apply the changes [12:00] I upgraded mysql-5.5 on oneiric from a ppa, I'm trying to downgrade, but getting "version not found" [12:01] The previous version is showing as superseded in the ppa package list [12:02] remove the ppa first [12:03] qman__: I want to downgrade to the previous version in the ppa though [12:03] alternatively, download the .deb manually, remove the existing version, and dpkg -i the version you want [12:04] then hold the one you want so it doesn't upgrade [12:04] qman__: Ok, sounds like that's what I'll need to do [12:04] Ok, thanks, I'll do that [12:11] New bug: #975074 in mysql-5.1 (universe) "package mysql-server-5.1 5.1.58-1ubuntu1 failed to install/upgrade: Package is in a very bad inconsistent state - you should reinstall it before attempting a removal." [Undecided,New] https://launchpad.net/bugs/975074 === sergevn is now known as zz_sergevn === zz_sergevn is now known as sergevn [12:21] New bug: #975085 in nova (main) "nova mysql DB can't be restored from backups" [Undecided,New] https://launchpad.net/bugs/975085 [12:24] New bug: #974959 in nova (main) "nova daemons are not conforming to the LSB standard" [Undecided,New] https://launchpad.net/bugs/974959 === bladernr_afk is now known as bladernr_ [13:53] I have defined 'Host_Alias HOME = 192.168.1.101' and '%admin HOME = (ALL) ALL' using visudo; this blocks sudo from every IP. Can someone please help me in what I am doing wrong? [14:08] imyousuf: I'm not very familiar with sudo config, what are you trying to achieve? [14:08] http://pastebin.com/0XUR7Ke2 [14:10] I want to allow sudo command to server if user logins from certain host/network [14:10] imyousuf: Spacing issue? Does it need to be LAN=(ALL) ? [14:10] but not from untrusted network [14:10] chmac: tried that too [14:11] New bug: #975167 in samba (main) "package samba 2:3.6.3-2ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/975167 [14:13] just tried again chmac, doesn't help [14:14] imyousuf: How about just LAN=ALL instead of (ALL) ALL ? [14:14] lets try [14:15] imyousuf: Actually, probably a red herring [14:15] I'm reading up on sudo host aliases [14:16] does not help chmac [14:16] imyousuf: How about commenting out the 3rd line, where you reference two host aliases within another host alias [14:16] ok trying that too [14:16] I'm really just guessing though :-( [14:16] deleted it :) [14:16] lets see [14:17] No improvement chmac [14:17] imyousuf: You are logging in from the machine 192.168.1.1 to test right? [14:18] good question, let me check :) [14:18] imyousuf: Or do you want Host_Alias LAN = 192.168.1.0/24 ? [14:19] Host_Alias specifies network address should be 192.168.1.0/255.255.255.0 and I want to achieve it for a single host first [14:19] imyousuf: You can list multiple hosts within one alias like `Host_Alias LAN = 192.168.1.1,192.168.1.101` [14:19] imyousuf: I'm seeing /24 notation here http://onlamp.com/pub/a/bsd/2002/09/12/Big_Scary_Daemons.html [14:20] chmac: I read it from - http://www.gratisoft.us/sudo/sudoers.man.html [14:20] imyousuf: Both might be accepted... [14:21] yes chmac, that might be the case [14:21] but why ain't single host working? strange [14:21] You're logging in from 192.168.1.1 and you're in the admin group but not the sudo group? [14:21] yes the user is in admin group and I am logging from 1.1 [14:21] gtg [14:22] anyway to confirm from where I logged it? [14:27] imyousuf: anything in the logs? [14:27] chmac: auth.log only gives Apr 6 20:27:08 vmguest4 sudo: sample : user NOT authorized on host ; TTY=pts/2 ; PWD=/home/sample ; USER=root ; COMMAND=/bin/ls [14:28] imyousuf: Not sure what else to suggest, this stuff is all double dutch to me :-) [14:28] :) [14:34] Hi all. I am running MaaS on precise beta2 and the text in the web interface appears some 20 seconds after the page has loaded. Anyone knows the reason for this? [14:35] hello guys, i m about to install a mail server on my ubuntu, on which i already ahve a webserver, do you guys have some tips or advise for me [14:36] !mailserver [14:36] Ubuntu supports the Simple Mail Transfer Protocol (SMTP) and provides mail server software of many kinds. You can install a basic email handling configuration with the "Mail server" task during installation, or with the "tasksel" command. See also https://help.ubuntu.com/community/MailServer and https://help.ubuntu.com/10.04/serverguide/C/email-services.html [14:41] ubottu: thank you :) [14:41] ROmeyro: I am only a bot, please don't think I'm intelligent :) === caribou_ is now known as Caribou [14:50] seems to be happening only in chrome [14:56] ROmeyro: Actually, you might want to look at iRedMail. I've only used it on CentOS, but it works like a charm on that platform. That will save you a ton of heartache. [14:57] Cygnus-X1: oh thanks, actually I already started with postfix, but if its not going good, i ll try iRedMail. But can i use SSL/TLS with that ? [14:58] never heard of it before, but that looks like exactly the software I use anyway [14:58] hi, i want to learn about how to send email by (postfix or any other) but while configuring the server (on which postfix is installed) and having a proper setup by which the email will be send by me@MYDOMAIN.COM . i think will need to setup dns and rdns ? where can i read in detail....! ? [14:58] LAMP, postfix+dovecot, roundcube, and all the extras [15:00] journeeman: I can't reproduce your problem. I tried with 0.1+bzr415+dfsg-0ubuntu1 (version in precise) and with the latest dev version. [15:00] journeeman: is your problem happening just with the homepage? === sergevn is now known as zz_sergevn === zz_sergevn is now known as sergevn [15:02] ikonia, :P [15:09] rvba: our versions of chromium are different looks like. it happens with all the pages. not just the home page. [15:10] journeeman: I use chrome 18.0.1025.142. The versions above are maas' versions. [15:11] rvba: what's the issue? [15:11] ah I read it [15:11] rvba: maas and chromium versions are the same [15:11] rvba: that's weird [15:12] firefox works fine though [15:12] New bug: #960547 in cloud-init "Chef provisioning fails if validation_cert not defined" [Medium,Fix committed] https://launchpad.net/bugs/960547 [15:12] journeeman: try cleaning your chromium cache and try again maybe? [15:12] okay [15:12] * koolhead11 hates css [15:13] roaksoax: my first idea was that this was a js problem related to the dashboard… but if it happens on all the pages it can't be the problem. [15:13] roaksoax: there would hardly be any cache in it as MaaS is the only thing I have opened after installation [15:13] rvba: yeah but hanve't really experienced any issues with that rev... [15:13] journeeman: woudl you be willing to try a newer package version? [15:14] roaksoax: um.. i am trying to get openstack running right now. later, i guess. [15:15] has anyone tried installing cobbler 2.2.2 on oneiric? [15:15] journeeman: sure, it should affect you in any way though. So, as soon as you available just let me know and I'll point you to a newwer version [15:16] roaksoax: cool [15:17] mgw, whats the issue [15:18] with 2.1.0? [15:18] koolhead: or with installing 2.2.2? [15:18] koolhead11 ^ [15:19] mgw, are you hitting any bug? [15:22] koolhead11: cobbler replicate seems broken [15:22] It eventually works after running a few times and restarting cobbler between runs [15:23] mgw, please file a bug with the logfile, it would be really helpful [15:23] I'm trying to install opsview as outlined in http://docs.opsview.com/doku.php?id=opsview-community:ubuntu-installation but when I try to install the package I get the error "depends: libperl5.10 (>= 5.10.1) but it is not going to be installed." what do? i'm running 11.10 [15:23] (I just installed 2.2.2 on a dev system from the 12.04 repo, and it seems to work fine, no special dependencies) [15:24] don't know yet if it solves the replicate problem [15:25] 2.1 is also a dev branch of cobbler… cobbler folks say shouldn't use it in production [15:25] anybody from the orchestra team have input on that? [15:26] TonyTheTiger, according to the site you linked, 11.10 is not supported by them, only 8.04 and 10.04 [15:26] in all likelyhood it wants an older version of libperl than is available in 11.10 [15:28] ok, that's kind of what I thought, the only reason we're using 11.10 is because we're trying to run it on hyper-v (derp), I guess we'll have to either find another virualization method for this or just run it on a physical box. thanks [15:33] mgw, on 12.04 we have maas [15:34] https://wiki.ubuntu.com/ServerTeam/MAAS [15:37] koolhead11: no more orchestra? [15:38] anyway, i'm mostly interested in cobbler for now [15:38] mgw, its a bigger better version of orchestra, thats wht i can tell :) <-- roaksoax [15:44] mgw: if you could file a bug it would be great! [15:45] roaksoax: I'll capture the output next time I try to replicate [15:45] So there've been no other reports of replicate breaking? [15:46] I have to run twice to get all profiles (sub profiles don't come in first time) [15:46] then restart cobbler [15:46] then I can sometimes replicate the systems [15:47] roaksoax is there any inherently bad thing about running 2.2.2 on oneiric? [15:47] it's all python, right? [15:48] I seemlessly installed the precies python-cobbler, cobbler-common and cobbler dpkgs on an oneiric dev machine [15:48] mgw: yeah there shouldn't be any issues [15:48] (I did this b/c #cobbler says to avoid 2.1) [15:48] mgw: and TBH we haven't test the replicate feature ;) [15:48] oh [15:48] I seem to recall reading a bug on it somewhere [15:48] that's been fixed [15:49] in the fedora project === Nafallo_ is now known as Nafallo [15:49] ok, i'm going to upgrade to 2.2.2 [15:49] if the bug is fixed, i'll let you know that as well [15:49] mgw: so if you find that link and the path to it I'll be more than glad to apply it [15:53] this is part of it [15:53] https://github.com/cobbler/cobbler/issues/63 [15:54] and this [15:54] https://github.com/cobbler/cobbler/issues/54 [15:54] rvba: roaksoax: koolhead11: seems to be an http proxy configuration problem. thought i didn't need to set up proxy for chromium as i had to access maas on localhost. works fine now. [15:54] journeeman: cool, thanks for the heads up! [15:54] mgw: cool, could you please file that bug and paste those link. It would help me a lot [15:55] rvba: sure :) [17:11] New bug: #958831 in samba (main) "Samba rebroadcasts information it should not" [Undecided,New] https://launchpad.net/bugs/958831 [17:15] New bug: #972603 in amavisd-new (main) "package amavisd-new-postfix 1:2.6.5-0ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/972603 === Lcawte is now known as Lcawte|Away === sergevn is now known as zz_sergevn === zz_sergevn is now known as sergevn [19:30] hello [19:33] please how can I install php 5.4 on ubuntu server? I've done aptitude versions php and there's only 5.3.10. Do I have to build it or is there 5.4 package somewhere hidden? Thanks [19:43] download the .tar.gz file, and compile it === Arc_ is now known as a5m0 [19:47] patdk-wk: ok, thanks. I'll try [20:52] hi how do i know what ftp daemanon is installed on a pc [20:55] excalibour: what version of ubuntu ? [20:55] 10.10 [20:56] excalibour: if you do dpkg -k | grep -i ftp , you should see the ftp version you are using [20:56] ty ikonia, tryying right away [20:57] excalibour: dpkg -l sorry [20:57] I made a typo, I didn't notice [20:57] not -k , -l [20:57] yep :) returned an erro :) [20:58] dpkg -l | grep -i ftp [20:58] that's better [20:58] -l is correct [20:59] ii ftp 0.17-19build1 The FTP client [20:59] ii proftpd-basic 1.3.2c-1ubuntu0.1 Versatile, virtual-hosting FTP daemon - bina [20:59] there you go, [20:59] i didnt understand virtual hosting thingy but it says proftpd i guess [20:59] it's just wording [20:59] the daemon is proftpd [21:00] has different versions? like basic/pro..,etc? [21:01] nah, don't worry about that [21:01] it's "proftpd" [21:01] ty very much ikonia, i needed to know that as i cant ftp to my WWW [21:02] lemme go to phase B, is it user permissions that s unabling to upload to www [21:02] what's the actual problem ? [21:04] i can ftp to my test server but cant upload via ftp [21:04] what's the error === Arc__ is now known as a5m0 [21:05] perm denied error on filezilla [21:05] ok, so there you go "permissions" [21:06] New bug: #950193 in cobbler (main) "[FFe] [MIR] Cobbler" [High,In progress] https://launchpad.net/bugs/950193 [21:06] i guess so, i think it s because settings i ve done before to harden security [21:07] as a newbie [21:07] adam_g: hey, can you point me to docs on how I might setup horizon to work with my openstack? (MIR review) [21:10] jdstrand: sure [21:10] jdstrand: actually its very straight forward, just modify /etc/openstack-dashboard/local_settings.py , set OPENSTACK_HOST to the address of your keystone host, restart apache and you should be good [21:11] oh, hey [21:11] heh [21:11] that'll work :) [21:11] jdstrand: the dasboard is essentially just a web-front end to the various openstack client libraries [21:12] jdstrand: oh, also, you should probably 'apt-get install python-memcache memcached' and set CACHE_BACKEND='memcached://127.0.0.1:11211/' in local_settings.py as well, otherwise you'll have to re-login a lot [21:14] ok [21:14] I'll add this to the wiki page when I get it working [21:15] jdstrand: cool. let me know if you have any problems [21:16] adam_g: thanks! [21:19] ikonia>> can u have a look at my conf file @ http://pastebin.com/7QUteC7c [21:21] adam_g: Please can i see a diff of your horizon change for juju support before you upload please? [21:25] Daviey: yeah, i wasn't planning on applying before getting an OKAY [21:26] Daviey: http://paste.ubuntu.com/918025/ [21:26] Daviey: actually thats a lot bigger than it should be [21:28] adam_g: oh, i knew that.. but wanted to give it a smoke before you did :) [21:28] adam_g: good to see there is a test.. Do you think this would be accepted for Folsom ? [21:29] Daviey: actually that test is just cp'd from the ec2 panel, in fact the whole juju panel is. :) [21:29] lol [21:29] Daviey: im not sure there'd be interest in having such a deployment-specific add-on [21:30] adam_g: is it viable to use inheritance better, if there is duplication ? [21:30] adam_g: yeah, i think you are right.. it opens upstream to having to support everything. [21:30] Daviey: could be, this was my first crack at ever even touching django. ill see if i can squash some of the dupe [21:31] Daviey: right, plus i think the idea is that deployers would customize the dashboard to fit their offering [21:31] adam_g: Yeah [21:31] New bug: #975519 in samba (main) "package samba-common-bin 2:3.6.3-2ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2" [Undecided,New] https://launchpad.net/bugs/975519 [21:46] adam_g: thats a rather large patch [21:48] adam_g: worked great. that was easy! :) [21:49] Daviey: arm session has been accepted [21:49] jdstrand: nice :) [21:49] zul: as i said, that diff is larger than it needs to be [21:52] hallyn, i was trying out the lxc ubuntu-cloud template.. it documents a userdata parameter (-u/--userdata) but the getopt invocation doesn't include it so it barfs if you try to pass it in [21:54] hazmat: pls talk to utlemming about that, i have no idea [21:54] hazmat: looking [21:55] utlemming, thanks [21:55] i'm running out to dinner, bbiab [21:55] hazmat: real fast, can you give me paste of what your seeing? [21:56] zul: schweet [22:06] can u have a look at my conf file @ http://pastebin.com/7QUteC7c i cant upload to my WWW folder [22:10] zul: have you seen this test failure before? https://launchpadlibrarian.net/100498070/buildlog_ubuntu-precise-i386.glance_2012.1-0ubuntu5_FAILEDTOBUILD.txt.gz [22:10] adam_g: thats new [22:11] zul: yeah, passed fine on the last glance upload [22:11] hmph [22:11] adam_g: just rebuild it [22:12] disabling tests for now on the PPA, will look at getting the test suite passing again once i verify my fixes [22:12] adam_g: ubuntu5? [22:17] hey [22:18] zul: im testing a bunch of changes in a PPA [22:18] k [22:19] adam_g: when you put it in to proposed compress the debian/changelog into -ubuntu2 please though [22:20] zul: yup [22:20] would anyone like to help run a server with a couple of friends? [22:28] dumb question, how do I update libssl without actually removing it? [22:28] can't I just compile it and overwrite the current version? [22:30] libssl? [22:30] u wanna just update yeah [22:30] openssl, I guess [22:31] well theres a simple way [22:31] sudo apt-get update [22:31] then sudo apt-get upgrade [22:31] that doesn't work. [22:31] it just uses 0.9.8 [22:31] what version you got? [22:31] openssl version [22:32] 0.9.8 [22:32] tjf: perhaps the better question is, what problem are you trying to solve? [22:32] hmm you tryed this ? " cd /usr/src [22:33] hold on cba to type the whole thing heres a link for you http://www.directadmin.com/forum/showthread.php?t=163&page=1 [22:33] sbeattie: a bunch of root@techessentials:~/openssl-1.0.1# openssl version [22:33] OpenSSL 0.9.8k 25 Mar 2009 (Library: OpenSSL 0.9.8o 01 Jun 2010) [22:33] err [22:34] a bunch of packages I want don't work because the version of OpenSSL I have is too old. [22:35] anyone looking for a server to help monitor? as im currently working on a server and looking for people to help maintain it? [22:36] so my question is, how do I overwrite the library I already have with the one I just compiled? [22:37] why not save your self the Hassel dude and just re install the entire thing [22:38] that won't work. [22:42] what server you running? [22:42] cause the last problem i had with OpenSSL i just ran sudo apt-get purge openssl then, sudo apt-get install openssl [22:43] and walla everything was working fine and dandy, the reason why some Packages may not be working with yours will mainly fall down to the fact you havent kept upto date with package updates [22:46] tech936: when I try to install libssl-dev it says... [22:46] libssl-dev: Depends: libssl0.9.8 (= 0.9.8k-7ubuntu8.8) but 0.9.8o-7ubuntu1 is to be installed === Lcawte|Away is now known as Lcawte [23:34] utlemming http://pastebin.ubuntu.com/918189/ [23:34] k, I'll look at that [23:46] New bug: #975616 in nova (main) "package nova-compute-uml not installed failed to install/upgrade: trying to overwrite /etc/nova/nova-compute.conf , which is also in package nova-compute-kvm 2012.1-0ubuntu1" [Undecided,New] https://launchpad.net/bugs/975616 [23:50] New bug: #975617 in nova (main) "package nova-compute-qemu not installed failed to install/upgrade: trying to overwrite /etc/nova/nova-compute.conf , which is also in package nova-compute-kvm 2012.1-0ubuntu1 (dup-of: 975616)" [Undecided,New] https://launchpad.net/bugs/975617 [23:55] utlemming, looks like its one line fix to the getopt invocation.. options=$(getopt -o a:hp:r:n:Fi:CLS:u:T:ds: -l arch:,help,path:,release:,name:,flush-cache,hostid:,auth-key:,userdata:,cloud,no_locales,tarball:,debug,stream: -- "$@") [23:56] hmm.. maybe not [23:57] that parses the args, but it doesn't seem to actual use the provided init