@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5



Comments:

<0> i know that in some partitions i should do ls /dev/vg and i should see which path to mount
<0> i'm using rhel
<1> yoavz: a volume group is not necessarily a partition... however, look at '/proc/partitions'
<2> distribution doesn't matter, lvm works the same in all distros.. unless redhat screwed up even more than they yse to..
<0> i have /dev/LogVolGroup00
<3> hello
<3> from where we can download latest patch-o-matic-ng ?
<3> ?
<2> what the heck is that?
<2> and have you googled?
<2> must be the weirdest project name I've seen
<4> the ng is probably meaning new generation
<5> hi, does laptop memory have to be installed in pairs?
<5> ?
<6> shevegen: It's "next", isn't it?
<7> Kajsin: that would depend on the motherboard



<8> Hi, I did apt-get upgrade in a terminal and closed it while it's working now I want to bring it to foreground so from ps I know it's job number. I did fg %29197 but it's telling me no such job!
<9> anyone any idea why limits is not taking affect on suexec executed CGI's ?
<9> munzir, you sure thats not the pid ?
<8> kaos01: yes it's the pid but now one told me you can't do this unless you are on the same shell and since it's closed I now can't :(
<9> yesh looks like you need the same shell
<9> oh well i learnt something
<9> so i guess bad luck ;)
<8> I am not sure what this DRM is but can I play those files on linux? should this support goes on the kernel or media players or what?
<10> Can anyone tell me what voltage does a Repotec RP-1708K switch use?
<11> I need an initrd that has sshd server in it, so I can boot a client from a pxe server and then login into it .. does such an initrd already exist ?
<12> is there a nice ascii art viewer for x? something like damn nfo viewer?
<11> der0b_: use can in a fixed length font terminal
<11> I mean 'cat"
<13> If this is your nickname, type /msg NickServ IDENTIFY <p***word>
<13> sorry
<13> thanks oberonc
<11> no prob
<11> when I do "ls -l" instead of seeing the owner username and group I need the number, 0 for root ..
<11> what can cause that ?
<14> Hello
<14> I just installed OpenSSH with a similar configuration to another server I have, however, when I try to ssh in, it asks me for my login name. Once I type that in and press the enter key the connection drops without asking for a p***word. Has anyone else ever encountered similar behaviour?
<15> Fusion MPT base driver 3.03.07
<15> Copyright (c) 1999-2005 LSI Logic Corporation
<15> Kernel panic - not syncing: Attempted to kill init!
<15> wtf
<16> Greetings
<16> anyone here use or are familiar with alpha computers?
<16> Is it true you can use standard devices with them IDE, PCI, and memory?
<4> yeah, come to think about it, i think you are right daniel :-)
<17> is anyonehere familiar with using apache to stream video?
<4> not me but sounds like fun
<4> maybe you could use vlc with apache for it , at least vlc should cover that kind of streaming questions :-)
<18> Can anyone direct me to a resource on compiling from source, specifically the use of environment variables such as LDPATH
<18> I need to set some extra library paths but I'm not sure about exactly how to do it
<19> add the path to the lib/ dir to the list in /etc/ld.so.conf and run ldconfig
<4> or LDFLAGS=" -L/usr/lib -L/usr/local/lib "
<19> bubblenut: what distro ya got? and why cant ya find a binary package?
<18> I'm running debian sarge but for php5.1.4 I need newer versions of flex and re2c than sarge provides
<18> I'll give the LDFLAGS thing a try as it's only for this case, thanks
<19> possibly easiest to change sarge to unstable in yer sources.list do an apt-get update ; apt-get install flex re2c then change the sources.list back to stable|sarge and update again....
<18> Oooh, how do I do that?
<19> just like i said....
<19> you know how to use a text editor? like vi or nano?
<19> try this then....
<18> yea, sorry, I've edited my sources.list but security.debian.org unstable/updates doesn't seem to work
<18> all done, thanks
<19> do this.... cp /etc/apt/sources.list /etc/apt/sources.list-stable ; sed 's/sarge/unstable/g' /etc/apt/sources.list > /etc/apt/sources.list-unstable ; cp /etc/sources.list-unstable /etc/apt/sources.list ; apt-get update ; apt-get install flex re2c ; cp /etc/apt/sources.list-stable /etc/apt/sources.list ; apt-get update
<4> do you guys know if i can combine wget to do something such as writing a logfile to current directory if it downloaded something?
<4> if i cant do it with wget, i make a wrapper script around it. but wanted to know if wget offered log capabilities
<15> awol, do you happen to have any idea why my kernel is panicing ?
<19> lakez: no idea without any clues... do i get 20 guesses or what?
<19> shevegen: how is it invoked?
<19> shevegen: man wget anyway... look at -o and -a options
<4> wget some_url
<19> do... man wget
<4> --output-file=logfile
<17> shevegen, i looked up apache and vlc, and it appears to tream video, but you have to specify who it is going to..i want anyone to click on the page and be able to just look at it automatically
<4> hmm i think i have to write a wrapper anyway, the logging functionality didnt seems to not display anything to stdout anymore
<19> pacopacino: stream it as a http stream...... and point your browser to it's ip
<17> awol, you mean using vls or vlc or just using apache?



