@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info


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



Comments:

<psyco> can some help me get into mandriva one?
<inv_arp[w> psyco: get into it how
<psyco> when i boot i dont load x windows
<bougyman> good for you
<bougyman> oh, you don't want it that way.
<bougyman> have you logged in?
<psyco> yes
<bougyman> if so, does startx work?
<psyco> umm X does it says no screens found
<psyco> sed telinit 3; X -configure then X -config /bin/xorg.conf.new
<psyco> <psyco> but
<psyco> it loads a blue screen and nothing else
<bougyman> mandriva has its own x configurator
<bougyman> i don't know its name, see if mandriva's documentation will tell you (it will)
<^Briago^> I am using fedora with a software raid-1 setup. I created the in disk druid while installing. Now I need to install a new drive, and disk druid is not available to partition the new drive. How do I create the raid partitions?
<inv_arp[w> ^Briago^: mdadm
<inv_arp[w> fdisk -l make sure the the partitions are type fd
<inv_arp[w> then mdadm -C /dev/md0 -l 1 -n 2 /dev/hda{1,2}
<nullpoint> I'm trying to use mod_rewrite to redirect /getimage/bob to /getimage/test.php?fn=bob is there any reason this wouldn't work: RewriteRule /getimage/([\w+]) /getimage/test.php?fn=$1
<Trey> you'll want to stop the rewrite otherwise it'll try to rewrite the rewrite
<Trey> eg /getimage/1.jpg -> /getimage/test.php?fn=1.jpg -> /getimage/test.php?fn=test.php?fn=1.jpg .... etc.
<nullpoint> Trey: so how would I stop it?
<Trey> nullpoint: oops \w won't match the ? still and you want ([\w]+
<Trey> not [\w+]
<Trey> nullpoint: check the mod_rewrite docs. i believe the flag is L gut its been a while since i messed with it
<Trey> i'd go for /getimage/([^/]+)
<nullpoint> Trey: I keep getting 404's... could another .htaccess be conflicting with this one?
<Trey> dunno
<Trey> enable mod_rewrite debugging
<Trey> lighttpd's syntax has spoiled me
<nullpoint> I'm playing with it now
<c0n> Trey: you ****
<nullpoint> Trey: wow log level 5 is going to add up quickly!
<nullpoint> Trey: here is the log entry... i'm stumped http://pastehere.com/?jxjdef
<c0n> nullpoint: you really should include the exact rules you are using with the logs
<nullpoint> c0n: you mean error logs or the .httaccess rules?
<nullpoint> RewriteEngine on
<nullpoint> RewriteRule ^/getimage/([^/]+) /getimage/test.php?fn=$1 [NS]
<nullpoint> is the current rendition
<c0n> where is your redirect
<c0n> ...
<nullpoint> c0n: not sure what your asking isn't that /getimage/test.php?fn...
<[Net]syn`> hey ya.
<[Net]syn`> how this script called, that you can control you'r shell throw IRC?
<[Net]syn`> CTIER something.
<c0n> nullpoint: have you read anything about mod_rewrite?
<nullpoint> c0n: apparently not enough but yes
<c0n> look into the flags that can be used with it
<[Net]syn`> anyone ?
<c0n> [Net]syn`: nobody has any idea what you are even talking about
<[Net]syn`> c0n you can control you'r shell throw IRC
<[Net]syn`> by the command ! SH
<c0n> congratulations?
<c0n> are you asking us for some arbitrary script for some noname irc client?
<howto> Alors.
<howto> I was feeling horny.
<c0n> howto: no doubt
<[Net]syn`> c0n> no.
<Tiger1> Can anyone tell me what wrong here? http://uuoc.com/1566
<Tiger1> gives me Syntax error near fi
<c0n> Tiger1: then
<Tiger1> AHA
<Tiger1> <3
<nullpoint> con: can you be more specific as to what I should be looking for?
<c0n> nullpoint: [R,L]
<nullpoint> con: I tried that
<nullpoint> and [R=301,L]
<c0n> RewriteRule ^getimage/([^/]+) /getimage/test.php?fn=$1 [R,L]
<nullpoint> The requested URL /getimage/bob was not found on this server.
<nullpoint> Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
<c0n> which directory is this .htaccess in?
<c0n> try something simple just to make sure it is working :) RewriteRule .* http://www.google.com/ [R,L]
<nullpoint> c0n: I got it working... thanks for your help.
<nullpoint> I had to put the test.php file in a directory outside of getimage but it finally worked.
<nullpoint> I was getting "Firefox has detected that the server is redirecting the request for this address in a way that will never complete." but moving directories fixed that
<c0n> I was about to tell you to either do that or add a RewriteCond %{REQUEST_URI} !/getimage/test.php.*
<nullpoint> c0n: I did have RewriteCond %{REQUEST_URI} !^.*/getimage/ but I guess that wouldn't have matched test.php
<c0n> that would have matched everything
<c0n> well, possibly. it all depends on the order of all of your rules and if you have any p***through rules
<nullpoint> c0n: well thanks again
<Tiger1> I have a question, i will use echo to put some text into a file
<Tiger1> but the syntax of this is like this -> hostname "hostname here"
<Tiger1> echo "hostname "$hostname" >> cstrike/server.cfg
<Tiger1> something tells me that wont work
<Tiger1> can i use /"
<Tiger1> ?
<Tiger1> Never mind
<inv_arp[w> Tiger1: figured it out
<Tiger1> YEAH
<Tiger1> :p
<Tiger1> Yeah*
<Trey> c0n: :-P
<jjcell> anyone here do netflix?
<bougyman> Trey:
<bougyman> wh***up with the blog?
<bougyman> it's still ugly
<towlie> i need help setting up my sound card. i compiled the sound card driver into the kernel and rebooted. when i did lspci -vv i see this out http://rafb.net/paste/results/490D7C87.html when i do system-config-soundcard i click on play sound and i get errors at the terminal and i dont hear anything. any ideas whats wrong ?
<awol> towlie: system-config-soundcard relies on modules.... as do most sound howto's..... and modules are easier to configure and troubleshoot
<awol> towlie: recompile and modularise it
<towlie> do you mean make it a module ? i compiled it into the kernel..
<awol> yeah opposite of that
<towlie> ?
<awol> make it amodule and NOT compiled in
<towlie> so compile it as a module ?
<awol> indeed
<towlie> ok whats the difference?
<awol> modules can be loaded and unloaded....
<towlie> i usually make it compiled in and it works great
<awol> plus ya can see the module is lsmod output
<awol> s/is/in/
<awol> they're just easier to troubleshoot
<towlie> ok im changing it. after its done do i need to reboot ?
<awol> uhuh
<towlie> usually i make it compiled in and it works great...
<towlie> hey awol
<towlie> ok so i compiled it as a module
<awol> hey wot?
<towlie> and i loaded it
<towlie> now what ?
<awol> duh
<awol> i told ya to make it a module so system-config-soundcard could find it
<towlie> im using fedora core 4 by the way
<awol> i guessed that much
<towlie> when i did system-config-soundcard i see these errors:
<towlie> i see this 4 times in a row: amixer: Mixer attach hw:0 error: No such file or directory
<towlie> aplay: main:508: audio open error: No such file or directory
<awol> did you compile alsa module or OSS?
<towlie> alsa
<awol> hrmmm.... should work....
<awol> unload all sound modules and then run system-config-soundcard
<awol> my guess is ya missed an option or chose wrong ones...
<awol> but hard to say exactly
<towlie> sndconfig doesnt work it says that im not running a kernel with modular sound
<awol> sndconfig is for oss
<towlie> oh
<towlie> im still getting the amixer errors
<awol> towlie: ok.... try kudzu
<towlie> i think the problem is with the mixer not being configured correctly...
<towlie> kudzu returned me back to the shell prompt
<awol> the mixer is a device created when the sound modules are loaded properly
<awol> make sure you got all the right sound options in menuconfig
<towlie> i think si
<towlie> so
<awol> i have 3 sound cards in my desktop
<awol> but i use debian....np's for me
<towlie> im on a dell latitude c600 laptop and in menu config under alsa i chose "ESS ES1968/1968 (Maestro-1/2/2E)
<awol> you have ES1983S Maestro-3i
<awol> diff card
<towlie> then what do i do ? i dont see it listed
<towlie> under alsa
<awol> indeed


Name:

Comments:

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






Return to #linuxhelp
or
Go to some related logs:

if i quit smoking will my bronchitis go away
#netbsd
#worldcup
#hardware
hiddem imam
#netbsd
#politics
#flash
#beginner
WindowsXP Corpfile



Home  |  disclaimer  |  contact  |  submit quotes