=== hessml is now known as hessml|away === emgent_ is now known as emgent [01:33] I am installing all of ubuntu-server onto a 10GB drive, and then doing a software RAID1 mirror two 1 TB drives that I will keep data on. I am currently installing the OS, and I set the TB drives to be "physical volume for RAID" I then went to "configure software RAID", "Create MD Drive" and then it asked me how many active drives and then inactive drives for the RAID? WHat do I set. (I set 2... [01:33] ...and 0). Additionally, after I did that, it told me I had to select two drives, except only gave me the option of selecting one of my TB drives. Did I do this correctly? [01:38] It looks like I should of set one inactive, and one active. The installer won't let me delete my RAID thats screwed it. It says "it might be in use." Any suggestions on what to do? [01:40] anyone? [01:42] anyreason that the RAID can't be deleted? Should I restart the install? [01:51] screw it, I'm restarting the install [03:48] i have set up an ftp server using proftpd, everything seems to work correctly locally, but I can't seem to access it using a global/remote reference, what might the problem be? [04:12] sly2guy: firewall? [04:32] Er.... something weird is going on. The mysql on my new ubuntu server install will accept a login with any username and no password, but not give any priviliges. More a problem, though, is that the only user you can actually login as and get priviliges is root - all the other users only login with no password even though i've set one for them, and don't get priviliges to do anything [04:36] hai [04:36] hey [04:37] aha :) Wondering if i could get some seemingly basic assistance? :) [04:38] i'm due to have a "ubuntu server" seedbox soon, i've been virtualizing the distro as best i can over win64 vista and VMWare. Just wondering if anyone can help out on any technicalities for remote administration and/or torrent client help? [04:38] I run a ubuntu server seedbox also... [04:38] i've managed to nail installation of X+Wine+Fluxbox+webui+(hopefully) VNC... But i'm aiming for a native client [04:39] I just use transmission-daemon, and then transmission-remote over ssh.... [04:39] rTorrent and a webui... all my efforts so far (in over 14hrs) have failed (i've re-used the same ubuntu server image) [04:40] hmm. not heard of that combo... a webui is nice, but not necessary. I could if need be VNC/FreeNX (another failure on my part) in [04:40] You don't really need a gui, but if you want one I find torrentflux-b4rt works well just by itself if your not too worried about system resource usage (bitcomet is a pig) [04:41] i think bitcomet is still banned on many sites for its `behaviour`... I've tried torrentflux-b4rt and wasn't impressed =/ Although it "just works"... I'd still probably prefer WINE+X+WebUI+VNC === hessml is now known as hessml|away [04:42] What client are you using with WINE? I'm a utorrent fan myself, but I find transmission is almost as good, and runs on linux natively [04:44] would be using uTorrent 1.7.x as i've read that 1.8 beta still has a few problems.. i'm very used to uTorrent as I run it on my server at home. transmission i've not looked into AT ALL to be fair... Just want something functional that has a lot of control..... rTorrent does, but ugh... i find its intuition quite "WTFH IS THIS?" [04:44] and not managed once to get a webui working at all =( [04:49] you still lurking, jords? :) [04:49] yes :D [04:49] aha! just installed transmission... looks very simple... it can't find "transmission-remote" and it doesnt appear in the repos i have [04:49] I donno how complicated your requirements are, but have a look at transmission-daemon and clutch, which is a very nice webui for it. some tricks to get it to run though [04:50] the transmission packages in ubuntu are old, I just compiled the latest version myself.... [04:50] i don't have transmission-remote here [04:51] gah! *hides* wanna teach a n00b how to compile? [04:51] it's a reasonably new feature. I'll try - ok first step is to remove the old transmission [04:51] it's quite easy really, as long as you don't have dependancy problems [04:51] ok, do you want to see how exactly i've bodged a wine+X+utorrent install? [04:52] i can just reuse a base vmware image so no need to uninstall :) [04:52] heh nice [04:52] it's a well worn image i assure you ;) [04:53] ok here's the list of crap i go through (all manually written thanks to VMWare :( ) [04:53] # [04:53] sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install openssl ssh xserver-xorg xfonts-base xinit xterm xauth wine fluxbox synaptic firefox-3.0 tightvncserver [04:53] (62.7MB / 225MB diskspace) [04:53] cd /home/kludge && mkdir incoming && mkdir storage && wget http://download.utorrent.com/1.8/utorrent-1.8.exe [04:53] vncserver [04:53] sudo reboot [04:53] startx [04:53] open an terminal and command; xrandr -s 1024x768 && winecfg [04:53] wine utorrent-1.8.exe [04:53] install in c:\windows\system32 [04:53] run from anywhere wine utorrent [04:53] # [04:54] !pastebin | Kludge^WalesUK [04:54] Kludge^WalesUK: pastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic) [04:54] okie *hides some more* [04:54] how does that `look`? n00bish? LOL [04:55] ok... do you want to give transmission a try? good to lean how to do a basic build of a program too [04:55] yeah, just decompressing the 7z archive i have now :) [04:56] ok she's booting [04:56] ok, booted, i'm at the terminal. just logged in as kludge (non root) [04:57] ok, make a new directory, call it "transmission-build" or something [04:57] in ~ / [04:57] yeah, that's your home directory [04:57] ok done [04:57] ~ means /home/ [04:57] ok, i'm in that dir now [04:58] wget http://download.m0k.org/transmission/files/transmission-1.22.tar.bz2 [04:58] tar -xjvf transmission-1.22.tar.bz2 to extract it [04:59] ok, done [04:59] changed directory to in there as well [05:01] ok... ./configure [05:01] and hope theres no errors [05:02] no acceptable C compiler in path [05:02] ooh, forgot that. apt-get install build-essential :D [05:02] ;) thanks... quite a few other things missing in the debug too... one sec [05:03] Transmission is packaged for Intrepid. [05:03] ScottK: it's packeged, but the version in the repos is very old [05:03] It's probably much easier to grab the Intrepid source package and build a .deb locally for your system. [05:03] 1.22 is in Intrepid. [05:03] this could take a while i'm on dialup :( [05:04] https://launchpad.net/ubuntu/intrepid/+source/transmission/1.22-1ubuntu1 [05:04] ;) just kidding... configure went fine this time [05:04] cool... now type make [05:04] no makefile found [05:04] Generally you'll be happier in the long run using the packaging system even for local stuff. [05:05] aye. well i don't wanna step on toes :) [05:05] ScottK: well I can't claim to know enough about apt to do that... [05:05] Easy enough. [05:05] Make a new directory to work in. [05:06] who am i following now? :X [05:06] Your call. [05:06] make seems to be failing for some reason [05:06] Kludge: follow him, he knows much more apt than i do :D [05:06] you cool with that, jords? [05:06] sudo apt-get install devscripts build-essential [05:07] done [05:07] dget -x https://launchpad.net/ubuntu/intrepid/+source/transmission/1.22-1ubuntu1/+files/transmission_1.22-1ubuntu1.dsc [05:07] gah, copy and paste doesnt work over vmware ;( one sec, this'll take a moment [05:08] Or you can change the deb-src line for main in /etc/at/sources.list to intrepid, apt-get update, apt-get source transmission [05:08] unable to establish SSH connection [05:08] SSL* [05:08] OK. Change /etc/apt/sources.list [05:08] one sec [05:09] what am i adding at the end? [05:09] Change hardy to intrepid on the deb-src line (make sure it's deb-src) [05:09] I'm just using ---insecure ... is that any worse? [05:10] i have multiple deb-src variables [05:11] The first one that has main in it. [05:11] Mine would be: [05:11] deb-src http://us.archive.ubuntu.com/ubuntu/ intrepid main restricted [05:11] the deb-src http://bleg/ubuntu/ hardy-updates main restricted ? [05:12] gotcha [05:12] Where bleg/ubuntu/ is the path to your local mirror, yes. [05:12] Then sudo apt-get update [05:12] then sudo apt-get source transmission [05:13] fark i didnt sudo edit it... one moment [05:14] ok, done [05:14] ( fetched 1185KB ) [05:14] So you have the source? [05:15] yeah, i believe so [05:15] ls in that dir and see if it's there [05:15] yeah, im in that dir still [05:15] Then try sudo apt-get build-dep transmission [05:16] getting an error, want me to type? [05:16] Is it the libcurl-dev one? [05:17] no idea =\ [05:17] Does it mumble about a virtual package? [05:17] Trying to save you some typing ... [05:17] getting an "E: build-depends dependancy for transmission cannot be satisfied because no available versions of package debhelped can satisfy cersion requirements" [05:18] excuse typo's its 5:14am and i'm reading from a VMWare terminal ;) [05:18] That's painful. [05:18] Let me look at the package [05:18] Idiots [05:19] :D [05:19] The set the version dependency to debhelper 7, but looking at it, I'm almost certain it doesn't need it. [05:19] The/They [05:19] cd into the package dir [05:19] still in thre [05:19] then cd into the debian dir. [05:20] not one, only daemon [05:20] Hmmm. [05:20] After you got the source, there should have been a dir called transmission-1.22 there [05:20] there is a debian directory for me [05:21] debian is in that one. [05:21] wget -x https://launchpad.net/ubuntu/intrepid/+source/transmission/1.22-1ubuntu1/+files/transmission_1.22-1ubuntu1.dsc <- that one? [05:21] That one failed for you, right? [05:21] oh.... dget [05:21] not wget? [05:21] if you meant to write Dget it wasn't installed, i assumed you meant wget [05:21] We did apt-get source transmission instead. [05:22] No, I meant dget [05:22] Did you install devscripts? [05:22] dget not installed then [05:22] It's in that pakcage [05:22] yeah. maybe not at the right time... one sec [05:23] jords: dget uses wget, but it knows about debian package structure so can grab the whole package. [05:23] ok, made dir transmission-build sudo apt-get install build-essentails devscripts [05:23] changed first line to read intrepid FROM hardly, and to main restricted [05:24] Then apt-get update [05:24] apt-get source transmission [05:24] That should get you transmission-1.22 just sitting there ready to go. [05:25] yeah, does now... i rm'd what was in there to make sure [05:25] cd into transmission-1.22 and then cd into debian [05:25] now dget ? [05:25] aha, deb is there now! [05:25] No. We used apt-get source instead. [05:25] ok in debian [05:25] There's a file called control. [05:26] yup [05:26] Open it in the editor of your choice [05:26] done [05:26] See the line called Build-Depends: [05:26] It's actually two lines. [05:26] yeah i see it... debhelper (>= 7) [05:27] Change the 7 to a 6 (we are cheating now, but I'm almost certain it's OK). [05:27] done [05:27] Next is to install those packages. [05:28] ok, so parent dir? [05:28] Doesn't matter [05:28] When you install binary packages, the current dir doesn't matter. [05:28] aha, okie... how'd i install? :) [05:28] If you apt-get source, the source gets shoved in the current dir so it matters. [05:28] thankyou so much for your patience :) [05:28] sudo apt-get install .... the list of packages. [05:29] uhm. Did you just miss a step? I just changed "debhelp (>=7 to 6 [05:29] Right. Save and exit. [05:30] yup; [05:30] Then sudo apt-get install debhelper autotools-dev libgtk2.0-dev libevent-dev libglib2.0-dev [05:30] Then sudo apt-get install libssl-dev chrpath python intltool [05:31] ah the joys of a fast connection, almost done the first bit [05:32] ok with ya [05:32] Your on Hardy, right? [05:33] yeah 8.0x LTS [05:33] Then sudo apt-get install libcurl4-openssl-dev [05:33] done [05:33] Then you've got all the stuff to build the package installed [05:33] awesome ;o [05:33] Now you want to be in the transmission-1.22 dir [05:33] cd .. from debian if you're still there [05:34] yep, im there now [05:34] Also sudo apt-get install fakeroot [05:34] I always forget that one [05:34] done [05:34] one sec, need a pee [05:34] Then debuild -us -uc (the options just mean you aren't going to sign the pakcage) [05:35] Do this next one first. [05:35] It'll take a while. [05:37] ok BACK [05:37] next one first still? [05:38] debuild -us -uc [05:39] fakeroot debian/rules clean failed [05:39] Shoot [05:39] permission denied... sudo ? [05:39] No [05:39] let me look [05:40] says it cannot remove `third-party/libeven/test/regress.gen.c` premission denied [05:40] gugh the typos... *looks at a waiting pint of coffee* <3 [05:41] debuild fatal error at line 1247 [05:41] OK. [05:41] * ScottK is trying it. [05:41] how may i ask is a n00b supposed to just `know` this? :S [05:42] Usually it's easier. [05:43] Usually it's apt-get source, apt-get build-dep ..., debuild and you're done. [05:43] usually because n00bs install the whole desktop environment? [05:43] which has all the dev stuff already? [05:44] No, because transmission can be a PITA. [05:44] Mostly n00bs stick with the version in the archve. [05:44] fair enough LOL... i'm keeping a .txt file on the process, so if/when it works 100% ok, i'll try from the first step [05:44] as would i :X [05:45] It looks like debian rules is actually using one debhelper 7 feature. [05:46] ouch =/ no cheating for ScottK & kludge [05:48] if you need me to start again from scratch up to a certain point i can do that :) no worries [05:48] The odd bit is it failed for me to, but in a different place. [05:49] hmm. you want a transcript (of sorts) of what i've done? [05:49] I think I got it. [05:50] http://pastebin.ca/1072036 [05:50] There's a file in debian dir called compat [05:50] thats my `transcript` [05:50] It'll contain the number 7. [05:50] Change the 7 to 6 and try the debuild again [05:51] nopers ;( [05:51] line 1247 still [05:51] OK. It's working for me. [05:52] still cannot remove that file [05:52] Let's back up a bit. [05:53] Let's rm -rf your transmission-1.22 dir (just the dir, not the other files in the parent directory. [05:53] The do dpkg-source -x transmission_1.22-1ubuntu1.dsc [05:53] uh permission denied -_- [05:53] Ah. [05:54] Did you do sudo apt-get source transmission? [05:54] it appears so :( [05:54] What does ls -l transmission-1.22 tell you? [05:54] No problem. We can fix this. [05:54] yup, root owns it [05:55] sudo chown -r username:username transmission-1.22 where username is your username [05:55] -R sorry [05:55] ok kludge owns it now \o/ [05:56] cd back into transmission-1.22 [05:56] Then debuild -us -uc [05:56] * Kludge^WalesUK stabbeth [05:56] 1247 again [05:57] dpkg-source -b transmission-1.22 failed [05:57] also can't create some files [05:57] OK. Let's back up. [05:57] shall i follow my transcript from scratch? [05:57] cd out of your transmission-1.22 dir and rm -rf it [05:58] Then do dpkg-source -x transmission_1.22ubuntu1.dsc [05:59] ugh, got weirdass file differences now [06:00] ok can you check this transcript? if it looks good i'll start over [06:00] http://pastebin.ca/1072042 [06:02] http://pastebin.ca/1072044 [06:02] right... i'm gonna nuke the work done so far, and follow that spot on... won't be long (Y) [06:03] thanks for your patience, you're a GOD amongst men [06:03] There's more. [06:03] I'm now ahead of you and finding some other stuff. [06:03] okie. well i'll follow that until you update the link, i'll inform you of any erroring :) [06:04] K. [06:05] Updated http://pastebin.ca/1072050 [06:06] Kludge^WalesUK: Did you see the extra steps I added. [06:06] hmm. i have a much older version now (1.06) [06:07] Then we didn't get the sources.list done right. [06:07] Go back to the dget approach. [06:07] That worked for you. [06:07] a bit of a mix-up on the `transcript`, my bad [06:07] i have it sorted now, will rm un-needed files [06:08] http://pastebin.ca/1072052 [06:08] OK. [06:11] almost with you ScottK :) [06:11] I've run into another problem I haven't sorted yet. [06:12] right, well i'm about to load that URL... everythings worked spot on so far! NO errors \o/ just need to re-write it a little bit [06:14] ok finding dh_prep atm [06:16] ok found it under install: build (few lines down) dh_prep >> dh_clean -k ? [06:16] Yes [06:16] One more rules change will be needed. [06:16] okie! i'm upto speed, no errors so far ;o [06:19] Go on down in debian/rules [06:19] Find the line dh_install -a (not -i) [06:20] add --sourcedir=debian/tmp to it [06:20] where do I hadd the --sourcedir? [06:21] Did you find dh_install -a? [06:21] You want: [06:21] yup, CTRL+W ;) [06:21] dh_install --sourcedir=debian/rmp [06:21] s/rmp/tmp [06:21] What nxvl says. [06:21] :D [06:22] so now -a at all? [06:22] nxvl: Actually we want the -a [06:22] Sorry. [06:22] dh_install -a --sourcedir=debian/rmp [06:22] k done [06:22] Save that [06:22] then cd .. [06:23] so you are in the transmission-1.22 dir [06:23] Then debuild -us -uc [06:23] I just did it and it worked here. [06:23] ScottK: i come in on the middle of the discussion, just write what i understand about it [06:23] :D [06:23] No problem. [06:23] sweet, just going to update my transcript thingo, its lagging a little [06:25] dependancies not met DOH! [06:25] What does it complain about [06:25] It'll tell you what's missed [06:26] typo my end i'm thinking line 993 [06:26] says i don't have all build dependencies met [06:26] its wanting `pbuilder` package [06:26] will check line 993 somehow [06:26] Pastbin the error [06:27] i can't :( bloody VMWare [06:27] Ah [06:28] hmm, the "rules" file has just disappeared... OR i'm going blind [06:28] Then sudo apt-get install pbuilder , but I find that a little suprising. [06:28] 50/50% of either really [06:28] nope still screwing up ;( [06:29] dh_install -a --sourcedir=debian/tmp [06:29] rmp jesus [06:29] one sec, this end (ofcourse) [06:30] ScottK: for sync request on universe after IF do i need 2 ACKs or with one is enought? [06:30] ok whatever --sourcedir=?? it doesn't exist if that helps? [06:31] nxvl: One is fine. [06:31] ok, so i just need to wait [06:31] :D [06:31] Kludge^WalesUK: I've got a better idea (you've been very patient doing advanced stuff). [06:32] I'm happy learning if you're happy with spending the time :) it's only 6:30am here ;) [06:32] gotta love sleeping disorders \o/ LOL [06:32] It's 1:30 AM here and I've got to get to bed soon. [06:33] What I did is I uploaded my version to my PPA. [06:33] It should appear here shortly: https://launchpad.net/~kitterman/+archive [06:34] That or soyuz has eaten it. [06:34] i see it (good start) [06:34] soyuz is slow for showing things on LP [06:35] * Kludge^WalesUK stabs himself in the kernel and issues a sudo halt [06:35] So add deb http://ppa.launchpad.net/kitterman/ubuntu hardy main to your /etc/apt/sources.list to get ready. [06:35] Not eaten. [06:35] Building now. [06:37] Kludge^WalesUK: When you install from a PPA it's just like the regular archives, except not signed. [06:37] You'll get asked if you want to install it anyway. [06:38] ok altered the sources.list and done a apt-get update [06:38] Presumably you'll want to say yes. [06:38] It's still building. [06:38] What architecture are you running? [06:38] atm under VMWare i386 ubuntu server, most likely the same flavour as the seedbox to be [06:39] OK. [06:39] PPA only builds i386, amd64, and lpia. [06:39] I had a sudden fear you might be on a sparc or something. [06:40] that would be far too much of a challenge at 1:36am letalone 6:36am ;) [06:40] nxvl: Are you going to be around for a bit? [06:41] ScottK: 10 or 20 minutes [06:42] i want to finish the dvipdfmx MIR [06:42] nxvl: Do you think you could take over here and help Kludge^WalesUK with installing from my PPA after it builds? [06:43] ScottK: installing as in adding to the sources and apt-getting? [06:43] source added :) [06:43] apt-getting [06:43] ok [06:43] Thanks. [06:43] what package? [06:43] transmission [06:43] I think he wants transmission-cli [06:43] transmission is kewl [06:44] * nxvl loves transmission [06:44] Kludge^WalesUK: I'm going to go to bed. I have to be in the car starting a 2 hour drive at which I need to be concious enough for complex data analysis in about 6 hours. [06:44] used to uTorrent atm [06:45] gah! sleep well ScottK, and thankyou <3 [06:45] I'm sure nxvl will be able to help you the rest of the way. [06:45] ScottK: sleep thingt [06:45] \o/ [06:45] Kludge^WalesUK: Let me a note here if it works. [06:45] will do! [06:45] Kludge^WalesUK: ok, what are we doing and in which stage have be stoped? [06:45] This will be enough testing that if it works, I can get an official backport done. [06:45] * ScottK notes it just finished building. [06:46] yup [06:46] nxvl: uh... bit of a mess really... I can throw you a pastebin of what i've done now if you want? [06:46] nxvl: He's added my ppa to his sources.list. [06:46] Kludge^WalesUK: We're skipping all that now and using the results of me doing the same thing. [06:46] * ScottK heads to bed. [06:46] Good night. [06:46] oh sweet ;o ok, so where'd that replace from in the transcript i wonder hehe [06:46] night ScottK and thanks again <3 [06:46] if i have got it correctly [06:47] you should just need to write on a terminal: sudo apt-get update ; sudo apt-get install transmission [06:47] Actually I think transmission-cli [06:47] He's on a server. [06:47] He doesn't want the gtk one. [06:48] But I really am going to bed ... [06:48] seems to have grabbed both [06:48] except 1.06 versions, nxvl [06:48] ScottK: go sleep! [06:49] mm [06:49] for some reason ScottK's ppa hasn't build transmission-cli [06:49] * nxvl hecks [06:49] checks [06:50] * Kludge^WalesUK ponders starting again from scratch from a point, things are getting messy [06:50] oh! [06:50] there aren't build still [06:50] :D [06:50] oh o_O [06:51] let's wait a little [06:51] soyuz is slow sometimes [06:51] i have no idea what of my `transcript` i even need anymore ;( LMAO [06:53] feel free to have a look at the mess of; http://pastebin.ca/1072071 [06:57] * Kludge^WalesUK rattles nxvl's cage about a bit :innocent: [07:08] ok [07:08] it's installed [07:08] Kludge^WalesUK: now run: sudo apt-get update ; sudo apt-get install transmission-cli [07:09] done \o/ [07:09] told me about them being unverified (correct) [07:10] yep [07:10] that correct [07:11] coolioage! [07:14] whats next sir nxvl? i'm in a world of `terminal` pain ;) [07:14] what are you trying to do? [07:15] uhm. transmission with a webui? [07:15] doesn't know transmission that far [07:15] theres no X server or window environment installed at the moment [07:15] eep LOL great! LOL [07:15] you need to search for a web frontend to transmission [07:15] or just run it from CLI [07:16] i've done that before for rTorrent but none of the frontends i can get working [07:16] ypu can still use it from the terminal [07:16] well [07:16] i need to sleep [07:17] same, its 7:13am here ;( [07:17] i have already finished with my MIR [07:17] Kludge^WalesUK: i need to go work at that time :P [07:17] read you! [07:20] Kludge^WalesUK: rtorrent has some issues anyway [07:20] or rather a lib it depends on [07:20] only does 32-bits ints [07:20] signed even [07:20] the way things are going, i'm still heading toward WINE+X+fluxbox+utorrent with webui LOL [07:20] so files >2gb don't show correctly [07:21] what'd you recommend? >_> [07:22] i'm quite impressed by Deluge, its easy to install, navigate, use, and the webui just works out-of-the-box... unlike everything else [07:23] dunnow - have been fucking around a bit with some code for an rtorrent webfrontend of my own, but hit that bug [07:23] there's also this python-based torrent webinterface [07:23] ouch ;-/ Might mess about some more tomorrow. See what kTorrent can come up with [07:24] oh? [07:24] torrentflux [07:24] I do not recommend it [07:24] yeah, tried it, hated it =/ although it CAN use the transmission backend [07:24] eats lots of CPU [07:24] AJAX is probably its biggest fault i guess [07:25] I only use torrentflux when i'm on someone else's server :Z [07:25] LOL! thats the only ways its `acceptable` :innocent: [07:25] also, install pastebinit [07:26] no, torrentflux's biggest fault is doing torrents in python :P [07:26] it can pastebin for you and should work in vmware [07:26] Chipzz: Is it python or just just bitcomet sucking? [07:26] without an X environemt? [07:26] yes [07:26] you can paste the output of a whole command by doing: [07:27] command | pastebinit [07:27] just tells you the url [07:27] awesome ;o [07:27] indeed [07:27] will test now [07:29] mmm think i'm too tired even for that rest time me thinks, its Tue Jul 15 07:29:30 2008 === Kludge^WalesUK is now known as Kludge^Sl-_-p [07:29] BBIAB \o/ thanks for all your help jords ScottK and others <3 [07:30] np [07:30] * Kludge^Sl-_-p goes snore his ass off [07:41] hello, I would like to connect to my server using pptp , any leading points ? [08:43] I remember there was some talk about implementing restore points in Ubuntu. Did that ever get done? [11:16] moin [13:31] morning all [13:42] howdy [13:45] StonedToo: great nick you got! === leonel_ is now known as leonel [14:36] levander: can you essentially do restore points via lvm snapshots? [14:58] is there a command to run a hardware check? My server was left in an overheated closet because they shut the air off and is now having LAMP issues, I am not finding anything in sylog, daemon.log, or apache2 error.log === jjesse_ is now known as jjesse [15:41] meeting in couple of minutes, right? [15:43] ivoks: yes [15:43] ok [15:46] mathiaz: i've added Packages affected to https://wiki.ubuntu.com/MigrateOffSSL2 [15:47] mathiaz: and those are all that we should take care of (some of them are in universe) [15:47] I have a list of installed packages I saved as pkgs.lst a while ago and want to compile a current list of installed packages to do a diff. Problem is I forgot how I got the first list, it could have been dpkg -l >pkgs.lst, any better ways of getting a list of installed packages on my machine? [15:48] dpkg --get-selections [15:50] has anyone installed hardy on sparc? [15:51] ivoks: great - thanks [16:01] the meeting is in #ubuntu-meeting - https://wiki.ubuntu.com/ServerTeam/Meeting === Kludge^Sl-_-p is now known as Kludge^WalesUK [16:04] lo nxvl :D [16:19] Hi [16:19] hi [16:19] lo [16:19] Can anybody help me with Apache VirtualDomains? [16:20] I've set a new virtualdomain, but now I only can enter by using the URL: http://mydomain.com but not with http://www.mydomain.com [16:20] I got problem with fibre channel connection, I loose connection. Can someone help me? [16:20] should I create a new one file inside of sites-available with this name? [16:20] pubo: ServerAlias is your friend [16:21] sadly i'm not a tech supporter, but i'm sure someone can help, i'm awaiting someone here myself :) [16:21] ok, thanks! [16:32] nobody could help me with connection trough fibre channel? ;( [16:32] New bug: #244411 in samba (main) "Samba shares don't always work with winbind installed (8.04)" [Undecided,Confirmed] https://launchpad.net/bugs/244411 [16:33] nobody could help me with connection trough fibre channel? ;( [16:40] culpritcz: what's the problem? [16:42] ivoks: 2 hours ago I loose fibre connection, and now I could not connect to SAN [16:43] and your SAN is working? [16:43] ivoks: sure, I could not find why the connection is not working, It's on server but where [16:45] (i'm on gprs, so i might be 'slow' in response) [16:46] so, what FC card do you have? [16:47] hihi, it's in server room, early compaq HBA [16:48] umm... which driver is that? [16:49] where I could find it, could not go to the server room [16:49] It seems that the Linux 2.6 kernel does not support this card anymore. [16:49] The Compaq FibreChannel HBA's has been removed from later 2.6 kernels [16:49] like the 2.6.11. [16:50] Emulex Corporation LP8000 [16:51] i'm talking about FC controller on your server, not SAN [16:51] that is the card in system [16:52] i guess you'll need: [16:52] http://sourceforge.net/projects/cpqfc [16:52] but i don't think that's developed anymore [16:53] aaaaaa [16:53] lpfc [16:54] try modprobing lpfc [16:54] no report on modeprobe lpfc [16:54] check dmesg [16:55] for what? [16:56] to see if there's any info on LUNs from controller [16:57] no [16:57] well, that's the driver for your card [16:57] paste dmesg on pastebin [16:57] ???? [16:58] pastebin.ubuntu.com [16:59] don't know what I should paste there [16:59] /var/log/dmesg [17:01] ok, so I didn't want to go off on a stupid tangent in the meeting, but would it be possible to keep sslv2 in OpenSSL but just disable it by default? [17:02] thans [17:02] thnx [17:02] Brazen: disable as a compile time option? [17:03] point of my job is to keep sslv2 in openssl, but disable it on services like apache, postfix, etc... [17:03] well, I'm thinking keep it compiled in, but have like a config file or something that can either enable or disable it [17:03] i don't thnik that's possible; enable ssl2 for whole sistem trough config file [17:04] * delcoyote hi [17:04] yeah, ivoks, I get that, but like someone said, compiling it out of Openssl would make SURE it was gone. I'm thinking the package could keep it compiled in, but disabled. That way people with legacy clients could enable it if needed [17:05] keep in mind, I'm not a developer, so I just thought I would toss that idea out there [17:05] it's impossible, cause openssl is a library [17:05] well, that's kinda what I figured [17:05] one can't just disable part of the library [17:06] well do exactly the same thing per package [17:07] okey dokey [17:16] looks like imq isn't enabled on hard default kernel, how could i recompile the kernel the best way possible? [17:17] New bug: #237115 in nss-ldapd (universe) "nscd: nss_ldap: server is unavailable" [Undecided,New] https://launchpad.net/bugs/237115 [17:18] i'm interested on using IMQ to shape my download speed [17:22] fungo: in what way do you want to shape it? kernel compiling info is at https://help.ubuntu.com/community/Kernel/Compile [17:22] i want to do ingress shaping [17:24] classfull ingress shaping :P [17:25] e.g.? [17:27] droping http download packets to reduce acks and overall download speed when i'm playing counter-strike [17:28] seems like a sane reason [17:28] :D [17:30] :) [17:32] but why not just stop asking for the http traffic? [17:34] that would kill the connection, wouldn't it? [17:38] i could stop the downloads, etc, but everything working autonomously would be neat [18:03] fungo: ahh - so you want to be able to browse media-heavy sites while gaming, but want the http traffic to just be slow, so you'll get it to back off by dropping some packets - I guess that makes sense :) [18:41] * nealmcb updates https://wiki.ubuntu.com/MigrateOffSSL2 a bit and emails ivoks [18:44] * lukehasnoname claps [18:53] NASA uses Nagios, heh === \sh is now known as LeonovShuttle === LeonovShuttle is now known as \sh [19:49] Hey guys, anyone know of a bug where traceroutes will report higher (clearly false) latencies than ping, using the same packet size? Im on ubuntu server 8.10 using 2.6.26 @ 1000Hz (i switched to this thinking it might help - default kernel gave the symptom originally) [19:50] if i ping the remote host from windows, i get a pretty stable 2-5ms ping. same thing if i ping it from the ubuntu server; but if I do a traceroute, it will report it as like 35ms ? - every time... [19:51] also tried uninstalling traceroute deb and compiling the latest version - 2.0.11 and that gives the same problem [19:51] running x86_64 on an AMD64 3400+ [20:14] hello. is there any ubuntu room targetting webdevelopers ? (about how to make ubuntu more suitable for them and push them to adopt ubuntu as their developing platform ?) [20:44] not that I know of [20:44] tacone: ping [20:44] ubuntuforums.org might be useful [21:03] seem to have found the problem for anyone who ever gets a similar problem - seems like it was async routing (box was routing through a routerboard with some b0rked routes) [21:10] lukehasnoname: ok. I was looking for a "team" or something like that. [21:14] ask #ubuntu-devel if you must, they aren't web-focused, they're Ubuntu focused. [21:14] as in, they actually develop Ubuntu, not just devs who use it. [21:16] lukehasnoname: ok, there's not yet a team to take care of this kind of thing. I'll search for a team I launchpad or maybe open my own then. [21:17] I have no problem, just looking for alikes. thanks for now, good evening :-) [21:18] tacone what do you use for web-development? perhaps you could look for a language specific team. [21:19] I am a php professional. btw I am the main developer of rapache project (apache easy configuration tool). [21:19] I was just looking for people to share best practices or ideas with. [21:27] perhaps an apache or php channel then or try web developers group on ubuntu server http://ubuntuforums.org/group.php?groupid=2 feel free to discuss ubuntu server specific intricacies here [21:29] very nice [21:58] FragtioN: very odd. my offhand guess would be that they are using different kinds of pings somehow (like icmp vs udp or the like), or that the successive ttl values cause the routers to do something odd [21:58] ahh - I see your update now [22:01] so i've been messing with samba for 2 days now. trying to get two shares working under two differnt user names (office and manager). turns out, the xp pro machine doesnt want to, for some reason, conenct to the server with two shares of different user names. i'm not sure if this is a problem with windows itself or with the samba server. any ideas? [22:02] i might have to add the manager user to the office group, so they can access it via their username too. [22:05] this is not an ubuntu server probelm. to address your question though windows will not allow it. it is not a samba problem. samba can however be configured to accept only one connection per username at a time though. [22:33] veNom_bz: thanks. figured it was a windows limitation. i suppose ill set it up properly. ;) [22:48] this may be a dumb question, but I am looking for documentation for apache on their website. I installed apache2, but I not sure as to what version of apache the install is (ex: 2.0, or 2.2) is there a way to find out? [22:50] Sure. `dpkg -l | grep apache` will tell you the pacage version installed. [22:50] From that you can derive the apache version === hessml|away is now known as hessml|away|away [23:32] lets say i someday manage to get rid of windows. whats the best way to create network shares? sftp + ssh? samba? that other linux to linux one i cannot think of... [23:32] ubuntu doesnt have it installed by default. maybe i shouldn't use it. [23:32] nfs [23:33] yes that one. why isnt it installed? [23:34] jdstrand: I knew there was another factoid we needed: ufw... and updating !firewall [23:34] !firewall [23:34] Ubuntu, like any other linux distribution, has firewall capabilities built-in. The firewall is managed using the 'iptables' command (see https://help.ubuntu.com/community/IptablesHowTo), or GUI applications such as Firestarter (Gnome) or Guarddog (KDE). [23:35] samba is not linux networks. install what you need. nfs is my recommendation to you however. do some reading http://nfs.sourceforge.net/. [23:36] veNom_bz: nfs relys on local group to determin access? not groups on server? seems kind of like a secuirty issue. [23:36] samba is not *for* linux networks. install what you need. nfs is my recommendation to you however. do some reading http://nfs.sourceforge.net/. [23:38] if you want a domain style system configured you'd use nis or connect to an ldap server in addition [23:39] yes. i started playing around with open ldap server, but didn't get very far. [23:42] Kludge^WalesUK: Did you ever get transmission to work? [23:44] AtomicSpark, this is perhaps the best how to http://times.usefulinc.com/2005/09/25-ldap === jjesse_ is now known as jjesse