[00:03] ScottK: hey - got an example build for bug 495564? [00:03] Launchpad bug 495564 in launchpad-buildd "Depwait package fails build instead of returning to depwait if build-deps are uninstallable" [Undecided,Confirmed] https://launchpad.net/bugs/495564 [00:03] that you haven't already retried, that is....] [00:03] Not sure. Let me check. [00:06] lamont: Maybe https://launchpad.net/ubuntu/+source/kdeutils/4:4.3.80-0ubuntu1/+build/1382988 [00:21] that looks like the output we've never managed to parse, since it's missing stuff we kinda need [00:30] lamont: If you can improve the instrumentation to get more data, we've got another KDE upload next week. That should produce the conditions for this. [00:34] ScottK: the issue is that "but it is not installable" doesn't tell us _why_, or what the corrective action should be. [00:37] lamont: In these conditions packages used to reliably stay in depwait once they got there to begin with. IDK what has changed recently. [00:42] ScottK: yeah - what I need to see is what the log looks like in a build with that condition on jaunty, vs on karmic [00:42] rather, karmic vs lucid [00:42] hrm... hardy vs lucid, actually [01:07] If i do chmod 777 {folderName} and i want all the files to have the same permissions what do i put? [01:07] LyonJT: -r [01:07] or /* [01:08] either: chmod -R 777 foldername/ [01:08] or chmod 777 foldername/* [01:10] Note that you probably don't want files to be executable. [01:10] chmod -R a+rwX will make all three octets readable, writable and *maybe* executable. [01:11] The uppercase X means that executability is only applied if at least one execute bit is already set. [01:11] For example, directories and scripts will go from 755 to 777, but files will go from 644 to 666. [01:11] cheers Ziber [01:12] Also note that 777 is rarely what you want -- study the meaning of the "sticky" bit for directories, and cf. the permissions on /tmp. [01:25] how secure are user's passwords on Ubuntu-Server? For example is it possible for root to see (in plaintext) the passwd of users on the system? [01:26] no [01:26] passwords are hashed in either md5-crypt or sha256 [01:27] isn't md5 cracked (or crackable)? [01:27] sha256 support was added and made default in jaunty [01:27] is there a way to force sha256 on Ubuntu Server 8.04 (hardy)? [01:27] md5 is not cracked, but it is possible to brute force the hashes through rainbow tables [01:27] no [01:27] right, thats what I meant [01:27] it is not supported in hardy [01:27] however [01:28] md5 is still reasonably secure, and the hashes are only readable by root [01:28] so you would have to have a significant compromise first [01:28] before anyone got a shot at your shadow file [01:28] and then they would have to brute force it with a reasonably large cluster for a few months [01:28] providing your passwords are good [01:28] if you have weak passwords, nothing can help you [01:30] if you're concerned about weak passwords, I suggest you brute force it yourself with john the ripper [01:31] k, thanks for the info qman` [01:32] qman`: I thought LDAP used SHA1 [01:33] At least, when using exop [01:34] twb, I don't know about ldap, but the shadow file uses md5 [01:35] qman`: I was poking re. sha256 [01:35] ChrisRut: usually a rubber hose is a faster means of getting the passwords. [01:35] ChrisRut: and of course with physical access they can do whatever they want [01:36] rubberhose? [01:36] oh, it's actually sha512, my mistake [01:37] ChrisRut: http://en.wikipedia.org/wiki/Rubber_hose_cryptanalysis [01:37] # The "sha512" option enables salted SHA512 passwords. Without this option, [01:37] # the default is Unix crypt. Prior releases used the option "md5". [01:37] in /etc/pam.d/common-password [01:37] qman`: but that's still only for Jaunty and up right? [01:37] ChrisRut, yes [01:37] :( [01:38] I can't wait for 8.10 (LTS), so that I can start using that. [01:38] err 10.4 [01:38] yeah, a lot of great new stuff has come out since 8.04 [01:38] definitely looking forward to lucid [01:39] my VPS host only provides LTS images, so 8.10 and up aren't available [01:40] !dist-upgrade [01:40] A dist-upgrade will install new dependencies for packages already installed and may remove packages if they are no longer needed. Please see !upgrade for the proper release upgrade methods. [01:40] !upgrade [01:40] For upgrading, see the instructions at https://help.ubuntu.com/community/UpgradeNotes - see also http://www.ubuntu.com/getubuntu/upgrading [01:41] no, can't upgrade... using Virtualmin [01:41] Virtualmin doesn't play nice with non-LTS ubuntu [01:42] ChrisRut: sorry, I'm abusing the channel to talk to ubottu [01:42] ohh,you weren't talking to me? [01:43] ChrisRut: correct [01:43] ohh my bad [01:44] well, thx for the help qman I appreciate it. === ChrisRut is now known as ChrisRut_ [01:44] no problem === ChrisRut_ is now known as ChrisRut === ChrisRut is now known as ChrisRut_ [02:07] Is there no torrent for server 9.01 amd64 ? [02:07] 9.10* [02:08] Rezagrats: why not just do a minimal install, then use apt-bittorrent? [02:09] Twb, i was asking if there was a torrent for amd64 9.10 server edition... 'cause 30KB/s is lame. [02:09] Rezagrats: you only need to download 15MB to do the base install [02:09] For the server ? [02:09] For anything. [02:10] Link... [02:10] Hm, I suppose you'd probably need another 100MB or so over pure HTTP before you could use apt-bittorrent -- I don't think it's supported within d-i. [02:10] !mini.iso [02:10] The Minimal CD image is very small in size, and it downloads most packages from the Internet during installation, allowing you to select only those you want (the installer is like the one on the !Alternate CD). See https://help.ubuntu.com/community/Installation/MinimalCD [02:11] Wow, that even has normal links. I usually just dig it out of dist/main/installer-$arch [02:11] When does 8.04's support end? [02:11] Rezagrats: different packages have different support lengths. [02:12] Right, but iirc, 8.04 was the extended support. [02:12] http://bazaar.launchpad.net/%7Enijaba/ubuntu-maintenance-check/trunk/ will tell you about individual packages. [02:13] 8.04(Hardy Heron)-Maint.til:Ubuntu->2011-04,Server->2013-04,Kubuntu->2009-10 [02:14] Dunno if that extends to packages in universe. [02:29] It appears that universe doesn't get support [02:29] At least according to u-m-c [02:30] twb: That's what I thought, only main is really really officially supported. [02:30] jmarsden: yeah, some cowboy tried to tell me different a while back [03:06] New bug: #496389 in dovecot (main) "package dovecot-common 1:1.1.11-0ubuntu11 failed to install/upgrade: " [Undecided,New] https://launchpad.net/bugs/496389 [03:10] can someone verify that this is right and what directory taht ssl sites need to be put in? http://pastebin.com/m18516607 [03:12] thewrath, ssl sites can be placed wherever you want them [03:13] I don't see anything wrong with that configuration off-hand, provided that the files and directories you've specified exist and there isn't an apparmor profile in the way [03:15] k [03:15] yea i have it setup that only certain directoresi are ssl [03:16] is there anything like DVDecrypt for Ubuntu? [03:17] qman`: it just gives me the indexing [03:17] I don't know what that is, but if you're looking to decrypt DVDs, libdvdread is what you want [03:17] even though in /var/www-ssl/html i have a index.php and /var/www-ssl i have a index.php [03:17] thewrath, is php installed and working otherwise? [03:17] yes [03:18] it does not even list any files [03:22] so an index.php works on another site configuration? [03:22] because I just tested it, and it doesn't require any special permissions [03:23] got it working [03:25] how do i set up for phpmyadmin to only work in https and not http === dendro-afk is now known as dendrobates [03:48] Hi all! I have samba working on a windows network. I have some questions about samba's print server. Where can the printer be connected? A windows computer over USB, linux server, network? How can I install the printer drivers into the server (maybe CUPS)? Thanks in advance ;) [04:04] Is there an easy way to make logcheck not report on cron entries like it used to not do? [04:05] micahg: install locheck-database? [04:06] Set your monitoring level appropriately (e.g. workstation vs. server)? [04:06] Write appropriate whitelisting entries? [04:06] New bug: #495213 in mysql-dfsg-5.1 "Server install with LAMP asks three times for MySQL password" [Undecided,New] https://launchpad.net/bugs/495213 [04:08] thanks twb, seems like I might have to edit the rules a little... [04:53] How do I install an HP printer on my ubuntu server from command line? thanks [04:55] fbdystang: sensible-browser https://127.0.0.1:631/ [04:58] what is that? it says the connection is untrusted? [05:00] fbdystang: it's CUPS. [05:00] you do not have a ssl cert insatlled, so it's marked untrusted. [05:01] view the cert, and allow it :) [05:02] I already have cups installed, but it is command line, not gnome, how do I install from command line? [05:02] fbdystang: that's cups web interface. [05:02] You can also go to http://localhost:631/ [05:03] gotcha [05:03] hidden cups magic <3 [05:03] NICE, that's local? [05:04] Yes. [05:04] To enable other computers to access the "print server" you need to edit the cups config file and allow other IP addresses. [05:04] Dude, thats awesome your the man. [05:04] yea, I tried that but to no avail [05:05] If you change it, you need to reload the cups configuration. [05:05] do you mean restart cups? [05:06] sudo /etc/init.d/cups reload [05:06] if that doesn't work, use restart instead. [05:06] reload reloads the configs without breaking connections. tis good on production servers. [05:06] but i'm not sure if everything supports it. most docs just tell you to restart. [05:07] OH, this is just a little old pc that I loaded ubuntu server on to play around with [05:07] if you're on a newer version of ubuntu, you can 'sudo service cups reload' instead. which is handy. [05:07] not a production server [05:07] yea, its 9.10 [05:07] but i belive hardy didn't have that. maybe intrepid added it. [05:07] i actually can only get hardy installed on my proliant, which is why i'm in here. waiting for failure, so i can bug people ;) [05:08] haha, nice [05:09] right now it's being silly and not showing me the keyboard shortcut to get into the array menu because it's low on battery. [05:09] C-m mayhaps. [05:09] OK, so it is asking for a username and password, what is it? [05:09] do you really have to give your correct name and address to an registrar as long as you pay? I understand that you don't technically own a domain if it's not your correct name, however, you could write to the registrar that your name/address changed at a later point in time and give them your real name, if it is really necessary. what do you think? [05:12] AtomicSpark: you there? [05:14] fbdystang: sort of [05:14] tele9: depends. i'm pretty sure in the us, that would be fraud. [05:15] tele9: a lot of domain registrars have some sort of... privacy option. [05:15] tele9: i like nearlyfreespeech.net [05:15] but it's a pain to pay. no automation. [05:16] AtomicSpark: I'd be also pleased with a service that takes my real name, but doesn't publish it in a whois database. I just want to have something that prevents every idiot on this planet from seeing my private address in a WHOIS. only authorities should be able to see it, no one else. [05:16] AtomicSpark: when you get a sec, i am trying to figure out how to log in with a password to CUPS. thanks [05:16] tele9: yes, nearlyfreespeech has something like that. it costs a penny a day. i'm sure other places have a service like it. [05:17] tele9: they basically use their info for the whois and any mail you get, they shred. [05:17] AtomicSpark: but I don't own the domain then anymore, do I? according to ICAN, the name in the WHOIS database owns the domain. [05:17] tele9: you really never own it. [05:18] tele9: late on one payment, and you're screwed :( [05:18] tele9: trying to "hide" your email address from the internet is futile [05:18] fbdystang: looks like it prompts you using html auth when you try to click a button on this page http://localhost:631/admin [05:18] AtomicSpark: talking about experience? [05:19] twb: not so worried about my email... [05:19] tele9: oh, you mean your postal address? [05:19] tele9: Yes. They charged me $30 to "save" my domain. [05:19] twb: yes. [05:19] Meh. [05:19] tele9: i believe you can customize the whois for nearlyfreespeech. i forget. [05:19] You mean that people actually post shit to your apartment because you happen to have it in WHOIS? [05:19] tele9: like you can just have their address, but keep your name. [05:20] AtomicSpark: exactly, is there a standard root password for the thing? [05:20] fbdystang: my administrator account works for it. [05:20] fbdystang: so maybe anyone with sudo access? [05:20] fbdystang: we dont root on ubuntu :P [05:21] hold on, my server keeps rebooting and it's annoying. [05:21] AtomicSpark: I know, like everything else with ubuntu though, ....ok, I tried with sudo and it didn't work :( === nxvl_ is now known as nxvl [05:22] fbdystang: tried what with sudo? [05:22] fbdystang: just enter in *your* username and password when it prompts you. [05:22] haha! i tried to boot off a blank cd :\ [05:22] AtomicSpark: yea that's what I meant, it didn't work [05:22] NICE [05:22] you sidetracked me and i never got around to burning ubuntu server. [05:22] haha sorry [05:23] or... it failed to burn. interesting. [05:23] what burner you running? [05:24] twb: yup, or do even more. identity theft, etc... [05:24] ... [05:24] welp, my desktop asploded. bbl. [05:25] ouch [05:25] tele9: if you can afford a domain name, you can probably afford a few more dollars for a PO box [05:26] Or just abuse your office address or something :-) [05:26] twb: are PO boxes allowed? I don't think so... but a whois guard sounds good to me. [05:26] tele9: dunno [05:27] I stick to dyndns names because I don't give a shit about my TLD suffix [05:27] That and I am poor [05:27] $1/mo would mean doing twice as much work [05:29] lol [05:35] I have an old HP printer connected to a windows computer which is on the network in samba. Can this printer be connected to the network and printed on by others? [05:36] I mean can it be seen by CUPS and my ubuntu server? [05:36] Yes [05:36] REally? how? [05:37] I am in the cups webpage admin now [05:37] I'm not sure. [05:37] do I have to log into the web page from that specific windows computer? [05:37] No. [05:38] Do you have an option under "other network printers" for Windows Printer via SAMBA? [05:38] If not, then samba support isn't installed by default on a server and I haven't done that before. Probably just a simple samba-client thing. [05:38] yea, "Windows Printer via SAMBA" [05:39] Wonderful. [05:39] I have samba installed, btw did you get your desktop working correctly? [05:39] So you should be able to use that to add your shared printer on your windows machine. [05:40] Then other computers can technically use your linux server to print. [05:40] now that I have found a good registrar, what are good name server hosting companies? [05:40] Here are the docs https://help.ubuntu.com/9.10/serverguide/C/cups.html [05:40] tele9: i use my registrar. do you have a website? what kind of host? if it's dedicated or vps, you could set your own dns up ;) [05:41] AtomicSpark: setting your own dns up on your vps or dedicated is usually not a good idea. I'd like to keep registrar, name server and web hosting separate. [05:42] Right, I have read that. I just am not sure how CUPS will see it because the printer is only attached to windows through a usb, not shared [05:42] well linode also provides dns. seprate from your vpn. [05:42] yet the doc says it will [05:42] fbdystang: get on your windows machine and share the printer! :) [05:42] fbdystang: just like you'd share a file or folder. [05:42] right click, shareing and security, etc. [05:43] OK, never done that but I will try [05:43] * AtomicSpark downloads karmic iso [05:44] oh, by the way, where would I file a "bug" about the server info section of ubuntu.com? who maintains it? [05:44] not having a link to the torrent or other files is :\ [05:45] I could have sworn I got it from a link a couple of days ago [05:47] There is a link on the "desktop" pages. [05:48] compare: http://www.ubuntu.com/GetUbuntu/download http://www.ubuntu.com/getubuntu/download-server [05:48] under alternative download options of the first link, you can go to torrents, which list the server. [05:50] at least they had the sense to push 64bit on the server <3 [05:50] I noticed that :) [05:51] 08r2 is 64bit only. :3 [05:51] both pages give same options [05:51] I am not seeing what you are talking about [05:52] First link has "Other download options" section and links? [05:52] under the version choices. [05:53] second link just goes on about cloud computings. :P [05:55] "Little Johnny just loves to compute his cloud! It sure it swell!" [05:56] AtomicSpark: No, right below the download location is "alternativ download options" which you click on and get the options [05:57] there you can switch between 64 32 and 8.04LTS and 9.10 [05:58] yes, but there is no link to the torrents [05:58] that is what he's getting at [05:58] ok agreed [05:59] fbdystang:) [06:00] Happy tomorrow! [06:00] I recall having some trouble finding what I wanted this time around, too [06:01] ended up finding a mirror and browsing the files manually [06:01] I realize they're trying to simplify the page for new users, but that's no excuse for removing important links altogether IMO [06:03] Anyways, hopefully the karmic server installs and I wont have to grumble about grub failures. :) [06:03] why not just download direct? [06:03] it has grub2 now :) [06:03] Torrents are good mmk. [06:03] this time of year, no reason not to download direct [06:03] but around launch time, torrents are the only way you'll ever get it [06:03] Well, I like saving ubuntu money :) [06:03] :) [06:10] IMO better to download from your local university or ISP mirror [06:10] Yeah. [06:11] My ISP doesnt do that. [06:11] And neither does my college. [06:11] Replace them [06:11] This is the US, we have monopolies [06:11] Replace your nation-state [06:11] Your constitution even guarantees you the right to do so [06:12] our constitution guarantees a lot of things [06:12] but right now we have some socialists running the place and ignoring it [06:12] give it time [06:12] there has to be a university around that does [06:12] Also, there will be an option soon, i believe it's like "do you want to activate the scusi array" (at least it did in intrepix). I have a real array controller and it's setup to manage it. Do I say yes or no? What does this do exactly? [06:12] Debian installer isn't very... explaining. [06:13] s/scusi/scsi === Basso_ is now known as Basso [07:09] How do I connect CUPS to a shared windows printer? [07:14] qman`: it's quaint how you consider socialism to be a BAD thing. [07:29] Did something change in Karmic? I have my RSA public key in authorized_keys on my server and when loging in, it still prompts for my password and not passphrase. I even recreated my key and used seahorse's wizard. :\ [07:39] AtomicSpark: ask /var/log/auth.log on the server [07:39] AtomicSpark: probably you have incorrect permissions on a relevant file or directory [07:40] ssh -vv claims my key is failing. not sure why. permissions are intact. debugging in -ot [07:40] AtomicSpark: do what I told you [07:41] AtomicSpark: the ssh client CANNOT tell you what is wrong [07:41] Dec 14 01:41:16 proliant sshd[2317]: Error attempting to add filename encryption key to user session keyring; rc = [1] [07:42] I don't know what that means. [07:42] Me either. [07:42] :P [07:42] Maybe your authorized_keys file contains gibberish? [07:42] Increase sshd's debugging and restart it [07:43] One would hope not, i used a fresh .ssh/ dir and seahorse. :\ [07:43] Nevermind, #361984 [07:43] https://bugs.launchpad.net/ubuntu/+bug/361984 [07:43] Launchpad bug 361984 in ubuntu "Can't login via ssh with public key because of encryptfs" [Undecided,New] [07:44] There's a bot for that. Cute. [07:45] Well that bug fails, but obvious reason is obvious. [07:45] My home directory is encrypted, it cant read .ssh if it's not there. [07:45] So I'll have to put my key into the /etc version. [07:47] Well that wont work either. Nevermind. [08:12] hello! have anybody any advices what to read about configuring samba4 on ubuntu 9.10 as a domain controller [08:15] Samba 4 hasn't been released by the Samba developers. [08:16] but "sudo apt-get install samba4" works [08:16] There appear to be alpha builds in Intrepid onwards, but you'd be made to deploy alpha software in a production environment. [08:16] hm... === Barre_ is now known as Barre [08:29] twb, since this isn't #politics, I won't really get into it, but I hold freedom and individual rights above all else, and socialism flies in the face of that [08:31] good monring [08:33] a good morning indeed, going quite nicely here :) [08:49] ttx++ # fixer of bugs [09:42] Would this be a good forum to ask questions about etckeeper default config? [10:12] persia: if we have the answer, we'll happily give it to you. so go ahead and ask [10:13] heh. [10:13] So, I use lvm on most of my systems, and end up creating and destroying volumes fairly regularly (snapshots). [10:14] etckeeper tries to keep track of all of this, which strikes me as noise, but I'm not sure everyone would perceive it that way. [10:15] So I wondered about the feasibility of dropping inclusion of /etc/lvm/backup/* or if someone had a good usecase to keep it. [10:16] (but I'm somewhat uncertain if this is really a server thing, or more general) [10:20] persia: i'm not sure about best practice in this case. a quick google shows this: http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/82dcdcac33766359 [10:21] There's also inherently transient stuff like /etc/resolv.conf. The trick is making sure the default ignore list is correct. I'm sure everyone has pet stuff they add as an admin, but I'm less confident when it comes to making a change that affects everyone. [10:22] Alternately, one could make the argument that some of that stuff doesn't belong there at all :) [10:40] anybody know what is the status on xen support in karmic kernels ? [10:41] A couple weeks ago I heard it didn't work, but that is unverified hearsay. [10:52] persia: it is verified [10:52] :P [10:52] there is no xen support compiled in the -virtual kernel [10:53] and you cannot use older host kernels anymore [10:53] due to some changes in mountall [10:53] which require newer kernel to be present [10:55] Belgarath: I believe the issue was that not enough developers were working on Xen. If you use it, and you'd be up for making sure it works, I'm sure that it could come back for lucid. [10:57] persia: ok, I am following the bug in the launchpad [10:57] what more \I can do ? [10:59] Not being someone who understands the Xen stack, I'm not sure precisely. [10:59] But submitting patches that would make it work, etc. tends to be a good place to start. [10:59] Perhaps someone more familiar with Xen can comment on how you can help in more detail. [10:59] triaging bug reports is also a good way to get started [11:00] Indeed. [11:01] IMO Xen needs some serious QA. [11:02] Currently it recieves little, if any [11:02] Espeically as most issues get raised post-release. [11:02] such as not having a usable kernel :) [11:02] kernel oops generating locale in chroot. [11:07] Daviey: to be honest I wouldn't even notice this [11:08] but karmic require newer kernel than my host have\ [11:08] and I wanted to use the gest kernel rahter than host to boot it up [11:08] aybe that is why this things do not get attention [12:18] Hi, I'm looking to have a number of server installations on a private network - all running identical installations including packages etc. Is there anyway to setup a mirror that only downloads and updates those packages which are requested through it from the LAN...ie- it doesnt store all 220 og GB, just teh few packages that it is requested of? [12:21] PC_Nerd101: this forum thread has some great pointers: http://ubuntuforums.org/showthread.php?t=123640 [12:21] basically, 'yes you can' and that thread shows 3 or so ways that might be useful to you [12:34] hey people....this is a rtfm question: a 0700 filepermission is viewable by the user or is there something im missing here [12:35] dru: It is. [12:36] im still trying to make samba users folders inaccessable to other users. accouring to the man samba inherits the filepermissions used by the system. meaning that a file with a 0700 permission shouldnt be viewable to other users. I mus be missing something [12:38] dru: "viewable" is slightly ambiguous. [12:38] dru: Other users can /see/ the file. They just can't open it and see its contents. === dendrobates is now known as dendro-afk [12:40] jiboumans: Thanks - I'll look into it :) [12:41] can I use "." to make files invisible? [12:48] k scratch that [12:54] mornnig [12:55] morning zul [12:55] hey jiboumans [12:55] zul: i think we got the needed feeedback on server-lucid-improve-testcases [12:55] probably time for a 2nd pass [12:57] jiboumans: sure ill take a look at it today [12:57] thanks zul [12:57] jiboumans: just trying to wake up ;) [12:57] zul.insert( coffee ) [12:58] jiboumans: dude I was surrounded by coffee fields when I grew up...hate the stuff [12:58] zul: ok, jumping face first in the snow may have the same effect, if you prefer [12:59] jiboumans: meh...im indifferent to it [13:11] zul: let us know how the landscape code drop comes along as well please [13:11] jiboumans: will do [13:50] what do people think about putting php 5.3 in universe? [13:53] +1 [13:58] zul: Would that leave another version of php in main? [13:59] soren: yeah the 5.2.11 [13:59] zul: There's a separate source package for php 5.3? [14:00] soren: i believe so I thought I would throw the idea against the wall and see what people would say [14:00] zul: I don't understand the proposition, then. What's so bad about php 5.3 that we prefer 5.2 over it? [14:01] fwiw, I don't see this other source package. What's it called? [14:01] soren: its still in debian experimental and its not well maintained by debian yet [14:01] oh wait it isnt a seperate source package [14:01] nm :) [14:10] good morning all. [14:11] soren, zul ttx, could one of you [14:11] afternoon [14:11] a.) accept nomination for karmic for bug 494185 [14:11] Launchpad bug 494185 in ec2-init "ec2-init selects us-east-1 mirror when running in us-west-1 region" [Medium,In progress] https://launchpad.net/bugs/494185 [14:11] b.) sponsor it for lucid [14:12] smoser: i can do it === dendro-afk is now known as dendrobates [14:12] but it will cost you your first born [14:13] just kidding [14:13] zul, thanks. the lucid isn't all that important, as I expect to be working on ec2-init heavlily this week, but please accept the karmic proposal [14:13] zul, and be careful what you wish for on the first born thing [14:14] i would have thought you'd have learned in the past 2 years that that isn't that smart of a request. [14:15] smoser: i would have placed an advert on ebay ;) [14:16] ah. [14:17] smoser: so you want that debdiff in its entirety? [14:17] yeah, are you questioning the 'include' ? [14:17] simple-patchsys.mk ? [14:17] no the debian/changelog [14:17] i added that because as it is right now there is no patch system for ec2-init in karmic. [14:17] its still for karmic [14:18] and i wanted the hardy to be easily based off the karmic [14:18] but im uploading that for lucid [14:18] karmic == lucid right now. [14:18] so lucid isn't htat important, but sure. [14:18] gotcha [14:22] done [14:29] smoser: how would the karmic SRU affect the cloud images ? === ttx_ is now known as ttx === dendrobates is now known as dendro-afk [14:31] smoser: it would get caught in a future image respin ? [14:33] smoser: also why did you add simple-patchsys.mk? === robbiew_ is now known as robbiew [14:43] ttx, yes, karmic sru affect cloud images. it would get caught in future respin by design [14:43] smoser: ok [14:44] zul, i said why i added the patchsys.mk above, but here again... i did it because right now the hardy deb is based on the karmic and the karmic has no patchsys at all [14:44] so, in the hardy , i have some patches that "hardy-ify" the karmic deb, and they're done via simple-patchsys. [14:45] smoser: ttx and I just wanted to clear that up [14:45] you can see that diff at https://launchpad.net/~ubuntu-on-ec2/+archive/ppa/+packages [14:45] gotca [14:45] the goal was that a diff of hardy and karmic debs would show only the hardy changes [14:46] and thosw woudl be in pathches as patchsys [14:48] ttx, zul what do i need to do next to get it into karmic? [14:49] smoser: file an SRU request [14:49] lemme pull that up for you [14:50] https://wiki.ubuntu.com/StableReleaseUpdates [14:50] ok [14:54] New bug: #493761 in php5 (main) "php5: build from source: Patch suhosin.patch does not remove cleanly after running configure-* rules" [Wishlist,Confirmed] https://launchpad.net/bugs/493761 [14:54] New bug: #495424 in samba (main) "Ran automatic updates. Left system for a while, on return it had tried to reboot & hung, had to recover" [Low,Confirmed] https://launchpad.net/bugs/495424 [14:55] New bug: #496157 in php5 (main) "Update to PHP 5.3.x in Lucid" [Wishlist,Confirmed] https://launchpad.net/bugs/496157 [14:56] New bug: #495904 in ntp (main) "package ntp 1:4.2.4p6+dfsg-1ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127" [Low,Incomplete] https://launchpad.net/bugs/495904 [14:58] New bug: #495481 in dhcp3 (main) "package dhcp3-server 3.1.2-1ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Low,Confirmed] https://launchpad.net/bugs/495481 [14:59] New bug: #440685 in tomcat6 (main) "Make it clearer that JAVA_OPTS is about JSVC options" [Wishlist,Fix released] https://launchpad.net/bugs/440685 [14:59] New bug: #494783 in dbconfig-common (main) "package bacula-director-mysql 2.4.4-1ubuntu9 failed to install/upgrade: le sous-processus script post-installation install? a retourn? une erreur de sortie d'?tat 1" [Low,Confirmed] https://launchpad.net/bugs/494783 [15:23] hi, can i run php 5.1.x on ubuntu 8.0.4? (is it in repository)? we upgraded a webserver and 3 sites don't run on php 5.2.x. i need to temporarily create an additional server with a php 5.1.x version === ChrisRut_ is now known as ChrisRut === ChrisRut is now known as ChrisRut_ [15:29] freakynl: The only currently supported version of Ubuntu that shipped with php 5.1.x is dapper. [15:31] soren: thx :) dapper is 7.04 i presume then so -server has security updates until april? [15:32] oe 6.06 lts then [15:33] freakynl: Server LTS support is 5 years, so until June 2011 [15:34] that should be plenty of time to have them update their old typo3 install... it's giving me serious headaches. restored it in the same way about 15 times and only worked twice (the front-end that is the back-end is always broken can't save new content) [15:34] hey guys im trying to download VMware server 2.0 for ubuntu server. DOes anyone know of the direct download link for the file? [15:35] i find it extremely hmm 'surprising' the same backup only works some times. once i had it running and with no changes it just stopped a day later :/ [15:35] Doonz: afaik it's behind a wrapper that checks session id [15:35] yeah how can i download it using elinks or wget [15:35] Doonz: no session id == no download. i tried to download it with wget a couple of times [15:35] fuck sakes [15:35] Doonz: don't know how handy you are... [15:36] Doonz: i got it working once. it wget you can pass a cookies file. i exported it from my browser and copied it over to the server then used it [15:36] if they added ip check in the mean time it won't work tho' [15:36] Ill just bitch at their sales deparment [15:37] Doonz: i don't think you'll make much of an impression as a free user :) [15:37] Naw it was for proof of concept [15:37] we were looking at 3million datacenter [15:37] Doonz: esxi is nicer :) [15:37] yeah but i need to keep it simple [15:38] i still need the ok from management who only understand buzz words [15:38] oh throw in some: power savings, consolidation, ha, vmotion (nice for hardware maintenance) they should be shaking hehe [15:38] pretty much [15:41] ScottK: thx :) [15:47] damn sudo sucks for scp [15:50] MatBoy, why? [15:50] (scp in general sucks for lots of things) [15:50] smoser: I need ssh keys to copy files :S [15:50] so use scp -i [15:50] you just can't scp a config file with sudo [15:50] scp is nice [15:51] keys it nicer [15:51] also with scripting [15:51] what are you trying to do ? [15:52] just SCP-ing some files, that is possible in different ways but I need to use some script for it in the future so keys are nicer than [15:53] kirkland, what options do you give to the installer to do an install in console mode ? i remember you talking about driving that "blind" with cjwatson at uds [15:54] MatBoy: you can supply a specific key to scp using the -i option [15:54] hello...... [15:54] MatBoy, so 'sudo scp user@host:/path/to/file .' ? and that is not respecting keys of current user or root? [15:55] MatBoy: this should be enough to cope with scp's default search algorithm not finding your keys because its home directory is different [15:55] smoser: your way does not has the good rights [15:55] on the target [15:55] is the problem keys, or file permissions? [15:55] you're not being very clear I'm afraid [15:55] smoser: well, you have to add "fb=0" on the kernel boot line [15:56] MatBoy, could you give the command that you're running and whats not working ? [15:56] kirkland, thanks. thats what i needed. [15:56] smoser: this might help if you want that by default: [15:56] cjwatson: the permissions for sure but I need to copy files anyway in the future without any password that I want to have in my scripts :) so keys are better [15:56] smoser: sed -i "s/initrd.gz quiet --/initrd.gz fb=0 -- /" foo.iso [15:56] kirkland: technically, isn't that fb=false? [15:56] cjwatson: i managed to get it working with fb=0 [15:57] kirkland: undefined behaviour :) [15:57] MatBoy: I've given you a solution to your keys problem, I believe [15:57] cjwatson: heh, well, i wanted that sed line to replace an exact number of characters [15:57] cjwatson: and fb=false overruns the buffer :-) [15:58] cjwatson: but it seems to work === nihe_ is now known as nihe [15:58] ok, just don't be surprised if it breaks in the future ... [15:58] cjwatson: sed'ing the ISO, though, is undefined/unsupported behavior too [15:58] yes, but (amazingly) perhaps less so [15:58] cjwatson: point me to the code, and I'll make sure that fb=0|fb=false works === ChrisRut_ is now known as ChrisRut [16:02] kirkland: I'd prefer you didn't. any value other than 'true' and 'false' is firmly out of spec for debconf booleans [16:02] cjwatson: okay [16:02] it happens that currently the test is '= true', but in the future it's just as entitled to be '!= false' if that happens to be more convenient for somebody's code [16:03] cjwatson: could we revisit a better mechanism for optionally turning the fb off in the server installer? [16:03] at some point when I am doing nothing else, maybe ;) [16:03] you have something which works for now [16:03] smoser: okay, see cjwatson's comments, that should be fb=false, rather than fb=0 [16:12] is there a limit on the number of instances per cluster in UEC? Or is it infinite? [16:38] kirkland: ^ any idea? [16:39] TeTeT: it's a configurable setting, function of how many cores per Node [16:39] TeTeT: by default, it's 1 instance per core per node [16:39] TeTeT: so if you have 10 nodes, each with 8 CPUs, it's 80 instances [16:39] TeTeT: (sort of) [16:39] TeTeT: you can change MAX_CORES in the /etc/eucalyptus/eucalyptus.conf on the CC [16:40] TeTeT: *however* ... [16:40] kirkland: argh, wrong question, I wanted to ask about nodes per cluster, sorry [16:40] TeTeT: oh [16:40] TeTeT: there's technically no limit, however, you need to consider your IP address space [16:41] TeTeT: if you're doing regular /24 subnets, you can't do more than 255 VM instances per cluster (CC) [16:41] TeTeT: and the number of instance is a function of your CPUs (see above) [16:42] TeTeT: i recommend keeping it to <255 instances per cluster [16:42] TeTeT: so take 255 / #_of_cpus => that should give you the number of recommended nodes [16:42] kirkland: What happens if MAX_CORES=0 ? [16:42] TeTeT: if you want more than that, you need to reconfigure your IP networking to handle a bigger subnet [16:43] hello what is the purpose of the mail group in /etc/group ? [16:43] Daviey: dunno ... I suspect that your cluster then serves no instances :-) [16:43] kirkland: awesome :) [16:45] smoser, thanks for the desktop in the cloud work!! [16:45] I'll check it out as soon as I get a chance [16:45] good deal [16:45] hello - I using a hardware raid card. I'm wondering how I'm suposed to handle a kernel/eader upgrade with the cards drivers. Right now I reboot the system after update, and have to reinstall the drivers, using make install. I feel Im doing this wrong, as the raid has to come up with no drivers first. Can I jsut do the make install before reboot, but after header update. Should the make install build against the new header [16:45] before reboot? [16:46] kirkland: thanks [16:46] TeTeT: np [16:48] kirkland: is the cc issuing the wake up for powersave or the clc? [16:50] TeTeT: CC [16:50] TeTeT: each CC can have a different scheduling policy, actually [16:50] TeTeT: ROUNDROBIN | GREEDY | POWERSAVE [16:51] kirkland: ok [16:51] TeTeT: we played with this quite a bit last week; worked pretty well [16:54] kirkland: great to read :) [17:04] kirkland: would love to know how to separate the cc and clc. but i guess it will be much easier with 10.04 [17:04] TeTeT: hard to do in retrospect [17:04] TeTeT: pretty straightforward from scratch [17:04] TeTeT: you just install ubuntu servers [17:04] TeTeT: and then add the eucalyptus packages [17:05] TeTeT: https://help.ubuntu.com/community/UEC/PackageInstall [17:06] kirkland: I've done that in the past, but the clc refused to start then, I think I filed a bug on this, but it got converted to a question [17:07] converted to a question> argh bug triagers [17:08] TeTeT: should indeed be easier in lucid since we're actively trying to support this, which we weren't previously [17:08] cjwatson: that's what I thought. But I guess it's too early for Lucid to test this? [17:08] * kirkland wishes launchpad answers/questions would go away [17:09] TeTeT: it's not quite all in place yet, but it's definitely worth a try; a good chunk of relevant code landed just after alpha 1 and is in daily builds [17:09] assuming you have a scratch cloud, anyway [17:10] cjwatson: I have space on the disk, so I create a separate install [17:10] cjwatson: I'll probably start testing tomorrow if stuff is already in place [17:11] in particular the foundations-lucid-uec-installer-enhancement spec is (allegedly) implemented [17:12] some autoregistration stuff will be in tomorrow's build [17:18] I still have the issue when I do a scp -i that I don't have permissions on the remote files [17:18] soren, i think we've talked about this before, or at least how we could re-use a image with a different kernel... ec2-register now takes '--kernel' and '--ramdisk' it previously did not. [17:19] interestingly (to me at least) it also includes "--root-device-name ROOTDEVICENAME"... which might be a way to influence kernel command line [17:20] ie: --root-device-name "/dev/sda1 console=/dev/null other-option-here" [17:23] so you want to use string injection as a 'feature'? === astechgeek is now known as techgeek [17:25] sub, yes. [17:26] at least it could be. [17:26] we've stuggled with 2 objectives in the past [17:26] a.) have images that run on UEC and EC2 [17:26] b.) be able to determine which we're running on [17:27] if i can pass a kernel command line parameter via the above, then i could register all our images with "ec2" paramter and use that to indicate where they're coming from [17:27] IMHO that sounds like a bad idea, to rely on a "bug" to introduce functionality [17:27] errr where they're booting [17:28] what happens if that gets patched? [17:28] you're probably correct. although its not really a bug. [17:28] string injection is absolutely a bug [17:28] I just think I need to set a passwordfor the root account, that will solve everything [17:30] MatBoy: the authentication method in use has absolutely no effect on file permissions [17:30] MatBoy: have you tried scp's -p option [17:30] ? [17:30] -p Preserves modification times, access times, and modes from the [17:30] original file. [17:30] MatBoy: or you could use sftp if you want more flexible control. [17:31] sub, i agree that its probably a bug / un-realized feature in some cases. but if the point is to specify the root device to the kernel, then using it as 'root=/ec2/sda1' would basically have to be allowed. It wouldn't make good sense from the hypervisor platform to dictate what devices can be named in the guest. [17:31] no, that part is fine, i was more concerned about trying to add other options afterwards [17:31] maybe i misread? [17:32] which is entirely possible [17:32] well, yes, i did imply that was probably possible. [17:32] but theres no real way to differenciate in a hypervisor between "yes thats a valid root device" and "they're trying to inject stuff" [17:33] as you can't know what the guest is going to name things [17:33] maybe "/dev/sda1 ec2" is actually what my guest names the first scsi partition when running on ec2 [17:33] what if they wrap the arg you're providing in quotes? [17:33] mostly hypothetical here. anyway. [17:33] i can easily enough ignore the quotes in the guest [17:34] and afaik the kernel command line parsers basically dont use quotes [17:34] well [17:34] in fact wrapping them in quotes would probably break current behavior [17:35] my only real concern is what happens if Amazon drops support for that? unbootable VMs? [17:35] ie: root="/dev/sda1" [17:35] would probably fail in many cases [17:35] well you "register" an image that is mostly permenant. so if they dropped support for reading the data that was registered to the image, they'd be breaking existing customers. [17:36] and changing the platform's behavior for existing images, which in general would be a bad idea. [17:36] you definitely raise valid concerns though [17:42] yeah, i guess it would be bad to 'de-register' certain info === luis__lopez is now known as luis_lopez [17:49] I did a fresh minimal server install and installed xorg and when I try to launch a session I get "X: user not authorized to run the X server, aborting.". Is there a group I need to be added to or something? === ChrisRut is now known as ChrisRut_ [18:21] New bug: #428552 in samba (main) "samba service denies connection after reboot" [Undecided,Invalid] https://launchpad.net/bugs/428552 [18:25] after you update a systems headers, if I rebuild a driver, and make install it, before I have rebooted the system. Will the driver be built agains the new headers? === astechgeek is now known as techgeek [18:41] does using squid for proxy and site caching make an noticeable difference in speed? [18:41] for users on a netowkr? [18:43] yes [18:44] but you should benchmark to find out how it affects your network [18:44] because it might be slower or faster [18:46] kees: ping when you are around [18:47] arj: would it be enough to be worth the hassle? [19:14] kirkland, have you done an install of lucid into kvm ? [19:14] i just got through one using '-hda' and grub is hanging (used alpha1 iso) === ChrisRut_ is now known as ChrisRut [19:21] New bug: #496661 in qemu-kvm (main) "Kaspersky AV does not install under qemu-kvm windows installation" [Undecided,New] https://launchpad.net/bugs/496661 [20:12] zul: late pong, was this about the stuff in privmsg? [20:14] kees: yep === robbiew1 is now known as robbiew [20:16] kirkland, ping [20:38] Hey, I have 2 drives in my Ubuntu server, one is only seen in df-h, how can I format the other to be seen in the list as well? [20:41] partition it [20:41] mkfs [20:41] mounbt [20:41] mount* [20:41] add to /etc/fstab [20:41] smoser: yo [20:41] have you successfully booted lucid with -console in kvm ? [20:42] i can't seem to get parameters in grub that dont switch to 640x480 mode [20:43] smoser: I did with the Nov 27 ISO [20:43] smoser: i'll try today's [20:44] even after install, it just wants to switch. kvm cmdline is: kvm -drive if=virtio,boot=on,file=lucid-server-20091214.img -console. [20:44] kernel command line that i'm trying now is: [20:44] BOOT_IMAGE=//vmlinuz-2.6.32-7-server root=/dev/mapper/ubuntu-root ro quiet fb=false nomodeset [20:45] thank arj [20:45] thanks* [20:45] so i'm using the ubuntu karmic image on ec2, but it doesn't seem to have ext4 support [20:45] is there a simple way to get it? [20:46] arj: partition it with cfdisk? [20:47] if there are no partitions yeah [20:47] cfdisk is fine [20:48] vomjom, you're correct that there is no ext4 support (bug 428692) [20:48] Launchpad bug 428692 in linux-ec2 "ec2 kernel needs CONFIG_BLK_DEV_LOOP=y and other config changes" [Medium,Triaged] https://launchpad.net/bugs/428692 [20:49] there isn't a lot that can be done at the moment. you could boot with a lucid kernel [20:49] smoser, ok, thanks [20:49] (run-instances --kernel xxx) === robbiew is now known as robbiew_ [20:49] but that may or may not have issues with the registered ramdisk for the image [20:50] vomjom, it should be possible to build ext4 support as a module and load it, but that might be more than you're wanting [20:50] lucid kernels do have ext4 support [20:51] and we may service that bug in karmic [20:54] I've tried to upgrade my Ubuntu server from jaunty to karmic, and it says "After your package information was updated the essential package 'ubuntu-minimal' can not be found anymore.". There are bugs about this, which suggest that I should try "do-release-upgrade --proposed", but that hasn't helped [20:55] what should I try next? === luis__lopez is now known as luis_lopez === dendro-afk is now known as dendrobates [21:51] New bug: #496686 in samba (main) "package samba-common 2:3.4.0-3ubuntu5.1 failed to install/upgrade: subprocesso instalado o programa post-installation retornou erro do status de saĆ­da 1" [Undecided,Incomplete] https://launchpad.net/bugs/496686 === ChrisRut is now known as ChrisRut_ [22:03] smoser: I don't understand how that even makes sense. Did they extend the RegisterImage api call to accept kernel and ramdisk images. [22:04] yes [22:04] and 'root' [22:05] i know , its wierd. but its there in the documentation [22:05] http://docs.amazonwebservices.com/AWSEC2/latest/CommandLineReference/ApiReference-cmd-RegisterImage.html === luis__lopez is now known as luis_lopez === robbiew_ is now known as robbiew === Adri2000_ is now known as Adri2000 [22:52] which is the most secure ubuntu server version 8.04.2 LTS or one of the newer versions? [23:15] photon: that's like asking "which movie is the best". It depends on what you're trying to accomplish. Generally the security issues are more stable, known, and well defined in the LTS release, so that's probably what you're after. [23:16] and note that hardy is up to a .3 minor release now, I believe, not .2. [23:17] ok [23:17] photon: There has been a lot of work done on hardening since Hardy was released, so from a security perspective along, 9.10 is the best. [23:25] ScottK: there's also a lot of new issues in new packages that haven't been as fully tested. it's a tradeoff. 9.10 certainly isn't as bug-free as 8.04.x, and bugs can often be translated into security problems. [23:26] unit3: ScottK was speaking to proactive security features, such as compiler, libc and kernel hardeing, along with more apparmor profiles [23:26] unit3: Certainly a possibility, OTOH a lot of bugs have been fixed since Hardy's release. [23:27] jdstrand: yep, I'm just saying that while that has taken place, there's also the opportunity for new problems that haven't been as widely documented and dealt with as in the LTS release. [23:27] 9.10 is much better in terms of proactive features, and 10.04 LTS will be better still [23:27] Also as jdstrand says. Those changes also help mitigate risk of unknown bugs. [23:27] for instance, on at least two of my servers, apparmor prints that it's respecting the apparmor.d/ignore and apparmor.d/complain directories, but it's lies, and you have to do a full apparmor restart manually once the system is booted to get those to take effect. [23:27] which leads to unpredictable results in a layer that's supposed to be securing you. [23:28] unpredictable = bad for security, IMO. ;) [23:28] unit3: I suggest files bugs on that [23:29] Will do, just haven't had much time lately. Now might be good though, since I'm thinking about it. [23:29] I've certainly not seen it [23:29] please do, that is definitely something we would want to address [23:30] Yeah, I'd assume so. I'm not seeing it everywhere, so I'm assuming it must be a config conflict with something else happen at boot time. [23:31] but it's consistent on this system, and so it is a good example of "new proactive features vs well tested" for security, I think. :) === ChrisRut_ is now known as ChrisRut === ChrisRut is now known as ChrisRut_ === ChrisRut_ is now known as ChrisRut [23:45] ok, narrowing my testing for the report, it looks like it loads "ignore" rules as "complain" on default instead of full ignore. That's less serious, but still annoying, since it fills my logs with cruft. [23:53] 496770 [23:53] interesting. i'll try to reproduce that. [23:57] Please do. I suspect it's some weird config on this server, since it has been upgraded constantly since 7.something. [23:57] but I can't imagine what it'd be, since apparmor's pretty self contained.