Re: [techtalk] SQUID PROXY THINGIE

2000-12-10 Thread Nils Philippsen

Hi,

On Mon, 4 Dec 2000, mushu wrote:

> My ISP forces me to use their proxy; but i also want to use my own linux
> machine as a proxy (because i can only have 10GB of allowed network
> traffic a month). Can anyone tell me how to set up SQUID so that it runs
> as a proxy, but uses my ISPs proxy (proxy.pandora.be:8080) to connect to
> the internet, like this:
> 
>   Me ---> MY PROXY ---> ISP PROXY ---> INTERNET
><---  <---   <---

in /etc/squid/squid.conf:

[...]
# Configure ISP's proxy
cache_peer proxy.pandora.be parent 8080 3130
[...]
# define your local net
acl from_local src 10.0.0.0/255.0.0.0
acl to_local_dns dstdomain your.local.domain.name
[...]
# if you have a local httpd, we don't want to cache it
always_direct allow to_local_dns
[...]
# everything else should be fetched from the ISP's proxy, not directly
prefer_direct off
[...]

If the ISP's proxy doesn't talk the ICP protocol for whatever reason, the
ceche_peer line should look like this:

cache_peer proxy.pandora.be parent 8080 8080 no-query

Be sure to read and understand the documentation shipped with squid,
e.g. in /etc/squid/squid.conf itself. Oh, and get yourself a proper ISP
that doesn't force you to use their proxy (which might or might not work).

Nils
-- 
 Nils Philippsen / Berliner Straße 39 / D-71229 Leonberg // +49.7152.209647
[EMAIL PROTECTED] / [EMAIL PROTECTED] / [EMAIL PROTECTED]
   The use of COBOL cripples the mind; its teaching should, therefore, be
   regarded as a criminal offence.  -- Edsger W. Dijkstra


___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk



[techtalk] Using CD-Rom drives with linux.

2000-12-10 Thread Tania M. Morell

Hi all!  Happy Holidays!

I'm having a huge problem getting both my IDE Creative Labs CD drive
-and- my SCSI Plextor CD-RW drive working under Mandrake 7.2 ..

FIRST PROBLEM:
How can I mount a IDE cdrom drive with an audio cd in it?  Apparently
iso9660 is not audio??

[root@caladan tmorell]# mount /dev/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
   or too many mounted file systems
[root@caladan tmorell]#



SECOND PROBLEM:
I'm trying to use XCDRoast but it won't read anything from my Plextor
CD-RW (It won't read from my IDE CD-Rom either but I think that's just
not supported under XCDRoast)

I set everything up, and click on "Duplicate CD" and then "Read CD". 
After it finishes the index scan, I get "Error reading data track 1/1"
or "Error reading audio track 1/12" depending on whether in insert a
data cd or audio cd in the drive.  This drive is 12/4/32  and is
'supposed' to read audio cd's at 20x.  I've set the speed at 20x, 8x,
4x, 1x and nothing works.

I've already scoured everything I could find about XCDRoast including
http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
  
and   http://www.xcdroast.org/  and can't find why it won't work..   
What is the "Audio Read Speed" and "Sectors for overlap sampling"
setting in xcdroast? They were automatically set to 0 and 75
respectively but don't know if I should change that.

I have the lastest firmware installed (v1.06), the drive is being
acknowleged by linux and Xcdroast can see the tracks on it, it just
can't read them.  

Is there a different buring software out there which is considered
'better'?  I really don't know any others...   



