[00:00] depends on who you ask [00:00] I think its best you play with it... read what your doing test the changes and move on! [00:00] webmin is a tool that I feel no one should be using [00:00] you can make your box run like a porche or lock it down so bad that you have to reimage it! [00:02] its really your call! what are you trying to do? [00:02] i'm using an auto install script [00:03] to setup rutorrent [00:03] what is the script going to do? [00:03] its got a bunch of things in it [00:03] which are unrelated [00:03] lol [00:03] one of them being [00:03] hmm... I never played with rutorrent... [00:03] webmin [00:03] your trying to run a torrent server?> [00:04] or is that the client? [00:04] a friend just yelled/advised me against it though, think i won't do it, cuz he's right if i wanna learn linux i shouldn't use fanci GUI's [00:04] a client [00:04] grrrr its just that i've been wanting to install webmin for so long, it eats me up to say no [00:05] to this script lol [00:05] dont worry, it's the same with drugs, so hard to say no [00:05] Yeah.... I think you need to get networking in good order learn some commands and just read, read and do some more reading! :D [00:06] no its not! just say NO! [00:06] but then I wont be *cool* :) [00:07] read and read and read, huh? :) [00:07] fuck being cool! excuse my french! FEED YA BRAIN! [00:07] lol [00:08] uhhh what kind of reading do you mean juniorbisono [00:08] hmm... well for one Linux unleashed! start there. [00:09] get use to your box... learn everything via console... there is not need for no GUI on a linux box... well I dont like to use it! I rather do all my stuff via console.. [00:09] a gui is kind of nice, for all the ssh windows [00:10] run your servers, create your php or html code via a console mod your config files start up and kill your services all via console.. [00:10] you talkin about the book linux unleashed? [00:10] Yes! [00:10] or any book via Linux! [00:10] my question meant, should I be doing book reading or manual reading? [00:10] watch the documentary via netflix :D [00:10] as in the manual of commands/programs [00:11] physical book reading with chapters or PDF's [00:11] :D [00:11] thats the name of this book you talk about? nothing else in its name? just "Linux Unleashed" [00:11] i'll get it if its worth it [00:11] sw0rdfish, do your research.... but get a book that shows you what Linux's about! [00:12] its worth the reading... then get into networking..... and so on! [00:12] then run your servers.. apache, ssh, MySQL, samba anything so you can get an idea of what its all about.... [00:12] YAY! i just typed in NO and hit enter [00:12] its GONE now [00:13] got it over with :) [00:13] haha my friend is saying, Atta boy! [00:13] hesitated for 20 minutes lol asking around googling around [00:13] go get a book.. goto a book store read it, write it highlight it... make notes test what thier talking about... then pass it on :D [00:14] its better than reading a PDF.... force your self you use only the console your first time around... not saying that you can tweak your console! [00:15] i mean hey webmin is just for installing stuff right? and monitoring your system [00:15] only browse the web using lynx and pine for email :) [00:15] i bet there is a cli way to monitor system hardware and software activity [00:15] view the directories... view the files look in them and then ask questions like,.. what does this do.. and so on!.... [00:15] the issue with webmin and things like it is [00:15] pine! wow thats awesome! [00:16] "free -m" and "top" being one of them :) [00:16] patdk-lap, I havent used that in years... but true! [00:16] you are forced to use it, and if you grow beyond what it can do, you must NOT use it, or it will mess with your customizations [00:16] forget WEBMIN! goto your TTY1 and stay there! :D [00:16] :D [00:17] all jokes aside READ! its your best bet! [00:17] the other huge issue with webmin [00:17] is if something breaks, you have no idea how to fix it [00:17] and if you don't use a *webmin* approved fix, your likely to break webmin, when you do fix it [00:17] no WEBMIN for sw0rdfish :D [00:18] hehe :) [00:18] that doesn't sound good patdk-lap [00:19] do this: create a few directories, create a few users reset thier accounts, creat some files, and move and copy file to those users home directories.... [00:20] play with that.. [00:20] also for a good epxlorer type for the console try Midnight Commander... I have used for at least 7 years! [00:20] you can do all that and more with that app.. [00:20] apt-get install mc [00:21] brb! [00:27] epxlorer [00:38] I'm back! sw0rdfish [00:45] juniorbisono, welcome back [00:45] you were saying epxlorer? [00:45] and what is mc? [00:47] mc - Midnight Commander - a powerful file manager [00:49] Yes! mc [00:49] sw0rdfish, google it :D [00:49] its what you need to play in the console :D [00:54] google both of them you mean [00:54] oh nvm [00:54] lol [00:55] console file manager sounds neatg [00:55] neat* [00:55] its really nice.. google image mc linux explorer [01:21] New bug: #793314 in clamav (main) "package clamav-daemon 0.96.5 dfsg-1ubuntu1.10.04.2 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/793314 === rewt`` is now known as rewt [07:02] hi guys.... is it possible to enter a dns name instead of an IP on the IPSEC setup on my ubuntu server? [07:02] What IPSEC setup? [07:03] twb, it consists of setkey and racoon... and shorewall as the firewall [07:04] twb, in the 'psk.txt' file... I have to enter the public IP of the distination VPN endpoint and the corresponding PSK... can I enter a DNS name instead? [07:04] So this is on IPv4? [07:04] twb.. yes [07:05] No idea, sorry [07:05] no probs.. thanks for checking anyways [07:14] I am able to login to an ubuntu server via ssh within the local network. But when I do so from a different location, I am unable to connect even if port forwarding is enabled. "nmap -p 22" shows port 22 as "filtered". How to change the status to "open"? [07:15] Avi: this is through a NAT? [07:16] twb: yes [07:16] On the NATting router, you need to both DNAT -p tcp --dport ssh --to-destination in mangle *and* ACCEPT -d -p tcp --dport 22 in FORWARD [07:17] Er, in *filter :FORWARD [07:17] That's assuming the most common/obvious issue; there might be some other problem [07:19] twister004: From a slightly fading memory (!), usually IPSEC needs actual static IPs for endpoints, there is a special "road warrior" mode for handling connections from roaming client machines, I think... if the racoon docs say "IP address" then they mean an IP address, not a DNS name. [07:19] jmarsden.... is it possible to have a DNS name in a road warior mode?.. also, any idea what openswan is all about? [07:20] twb: I cannot find any DNAT setting in the router page. [07:20] DNAT is the netfilter (linux) term [07:20] If it's not a linux router, or you don't have a root shell on it, then you'll have to translate accordingly [07:21] Or, obviously, deploy ubuntu or similar as your router :-) [07:21] twister004: Well, as long as the central server is at a static known IP, the road warriors can all connect into it from anywhere, so no DNS name needed for that... openswan is another IPSEC stack, I have not heard that mentioned for several years, I don't know its current state of usefulness. [07:22] jmarsden... so, road warrior is client-server model.. I need a site-to-site implementation that is rock solid even if one side does not have a static IP. [07:23] twister004: You're going to have to read the docs. I know commercial routers can do that these days, I do not know whether the free software IPSEC code can. [07:24] Presumably he has l2tp in there somewhere, too? [07:26] twb: Can this be done: http://www.issociate.de/board/post/186915/iptables_port_forwarding_-_port_is_filtered,_needs_to_be_open.html ? [07:27] twb: the command at the 4th post? [07:29] Avi: ask #netfilter [07:29] twb: ok === rpinson_ is now known as raphink [10:40] New bug: #251795 in krb5 (main) "/etc/environment PATH should not have quotes" [Undecided,New] https://launchpad.net/bugs/251795 [12:30] does Ubuntu lucid server have xen_pcifront module configured by default? grep -i xen_ /boot/configure*** don't show anything [12:30] i have to download the source code and compile the kernel to get it? right? [12:43] Daviey: kim0: do you guys feel that the info at https://wiki.ubuntu.com/ServerTeam/GettingInvolved is still mostly right? [12:43] it seems to me the task force and mentor bits might not be active right now? [12:44] hallyn: It is becoming reactivated very soon :) [12:44] What I was actually going to first ask was whether you guys felt it might be worthwhile to add a list of specific work items people who want to develop, not bug triage, could do. (Just so I could put 'port netcf to debian on there :) [12:44] kim0: ah, ok [12:44] i hadn't heard about that [12:44] I should have a call with Daviey this week in order to identify specific bite-sized bugs people can work on, as well as other tasks [12:44] hallyn: I'm sure you will hehe :) [12:45] hallyn: thanks for the ping though [12:45] cool, i'll leave it in your capable hands then :) [12:45] thx, ttyl [12:45] later [12:45] hallyn: Yeah, the task force thing was mostly canned.. sadly [12:45] There wasn't the activity to make it worthwhile [12:46] Outstanding merges that we really care about BTW, http://pb.daviey.com/T8KO/raw/ [12:47] there are a few that would suite you well hallyn :) [12:48] Daviey: since my impending leave jsut refuses to arrive (grrr), over the weekend i started on the userns kernel code. lots to be done with that. [12:48] hm, elinks merge [12:49] what's with the multiple links-ssl entries? [12:49] hallyn: the name and version was changed.. so it's barfed with the changelog [12:49] Daviey: all right, so with multipath we're hoping to get 7 old bugs SRU'd. Once that is straightened out, I'm going to try my hand at a merge [12:50] hopefully cmagina will help me test :) but I'm thinking I may merge even if there are some failures [12:50] it jumped from 0.96.20020711-1 'up to' 0.12~pre5-3 [12:50] heh, weird [12:51] hallyn: I'll fix the processing now :P [12:51] maybe i'll do the multipath-tools merge in dublin, in fact, so ppetraki can look over my shoulder and punch me when i do something stupid [12:51] hallyn: You are a rock star. you don't do stupid stuff, right, right? :) [12:53] Daviey: i'm no rock star, but i'd point to a few rock stars who... aren't the brightest bulbs in the package [12:53] (at least they're no politicians) [12:54] Daviey: the libvirt merge *is* being finalized by jdstrand [12:57] think i'll have ensemble set up a jenkins server to compile my userns patches from the weekend [12:57] * hallyn gets giddy [12:57] I'm trying to reduce an lvm lv, and I've run resize2fs to reduce the fs, but are yet to run lvresize. How can I ensure the size of the fs and the lv match? [12:58] lvresize --size 6G is a bit blunt... Can I specify number of sectors here or something more accurate? [12:59] well you can do megabytes, but i don't think it could possibly know about sectors [13:00] suppose i'd just make sure to leave a bit more in the lv than in the fs [13:00] So the safest way would be to reduce the partition a bit more than required, then reduce the lv, and then finally expand the fs to fill the lv [13:00] uh. which partition? [13:00] the partition forming the basis of the pv? [13:01] No, the partition *in* the pg, i.e. the lv partition [13:01] How's that different from "reduce the lv"? [13:02] there's the pv and vg (which have no size per se), and the lv itself. I'm not understanding your difference of 'lv' vs 'lv partition' [13:02] You need to reduce the filesystem (using resize2fs) prior to reducing the lv in order not to lose any data [13:02] so if you skip that part, i'd agree :) [13:02] right [13:02] Both resize2fs and lvresize needs a size specification, and the question was how to align them [13:03] oh so your steps 1 and 3 were about fs, and 2 about lv? then that sounds good [13:03] I agree with hallyn. Shrink the fs slightly more than you need to, shrink the lv, then expand the fs. [13:03] I guess you cannot assume a size, like 6G, will be interpreted to the same size in their respective unit format [13:03] Yes, my point as well [13:04] lvm deals in extents and it rounds up. [13:04] Not sure what resize2fs does. [13:04] anyone around and have a bit of time to assist me? [13:05] mncl-core, how would we know? [13:05] :) [13:06] this is my question.... [13:06] where can i find information on how I can use Ubuntu Server as an Application Server for Multiple-Users connecting over WAN via VNC or RDP. [13:07] Essentially for example, I would like to have Eclipse IDE for example; and have users connecting into a Ubuntu Session, and have access to Eclipse only for example... [13:07] mncl-core: that's a lot of examples [13:08] sorry pretty tired lol, been up like 48 hours [13:08] mncl-core: could you do that over an SSH tunnel? not sure [13:09] ok allow me to rephrase [13:09] * patdk-wk would just go vnc or nx [13:09] hallyn: solved: http://pb.daviey.com/jowm/ [13:09] err, http://pb.daviey.com/jowm/raw/ is probably easier [13:10] cool [13:10] What about the Server Side? What would I need to do to setup Ubuntu as a Multi-User / App Server? [13:11] mncl-core: create users, install app? [13:12] SpamapS: Did https://launchpad.net/ubuntu/+source/elinks/0.12~pre5-2ubuntu2 get pushed upstream? [13:14] i'll claim ipsec-tools for starters [13:42] New bug: #793494 in jug (main) "Sync jug 2.0.0-2 (main) from Debian unstable (main)" [Wishlist,New] https://launchpad.net/bugs/793494 [13:54] morning all, happy Monday! === michael is now known as Guest69795 [14:06] jamespage, good morning [14:07] hey hggdh [14:07] jamespage, jenkins is getting hit by OoM on startup [14:07] good morning to you as well [14:07] bah [14:07] time to up the size of the instance for the time being [14:08] I think we'll have to go m1.large as its a 64bit t1.micro [14:12] jamespage, I thought something like that [14:12] :-) [14:25] jamespage: hey, when you have a moment, I'm still having trouble with the jenkins git plugin. I can make a job which does git by hand, but when I use git plugin to fetch the tree, it always fails. I've seen bug reports of similar behavior, though that was from windows [14:35] hallyn: I'm around [14:36] so it could be that you need to install the Maven plugin; the upstream distribution comes with this installed by default [14:36] however I could not fulfill all the required dependencies for packaging (needs Maven 3) so its not included in the jenkins package ATM [14:36] you can install it through the UI. [14:37] hallyn: just point me at the packages and i'll toss them on a system for som basic testing [14:39] hggdh: I'm assuming that the jenkins instance is broke at the moment so I'll upgrade it once I get an ack [14:42] cmagina: ok, in that case, when i finish testing ipsec-tools merge, i'll try multipath-tools again. [14:42] cmagina: thanks [14:43] hallyn: np [14:43] jamespage: i'll try that, thanks [14:43] hallyn - just giving it a test as well [14:44] jamespage: I'm trying the git tree at http://kernel.ubuntu.com/git?p=serge/natty-userns.git right now [14:46] jamespage: i'm not seeing which exact plugin (of the hundreds on the available list :) you'd mean [14:46] Maven 2 Plugin [14:49] enabling 'maven 2 project plugin' [14:50] hallyn: what does your error look like? [14:52] I seem to be able to clone git repo's OK but its then trying to tag a build for me (and its a ro URL) [14:57] What would be the most appropriate solution to lockdown a Ubuntu Desktop; allowing VNC Remote Control/or/RDP to the Desktop; Allowing the Logged-In User to ONLY Work in Eclipse and Save Data in his home directory, while disallowing the User to do ANYTHING else. [15:01] hggdh: back up and running on a larger instance size [15:11] hm, i can't get configure to recognize ldap2-dev... [15:23] Has anyone had any luck getting suPHP to work in 10.10? [15:25] can some python foo master explain http://bazaar.launchpad.net/~ubuntu-branches/debian/sid/offlineimap/sid/view/head:/offlineimap/imaplibutil.py to me ? I'm confused by lines 177 to 204. [15:25] it looks to me like a 'try..except NameError..else:' [15:25] which i didn't realize could be done [15:27] hmm... i guess same question as http://stackoverflow.com/questions/855759/python-try-else [15:27] smoser: http://www.python.org/dev/peps/pep-0341/ [15:27] Well, not exactly, but it does say that try/except/else blocks are valid. [15:44] zul: ping [15:44] RoakSoAx: whats up? [15:44] zul: do you mind if I assign to myself a couple cobbler work items? [15:44] RoakSoAx: please [15:44] zul: k thanks ;) [15:45] RoAkSoAx: i don't midn if you assign yourself to a few lxc, userns, kvm, or libvirt work items, fwiw. [15:45] :) [15:46] hallyn: hehe I'll see what I can help you with later this week ;) [15:47] Pici, thanks for the response.. the stackoverflow was pretty good. i'd just never seen that before. [15:48] zul, or anyone else, see my query in ubuntu-devel about how to get info from a user on a failed 'apt-get upgrade' [15:50] smoser: /var/log/apt/history /var/log/apt/term.log might have some info in it [15:50] isn't there some tool to collec tthat ? [15:53] Does anyone have a suggestion on a good OpenID server(provider) ? I'd like to run one behind a load balancer for HA. === cerber0s is now known as cerberos [16:04] smoser: apport i think [16:06] <_storrgie_> when I log into my 10.04 servers I get the MOTD where it says I need to update packages... however that never goes away even after I update the packages [16:12] cause the motd updater isn't running [16:16] <_storrgie_> patdk-lap why did it stop? [16:17] heh? I'm not your server, don't ask me [16:28] how do i find out what package a binary comes from? [16:31] slicslak: apt-cache show $BINARYNAME will give you that information. [16:34] ScottK, looks like that shows info for a package, rather than a binary (executable) [16:34] Sorry. I thought you meant binary package. [16:36] slicslak: dpkg -S binary [16:36] e.g. dpkg -S /usr/bin/python [16:36] sweet, thx [16:42] gar, my sysadmin is lying to me. or more likely just doesn't know wht they are talking about. sigh... [16:45] dpkg -S /path/to/binary -- but if the package isn't installed: apt-file search /path/to/binary [16:45] slicslak: ^ [16:50] thanks, stumbled accross http://wiki.debian.org/WhereIsIt while googling for this stuff. [16:52] I'm told that the ffmpeg I have on the server was built from source. There's not source directory sittin around however. I did find a ffmpeg .deb file. dpkg -s tells me that it isn't installed however. dpkg -S and apt-file search say that the package for /usr/bin/ffmpeg is ffmpeg. so i assume that it's not lying and it's the standard ffmpeg from whatever repository that is installed. [16:52] does that sound right to you guys? [16:55] hey all - with ubuntu server install (11.04) during the partitioning section, I'm trying to use LVM but it won't let me select the size of the swap partition that I want, it automatically sets it for me. Any ideas? [16:58] Daviey: fwiw, ipsec-tools merge "pretty much done", but it fails to build from source, even in debian sid. emailed the maintainer. so if anyone asks, it's in progress [16:58] Daviey: how is the spice package push to universe going? [17:01] SpamapS: you are working on elinks merge, is that right? [17:04] hallyn: Where is the spice package at the moment? [17:04] hallyn: FTBFS is mere detail :). Nice work tho. [17:04] uh, same place. people.canonical.com [17:05] Hey, I have a (noob) question. I'd like to create a drop directory for everyone to access in our windows network (using samba) but where should I create that directory on my server? [17:06] http://people.canonical.com/~serge/qemu-kvm-spice-0.14.0+noroms-0ubuntu4.tgz spice-gtk_0.5-1ubuntu2-debs.tgz spice-gtk-debs.tgz [17:06] hm [17:06] Daviey: no, that's not it [17:06] Daviey: they're in ppa:serge-hallyn/spice2 :-) [17:07] kirkland: Which package is used for full disk encryption? An upstream developer for Amarok that uses Kubuntu is having full disk encryption trouble at work (some machines only boot every other time) and I'd like to see if there are existing bugs on this. [17:07] Daviey: i'm looking at etckeeper next. (then multipath-tools) [17:07] ScottK: kirkland is out of the office this week, but if you accept answers from other people - perhaps LUKS ? [17:07] Daviey: etckeeper is uptodate, not ure why it's on your list [17:07] Daviey: Definitely. Thanks. [17:08] hallyn: it was sync'd 2 hours ago :) [17:08] merged rather [17:09] by zul [17:10] Hey :) Here is the problem. I got a VPS from a server company, and a customer needs it in like an hour. The thing is, its not accepting connections from external IPs [17:11] Jasonn, In that instance, you'd probably be better speaking with the provider. I imagine it's a common issue with their setup that they can quickly answer. [17:12] (hunch is malconfigured networking, firewall (iptables / ufw) or hey miscofigured IP allocation within their network) [17:12] Iv had experience with their support, and they usually take hours if not more than a day to answer. The customer is paying $50/mo for this box, and I need to get it set up right now [17:12] I can ssh into the box from their special SSH login [17:12] seriously?! 50 USD per month, and they take days to respond?! [17:13] $20 * [17:13] Sorry, I hit the wrong number [17:13] ah [17:13] I mean, its $20 on my ass [17:13] Think you can take a look at it? [17:13] special ssh login is probably equivilant to serial console which bypasses networking [17:13] yes [17:14] it is [17:14] Daviey: d'oh! [17:14] :) [17:14] Jasonn: Have you tried connecting from an additional place? [17:15] From another IP? [17:15] No [17:15] ie, just to check that the IP you are connecting from hasn't been blockd. [17:15] Hmm [17:15] ill try, give me a min [17:15] Jasonn: What is the IP address of the VPS? [17:17] Jasonn: can you ping outwards from the VPS? [17:18] Daviey: re elinks, I don't recall. [17:18] hallyn: no I haven't been working on an elinks merge its definitely up for grabs [17:18] * SpamapS wonders if this is all spelled out in the 500 emails he has to get through :-P [17:18] Daviey: No, I cannot ping outwards either [17:18] i don't think so. i'm still behind on emails myself though [17:19] SpamapS: ^ [17:19] Jasonn, raise a support ticket :) [17:19] :( [17:20] Can you SSH into it with the dets I gave you in PM [17:20] ? [17:20] the serial console [17:21] New bug: #793632 in puppet (main) "puppetmaster and puppet have clashing logrotate configs" [Undecided,New] https://launchpad.net/bugs/793632 [17:22] Jasonn, networking isn't configured, see ifconfig and /etc/network/interfaces [17:22] Can you configure it? [17:23] Pleasee <333 [17:23] Jasonn: I really can't trial and error to get the correct values. [17:24] I can copy the values from another VPS on the same provider [17:24] would that work? [17:24] possibly. === ikonia_ is now known as ikonia [17:27] RoAkSoAx ping [17:27] lynxman: pong [17:28] hey o/ [17:28] * Daviey waits for < RoAkSoAx> ho o/ [17:28] Daviey: Can I pastebin a copy of the interfaces file on my personal box and can you tell me if it would work if I put it on the other one? [17:28] Daviey: :> [17:28] Daviey: o/ [17:30] anyone have experience installing w/LVM and being able to select partitioning sizes? [17:33] What text editor is preinstalled on ubuntu? [17:33] other than nano ? [17:34] vim-tiny [17:34] Jasonn: go for it/ [17:35] How do i exit vim? [17:35] this always pisses me off [17:36] :q [17:36] hallyn: you can't quit irc :P [17:36] What if it types into the actual file? [17:36] heh [17:36] Jasonn: hit escape [17:36] Jasonn: press escape first [17:36] then :q [17:37] does that save it? === med_out is now known as medberry [17:39] Pici: How do I save something in vim? [17:39] Jasonn: :w [17:39] thanks [17:39] :) [17:40] When you restart the computer, new changes to the interfaces file should take effect, right? [17:43] depends on if you rstarted it truely, or just hibernated/sleep [17:48] Dear Customer.The internet connection to which your seedbox is connected has suffered a failure due to unknown reasons. Our technical team if working non-stop to resolve the issue. Keep in mind, that when the problem has been resolved, you will be refunded for time that your seedbox was unavailable for. [17:48] D: [17:48] Had to send that email [17:58] heh === unreal_ is now known as unreal [18:04] Daviey: mind sponsoring http://people.canonical.com/~serge/elinks_0.12~pre5-3.2ubuntu1-package.tgz for oneiric? (tests fine here) [18:06] hallyn: you and your tgz's! [18:06] got a pref? [18:06] tbz? :) [18:07] hallyn: if you just push it in native format, i can run one command to grab and extract it :) [18:07] ie, give me the dsc url [18:07] grabbing it now [18:08] Daviey: good point [18:08] * RoAkSoAx can sponsor main uploads as well now :) [18:09] RoAkSoAx: oh, cool. i'll remember that :) [18:10] RoAkSoAx, \o/ Well done :) [18:10] hallyn: hehye [18:10] Daviey: :D [18:13] hallyn, looks good, http://pb.daviey.com/XEJ3/raw/ .. Can you forward the imdb patch? [18:13] uploading. [18:13] * hallyn curses whoever didn't do so in the first place [18:14] heh === NG_ is now known as ng_ [18:20] Daviey: well, it was sent upstream actually [18:21] I just love yum .. needs 200MB of RAM to resolve 100 dependencies. :-P [18:23] why are you using yum? [18:27] smoser: ping [18:28] howdy [18:28] smoser: howdy!! I [18:28] smoser: howdy!! I'm merging new upstream release of nut [18:28] and I saw debian/patches/debian-changes-2.6.0-1: remove that accidental file [18:28] smoser: so i was wondering if this is the same you saw there: debian/patches/debian-changes-2.6.0-1: remove that accidental file [18:28] argh [18:28] smoser: http://paste.ubuntu.com/620109/ [18:31] i think so, yes [18:31] how did that get back there? [18:31] smoser: alright I guess I'll just drop it [18:31] well you should drop it. [18:32] it should not be there. [18:32] smoser: the thing is that if you erase it from debian/patches it won't be dropped becuase it is applied in .pc/ [18:32] smoser: so you have to do quilt pop -a first [18:32] as all changes should be accounted for in the debian/patches/series [18:32] and then erase the change [18:32] s/change/patch [18:32] its possible i missed that... but i know that i built ones locally that did not have that change. [18:32] versioned .pc is a freaking mess [18:33] smoser: yeah I just end up cleaning it up by unapplying all the patches and erasing it so it creates a new one [18:34] smoser: cause I've encountered that in many cases where the patch gets applied, and sometimes the info is not in .pc so if you end up dropping from debian/patches/series, then it automatically gets created because it detected changes in the source that are put into a patch [18:34] smoser: to fix, in reality, is simply un-applying the patches [18:34] so, please, get that crap out of there. [18:34] once that one is created [18:34] and then, once you un-apply, then remove it [18:34] quilt 3.0 and a debian-changes file shouldn't ever exist together [18:35] smoser: yeah well... Its a mess even with branches... :) [18:35] that isn't necessarily correct. [18:35] a debian-changes*.patch isn't inherently bad. [18:36] it is with quilt 3.0 [18:36] No.. I don't like it... :P, but does Debian Maintainers seem to be quite happy using them. [18:36] *with* quilt 3.0 ? [18:36] Daviey: yeah the creation of it is not bad because it actually makes you realize that there's something wrong there and something is applied to the source without a proper patch [18:36] Daviey: but carrying that over and over is a mess [18:36] it seems counter productive. [18:36] smoser, the text in the header of the patch was made to be less rude so people could use them. [18:37] RoAkSoAx, the same would have been better acheieved by the build failing [18:37] "you have changes you didn't expect" FAIL [18:37] it used to sound like, "The last uploader was a plum, maybe you can work out what the hell they were smoking when they did it based on this changelog entry" [18:37] it's a little more polite now [18:37] then, chuck woulnd't hvae had those changes in it, and i would not hvae failed to remove them, and we would not be having this conversation (if the build failed) [18:37] true. [18:38] I image that can be made to work.. it does produce a warning if you edit the upstream files [18:38] or some marker in debian/ that says "FAIL_ON_DEBIAN_CHANGES" [18:39] if you use grab-merge.sh it does fail because there's a patch in debian/patches but when it tries to apply the patch, the patch is already applied for some weird bug in the script... because the .pc didn't kept track of the patch being applied and as a result, when you debuild, it fails with a patch failing to apply [18:41] RoAkSoAx, sorry for wasting your time. [18:41] smoser, what was the contents of the auto' patch btw? [18:41] i banged my head on .pc directory for quite a while on a busybox merge [18:42] quilt pop -a [18:42] quilt push -a [18:42] that will *work* if you have a .pc directory versioned [18:42] even if hte patches do not apply [18:42] smoser: no worries... you didn't :) it is not your fault anyway [18:43] Daviey, its in that pastebin above link from RoAkSoAx [18:43] smoser: I was also banging my head due to that... until i figured what was wrong [18:43] it looks to me like its a result of a build [18:43] (ie, make-doc) [18:43] or some such [18:44] Hello, does anyone know how to set TwonkyServer to start as a foreground application on boot for transcoding purposes? [18:44] smoser, is that patch generated at source package build time? [18:44] 'build' [18:44] Daviey: debuild [18:44] RoAkSoAx, Ah.. in that case.... [18:44] smoser, extend-diff-ignore is your friend. [18:44] Daviey: here's the deal, you apply changes directly to the source, when you debuild -S, then source format 3.0 separates those changes into a patch [18:45] maybe the Debian Maintainer might want to start using it [18:45] * Daviey googles [18:45] http://raphaelhertzog.com/2010/09/14/how-to-customize-dpkg-sources-behaviour-in-your-debian-source-package/ [18:45] Daviey: is the same issue as discussed before when applying patches in bzr with edit-patch if you recall our conversation [18:45] yah === RefaelAlats is now known as FernandoTertius === FernandoTertius is now known as FernandoTertiary [18:56] BTW - updated farbehind list http://pb.daviey.com/cG8S/raw/ [18:59] Daviey: someone actually owned the bug which SpamapS had created for that one-line trivial bug. NO action since june last year. I emailed the bug owner... [18:59] hallyn: Hey, I just accepted qemu-kvm 0.12.3+noroms-0ubuntu9.8 before noticing that there was already a version in lucid-proposed .. so the update that was already there will have to wait for the new one. :-P [18:59] you accepted one from security? [18:59] No [19:00] oh, 9.7 was in -proposed? (I hope) [19:00] hallyn: I accepted your fix for bug #790145, but the fix for bug# 786941 is already there.. unverified. [19:00] Launchpad bug 790145 in qemu-kvm "kvm husb: ctrl buffer too small" [Medium,In progress] https://launchpad.net/bugs/790145 [19:01] bug #786941 [19:01] Launchpad bug 786941 in qemu-kvm "Cannot boot from non-existent NIC" [Low,Fix committed] https://launchpad.net/bugs/786941 [19:02] hallyn: they're both small so its ok.. its just that it resets the timer for how long it has been in -proposed. [19:02] oh, ok. that'll happen... [19:02] if they didn't care enough to verify, [19:02] Realistically its probably better if two small fixes arrive on peoples' system together instead of two separate updates. [19:03] hallyn: yeah, thats the problem with -proposed.. people get it, and then get busy and move on w/o saying its fixed. [19:03] SpamapS: Ahh... we can slip small changes through SRU without issue now? :) [19:03] ppetraki: around? [19:04] hallyn: btw, sorry for the delay on the libvirt merge. you are not forgotten. it will be uploaded this week [19:04] jdstrand: np, thanks. [19:04] hallyn, dude [19:04] Daviey: indeed, it appears they've let a cowboy coder review SRU's now. Yee-haw! ;) [19:04] jdstrand: R-O-C-K-I-N-G [19:04] SpamapS: hell yeah! [19:05] http://imgur.com/y7Hm9 [19:07] ppetraki: well, i was going to ask how you felt about going back to init script in place of udev rules for multipath [19:07] Daviey: lols.. twitted [19:07] ppetraki: particularly as I just can't really tell from changelog or bzr tree what the motivation was [19:08] but i think i'll keep the udev rules for now [19:08] ppetraki: opinion? [19:09] hallyn: so with the multipath update.. do I need to wait for Colin's grub stuff to clear before accepting that? [19:09] hallyn, the udev fix seems to complicate things, but it is working [19:09] SpamapS: nope [19:09] hallyn, id have to take a closer look at it to have a real opinion, leave it the way it is in the meanwhile [19:09] all right [19:10] the biggest bonus to going back would be simplification of merges [19:10] * ppetraki adds action item [19:10] SpamapS: the grub thing is broken with or without the multipath-tools updates :) [19:12] hallyn: ack [19:15] hallyn, this tree right? lp:ubuntu/multipath-tools [19:15] ppetraki: I'm starting a fresh merge, but into there, yes [19:20] hallyn: why are there 6 fixes in your upload to lucid-proposed ? [19:21] thats like, a total nightmare to review! ;) [19:21] * SpamapS will need more coffee for this one [19:23] SpamapS: that's why i was talking to you last week [19:25] ppetraki: cmagina: the last two rules in kpartx.udev, it'd be worth testing whether the debian ones work for us now. Something to consider in dublin maybe [19:25] hallyn, agreed [19:26] especially cause i notice debian has changed what they use... dunno if it's significant or not [19:28] I've got a dell 1950 w/ a DRAC5 which is having corrupted remote console issues. I need to reduce the fb resolution. What is the correct way of doing this? I've tried grub options and vga= kernel option. No love... [19:36] delemas, what version of ubuntu? [19:36] 10.04 LTS [19:37] issue in grub? or after its booted? [19:37] I'm just trying a video=radeonfb:vesa:... line now. *fingers crossed* [19:38] After it is booted [19:39] Just before the login prompt it switches to this huge 1280 pitch console which the remote console in the DRAC is corrupting... Or it's simply a bad screen mode... [19:39] It's 160x64... [19:40] carp.... still resets to that crazy fb... [19:44] I'm not running X... [19:47] Delemas: vga16.modeset=0 is a good friend [19:48] or even [19:48] vga16fb.modeset=0 [19:52] Is there a backport for samba4 stuff from 10.10 (and later) to 10.04 LTS? [19:52] That would be nice... [19:52] raubvogel: doubt it - it's not released yet [19:53] but shouldn't be very hard to install from source [19:56] RoyK, was that a kernel option? Adding it to GRUB_CMDLINE_LINUX_DEFAULT doesn't do anything... Should it be radeonfb.modeset=0 instead? [19:56] Royk, probably not. The alpha in 10.10 is just new enough to have what I need, which the one in 10.04 is way too old [19:57] Delemas: try both, an extra kernel option won't hurt [19:57] raubvogel: didn't know samba4 was in there at all [19:58] RoyK, here is where I found that out: http://packages.ubuntu.com/search?keywords=samba4 [19:58] raubvogel: then just apt-get source samba4 and copy the debian/ dir into the new source dir and you should be able to make new packages without much problems [19:58] Now that is a nice idea [20:02] No, it still insists on a broken 1280 8 bit resolution... fruit.... === Inigoesdr is now known as Inigoesdr`Away [20:11] cmagina: http://people.canonical.com/~serge/multipath-tools_0.4.9-2ubuntu1-debs.tgz has proposed merge packages ready to test. debdiff from debian is pretty minimal at this point. [20:11] * hallyn crosses his fingers [20:17] * Delemas beats radeondrmfb with a clue bat. [20:21] hallyn: ok, i'll give it a shot when i get a chance. [20:21] cmagina: cool, thanks [20:22] the source, fwiw, is at 'dget http://people.canonical.com/~serge/multipath-tools_0.4.9-2ubuntu1/multipath-tools_0.4.9-2ubuntu1.dsc' [20:26] New bug: #793694 in samba (main) "Format string bug in parselog.pl" [Undecided,New] https://launchpad.net/bugs/793694 [20:27] * Delemas sighs as clue bat breaks... [20:29] OMG I finally stopped it from loading by confusing the drm module with an unknown parameter... [20:32] for receiving snmp traps I only need snmptrapd (not snmpd) right? [20:40] listen 80 should make apache listen on IPv4 and IPv6, right? === bigjools-afk is now known as bigjools [20:41] yes it should... netstat -ln what shows? [20:46] I read that Ubuntu-server keeps a blacklist of terminal resolutions. I'd like to comment one of these out.. any idea where I can do that? [20:46] +# Sync waiting for storage. [20:46] +{ rmmod scsi_wait_scan ; modprobe scsi_wait_scan ; rmmod scsi_wait_scan ; } >/dev/null 2>&1 [20:47] hallyn: ^^ .. this seems rather strange.. but maybe I'm not up on normal practice during initramfs ... how does removing/installing/removing the module "sync waiting for storage" ? [20:50] * RoAkSoAx almost breaks his back unpacking a UPS [20:50] I think thats why the boxes usually have pictures of two people picking those up. [20:51] RoyK: there's a picture of two little androgenous people on that box for a reason. ;) [20:51] hahaha JINX [20:51] IIRC the 2500kva UPS we had at my last employer was ~100lbs [20:54] hallyn: Other than that weird rmmod/insmod thing, it all looks straight forward and I think should be acceptable, BUT.. I would urge you guys to get heavy testing by multiple users promptly, as changing so much at once seems fraught with regression potential. [20:54] ppetraki: ^^ [20:54] dannf: ^^^ [20:55] SinnerNyx: I believe thats in the grub configuration [20:55] SpamapS: the whole reason we've gotten into this mess is that there's little to no hardware to test it on, and not many users to test [20:55] SpamapS: ppetraki tested yesterday, hopefully someone else can too [20:55] hallyn: indeed. ;) Ok, well.. get the few users we know about to test it. :) [20:55] Please hold off testing until its actually in proposed [20:55] PPA's are usually reliable enough.. but.. ;) [20:56] hallyn: can you explain the rmmod thing? [20:56] no [20:56] but maybe after i go look :) [20:56] SpamapS: oh, the scsi_wait_scan? [20:58] hallyn: yeah [20:59] hallyn: if its just me, being unaware of how scsi_wait_scan is intended to be used, then thats a fair explanation.. just tell me to RTFM. ;) [21:01] SpamapS: it forces all scsi devices to be found before proceeding. It's explained btter in the bug description than I can do in irc probably [21:01] SpamapS: that initramfs hook gets called before we mount the root device [21:01] SpamapS: so we're basically brute-forcing the root device being available [21:03] hallyn: the bug report does not mention scsi_wait_scan [21:03] hm [21:03] well, without that, 'udevadm settle' will do nothing if udev hasn't already *started* processing a scsi device [21:04] so if root device is slow (which for us it often was) to start, we can get past the udevadm settle without having root device [21:04] then mount_root fails [21:05] hallyn: there's a binary, wait-for-root, that, IIRC, runs early and watches for a udev event on the device configured as root. [21:06] New bug: #793647 in bind9 (main) "package bind9 1:9.7.3.dfsg-1ubuntu2.1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück" [Undecided,New] https://launchpad.net/bugs/793647 [21:07] hallyn: of course, that one also fails for software RAID, so I can understand if multipath shares this trouble [21:07] SpamapS: debian does the scsi_wait_scan thing in udev, btw [21:07] ahh.. well I can accept that as a precedent.. [21:07] As I said, I've just never seen anything like that [21:07] i suppose one might ask why we don't. i think someone did [21:08] i'll go ask pitti again in devel [21:10] so, mysql crashed on me, and now won't restart. i'm getting the following error dump: http://pastie.org/2029021 any ideas? [21:11] pcperini: silly question: how did you try to start it? [21:12] guntbert: no question is silly. sudo service mysql start [21:13] pcperini: ok, standard, next step : try to increase verbosity (I don't know how atm) [21:14] SpamapS: sorry was afk there. [21:14] guntbert: huh… i wouldn't know how. trying to start the service makes it hang, and gives no output other than those errors... [21:15] how does a person disable a ping command? [21:15] haha === FernandoTertius is now known as FernandoTertiary [21:15] SpamapS: I can't find it anywhere in grub. I know how to set the grub resolution and it's no problems working. but I have a resolution that doesn't appear in vbeinfo and I'd like to force the resolution. However when I set grub to 1440x900 it just goes to some default (640x480 from what I can tell) [21:16] pcperini: look into /etc/mysql/my.cnf - make a copy of that file and play :) [21:17] ok === lullabud is now known as warzauwynn [21:18] guntbert: if this helps any (http://pastie.org/2029087). it's pretty standard [21:21] pcperini: it was meant as a place to increase verbosity, but look at http://www.freeopenbook.com/mysqlcookbook/mysqlckbk-CHP-1-SECT-29.html [21:24] SinnerNyx: not sure. :-P I tend to just accept whatever works on a server. ;) [21:28] SpamapS, ok, thx :) [21:29] uhh i forgot to put in the -m argument when adding a user via useradd, so how do i create a home dir for my accoutn [21:29] just use mkdir? [21:30] sw0rdfish: you'll want to copy /etc/skel to it actually [21:30] in that case i'll jsut [21:30] sw0rdfish: and then chown it appropriately [21:30] just [21:30] SpamapS: are you intending to grab my jenkins formula? [21:30] userdel the account and do it again with -m argument [21:31] to avoid conflicts which i don't want [21:31] hallyn: I haven't seen it yet. I don't even know how we should "propose" new formulas. [21:31] hallyn: been thinking of establishing a simple "new" tag for bug reports and then you can attach the branch to it [21:31] SpamapS: yes, i was wondering if htat had been thought about [21:31] in fact [21:31] do that [21:31] new-formula [21:32] I'll see if I can find a wiki page to work that out [21:32] against what project? [21:32] principia [21:32] oh [21:32] will do, thx [21:36] done [21:38] uhhhhhhhh [21:39] instead of showing sw0rdfish@mycomputer:~$ its only showing $? [21:39] i just formated the server [21:39] i added my user account and su'd into it [21:41] sw0rdfish, cp /etc/skel/.* ~ [21:41] sw0rdfish, maybe use -v :-) [21:41] hmmmmmmm about earlier i did do userdel [21:41] and added it again with -m argument so it has [21:41] its own directory [21:41] knowing that, you still want me to do that? [21:42] sw0rdfish, do you have permission to access your home folder? [21:42] btw its not bash, its using sh, RoyK did show me how to move it to bash once [21:42] uhhh [21:42] yeah [21:43] oh i got it in the logs :) [21:43] sw0rdfish, does anything show up when you ls -a ~ [21:43] sw0rdfish, why not use bash btw? [21:43] yeah i want that [21:43] i'm changing it now [21:45] yay! now its cool [21:45] lol [21:53] Are there any security measures set in place for chroot or alternate binfmt execution in natty server? [21:55] I'm not understanding why I get the response I get when running "chroot armel-rootfs /bin/bash" (which is chroot: failed to run command `/bin/bash': No such file or directory ). But the file /is/ present... [21:56] However it's a armel executable, so it should go via qemu [22:02] service apache2 start and /etc/init.d/apache2 start, are the same thing right? [22:04] whats the safe way to reboot a server [22:05] sudo reboot? [22:05] does that kill the programs running and shutdown immediately? or "carefuly" [22:07] sw0rdfish: dash is the default, not as powerful as bash, but far lighter cpu-wise [22:08] RoyK, welcome back [22:08] heh, yeah i took a look at the log [22:08] found the line you gave me :) [22:08] chsh or something [22:09] chsh -s /bin/bash username [22:09] yep! [22:09] that one [22:09] used it [22:09] well i screwed up apache2 [22:09] so i had to format the server lol [22:09] hehe [22:11] New bug: #793749 in bacula (main) "bacula-director-mysql and bacula-director-pgsql have db server packages as a requirement" [Undecided,New] https://launchpad.net/bugs/793749 [22:17] New bug: #793750 in mysql-5.1 (main) "package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,New] https://launchpad.net/bugs/793750 [22:34] Could apparmour be interfering with chroot and/or binfmt? [22:38] what do I need to do to completely remove all samba-related config files? [22:39] join #ubuntu [22:54] does irssi come automatically installed in 10.04? [22:56] sw0rdfish: No. === medberry is now known as med_out [23:00] pici thanks [23:02] hey guys, is it dangerous to change /bin/sh from dash to bash? [23:03] i want to have autocompletion by default, and I know bash has it. so maybe switching between dash and bash might be good for me. the question is, if it won't break anything [23:03] heh [23:03] i just did that a while ago [23:04] Ddorda, i'm not sure what kind of installation you have, mine was a clean new one [23:04] so it definitely didn't break anything [23:04] sw0rdfish: okay :) [23:04] thanks [23:04] and i don't think that it does, in general but i'm just a rookie too so wait [23:04] for someone to tell you though [23:04] what kind of installation is yours? is it a newly formated server? [23:05] Ddorda? [23:05] sw0rdfish: linodes one [23:05] but yea, it's brand new one [23:06] see i don't even know what that means, i just started using linux not so long ago... [23:06] do you know how to change it [23:07] sw0rdfish: i guess it's just a simlink... [23:07] symlink* [23:08] new to linux too? [23:08] well i'd wait till one of the guys answers you :P [23:11] sw0rdfish: not really [23:11] about 6 years with linux [23:11] WoW! [23:12] well you'd have to know chsh is the right command to change it :P [23:12] Most people don't have sh or dash as their login shell, you shouldn't have to use chsh. [23:12] Its not part of update-alternatives, just change the symlink. [23:12] oh [23:13] well i dunno it worked fine for me, but yeah.... its not a big deal :) [23:13] well, i'm scared doing such a move on a production [23:14] production1 [23:14] just symlink it then :) [23:14] mine is just a personal server :) [23:15] mine is too, but it's my production personal server :P [23:15] "just symlink it then"? [23:20] sw0rdfish: after looking, using bash instead of dash as default may cause things to brake [23:20] so i use it only on my user [23:20] + I installed bash-completion [23:20] works like charm :) [23:21] oh [23:21] bash-completion for dash? [23:22] Ddorda, what production ya mean, mate? [23:24] sw0rdfish: i don't speak weirdo pirates language [23:24] :D [23:27] pirates? [23:27] weirdo? [23:28] over "what production ya mean, mate?" [23:28] heh === ng_ is now known as NG_ [23:28] well i don't speak Ddorda language :P [23:29] sawwy! [23:30] sw0rdfish: if you want me to answer that you'll have to explain me what the heck it suppose to mean [23:30] :P [23:33] hehe [23:33] i'm gone off to practice my php mate [23:33] cya in a bit :) [23:33] oh and I meant what kind of production you talkin about?.... [23:33] Ddorda, [23:34] sw0rdfish: i'm having some sites on it [23:35] cool [23:49] are there packages for isc dhcp server 4.2.1? (http://www.isc.org/software/dhcp) [23:50] somehow ldap support really sucks on 4.1, so I would like to test 4.2.1