#apache #archlinux #asterisk #centos #debian #gentoo #haskell #kde #kubuntu #lisp #math #mysql #perl #python #ruby-lang #rubyonrails #suse #ubuntu #vim #wikipedia 0 1 2 3 4 5 6 7 8 9 10 11 12 13
Top Prev 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 Next
#debian
<terr_> there we go.
<terr_> nic is still registered!!! I dunno why it wouldn't accept the password.
<terr_> dondelelcaro: thanx for your help. I'm in now.
<antum1> I'm connecting to my mail server on debian using telnet domain.com 25 and issuing the MAIL FROM:<email> command. However it takes about a minute to respond, do you know why it could be going so slow?
<peterS> first of all, you're supposed to wait for it to respond with the banner _before_ you send it any SMTP commands
<peterS> second, you are required to give a HELO or EHLO before any other SMTP commands
<peterS> now why it would take some time to fork off a daemon to talk SMTP to you, I suppose that depends on your mail server configuration
<resistance> hey, i have a debian router as a gateway, internal address 10.0.0.1, but i would like to use different subnets for my lan, like 10.0.1.X, how do i setup the routing for this?
<antum1> peterS I should've mentioned I've already done HELO domain.com
<peterS> my own smtp server responds instantly with the banner when I 'telnet localhost smtp'. so it's not a general debian problem. I'm running postfix, for what it's worth
<kontar> don't know what i had done but i cannot send/receive mail with Evolution anymore. The 'Send/Receive' icon is blur. The modem link is ok cos I can still surf the web.
<kontar> any suggestion?
<antum1> peterS yes mine runs postfix too, and all responses are very quick except for the MAIL FROM:<email> command, and then it looks like the RCPT TO:<email> is just going to hang forever
<jstevens> Can anyone recall the name of the HP tool to manage HP inkjets? It will do alignments, cleaning, etc on their older printers...
<peterS> I suppose it depends, then, on the SMTP-time anti-spam checks you have in place. maybe you are using spamassassin or something?
<antum1> I don't have any spam tools installed yet, its a very fresh system (configured 30 mins ago)
<peterS> jstevens: possibly hpijs ships with such tools?
<jstevens> I've done a dpkg -L of hpijs. It's in some other package. I just can't recall...
<peterS> jstevens: 'hplip' looks promising. I don't have an inkjet printer so I have no direct interest in installing it, though
<Rusty1> jstevens: hplip maybe
<Rusty1> jstevens: i have hplip installed and it does have cleaning, alignment tho i havent used em on my 1210
<jstevens> Yeah, it looks like hplip is what I'm looking for.
<Guerin> hm, will an old p120 be able to boot from a 30G drive?
<Guerin> it detects the size as 8G
<peterS> Guerin: so long as you put the boot code in the first 8 GB somewhere, it should boot fine
<Guerin> cool
<Guerin> that means I can ditch this 1275MB drive of unknown provenance ;)
<Rusty1> Guerin: put it on the bus and save for a rainy day
<mue> Rusty1, why?
<Guerin> Rusty1: i'll just leave it off the bus and save it for a rainy day
<mue> Rusty1, i mean my hdd space...
<Rusty1> if you don't have anything else to and you got he room, could be a disk to test distros or something
<Rusty1> grub won't mind
<Rusty1> mue: sorry I rang your bell earlier, was meant for muhoo
<Rusty1> tab completion is almost a wonderful thing :-)
<eitan_> olsen: are you still there?
<eitan_> I messed up some configuration related to my x standard greeter. Now it keeps crashing before the login window appears. Strangely the graphical gnome greeter works. I think that the standard greeter may be trying to use xorg when xorg has not been installed. How do I configure xserver for the standard greeter?
<eitan_> Don't everybody all help me at once!
<ifup> does anyone know how I can get apache2 to execute .pl scripts run from any directory?
<sur3857> eitan_: dpkg-reconfigure xdm package maybe?
<Guerin> ifup: that's not what you want
<Guerin> ifup: but #apache can probably give you the bullets to load that particular foot-gun with
<ifup> Guerin, its on a private network, Thanks!
<dondelelcaro> ifup: you just use AddHandler to associate cgi-script with .pl files, but that's generally not what you want.
<eitan_> sur3857: I don't have xdm installed. I tried reconfiguring gdm, but that didn't do anything.
<Guerin> dondelelcaro: doesn't apache restrict execution to certain dirs by default?
<eitan_> sur3857: It all happened after I installed all the backports available for sarge. The standard greeter keeps crashing, and eventually x allows me to use the graphical greeter.
<AussieHatter> do you think if i mount a usb drive which is attached to a windows box and copy data to it with mount smbfs it will use any resources on the windows box ?
<dondelelcaro> Guerin: it does, but if you set AddHandler cgi-script .pl for /, then it's on for all of them.
<Guerin> ah
Previous Page Next Page