[12:36] According to http://www-128.ibm.com/developerworks/aix/library/au-satslowsys.html?ca=dgr-lnxw01QuickUnix, vmstat's first r and b column are the number of processes in runtime, and the number of blocked processes waiting for I/O resources, respectively. However, man page on vmstat for r and b says: r) The number of processes waiting for run time. and b) The number of processes in uninterruptible sleep. ... I do think there is a difference. Which ... [12:36] ... description is more accurate? [12:39] b [12:40] shawarma: The man page or the web page? [12:40] r counts number of processes in a runnable state, not the number of processes actually running (which is severely limited by the number of processors). [12:41] foo: Ah, by bad. I pick door number two. [12:41] foo: Also, uninterruptible sleep ~= blocked waiting for I/O resources. [12:42] foo: so the man page is slightly more accurate. [12:42] shawarma: oh, ok, so b = blocked processes waiting for I/O, not just blocked processes. [12:42] shawarma: What confused me was that it was blocked and just dropped and ignored, or something [12:43] foo: There's not much else you can wait for.. [12:45] foo: So "blocked waiting for I/O resources" is sort of redundant. [12:46] Ah, I see === Innatech_away is now known as Innatech === CarlFK [n=carl@c-24-13-53-221.hsd1.il.comcast.net] has joined #ubuntu-server === dguitar4 [n=dguitar4@ip72-192-215-132.dc.dc.cox.net] has joined #ubuntu-server === evilkry [n=krycek@c-67-162-185-66.hsd1.tx.comcast.net] has joined #ubuntu-server === ivoks [n=ivoks@16-145.dsl.iskon.hr] has joined #ubuntu-server === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-server === ivoks_ [n=ivoks@1-0.dsl.iskon.hr] has joined #ubuntu-server === dguitar [n=dguitar4@ip72-192-215-132.dc.dc.cox.net] has joined #ubuntu-server === dguitar [n=dguitar4@ip72-192-215-132.dc.dc.cox.net] has joined #ubuntu-server === wiikki [n=n-ice@189.134.130.149] has joined #ubuntu-server [04:17] Hellooooooooooooooooooooooooooooow [04:17] I installed ubuntu server , how can i install a desktop i want fluxbuntu fluxbox [04:17] i used apt-get install fluxbox [04:17] what next === wiikki [n=n-ice@189.134.130.149] has left #ubuntu-server [] === jmg [n=cartel@shinobi.thoughtcrime.org.nz] has left #ubuntu-server [] === Innatech is now known as Innatech_Away === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-server === wikkii [n=n-ice@189.134.130.149] has joined #ubuntu-server [06:29] Hello ? === wikkii [n=n-ice@189.134.130.149] has left #ubuntu-server [] === MysteriousGEGL [n=jsg123@121.97.244.179] has joined #ubuntu-server === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-server === rowdog [n=jth@189.138.170.16] has joined #ubuntu-server === jronnblom [n=jar@3007a.uranus.nu] has joined #ubuntu-server === ||arifaX [n=||arifaX@inetpop1.witron.de] has joined #ubuntu-server === [miles] [n=miles@bcn1.entorno.es] has joined #ubuntu-server === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-server === joejaxx [i=joejaxx@fluxbuntu/founder/joejaxx] has joined #ubuntu-server === [miles] [n=miles@bcn1.entorno.es] has joined #ubuntu-server [10:16] These are the last ~30 lines of dmesg on a server I have to deal with: http://pastebin.ca/432477 Can someone with OCFS2 experience tell me how fscked I am? [10:16] Is fsck.ocfs2 likely to save the day or make it even worse? [10:17] The filesystem is stored on a drbd device shared between two servers. [10:21] fabbione: You've used ocfs2 before, no? Got a sec? ^^ [10:21] shawarma: looking [10:21] fabbione: *G* Excellent. [10:22] shawarma: is that dapper? edgy? feisty? [10:22] It's an Edgy server with a custom kernel. [10:22] also drbd.. brrrrrrrr [10:22] custom kernel? [10:23] define custom kernel [10:23] 2.6.21-rc4 [10:23] oh [10:23] Vanilla 2.6.21-rc4, I think. [10:23] you are on your own man :) [10:23] Heh. :-) [10:23] Well, the ocfs user space tools are those from Edgy. [10:23] .20 is still getting a lot of bug fixes (OCFS2) that are not in .21 yet [10:23] makes no diff [10:24] the bug fixes are in kernel [10:24] tho you want a more recent userland for other reasons [10:24] you can try to fsck but i don't guarantee you anything [10:26] I'm not quite looking for guarantees at this point, but just a little something that would help my gut feeling about running that fsck. :-) [10:27] Of course I don't have enough space available there to move all the data elsewhere as a backup... and there's no proper backup.. [10:27] Gah... clients. [10:27] :-) [10:28] And their usual admin is in the Caribbean sound asleep. Typical. [10:28] shawarma: blame it on you to use untested kernels on unsupported block devices [10:28] unmount the filesystem from all nodes [10:28] make sure that drdb is in sync across nodes [10:29] and then fsck [10:29] fabbione: Oh, this time, it's not my fault, actually. :-) They managed this without my help. :-) [10:29] shawarma: also.. upgrade the tools to the latest version to make sure fsck is new [10:29] i recall some bug fixing there at some point [10:29] fabbione: Is the feisty versions up to date? [10:29] shawarma: yes [10:30] it's one release behind, but the new release from upstream has only minor things that you really don't care about at this point [10:30] fabbione: Cool. I'll backport them from there then. [10:30] yeah it should be easy enough to rebuild [10:30] fabbione: Thanks for your help so far. Gotta run for about an hour. === jsgotangco [n=jsg123@121.97.244.48] has joined #ubuntu-server === ivoks [n=ivoks@35-241.dsl.iskon.hr] has joined #ubuntu-server [11:28] fabbione: Does fsck.ocfs2 at least tell you before it eats your cat^Hdata? [11:28] shawarma: dunno.. i never had to use it [11:28] fabbione: lucky. :-) [11:28] shawarma: because i use sane SAN's and sane kernels [11:28] fsck has a simulation mode doesnt it? [11:28] Kamping_Kaiser: Depends on the fsck, I suppose. [11:29] as shawarma said [11:29] urgh... funny stuff right in the morning; a guy disconnected two disks in raid5 field (without shutting them down) :) [11:29] shawarma: well.. man fsck.ocfs2 [11:29] i thought any fscks did [11:29] Kamping_Kaiser: no.. it depends from implementation to implementation [11:29] it's good sense to have ut [11:29] it [11:29] i think i'll be remembering that :) [11:50] fabbione: Idea: I could perhaps stop the drbd replication and try fsck on the one disk and see if all goes well. If it nukes everything, I should be able to run off the other. [11:50] shawarma: it's an option but i don't know how reliable is drbd.. last time i tried to use it, it did blow up badly [11:51] anyway lunch time [11:51] all fabbione's talks end with 'lunch' :) [11:52] fabbione: Yes, drbd is definitely the weakest link that experiment. === sky_walkie [i=czzhrd02@xdsl-563.lodz.dialog.net.pl] has joined #ubuntu-server === fabbione [n=fabbione@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-server [12:19] fabbione: Do you remember anything about drbd? Here's what I'm thinking about doing: [12:19] On server A: [12:20] drbdadm disconnect all (there's only that one drbd device) [12:20] fsck.ocfs2 /dev/drbd0 [12:21] no i checked it only once a while ago to see if it was worth for main [12:21] If all goes well, I'm not sure what to do.. Log on to server B, and run "drbdadm outdate all", go back to server A, and reconnect. [12:21] and decided not too because it's bad [12:22] What would you have used? OpenAFS or something? [12:23] shawarma: a real shared block device [12:23] something like one those cheap disk arrays [12:23] Ah, right. And ocfs2? [12:24] yes or gfs [12:24] not gfs2 [12:24] it's not stable enough yet [12:26] Ok. === fabbione [i=fabbione@gordian.fabbione.net] has joined #ubuntu-server [12:31] Ah, that's just frickin' typical. I finally conjure up the balls to shut down the web servers, and unmount the ocfs2 fs, and it stops responding. It's probably in kernel panic. [12:32] And of course it's locked away in a hosting facility in Germany. [12:34] I can't say I'm looking forward to unmount the other one. This is really not my day. === TrioTorus [n=TrioToru@213.219.137.164.adsl.dyn.edpnet.net] has joined #ubuntu-server === TeTeT [n=spindler@modemcable178.77-70-69.static.videotron.ca] has joined #ubuntu-server [01:14] Pheew.. === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-server === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-server === dave_ [n=dave@ucw.com.au] has joined #ubuntu-server === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-server === jsgotangco [n=jsg123@ubuntu/member/jsgotangco] has joined #ubuntu-server === shadou [i=aj@unaffiliated/dj-fu] has joined #ubuntu-server === dguitar4 [n=dguitar4@ip72-192-215-132.dc.dc.cox.net] has joined #ubuntu-server === r00tintheb0x [n=r00tinth@198.170.183.140] has joined #ubuntu-server === r00tintheb0x [n=r00tinth@198.170.183.140] has joined #ubuntu-server === Starting logfile irclogs/ubuntu-server.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-server === Topic for #ubuntu-server: Ubuntu Server discussion and support | general (not server specific) support -> #ubuntu === Topic (#ubuntu-server): set by Burgwork at Wed Mar 28 23:10:47 2007 === Starting logfile irclogs/ubuntu-server.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-server === Topic for #ubuntu-server: Ubuntu Server discussion and support | general (not server specific) support -> #ubuntu === Topic (#ubuntu-server): set by Burgwork at Wed Mar 28 23:10:47 2007 === CarlFK [n=carl@c-24-13-53-221.hsd1.il.comcast.net] has joined #ubuntu-server === j1mc [n=jcampbel@157.199.22.99] has joined #ubuntu-server [04:38] woah . . . argonne national labs is running ubuntu server: http://mirror.anl.gov/pub/centos/ (check out the note at the bottom of the page) === j1mc [n=jcampbel@157.199.22.99] has left #ubuntu-server [] === zenrox [n=zenrox@pool-71-115-227-252.spknwa.dsl-w.verizon.net] has joined #ubuntu-server === dragonriot [n=dragonri@pool-72-69-86-52.chi01.dsl-w.verizon.net] has joined #ubuntu-server [05:09] Ahh... Finally got it right.... Debian - didn't like it... Slackware - didn't like my RAID setup... Ubuntu Feisty - Easy as pie, and what's not to love... =) [05:13] lively bunch this morning === mralphabet idles some more === [miles] [n=miles@bcn1.entorno.es] has joined #ubuntu-server [06:55] I'd mention that I just bought a car, but that that's OT :P [06:55] or we could talk about my excessive use of the word that above === penguim [n=alex@200.254.8.137] has joined #ubuntu-server [07:36] when a server absolutely must have X installed on it, what is the recommended X-Manager suite? GNOME, KDE, or XFCE? [07:40] well [07:40] xfce is lighter === Vincent_k [n=vincent@c83-251-31-41.bredband.comhem.se] has joined #ubuntu-server === Innatech_Away is now known as innatech === fdoving [n=frode@ubuntu/member/frode] has left #ubuntu-server [] === dragonriot_ [n=dragonri@pool-72-69-78-104.chi01.dsl-w.verizon.net] has joined #ubuntu-server === sacater_ [n=sacater@213.131.245.105] has joined #ubuntu-server === KurtKraut [n=ktk@unaffiliated/kurtkraut] has joined #ubuntu-server [09:48] How can I traceroute a UDP packet, like tcptraceroute does to TCP ? === Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-server === sacater_ [n=sacater@host81-152-157-46.range81-152.btcentralplus.com] has joined #ubuntu-server [09:59] KurtKraut: traceroute [10:01] KurtKraut: I believe traceroute uses udp packets [10:01] mralphabet, yes, you're right. I've checked it here. Thanks both shawarma and mralphabet [10:01] KurtKraut: any time === infinity2 [n=adconrad@cerberus.0c3.net] has joined #ubuntu-server === dguitar4 [n=dguitar4@ip72-192-215-132.dc.dc.cox.net] has joined #ubuntu-server === infinity [n=adconrad@cerberus.0c3.net] has joined #ubuntu-server === Odd_Bloke [n=oddbloke@compsoc.sunion.warwick.ac.uk] has joined #ubuntu-server === ivoks [n=ivoks@32-56.dsl.iskon.hr] has joined #ubuntu-server === infinity2 [n=adconrad@cerberus.0c3.net] has joined #ubuntu-server