[00:47] does anyone know WHY stunnel is off by default? [00:49] mathiaz: there will be a meeting at UDS to pin down the final list of packages that go EOL in June. [00:51] * Added /etc/default/stunnel with a variable ENABLE. [00:51] ENABLE=0 by default since stunnel segv on some computer when all lines [00:51] are commented (Closes: #197663, #197615) [00:51] kees: any security reason why I stunnel might not run by default? [00:51] s/I// [00:55] pwnguin: errrm, dunno, I haven't used it much. [00:56] well, i guess i'll file a bug and see who calls me an idiot [00:56] heh [00:57] its handy for encrypting stuff like synergy [00:57] * kees nods [00:57] otherwise you're just broadcasting root passwords over the network; probably not a great idea [00:58] I always just used SSH for synergy [00:58] ? [00:59] i guess it's not quite the same [00:59] ssh -L something:localhost:synergy-port synergy-host [00:59] then connected synergy to port something [00:59] well, stunnel seemed easier for windows [01:00] anyways, bug filling time, then i leave work === stickystyle1 is now known as stickystyle [01:32] can u tell me if xen server works in ubuntu server 9.04 [01:41] NativeAngels, you will likely want to look here: https://help.ubuntu.com/community/Xen [01:41] ok [01:44] but will it work on 9.04 foxbuntu [01:44] NativeAngels, afaik [01:45] ? [01:45] NativeAngels, as far as I know [01:48] i get a perl error when i run xm create [01:48] NativeAngels, poastebin the error [01:48] pastebin* [01:50] http://paste.ubuntu.com/166418/ [01:51] NativeAngels, thought you said perl error? [01:51] sorry [01:52] python [01:52] how do i fix it [01:52] NativeAngels, sudo apt-update && sudo apt-cache policy python | pastebininit [01:52] then give me that url [01:54] sorry typo in that [01:54] NativeAngels, sudo apt-update && sudo apt-cache policy python | pastebinit [01:55] ugh [01:56] Im on a roll tonight [01:56] NativeAngels, sudo apt-get update && sudo apt-cache policy python | pastebinit [01:56] http://paste.ubuntu.com/166421/ [01:56] NativeAngels, yea, as I suspected [01:57] whats wrong [01:57] python version [01:57] you have 2.6 (which is default is 9.04) but xm is referencing 2.5 [01:57] how do i fix [01:57] you likely have a bug to report on xen, but in the mean time you can probably do this: [01:59] sudo apt-get install python2.5 [02:01] do i re run the xm create now ? [02:01] yeah...go ahead and try it [02:04] this is what i got foxbuntu [02:05] http://paste.ubuntu.com/166426/ [02:06] NativeAngels, did you sudo xm? [02:06] no [02:06] try it with sudo [02:07] i got exactly the same result [02:07] ok [02:08] sudo apt-get install python-xen-3.3 [02:09] it says already newest version [02:10] ok [02:10] sudo apt-get install --reinstall python-xen-3.3 [02:11] ok done foxbuntu [02:11] retry it now [02:12] same error as b4 [02:12] hrm [02:12] alright [02:14] what do i do now [02:14] NativeAngels, uname -r [02:15] 2.6.28-11-server [02:16] ah [02:17] your booted into the wrong kernel [02:17] hey guys, does the server use sysvinit or upstart? [02:18] NativeAngels, go through all o these steps exactly to ensure you are using the proper things: https://help.ubuntu.com/community/Xen#Install%20from%20packages%20(recommended) [02:18] hey, has anyone managed to get mod_xsendfile for apache working on jaunty? - anyone have a repository or package for it? [02:18] someone said to user 8.04lts [02:18] NativeAngels, what? [02:19] of ubuntu as it works on there [02:19] xen i mean [02:20] NativeAngels, I would go through the documentation step by step again to make sure you set it up exactly as it is documented to work [02:20] NativeAngels, xen has its own kernel, it doesnt run on top of the normal server kernel [02:24] anyone know how to setup openssh to use arcfour? [02:27] What is arcfour? [02:27] twb: http://www.psc.edu/networking/projects/hpn-ssh/theory.php [02:27] im not exactly sure [02:27] Oh, RC4. [02:28] ? [02:28] you know this? [02:28] -o Cipher=foo, where foo is whatever OpenSSH calls RC4. [02:28] That assumes OpenSSH ships with RC4 support built in. [02:28] You can also set that in your ~/.ssh/config (per user) or /etc/ssh/ssh_config (per host). [02:28] twb: not exactly sure what you mean by that [02:29] ahh can I? [02:29] sshd config? [02:29] its no server side? [02:29] No, it's a client-side option. [02:29] this is client config? [02:29] ahhhh [02:29] The ssh server makes a number of ciphers available, and the client picks the one it prefers. [02:29] whats the line in the client config [02:29] So in theory I suppose you could instruct the server to ONLY provide RC4. [02:29] so im running ubuntu 8.10 with openssh, arcfour available? [02:29] I don't know. [02:30] how would I try it? [02:30] This works: ssh -c arcfour fs pwd [02:30] fs pwd? [02:30] New bug: #373513 in mysql-dfsg-5.0 (main) "mysql fails to install" [Undecided,New] https://launchpad.net/bugs/373513 [02:30] fs is my file server's hostname. pwd is a command to run on it. [02:31] Another example would be "ssh -c arcfour mail.google.com -t mutt" [02:32] twb: PM [02:33] ssh -c arcfour -p 11011 -X -L 3306:127.0.0.1:3306 user@host [02:33] ? [02:34] it seems to work [02:34] i can connect, however Im not sure how to check [02:34] I would like to specify this in the ssh_config [02:35] ciphers [02:37] is there a good program to do visual scp? [02:37] storrgie: GUIs aren't supported here [02:37] pwaaahaha [02:38] i just didnt know if there was something that would have some ridiculous options on scp that I dont know of [02:38] im copying massive data over ssh [02:38] like [02:38] man scp ... it's amazing [02:38] i would like to do 25-50 GiB a day [02:38] don't use scp [02:38] what do you suggest? [02:39] I'm trying to create a boot script and getting: warning: /etc/init.d/./ejabberd missing LSB information [02:39] this is the boot script: http://dpaste.com/41995/ [02:39] any ideas? [02:39] storrgie: depends on the situation, explain more about it [02:40] giovani: its a box in another country, 100m connection... A group of individuals generating lots of data, would like to pull down a subset of that data for daily examination [02:40] ive been just sshing in to look around [02:40] but I would like to mirror some myself [02:40] storrgie: the data is entirely new every day? [02:40] typically, otherwise I would use git [02:40] i like git :D [02:41] storrgie, sounds like a good se case for rsync [02:41] is that encry? [02:41] uh, version control is not appropriate for this [02:41] rsync is a file transfer mechanism [02:41] if it was incrememntal changes... then yes [02:41] encrypt it if you like [02:42] how much of the data changes from day to day? [02:42] with ssh? [02:42] 1%? 10%? 100%? [02:42] no, with ssl [02:42] um [02:42] probably need about 10G a day to be really happy [02:42] why would you use a shell for basic encryption? [02:42] on heavy days [02:42] you're not answering the question [02:42] how much of the data changes from day to day? [02:42] im giving you a file size [02:42] it changes daily [02:42] i would need a subset [02:43] probably around 10 GiB [02:43] ok ... once again [02:43] not file size [02:43] 100% [02:43] ok [02:43] so use sftp or something [02:43] concerns about security... is that ok to use? everyone I hear says stay away from ftp [02:44] sftp uses ssh [02:44] ftp is just a protocol [02:44] ah, but then why not just use ssh transfer [02:44] it can be encrypted just like any other [02:44] it's better at some things [02:44] scp is better at other things [02:44] it depends on your needs [02:45] anyway, if you'd like to use scp -- go ahead [02:45] im not sure how rsync is a bad idea, have a cron script run each day to sync up the new and remove the old from the local machine, same thing we do for mirrors at Mythbuntu [02:45] think sftp would be faster for the massive amount of data we are using [02:46] foxbuntu: nobody said it was a bad idea -- but if there's a 100% change rate ... you're not gaining anything by using it [02:46] Both SFTP and (typically) rsync use SSH as the encryption layer. [02:46] giovani, no, not really but he was asking for a simple way to sync data each day [02:46] foxbuntu: sure ... why is rsync more simple than scp or sftp? [02:46] foxbuntu: it will be fine to manually select data [02:46] If the majority of data is unchanged, rsync will DEFINITELY be more wire-efficient than a pure SFTP/SCP copy. [02:47] are there any advantages to sftp over scp [02:47] twb: yes, we know, but we've already established that 100% of the data changes ... so, let's move past this [02:47] rsync will ALWAYS require more CPU and I/O time on both ends than a raw SFTP/SCP, but usually this extra cost is negligible. [02:47] storrgie: yes, a number [02:47] giovani: OK, sorry, I hadn't read back that far. [02:47] because im currently scp'ing and with sftp i will need to install something new, have another service, have more ports open etc. [02:48] storrgie: no ... no ports open, sftp uses ssh [02:48] If your data changes completely every day, I would advocate using scp -r with compression turned on. [02:48] ahh im listening [02:49] Both scp and sftp are enabled by default when you install openssh-server on Ubuntu, though the latter, at least, can be turned off. [02:49] ahh [02:49] Note that SFTP doesn't really have anything to do with FTP or FTP/SSL. [02:50] apparently sorry, one of the others is using sftp [02:50] just using the places>connect to server in ubuntu desktop [02:51] same transfer rate [02:51] I think the major issue is my ATT DSL to the box [02:51] something is really slowing it down [02:51] Try enabling -o BatchMode=yes in your scp/sftp invocation. [02:51] Another guy is on comcast gets 1.2m from the box at all times, we ATT people are getting 120K [02:52] storrgie: change provider, then. [02:52] well can I run something to jump through the hops and tell me where the issue is? [02:52] storrgie: you want to isolate the network latency? [02:52] storrgie: try mtr-tiny. [02:53] mtr-tiny ? [02:53] Yes. [02:53] storrgie, are you att people all on the same connectionnNNN? [02:53] foxbuntu: NNNN? [02:53] ugh there goes the keybord misfire again [02:53] Heh. [02:53] crazy arse keyboard I have... [02:54] no we are on different locations around USA [02:54] mtr-tiny not installed [02:54] isnt mtr installed by default [02:54] storrgie, what is your DSL down stream vs his cable down stream? [02:55] 600k vs whatever comcast is [02:55] with their speedboost and all that [02:55] well that explains it : [02:55] :) [02:56] your DSL is slow, not the server [02:56] Is 512kbps down normal for a US DSL line? [02:56] I think the slowest down stream comcast offers now s 5M [02:56] I'd have expected at least 1.5Mbps. [02:56] twb, in some places, yes [02:57] foxbuntu: ah, fair enough. [02:57] what about FISH? [02:57] FISH? [02:57] In some places, .au is still using satellite and 56kbps modems :-) [02:57] fish://@address:port [02:57] oh for the xfer [02:58] foxbuntu: I think he's talking about gvfs protocols [02:58] * foxbuntu got lost on the topic segway [02:59] im not familiar with fish? [02:59] should i drop that idea also? [03:02] rut oh [03:02] almost out of battery power [03:02] brb [03:06] i recently changed my servers name from emerald2 to emerald, but when i login it still says root@emerald2:~# [03:07] where do i need to make this change? [03:09] captainkirk: sudo hostname emerald [03:10] ok... seems to have worked.... thanks [03:15] p_quarles: that only changes it until you reboot. [03:15] captainkirk: in general, NEVER EVER EVER change a host's name after deployment. [03:15] hmmm is that the problem here.... [03:15] captainkirk: this is especially the case if you deal with LDAP. [03:15] twb: no ldap here (yet) [03:16] captainkirk: for a base install with no services, you need to update /etc/hosts and /etc/hostname, and run "hostname ". [03:16] But you will probaly find a large number of other places where the name is written in /etc or /var. [03:17] A way to avoid this issue is to always give a machine a unique name (e.g. "fred"), and then assign it roles (e.g. "mail" and "www") via DNS CNAME entries. [03:17] Then if you want to e.g. move the web server from fred to anne, you don't change fred's or anne's name, just the CNAME. [03:18] twb: server is still in testing, so i will go ahead and make the changes to the hosts files... i understand your additional comments re DNS etc... good advice [03:18] I suggest you grep -r emerald2 /etc /var [03:18] grep -rl, maybe [03:22] twb: this identified the ssh key only [03:26] hey guys, does anyone know if ubuntu server use sysvinit or upstart? [03:27] durt: upstart [03:27] second question then, anybody successfully replace upstart with sysvinit? [03:27] That is not supported. [03:29] ok, third question, anybody get bootlogging (userspace) to work with upstart? [03:30] Har har. [03:30] Assuming you're talking about bootchart-style "tell me what is making boot so damn slow" logging [03:31] no, I need a mechanism to log messages on boot that do not get logged to dmesg [03:32] You mean lines like "Starting web server... apache" ? [03:32] any message that happens before syslogd etc. starts up. [03:34] Basically there is no mechanism for that. [03:34] You could probably build one, with a little effort. [03:35] Actually, console=/tmp/foo.log might work for some of it... [03:35] with a little effort I could implement the two work-arounds but I'm being lazy :) [03:36] console logging is one of them [03:36] would that go in the boot: prompt? [03:36] Yes. [03:37] Well that sounds easy, I'll try it thanks. [03:39] I don't actually think it'll work, though :-) [03:50] has anyone installed alfresoc onto ubuntu server? [03:50] *alfresco [03:57] Never heard of it. [04:03] New bug: #373522 in samba (main) "samba failed in some way" [Undecided,Incomplete] https://launchpad.net/bugs/373522 [04:13] I wonder if 372737 is also 373522 [04:14] what is the command to enter to bring up the original installation options in ubuntu server.. [04:15] Is anyone aware of available vouchers I could use for LPI certification exams taken through Pearson VUE? [04:20] captainkirk: what installation options? [04:20] twb: like, to install LAMP, or LDAP or postfix [04:20] Regarding tasksel selections, I don't know. [04:20] dpkg --get-selections will list all installed packages. [04:21] debconf-get-selections (from debconf-utils) will list all answers to questions asked via debconf. [04:21] Note that these will include automatically installed packages / answered questions. [04:21] twb: tasksel is the one i was looking for [04:21] Hey folks, how can I see the hit/miss ratios when using webalizer to look at squid's access.log ? [04:24] twb: ... do you have a life outside of linux ...? :P [04:36] No. [04:37] People do? [04:50] Is there a script that allows me to change hostname permanently? /foo/changehostname.sh newname ? And it'll update nessacary files and activate it? [04:50] Saves me re-inventing the wheel [05:04] how do I create a network installable install package of ubuntu desktop, using a currently installed desktop as an example, and serve it via ubuntu 8.04 for network install? [05:22] Ok, so I'm running Ubuntu server on a webserver, and I recently gave a friend an account. I added both of us to a group called webmasters, and then changed the group of all the files in the /var/www directory to webmasters. I also changed all the permissons to 755 (I know, don't need executable, per se). He still can't write the files. Any ideas? [05:24] LinuxMercedes: what's the output of: ls -lh /var | grep www [05:25] drwxrwxr-x 9 nathan webmasters 4.0K 2009-05-07 22:28 www [05:25] drwxrwxr-x 9 nathan webmasters 4.0K 2009-05-07 22:28 www [05:25] drwxrwxr-x 9 nathan webmasters 4.0K 2009-05-07 22:28 www [05:25] drwxrwxr-x 9 nathan webmasters 4.0K 2009-05-07 22:28 www [05:25] oops [05:26] p_quarles: -d is your friend. [05:26] only one of those [05:26] p_quarles: ls -hld /var/www/ [05:26] I get nothing for that [05:26] twb: yes, I knew there was a better way it wasn't occuring to me [05:27] LinuxMercedes: what does "id" print? [05:27] uid=1000(nathan) gid=1000(nathan) groups=4(adm),20(dialout),24(cdrom),25(floppy),29(audio),30(dip),44(video),46(plugdev),104(scanner),109(lpadmin),110(admin),115(sambashare),1000(nathan),1002(webmasters) [05:28] Hm. [05:28] LinuxMercedes: and you say that "ls -hld /var/www/" prints nothing? [05:28] Uhh..no. Let me run that [05:29] It says [05:29] drwxrwxr-x 9 nathan webmasters 4.0K 2009-05-07 22:28 /var/www/ [05:29] I would try logging in as the other user and running touch /var/www/test -- then give us the error message if any [05:29] * LinuxMercedes is not new to linux, but is new to multiple users [05:30] p_quarles, ok [05:31] no errors... [05:32] ok...it's working for me now. [05:32] LinuxMercedes: the file is there, I take it? if so, nothing's wrong [05:32] yep [05:33] ok, it works on my side [05:33] Apparently there's something screwy going on on his side [05:33] so, what's different about the way the other person was attempting to write to this directory? [05:33] or maybe there's pebkac [05:33] I'm not sure [05:33] that's my first guess :) [05:34] yeah [05:34] Well, I'll give him the benefit of the doubt because he said he was really tired =] [05:34] Thanks for helping the newb out here =] === RoAk is now known as RoAkSoAx [06:11] whats up people [06:12] wizardslovak, the sky? [06:12] dark here lol [06:13] does that mean the sky is no longer up? [06:13] lol forgot not everybody here is from place like me hihi [06:13] yep , 1am [06:15] so how are you [06:16] tired [06:16] things are not getting accomplished :( [06:17] lol personal or linux oriented [06:18] I wonder if there's any distinction there for him, actually [06:18] hehee [06:18] foxbuntu: Or her, if you are of the female persuasion [06:20] damn tomorrow i gotta format my laptop [06:20] genii, not a chick sorry [06:20] i decided to use kubuntu only [06:20] lol horny genii [06:20] genii, also, there is not a distinction... [06:21] i just logged into server [06:21] and i see restart required [06:21] wizardslovak, sounds like you grabbed a kernel update [06:21] wizardslovak: I'm a eunuch [06:22] heh [06:22] hehe [06:22] genii, Im a programmer by my own definition [06:23] genii, http://wiki.foxmediasystems.com [06:23] uuuuuuuuu [06:23] * genii makes more coffee [06:24] genii: 2 sugars and little bit milk thx [06:24] wizardslovak: After I make it, it's "help yourself" [06:24] Ew, milk or sugar in coffee is Wrong [06:24] genii, i prefer red bull thx [06:25] twb: I agree. I don't like polluting my coffee [06:25] hmmm [06:25] * genii digs up a Red Bull for foxbuntu [06:25] then double expresso shot ;p;p [06:26] how to check if everything works in server? [06:26] wizardslovak, use it? [06:26] * foxbuntu is a smart ass [06:27] yea i updated from 8.10 to 9.04 [06:27] just want to check if everything works [06:27] usually the easiest way is to just check all your services [06:27] as in... [06:27] try it [06:27] well webserver works [06:27] if you run a web server, try hitting the page [06:27] ect [06:27] ect [06:27] ect [06:28] ok ok ok [06:28] heh [06:28] what about see what programs are running [06:28] ps ax [06:28] foxbuntu , u're sysadmin? [06:28] wizardslovak, yup [06:28] can i ask you a question? [06:29] is it on topic fo the channel? [06:29] well kinda [06:29] how do you become sysadmin? [06:30] wizardslovak, thats not on topic...if you want to chat, join #foxmediasystems [06:35] wizardslovak: you become a sysadmin by getting REALLY drunk, and waking up chained to a rack [06:35] lol [06:35] twb, don't give away all of our secrets [06:35] weird is i never got drunk in server room [06:36] And since it's your first position, the rack probably won't even contain rackmount gear [06:36] lol [06:37] hmmm [06:37] whitebox towers with razor-sharp edges that DEMAND BLOOD [06:37] lol [06:37] take glowes [06:38] twb: Good description.... [06:38] wizardslovak: I doubt they'd let you bring a bottle into most of the data centers I've seen. [06:38] * tonyyarusso just installed his first rackmount gear in his bedroom - is giddy [06:38] tonyyarusso: Hehehe [06:39] lol i used to do power lines for couple server rooms [06:39] just amazing to be in there [06:40] wizardslovak, I have been in some impressive data centers before [06:40] tonyyarusso: I once knew a girl who had most of a PDP in her basement [06:41] lol my bedroom is my server room [06:44] twb: PDP-9? 11? [06:45] I don't know [06:55] what are you people using for backup? [06:56] wishful thinking [06:57] Or in production, rsync with Solaris/ZFS (new) and rsnapshot (legacy). [06:58] amanda [07:00] wizardslovak: Attempting to use Bacula. That thing's crazy complicated to configure though. [07:01] well i am reading about backups [07:01] Step one: "You need them." ;) [07:02] i would love to have something what will backup every other day ,and replacing old file with new one [07:02] something "configure and forget" [07:02] Trust me, that's not actually the configuration you want. [07:03] Inevitably someone will say "Hey, turns out I messed up $file three days ago. Can you give me the backup please?" [07:03] To which you'll have to respond that all you have is a backup of the broken version. [07:03] well what would be good config? [07:05] You need at least two copies in rotation (ie Day 1 - make copy A. Day 2 - make copy B. Day 3 - make copy C, delete copy A). How many exactly and the timing of them depends on your local needs. [07:05] In our setup there are different rotation schemes for different directories, since some things change much more rapidly than others. [07:06] The best way to do it is to sit down with all of your users and find out how they are using files, and what their recovery needs would be. [07:06] I hate rotating tapes [07:06] * tonyyarusso doesn't use tape anymore [07:06] That's why I have an offsite RAID 5 array, which stores each incremental backup by using ZFS/hard links [07:06] Everything just goes on a TB HDD. Ideally we should have a more redundant solution, but that's the budget for this quarter. [07:07] tonyyarusso: ouch [07:07] tonyyarusso: you should at least get RAID1 [07:07] twb: It's a five-man business, so everything's pretty tiny so far. [07:07] Up until a few months ago there were no backups. Baby steps. :) [07:07] can i well can i use usb attached hda? [07:07] wizardslovak: sure. [07:08] Ours is at least eSATA, for speed, but USB would work just as well. [07:08] well thats just for study purposses for now [07:08] so even dvd will be fine [07:08] what software do you use? [07:08] scrollback is your friend. [07:09] I even highlighted you! [07:09] bacula [07:09] sorry [07:09] tonyyarusso: Making everyone work tonight, eh? ;) [07:09] you betcha [07:10] what do you use BAT or BWEN [07:11] BWEB [07:11] Isn't amanda/bacula kind of overkill for a five-man 1×1TB backup? [07:12] may as well start off doing it right [07:12] twb: Very much so, but I was advised to learn the real way now so I don't have to later. [07:13] Possibly by ajmitch :P [07:13] unlikely [07:14] upload all your private data to an anonymous ftp server, I say ;) [07:14] tonyyarusso: We had a cute script one of the old guys wrote, at each login of a user it cached the ~ and at logout did a compare between actual and cached, backing up any differences. Worked pretty good [07:14] genii: sounds like it could be slow for large home directories [07:14] much like NT's roaming profiles mess [07:15] ajmitch: At that time we limited them to 2Mb. Nowadays we took quotas off [07:16] is it possible to set for bacula to send backed file to other computer? [07:19] hi, if i wanted to make the login based on domain, do i have to change workgroup to domain in ldap.conf ??? [07:19] yes [07:19] wizardslovak: Bacula is a multi-level client-server setup. [07:20] i mean instead of ,burning on cd/hda , send file over LAN to other computer [07:28] Yeah, so do I. [07:28] Soon we'll be setting it up to back up files from a client computer in Connecticut onto our server here in Minnesota. [07:33] tonyyarusso: hi, if i wanted to make the login based on domain, do i have to change workgroup to domain in ldap.conf ??? [07:40] Don't know LDAP yet. [07:58] has anyone here got xen working on ubuntu 9.04 server ed [08:27] hey.. I have trouble with iscsi client :P [08:28] basically iscsi stuff gets started before networking is up :( [08:28] how can I change the order of the services and set iscsi stuff depending on the networking? [08:30] plaes: Not sure how to do it myself, but I think "man update-rc.d" is what you're looking for. [08:30] plaes: You need to get open-iscsi to start after rcS.d/S40networking. [08:31] plaes: Are you using iscsi to access /usr or / or similar core parts of your filesystem? [08:31] with what command i can see what proccess has opened smt at some partition [08:32] kinnaz: lsof | grep /path/to/partition [08:32] jpds, tnx [08:32] soren: / [08:33] kinnaz: Might have to run it as root to see certain stuff tho. [08:35] plaes: Then you're screwed. [08:35] it works manually... :) [08:35] How? [08:37] soren: sorry for delays, I'm relaying for the friend who cannot use IRC :( [08:37] ugh.. it get's mounted under /iscsi [08:38] "it"? [08:40] ugh.. dunno, the guy has something messed up.. [09:11] soren: it was basically bug 227848 :( [09:11] Launchpad bug 227848 in open-iscsi "boot order wrong for iscsi" [High,In progress] https://launchpad.net/bugs/227848 [09:12] Not if he's trying to mount / using iscsi. [09:12] Then he's got an entirely different set of problems. [09:12] he tried to well, this was miscommunication [09:12] it goes under /iscsi [09:12] hrm.. [09:12] not / but /iscsi [09:42] has anyone encountered error wxport not found while sudo-ing [09:42] strange thing is i dont have any xorg installed and it seems to be related to xorg [09:48] What's the exact error message? [09:48] and the exact command line you're executing? [10:06] whats the best free hosting panel [10:31] anyone here managed to use unionfs to create a mirror?ie two writeable branches that are *both* written to on each write. [11:07] thefish: no. That is not what unionfs does. [11:08] thefish: if you want that, you need to write a different fuse driver. But using RAID1 would be far easier. [11:42] twb: it needs to be per directory, i dont have the option to use volumes [11:43] what fuse driver? [11:43] unionfs is a fuse driver [11:44] and what "other" fuse driver would you recommend [11:44] You would have to write one. [11:44] haha [11:44] It's not hard, provided you know C. [11:44] and you have time [11:44] It'd only be about 100 lines long. [11:44] of course [11:44] Sorry, 500 lines [11:45] thefish: alternatively, you can pay someone to write it [11:45] thefish: but AFAIK there is currently no way to do dir-level mirroring. [11:46] cool, cheers [12:21] does ubuntu 8.10 have ext4 support ? [12:22] *9 even [12:22] 9.04 has ext4 support. [12:23] okey [12:23] just looking at some tests, seems to give nice benefit with write speeds [12:26] kinnaz, make sure your box doesnt hard shut down for any reason though [12:26] its "weak" like reiser ? [12:32] it holds its buffers longer between writes (iirc 15 seconds), so you may wind up with 0 length files [12:32] there a bug on launchpad if your interested enough ;) [12:32] ubottu, ext4 [12:32] Sorry, I don't know anything about ext4 [12:32] ubottu, your a useless bot :( [12:32] Error: I am only a bot, please don't think I'm intelligent :) [12:38] ubottu, ext4 is a recently released filesystem, available in Ubuntu 9.04. Be careful to keep your power running though: https://bugs.launchpad.net/bugs/317781 [12:38] Launchpad bug 317781 in linux "Ext4 data loss" [High,Fix released] [12:41] Kamping_Kaiser: Yeah, but, that's been fied? [12:41] fixed* [12:42] jpds, if you've got an updated kernel, yeah. kernels probably been in the archive long enough to assume people have it i guess, but its still worth a warning imo [12:42] jpds, in my mind ext4 still needs the 'new fs' warning flag anyway ;) [12:50] who runs server without ups ? [12:51] simplexio, people on a budget, or who havent thought about it hard. [12:51] * Kamping_Kaiser only just got his servers onto ups [12:55] well if you dont have ups, then you shold use fs that dosent cache writes, or just disable them. assuming that you need system which dosnt loose data [12:56] but agree, for some budget home server ups is needed, is recommended [12:57] and if you dont happen to have ups, its much better use ext2/ext3 than ext4 or xfs. no experince from other fs [14:31] I have a boot script that workes on 8.10 but doesn't work on Jaunty http://dpaste.com/42109/ [14:31] any ideas? [14:31] Why does it not work? [14:32] when I run sudo update-rc.d /etc/init.d/ejabberd defaults 30 [14:32] I get a warning. something about lsb [14:33] and the server is not started on boot [14:33] whats the exact error, what exactly did you expect? [14:33] Kamping_Kaiser: I'll run it now and paste the error. a sec [14:33] * Kamping_Kaiser wonders if you could be a bit more vague and hand-wavy about asking for help :\ [14:33] cheers [14:34] you are right. sorry === asac_ is now known as asac [14:35] this is the warning http://dpaste.com/42112/ [14:38] Might not be the problem but you have four '#'s for begin instead of three :) [14:39] jpds: where? [14:39] jpds: ok. deleting one [14:39] Line 5: #### BEGIN INIT INFO [14:40] jpds, its a comment [14:41] benc, did you see the wiki page? [14:41] Kamping_Kaiser: $lsbinfo{'found'} = 1 if (m/^\#\#\# BEGIN INIT INFO$/); [14:41] jpds: now I don't get the warning but it gives me help as if it didn't perform anything: http://dpaste.com/42114/ [14:41] jpds, where did you see that? :o [14:41] ah, theres the 2nd paste [14:41] benc: Try: defaults [14:41] Kamping_Kaiser: yes but can't understand [14:42] Kamping_Kaiser: /usr/sbin/update-rc.d [14:42] jpds: :) [14:42] jpds: thanks [14:42] No problem at all. [14:42] jpds, {invoke,update}-rc.d ftw [14:43] Kamping_Kaiser: Absolutely. [14:43] are you still talking about my script? do I have more errors? [14:43] benc, I'm supprised theres no ejabberd init script shipped [14:43] Kamping_Kaiser: there is with the package but I had to build from source [14:44] Kamping_Kaiser: and the directory structure when installing from source and from a package are different [14:44] benc: There used to in Hardy, that's for sure. If it went missing, that's probably a bug. [14:44] soren: there is a boot script in the package. but I'm building from source [14:45] soren: I couldn't just copy the boot script from the package because the directory stucture is different [14:45] benc: http://packages.ubuntu.com/karmic/amd64/ejabberd/filelist [14:45] benc: ...very clearly shows it. [14:45] ah === MTeck is now known as MTecknology [16:08] is it possible to hide users from each other? [16:09] i want it be difficult to discover who else is using my system for regular users [16:11] yes, but i cant tell you how [16:12] i'd rather say, it's damn near impossible, unless you want to spend hours over hours. [16:13] there are a lot of different ways of figurting out, who's using the system, which are all accessible for non-root users. [16:14] the only "proper" solution i can think of, would be restricting access to proc- and sys-fs and various system calls. [16:14] but this would severely curtail a users freedom, or even make the system unusable. [16:15] (just an educated guess, though) [16:17] romme, i'm quite certain there is no perfect solution to this problem. how difficult do you want it to be, though? [16:18] Hecate: at least i don't want him to be able to list contents of /home [16:18] at least one problematic user [16:19] i have a bad "policical" situation in which one particular user shouldn't know another user is hosted here [16:19] does that user have shell access? [16:19] yes [16:20] that makes it quite difficult. [16:21] one cannot just change the DAC permissions on /home, since you need read access to the parent folders, to have access to the subfolders, as well. [16:21] hmmph [16:21] i think i fould a "solution" [16:21] selinux/apparmor? [16:22] i can try moving the problematic user ouf of /home into / [16:22] worth a shot. [16:23] you'd still need to use ACLs to specifically deny that very user access to /home [16:23] it all woudn't happen if i didn't share a server with my girlfriend [16:23] * romme reads mans on Access Control Lists [16:24] so i assume, the access-restrictions should be as stealth as possible, too, in order not to offend her ... [16:25] then i just hope, she's not too skilled, since there are - as i already said - plenty of ways, to determine which users have accounts/home-folders/access/etc. on/to a system. [16:25] all she'd have to do is read /etc/passwd, for instance [16:26] my recommendation, romme, just obfiscate the username of the user you'd like to hide. [16:27] simple, yet effective. kiss. ;) [16:27] http://en.wikipedia.org/wiki/KISS_principle [16:28] no, she's not skilled. she can only use a file manager and the contents of /etc would scare her [16:31] I have been setting up a PXE cluster and two of the machines I am installing use different nic drivers than the others, can I add a flag to the kernel boot flags to tell it to load the driver for that particular nic before continuing to boot the system, I really do not want to recompile the entire kernel for this. I have an initrd image. [16:34] dmhardison: why dont you add the drivers to initrd image? [16:35] jmedina is there a simple way I can do that? [16:35] dmhardison: what about reading man mkinitrd? [16:36] alright. [16:36] mkinitramfs [17:06] I've added sky2 to this modules initramfs configuration file, and when I update the initrd image, it still does not add it, why!? it is in the modules directory of the system [17:09] how do I restart bind? [17:15] nm got it, just made a whole new image. [17:16] good [17:25] kirkland: ping [18:15] don't yell at me, but is there a package that contains rpm-build? [18:15] nope [18:16] carp and bass [18:16] afaik, rpm-build is just alias for rpm --something [18:16] but i could be wrong... [18:17] I'm trying to install Ubuntu server, but it keeps trying to go gui and my monitor won't display that resolution [18:17] how can I force into text mode? [18:17] I believe you are correct sir [18:18] rpm -ba works on RH.. but is unknown option on ubuntu [18:18] 's rpm [18:18] oh well [18:18] duvnell: I use dpkg -l | grep foo [18:18] for ubuntu [18:18] obviously, replace "foo" with what you're looking for [18:19] shiruken: ubuntu server doesn't have GUI [18:19] but that only lists what's installed [18:19] so does rpm -ba [18:19] ivoks: then it must be a textmode vga= option [18:19] hrm [18:19] shiruken: when does it fail? [18:20] essentially, I can get the kernel verboseness going on, but then at the end of post [18:20] end of kernel post [18:20] it throws it into a resolution my monitor can't handle [18:20] shiruken: are you sure it's ubuntu server? [18:20] I see syslogd [18:20] yeah [18:20] shiruken: ubuntu-server doesn't change resolution, it just starts ncurses based program [18:20] ubuntu 9.04 non-server installs fine (using the gui oddly enough) [18:21] shiruken: then it's not the resolution that's the problem [18:21] um, it is [18:21] shiruken: which monitor/vga card is that? [18:21] we can go back and forth on this, I've been installing ubuntu-server for a while :) [18:22] dell 19" monitor on a ati radeon x300 [18:22] so, once kernel finishes, your monitor reports unsupported resolution? [18:22] I have alternatively, thought about install ubuntu 9.04 without X11 [18:22] but I couldn't figure out how to do that [18:23] ivoks: yes [18:23] shiruken: have you tried cltr+alt+f2? [18:23] yes [18:23] ctrl-alt-f1-7 [18:23] what does ctrl+alt+f1 shows? [18:23] ctrl-alt-backspace too [18:23] nope [18:23] nada [18:23] f2? [18:23] I was hoping to get at least a console [18:23] nothing [18:24] just the same resolution not supported [18:24] on f2 is a console in the same resolution [18:24] f1 is also a console, though [18:24] with ncruses program [18:24] i'm puzzeld [18:25] yeah, me too [18:25] have you tried removing 'quite' optiong from boot arguments? [18:25] yes [18:25] quiet [18:25] that's how I got the kernel verbose messages [18:26] and can see it going then a line with syslogd in it and nothing after that [18:26] does ctrl+alt+del resets the machine? [18:26] I do wonder if I should set a vga= option [18:26] yeah, it does [18:26] though, I smash it a few times in frustration :) [18:26] very strange [18:26] so I could see if once would be enough [18:27] maybe it needs bigger resolution than the one console has [18:27] totally [18:27] try vga=791 [18:27] I was thinking of doing that [18:27] ok, I'll be back [18:27] or 794 [18:28] or "ask" [18:28] 791 is 1024x768 [18:28] that should work [18:28] I'll try all 3 unless one works before the 3rd [18:28] 794 is 1280x1024 [18:28] yeah, 300 is 640x480@8 [18:29] k, brb [18:34] yeah, that worked [18:34] I thought it might [18:34] which one? [18:34] probably both [18:34] 791 [18:34] prolly, all 3 would [18:34] but, I stop at the first one that works [18:34] might want to have that as an install option [18:35] in the menu, the one with expert mode, and noapic [18:35] i think it is... [18:35] it's not [18:35] Fsomething [18:35] I was kinda expecting it under f4 or f6 [18:35] but then, I have alot of residual learned behaviors [18:36] heh [18:37] thanks for the help, ah you're in Zagreb? [18:37] yes [18:38] cool, my friend Miro lives there, he's a programmer type [18:38] anyhow, thanks for your help again [18:38] Miro lastname? [18:38] np [18:38] Miroslav Silovic [18:38] ah, don't know him [18:39] * shiruken nods [18:39] well, zagreb is a big place [18:39] ok, off to configure this server [18:40] ok, take care [18:45] hey, I have recently set up a server with a lamp stack that was auto-installed when i installed virtualmin/webmin. i have lost root access on localhost... [18:46] when i try to log in via mysql i get... [18:46] ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) [18:47] i can log in remotely, just not local :S [18:48] so where is the problem? [18:48] system login or mysql login? [18:48] they are not the same root user [18:49] mysql login [18:49] i think the issue is i have several users with the same name [18:49] i was trying to get remote logins working and i ended up writing something like GRANT AL database.* 'root'@'%' [18:49] so i think that made a new user that can only access that db [18:52] ahh, nope i have cleared all permissions... [18:52] any idea which might be better - install ubuntu-server 9.04 beta & then update or download ubuntu-server 9.04, install that, & then update? [18:52] i tried to remove rthe duplicates and removed too many. how to insert new privlidges with no mysql access? >.< [18:53] root doesn't even have access? [18:53] nope [18:53] mega balls-up [18:53] philsturgeon: can you stop mysql server? [18:53] ouch [18:54] philsturgeon: then access from outside [18:54] philsturgeon: and add root user with localhost as hostname :) [18:55] ivoks: i lost remote too [18:55] then you'll have to stop mysql [18:55] dpkg-reconfigure mysql-server-5.0 [18:55] philsturgeon: you can reset mysql perms, but you need to stop and start mysql [18:55] if i reconfigure i may b reak virtualmin [18:56] jmedina: i have stopped mysql [18:56] you won't breake it [18:56] you'll just reset password === tuxlinux_ is now known as tuxlinux [18:57] oh, right [18:57] backup first, of course :) [18:58] jmedina: ran the command, it asked me to enter password and confirm twice in a row [18:58] errord the 2nd time [18:58] then gave same error ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) [18:59] then the hard way [19:00] http://ubuntu.flowconsult.at/en/mysql-set-change-reset-root-password/ [19:01] bah screw it, quicker to rebuild the server [19:01] thanks anyway guys :) [19:02] khm.. [19:02] how is it quicker? [19:02] its a mosso cloud server installed yesterday :) [19:02] may even have a "post virtualmin" backup [19:04] yup, backup indeed. problem solved [19:15] hello I have an ubuntu server in a vbox configured in bridged mode. I can ping all the computer on my subnet except the gateway [19:15] the subnet is 192.168.1.* [19:16] I can ping 192.168.1.11, 192.168.1.12, 192.168.1.13 but not 192.168.1.1 [19:17] where i can ping 192.168.1.1 from the host [19:17] so I don't understand what could prevent me to ping the gatway. [19:21] i have set up a new cloud server that has only an ip address, now i am wondering how to attach domains [19:22] :| [19:22] attacha domains? [19:22] i plan to have several servers on my domain serverofdoom.co.uk [19:23] if i use dynamic dns then i can set this domain on no-ip.org i can point a sub-domain to this ip right? [19:23] then how to set up name servers on virtualmin? [19:25] man resolv.conf [19:25] =) [19:26] i would suggest at least 1 external DNS unless you really don't care whether visitors get strewn to the bit bucket when you go offline [19:27] im setting the domains up with namecheap, i can use their nameservers and enter them in the config here? [19:29] my last place of employment surprised me... they had all this redundant stuff, all in the same data center, & both DNS were in the data center... power died & fried something to do with the dedicated incoming power line causing brownouts... discovered both DNS were in the data center so we couldn't even reroute people to a "yes we know we're offline" page [19:29] yeah, should be able too [19:30] philsturgeon: you can use namecheap nameservers or you can setup your own dns server with bind9, and probably you can ask your ISP to be a slave dns server for your domains [19:31] pteague: read ubuntu server guide for information about setuing up a nameserver [19:32] jmedina: 1 of the many reasons why i left [19:33] pteague: sorry, the messages was for philsturgeon [19:33] pteague: that is a common case for DNS [19:33] :) [19:33] they even add RAID1 to their servers :D [19:35] a lot of redundancy....... [19:35] useless [19:42] jmedina, raid1 can save your butt, one day ;) [19:42] Hecate: yeap, they had a server in degraded mod for a year [19:42] they only ignored all the alarms from nagios jajaja [19:43] well, a common raid1 doesnt save your butt twice ;) [19:44] but iff ppl do no realize that, its their own fault ... natural selection. [19:46] Hi, i want to backup a web server + mysql daily. which solution do you suggest? [19:46] Pardon, i have to backup a web server + mysql on another server [19:47] just the files the web server serves + the databases? [19:47] or the entire box, celephais? [19:48] Hecate, only files served + database [19:48] mysqldump + tar [19:49] mysqldump --all-databases [19:49] and if i were you, i'd rather use dar instead of tar [19:49] Hecate, how do i send it to the backup server? [19:49] incremential/differential backups can save you a lot of space. [19:50] piping it through ssh? [19:50] rsync file user@backupserver:/backups/ [19:50] Hecate. ok thank you. But, just to know, if i were to backup lots of server which way do you suggest? [19:51] * jmedina sugests bacula [19:51] ok thank you [19:52] i dont knwo bacula, but if it concentrates most of the configuration on a single machine (to keep the amount of work caused low), it's good. [19:52] configuring every server you want to back up to have it make backups regularly and upload them to a different box, causes lots of work. [19:52] I use bacula to backup linux, unix and windows servers [19:53] it can do incremental, differential and full backup [19:53] full backup catalog [19:53] particularly if you make only a tiny change to the config, which you'd have to apply to all the servers ... [19:53] compresion, backup integrity checks, [19:53] secure communitcation with remote servers [19:53] you can encrypt your backups [19:54] ok , thank you all very much [19:54] you only need to install a agent software in the server you want to backup [19:55] that sounds like the piece of software, i've been looking for, quite a while now. [19:55] jmedina, can it backup extended attributes? [19:55] Hecate: sure [19:55] acl,user_xattr [19:56] selinux attrs? [19:57] mm not sure about it [19:57] I dont use selinux [19:58] but you can always use post and pre backup scripts [19:58] i suppose, it does support them as well. [19:59] probably got ext34 ea-supoort built-in [20:00] bacula 3 has much better acl support [20:05] jmedina, does it store the backed up data in a (mysql|postgresql|sqlite) database? just read, that it requires on of the three. [20:05] Hecate: just job records [20:05] alright, thanks. [20:05] data is backup in files, tapes, dvds [20:05] definitely gonna drop that one down on my useful software disk- [20:05] *list [20:05] you can have different pools [20:06] Hecate: it has a console tool [20:06] in command line, gtk, and new qt based bat, witch rules [20:07] you can instala bat in admin workstation and manache remote bacula [20:07] good notification system [20:07] stop ... you already convinced me ;) [20:07] jajaja [20:09] Hecate: -*10..... [20:09] i beg your pardon ... [20:09] sorry, I was cleaning my kb [20:10] kk [20:10] using webmin/virtualmin how can i park one domain onto another? [20:26] hi guys, ive recently installed ubuntu 9.04 server on a g3 dl360 server with a i5 raid card ... 2 x 72 u320 scsi disks ... and im noticing a very high iowait times doing simple tasks, the system seems very sluggish and impossible to multitask .... ive read around this may have something to do with the latest kernel running at the moment? any recommendations on understanding a very high iowait time? [20:33] alex12 you can check whois doing i/o [20:33] iotop [20:33] iostat [20:34] pidstat [20:57] How can I enable multiverse for a single package? I'm having trouble finding documentation for that.. Thanks in advance! [21:01] CharlieSu: You can't. [21:02] soren: I'm running 8.04 and would like sun-java6-jdk but that is it.. No options for that? [21:03] CharlieSu, download the package from packages.ubuntu.com and install it manually. [21:03] Sorry about htat.. did you say something? [21:04] Why not just enable multiverse? [21:06] multiverse is bad. it will fuck up your box beyond repair. it can be easily compared to the dark side of the force. no way back. ;) [21:07] does anyone know how to disable ipv6 on 9.04 ? [21:07] yml. not possible. its built-in. [21:08] because i tried the techinic describe there http://ubuntuforums.org/showthread.php?t=87798&page=15 [21:08] without success [21:08] Hecate: that would explaing why [21:08] yml, setting a drop policy for all three netfilter chains with ip6tables will pretty much disable it. [21:08] that's what i did. [21:09] the pb for me is this [21:09] ipv6 used to be a kernel module (in versions < 9.04, now with it being built-in, there's no way i know of to disable). [21:09] On Linux hosts, functionality is limited when using wireless interfaces for bridged networking. Currently, VirtualBox supports only IPv4 over wireless. For other protocols such as IPv6 and IPX, you must choose a wired interface. [21:10] hi guys, i've got a question, is it possible to install the ubuntu server on a 2gb CF Card? [21:10] this is an extract from the virtualbox documentation [21:10] CharlieSu: Why not just enable multiverse? [21:11] In french it means that the guest computer cannot acces internet if the host has IPV6 an is connected to the network using the wifi [21:12] Hecate: Err... Not true. [21:12] Hecate: sysctl -w net.ipv6.conf.all.disable_ipv6=1 [21:12] Bam. [21:13] ahhh. [21:13] good to know, thanks. [21:13] It can also be done on a per-interface basis, of course. [21:13] soren: I did.. Thanks.. Do you know how to get around the sun license agreements when installing? I'm trying to do it automated [21:14] soren: I imagine then then I need to reboot ? [21:15] yml: No, no. [21:15] yml: In fact, if you do, it'll be reset. [21:15] yml: If you want it to stick, add it to /etc/sysctl.d/ somewhere. [21:16] soren: it doesn't seems to work : http://dpaste.com/42233/ [21:17] yml: And you claim you've set that value correctly? [21:17] soren: i copy paste from this window [21:17] CharlieSu: Something like: echo debconf shared/accepted-sun-dlj-v1-1 true | sudo debconf-set-selections [21:18] jmedina: thanks, but the problem is really bad disk i/o ... [21:18] yml: Sorry, what? [21:18] only 30megs per sec [21:18] when a sata disk can do like 60mb/s [21:18] I did : sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 [21:18] and then what is in the link I have posted [21:19] *shrug* Does it still actually /do/ anything regarding ipv6? [21:19] alex12: What are you testing, specifically. [21:19] ? [21:19] http://dpaste.com/42235/ [21:19] soren: using dd .... etc [21:19] alex12: "specifically" [21:20] soren: secondly im doing a big import of sql - around 10gb of data ... and its doing it dog slow, [21:20] and doing other tasks at the same time like installing iotop [21:20] is dead slow... [21:20] and sluggish [21:20] like just sshing into the box takes like 25-30secs for a response for a login prompt [21:20] yml: Right. Does it still /do/ anything regarding ipv6? [21:21] alex12: That could be lots of other things, though. [21:21] alex12: DNS, for instance. [21:21] well right now im @ 40% io wait, some sur some sys, and rest idel ... [21:21] soren: sure i understand that, lets ignore the ssh slowness for now [21:22] just trying to figure out why other tasks while doing this sql import is sluggish, and swecondly [21:22] why the import is dead slow... [21:22] iostat only shows 3mb/s [21:23] http://www.youtube.com/watch?v=lZed9-OjR6k [21:23] like right now with iotop im seeing mysql being the only proces doing something [21:23] but top shows iowait of 50% [21:23] wtf? [21:23] and its only doing like 100-150k/s [21:24] That does sound odd. [21:24] alex12: Have you tried bonnie++ by any chance? On an otherwise idle system, of course. [21:24] bonnie/ [21:24] ? === dayo is now known as dayo_changed_his === dayo_changed_his is now known as dayo [21:25] alex12: Yes. [21:25] i havent no, ill check it out [21:25] what is it? [21:25] bonnie++ - Hard drive bottleneck testing benchmark suite. [21:26] ill install it [21:42] no one is working on the vsftpd merge? [21:42] Adri2000: I thought you were :) [21:44] I am :) just wanted to make sure I'm not duplicating work [21:44] comment added on MoM [21:56] soren: im seeing crap io on the hdd using bonnie [21:56] its like it spurts and splorts in iotop aswell [21:56] but iowait remains solid [21:56] this is fustrating :( [21:59] alex12: what's your free memory look like? [21:59] how far are you into swap? [21:59] nothing in swap [22:00] its a pure iowait issue, im finding it hard to nail [22:00] yes, but swap issues become iowait issues :) [22:00] it [22:00] [21:49] * timburke (n=timburke@unaffiliated [22:00] anyway I was just ruling that out [22:00] http://pastebin.com/m1eed6964 [22:00] surer [22:00] thats my free [22:01] bonnies writing really slowly .... [22:01] im on ubuntu 9.04 with 2.6.28-11-server [22:01] im thinking of rolling my kernel back [22:01] into the stone age to see if that makes a difference [22:02] yes alex12? [22:02] ? [22:02] [21:49] * timburke (n=timburke@unaffiliated [22:02] sorry, mispaste [22:03] alex12: this is a sata drive, right? [22:04] hp dl360 g3 - i5 controller - 2 x u320 scsi drives [22:04] ahh [22:04] hw RAID1? [22:05] yeap [22:05] I wonder how much that affects the throughput for just flat-out writing to disk when the cache can't help much [22:06] unsure [22:06] ya, would be difficult to test, as well [22:06] i shouldnt be getting 1-2secs of no writes, then maybe 100-150K/s writes for a few secs, then maybe 1 sec of 4MB/s wrtie, then back in circles [22:06] io wait all this time is like 40-60% [22:06] getting any interesting scsi errors in dmesg? [22:07] nope [22:07] looks clean... nothing since 20secs from boot [22:08] maybe boot from, say, a knoppix 5.x cd. should have support for HP controllers and you could test IO from that and rule out the kernel revision [22:08] I dont like hardwae raid, hard to debug when you dont have a linux tool [22:09] hrm ok ill give that a shot [22:09] how would i downgrade the kernel anyways? [22:10] that's tougher... might have to downgrade the OS depending... but if you seem to get to that point it might be worth filing some sort of bug against the module [22:10] especially if you get an older ubuntu live cd (say 8.10) and also don't see the problem [22:10] then it would classify as a regression and would be easier for people to test [22:11] ok well im downloading knoppix and ubuntu 8.10 now [22:12] also, both should have the ability to run apt-get from ramdisk so you could install bonnie if you needed to [22:13] ok [22:17] im noticing in iostat -k -x 1 [22:18] that await is sitting around 220 [22:18] %util is @ 100% aswell [22:31] How do i install plesk? [22:32] .... [22:33] Ok how do i install plesk? [22:34] greenfly: changed some bios options, rebooted, and started the import again ... [22:34] jman888888: plesk is not opensource, you better ask to plesk people as part of your support [22:34] iostat -x shows 6-10% util ... io wait is 1-2% ...... cached memory is slowly increasing.... [22:34] i wonder when cached gets full ill loose all performance... [22:35] alex12: I could see the import giving you half the performance you expected since it has to read in some chunks, process them, write them, then repeat [22:35] iotop and iostats shows writing/reading @ 4MB/s [22:36] i turned HT off, and set the system to "io performance" [22:36] rather than "memory performance" [22:36] whatever the f that does... [22:36] still reading and writing @ 3MB/s ... systems chugging away with strong user% ... low io wait @ 1-2% [22:37] %util in iostat is 5-10% ... [22:37] await is 2 [22:37] that was like 200 before [22:44] ok running out of cached now... [22:44] er free memory i mean [22:47] ok wow, im getting great stuff on bonnie now [22:47] 30MB/s now./... [22:48] now great but lots better, during the mysql import ... [22:48] :O [22:48] await is high [22:48] alex12: so what changed? [22:48] rebooted, and changed some bios settings: [22:48] [22:36] i turned HT off, and set the system to "io performance" [22:48] [22:36] rather than "memory performance" [22:48] :O [22:49] during bonnie, await in iostat is 140->400 and util is 100% [22:49] which is expected ... [22:49] while bonnie is running, everything else is bogged down.... [22:50] must be stressing the disks hard [22:54] hello can anyone tell me what port ssh uses on a guest machine [22:54] for xen [22:55] NativeAngels: the same when running in native, unless you change it [22:55] hmm [22:55] you can verify with "netstat -pltn | grep sshd" [22:55] im getting timed out [22:56] of course in the server [22:56] when i ping the guest machine i get destinatin host unreachable [22:56] NativeAngels: do you have access to Dom0? [22:56] im using putty [22:57] what do you mean [22:59] this is the setup jmedina http://paste.ubuntu.com/167188/ [23:01] did you get that jmedina === yml_ is now known as yml [23:03] NativeAngels: connect to xen1.example.com with something like: [23:03] # xm console xen1.example.com [23:03] login as root [23:04] and check ssh is running with [23:04] netstat -plutn [23:04] if not, install it [23:05] Ok(JGB Was AFK) Whats a great oss Cpanel? [23:12] this what i got after xm console jmedina http://paste.ubuntu.com/167232/ [23:12] something wrong with initrd or kernel modules .. [23:13] does your guest have the correct /lib/modules version (same as you set in you cfg) ? [23:13] NativeAngels: that is all? [23:14] NativeAngels: try to kill the machine and start it again [23:14] xm destroy xen1.example.com [23:14] and xm create xen1.example.com -c [23:15] jmedina, greenfly: bonnie did well: sql1,10000M,,,31599,15,17739,8,,,52860,16,577.7,1,16,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++ [23:15] thats during a sql import :) [23:15] hrm ill just leave it as is then [23:15] maybe it was that bios option ...