<19> shevegen: look at -o AND -a options.... and think about it...
<19> pacopacino: using vlc
<19> pacopacino: i've done it myself many times with great success...
<19> vlc rocks
<15> awol, well the weird thing is.. it doesn't give me a cluse
<15> clue
<17> "vlc /media/video/video1.avi --sout udp://192.168.0.42 --ttl 12" ->so your saying that 192.168.0.42 becomes the ip address of the server itself?
<17> "vlc /media/video/video1.avi --sout udp://192.168.0.42 --ttl 12" ->so your saying that 192.168.0.42 becomes the ip address of the server itself? awol
<19> lakez: all errors are clues
<15> there's only one... the panic message
<19> pacopacino: the gui is a lot easier to use....
<17> didnt even know there was one
<19> vlc is a gui app...
<19> for X
<19> it plays video locally or can stream it
<17> awol, okay..i found the vlc gui
<19> point & click your way to bliss....
<17> awol, i just went to "file" and then went to "network stream," and it appears like all i have to do is point to where the file is
<19> uhuh.... and set the stream type to http in the network tab
<19> put the ip address in that little box next to it...
<19> oh and pick a port.....
<17> awol, does the media file (it is a vob file) i want to stream have to be in the www/var directory?
<19> then the stream appears at http://mydomain.com:1234
<15> awol, is there anyway to get a more specific error printed out ?
<19> it only has to be somewhere where vlc can find it...
<19> lakez: firstly i dunno what distro ya using? secondly what are you trying to do? thirdly what doc are ya following?
<17> awol, so obviously i have to open up that port if i am behind atouter (although i am in the dmz)
<19> pacopacino: if you want to stream over the net yeah.... if just to your lan then probably no
<15> awol, I'm on RHEL4... I converted from Freebsd. My slave is UFS, so I need to compile a kernel with UFS. I grabbed the vanilla kernel from kernel.org, compiled and been doing it for the past day... retrying new settings, adding options, and now i'm at this panic
<15> all i need to do is get UFS added on RHEL4 for about 30 minutes to copy over my slave :(
<17> so now anytime anyone goes to mysite.com:1234, they can see the file playing live?
<15> with RHEL, root=/dev/sda5 ... so I just tried... root=LABEL=/ ... still the panic
<19> lakez: so take the default kernel's /boot/config-2.x.x file and cp it to /usr/src/linux/.config ; make oldconfig ; make menuconfig and enable support for UFS and then compile, install etc...
<15> the RHEL4 kernel boots great
<19> so just add UFS support to it
<15> awol, i've tried that... still goes haywire
<15> perhaps i'm missing a required RPM or something, i'll recheck it
<19> then you need to add software too possibly.... see /usr/src/linux/Documentation/ for clues
<17> awol, how do i tell vlc which port to use?
<17> awol, from googling, it appears that vlc needs ports 1234-1236 open
<20> hey peeps whats the program called that i need to make screenshots work im getting these two errors .. xwdtopnm: command not found .. pnmtojpeg: command not found
<4> does import work?
<20> no, command not found.
<2> you mean imagemagick?
<20> xwd -root | xwdtopnm| pnmtojpeg > screenie.jpeg <- command i was using.
<2> you just need imagemagick, then you get the "import" command
<4> i dont know xwdtopnm nor pnmtojpeg
<2> otherwise you need the separate xwdtopnm and pnmtojpeg programs
<2> probably in their own packages
<21> has anyone here used sarge
<21> has anyone here used sarge's /boot/config-2.6.-3-386 as a template to compile 2.6.15 (or higher) ?
<22> Hi, how do I make it so a USB device with a specific ProdID and vendorID are ***ociated w/ a specific module?
<22> Hi, I'm trying to fix a broken USB driver.. when I do a cat /proc/bus/usb/devices, that device has a Driver=(none).. I'm trying to ***ociate that device with the device driver.. Where do I do that?
<1> phsdshft: in the driver sources tthere will be a table of the USB ids recognized by the driver. Sometimes the driver also as a parameter to the same effect.
<22> Blis***: Sure.. do you know what the structure name of that would be?
<1> phsdshft: no, just have a look around, it is pretty obvious usually.
<22> found them
<22> USB_DEVICE heh
<22> I'm apparently blind :(
<22> I was looking for that before... but didnt see it, hence why I asked here... as soon as I asked, I see it haha
<22> that coorisponds to the ProdID right?
<1> phsdshft: well that sounds right...
<23> so I just installed vnc4server on a debian box, it says its running, but nothing can connect to it
<23> not even itself, it gives an error saying connection refused
<23> any ideas?
<23> I flushed my iptables
<24> I have a directory that has no name and I can't rename it, nor can I delete it.
<1> two|face: check with 'lsof -i tcp'
<25> EXT3-fs error (device hda3): ext3_journal_start_sb: Detected aborted journal
<25> Remounting filesystem read-only
<25> Hardware failure?
<25> After that I get tons of: EXT3-fs error (device hda3) in ext3_free_blocks_sb: Journal has aborted


Name:

Comments:

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






Return to #linuxhelp
or
Go to some related logs:

fedora mod_file
cb3rob webmail
#lisp
sqlways parse error
#debian
konversation detach tab
#linux
debian build xconfig dependencies
#linux
gui BitchX2



Home  |  disclaimer  |  contact  |  submit quotes