[00:00] Anyone know why im getting this error when trying to run UEC? libvirt: internal error no supported architecture for os type 'hvm' (code=1) [00:26] hmm, no love for u-v-b === jussi01 is now known as Guest4656 === sam_ is now known as samferry [00:48] Any chance of getting this patch for apr-util into the repositories? [00:48] https://bugs.launchpad.net/ubuntu/+source/apr-util/+bug/525629 [00:48] It's breaking builds of other packages ATM [00:52] smoser: https://bugs.edge.launchpad.net/ubuntu/+source/eucalyptus/+bug/506332 === jeiworth_ is now known as jeiworth [01:13] kirkland, lp: ~ubuntu-on-ec2/ubuntu-on-ec2/cloud-utils [01:32] Any chance of getting this patch for apr-util into the repositories? [01:32] https://bugs.launchpad.net/ubuntu/+source/apr-util/+bug/525629 [01:32] It's breaking builds of other packages ATM [01:32] ;-) [01:33] kirkland: https://code.edge.launchpad.net/~lifeless/ubuntu/lucid/vm-builder/fixes/+merge/22094 [01:33] kb9vqf: just repeating the question won't get it addressed more quickly. [01:34] that should be trivial. kirkland: can you upload apr-util ? with https://bugs.launchpad.net/ubuntu/+source/apr-util/+bug/525629 applied ? [01:37] lifeless: Sorry; didn't know if anyone "heard" it [01:37] I'm used to being on these channels when no one else is [01:42] * kirkland looks [01:42] kb9vqf: it has ubuntu-sponsors subscrbied already [01:42] kb9vqf: which is what is required, but queue processing can be ... sporadic. [01:43] kirkland: thanks! and if you apply my little vm-builder patch there will be one less open bug. [01:43] kb9vqf: i'll upload [01:44] lifeless: any reason why bzr commit doesn't use sensible-editor? [01:45] kirkland: you're assuming it doesn't. [01:45] kirkland: do you have EDITOR set ? [01:45] lifeless: i'm pretty sure it doesn't ... [01:46] lifeless: ah, but sensible-editor does one more nice thing ... it runs select-editor [01:46] lifeless: such that you don't get dumbed into using nano [01:46] lifeless: and sensible-editor then DTRT with EDITOR [01:46] kirkland: ok, so I've checked. We don't run sensible-editor at the moment. [01:46] lifeless: twould be really nice :-) [01:46] however we do check EDITOR and BZR_EDITOR [01:47] we generally avoid depending on os-specific helpers [01:47] lifeless: yeah, but all the other good debian tools use sensible-editor, if it's available [01:47] kirkland: e.g. if EDITOR isn't set, we try editor, vi, pico, nano, joe [01:47] kirkland: so arguably, if you have EDITOR set to something you don't want to use.... thats a bug in your config. [01:48] I'll check that sensible-editor meets our needs though [01:48] kirkland: we need an editor that does not return until the file is changed [01:49] sensible-editor doesn't specify what it does in this regard [01:49] lifeless: well, it's more that default Ubuntu uses nano [01:49] kirkland: does default Ubuntu set EDITOR ? [01:49] lifeless: which is fine and dandy, i guess, as we're trying to be the distro for the masses [01:49] lifeless: but nano sucks so badly for non-newbie users [01:50] lifeless: so we hacked sensible-editor to do something really cool in Intrepid [01:50] kirkland: why doesn't default ubuntu set EDITOR to sensible-editor ? [01:50] lifeless: basically, ask you to select your editor the first time [01:50] lifeless: circular dependency, i think [01:50] kirkland: meh, solvable [01:50] lifeless: but that's a decent question [01:50] lifeless: kees do you know why we don't? [01:50] if $EDITOR == sensible-editor, ignore $EDITOR [01:51] kirkland: specifically, man select-editor claims that EDITOR wins over SELECTED_EDITOR [01:51] kirkland: *and* bzr chooses vi before nano if EDITOR is not set [01:51] so it seems to me that EDITOR must be set, and set to nano. [01:52] changing it to be set to sensible-editor would seem to make this all nice and lovely - for more than just bzr [01:52] lifeless: cool, let me check on that [01:53] lifeless: doesn't appear we set EDITOR [01:53] lifeless: i have a pending patchset for bash, i'll test and tuck that in too [01:53] kirkland: ok, so to confirm: [01:54] you don't have EDITOR set [01:54] and bzr is showing you nano ? [01:54] do you have vi (not vim) installed? [01:54] * kirkland clears out his config and tests [01:54] hi [01:55] kirkland: oh, and VISUAL - check that too [01:55] I have questions about ossim [01:55] no one is replying me at #ossim [01:55] kirkland: we check BZR_EDITOR, global config, $VISUAL, $EDITOR, then /usr/bin/editor', 'vi', 'pico', 'nano', 'joe' [01:55] kaushal: what is ossim ? [01:56] Open Source Security Information Management [01:56] kb9vqf: uploaded [01:56] lifeless: okay, kb9vqf's stuff is uploaded, let me test [01:56] kaushal: quite a mouthful :). Whats its relevant to Ubuntu server ? [01:56] http://www.alienvault.com/community.php?section=Home [01:57] lifeless: if EDITOR= and VISUAL= and I bzr commit, i get dropped to nano [01:58] kirkland: do you have /usr/bin/editor ? [01:58] export EDITOR=/usr/bin/sensible-editor [01:58] is notgood [01:58] hanging my system [01:59] kirkland: so we need to patch it ;) [01:59] heh [01:59] kirkland: do you have a /usr/bin/editor [01:59] load coming down from 53.4 [01:59] lrwxrwxrwx 1 root root 24 2010-03-01 17:07 /usr/bin/editor -> /etc/alternatives/editor* [01:59] lrwxrwxrwx 1 root root 9 2010-03-01 17:07 /etc/alternatives/editor -> /bin/nano* [01:59] right [01:59] lifeless: and that's the ubuntu default [01:59] thats whats being picked up [01:59] k [02:00] so, is that a candidate for sensible-editor-ification [02:00] select-editor && . ~/.selected_editor 2>/dev/null || true [02:00] that's the magic i added to sensible editor some time ago [02:00] per-user editor selection [02:00] I guess what I'm really saying is that we're already honouring editor selection [02:00] so lets fix that editor selection at root [02:01] * kirkland looking [02:01] it will likely require a code change to the sensible-editor glue [02:01] yup [02:06] lifeless: okay, i think i have it [02:07] cool [02:16] hggdh: are you still using the uec test rig? === ProjectXSorrow is now known as conroy12334 [02:19] Hi. Does anyone know how to set fan speed on Proliants? [02:22] * kb9vqf thanks kirkland [02:29] kalesian, the manual will defintely say :) [02:30] lifeless: http://paste.ubuntu.com/400910/ [02:30] kaushal: hmm, I've been looking for solutions for about half a day now [02:30] kirkland, i've jsut noticed thsi message while testdriving: pci_add_option_rom: failed to find romfile "pxe-virtio.bin" [02:30] lifeless: and after that, we can safely set EDITOR=/usr/bin/sensible-editor in Ubuntu :-) [02:30] kalesian, whats your model [02:30] kaushal: the manual says how to replace them and how to install hp's health-monitor, but not actually how to set [02:31] ok [02:31] kaushal: Proliant DL585 G1 [02:32] lifeless: i uploaded the sensible-utils change [02:32] RoAkSoAx: sudo apt-get install kvm-pxe [02:32] RoAkSoAx: oh, testdrive is in universe so it could/should pull those in [02:33] kalesian, did you contacted HP support center ? [02:33] kirkland, right, but has this been change recently or created recently, since Its the first time I ever see that warning. Or it could be because I just upgraded [02:34] hmm, not yet, I'm not sure they'd support this model anymore [02:34] RoAkSoAx: recent change i made to qemu-kvm caused this [02:34] ok [02:34] is it outdated ? [02:34] well, I think they're on G5 now or G6. [02:35] which ubuntu server have you installed on it ? [02:35] 9.10 [02:36] please shoot a email to ubuntu-server@lists.ubuntu.com [02:36] I am sure you will defintely get an answer [02:37] okay, thanks [02:37] np [02:37] kirkland, yep I guess it is not being pulled by testdrive since I installed and it didn't pulled it automatically [02:38] RoAkSoAx: i'm uploading a fix now [02:39] kirkland, awesome. Anyways, I was wondering if you already decided about the change of the ISO list creation and ubuntu+1 name pulling? [02:39] RoAkSoAx: done [02:40] RoAkSoAx: i have, i need to fill you in on it [02:40] RoAkSoAx: i'm at a sprint this week, working very long hours [02:40] RoAkSoAx: i fly on Friday, though [02:40] RoAkSoAx: so i'll spend some time on the plane reviewing it [02:41] RoAkSoAx: cheers ;-) [02:41] kirkland, ok cool :) [02:41] cheers === conroy12334 is now known as tydizzle [02:53] kirkland: also handle sensible-editor (no explicit path) please, I'm sure someone will try it ;) [02:54] kirkland: going to upload the vm-builder change, while you're doing uploads ? [04:57] lifeless: sure, will do [04:57] lifeless: was off at dinner [04:59] kirkland: not sure; I was leaving the logic on the editor bits up to you and the debian maintainer :) [04:59] kees: heh, sure [05:25] kirkland: kk [05:26] lifeless: http://paste.ubuntu.com/400969/ [05:26] lifeless: that's a little more robust [05:27] yeah [05:27] lifeless: okay, now, i'm on your vmbuilder [05:28] :> [05:28] which reminds me, time to read that man page [05:29] is there a gui version of vmbuilder ? === swift_ is now known as swift [05:30] lifeless: nope [05:30] lifeless: closest there is is that javascript parameter generator you found [05:30] ok [05:30] there is a gui virsh though, isn't there? [05:30] lifeless: sort of ... virt-manager [05:32] lifeless: pushed and uploaded [05:32] lifeless: thanks for playing [05:33] :> [05:33] someday I'll apply for core [05:33] * kirkland goes blog about ssh-import-lp-id [05:33] honestly [05:33] lifeless: ;-) +1 [05:34] lifeless: http://manpages.ubuntu.com/manpages/lucid/en/man1/ssh-import-lp-id.1.html [05:34] lifeless: you might enjoy that one [05:34] lifeless: useful in UEC instances [05:34] cute [05:35] man, wifi can suck sometimes [05:35] 2.4MB over wifi from my local server [05:35] :< [05:50] kirkland: loving my new lenovo :P === Guest4656 is now known as jussi01 [06:58] hello, I'm having the phpmyadmin "Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly." error on a ubuntu server 9.10. I've checked where the sesion is stored(/var/php) and confirmed that it's accessable. I check the log, but can't find any phpmyadmin related error on my apache log. I'm installing phpmyadmin with apt-get. However, o [06:59] *Anyone? [07:00] oh, and during installation, I've configured my machine as LAMP server [07:08] uh-on anyone here? :/ [07:10] well solved, thanks anyway :/ [07:44] hi anyone have idea on this error log ----> http://pastebin.com/HJwvi06g [07:45] and also this----> http://pastebin.com/vGw1pKHu [07:46] ruben23: yopu havew a networking problem : mount: No route to host [07:46] Whichever server you atre using NFS with (mount). [07:48] sherr: the ubuntu server [07:49] sherr: how do i remove the mount..? [07:50] Lots of resources around on the web about NFS/mount etc. - Be good if you knew how to solve this. It is very basic. [07:51] An NFS mount will be defined in your /etc/fstab file [07:51] See : man mount , man exports , man nfs - and lots of other resources on NFS = NETWORK File System [07:52] (assuming this is NFS, mind you ...) [07:52] ruben23, hmm... are both errors ocurring on the same machine or on different ones? === swift_ is now known as swift [09:29] zul: Has something "odd" happend with 5.1.41-3ubuntu8 build? A build that depends on amd64 libmysqlclient16 is reporting that it's broken. Looking in the archive pool, there only seems to be an AMD64 ubuntu8, but nothing with mysql is reporting a FTBFS. === swift_ is now known as swift [09:49] Goodmorning everyone. [09:50] I have a question about making clones over network and deploying them :) what program would you guys suggest to use and wich version of Ubuntu server since it is for a company. [10:05] AcidBanger: maybe look at Clonezilla - and for Ubuntu Server - the current release (9.10) [10:09] You think that is the best way ? and since I am gonna use it in a company isn't it better to use 8.04 Ubuntu since it is still getting a 3 year support ? [10:20] anyone know of some good mailfilter/spamfilter thats opensource and "enterprise" grade? [10:23] Spamassassin, Amavisd-new, MailScanner [10:25] There are nice frontends for amavisd-new too, iirc === airells is now known as Airells [10:48] dspam is nice [10:49] dunno if it's ported to osol, but I think so [10:53] i have a desktop i am going to run my server on and 4 ide hd's if i use lvm these can be run as 1 partition i know, but does lvm offer any redundany incase 1 drive fails so it will not break my whole lvm partition? [10:53] i am asking because using 4 ide hds increases the chances of failure 4 fold [10:54] please tag the response with my name as i am going to minimize the window [11:10] Daviey: not that I know [11:12] jasonmchristos: as far as I know, LVM doesn't have any redundancy at all [11:12] zul: 11:03:51 < slangasek> unfortunately, the new package that's causing mysql to be held up in the queue is broken and built for the wrong architecture (arch: all when it should be arch: any); let me fix this properly before letting it through [11:13] Daviey: fu..k === aurigus_ is now known as aurigus === dendrobates is now known as dendro-afk === rgreening_ is now known as rgreening === dendro-afk is now known as dendrobates === dendrobates is now known as dendro-afk [13:31] jasonmchristos: you can use mirroring with lvm. this will provide fault tolerance [13:33] Has anyone setup the cloud? [13:33] Im trying to get the ssh keys to work [13:33] not sure if im supposed to use one of the files from the server or generate my own [14:00] Has anyone backported landscape-common or update-motd [14:01] to what? [14:09] zul, to hardy [14:10] Has anyone backported landscape-common or update-motd to Hardy? === luis__lopez is now known as luis_lopez [14:21] hi [14:22] does anyone here know about running ubuntu server virtually on top of windows? is this feasible/a good idea? [14:23] Running ANYTHING on top of Windows is likely to be a bad idea. [14:23] At least for production purposes. [14:24] twb: here's my requirements: I want to set up a server with Trac and SVN for development purposes. In-house we use .NET a lot so it would be good to have the server running as a staging server also. But I'm not sure what the best way of combining all this is? [14:25] Drop apache2, trac and subversion directly on Windows? [14:25] I dunno; if you're doing .NET you're probably already fucked. [14:26] twb: :) [14:26] I'd like to have a linux server tho :-) [14:26] (de Icaza's mania notwithstanding) [14:26] ... but I don't know how :-( [14:26] maxo: deploying it on real hardware will be less hassle, IMO [14:27] I've been using virtualbox but I don't know how well it scales in a server environment [14:27] I'm a bit biased against virtualbox because it tries to be hand-holding desktop-in-desktop GUI wank, and I'm only interested in command-line server-in-server roles. [14:28] That and the bits Sun wrote after they bough vbox tend to be non-Free software [14:28] maxo I have done it [14:28] I don't know though whether it can all be automated. Like at the moment I have to start it up, click a start button to start the system etc. [14:28] elb0w: how did you do it? [14:28] using sun virtual box [14:29] but since it was small I ended up buying a netbook and loading it [14:29] I didnt like sharing the resources [14:29] maxo: well, if vbox is running on Windows, you'd have to ask ##windows about how to automate it [14:29] I've got ubuntu server running on vbox on my windows desktop machine and it runs fairly nicely. but a server is a different matter I would have thought [14:29] why? [14:29] Depends on the load [14:30] You tell the vbox how much resources you are going to give it [14:30] It wont go over that [14:30] Well, you don't care about tunnellling AIGLX to the guest OS with a server [14:30] (Stupid compiz users...) [14:30] but I mean in terms of automation. and also port forwarding is a bit of a concern [14:30] hey compiz-fusion + beryl gives nice effect :o [14:30] maxo: just set it up in bridged mode. [14:30] elb0w: I really *REALLY* don't care. [14:30] hahaha [14:31] if you want nice effects, go drop some acid and stop hogging the cycles [14:31] twb: but what if I send a request for port 80 to the host system (windows) - how does it know whether to connect to a process listening on port 80 in windows or the ubuntu guest in vbox? [14:32] maxo: just set up a network bridge [14:32] maxo: then your VM will present itself (mostly) as a separate host, at the IP layer. [14:33] (Obviously it's not separate at the 802.3 layer) [14:33] hey twb have you played with the UEC? [14:33] Nope [14:34] k [14:34] what about kvm or xen? I'm looking at them and they look a bit more enterprise-seriousy than vbox? [14:34] Depending on whether you want zones or full emulation, I would recommend either LXC or KVM. [14:35] I am right-royally sick of OpenVZ and Xen for zones. [14:36] what are zones vs. full emulation? [14:36] A zone/jail is where some resources, particularly the kernel, are shared with the host OS. [14:38] As a cute example, I can run dhclient3 in a jail that has its own networking stack and process table, but shares the filesystem with the host OS. [14:38] But more practically, you'd often use zones to give idiot PHP coders their own sandboxes in which to break their own copies of apache, without breaking those in the other sandboxes. [14:40] you mean php scripters [14:40] Whatever [14:40] haha [14:41] php is so messy, I dont get how people use it [14:41] Anyone that thinks HTTP is a better transport than NeWS for thin clients. [14:41] (Yes, I know NeWS is dead. Don't remind me. Fucking X consortium.) [14:41] ok im so confused at this point. I brought down all my nodes on my cloud and the instance is still up [14:42] wtf lol [14:42] html5 will kill alot of php [14:42] elb0w: gotta get the corporates to drop IE5 and IE6 first [14:43] It astonishes me [14:43] hi all, i'm trying to understand what's an acceptable label string for amanda backup, the config file says DailySet1[0-9][0-9]*$ I don't understand what *$ means [14:43] that they still enforce IE [14:43] my old job my boss got reemed out by IT for using firefox [14:48] twb: does kvm support full bridging as well? because I'm looking at its documentation now and it seems to say that you can give a virtual os an IP address, but you can only connect to that IP from the host system. but the instructions all seem rather dense, I'm getting worried how difficult this might be to set up! [14:48] maxo: kvm does, but it's a pain in the arse [14:49] I'm feeling a bit stuck then - I want to set up Trac and SVN on ubuntu with the beauty of a couple of apt commands, but I also want access to a windows environment for asp.net. hmmm [14:51] maxo: Just drop your second requirement :) [14:52] Jeeves_: that would make things easier. but our development is predominantly on .NET [14:52] maxo: Why? :) [14:53] that was how it was set up when I started the job. and actually, coming from an open-source background, I've kinda been won over by it [14:53] there's a huge amount of in-house code on .net [14:54] maxo: VirtualBox works well - use it to host Ubuntu - at least test/try. It will be fine. [14:55] sherr: in what way is it better than every other virtualization solution? [14:55] sherr: or have you just tried one, and are spouting subjective fanboyism? [14:57] twb: I didn't say it was better. I said it works well. And please stop being obnoxious. [14:58] well we're getting a new server for just our department and I want to max it out and use it to its full potential. so that's the situation I'm in really [15:02] Hi guys, i'm trying to install ssh2 for PHP in hardy but when running aptitude it tells me it will remove unused apache2 which doesn't make sense. Does anybody have a clue why it may do it? [15:04] ssh2 for php? [15:04] Ah, the worker is removed [15:04] And the prefork apache is installed [15:04] i want to be able to use ssh2_connect and ssh2_scp_recv === dendro-afk is now known as dendrobates [15:06] i am still having issue trying to start apache2 .. here is my post.. [15:06] http://www.linux-archive.org/ubuntu-server-development/346095-failing-start-apache2.html [15:06] <\sh> php doesn't work with mpm-worker, only with prefork [15:07] i see... thanks guys! I learned something new :) [15:09] hggdh: hi! [15:09] should I just reinstall apache2? [15:09] hggdh: I'd like to use the uec testing rig today [15:11] how do I remove old apache2 .. apt-get purge apache2 did not remove /etc/apache2 [15:12] axisys_: apache2-common etc. perhaps [15:13] Package apache2-common is not installed, so not removed [15:13] sherr: ^ [15:14] how do I find out which pkg /etc/apache2 or /usr/lib/apache2 belongs to? [15:14] dpkg -S /path/ [15:14] thanks [15:15] sherr: apache2.2-common [15:15] sherr: thanks [15:17] mathiaz: go for it, I will do the stress tests when you clear me [15:18] hggdh: great - thanks [15:19] Is is odd that I still have an instance on UEC going yet euca-describe-instances is empty [15:19] ? [15:21] is this document still valid on how to start ssl on apache ? [15:21] /usr/share/doc/apache2.2-common/README.Debian.gz === luis__lopez is now known as luis_lopez [15:28] axisys_: If you install libssh2-php, it depends on another version of apache [15:52] Weird, it's looking more and more like all the I/O errors and bad blocks on my test ubuntu server machine was perhaps a corrupt file system. Backed up the data, flattened the system with a fresh install, restored the data and no I/O errors so far [15:52] I thought it was a pooched drive originally [16:01] pmatulis: thanks for that bit of advice on mirroring but the last person to respond said that it does not have mirroring and thats also what i have read [16:04] jasonmchristos: yes, lvm has built-in multi-sided mirroring [16:04] thanks is it available from installation? [16:05] pmatulis: but is LVM mirroring redundant? i.e. if a disk dies, does the volume start? [16:05] I generally use LVM on top of MD [16:05] i heard you need mdad [16:05] read i mean [16:06] I think md raid1 or raid5 is a good idea - put LVM on top. [16:06] jasonmchristos: no, not from installation (although that would be a good thing to have) [16:06] sherr: agreed [16:06] jasonmchristos: boot with live cd and configure manually [16:07] But I know LVM does mirroring - just never used it. My worry would be that it is not redundant like MD "mirroring" (raid1). But I might be wrong. [16:07] jasonmchristos: multi-sided mirroring is special [16:07] is it true that jaunty server support ends in October 2010? [16:07] pmatulis: special , how so? [16:07] sherr: what do you mean? mirroring is mirroring [16:08] jasonmchristos: normal mirror is 2 sided. with lvm you can have more than that [16:08] thats what i thought mirroring implies redundancy [16:09] pmatulis: well since its not a default option i am going to have to experiment, for now im just using 1 hd i already have the server setup and am trying to get it to serve my printer === dendrobates is now known as dendro-afk [16:11] the tutorial im reading says to login to the web interface and configure from there but i dont want to open a security hold by giving it acess to the shadow file so i want to forget web iterface [16:11] ie: non-server, non-lts support is 1.5 years - are ubuntu serves the same? [16:12] does anyone know a good tut to help me configur my cups srver [16:14] jasonmchristos: Yes, use tasksel to install cups, and see the CUPS Administration guide on cups.org. The ubuntu-server guide is also possible, but covers only very little and only points you to the cups web interface. [16:15] yeah im on the ubuntu one i added the ort but it doesnt seem to be serving with just that change [16:47] thanks guys although i had to just give it acess i think i will make my print server a seperate box in the near future [16:49] Hey guys, i'm trying to run a shell script I created based off of ... https://help.ubuntu.com/8.04/serverguide/C/backup-shellscripts.html the simple shell script on that page.. didn't change anything other than the backup destination and a few entries to the backup locations. However when I try to run the script with 'sudo bash backup.sh', it gives me ":command not found:" a bunch of times and doesn't seem to run anything. [16:49] What am I missing? [17:01] is it true that jaunty server support ends in October 2010 (non-server, non-lts support is 1.5 years - are ubuntu serves the same)? [17:14] <\sh> gregcoit, non LTS are always 18 months, there is no difference between desktop or server or NBR === erichammond1 is now known as erichammond [17:14] \sh: thanks! good to know === dendro-afk is now known as dendrobates [18:22] Is there any reason to expect a Ubuntu 9.10 netboot install to be different than the ISO install? Specifically of Ubuntu Enterprise Cluster (UEC)? [18:23] The netboot install does not offer an "Install Ubuntu Enterprise Cloud" option, you don't get that until you specify install packages (tasksel)... and then you have an UEC (instance) option, a cluster option, and a node option. Do these differ from the ISO install? [18:38] Is there any 'privacy policy' posted somewhere for ubuntu? [18:44] MTecknology: http://www.ubuntu.com/legal [18:46] jpds: in a launchapd question somebody said that's not good enough [18:46] MTecknology: Link? [18:46] https://answers.edge.launchpad.net/ubuntu/+question/104897 [18:47] I would like to transfer a file to my webhost server via ftp, but I want to do it from a shell command. Is there a command for that? [18:47] Bookman: ftp? [18:48] last i knew ftp works fine from the shell [18:48] Is the command just ftp? [18:49] yup [18:49] !ftp [18:49] FTP clients: Nautilus (Places -> Connect to server), gFTP, FileZilla (for !GNOME); Konqueror, Kasablanca, KFTPGrabber (for !KDE); FireFTP (for Firefox); ftp, lftp (for !cli) - See also !FTPd [18:49] ... [18:49] !info ftp [18:49] ftp (source: netkit-ftp): The FTP client. In component main, is standard. Version 0.17-19 (karmic), package size 52 kB, installed size 164 kB [18:50] Got it, thanks! I've just never tried it from the cl before. [18:50] Bookman: i have, but I hate ftp so I'm not much help beyond that [18:51] No problem, I will refer to the manual. [18:54] Is there an easier way to transfer files between my local machine and my webhost? [18:54] Will scp work? I don't have remote shell access on the webhost [19:02] Bookman: you need ssh on their side to use scp or rsync afaik [19:04] i have ubuntu server installed; i installed sun's 6 java/jdk [19:04] I still get a java_home error [19:04] so in etc/profile i added export path=$path:/usr/lib/jvm/java-6-sun-1.6.0.16/bin/ [19:05] and i still get the error that java_home is improperly set [19:07] any ideas on how to trouble shoot this problem ? [19:08] hello, i am working with mdadm and was able to create raid, and copy files, but after restart the partition on the raided drives had been deleted, and the raid array was gone. Any ideas what is going on? [19:09] dassouki: Not sure about JAVA, but shouldn't the path be all capatlized? [19:10] ie PATH=$PATH:.... [19:13] anyone? [19:14] wack479: you mean you don't have /dev/mdX ? [19:15] Infra-red: it is in the file [19:20] dunno then... don't do much with Java. Google might have some help. First link I found talks about setting up several environment variables and not just your path. [19:22] aa [19:22] yaa [19:22] thanks .. [19:24] cemc: yes /dev/md0 no longer exists, and when i "fdisk -l" it says [19:24] cemc: "Disk /dev/sd* doesnt containt a valid partition table" [19:25] cemc: but partitions were there b4 the reboot [19:25] stange [19:25] you sure about that? :) [19:26] cemc: yeah, i had been working on it for a while, b/c i had some issues getting it to work, and it ended up being a software glitching with mdadm, the raid was working and mounted [19:26] cemc: even did some rsycn backups to the array [19:26] wack479: /proc/mdstat <-- first port of call for MD trouble [19:26] Then syslog etc. [19:26] hey again sherr! [19:27] Maybe /etc/mdadm/mdadm.conf [19:27] mdadm.conf is empty [19:27] Hey - Should be some indication of the problem somewhere ... :-) [19:27] agreed! [19:28] wack479: you had autoraid partitions defined on sda, sdb etc? [19:28] cemc: yep [19:28] wack479: then you mdadm --create ? the mkfs, and mount ? [19:28] cemc: yes mkfs ext4 [19:28] i believe [19:29] yes it was ext4 [19:29] you sure you created partitions on sda, sdb etc, and not used the whole disk in --create'ing ? [19:29] yes, did it separate using fdisk [19:30] those disks are real disks or some external storage or something else, could've they "disappeared" somehow? or did you active some hardware raid after reboot or something? [19:30] created partition, then changed type etc [19:30] did they get reinitialized maybe, I dunno, just guessing [19:33] no they are actual drives, and i can seem them from here [19:33] no didnt change anything in the bios [19:34] thats whats so weird === stelio is now known as cell0 [19:35] it's a mistery then ;) [19:35] did you try another reboot? are you looking at the right disks with fdisk? === cell0 is now known as cellZero [19:36] yes, and yes lol [19:36] Anyone know of good *nix network monitoring and analysis tools? [19:41] wack479: weeeelll... I would probably try to recreate the partitions with the exact same parameters as before, on one disk, and i would try to assemble the array in degraded mode (i'm guessing it's a raid1) [19:42] its raid 5 actually [19:42] umm [19:44] um? lol [19:47] kirkland: ping [19:47] wack479: I guess you can try the same with raid5 too, but I don't know, never installed a raid5 in linux [19:48] kirkland: i'm trying to set up an UEC testing environment, is there any way i can do it without real hardware? [20:11] exit === JanC_ is now known as JanC [20:20] jpds: did you ever take a peak at that link? [20:41] having trouble mapping an ubuntu samba share to a windows drive, what is the unc for this? [21:05] moneyshot: does it work using the ip addy? [21:08] wack479: he is also over in #kubuntu asking the same question and receiving help. [21:08] arch: k thnx [21:08] wack479: fwiw, the IP does work for him, but it is apparently not recognizing the share name. [21:09] hmm, interesting [21:09] gotta be a sbm settting [21:10] *smb [21:10] aye. sounds that way. share is configured, but not properly to be visible. [21:10] ^^^ that's my guess anyway. [21:11] yeah, mine too, only b/c i have had the same issues in the past, and its always been permissions, etc [21:11] lol too many times to count! never exactly right the first time i add a share! [21:11] lol [21:53] wack479: did you get the RAID stuff back? [22:15] !kvm [22:15] kvm is the preferred virtualization approach in Ubuntu. For more information see https://help.ubuntu.com/community/KVM [22:23] hello. I am running Ubuntu Server 9.10 on 2 machines and a Windows 7 Machine. I have 1st Ubuntu server using ICS to power the rest of my computers [22:24] i wish to have a counter strike server on ubuntu server 2 but am having problems forwarding ports =- anyone do this b4? [22:24] i can get the CS server to show on the internet tab using this "iptables -A PREROUTING -t nat -i eth0 -p udp --dport 27015 -j DNAT --to 192.168.10.2:27015" but it shows up 20 times [22:40] soren: what did you decide a more reasonable value for /sys/kernel/mm/ksm/sleep_millisecs to be? === dendrobates is now known as dendro-afk === lullabud_ is now known as lullabud [23:32] anybody know how to eliminate rom ubuntu 3 old installer packages from webmin