pleeese help!!  I am at my wits end.  =(



-T

___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk



RE: [techtalk] Using CD-Rom drives with linux.

2000-12-10 Thread Angela Nash

Why do you want to mount an audio CD?  I don't think that is supported since
there is no filesystem on an audio CD, only tracks.

Try the "cdrecord -scanbus" command and see if it shows your CD-RW drive.  I
use the Plextor IDE CD-RW fine with XCDRoast.

Jason

-Original Message-
From: Tania M. Morell [mailto:[EMAIL PROTECTED]]
Sent: Sunday, December 10, 2000 2:51 PM
To: [EMAIL PROTECTED]
Subject: [techtalk] Using CD-Rom drives with linux.


Hi all!  Happy Holidays!

I'm having a huge problem getting both my IDE Creative Labs CD drive
-and- my SCSI Plextor CD-RW drive working under Mandrake 7.2 ..

FIRST PROBLEM:
How can I mount a IDE cdrom drive with an audio cd in it?  Apparently
iso9660 is not audio??

[root@caladan tmorell]# mount /dev/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
   or too many mounted file systems
[root@caladan tmorell]#



SECOND PROBLEM:
I'm trying to use XCDRoast but it won't read anything from my Plextor
CD-RW (It won't read from my IDE CD-Rom either but I think that's just
not supported under XCDRoast)

I set everything up, and click on "Duplicate CD" and then "Read CD". 
After it finishes the index scan, I get "Error reading data track 1/1"
or "Error reading audio track 1/12" depending on whether in insert a
data cd or audio cd in the drive.  This drive is 12/4/32  and is
'supposed' to read audio cd's at 20x.  I've set the speed at 20x, 8x,
4x, 1x and nothing works.

I've already scoured everything I could find about XCDRoast including
http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/
cdrecord.html  
and   http://www.xcdroast.org/  and can't find why it won't work..   
What is the "Audio Read Speed" and "Sectors for overlap sampling"
setting in xcdroast? They were automatically set to 0 and 75
respectively but don't know if I should change that.

I have the lastest firmware installed (v1.06), the drive is being
acknowleged by linux and Xcdroast can see the tracks on it, it just
can't read them.  

Is there a different buring software out there which is considered
'better'?  I really don't know any others...   



pleeese help!!  I am at my wits end.  =(



-T

___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk

___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk



Re: [techtalk] Using CD-Rom drives with linux.

2000-12-10 Thread Eric Richard Turner

On Sun, 10 Dec 2000, Tania M. Morell wrote:

> Hi all!  Happy Holidays!
> 
> I'm having a huge problem getting both my IDE Creative Labs CD drive
> -and- my SCSI Plextor CD-RW drive working under Mandrake 7.2 ..
> 
> FIRST PROBLEM:
> How can I mount a IDE cdrom drive with an audio cd in it?  Apparently
> iso9660 is not audio??
> 
> [root@caladan tmorell]# mount /dev/cdrom
> mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
>or too many mounted file systems
> [root@caladan tmorell]#
>

You cannot mount an audio CD, since the CD does not contain a filesystem.
If you want to listen to a CD you can use something like workbone (a
non-GUI audio CD player) or one of the graphical versions (like the one
that comes with KDE).
 

I cannot elaborate on the SCSI CD-RW problems. My Yamaha installed just
fine, and is recognized by xcdroast.

Eric R. Turner

--
My public OpenPGP key can be found at
http://www.wwu.edu/~turnere/turnere.asc


___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk



Re: [techtalk] Using CD-Rom drives with linux.

2000-12-10 Thread Tania M. Morell

Jason, Eric, 

I was trying to mount it because I thought I needed to.  Thanks, I
suspected there would be no way to do it but wasn't sure.

I've also tried gtoaster which uses cdrecord as it's recording
client It also recognizes the drive... both actually.  But when I
try to copy, it does nothing.  xcdroast on the other hand attempts to
copy but then errors out.

I'm in the process of reading the man pages for cdrecord, cdda2wav, and
mkisofs.  I guess if I understand those, I'll be able to figure out what
xcdroast and gtoaster is doing wrong.

[root@caladan firmware]# cdrecord -scanbus
Cdrecord 1.9 (i586-mandrake-linux-gnu) Copyright (C) 1995-2000 Jörg
Schilling
Linux sg driver version: 2.1.39
Using libscg version 'schily-0.1'
scsibus0:
0,0,0 0) 'SEAGATE ' 'ST15230W SUN4.2G' '0738' Disk
0,1,0 1) 'SEAGATE ' 'ST15230W SUN4.2G' '0738' Disk
0,2,0 2) 'PLEXTOR ' 'CD-R   PX-W124TS' '1.06' Removable
CD-ROM
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
[root@caladan firmware]# 

-T


Angela Nash wrote:
> 
> Why do you want to mount an audio CD?  I don't think that is supported since
> there is no filesystem on an audio CD, only tracks.
> 
> Try the "cdrecord -scanbus" command and see if it shows your CD-RW drive.  I
> use the Plextor IDE CD-RW fine with XCDRoast.
> 
> Jason
> 
> 
> ___
> techtalk mailing list
> [EMAIL PROTECTED]
> http://www.linux.org.uk/mailman/listinfo/techtalk

___
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk