@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info


Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6



Comments:

<IdiotStic> I use netstat -plant
<Idle`> -leptn is mine :S
<inv_arp[w> cmang: then try lsof -p pid
<IdiotStic> yeah, plant plunt or plent
<cmang> What I'm trying to do is determine which PIDs are using the listening sockets, not check for a specific PID.
<pb24ss> fuser !
<inv_arp[w> cmang: lsof -i4tcp:port number
<IdiotStic> cat /proc/net/tcp heh
<cmang> inv_arp[w: awesome, thanks. :D
<pb24ss> fuser 22/tcp
<cmang> pb24ss: another great answer. thank you
<pb24ss> i like fuser with the -k switch
<hotnikks> cmang i heard the answer is in #havok
<IdiotStic> advertising a channel like #havok can get you banned
<weakwire> hi there is any nice free program to create forum in linux ?
<warjest> tons
<awol> !wtf fm?
<LinuxHOW2> Well, fm is is your One Stop Linux Shop! Grab a bargain at http://freshmeat.net/ today!
<weakwire> i needone good :)
<awol> go to freshmeat
<weakwire> ok
<inv_arp[w> in vim, how can i overwrite over a word/line with a selection in the buffer
<inv_arp[w> i usally dw then paste...
<weakwire> can't find any :(
<IdiotStic> funny a search on freshmeat.net got me 118 listings
<awol> weakwire: that's funny... i got 116 results to the word forums in the freshmeat search box
<gwalms> i got um.. 117.. i must be right
<gwalms> lol, ok, i didnt check
<weakwire> ah yes..
<weakwire> :)
<gwalms> you dirty whore
<ikush> hey guys, if i have a script which asks for y/n and i want to run `yes` into it, how do i do that? ./script | yes ?
<gauze> ikush: what are you trying to do again?
<ikush> somthing like ./runscript and it asks do you want.... (y/n):
<ikush> and i want it to return y about a 100 time
<ikush> times*
<gauze> yes runs forever
<gauze> which is many more than 100
<ikush> so i can do somthing like ./runscript | yes ?
<gauze> yes | ./runscript
<ikush> yeah but how can i do it so the yes will answer instead of me
<ikush> oh okay
<cmang> yes | head -n 100 | ./runscript
<cmang> :)
<ikush> i did it the opposite way
<ikush> thanks :)
<gauze> hah cmang: good call
<mrbad> is there a way to get every single message that scrolled by during a bootup? dmesg doesn't have all the stuff that I saw...
<Snadder> anyone know how to rip all chapters from a dvd into separate files for each chapter... I got all the .vob files on my hd.
<Mjolnir> Snadder - Dunno if this'll do everything, but have you checked out videolan.org?
<Mjolnir> Does programming straight C mean you have no cl***?
<Snadder> Mjolnir, i've checked it out now.. but cant see any program there.. which does what I want.
<Snadder> I think I saw an line with transcode.. which could split in chapters..
<Snadder> but I dont remember where
<Snadder> also dvdrip supports it.. but I dont manage to use it
<cmang> Mjolnir: no cl***.. ha :D
<Xphox> Hey guys.... I'm trying to get a hard drive to be recognized via USB. I'm getting as far as it detecting a m*** storage, but it's not ***igning it a /dev/sda, etc... Can someone point me in the right direction on how I can debug this problem?
<Mjolnir> Xphox - this is a tricky problem.
<Mjolnir> First question - what distro?
<Xphox> Slackware.
<Mjolnir> That's the one I know the least....
<Xphox> hah
<Mjolnir> More important question then. What kernel version?
<Mjolnir> Slack is a good distro for some things, but I just haven't had the time to ever use it.
<Xphox> Well perhaps you could point me in the direction of a page while lists what I need to compile into the kernel.
<Xphox> Linux node545 2.6.16
<Mjolnir> 2.6.16. If your USB IDE controller is compatible with Linux, 2.6.16 SHOULD run it.
<Xphox> I mean it detects m*** storage.. reads the HD... just just ***igning it a /dev/sda.
<Xphox> I've used this caddy with linux before... but it's a new harddrive, and new machine.
<Mjolnir> Well, m*** storage is one of the ID tags on a USB device. So it sees that and says "m*** storage". Then it needs to get down to specifics and that's where it fails.
<Mjolnir> Ok, so we know it works.
<Xphox> I agree on that..
<Mjolnir> Can you post to pastebin EVERYTHING that appears in /var/log/messages when you plug it in?
<Mjolnir> I don't need anything before you plug it in, at least for now.
<Xphox> Aug 11 00:55:52 node545 kernel: usb 1-2: new full speed USB device using uhci_hcd and address 2
<Xphox> Aug 11 00:55:52 node545 kernel: usb 1-2: configuration #1 chosen from 1 choice
<Mjolnir> To pastebin please
<Xphox> sorry
<Mjolnir> Have you used those before?
<Mjolnir> The main pastebin has been very slow lately. If you have trouble, use this one: http://www.vkarlsen.no/pastebin
<warjest> pastebin.us is easy to remember as well
<Mjolnir> I've been having trouble with pastebin.com which used to be my usual....
<Xphox> http://www.vkarlsen.no/pastebin/default.asp?id=7374
<Mjolnir> Ok, basically good news - it is finding the SCSI ID and everything.
<Mjolnir> However I don't see it ***igning a device.
<Xphox> Yes, and that's where I'm confused...
<Mjolnir> Do you have other USB devices connected?
<fbred> hey! is it possible to merge to pictures together with imagemagich? (like cat one >> two with text) :-)
<Xphox> Nope.
<Mjolnir> Hrm. Lemme plug a m*** storage device into my box here and see what it says. Give me a min.
<fbred> Xphox, was that for me?
<Xphox> Mjolnir: I think I might have found it...
<Xphox> Do I need to have "SCSI disk support" enabled for a usb harddrive?
<Mjolnir> Yes, but it's hard to imagine that being off.
<Mjolnir> Are you running a custom kernel?
<Xphox> Oh yeah.
<Xphox> super custome.
<Xphox> err custom
<Mjolnir> Ok, that's it then.
<Mjolnir> The next step in the sequence is to ***ign an SCSI disk ID to the device.
<^Briago^> sweet... I got my first raid system working. I have tested shutting down/ remove 1/ runs ok/ load back/reboot/remove 2nd/runs ok/ load back/ everything is great. What else, if there is anything else, should I test? (This is fedora 5 with software raid-1, swap and boot are on a third non-raid drive (3G))
<Xphox> Should it be safe to do it as a module... or should I put something like this into the kernel?
<Xphox> That's where I'm green... when to use a module, or when to compile directly in.
<Mjolnir> I always compile core disk drivers into the kernel.
<Xphox> Let's give that a whirl...
<Mjolnir> However since you're not using SCSI as a root filesystem you theoretically could put it as a module.
<Mjolnir> However last time I tried that I hit all sorts of problems. But that was a 2.4 kernel.
<Mjolnir> If it were me, I'd put the core SCSI stuff compiled in.
<Mjolnir> Unless I'm low on memory, I usually compile in both IDE and SCSI. Not much beyond that, but I dislike landing in trouble where the kernel errors while booting and I can't access my drives.
<Mjolnir> (Not a problem with precompiled kernels)
<Mjolnir> Lemme think. I also usually compile in text VGA and keyboard. That gives me something I can at least access right at boot.
<Mjolnir> The alternative is configuring an initrd which to me was always overkill for just one machine.
<Mjolnir> But trying to compile a kernel without SCSI is roughly like trying to compile the average mammal without a liver.
<awol> fbred: man convert
<Mjolnir> Hello awol
<awol> fbred: look at SEE ALSO section at the bottom of that page too
<Xphox> Mjolnir: Compiling...
<awol> hello hammer of thor....
<Mjolnir> awol - I'm looking for a howto on doing bridging on openvpn that is NOT confusing as hell. The one I keep finding is a spaghetti howto making me jump all over the place and not really telling me what I need to know....
<Mjolnir> I've done openvpn many times as a tunnel, but this time I need to bridge and I'm running into issues.
<^Briago^> i am testing my raid-1 setup, remove one drive, made changes on the one that was left, and readded the removed drive, and the changes are gone. How do i get it to properly resync when I re-add the drive?
<^Briago^> this is fedora 5 - software raid-1
<awol> Mjolnir: as good as a howto..... http://awol.no-ip.org/awol/configs/rc.bridge
<awol> Mjolnir: ya should be able to figure it out from that....
<Mjolnir> Ok. That helps some. Now to get openvpn to actually talk to itself.
<Mjolnir> I'm used to one side being a client and the other a server, but with bridging that's not how it works.
<Mjolnir> I'm checking now to make sure my bridge utils are installed right.
<awol> depends what's being bridged and where and why etc...
<Mjolnir> That script is helpful.
<Mjolnir> or, br0 looks ok
<Mjolnir> or=ok
<awol> of course it is.... that's why i stole it
<fbred> awol, i found a few solutions with imagemagic, but it didn't work, so I used gimp
<awol> i dont steal useless stuff.... well i do... but try not to
<fbred> thanks anyway
<awol> fbred: at least someone tried...
<Mjolnir> awol - I've got this one ongoing conflict with a client. He sees that I'm always googling things and thinks I'm just surfing the web. The truth is that >half my scripts and such I rip off the web.
<Mjolnir> He think programming etc. is ME typing code into the machine line by line.
<awol> why reinvent the wheel?
<Mjolnir> Exactly
<awol> that's all i say...
<awol> a lot of stuff someone else knows how to do it better than me..... at the very least i learn something....
<Mjolnir> But this guy doesn't seem to get it. I've even showed him what I do step by step.
<awol> if nothing else
<Mjolnir> YEah. It's why I idle on here - I learn things all the time from questions I don't answer.
<awol> heh i learn by rtfm'ing for all the morons
<Mjolnir> I do that too.
<Mjolnir> But I'll never admit it.
<Mjolnir> To the moron anyway
<awol> i often look up answers
<Mjolnir> Yeah. Often I'll know the command or something but not the specifics so I'll pull it up. Depends on how bored I am


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #linuxhelp
or
Go to some related logs:

#politics
#windows
#worldcup
french pelenty shootout games
#heroin
#unixhelp
sql express tutorial with two table
#politics
#3dsmax
#worldcup



Home  |  disclaimer  |  contact  |  submit quotes