/srv/irclogs.ubuntu.com/2013/03/28/#ubuntu-server.txt

FUFFirstly, I'm having trouble booting ubuntu cloud images in kvm/libvirt. I realize the default console is set to ttyS0. Even if I change this to tty0 etc., I don't get a getty prompt to log in.00:00
FUFHow do I log into an ubuntu cloud image on kvm?00:01
FUFThere isn't an sshd listening by default either.00:13
FUFheh... after all the datasourceec2.py warnings looking for a metadata service, it finally continues to boot and gets to a getty.00:18
blendermani want to put a gnome desktop on my ubuntu server and use it remotely01:34
blendermanhow can i do this?01:34
mand0install gnome?01:36
blendermanno01:36
blendermani mean how would i use the desktop remotely?01:37
blendermanto open software and things like that01:37
mand0instead of SSH, VNC to it01:37
blendermanyes thats what i mean01:38
patdk-lapvnc or nx or ........01:40
blendermanok vnc does just this?01:42
blendermanallows me to remotely control a desktop?01:42
holsteinblenderman: they are different things.. i would just try them both and see what works for you01:42
=== acrocity_ is now known as acrocity
blendermanok now what's the advantage of using ubuntu server01:43
blendermaninstead of controling an ubuntu distro with gnome with vnc01:43
mand0cuz command line is better for a server operating system. less overhead, less packages02:02
blendermanis there something about command line that enables a server to run constantly02:06
blendermanis it had gnome would you not be able to let it run all the time02:06
holsteinblenderman: ?02:09
holsteinit? you mean, the computer? you can leave it on if you want.. you just leave it one.. the DE or lack of DE has nothing to do with it02:10
blendermani guess my question is02:11
blendermanwhy are servers left to run all the time02:11
blendermanwhile we're supposed to turn desktops off02:11
blendermanat night02:12
holsteinblenderman: you arent "supposed to".. but you can.. if you dont need to leave it on02:23
holsteinfolks leave servers on cause they need to be on, and available02:23
violinapprenHello. I have a subversion setup served over an Apache host with a self-signed certificate. It was working fine until today (possibly after applying the latest updates.) Now I get this error upon using the command line client: "SSL handshake failed: Secure connection truncated"02:26
violinapprenany ideas?02:26
SpamapSviolinappren: openssl s_client -connect server:port usually shows more useful error messages than other things02:30
SpamapSviolinappren: also check the ssl server log02:30
=== Rallias is now known as Rallias-Plugged
violinapprenSpamapS: I get the following error in the logs: user root not found: /svn/project1/trunk02:37
violinapprenaccessing the URL in the browser actually works, prompts me for HTTP auth over ssl02:38
violinappren its a client-side issue, i installed libneon and symlinked libneon-gnutls.so.27 -> libneon.so.2702:51
violinapprenworks fine now02:51
=== cruzer45 is now known as cruzer45_
=== cruzer45_ is now known as cruzer45
sarnoldviolinappren: wacky; was the client busted in an upgrade at the same time? or...?03:17
violinapprensarnold: yes, both are precise machines03:18
violinapprensarnold: seems  gnutls packages are all going haywire, i get this error now while trying to git clone something from github: error: gnutls_handshake() failed: A TLS packet with unexpected length was received.03:19
violinappren 03:19
sarnoldviolinappren: the recent openssl security update busted some specific modes when run on CPUs with AES-NI instructions. The security fix was reverted, and we waited for OpenSSL team to deploy _new_ fixes, and after a few days in the -proposed queue, we shipped those.03:21
sarnoldviolinappren: I think I heard Debian's update might have missed the fix. It might be worth looking into it to see if you can find out specifically which combinations break :(03:21
violinapprenits a disaster that openssl packages aren't getting  enough quality control even on an LTS release03:23
sarnoldviolinappren: it's a pain to track down when it only trips bugs in one odd mode on specific CPUs :(03:25
sarnoldviolinappren: too true, some more comprehensive tests would be keen.03:25
=== Rallias-Plugged is now known as Rallias
=== security is now known as fire
jamespagebug 116089308:43
uvirtbotLaunchpad bug 1160893 in mongodb "Unchecked access to SpiderMonkey’s JavaScript nativeHelper function" [High,Triaged] https://launchpad.net/bugs/116089308:43
=== histo_ is now known as histo
alex88hi guys, I've an ubuntu server openvz container, which gets the ip from dhcp09:27
alex88but on boot it doesn't have the default route, if I do dhclient eth0 it has the route09:27
alex88seems an issue with 12.10, 12.04 works fine09:35
alex88but running ifdown/ifup works fine09:39
=== Nigel_ is now known as G
spuriousHi all, any canonical folks here?10:22
jamespagespurious, yes10:24
spuriousHi jamespage, is there a particular channel for AWS specific questions?10:25
jamespagespurious, here is fine10:26
spuriousI'm having trouble getting hold of the ubuntu AMIs through the AWS API. When I query using the Canonical ID provided on help.ubuntu.com I get a huge list of AMIs, not the 32 listed on the AWS marketplace, and those listed in the marketplace are not in the list10:28
spuriousWhen I query with the specific AMI ID however, I do get the correct AMI, but there is no Canonical ID in the metadata10:29
spuriousHence, I guess, it not showing up in the query10:30
spuriousIs there a preferred method for getting the Ubuntu AMIs?10:30
spuriousAnd also what are the ~350 AMIs that do show up  under the Canonical ID10:31
spuriousjamespage, any idea on how I should proceed?10:38
jamespagespurious, yes - try https://cloud-images.ubuntu.com10:39
jamespageits organized by ubuntu release and will give you the correct AMI's for every ec2 region for the official ubuntu AMI's10:39
jamespagespurious, https://cloud-images.ubuntu.com/releases/12.04.2/release/ for example10:40
jamespagespurious, the data on site is is also machine consumable10:41
spuriousjamespage, is there a specific nomenclature for the AMI metadata? I am sourcing AMIs over the AWS API througgh image repository queries10:42
jamespagespurious, the cloud-utils package for ubuntu contains a 'ubuntu-cloudimg-query' tool which you can use to query this data10:43
jamespagespurious, the machine readable data is here - https://cloud-images.ubuntu.com/query/10:44
spuriousjamespage, unfortunately I'm using the AWS Java SDK in an enterprise product running on RHEL, so I'm not sure I can use the cloud-ing query tool10:44
jamespagespurious, there is more information on the cloud image query data here - https://help.ubuntu.com/community/UEC/Images10:45
jamespageutlemming, smoser: do we have any cloud image tooling for folks not running ubuntu?10:46
=== acrocity_ is now known as acrocity
jamespagespurious, actually thats just a bash script so you can probably run it on anything with bash10:47
spuriousjamespage, one of my dev test boxes is an Ubuntu machine, if I pull down the cloud-utils package from the Canonical repo can I pull out the query sh and run it independently?10:49
jamespageI think you probably can!10:49
jamespagespurious, or you could grab it from here - http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/raring/cloud-utils/raring/files/head:/bin/10:50
spuriousjamespage, thanks, I'll give it a go. Do you know anything about the original question of why the 32 official AMIs on the Canonical marketplace page don't show up on the provider ID query?10:50
jamespagespurious, unfortunately no I don't - utlemming might be able to help with that10:51
spuriousjamespage, thanks! utlemming, any input you could offer would be greatly appreciated10:54
jamespagespurious, np - utlemming is around ~3 hours from now probably (central US)10:55
spuriousjamespage, that's fine, thanks. I'll leave this open and contact him around then. Cheers.10:56
spurious(or her, shouldn't jump to conclusions)10:56
=== irv_ is now known as irv
=== EntropyWorks_ is now known as EntropyWorks
spuriousjamespage, do you happen to know if the query script is redistributable?11:27
jamespagespurious, its GPL-3 so yes11:28
=== _KaszpiR__ is now known as _KaszpiR_
jamespagespurious, its part of https://code.launchpad.net/cloud-utils11:28
spuriousjamespage, great, thanks11:28
=== luminous_ is now known as luminous
smoserspurious, so, you raise an interesting question about the "marketplace" amis.12:04
smoserwe do not have machine formated data that gets you those ami-ids available.12:04
smoserutlemming can explain more what the difference between the non-marketplace and the marketplace amis are.12:04
smoserthey are bit for bit equivalent to the non-marketplace ami.12:06
smoserspurious, i personally would appreciate it if you'd put your interest in using ubuntu-cloudimg-query on RH to https://bugzilla.redhat.com/show_bug.cgi?id=907756 (see comment 12)12:13
spuriousHi smoser, it seems that the marketplace amis are solely for use through the AWS marketplace GUI.12:15
smoseri didn't want to say that.12:15
spuriousThe query script, however, works fantastically12:15
smoserand i'm not certain that there is not a benefit to canonical if you chose to use the marketplace amis.12:16
=== xcrracer_ is now known as xcrracer
smoserit may also imply some sort of suport, i'm not sure. but if you wanted support and you're using the official amis not listed in the marketplace, you can get it.12:16
spuriousif they're bit-for-bit equiv it doesn't really matter that they are different, as long as they are overall queriable for users of the API12:17
spuriousah, I see what you mean, and indeed the amis in the marketplace do come in 4 versions, normal and then 3 llevels of support12:17
spuriouswhich is fair enough, that's where the main business is12:18
spurioussomser, the status of that request on rhel is CLOSED ERRATA12:19
spuriousoops, smoser, sorry12:19
smoserspurious, yeah, as in its "fixed" they've included it (without the ubuntu tools)12:19
smoserbut its fine to comment there.12:19
smoserjust maybe no one will listen :)12:19
spuriousok, will do. Would love to see this on rhel, a fantastic tool.12:20
smoserspurious, fwiw, the data that it queries is https://maas.ubuntu.com/images/query/12:20
smoserand we're working on making improved data available.12:20
smoseroops. wrong url12:21
smoserubuntu-cloudimg-query hits12:21
smoser[DIR] raring/                 27-Oct-2012 17:57    -   Ubuntu Server 13.04 (Raring Ringtail) daily builds [Current Development Version]12:21
smoser[TXT] released.latest.txt     25-Mar-2013 19:37  27912:21
smoserGAH.12:21
smoserhttp://cloud-images.ubuntu.com/query/12:21
smoser^ that one.12:21
smoserand the new data format is available at http://cloud-images.ubuntu.com/eightprotons/ , but the location will likely move sometime soon.12:22
smoserhttp://cloud-images.ubuntu.com/eightprotons/streams/v1/com.ubuntu.cloud:released:aws.js is what you're interested in (aws data).12:22
spurioussmoser, looks good, thanks!12:23
smoserutlemming, we could put simplestream data for the aws marketplace ids also.12:25
smoserat something like 'com.ubuntu.cloud:released:aws-marketplace.js'12:25
koolhead17smoser: jamick http://paste.ubuntu.com/5655036/12:29
koolhead17this GPG error am getting for PPA/testing/grizzly12:29
koolhead17installing ubuntu-cloud-keysring12:29
koolhead17was of no help12:29
smoserDaviey, ^12:31
koolhead17smoser: hello btw :P12:33
=== chmac7 is now known as chmac
sliddjur_.12:51
zuljamespage:  ping12:51
sliddjur_I cant seem to start my mysqlserver12:51
sliddjur_when i try to connect to mysql: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)12:52
sliddjur_var/run/mysqld/mysqld.sock doesnt exist12:56
Styler2goHello Guys. i have problems with my ubuntu server. since a few days it is getting a very huge amount of "connections through firewall" and "ipconntrack". any idea how i can see whats happening?12:58
patdk-wk_Styler2go, sure, check the conntrack table12:59
Styler2gocan you tell me how i can do that?12:59
Styler2gohttp://styler2go.de/munin/localdomain/localhost.localdomain/fw_forwarded_local-week.png this is the graph where i see the amount...13:00
patdk-wk_cat /proc/net/ip_conntrack13:00
Styler2goand what can i do with this table...? i mean.. is it ok that the amount is that high?13:01
patdk-wk_in that case, no idea13:01
patdk-wk_cause that just counts packets13:01
patdk-wk_tcpdump?13:01
Styler2gohttp://styler2go.de/munin/localdomain/localhost.localdomain/fw_forwarded_local.html  http://styler2go.de/munin/localdomain/localhost.localdomain/fw_conntrack.html13:02
patdk-wk_how should we know what is high or low, it's your system, and only you know how it's setup and what is connected to it, and what is expected13:02
Styler2goi cant explain this huge amount...13:03
patdk-wk_they are all local connections, so they will show up in netstat13:03
patdk-wk_maybe your part of the *largest ddos in history*13:03
Styler2golol13:04
Styler2gomy server is running as great as everytime13:04
patdk-wk_and that means?13:04
Styler2goi dont think its an "attack"?13:04
patdk-wk_just cause your server is running fine, doesn't mean it isn't attacking someone :)13:04
patdk-wk_I didn't say you where getting attacked13:05
Styler2gohmm13:05
Styler2gohow can i defend me?13:05
patdk-wk_and  I didn't really mean it seriously13:05
patdk-wk_just the timing of it, with the timing of the latest ddos13:05
Styler2goi had some ddos attacks in the past, but i dont think this is one13:05
patdk-wk_I dunno why you won't bother taking anything I say, and look into it though13:06
patdk-wk_you had some ddos against you? or you where part of the source of a ddos?13:06
Styler2goi got ddos'd13:06
airtonix_i like saying ddos13:07
* patdk-wk_ gets tripple dos13:07
patdk-wk_I perfer 3 d's, bigger is better right?13:07
airtonix_i thought the term was "Denial Of Service"13:07
patdk-wk_airtonix_, no13:07
airtonix_is ddos "Daves Denial of Sanity" ?13:07
patdk-wk_Distributed Denial of service13:07
patdk-wk_multible attack sources13:07
patdk-wk_hard to block13:08
airtonix_patdk-wk_: not really13:08
patdk-wk_generally thousands of source ip's, always changing13:08
Styler2goso you have no idea how to get more informations why its so huge?13:08
patdk-wk_well, only by taking down your ip or subnet13:08
airtonix_patdk-wk_: I often find switching the power off to be effective13:08
patdk-wk_Styler2go, I gave you MANY OPTIONS, you ignored them all13:08
patdk-wk_airtonix_, then you just created a dos13:09
Styler2gono13:09
Styler2goi used your commands13:09
patdk-wk_so you gave into their goal :)13:09
patdk-wk_well, you now have the info you need to look into it then13:09
airtonix_i spose you'd have to be interested first, which i was not13:09
Styler2gohttp://pastebin.com/b4HR0YVC for example13:09
=== jrib1 is now known as jrib
=== jrib is now known as Guest35945
=== Guest35945 is now known as jrib
Styler2gomaybe i really should restart the server...13:11
patdk-wk_looks like a lot of web hits from that .dip.t-d..... isp13:11
Styler2gohmm13:14
Styler2gobut this is not the problem or?13:14
patdk-wk_I dunno13:17
patdk-wk_check your weblogs13:17
patdk-wk_determin if that is something you allow, or something you think is bad13:17
patdk-wk_it could be as simple as someone having a webpage open from your server, that has autorefresh on it13:17
patdk-wk_so it's just reloading a crapload13:17
=== xcrracer_ is now known as xcrracer
=== xcrracer is now known as 1JTAAFY3Q
=== xcrracer__ is now known as xcrracer
zuljamespage:  https://code.launchpad.net/~zulcss/python-ceilometerclient/1.0.0/+merge/15596213:26
Davieysmoser: wassup?13:31
smoserkoolhead had a question above13:31
smoserhttp://paste.ubuntu.com/5655036/13:31
Davieythat isn't CA13:33
jcastro_good morning folks!13:34
Davieygpg --keyserver pgpkeys.mit.edu --recv-key  81DCD8423B6F61A6 ; gpg -a --export 81DCD8423B6F61A6 | sudo apt-key add -13:34
Davieyis one way13:34
zuljcastro_:  helo13:35
smoserisn't "CA" ?13:37
smosergood ol jcastro underbar.13:38
smoseri love that guy.13:38
zul?13:38
jamespagezul, pong13:39
zuljamespage:  can you add python-ceilometerclient to the ci13:40
jamespagezul, how much beer is that worth?13:40
zuljamespage:  hmmmm....2 beers :)13:40
zuljamespage:  ill get them at the mirantis party for you13:41
jamespagezul, w00t!13:42
jamespagecheapsake13:42
jamespagecheapskate13:42
zultotally13:42
alex88hi guys, after ubuntu 12.04 I cannot copy paste something when using byobu since every n seconds I lost selection, is there a fix for this?13:45
Picialex88: probably a better question for #ubuntu, as -server does not have a gui.13:48
alex88Pici: byobu is a gnu-screen wrapper that display a status bar and the window list13:49
alex88you think is a client-side terminal program?13:49
Picialex88: are you using screen's selection method to copy and paste? or are you using a mouse?13:49
alex88Pici: mouse, and client is not ubuntu13:50
alex88http://bazaar.launchpad.net/~zekus-one/byobu/trunk/revision/1992 seems there is already a fix undergoing13:50
PiciAh13:50
alex88sorry just found it now :)13:50
PiciI've not had that issue myself on any OS, thought it was a terminal/putty/whatever issue.13:50
zuljamespage:  one more beer https://code.launchpad.net/~zulcss/python-ceilometerclient/1.0.0/+merge/15596213:50
Picialex88: no problem, my fault for not understanding,.13:51
alex88no worries, thanks anyway :)13:51
alex88ok, byobu ppa fixed the issue ;)13:56
=== wedgwood_away is now known as wedgwood
jamespagezul, +1 on the MP for ceilometer-client13:59
zuljamespage:  cool im just working on keystone now so ill have that for you in a couple of minutes14:00
axisyshow to find out all the dependencies for a installed pkg ?14:09
axisysI have pkg ``foo'' installed.. how to find out all the other packages installed as dependecy pkg ?14:10
tobinI'm having an issue with my upstart script logic. I have a script that needs to be run at boot and at shutdown. The script takes args (start and stop) so I believe i need to have each command run in the pre-start/post-post. The upstart script works on boot but when i issue i shutdown its never run. Any ideas? http://pastebin.com/YsHLGafp14:15
tobinI've also tried stop on stopping network-services*14:15
axisysapt-cache showpkg foo gives the info.. but not so clean14:16
=== FieldySnuts is now known as Fieldy
jamespagezul, ceilometerclient setup in the lab14:20
zuljamespage:  cool thanks14:20
jodhtobin: if you look at /etc/init/networking.conf, the event will not be emitted in certain circumstances by the looks of it. Try looking at your /var/log/upstart/networking.log.14:23
tobinjodh: hrm okay14:23
tobinjodh oh this is because of the virtual networking devices14:25
Fieldyis there a way to tell apt to use somewhere other than /tmp/ as its temporary directory?14:26
=== tsaavik_ is now known as tsaavik
zuljamespage:  https://code.launchpad.net/~zulcss/keystone/rc2/+merge/15597714:36
Fieldyhow do I configure which services are started at boot?14:37
alex88Fieldy: update-rc.d and check the init scripts afaik14:47
alex88s/init/upstart/14:47
Fieldyok thanks i'll poke around14:47
alex88Fieldy: what are you trying to achieve?14:48
Fieldyalex88: i don't want several services i just installed to start up at boot yet, until i'm done configuring everything14:48
alex88Fieldy: then update-rc.d -f servicename remove14:48
Fieldyah okay that's simple enough14:49
alex88if they're init scripts, for upstart you should find the init script in /etc/init and comment the line "start on " etc14:49
alex88yeah simple enough14:49
Fieldyi'll reboot and give it a shot14:50
jamespagezul, looking14:50
jamespagezul, also opening havana on precise in the lab14:50
genii-aroundKeep in mind this update-rc.d method will only work for daemons which are in the /et/init.d ( old sysvinit scripts) and not upstart scripts which are in /etc/init14:50
zuljamespage:  ack14:50
jamespagezul, I've taken two decision for the lab today; 1) we won't be using the ubuntu series specific branches any longer and 2) the PPA is just called havana14:53
zuljamespage:  thats fine with me14:53
Fieldygenii-around: ok, thanks. yep, one service (bind / bind9 / named) still starts up. yet i can't find anything in /etc/init/ named as i would expect. any ideas how I stop bind9 from starting at boot?15:01
=== Sendoush_ is now known as Sendoushi
jamespagezul, +1 on keystone15:03
=== egersdorfer_ is now known as egersdorfer
zuljamespage:  cool thanks https://code.launchpad.net/~zulcss/python-novaclient/ftbfs/+merge/15599215:23
jamespagezul, are we all good for client releases for grizzly?15:24
zuljamespage:  ill go through them one more time this afternoon15:24
agu10^What deployment tool do you suggest to get my website from windows 8 into my VPS server on ubuntu server?15:25
zuljamespage:  last one i swear today: http://people.canonical.com/~chucks/ca15:41
Fieldywould putting my custom iptables rules and various forwarding commands in /etc/network/if-up.d/zzz-firewalling-and-forwarding be a good way to have them applied on boot?15:45
patdk-wk_no, that would run per ifup of each interface15:46
Fieldyhm... so it would do it once for eth0 and then once for lo?15:46
Fieldy(in my case)15:46
patdk-wk_should, yes15:46
Fieldypatdk-wk_: okay, my goal is to get this one series of commands run at boot but after networking is up, is there a better way to accomplish this?15:47
patdk-wk_simple upstart script probably15:48
LargePrimeBUM?15:48
patdk-wk_but there is an iptables startup package, to emulate the rhel way15:48
LargePrimepatdk-wk_: would BUM automate this?15:49
patdk-wk_how should I know15:49
patdk-wk_dunno what BUM is15:50
Fieldyi'm not either15:53
LargePrimetest16:01
LargePrimethe Bott Up Manager16:02
LargePrimeboot16:02
LargePrime*16:02
Davieyzul: https://launchpadlibrarian.net/135520670/buildlog_ubuntu-precise-i386.python-cinderclient_1%3A1.0.2.34.g7369310%2Bgit201303281130~precise-0ubuntu1_FAILEDTOBUILD.txt.gz16:06
zulDaviey:  where is that from?16:25
zulDaviey:  oh havana ppa16:25
zulDaviey:  should be fixed in the next build16:34
Fieldyi created the following upstart script and placed it in /etc/init/iptables-and-forwarding : https://gist.github.com/anonymous/5264686   however start iptables-and-forwarding returns: start: Unknown job: iptables-and-forwarding  I was following this example: http://upstart.ubuntu.com/getting-started.html   .. any ideas?16:34
Fieldyfigured it out. there's an error on that ubuntu.com page, it says "Jobs are defined in files placed in /etc/init, the name of the job is the filename under this directory without the .conf extension. They are plain text files and should not be executable." i renamed it with .conf at the end of the filename and it works.16:40
Fieldyor at least, it could be written a little better. it's easy to read it as telling you to not have the file named .conf16:41
=== io is now known as IdleOne
qhartmanI recently upgraded a cluster of machines from 11.04 to 12.04, and some of them are showing a weird "phantom load".17:27
qhartmanThe LA is quite high, but there's no significant CPU or IO activity, and there's plenty of free RAM.17:28
qhartmanHas anyone else seen this?17:28
hallynsigh.  this crosscompile stuff becomes tedious.17:28
* hallyn off to be afk for lunch17:28
jamespagezul: those ca updates lgtm17:47
zuljamespage:  cool17:47
zuljamespage:  alrighty uploaded17:51
=== Jikai is now known as Jikan
koyetsuis it usual for samba to be so fricken flakey? i have 2 servers virtually itentical smb.conf only difference is the netbios name and the path of the shares...1 works the other doesn't....18:32
sarnoldkoyetsu: I've had good luck with samba<->samba things, but windows clients seem very flaky. (even windows<->windows seems trouble.)18:41
koyetsuwell i seem to have worked it out....but samba irritates me18:45
koyetsuok now on to more important issues. i'm working on setting up an automated ubuntu. i've created my ks.cfg and to answer the partitioning questions i created a preseed file. but i still get the very last question basically: here is the partition table do you want to write it yes/no any idea how to an answer passed to it?18:48
koyetsuthis is my current preseed http://paste.ubuntu.com/5654282/18:49
eutheriai am using ldap auth, and i've set up some systems with the encrypted home dir18:50
eutheriai was wondering if i changed the ldap password if i would still be able to mount the users homedir18:51
koyetsuok if no one can help me on that, then one other issue is happening in my install. i'm pxe booting and pointing the install at http://local.server/ubuntu the ubuntu folder is the mounted iso for 12.04 server. during the install it pops up and says that /dists/precise/restricted/binary-amd64/Packages was corrupt. but if i continue i never seem to have any problem.19:01
sarnoldkoyetsu: I think there's only a handful of packages in the restricted tree; mostly nvidia, fglrx, a few others19:05
sarnoldkoyetsu: if you can't figure out why it is corrupted or don't care to bother you could remove the restricted from your sources.list and delete the file..19:05
koyetsusarnold: i'm just trying to make this a no key press install. and like i said this is the mounted iso. shouldn't be a corruption. i've redownloaded etc. and it still says it19:06
sarnoldkoyetsu: oh hrm.19:07
koyetsuthinking about just mirroring the distro off ubuntu but not sure what to get or the easiest way to do it. i definately dont want a complete mirror just 12.04 server 64 bit19:07
=== matsubara_ is now known as matsubara
koyetsuanyone know anything about apt-mirror? i'm trying to severly limit what it downloads....i have to cut from 92gb to 56gb trying to make it mirrow a specific distro for local installs19:25
eutheriaoh encrypted homedirs didn't work for ldap users19:34
eutheriameh19:34
mp__i have a machine with two ip addresses. i restarted the networking service, and the interface, it still remains. any ideas?19:53
mp__i can't ping one of both addresses though19:54
mp__but ip a s shows two ips19:54
hallynwoohoo, qemu-linux-sparc working as ss10.20:00
hallynit's almost as fast as my sparcstation 1+ was20:00
=== LargePrime is now known as Guest82744
=== Ursinha-afk is now known as Ursula
=== pgraner is now known as pgraner-afk
=== Pricey_ is now known as Pricey
tsaavikHas anyone been successful in setting up mode5 bonding via the method outlined at https://help.ubuntu.com/community/UbuntuBonding?21:47
thebwtHowdy folks, I'm trying to preseed a netboot installer, and having a hard time figuring out which initrd.gz is actually being used. My tftp/apache directory looks like this http://archive.ubuntu.com/ubuntu/dists/quantal/main/installer-amd64/current/images/netboot/ (i just mirrored that page). I can run installs just fine, but would like to take it a step further. By all accounts ubuntu-installer/amd64/initrd.gz should be what is loaded, but e21:47
=== kentb is now known as kentb-oout
thebwtokay forget my previous question, I had a second copy of the netboot folder in the wrong place, and was editing that... no wonder stuff didn't work :p22:30
=== wedgwood is now known as wedgwood_away

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