/srv/irclogs.ubuntu.com/2010/12/10/#ubuntu-server.txt

=== shennyg_ is now known as shennyg
bmxeri'm trying to setup a jetty server. i've set NO_START=0, but server does not start . Do i forget anything else?00:42
DevoKunruben23: You could use a FUSE equivalent on windows like Dokan: http://dokan-dev.net/en/. But I think h3sp4wn is correct and you will be served well by Samba with OpenVPN or stunnel.00:42
dravekxcrap. permission problems! :(00:44
h3sp4wnruben23: You could try Alfresco or ifolder (They are pretty heavy on resources though)00:52
buuoAnyone running a priv or public cloud?01:00
twb!anyone > buuo01:03
ubottubuuo, please see my private message01:03
njbairI tried changing my dns in /etc/resolv.conf and it was overwritten. How can I change it permanently?01:03
buuowell sorry...01:04
twbnjbair: lots of stuff writes resolv.conf -- particularly pppd and dhclient by default.01:05
twbnjbair: either tell them not to, or use a wrapper (the resolvconf package?) to instrument it.01:05
njbairtwb, so I probably have to edit config for dhclient01:05
twbLast time I had to do that, it was a pain in the arse to do so01:06
twbI advise resolvconf instead01:06
njbairThanks. I'll take a look.01:06
buuoi like to know if the ubuntu priv cloud cost anything to use as i meantion i am cloud noob what i am trying to do is setup a cluster/cloud for web hosting but i also would like to run MPI tools01:07
patdk-lapya, it costs you hours of your life spend downloading the iso :)01:10
patdk-lapafter that, just well, time playing with it01:10
buuopatdk-lap i got 200mbit i can dedicat to download the iso from a close ftp so thats not the problem do u mind if i pm u i am in lots of channels and its hard to keep track on all chat01:12
patdk-lapheh?01:13
buuobitchx01:14
twbbuuo: you have a 200mbps line?  Nice.01:21
h3sp4wnnjbair: You can use as a quick hack - chattr +i01:29
h3sp4wnchattr +i /etc/resolv.conf01:29
njbairwell I was hoping for something permanent.01:30
h3sp4wnIt is01:30
twbh3sp4wn: cool01:30
njbairI am able to add them in the appropriate stanza in /etc/network/interfaces, but it puts the DHCP ones first01:31
h3sp4wn(better to do it properly but immutable is immutable)01:31
njbairh3sp4wn, until my lease expires and the internet breaks01:31
h3sp4wn? why would it break it would fail gracefully01:32
njbairh3sp4wn, if my ISP issues a new IP and resolv.conf is immutable, I can't connect.01:32
h3sp4wn? No you can maybe you get a warning that it cannot be edited but dhclient still works01:33
h3sp4wnor use prepend domain-name-servers in dhclient.conf01:33
patdk-lapnjbair, don't use your isp's dns server?01:34
h3sp4wnOr get a static ip01:34
patdk-lapI just normally edit dhclient to not push out dns servers at all to resolv.conf01:34
patdk-lapjust comment it out01:34
njbairpatdk-lap, Earthlink defaults to these annoying nameservers that pull up a yahoo search if the domain name doesn't resolve. I am replacing them with Earthlink's "opt out" nameservers01:34
* Psi-Jack looks in.01:35
Psi-JackHmm, I'm trying to see how this is a "server." :p01:35
patdk-lapservers use dhcp3-server :)01:36
Psi-JackYeah. not dhclient. :p01:36
njbairPsi-Jack, I'm running ubuntu server on my home gateway01:36
h3sp4wnOr use pump01:36
h3sp4wnnodns \n noresolvconf01:37
patdk-lappsi-jack, a cluster of dynamic load pacemaker machines?01:37
patdk-lappacemaker installs and configures new machine and it joins the pool via dhcp? :)01:37
Psi-JackYeah, that's my servers. Two servers with conntrackd, shorewall firewall, pacemaker management, so if one goes down the other switches to primary role without any connectivity loss.01:38
Psi-JackExcept for that DHCP garbage. :p01:38
patdk-lapno no01:38
patdk-lapI mean, say you are running 2 webservers01:39
patdk-lapbut pacemaker detects it can't handle the load01:39
patdk-lapso it build and starts 6 more :)01:39
Psi-JackLOL01:39
patdk-lapit can do that01:39
Psi-JackOh, it "builds" 6 more, eh?01:39
patdk-lapyep01:39
patdk-lapif your using uec or someting01:39
patdk-lapdynamic load scaling01:40
patdk-lapdon't you want to be like amazon too? :)01:40
Psi-Jackheh01:40
patdk-lapthat is going be my next project01:41
patdk-lapbuilding that kind of stuff into my esx cluster01:41
Psi-JackSo pacemaker is the current skynet, is it? ;)01:41
h3sp4wnAlot of sites are inefficient, just waste money for no reason01:41
patdk-lapna01:41
patdk-lapit only reacts01:41
patdk-lapit doesn't predict, yet :)01:42
Psi-Jacklol01:42
patdk-lapnothing like turning your servers off on low load01:42
patdk-lapif only I could find a way to turn off the drive arrays too01:43
Psi-Jackheh01:44
Psi-JackHeck, I'm still trying to get Virtualmin stuff to cluster right, but so far I'm verrrry close.01:48
Psi-JackThe idea of using lvs-dr is actually helping because then I can configure virtualmin to use the VIP that both will have without arping it, so the apache configurations match out right.01:49
twbCan one have CNAMEs such that (say) ldap.example.net resolves two hosts, lulu and lala?01:51
Psi-Jacktwb: You can do that with A records.01:52
Psi-JackAnd CNAMES too.01:52
twbCool, I wasn't sure if doing it with CNAMEs was valid01:53
patdk-lapnot with cnames01:53
patdk-lapcnames have to be a 1 to 1 match01:53
twbThat's what I thought01:53
patdk-lapand only a cname is valid to exist, you can't have a cname and a A or osmething01:53
twbSRV records seem like a nicer way to advertise the existence of services, but of course that requires the client to believe in them01:55
patdk-lapya, I love srv when they work01:56
twbOr where I can listen to SMTP on both my internet links, and just have two MXs01:58
twbBut for web browsing if I just had two A records for www, and one link went down, the clients would pick the down one half the time :-/01:59
patdk-laphehe :)01:59
patdk-lapthis is why you go the better route01:59
patdk-lapinstead of mirroring the site over ip's01:59
twbpatdk-lap: get an AS and talk BGP?01:59
patdk-lapmirror it over bgp :)01:59
patdk-lapyep01:59
twbToo much effort for the company website of a ten-man company02:00
patdk-lapscary, I'm doing it for a 3 person company now02:00
patdk-lapwell, maybe 3.5 people02:00
Psi-JackScarey, I'm doing a 1-man company. ;)02:01
Psi-JackWell, will be anyway. heh02:01
twbMaybe it's easier in the us or something02:01
patdk-lapeasier?02:01
Psi-JackMy whole 11-server setup at home's being setup to provide highly-available, highly scalable web hosting solutions. ;)02:02
twbIn .au internet connectivity is pretty retarded02:02
patdk-lapoh heh02:02
patdk-lapI just love reading about the latest inventions against the internet coming out of the au and uk02:02
patdk-lapnot that we aren't closely following now02:02
twbpatdk-lap: and at the same time they say they're gonna roll out FTTH to like 85% of the population02:03
twbNot that it will help, because everything is hosted offshore and we'll still be limited by the bandwidth and latency of the undersea and satellite links.02:03
Psi-JackHeh, I just wish I could get virtualmin to work with DNS in dual-view operations. *chuckles*02:04
twbBleh, webmin can FOAD02:04
Psi-Jacktwb: I have yet to see anything better that's worth a crap.02:05
twbThat's a comparatively minor issue :P02:05
Psi-JackHeck, with the right setup and customization, you can even use mpm-itk for virtual hosting with it.02:06
Psi-JackWhich is a crapload better than fastcgi+suexec02:07
saculany nfs gurus in here want can help me out?  I can download files from the internet faster than I can write them to my local server an that just doesn't seem right02:07
Psi-Jacksacul: Guru's do not call themselves gurus, nor admit to being one ever,02:07
patdk-lapguru's are jerks02:07
* patdk-lap points at his jerky self02:08
saculgeeks?02:08
patdk-lapI get 180MB/s over nfs here, on dual gigabit02:08
patdk-lapthat is almost maxing out the network02:08
saculpatdk-lap: I'm not nearly that fancy.. but over n-wireless I should see better than I am02:09
patdk-lapheh?02:09
Psi-JackWireless?02:09
patdk-lapwhat kind of n?02:09
Psi-JackAre you f'ing kidding me?02:09
qman__there's your problem02:09
patdk-lap150? 300? 450? 600?02:09
qman__plug a cord in02:09
patdk-lapwith 150, your looking at a max of 7MB/s02:09
qman__wireless is a joke02:10
saculit shouldn't lock at 250MB for 15 minutes.. then resume and do 100MB at a time and repeat... even on wireless02:10
patdk-lapsure it should02:10
patdk-lapit's called buffering02:10
qman__that's exactly the type of problem wireless would cause02:10
qman__have you had a look at your link with wireshark?02:11
qman__high error rates and retransmissions are what to look for02:11
saculnegative02:11
saculinstalling now though02:12
qman__even if you get good signal bars, you can still have bad interference, bad radios, etc02:12
saculSAMBA doesn't lock on me like that though.. is just unbarably slow throughout02:12
qman__that's just the difference in the nature of the protocols02:13
saculnot to mention my internet downloads cruise along at 2-3MB/sec02:13
Psi-Jackpatdk-lap: Hey, I got an interesting one for ya, involving shorewall and an LVS director. ;)02:13
qman__NFS is designed to be used as a remote filesystem, while samba is more like FTP in purpose02:13
qman__file transfers are about the worst thing you can use wireless for02:14
saculso am I going about this wrong if all I want is an efficient way to get this 2gig .avi file from my laptop to my HTPC?02:14
saculboth running maverick?02:14
twbqman__: time-sensitive data would be worse02:14
qman__yes02:14
Psi-Jackpatdk-lap: Without proxyarping, I'm trying to setup my firewalls to DNAT local LAN traffic to a specific public IP:PORT to my LVS director for my load balanced webservers.02:14
qman__a flash drive would be better than wireless02:14
qman__I know it's a lot of work, but just plug it in02:14
qman__the result will be much, much better02:15
saculqman__: shouldn't need that... X(02:15
twbUsing nc instead of scp/nfs/cifs would also increase payload throughput02:15
qman__wireless is only good for one thing--internet in a jam02:16
qman__everything else, it's absolute garbage02:17
saculonly on jack behind the tv and its for my XBox XP02:17
qman__already got a jack there, just get a switch02:17
qman__you can get a 10/100 switch for like $2002:17
qman__cheaper than a wireless card02:17
qman__and faster, and more reliable02:18
saculmayhaps after christmas D:02:18
patdk-lapPsi-Jack, that is easy02:19
saculwifey will love it02:19
qman__I know wireless n can theoretically connect at speeds six times higher02:19
qman__but throughput never is02:19
Psi-Jackpatdk-lap: I setup a rule for HTTP(DNAT) lan lan:172.17.100.0 - - - externalIP02:19
patdk-lapPsi-Jack, but it's not called dnat then, it's snat :)02:19
Psi-JackOh?02:19
patdk-lapyou are hiding the source ip, the lan right? where it's coming from?02:19
Psi-Jackpatdk-lap: Heh, the 172.17.100.0/1/202:20
Psi-Jack0 being the lb IP, 1 and 2 being the realservers.02:20
patdk-lapI dunno your network, so02:20
patdk-lapheh?02:20
twbpastebin iptables-save -t nat, rather than trying to translate it into feeble english words02:20
Psi-Jackpatdk-lap: Basically I want any LAN originating connection hitting externalIP:80 to be forwarded to the LVS director and routed back successfully to the requester.02:21
patdk-lapyes, but you are throwing terms around02:22
Psi-Jackpatdk-lap: I'm in a 172.17.0.0/16 network, and 172.17.100.0 is the LVS director IP.02:22
patdk-laplike,I dunno what lan is02:22
patdk-lap:)02:22
Psi-Jacklan is 172.17.0.0/1602:22
patdk-lapheh?02:22
Psi-JackI have two zones. lan and net.02:23
twbIn apt-cache show, there is a field "Supported: 5y".02:24
twbWhere does it come from?02:24
twbNever mind, it's actually defined in Packages02:25
digital_chaoswhats that off topic channel i can not find it02:26
qman__!ot02:27
ubottu#ubuntu is the Ubuntu support channel, for all Ubuntu-related support questions. Please use #ubuntu-offtopic for other topics (though our !guidelines apply there too). Thanks!02:27
qman__digital_chaos, ^02:27
digital_chaos^02:28
digital_chaoscarrots02:28
digital_chaosnot a good topic02:28
digital_chaosi see it02:29
twbdigital_chaos: caret ≠ carrot02:33
saculi can't claim i understand why.. but I plugged the htpc into the wall and all problems are solved.. qman__ you're the man...  still locked up but the sending laptop is still wireless though so I'm blaming it at the moment... and it didn't slow until 1.7GB of 2GB were xfered.. much better02:34
qman__yeah, you'll probably have to remount your NFS02:35
saculqman__: i thing nautilus may have done that for me because it took about a minute to open it up at first...02:35
saculs/thing/think02:36
qman__ah02:36
twbThis works: grep-aptavail -ns Package,Supported -F Provides x-display-manager | fmt | tr -s '\n'02:48
twbBut this doesn't: grep-status -ns Package -F Supported 5y02:48
twbHow can I generate a list of all packages that are installed and do not receive five years of support?02:49
=== rmonteiraum-AWAY is now known as remonteiraum
fluvvelltwb, best to start with a list from the bare bones server?03:04
patdk-laptwb, odd, my apt-cache show, doesn't have any supported line for any packages03:13
patdk-lapah, it does for lucid, but not hardy03:15
twbfluvvell: the information is encoded in the apt database03:17
twbBut it's not copied to the dpkg database03:17
fluvvelltwb, thats quite interesting.  The general impression I had was that if it was included in ubuntu-server, it would be covered for 5 years.03:31
fluvvellI love hanging out here, there is always so much to learn03:31
twbfluvvell: basically, no03:31
twbUltimately I want to write a vrms-like cron job that will remind me when *individual installed packages* are EOLd by Canonical03:32
twbBecause while LTS is supported for five years, if you have e.g. gdm installed on your LTS server, that is EOLed after three years.03:32
ilovegrolscmy vps hosting provider won't reply to my support ticket about broken iptables03:33
ilovegrolscbeen a week03:33
ilovegrolsckeep sending emails03:34
ilovegrolsccould they be ignoring me?03:34
fluvvelltwb, and the 5 years status cat be shown up by querying -eg apt-cache search ? I'd note that gdm is not part of the server install, - not stating I know what I'm talking about - just observation.03:36
fluvvellno, not search03:37
fluvvellhmm, not showpkg either03:38
Picifluvvell: If you're interested in writing a script to do it, the python-debian package/module can parse the feilds of Packages files.  I don't know if theres a way to do it with apt-cache itself.03:38
twbfluvvell: that depends how you define "the" server install.03:41
fluvvellPici, I'm dreaming to think I'd even have the time :)  I was interested to find out that the EOL info was available, I never know that.03:41
twbI suspect the rough-and-ready definition as it related to EOL windows is "the packages in the pool of the server install CD"03:41
twb...even though *I* don't use CDs :-/03:41
fluvvelltwb, quite. There are a number of choices that mean a 10.04 server could look different03:41
fluvvelltwb, that was my line of thinking yes.03:42
=== Psi-Jack_ is now known as Psi-Jack
tonyyarussotwb: Shouldn't be too hard, since that info is already in the package descriptions.04:32
twbtonyyarusso: 14:17 <twb> But it's not copied to the dpkg database04:33
tonyyarussotwb: Presumably you'd have to do a dpkg -l to get a list, ad then for each item do like apt-cache show gdm | grep Supported | head -1 | sed 's/Supported:\ \([0-9]\)y/\1/'04:34
tonyyarussoBonus:  Doesn't require non-standard packages like dctrl-tools.04:35
twbtonyyarusso: yes, except using dctrl-tool instead of NIHing it04:35
tonyyarussotwb: Well, you already learned that doesn't work, so *neenerneener* :)04:36
twbtonyyarusso: you'd also need to narrow it to match the correct version04:39
tonyyarussotrue04:39
twbe.g. if you're running postfix from maverick on a lucid host, it's not correct to report that it has 5y support.04:39
tonyyarussowell, wait, would you?04:39
tonyyarusso...04:39
tonyyarussoIf you're running postfix from maverick on a lucid host you're ALREADY NOT SUPPORTED, making this a moot point.04:40
twbOr to put it differently, it should warn you that the version YOU HAVE is EOLd04:40
tonyyarussoFor that all you need to do is grep the sources for anything non-lucid, and if results are non-zero tell you you're screwed :P04:40
twb*EOLd or unsupported04:40
twbtonyyarusso: it shouldn't just say "you're screwed"04:41
twbhttp://paste.debian.net/102021/04:41
twbI want a report like that, except s/non-free/EOLd or unsupported/04:41
twbThen you put it in cron.monthly04:41
=== squishy is now known as SquishyNotHere
=== SquishyNotHere is now known as squishy
twbgrep-status -ns Package,Version -P . | while read package && read version && read _; do grep-aptavail -s Package,Supported -XP $package -and -XF Version $version -and -F Supported --lt 5y ; done04:47
twb...except that of course if the package is installed out-of-band, it won't be in the apt Packages list at all04:48
twbI guess you could || the grep-aptavail, since it returns non-zero if there are no matches04:48
twbYou can't use --lt, though, because "dpkg --compare-versions 6mo lt 5y" is false.04:50
twbPity Canonical didn't use an ISO 8601 period profile04:50
twbEven better would've been just putting the RFC 3339 or epoch time at which the package will be EOLd.04:51
MeltingK33boardI have a question05:02
MeltingK33boardwhere is the poppler package05:03
MeltingK33boardi see the source on launchpad05:04
MeltingK33boardbut not the package05:04
MeltingK33boardI am trying to use pdf2xml05:06
MeltingK33boardand it says...05:06
MeltingK33boardjust a sec05:08
MeltingK33boardNo package 'poppler' found05:08
tonyyarussotwb: Hacky, but behaves as I expected: http://paste.debian.net/102022/05:08
MeltingK33boardsudo apt-get install poppler05:08
MeltingK33board[sudo] password for isaac:05:08
MeltingK33boardReading package lists... Done05:08
MeltingK33boardBuilding dependency tree05:09
MeltingK33boardReading state information... Done05:09
MeltingK33boardE: Couldn't find package poppler05:09
tonyyarussotwb: But yes, putting useful data in the dpkg database would certainly be nicer in the long run.05:09
MeltingK33boardso "poppler" isn't in the repos... is there another package name?05:09
* tonyyarusso proceeds to be amazed how much stuff he has installed from universe05:10
tonyyarussoMeltingK33board: what is it again?05:10
MeltingK33boardpoppler05:10
tonyyarussoWhat's it *do*05:10
MeltingK33boardi am trying to install pdf2xml05:10
MeltingK33boardand it requires poppler, which is a pdf library05:10
tonyyarussoI'm guessing libpoppler505:11
MeltingK33boardi found it... libpoppler-dev05:11
tonyyarussoerr, it requires a -dev package?05:11
MeltingK33boardthat is the first package name i found that was actually in the repos05:12
MeltingK33boardit would be nice if it wasn't dev05:12
MeltingK33boardbut libpoppler doesn't work05:12
MeltingK33boardi am still looking05:12
tonyyarussoMeltingK33board: Did you try libpoppler5?05:13
MeltingK33boardok your libpoppler5 works... now let me try to build the pdf2xml05:13
twbtonyyarusso: Supported can contain "6mo" as well, I think05:13
twbtonyyarusso: I can't remember where I saw it though05:13
MeltingK33boardahh05:13
MeltingK33boardok05:13
tonyyarussotwb: Yeah, I hadn't begun to address the non-LTS cases.05:14
twbtonyyarusso: packages can also have no Supported field at all (e.g. all of universe).  Your script seems to only be looking at gdm.05:15
tonyyarussotwb: also, 6mo, or 18mo?  Why would anything be 6mo?05:15
tonyyarussobah, that line still05:15
twbtonyyarusso: I think I saw it for something like kubuntu desktop packages05:15
tonyyarussotwb: Just delete the gdm part - it's right around that.05:15
tonyyarussotwb: My script handles unsupported (universe) packages.05:15
tonyyarussoSee the grep count line.05:16
twbOh, yeah.05:16
twbYou could just use grep -q05:16
tonyyarusso-q?  Never used that.05:16
twbIt's a GNUism05:16
tonyyarussoah05:17
MeltingK33boardok libpoppler5 didn't work05:17
twbSo it -c, I think05:17
tonyyarussoerr, man page says -q is "quiet", ie no output.  Looking at exit code or something I take it?05:17
twbRight.05:17
tonyyarussogotcha05:17
tonyyarussomeh, this way is marginally more readable.  Maybe.05:17
twbstream | if grep -q pattern ; then echo found; else echo not found; fi05:17
twbtonyyarusso: you also ignore partially-installed packages :-)05:19
tonyyarussotwb: Nobody said it was done ;)05:22
tonyyarussoProof of concept man, c'mo!05:22
tonyyarussoerr, c'mon05:22
twbGranted05:22
* tonyyarusso puts that away for tonight, but may well actually use it on a server or two05:23
twbdpkg --get-selections would work for you, since you're ignoring the version05:24
twbdpkg-query -W -f '${Package} ${Version}\n'05:27
ScottKtwb: There's nothing that's just supported for 6 months.05:31
twbScottK: was there, once?05:31
twbIf not maybe I just misremember05:31
ScottKNot since at least Dapper (when I arrived)05:31
ScottKYou may be misremembering that Hardy was LTS for Ubuntu, but not for Kubuntu (regular 18 months though)05:31
=== ilovegrolsc is now known as VillageIdiot
twbSo it would've said "18mo" in the support field (if there was one)?05:34
twbhttp://paste.debian.net/102023/ <-- my latest effort05:36
ScottKtwb: Yes.05:38
twbOK.  The important datum being that my script must anticipate "mo" as well as "y" in fields.05:41
Psi-JackAnyone here do proxy arping? I'm trying to figure out how to determine /if/ a proxy arp is active or not for a pacemaker ra, and best I got so far is to check /proc/net/arp, but just looking at that I can't determine for absolute certainty that it's a proxyarp.05:41
Psi-Jackarp -an doesn't always show it until the second attempt, which makes things even more annoying. heh05:43
twbOh wow, that's a class A cock-up05:46
twblsb_release -r >&-05:46
twbWhat are all possible values for the Supported field?06:04
twb5y, 3y, 18mo, and not present -- anything else?06:04
twbtonyyarusso: http://paste.debian.net/102024/06:26
twbYou'll need to remove release_date=2008-04-01         # testing06:26
twbIf you can get it to match on $version without using grep-dctrl, I'm willing to consider it06:27
ruben23hi guys.06:54
=== Psi-Jack_ is now known as Psi-Jack
=== squishy is now known as SquishyNotHere
uvirtbotNew bug: #688464 in krb5 (main) "Wrong default path for kpropd.acl in kpropd man page" [Undecided,New] https://launchpad.net/bugs/68846408:16
=== SquishyNotHere is now known as squishy
uvirtbotNew bug: #688469 in samba (main) "windows machines cannot open session when disconnected" [Undecided,New] https://launchpad.net/bugs/68846908:31
cnus8nHi, I have an i7 980x (hexacore) installed with ubuntu 10.04, with the 2.6.28-15-server #52-Ubuntu SMP  kernel. When I check my /proc/cpuinfo, I can see only 8 CPUs. Was expecting to see 12. Anybody got any clue about it?09:52
twbcnus8n: sounds you were misinformed09:58
cnus8ntwb, meaning?09:59
twbHmm, Wikipedia corroborates you.09:59
cnus8ntwb, misinformed about what?10:00
twbAbout how many cores it had10:00
twbcnus8n: pastebin /proc/cpuinfo10:01
cnus8ntwb, http://pastebin.com/TgvbDa6g10:03
cnus8nalso check out http://ark.intel.com/Product.aspx?id=4793210:03
cnus8nit is 6 cores, 12 threads10:04
twbYeah, I can't explain that10:04
twbI assume you're running an amd64 kernel?10:04
cnus8ndoes the stock kernel with Ubuntu have some restrictions on the number of CPUs ?10:05
twbNot that I know of, but 8-way is the most I've ever had10:05
cnus8nis there a way to increase that number? or some repository having kernel which supports?10:06
twbGiven an SSL key or certificate in PEM format, how does on decode it (e.g. to extract the cn)?10:06
twbcnus8n: I mean: 8-way is the most I've ever had PHYSICALLYU10:06
twbHm, this works for the cert: openssl x509 -in foo.pem -text -noout10:09
twb!do-release-upgrade10:53
twbGrmph10:53
twbGrr!  do-release-UPGRADE decided to install grub-pc.10:59
twb"The following Linux command line was extracted from /etc/default/grub or the `kopt' parameter in GRUB Legacy's menu.lst."11:00
twb...no, no it wasn't.  grub wasn't installed -- this is an LXC container, you silly grub11:00
Jeeves_kees: You are one of the Ubuntu security gurus, right?11:11
twbJeeves_: he is.11:12
twbJeeves_: try -hardened11:12
Jeeves_Exim is suffering a remote-root-exploit11:13
patdk-lapevil11:14
Jeeves_http://www.exim.org/lurker/message/20101207.215955.bb32d4f2.en.html11:14
twbFWIW, default-mta is postfix on Ubuntu11:15
twbI heard it also only affects exim4's that don't chuid, and Debian's exim4 does by default11:15
Jeeves_Doesn't any mailer that does local delivery chuid?11:18
Jeeves_uh, that's not very clear11:18
Jeeves_let's lunch first11:18
twbI'm just relaying what a LUG denizen told me11:27
twbOh crazy, do-release-upgrade runs itself in a :zombie'd screen in maverick11:28
twbInteresting error after maverick->natty: http://paste.debian.net/102037/11:35
patdk-laphehe :)11:36
patdk-lapI don't have that error, but I haven't upgraded my natty python yet11:36
twb(I just created a 10.04 container and tried to lucid->maverick, maverick->natty using d-r-u)11:36
twbJust to see what would happen11:36
twbprocps failed in the former d-r-u because I had dpkg-divert'd its upstart job, but the postinst ASSUMED 'restart procps' would succeed11:37
twbIs it just me, or does "aptitude safe-upgrade" actually behave like "aptitude full-upgrade" on Ubuntu?11:39
twbhttp://paste.debian.net/102038/11:39
twbapt-get upgrade appears to be a safe-upgrade11:39
lucascastroI have problem when install ubuntu server x86_64bits using raid level=0 on machine.11:40
twblucascastro: do you really want RAID0?  That makes your system LESS reliable.11:41
lucascastroisn't raid0 is mirroring ?11:41
jpdslucascastro: No, that's 1.11:42
lucascastroyeah... raid level=1, I'm sorry.11:42
twblucascastro: continue.11:42
lucascastroand so, when the system is going to boot the grub don't find the disks with them uuid's and gets in initframe.11:43
lucascastrothat on lucid.11:44
twblucascastro: does /proc/partitions refer to a /dev/mdNp1 ?11:47
lucascastroI've install the grub, /dev/sda /dev/sdb11:49
twblucascastro: please answer the damn question11:52
twblucascastro: actually, never mind -- just read this: http://paste.debian.net/102040/11:53
uvirtbotNew bug: #688522 in eucalyptus (main) "[FTBFS] Eucalyptus doesn't build on maverick, with -security pocket enabled " [Undecided,New] https://launchpad.net/bugs/68852211:57
Jeeves_twb: I don't understand your remark about chuid12:03
twbJeeves_: never mind, it was probably spurious12:04
Jeeves_If i understand it correctly, all exim's are able to chuid, because they need to deliver email as ...12:04
twbThat is a convincing argument12:05
lucascastroI put  "/boot" on a raid.12:15
lucascastroI already made that much times and never had no problem,  does someone think it could be that the problem?12:17
twblucascastro: plonk.12:32
lucascastrotwb: what does it mean?12:33
twblucascastro: it means I'm ignoring you because you can't take orders.12:34
cocoa117anyone here use scheduleworld.com sync their PIM data? Are they/he/she shutting down for good?12:35
lucascastrothat's a bug, https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/525425!12:36
uvirtbotLaunchpad bug 525425 in grub2 "lucid server/alternate, software raid 1 will not install correctly; unbootable after failed grub install (dup-of: 527401)" [High,Confirmed]12:36
uvirtbotLaunchpad bug 527401 in partman-base "grub-installer fails to install on a raid1 array" [High,Fix released]12:36
twbcocoa117: that doesn't resolve.12:36
cocoa117twb, u talking about DNS server doesn't give IP address right?12:37
cocoa117twb, r u suggesting this is DNS provider issue not the issue for scheduleworld.com?12:37
twbcocoa117: correct; there is no A record for that domain name.12:38
twbActually, based on the behaviour I'm seeing, it would seem the NS server(s) for that domain are offline, or blocking my domain queries.12:38
cocoa117twb, i guess it's not just our domain, my home and work dns can't resolve it12:39
twbcocoa117: on that basis, I wouldn't go with that vendor12:40
cocoa117twb, enn, well already paid one year subscription fee, and was fine for 5 months till now, :(12:41
cocoa117twb, by the way, what command did u use to get A record info? dig -t mx schedulworld.com12:41
twbcocoa117: maybe you should call the vendor and ask WTF happened12:41
twbcocoa117: getent hosts, and dig.12:41
lucascastrotwb: I didn't take that orders 'cause the computers was turned off.12:42
twbcocoa117: obviously -t mx returns the MX, not the A.12:42
cocoa117twb, got it, thanx12:42
uvirtbotNew bug: #688541 in mysql-5.1 (main) "race condition on shutdown (leads to corrupted fs)" [Undecided,New] https://launchpad.net/bugs/68854113:01
=== doko_ is now known as doko
Danawar2Heyaa ubuntu server how can i stop a user writing 1gb files to the tmp folder?13:11
twbDanawar2: mount -t tmpfs none /tmp -o size=8m13:12
Danawar2What does that do?13:12
twbMakes /tmp an slice of pagable memory, capped at eight megabytes.13:12
Danawar2okk13:13
Danawar2ill rephrase is there any way i can limit the amount of data a user has on my server?13:13
twbYes, user quotas.13:13
Danawar2okk thanks13:13
twbinstall the quota package, mount the filesystems in question with -oquota, and reboot to trigger the initial quota state generation (which will take O(n) time - hours for a 1TB filesystem).13:14
twbFinally, use edquota or so to assign a soft or hard limit to the user in question.13:14
uvirtbotNew bug: #688574 in openssh (main) "ssh-import-id should support writing to other files" [Undecided,New] https://launchpad.net/bugs/68857414:31
pmatulisgeez, when is vmbuilder going to support raw devices?15:05
jpdspmatulis: [Freenode] [!] There is no such nick geez15:07
pmatulisjpds: oh boy, you're on your game this friday15:08
twbObviously Jesus has too many nicks15:10
pmatulisnicks and scratches?15:10
JFobooo hiss :)15:11
zulpmatulis: patches accepted ;)15:11
pmatulisoh boy!15:11
pmatulisdoesn't he have some branches?  crown of thorns?15:12
consumerismis there any way to add authorized ssh keys for root other than to put them in /root/.ssh/authorized_keys?15:17
consumerismlike an include of some arbitrary path?15:18
consumerismor a global authorized_keys file?15:18
pmatulisconsumerism: edit root's config file i would say but why don't you like the default?15:18
consumerismpmatulis: this is a cloud machine from a static image and rather than write a script to throw all the keys i need into that file i'd like to keep them elsewhere and just include or link them somehow15:19
pmatulisconsumerism: i don't understand.  read AuthorizedKeysFile in sshd_config man page15:23
consumerismpmatulis: so i can only define where the authorized_keys file lives for all users, i can't specify a unique one for root for example?15:26
consumerismpmatulis: the server i'm working on boots in amazon's cloud from a pre-built image, in other words i need to script all configuration that's not part of the image. rather than writing the public keys i need directly to /root/.ssh/authorized_keys via script, i'd like to just include them so when i add a key i don't have to edit the script. i could keep them in a separate file and just cat that15:29
consumerism>> authorized_keys but i was wondering if there's another way15:29
twbUser root15:30
twb  ThingyFile %h/.ssh/authorized_keys.gotcha15:30
twb...in sshd_config?15:30
twbMatch User root, rather15:30
twbThe sshd_config and ssh_config manpages should make it fairly obvious how to massage that to correctness15:31
consumerismah15:34
consumerismtwb: thanks15:34
twbnp15:34
twbNote that ssh-copy-id won't realize15:34
consumerismi don't use that15:35
consumerismanother question, although ps aux | grep ssh shows me that ssh-agent is running, when i run ssh-add it says it can't connect to my authentication agent. how can i troubleshoot this?15:37
twbTurn off agent forwarding and use -oProxyCommand instead15:37
twbe.g. Host foo.example.net \n\t ProxyCommand ssh example.net -W %h:%p15:38
twbEr, s/foo/*/, so it's a wildcard15:38
robbiewDaviey: what's the current situation of bug 600174?15:40
uvirtbotLaunchpad bug 600174 in axis2c "axis2c fails to build from source on maverick/i386" [High,Confirmed] https://launchpad.net/bugs/60017415:40
consumerismtwb, not sure i follow, i'm trying to add my identity file to my current session so i don't have to keep entering the passphrase when i use my key15:40
twbconsumerism: oh, right.15:41
Davieyrobbiew: still exists, i spent a few hours trying to look at it.  doko is aware of it, and i think he may get to it eventually... is that right doko?15:41
Davieyrobbiew: FWIW, it's quite a PITA that one.15:41
twbconsumerism: are you using Screen?15:42
robbiewDaviey: sure...I'm not pushing...just need status for weekly release meeting ;)15:42
twbYour environment needs entries like this:15:42
twbSSH_AUTH_SOCK=/tmp/ssh-HYfvfR1489/agent.1489; export SSH_AUTH_SOCK;15:42
twbSSH_AGENT_PID=1496; export SSH_AGENT_PID;15:42
dokoDaviey: somehow15:42
doko    - S6638712: Inference with wildcard types causes selection of15:42
doko      inapplicable method.15:42
doko    - S6650759: Inference of formal type parameter (unused in formal15:42
doko      parameters) is not performed.15:42
Davieydoko: Yeah.. i was looking at them two patches15:43
consumerismtwb: i'm using tmux, but the problem is still present outside of tmux or screen15:43
dokoplease could you ping upstream about this too? I'm preparing a build without these15:43
twbconsumerism: if your tmux session persists across X invocations, you'll lose conection to the agent15:43
Davieydoko: Would it be better if your build without those is tested first?15:43
twbconsumerism: because the X teardown code stops the one you know about, and then next X setup creates a new one.15:44
consumerismtwb: not using X, it's a headless server15:44
consumerismprintenv doesn't show me those env vars, how are they supposed to be set?15:44
twbOK, then you need to start the agent by hand, in a sufficiently magic way that detaching, logging out, logging in, and retaching doesn't give you a new one15:45
twbFor that, I use twb-agents(1twb) in my .bash_profile: http://code.haskell.org/~twb/Preferences/.bin/twb-agents http://code.haskell.org/~twb/Preferences/.bash_profile15:45
twbAs that code says, it's based on Gentoo keychain(1), which is also available in Ubuntu.15:46
ttxDaviey: task force governance model drafted at https://wiki.ubuntu.com/ServerTeam/TaskForces -- not sure we need more, feel free to edit it15:46
dokoDaviey: ohh, the axis2c one? no, currently not looking at it15:47
zulkim0: ping i uploaded your bacula fix i just modified the changelog a bit thanks for the patch though15:48
kim0zul: cool :)15:52
kim0zul: can I see what was needed to be modified15:52
Davieyttx: Awesome!  I'll have a good read and digest it this evening... Currently swapping between tasks \o/15:52
zulkim0: sure check launchpad :)15:52
Davieydoko: Are you able to look at the axis2c one this cycle?15:52
ttxDaviey: sure no hurry. Mostly a rehash of the spec.15:53
Davieydoko: RE, Java - confirming it fails in maverick with natty openjvm15:53
dokoDaviey: I should have test packages ready in about 30min15:55
Davieydoko: Great... if they arrive ~30 mins from now, i'll test them straight away... otherwise i need to go afk.16:01
Davieydoko: Is it a PPA ?16:01
dokoDaviey: no, local build16:01
dokoDaviey: I'll leave these at http://people.canonical.com/~doko/tmp/16:02
Davieydoko: be good if you run apt-ftparchive or similar on them :)16:03
dokowget 1 2 3 4 should work too =)16:04
* Daviey pah's16:04
Daviey:)16:04
l3dxwhen I run "crontab -e" as a user, where is it stored?16:17
DevoKunl3dx: usually /var/spool/cron/crontabs16:21
l3dxok. thanks16:23
dokoDaviey: files are there16:23
uvirtbotNew bug: #688458 in bind9 (main) "package bind9 1:9.7.0.dfsg.P1-1ubuntu0.1 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/68845816:27
Davieydoko: great16:28
RichardRaseleyHello all, I have an urgent issue that I would really appreciate someone helping me with. I had to move a Ubuntu VM that was running under VMWare Player to a Hyper-V server (not my choice, long story). When booting into the VM I am greeted by a "BusyBox" command line.16:28
Davieydoko: Ahhh! my chroot is amd64 :)16:28
RichardRaseleyI think it is because VMWare uses SCSI emulation by default whereas Hyper-V requires IDE emulation.16:29
RichardRaseleyAny suggestions as to what I might be able to do to resolve this?16:29
dokoDaviey: build eu here locally16:29
RichardRaseleyIt would be greatly appreciated!16:29
Davieydoko: creating an i386 chroot now16:29
h3sp4wnRichardRaseley: Have you converted the disk16:31
h3sp4wnRichardRaseley: (VMDK to VHD)16:31
RichardRaseleyh3sp4wn: Yes, I have.16:32
RichardRaseleyConverted and associated with the VM.16:32
h3sp4wnRichardRaseley: Updated the initrd ?16:32
RichardRaseleyI can hit grub, change the boot to use "vga=771", but then I just get the BusyBox16:32
RichardRaseleyI am not sure how I would do that.16:32
RichardRaseleyCould you help me a bit on that item?16:33
h3sp4wnTrying to think about how to do it16:33
RichardRaseleyThank you, I appreciate your help. I am in a bit of a bind here. This would make my day. =D16:33
dokoDaviey: build for me16:33
h3sp4wn(Its easy from a running system problem is likely the right modules for the disk are not in the initramfs (initrd)16:34
Davieydoko: Oh, great!16:34
Davieydoko: Are those two patches crucial?16:34
Danawar2Hey ubuntu server if some one makes a copy of /etc/passwd is it possible for them to decrypt the passwords?16:35
DavieyDanawar2: not on ubuntu, they would need /etc/shadow :)16:35
remix_tjno16:35
RichardRaseleyThat makes sense. I think the VMWare uses SCSI virtualization whereas Hyper-V uses IDE - I think that is the root cause of my issue.16:35
remix_tjbecause in /etc/passwd there are not :-D16:35
h3sp4wnDanawar2: They need /etc/shadow  depends how much they want them16:35
Danawar2if they got /etc/shadow16:35
remix_tjDanawar2: take a look to the crypt() function16:36
h3sp4wnIf the NSA wants them I guess they can get them16:36
remix_tjDanawar2: on /etc/shadow there is not password crypted, there is a string crypted using your password16:37
Danawar2its just my friend thats got shadow16:37
Danawar2and passwd16:37
remix_tjso your password is secure because if they break DES encryption they get not crypt key but only decrypted text16:38
Danawar2ook16:38
Danawar2phew ;D16:38
dokoDaviey: looking ... http://bugs.sun.com/view_bug.do?bug_id=6638712 http://bugs.sun.com/view_bug.do?bug_id=665075916:38
remix_tjDanawar2: if your friend got your shadow it means that he were root, and this is more preoccupant than the things he theft16:39
Danawar2ohh deer16:40
Danawar2lol ;D16:40
Danawar2im sure he wont do any thing melicious ;D16:40
Danawar2well i hope not any way hehe16:40
Danawar2is there any way for him to wipe his .bash_history?16:42
h3sp4wnyeah - rm16:48
Danawar2without route?16:48
Danawar2root*ha16:48
h3sp4wnhe can edit it with whatever - vi16:49
Danawar2ookiess is this information saved any were else where he wouldnt be able to edit it?16:49
h3sp4wnNot by default afaik16:50
Danawar2Are there any good programs that will log user activity?16:50
h3sp4wnselinux16:51
jpdsDanawar2: auditd.16:52
Danawar2Is that already in stalled on all versions of ubuntu or just server or none atall?16:53
jpdsNone at all.16:53
Danawar2okies16:53
Danawar2Thanks for all your help guys I got a lot of research to do :D16:54
h3sp4wnDanawar2: You could checksum all your binaries and libs to see if any have changed16:55
jpdsaide works well for that.16:55
Danawar2Thanks#16:56
kirklandSpamapS: around yet?16:57
h3sp4wnHas anyone seen any blueprints for a smaller Jeos (For me Jeos is far too much OS - vps far too much wastage even with just ubuntu-minimal)16:59
SpamapSkirkland: just sat down. g'morning.16:59
kirklandSpamapS: 'mornin'16:59
SpamapSh3sp4wn: uh, why?16:59
kirklandSpamapS: you said you had to make some changes to cobbler to get the web interface up and running ... have you pushed those changes anywhere?17:00
SpamapSkirkland: lp:~clint-fewbar/+junk/cobbler-packaging-enhancements17:01
SpamapSkirkland: with that one, you still have to edit /etc/cobbler/modules.conf and change the authentication module.. but once you do that, you can start cobblerd and login.17:01
SpamapSkirkland: you know, it would be cool to add openid auth. I bet it would be easy too.17:02
SpamapSkirkland: though I imagine cobblers won't be on the public internet, so its probably moot. ;)17:02
kirklandSpamapS: sweet;  would you link that branch to the blueprint?17:02
kirklandSpamapS: that would be kinda neat, actually17:03
SpamapSkirkland: and agreed on it being FYI.. since we're basically just doing what we decided to do at UDS. :)17:03
h3sp4wnSpamapS: No point in wasting memory (I need as much as I can for the db and my application)17:03
kirklandSpamapS: yessir -- it's more of a "followup" since UDS17:04
SpamapSh3sp4wn: having files on the disk does not waste "memory"17:04
patdk-wkit does if you keep indexing your filesystem, and using up inode cache :)17:05
* patdk-wk spanks himself17:05
h3sp4wnSpamapS: True alot of those things you cannot replace easily without removing ubuntu-minimal17:05
* SpamapS wishes there were an easy way to pretend his 22" monitor was 2 monitors so windows would automatically split down the middle.17:05
SpamapSpatdk-wk: agreed.. what were we thinking with slocate? ;)17:06
h3sp4wnSpamapS: Braindead to have 2 of everything installed just for the sake of it as well (App runs less well with double the RAM than it ran on Netbsd)17:06
SpamapSh3sp4wn: two of everything?? not sure I follow you there.17:07
patdk-wkis there a point of needing ubuntu-minimal? I uninstall it from most of my systems17:07
SpamapSh3sp4wn: and have you profiled it to see what is running poorly?17:07
h3sp4wnSpamapS: To a point profiling adds even more overhead17:08
patdk-wkwhat is it your doing that us using up all your ram?17:08
SpamapSpatdk-wk: it uses up 30k.. why would you bother?17:08
patdk-wkI know when I install ubuntu-server it used 24megs of ram, after boot17:08
SpamapSh3sp4wn: to a point, without measurement, we have nothing.17:08
patdk-wkSpamapS, no, I don't, it's the other stuff I uninstall, removed the ubuntu-minimal dependence17:09
patdk-wkand I only remove them for alittle bit more comfort :) not cause of wasted disk space17:09
* SpamapS boots his lucid minimal to see how much RAM it is using..17:09
SpamapShah I love that it boots to getty in 2s .. :-P17:10
patdk-wkmy lucid minimal lvs-dr is using 89megs17:10
* patdk-wk blames pacemaker :)17:10
patdk-wkand ldirector17:10
SpamapS31M on my lucid amd64 minimal17:11
kirklandDaviey: yo17:11
kirklandDaviey: where are your cobbler fixes?17:11
SpamapSbut 3.5M of that is bash17:11
kirklandDaviey: pushed anywhere yet?17:11
patdk-wkSpamapS, console or ssh login?17:11
SpamapSand 1M is ps auxw O r running17:11
SpamapSpatdk-wk: console17:11
patdk-wkI think I removed useless consoles to lower mine some17:11
patdk-wkbut it was at 24megs, a few kernels ago, might of went up17:12
SpamapSpatdk-wk: that seems a bit excessive.. ;)17:12
patdk-wkhard to tell with bgp using 400megs17:12
SpamapSnice17:12
RoAkSoAxkirkland: btw I still don';t have permission to submit a branch to lp:~powernap :(17:13
RoAkSoAx(or I'm not a member)17:13
kirklandRoAkSoAx: adding you now ...17:14
RoAkSoAxkirkland: awesome, thanks!! ;)17:14
kirklandRoAkSoAx: done17:15
RoAkSoAxkirkland: thank you!17:15
SpamapSkirkland: so, I have to think that one thing that will help with the upstreaming is if we start working directly on Cobbler's git repository rather than do everything in LP17:24
kirklandSpamapS: um, Daviey set up an auto import17:24
kirklandSpamapS: i guess i don't understand what you mean ...17:24
kirklandSpamapS: bzr branch lp:cobbler17:24
SpamapSkirkland: yeah.. I don't know how useful that will be for pushing changes back.17:25
kirklandSpamapS: that's the latest git within a few minutes17:25
kirklandSpamapS: in bzr format :-)17:25
zulSpamapS: bzr-git plugin17:25
kirklandSpamapS: note that i packaged it directly from a git snapshot17:25
SpamapSI'm saying, we're going to be off in our little lp+bzr bubble until we decide to drop a bunch of patches on them...17:25
kirklandSpamapS: and we'd probably continue that for the next few months while we're actively developing it17:25
kirklandSpamapS: right;  so i've been collecting those in debian/patches for now17:26
kirklandSpamapS: i think we trickle those over to them as they logically make sense17:26
orion__hello17:26
kirklandSpamapS: ie, once we have a batch that works well for us, and solve some particular problem(s)17:26
kirklandSpamapS: i mean, i agree we'll need to work straight from source repository for the next few weeks/months17:27
kirklandSpamapS: and we'll clearly need to make changes to the code17:27
kirklandSpamapS: and we'll clearly need to send those back upstream17:27
kirklandSpamapS: and we'll need to keep track of those changes17:27
kirklandSpamapS: do you think we can do this better than tracking them in debian/patches/* ?17:28
SpamapSkirkland: I suppose the exchange format of git is more or less patches, so it probably doesn't matter too much.17:29
kirklandSpamapS: right;  so we *could* hack them directly into a branch (be it bzr or git)17:29
kirklandSpamapS: which is what I did with eucalyptus for >1 year17:29
kirklandSpamapS: but as soon as Daviey took over eucalyptus from me, he moved all of our changes out of the branch and into a quilt set of debian/patches/* to make it easier for him to send upstream17:30
SpamapSkirkland: I'm just mindful of making sure we make it as pleasant and easy for cobbler to take our patches as possible.17:30
kirklandSpamapS: shall we ask cobbler-devel how they'd like to see the changes?17:31
SpamapSkirkland: I was thinking thats the next step actually.17:31
kirklandSpamapS: okay, i'm in #cobbler-devel talking to them now17:31
SpamapSI'd also be interested in hearing when their next release is coming.17:31
kirklandSpamapS: they had a request from a user back in June about supporting Ubuntu better17:32
kirklandSpamapS: https://fedorahosted.org/pipermail/cobbler/2010-June/005717.html17:32
kirklandSpamapS: and said that they'd love to, but would need someone to package/maintain it17:32
SpamapSkirkland: btw, remember our conversation about lsb-release?17:40
kirklandSpamapS: yes, my memory does in fact go back >1 day :-)17:40
SpamapSkirkland: /etc/lsb-release ... easier to parse that than wait on execing python to parse it. ;)17:40
kirklandSpamapS: heh, yeah, that's the file I was looking for!17:40
=== zhobbs_ is now known as zhobbs
uvirtbotNew bug: #688670 in clamav (main) "ClamAV update produces worrying warning message" [Undecided,New] https://launchpad.net/bugs/68867018:26
=== cmagina is now known as cmagina-meeting
ffr76hi19:09
Davieykirkland: the fixes i have aren't pushed anywhere as yet..19:11
Davieyit's a job for Monday, methinks. :)19:12
kirklandDaviey: okey19:16
=== shennyg_ is now known as shennyg
SlybootsHmm..20:14
SlybootsDoes anyone know if something like "Adblock" exists in proxy form for Ubutnu?20:14
h3sp4wnSlyboots: prixoxy ?20:16
SlybootsHmm20:20
Slybootsnot sure; the thing that really hacks me off is those videso embedded in Flash videos20:24
SlybootsI dont give a feck about hotmail and "Glee!" Stop advertising them at me! lol20:24
dschuettanyone ever have a problem with ubuntu server recognizing when your isp changes your dynamic ip address?20:37
kpettitis there any good repositories or howto's for asterisk and ubuntu?  I'd love to get freepbx going but it seems to have issues.20:48
kpettitI'd like to find a repo that had a newer version of asterisk and maybe freepbx or 2600hz web interface.20:48
tonyyarussodschuett: "recognizing" for what purpose?20:52
SlybootsStill cant find a good solution to addfiltering..21:01
SlybootsMost seem to use blacklists to just leave huge gaping blocks of "PAge cant be displayed" where the ads used to be :P21:01
RoyKSlyboots: using a proxy to do adblocking?21:03
SlybootsRoyK: Trying to; Rigth now Im using Adblock but moving to Chrome21:04
SlybootsWas was thinking why not get the linux server to do thsi for me.. Doesnt seem to be quite as simple as that though21:04
RoyKit should be quite easy21:04
RoyKadd a redirect to a 1x1 pixel transparent image for what you block21:05
Slyboots.. how the heck do I do that lol21:05
SlybootsI just installed Squid and overwhelmed by the multi-thousant line config file21:05
RoyKSlyboots: most of it is comments/documentation21:06
SlybootsIdealy I want to block those freaking annoying "video" adds tehy place at teh start of flash videos21:07
SlybootsLike in YouTube; or that guy with the glasses21:07
SlybootsChrist are they annoying21:07
SlybootsSo I should use something like.. SquidGuard?21:11
Danawar2(21:13:21) Danawar2: Hey guys how do i make selinux log all a users commands?21:14
osmosisis there anymore info on why qcow2 files fail with 10.04 LTS ?21:17
=== gnoob is now known as lapsusbrutus
genii-aroundDanawar2: You could try something like make their default shell something like: script -a /var/log/theirlogifile -c /bin/bash                           or so21:29
Danawar2how would i go about doing that? :O21:32
Messangerworld leaders setting you all up right now to get microchipped by RFID microchips with identity/healthcare/credit information into their new world order why they are folding the economy , their solution to the problem they are causing is the RFID microchip  http://www.scribd.com/doc/44997148/The-Mark-of-the-Beast    Romans 10:13 all who call upon the name of the Lord shall be saved.21:32
h3sp4wnAnyone know where I can get an upto date (or at least with working syncml) version of opensync for lucid21:33
genii-aroundDanawar2: The manpage for chsh (CHange SHell) might help you there. You'd still have to manually make the logfiles and have them owned by whatever user is supposed to be able to write there , etc21:34
Doonzanyone recommend a good vps host in the usa21:36
osmosishow do I setup qcow2: Make cache=writethrough default ?  Im suppose to "pass" it somehow?21:40
h3sp4wnDoonz: http://www.xenvz.co.uk/ (they are pretty good they have usa servers also) get xen not openvz21:41
LinuxAdminhi guys, I'm getting troubles configuring vsftpd21:55
LinuxAdminI can start it without ssl, but when I start it with ssl it doesn't run21:55
h3sp4wnHave you generated / installed a cert21:56
LinuxAdminno21:56
LinuxAdminI using /etc/ssl/certs/ssl-cert-snakeoil.pem21:56
kim0zul: I fixed https://bugs.launchpad.net/ubuntu/+source/ibmasm-utils/+bug/687977 .. are you the one to contact as well?21:56
uvirtbotLaunchpad bug 687977 in ibmasm-utils "[FTBFS] package 'ibmasm-utils' (3.0-1ubuntu10) failed to build on natty" [Medium,Confirmed]21:56
LinuxAdminshouldn't be enough?21:57
h3sp4wnDon't know I use sftp21:57
h3sp4wnI would just read the docs and try generating another key21:58
LinuxAdminok thanks anyway, anyone else can help?21:58
LinuxAdminI'll try generate another key21:59
DevoKunLinuxAdmin: did you generate that SSL cert yourself?22:02
SlybootsRight; I've got Squid going with some adblocking rules22:03
SlybootsBut it still makes where the ad *used* to be render and appear as a "Forbidden" which looks like shit22:03
SlybootsAnyone know any way to do some clever html rewriting to hide the ad totally22:03
the_eye_IBM eServer xSeries 346 reboots with 10.04 in random times, any idea why ?22:04
DevoKunLinuxAdmin: are you using the default Ubuntu vsftpd package and config file?22:06
uvirtbotNew bug: #688773 in euca2ools (main) "euca2ools give 'SignatureDoesNotMatch' error" [Undecided,New] https://launchpad.net/bugs/68877322:06
LinuxAdminDevoKun, yes22:07
osmosisthis bug says the patch has been commited, but how can I tell when it is actually in the package from the repos?  https://bugs.launchpad.net/ubuntu/lucid/+source/libvirt/+bug/66804222:09
uvirtbotLaunchpad bug 668042 in libvirt "If Libvirtd is restarted, libvirt drops active domains lose network interface info." [Low,Fix committed]22:09
DevoKunLinuxAdmin: Does vsftpd start if you use the default certificate?: rsa_cert_file=/etc/ssl/private/vsftpd.pem22:11
sorenzul: How close are you to fixing openvswitch22:12
soren?22:12
LinuxAdminDevoKun, if I start it with ssl enabled, I can't22:12
LinuxAdminDevoKun, if I try to start it manually (/usr/sbin/vsftpd /etc/vsftpd.conf) I get this error: "500 OOPS: SSL: cannot load RSA private key"22:13
=== cmagina-meeting is now known as cmagina
zulsoren: it should be fied22:15
the_eye_IBM eServer xSeries 346 reboots with 10.04 in random times, any idea why ? On reboots log says overheat but server is in airconditioned reoom at 16 C22:15
zulfixed even22:15
LinuxAdminDevoKun, I think I have to build a new private key, or define a private key with  rsa_private_key_file parameter22:16
sorenzul: Since when?22:16
sorenLike today?22:16
zul3 days ago22:17
sorenzul: It's not.22:17
sorenopenvswitch-datapath-dkms_1.1.0~pre2-5ubuntu6_all.deb (7.8 MiB)22:17
zulfuck...ill look at it when i get back22:17
sorenI have patch that fixes that and at least one other problem.22:17
sorenI just didn't want to step on your toes.22:17
zulsoren: can you send me the patch and ill look at it this weekend22:18
soren...or I could just upload it?22:18
sorenIt's not like I'd break it more :)22:18
zulthat works too22:18
sorenzul: Done.22:22
genii-aroundInteresting. sudo telinit 0   doesn't work. But sudo su      then telinit 0 .. does22:28
guntbertgenii-around: generally use sudo -i instead of sudo su (not that it matters in *this* case :-))22:30
genii-aroundguntbert: I actually did try that first, which also did not work22:32
guntbertgenii-around: starnge, what happened?22:33
guntbert*strange22:33
genii-aroundguntbert: Just returned back to prompt, etc22:33
genii-aroundguntbert: I'm running natty for a cctv box. I think init is choking on shutting zoneminder down ( or something with bttv driver or so)22:34
guntbertgenii-around: ah, that might be the case, so its no use my trying it on a default maverick :-)22:35
compufreakAnyway to internally redirect requests like exmaple.org:80 to port 8080. It would only redirect a specific host name22:36
penguin42is anyone using iscsi targets and if so happen to know which ones are regarded as intended to be stable on ubuntu-server; iscsitarget seems to have stopped working on Natty and while I've filed a bug I wonder if the intention is to move to something else23:14
h3sp4wnpenguin42: Is there anything else ? (I know of nics with built in iscsi but no other free software impliementation)23:25
penguin42h3sp4wn: Oh Ubuntu has a free iscsi client that works well, and a number of iscsi targets that work to varying degrees at varying time23:26
h3sp4wnpenguin42: What as an not part of openiscsi ?23:27
penguin42h3sp4wn: Well there is openiscsi, iscsitarget and tgt at least23:27
h3sp4wnpenguin42: interesting (I see the problem) are they all in main as well23:30
h3sp4wn(I have only used iscsi under and solaris so far)23:30
penguin42hmm good question, I'd have to check23:30
h3sp4wn*windows* and solaris23:31
penguin42h3sp4wn: I've had lucid and maverick setup with a little test pair of VMs, one iscsi booting off the other23:31
nertilhello friends im writing from ubuntu server 10.0423:36
nertili think i have some problems with my hard disk hdd23:36
nertilhow can i check it?23:36
nertilor clean it and fix it?23:36
penguin42nertil: What type of problems?23:36
nertilwell when my ubuntu server says 2 hours or more23:37
nertiland i try to type command23:37
nertildont take commands23:37
nertili cant shutdown or restart  neither23:37
nertiljust with force shutdown23:37
nertilright now its ok23:37
penguin42any errors on dmesg?23:37
nertilwhat is dmesg23:37
nertil?23:37
penguin42dmesg prints out the current set of kernel messages (since bootish)23:38
nertilnope23:38
penguin42things like hard drive errors normally end up in there23:38
nertilwell i didnt check it23:38
nertilbecause i control it oer remote23:38
nertilwith putty23:38
nertilbcz i dont have monitor or keyboard for my server23:38
penguin42so run dmesg from putty23:38
nertiljust that?23:39
nertildmesg23:39
penguin42yep23:39
nertilany other idea how to scan my hardisk for errors23:39
nertil?23:39
penguin42I'd use smartctl -a23:39
nertilthx23:39
YompaQuestion: I know Windows got file name character restrictions, more than Linux, but what characters would make a Samba server reject a file copy from a Windows? I remember I have seen a rejection myself once, I had to rename the file on windows first.23:40
h3sp4wnYompa: remember by default windows is not case sensitive23:43
fluvvellYompa, windows allows ? in a filename, *nux has issues with ? as its a wildcard23:45
fluvvellIIRC, & is a problem too23:45
penguin42Unix is perfectly happy to have & and ? in filename23:46
penguin42as long as you are careful with the way you write the command23:46
fluvvellpenguin42, yeah its using a shell to work with it that it gives grief23:46
h3sp4wntouch \&23:47
penguin42the / and NIL characters are the only things you can't have and things called . and ..23:47
FidelixHey guys. I'm in the need of a tool that list files and directories with sizes in KBs, MBs and GBs. I already tried various combinations of "du" with no success...23:51
Yompah3sp4wn, fluvvell, thanks. Will experiment some and examine. I set up a samba for a friend and he ran into this day one. I'm sure it's not permissions since he managed to copy 1/2 of his files to it. I will have to visit him and examine the file names.23:52
h3sp4wnYompa: There might be a way with mount options to make it better but you would need to be using a seperate partition for samba stuff23:53
JanCFidelix: ls -lh23:53
FidelixJanC, this only list files, not folder sizes.23:54
h3sp4wntry tree23:54
JanCit lists folder sizes too23:54
h3sp4wnread the manpage23:54
JanCof course not the combined size of files in the folder23:54
Fidelixh3sp4wn, all folders are 4k of size. I have some gbs of photos in these folders. How does it list folder sizes?23:55
h3sp4wnor find (tree will probably be easiest)23:55
h3sp4wnfind directories and exec du -sh etc23:56
FidelixWell, i used du -h * --summarize and all went fine. Thanks and good bye!23:57

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