Re: Debian modules

2001-06-23 Thread Jonas bazz Egidius
Juan wrote:

 I would like to install:
   - Apache (???) It was installed via dselect, but I not found httpd

Look in /etc/apache/
there you will find httpd.conf

In that file you will see what modules are loaded

-- 
IRL Jonas bazz Egidius IRC   [EMAIL PROTECTED]
CEL   +46709841071 WEB http://bazz.nu
ICQ   41245779 POP[EMAIL PROTECTED]
JOB gronaverket.se VIM Yes, ofcourse!



Re: installing Debian with win95

2001-06-17 Thread Jonas bazz Egidius
Nagib Abi Fadel wrote:


 Hi, i wan't to install Debian2.2 on a PC running win95 and i wan't to be
 able
 to start both operating systems can someone please tell me how to do it ?

You either install lilo on the debianpartition or loadlin on
the win95partition.
I recommend lilo.

Then you add to lilo.conf:

other=/dev/[partition you have windows on]
label=win

And then you can boot windows from your lilo.


-- 
IRL Jonas bazz Egidius IRC   [EMAIL PROTECTED]
CEL   +46709841071 WEB http://bazz.nu
ICQ   41245779 POP[EMAIL PROTECTED]
JOB gronaverket.se VIM Yes, ofcourse!



Re: Subdomain on different machine?

2001-06-14 Thread Jonas bazz Egidius
will trillich wrote:

 On Tue, Jun 12, 2001 at 06:05:58PM -0700, Adahma wrote:
  Is there a way to tell apache to defer to another IP address?
  What I'm trying to do is...I have a sub-domain just entered as a
  CNAME entry pointing to my main machine.  The actual machine that
  serves up the content I want is on an internal IP address behind my
  firewall running it's own web-server.  Is there a way I can pull
  that from the other machine.  The other machine I should mention is
  a windows box, that I want to serve up some documents.

 guessi bet that's what proxying is all about./guess

 if you figure it out, feel free to broadcast your findings both
 here and at http://newbieDoc.sourceForge.net/

If you forward a port (ie. 7654), using iptables or
ipchains or redir or another application for it, to the
machine behind the firewall and then do a:

Machine towards the internet: 313.164.249.280
Machine behind: 192.168.0.4

VirtualHost 213.64.149.180
ServerName my.other.machine.behind.the.firewall
RedirectMatch ^/(.*)$ http://my.other.machine.behind.the.firewall:7654
/VirtualHost

Then if someone tries to access http://my.other.machine.behind.the.firewall
they get redirected to http://my.other.machine.behind.the.firewall:7654
and since port 7654 is forwarded to 192.168.0.4 you reach
that machine.

Do I make any sence or should I try to be clearer?


-- 
IRL Jonas bazz Egidius IRC   [EMAIL PROTECTED]
CEL   +46709841071 WEB http://bazz.nu
ICQ   41245779 POP[EMAIL PROTECTED]
JOB gronaverket.se VIM Yes, ofcourse!



Re: Freeamp MP3 player problem

2001-06-13 Thread Jonas bazz Egidius

David Nusinow wrote:

 On Tuesday 12 June 2001 08:35 pm, Alex Kwan wrote:
  Hi!
 
  I have used apt to installed the Freeamp, the sound is good
  but have following problems:
  (1) only can play at root, other users can't (can open the
  freeamp but can't play), how to fix it?

 Add whatever users to the 'audio' group.

Don't forget to check that the users also have access to
write to /dev/mixer, otherwise the volume change won't work.

-- 
IRL Jonas bazz Egidius IRC   [EMAIL PROTECTED]
CEL   +46709841071 WEB http://bazz.nu
ICQ   41245779 POP[EMAIL PROTECTED]
JOB gronaverket.se VIM Yes, ofcourse!



Re: Power button works but...

2001-06-13 Thread Jonas bazz Egidius
jean-michel le bot wrote:

 So this is my question: is there a way to make my computer switch off
 automatically after 'shutdown -h now' ?
 Shall I recompile the kernel for that or is there a more simple way (adding a
 module...) ?

Do you have apm-support in your kernel?
(General setup - Power Management support)

-- 
IRL Jonas bazz Egidius IRC   [EMAIL PROTECTED]
CEL   +46709841071 WEB http://bazz.nu
ICQ   41245779 POP[EMAIL PROTECTED]
JOB gronaverket.se VIM Yes, ofcourse!



Re: Exim trouble

2001-06-13 Thread Jonas bazz Egidius
Rajkumar S. wrote:

 Hi all,

 I have a neatly configured exim running, but having problem with sending
 mail to gnu.org.in. The problem is that the MX record is having an ip
 address instead of name

 Non-authoritative answer:
 gnu.org.in  preference = 10, mail exchanger = 202.88.232.42

 and the Exim complaints that

 it appears that the DNS operator for this domain has installed an invalid
 MX record with an IP address instead of a domain name on the right hand
 side

 What could be done to solve this. Why is exim refuses to accept an ip as
 mx record.

Talk to the admin. Not only exim complains about this!

-- 
IRL Jonas bazz Egidius IRC   [EMAIL PROTECTED]
CEL   +46709841071 WEB http://bazz.nu
ICQ   41245779 POP[EMAIL PROTECTED]
JOB gronaverket.se VIM Yes, ofcourse!