Re: GRUB question

2003-04-05 Thread Scott Henson
On Sun, 2003-04-06 at 01:55, Linux wrote:
> Greetings all.  I've been with Linux for a few years, but trying Debian for the 
> first time.  I'm having a bit of a problem getting GRUB set up, and I know it's my 
> fault.
> 
> Could someone using Debian 3 please post the contents of /boot/grub/menu.lst for me 
> to take a look at? 
use grub-install /dev/hd? and update-grub then go in and edit your
menu.lst file. 


-- 
Scott Henson <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



GRUB question

2003-04-05 Thread Linux
Greetings all.  I've been with Linux for a few years, but trying Debian for the first 
time.  I'm having a bit of a problem getting GRUB set up, and I know it's my fault.

Could someone using Debian 3 please post the contents of /boot/grub/menu.lst for me to 
take a look at? 

Thank you very much.
Skippi



-
Skippi
  On The Fly Photography
http://204EastSouth.com
Meditation -- Yoga -- Linux -- Muffins
  The Secrets of Life
-BEGIN GEEK CODE BLOCK-
  Version: 3.12
GAT d-(?) s: a C++ L++(+++) P E- W++ !N o? K- w--- o@ M+ PS+ PE++ Y+
PGP- t++@ 5+++ X++ R+ tv-- b++ DI D+ G e+ h+ r- y++
--END GEEK CODE BLOCK--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: test post. Please ignore

2003-04-05 Thread Santanu Chatterjee
On Fri, 04 Apr 2003 19:30:28 +0200, Paul Johnson wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Fri, Apr 04, 2003 at 05:03:58PM +0200, Willem-Jan Meijer wrote:
>> Why all that testing?
> 
> People are stupid and don't realise that email isn't instant?

Sorry friends,
After I subscribed to the linux-gate mailing list,
I posted my first 'testing' newspost after waiting for
about 1/2 hour. That did not appear on this linux.debian.user
newsgroup. So, I tried again. Then again... Sorry. I kinda
became desparate.

By the way, I am not using the mailing list for posting.
I am using this as a newsgroup (linux.debian.user). So,
I felt that my news post should appear instantly.

Please also ignore my other posts here about 'testing'.
All of them seems to have appeared today, after I downloaded
the news headers. Sorry again.

Regards,
Santanu


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Multimedia Keyboard

2003-04-05 Thread idalton
On Sat, Apr 05, 2003 at 01:15:44PM -0500, Scott Henson wrote:
> On Sat, 2003-04-05 at 04:00, LeVA wrote:
> > Hi!
> > 
> > Anybody knows, how can I setup a Genius Comfy KB-16M Wireless keyboard's 
> > multimedia keys? When I use
> >  Option  "XkbModel"  "geniuscomfy"
> > in the XF86Config, some keys, still don't work.
> Look into hotkeyd and acme.  Acme is the better of the two, but it is a 
> gnome2 specific thing, while hotkeys works almost anywhere.  

I happen to like lineak a bit better for daemoning hotkeys.

Has anyone an hotkeys daemon for non-X console though?


pgp0.pgp
Description: PGP signature


Re: Need help for file sharing -- linux --&amp;gt; linux boxen

2003-04-05 Thread nate
C-Cose Masters said:

> pmap_getmaps rpc problem: RPC: Unable to receive; errno = Broken pipe
> Stopping portmap daemon: portmap.
> Starting portmap daemon: portmap.

next thing would be stop portmapper

/etc/init.d/portmap stop

and run netstat to be sure nothing is using port 111

netstat -an | grep 111

also be sure portmapper is really stopped by checking the process
list. if something is using port 111 use fuser to determine what
it is:

fuser -n tcp 111
fuser -n udp 111

if both of the above tests return nothing my next idea would be to
run strace on portmapper as it starts and log the output:

strace /sbin/portmap >&/tmp/output.log

it may give some clues..though strace is REAALY verbose,
finding the problem is usually not too easy for me at least,
I'm not a developer, but sometimes it can be found... try posting
the log file on a web/ftp site if you can't decipher it.

and after that I'm not sure what to suggest, are you running
woody? if not I suppose it could be a bug..

nate




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Borland Kylix on Linux - Both Pascal and a C compiler

2003-04-05 Thread S Yuval
Actually, Kylix comes with both a Pascal compiler and a C++ compiler. It's
shipped in the same bundle, but the uses different startup scripts (startbcb
for a "C++ Builder" like environment and "startdelphi" for a Pascal like
environment).
- Original Message -
From: "Dale Welch" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "S Yuval" <[EMAIL PROTECTED]>
Sent: Saturday, April 05, 2003 9:46 PM
Subject: Re: Borland Kylix on Linux


> You do realize that kylix is a pascal and not a c compiler...?
> stdio.h is a c header file... not going to work.
> in kylix you would have something closer to
>
> program hello(input,output);
> begin
>   writeln('hello');
> end.
>
> however because it is actually much more than just a pascal compiler, it
> gets much more complicated.
> :-)
>
> ---dale
>
>
> - Original Message -
> From: S Yuval
> To: [EMAIL PROTECTED]
> Sent: Saturday, April 05, 2003 8:38 PM
> Subject: Borland Kylix on Linux
>
>
> I'm trying to use Borland Kylix for Linux to write a simple "Hello World!"
> program.  I have installed it in single user mode, in my home directory,
> skipping the RPM installation and using the binary tarball archive
directly.
> The development environment runs, but when I include stdio.h, I get an
> indefinite list of complaints about syntax errors concerning preprocessor
> directives in the file.  Does this mean that Kylix is incompatible with
the
> GNU libraries? can anyone suggest a remedy?
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dmesg & Fdisk see only 30 out of 60 MB--SOLVED

2003-04-05 Thread Paul Mackinney
David Raeker-Jordan declaimed:
> David Raeker-Jordan wrote:
> > 
> > I recently installed a new Samsung 60 MB HD into a 1998 "vintage" Celeron
> > machine as /dev/hdb. The BIOS reports the drive as 30 MB.
> > 
> > I thought that Debian would see the whole drive, but dmesg and fdisk only
> > report about 30 or 32 GB.
> >
> > I then booted Knoppix, and it sees the whole 60 MB. Here is what fdisk on
> > Knoppix reports:
> > 
> > What have I done wrong?
> > 
> 
> Then Christoph Walther came to rescue with the following idea:
> 
> Here's an idea that worked for me.
> 
> Keep the harddisk jumpered to use the _full_ capacity, e.g. 60GB, use a
My BIOS hangs at boot unless I use the "compatability" jumper that
throttles my new Maxtor 120 GB drive down to 33 GB :-(

(Award BIOS on ASUS P5A motherboard)

> 2.4.20-Kernel, and make sure the CONFIG_IDEDISK_STROKE kernel parameter is
> set to yes. 
Do you know the display title of this option in xconfig (meta-question:
is there a doc that maps the xconfig sections & display titles to the
config file options? I'm having trouble finding docs on xconfig, doesn't
seem to be covered in the 'make' documentation).

This isn't set in my 2.4.20 kernel-pkg kernel, I'll certainly add it.
> 
> (You can check the setting with "grep CONFIG_IDEDISK_STROKE
> /boot/config-insert_version_here")
> 
> .config
> 
> #
> # IDE, ATA and ATAPI Block devices
> #
> CONFIG_IDEDISK_STROKE=y
> 
> edited by make menuconfig.
> 
> That means, to activate in the kernel the resize-function for big
> IDE-Harddisks.
> Compile the Kernel and restart your system.
> Forget screwdrivers, BIOS-Updates, ATA100-Cards or a new Motherboards
Well, the cost of a new motherboard with built-in support for 133 ide
bus speed is just than $20 more than the cost of an enhanced IDE
controller, but still it's great to learn about a new kernel flag.

(admittedly I lucked out to find a motherboard that will take my current
DIMMs, and for which I have a compatible unused CPU lying around)

> and , at last, avoid the fit of rage
> That's the easiest and the most intelligent way to get the
> full harddisk-capacity!
> I tried it successfully on my old (1997) Pentium I, 166MMX-System with
> a Western Digital 60GB-Harddisk on Debian 3.0r1 !
> 
> ___
> 
> Final Note: I recomplied the kernel and it worked like a charm. Thanks!
> 
> -- 
> David Raeker-Jordan
> mailto:[EMAIL PROTECTED]
> GnuPG key: 1024D/CD956608


-- 
Paul Mackinney
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Need help for file sharing -- linux --&gt; linux boxen

2003-04-05 Thread C-Cose Masters
Greetings Nate,

On 04-05-03, nate transmitted the following;
% C-Cose Masters said:
% 
% > Is there any way that either portsentry or ipchains is interfering with
% > communication?
% 
% yes this is very likely
% 
Although likely, flushing my chains had no positive effect.

% >
% > I've attempted to install with portsentry stopped, but haven't yet tried
% > to alter my ~limited~ chains scripts.
% >
% > Also, while problem solving I've:
% >
% > 1   checked inetd.conf for RPC services and restarted it with them
% > commented out.
% > Result: no change
% 
% nfs-related RPC stuff runs standalone (/etc/init.d/nfs-common)
% 
% for now ipchains -F
% 
done ...

% and restart portmapper and nfs-common
% 
% /etc/init.d/portmap restart
% 
done .. with the following results:

pmap_getmaps rpc problem: RPC: Unable to receive; errno = Broken pipe
Stopping portmap daemon: portmap.
Starting portmap daemon: portmap.

% /etc/init.d/nfs-common restart
% 
done ...

% run rpcinfo -p
% 
done ... again with negative results:

rpcinfo: can't contact portmapper: rpcinfo: RPC: Unable to receive;
errno = Connection reset by peer

% should work now..
% 
should ... but hasn't

% try starting the nfs server
% 
% then run your ipchains scripts again, you'll probably have to tune them,
% I recommend having most/all of your blocking rules tied to your external
% interface to make it cleaner (use the option -i eth0 in the ipchains
% command if eth0 is your external interface)
% 
I currently have all prohibitive scripts locked on to only my ppp0
(external) interface. All local traffic (LAN and lo) is fully allowed.

% nate

Any other help to offer Nate? This is really beginning to irk me, as
everything worked just jim-dandy with the potato nfs-server pkg. Silly
me didn't need it at the time so Purge it went.

C-Cose


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Borland Kylix on Linux

2003-04-05 Thread Dale Welch
You do realize that kylix is a pascal and not a c compiler...?
stdio.h is a c header file... not going to work.
in kylix you would have something closer to

program hello(input,output);
begin
  writeln('hello');
end.

however because it is actually much more than just a pascal compiler, it
gets much more complicated.
:-)

---dale


- Original Message -
From: S Yuval
To: [EMAIL PROTECTED]
Sent: Saturday, April 05, 2003 8:38 PM
Subject: Borland Kylix on Linux


I'm trying to use Borland Kylix for Linux to write a simple "Hello World!"
program.  I have installed it in single user mode, in my home directory,
skipping the RPM installation and using the binary tarball archive directly.
The development environment runs, but when I include stdio.h, I get an
indefinite list of complaints about syntax errors concerning preprocessor
directives in the file.  Does this mean that Kylix is incompatible with the
GNU libraries? can anyone suggest a remedy?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



mkisofs oddity

2003-04-05 Thread Jason Pepas
hello,

perhaps I am using it incorrectly, but it seems mkisofs behaves oddly with 
respect to directories.

lets say I have a filesystem:

/foo
/bar
f1
f2
/bork

that is, our filesystem is composed of

/foo/bar/f1
/foo/bar/f2
/foo/bork/

Now, if I simply want to make an iso of the bar directory, such that my cd 
would contain

/bar/f1
/bar/f2

the obvious thing to do would be

mkisofs bar

however, this instead creates the following filesystem:

/f1
/f2

but if I wanted that, the obvious thing to do would be this:

mkisofs bar/*

is this considered correct behavior?

is there no way to simply make an image of a directory without resorting to 
graft-points?

thanks,
jason pepas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Need help for file sharing -- linux --&gt; linux boxen

2003-04-05 Thread nate
C-Cose Masters said:

> Is there any way that either portsentry or ipchains is interfering with
> communication?

yes this is very likely

>
> I've attempted to install with portsentry stopped, but haven't yet tried
> to alter my ~limited~ chains scripts.
>
> Also, while problem solving I've:
>
> 1 checked inetd.conf for RPC services and restarted it with them
>   commented out.
>   Result: no change

nfs-related rpc stuff runs standalone (/etc/init.d/nfs-common)

for now ipchains -F

and restart portmapper and nfs-common

/etc/init.d/portmap restart
/etc/init.d/nfs-common restart

run rpcinfo -p

should work now..

try starting the nfs server

then run your ipchains scripts again, you'll probably have to tune them,
I reccomend having most/all of your blocking rules tied to your external
interface to make it cleaner (use the option -i eth0 in the ipchains
command if eth0 is your external interface)

nate




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Borland Kylix on Linux

2003-04-05 Thread S Yuval



I'm trying to use Borland Kylix for Linux to write 
a simple "Hello World!" program.  I have installed it in single user mode, 
in my home directory, skipping the RPM installation and using the binary tarball 
archive directly.  The development environment runs, but when I include 
stdio.h, I get an indefinite list of complaints about syntax errors concerning 
preprocessor directives in the file.  Does this mean that Kylix is 
incompatible with the GNU libraries? can anyone suggest a 
remedy?


Re: Need help for file sharing -- linux --> linux boxen

2003-04-05 Thread C-Cose Masters
Greetings nate,

I followed your advice with results as follows:

## started portmap daemon

grommit:/etc/init.d
00:18:01==>SUPER: /etc/init.d/portmap start
Starting portmap daemon: portmap.
grommit:/etc/init.d
00:18:08==>SUPER: rpcinfo -p
rpcinfo: can't contact portmapper: rpcinfo: RPC: Unable to receive;
errno = Broken pipe

Similar error to that received when installing nfs-server ...

## starting nfs-common

grommit:/etc/init.d
00:18:34==>SUPER: /etc/init.d/nfs-common start
Starting NFS common utilities: statd lockd.
grommit:/etc/init.d
00:18:48==>SUPER: rpcinfo -p
rpcinfo: can't contact portmapper: rpcinfo: RPC: Unable to receive;
errno = Broken pipe

Same error as above ... hmmm 

Is there any way that either portsentry or ipchains is interfering with
communication?

I've attempted to install with portsentry stopped, but haven't yet tried
to alter my ~limited~ chains scripts.

Also, while problem solving I've:

1   checked inetd.conf for RPC services and restarted it with them
commented out.
Result: no change

2   Re-started inetd with RPC services enabled (that is the hash marks
removed)
Result: no change

I've also removed xinetd as it didn't convert all active services listed
in inetd when it was installed (as it ~appears~ to in the conf
messages).


Thanks for the suggestions.

On 04-05-03, nate transmitted the following;
% C-Cose Masters said:
% 
% > Starting NFS servers:Cannot register service: RPC: Unable to
% > receive; errno = Connection refused
% 
% make sure portmap and nfs-common are running:
 
... snip of portmap output ...
 
% sounds like portmapper is not running to me
% 
% nate

C-Cose


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Trying to install Gnome 2.2

2003-04-05 Thread Jeff Tickle
Howdy...

Now that I have X up and running and things are good, I tried upgrading 
gnome to version 2.2.  Unfortunately, dselect is having some problems 
resolving some dependencies, and refuses to move past this one screen:

Opt libs libxft2 (libxft2 depends on xlibs >= 4.2.0)
Req libs libperl5.6  (gaim depends on libperl5.6 >= 5.6.1-8.2)
Opt libs xlibs (libxft2 depends on xlibs >= 4.2.0 and gnome-core depends 
on xlibs >=4.2.0)
Opt web mozilla-psm (evolution recommends mozilla-psm >= 1.3)
Opt mail evolution (evolution recommends mozilla-psm >= 1.3)
Opt net gaim (gaim depends on libperl5.6 >= 5.6.1-8.2(
Opt x11 gnome-core (gnome-core depends on xlibs >= 4.2.0)

Everything here seems to be satisfied, so why can't I move on?  just 
pressing enter results in the "Dependency/conflict resolution" help 
screen, and shows the same dependency issues.

When I tried setting some of these to 'not install', it broke down 
worse.  If anyone can provide help or if I can send more useful 
infromation, please let me know.

-Jeff

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: 2 Hardware Questions (LCD/Wireless Router)

2003-04-05 Thread Bill Wohler
Matt Price <[EMAIL PROTECTED]> writes:

> In the process of setting up a home network which will have the
> following machines on it:

I just picked up the D-Link 713p (wireless router/firewall) and am happy
with it. It speaks PPPoE to the DSL provider and can be configured to
pass ssh requests from outside into my machine. There's a Mac plugged
directly into it and speaks 802.11 to my PC. I hooked up the D-Link
DWL-810 to my PC since a wireless card I got didn't have the power to
reach the router. This is an interesting little bridge which plugs into
your Ethernet port, so it's easy as pie to install and no special
drivers are needed.

--
Bill Wohler <[EMAIL PROTECTED]>  http://www.newt.com/wohler/  GnuPG ID:610BD9AD
Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian!
If you're passed on the right, you're in the wrong lane.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: issue with make-kpkg kernel_image

2003-04-05 Thread Andy
> Check out my kernel-package tutorial here:
>
> http://newbiedoc.sourceforge.net/system/kernel-pkg.html
>
> I believe it will help you understand what you're seeing.

Awesome.  This is exactly what I need.
Great job on the page by the way!

It is almost too good to be true to make the custom
kernels this way.  Very easy indeed.

Andy


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Need help for file sharing -- linux --> linux boxen

2003-04-05 Thread nate
C-Cose Masters said:

>   Starting NFS servers:Cannot register service: RPC: Unable to
>   receive; errno = Connection refused

make sure portmap and nfs-common are running:

rpcinfo -p

on a system running those should return something similar to:

   program vers proto   port
102   tcp111  portmapper
102   udp111  portmapper
1000241   udp  32768  status
1000241   tcp  32768  status
1000211   udp  32769  nlockmgr
1000213   udp  32769  nlockmgr
1000214   udp  32769  nlockmgr

sounds like portmapper is not running to me

nate




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Need help for file sharing -- linux --> linux boxen

2003-04-05 Thread C-Cose Masters
Greetings,

the "t" in my apt commands is so from attempting to get the testing
version of these packages. I've attempted to install nfs* pkgs from both
stable and testing with the same post-install errors.

There appears to be a problem connecting to RPC services.

I've done the following ~before~ posting to the list:

1.  Attempted to install stable version of nfs-user-server.
Result: error as before

2.  Purged above package and attempted install of nfs-kernel-server.
Result: same error

3.  Purged all nfs-common, nfs-*-server, and portmap, then attempted
fresh install.
Result: same error

4.  Step 3 repeated but attempting testing versions.
Result: same error

A bit of a patter developing.

I've also disabled portsentry while installing -- thinking that it was
interfering in the process.

At this point all I can think of is that my ~limited~ ipchains rules are
somehow interfering (although they shouldn't as I have unrestricted
traffic on the lo interface).

Still looking for advice, pointers, fm's, etc.

Thanks anyway,

C-Cose

On 04-05-03, Hanasaki JiJi transmitted the following;
% apt-get remove --purge nfs-kernel-server nfs-user-server
% apt-get install --reinstall nfs-kernel-server portmap
% 
% dont mix in all that -t stuff.. ya dont need it.  if you reply to this, 
% reply to the list so others can see/help you.
% 
% C-Cose Masters wrote:
% >Greetings,
% >
% >I'm having difficulties installing nfs- (user-server | kernel-server)
% >through apt. Basically they exit with pre- and post-config errors as
% >follows:
% >
% >for nfs-user-server
% >
% > ==>SUPER: apt-get -u install -t testing nfs-user-server
% > Reading Package Lists... Done
% > Building Dependency Tree... Done
% > The following NEW packages will be installed:
% > nfs-user-server 
% > 0 packages upgraded, 1 newly installed, 0 to remove and 518  not
% > upgraded.
% > Need to get 97.9kB of archives. After unpacking 266kB will be used.
% > Get:1 ftp://ftp.us.debian.org testing/main nfs-user-server
% > 2.2beta47-14 [97.9kB]
% > Fetched 97.9kB in 14s (6640B/s) 
% > Selecting previously deselected package nfs-user-server.
% > (Reading database ... 109846 files and directories currently
% > installed.)
% > Unpacking nfs-user-server (from
% > .../nfs-user-server_2.2beta47-14_i386.deb) ...
% > Setting up nfs-user-server (2.2beta47-14) ...
% > Starting NFS servers:Cannot register service: RPC: Unable to
% > receive; errno = Connection refused
% > dpkg: error processing nfs-user-server (--configure):
% >  subprocess post-installation script returned error exit status 1
% >  Errors were encountered while processing:
% > nfs-user-server
% > E: Sub-process /usr/bin/dpkg returned an error code (1)
% >
% >for nfs-kernel-server, the same error about RPC "Connection refused" is
% >returned after it hangs during post-install and has to be interrupted
% >with +c.
% >
% >When I was running potato, I had "nfs-server" installed without any
% >difficulties at all but removed it as, at the time, it was an
% >unnecessary extra service.
% >
% >Now, I've finally got a small home LAN set up with a mixture of Mac, MS
% >and Linux boxes. I'd like to have a way to transfer files between the
% >Linux boxes (currently ~this~ desktop, with two users, and a laptop,
% >with only myself).
% >
% >Am I over-thinking the means to xfer files to and fro? Seeing as I'll be
% >on a secure wired LAN and no more than two rooms separating the desktop
% >and laptop, I'd like to do this without having to resort to ssh, ftp, or
% >emailing files to and fro.
% >
% >I'm also having quandaries with other servers (specifically pop3 service
% >offering to the MS and Mac machines) but will address them in another
% >post.
% >
% >Many thanks for any help offered,
% >
% >C-Cose Masters
% >
% >
% 
% -- 
% =
% = Management is doing things right; leadership is doing the =
% =   right things.- Peter Drucker=
% =___=
% = http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
% =  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
% =


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Why am I no longer receiving the digest?

2003-04-05 Thread Robert Storey
On Sat, 5 Apr 2003 16:46:02 +0100
Pigeon <[EMAIL PROTECTED]> wrote:

> On Sat, Apr 05, 2003 at 11:25:15AM +0100, Colin Watson wrote:
> > On Sat, Apr 05, 2003 at 04:12:36AM +0100, Pigeon wrote:
> > > Thanks, that's useful to know... so presumably when it does get going
> > > again, I'll receive 100 digests in a lump? duplicating a few thousand
> > > messages? But if I block the duplicates, the list server gets error
> > > returns and automatically unsubscribes me (or so I understand). Oh well.
> > 
> > No need to return errors on the duplicates. You could just drop them
> > into /dev/null.
> 
> Sorry, I know that. I'm thinking of actually not downloading them over
> dialup from the POP3 server. I know more or less nothing about the
> inner workings of email transmission and delivery, but the consensus
> on this list as to what to do with spam seems to be to deliver it to 
> /dev/null as anything else either returns errors to the spammer which
> they can use for evil purposes, or accidentally spams with error
> messages some innocent whose address has been forged in the From header

I think the solution to your problem would be to download and install Animail:

http://animail.sourceforge.net/

I installed Animail a few months ago, and I'm very enthusiastic about it. Among it's 
notable features, it's got the ability to delete (without downloading) email messages 
and attachments over a certain size that you specify. Since the digests are likely to 
be pretty large, you can send all big messages to trash without losing smallers 
messages that you might want to read.

Hope this helps,
Robert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



xfstt superfluous?

2003-04-05 Thread David Wright
In an attempt to fix ugly fonts in gtk1.2 apps, I just added 
/usr/lib/X11/fonts/TrueType to the xfs configuration file 
/etc/X11/fs/config, and it worked! Does this mean that xfs can serve 
both PS and TT, making xfstt completely unnecessary?

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Need help for file sharing -- linux --> linux boxen

2003-04-05 Thread C-Cose Masters
Greetings,

I'm having difficulties installing nfs- (user-server | kernel-server)
through apt. Basically they exit with pre- and post-config errors as
follows:

for nfs-user-server

==>SUPER: apt-get -u install -t testing nfs-user-server
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
nfs-user-server 
0 packages upgraded, 1 newly installed, 0 to remove and 518  not
upgraded.
Need to get 97.9kB of archives. After unpacking 266kB will be used.
Get:1 ftp://ftp.us.debian.org testing/main nfs-user-server
2.2beta47-14 [97.9kB]
Fetched 97.9kB in 14s (6640B/s) 
Selecting previously deselected package nfs-user-server.
(Reading database ... 109846 files and directories currently
installed.)
Unpacking nfs-user-server (from
.../nfs-user-server_2.2beta47-14_i386.deb) ...
Setting up nfs-user-server (2.2beta47-14) ...
Starting NFS servers:Cannot register service: RPC: Unable to
receive; errno = Connection refused
dpkg: error processing nfs-user-server (--configure):
 subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
nfs-user-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

for nfs-kernel-server, the same error about RPC "Connection refused" is
returned after it hangs during post-install and has to be interrupted
with +c.

When I was running potato, I had "nfs-server" installed without any
difficulties at all but removed it as, at the time, it was an
unnecessary extra service.

Now, I've finally got a small home LAN set up with a mixture of Mac, MS
and Linux boxes. I'd like to have a way to transfer files between the
Linux boxes (currently ~this~ desktop, with two users, and a laptop,
with only myself).

Am I over-thinking the means to xfer files to and fro? Seeing as I'll be
on a secure wired LAN and no more than two rooms separating the desktop
and laptop, I'd like to do this without having to resort to ssh, ftp, or
emailing files to and fro.

I'm also having quandaries with other servers (specifically pop3 service
offering to the MS and Mac machines) but will address them in another
post.

Many thanks for any help offered,

C-Cose Masters


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: issue with make-kpkg kernel_image

2003-04-05 Thread Nathan E Norman
On Sat, Apr 05, 2003 at 06:21:46PM -0500, Kevin McKinley wrote:
> On Sat, 5 Apr 2003 16:53:42 -0600
> Nathan E Norman <[EMAIL PROTECTED]> wrote:
> 
> > On Sat, Apr 05, 2003 at 12:13:53PM -0900, Andy wrote:
> > > 
> > > I am using this for reference and can successfully do a custom kernel:
> > > http://www.debian.org/doc/manuals/debian-faq/ch-kernel.en.html
> > > 
> > > I must be doing something wrong because when I try to do it again with 
> > > using "Custom.2" I get this error:
> >  
> > BTW, what's up with the CAPS in "Custom.2"??
> 
> What's wrong with Caps? The default value for revision is "10.00.Custom".

This is unix, Caps are AnNoYiNg.  YMMV.  If you inferred that I
thought the CAPS were the problem, you were mistaken.

-- 
Nathan Norman - Incanus Networking mailto:[EMAIL PROTECTED]
  Avoid gunfire in the bathroom tonight.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apt-show-versions Question

2003-04-05 Thread Shaun Crossley
On Sat, Apr 05, 2003 at 12:16:10AM -0600, Stephen Hargrove wrote:
> Based on a recent thread on this list, I've constructed the following
> bash script:
> 
> #!/bin/sh
> # /etc/cron.daily/apt-show-versions: email alerts when new packages
> # are available
> #
> # 2003-03-10, Shaun Crossley, [EMAIL PROTECTED]
> 
> [EMAIL PROTECTED]
> 
> /usr/bin/apt-show-versions -u | /usr/bin/mail -e -s "`/bin/hostname`:
> updated packages available" $ADMINMAIL
> 
> I have one machine that _never_ reports any available updates, and I
> have another machine that _always_ reports available updates -- even
> when there are none available.  For example, recently I performed:
> 
> # apt-get update
> # apt-get upgrade
> 
> And received a response that no updates were available.  However, the
> script emailed me a list of approximately 50 available updates in the
> form of:
> 
> dnsutils/testing upgradeable from 1:9.2.1-4 to 1:9.2.2-2
> ksirc 4:2.2.2-14.6 newer than version in archive
> khexedit 4:2.2.2-9.2 newer than version in archive
> libpng3/testing upgradeable from 1.2.1-1.1 to 1.2.5-10
> korn 4:2.2.2-14.6 newer than version in archive
> etc.
> 
> Am I missing something?  I'm sure that I'm doing something wrong, but
> I'm not seeing it.  Any input would be appreciated.

I'm the author of that snippet of code.  I can't tell from what
you've quoted, but it looks like you might have an earlier
version that omits the "/usr/bin/apt-get update -qq" which runs
prior to the apt-show-versions line.

Perhaps that's the trouble you're having (in which case I
apologize).  If apt-get upgrade is not run prior to
apt-show-versions you may not get an accurate report of what new
packages are available.

Or perhaps your problem is related to a similar problem I'm
having where I've used pinning, to make apt-get aware of all
three versions (stable/testing/unstable).  When I apt-get upgrade
or apt-get dist-upgrade, it doesn't automatically upgrade those
packages I've obtained from testing or unstable.  

I recall reading that you could only track two versions at once;
perhaps I should be using some other method of getting testing
packages into my stable systems.  Currently, when I find that a
testing package has been upgraded, I simply apt-get install -t
testing $PACKAGENAME and it gets the upgrade.

That's all I've got for now as far as insight -- hope it's of
some use.

And, thanks for using my script, such as it is!  :-)  One of
these days I intend to figure out how to create an apt repository
of my own so that scripts and custom kernel compiles can go
there, and I can point people at it if they're interested -- and
so that they will obtain the bug-fixes too.

-- 

Shaun Crossley
mailto:[EMAIL PROTECTED]
http://www.whatever.ca


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Kmail or Konq

2003-04-05 Thread Mike M
Anybody else running Woody having probs with Kmail or Konq freezing?  Konq 
more often than Kmail.  I log out and log in to clear.  
-- 
Mike M.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: 2 Hardware Questions (LCD/Wireless Router)

2003-04-05 Thread Joey Hess
Matt Price wrote:
> I need to buy a wireless router and a monitor, and have questions
> about both.
> 
> First the router.  Looking around, I gather all these routers run
> their own networking and encryption software.  Having recently
> converted to Debian GNU/Linux, I'm bummed at having to give up control
> of these features to some hardware I have no real access to, and I
> feel just a little suspicious of these closed-platform boxes.  On the
> other hand, they do seem to be pretty practical devices.  So my
> question:  can anyone share opinions about particular models, or
> general criteria to apply in deciding between competing models?

I know exactly what you mean. If you don't mind spending a bit more, you
can buy a small, silent, low power computer such as the openbrick
(http://openbrick.org), which can run Debian and function as an access
point. You'll need to get one of the right wireless cards which linux
can use in access point mode uwing either the hostap or wlan-ng drivers,
and do some tweaking.

-- 
see shy jo


pgp0.pgp
Description: PGP signature


Re: 2 Hardware Questions (LCD/Wireless Router)

2003-04-05 Thread Penn Gwynne
On Saturday 05 April 2003 14:53, Matt Price wrote:
> Hi,
>
>
> In the process of setting up a home network which will have the
> following machines on it:
> - 1 IBM ThinkPad X31 connected alternately by ethernet and wireless
>  (802.11b).  Will unfortunately be running XP, unless I replace that
>  by Win 2000 Professional (not for my use, or it'd be Debian all the way)
> - 1 G3 Mac, currently running MacOS 9, hopefully soon to move to
>  Debian PPC, connected by ethernet cable
> - 1 Old HP Omnibook. hopefully running a slimmed-down version of
>  Debian, connectd hopefully by 802.11 b as well
> - (Maybe) a relatively new PC running Debian Woody, connected by
>  Ethernet
>
> I need to buy a wireless router and a monitor, and have questions
> about both.
>
> First the router.  Looking around, I gather all these routers run
> their own networking and encryption software.  Having recently
> converted to Debian GNU/Linux, I'm bummed at having to give up control
> of these features to some hardware I have no real access to, and I
> feel just a little suspicious of these closed-platform boxes.  On the
> other hand, they do seem to be pretty practical devices.  So my
> question:  can anyone share opinions about particular models, or
> general criteria to apply in deciding between competing models?
>
> Then the monitor.  We've settled on buying an LCD monitor, and I wanted
> to check about compatibility before I bought one.  I've noticed some
> companies talk about "mac compatible" or "linux compatible" products.
> Any idea what this means?  My impression with ordinary CRT monitors
> is, that as long as the cable on the monitor (DVI; VGA, ADC,
> whatever) matches the port on your video card, you're OK.  Is this not
> true of LCD's?  Do some of the LCD's require proprietary color
> adjustment software, for instance; and if so, are there ways to
> compensate under Linux?
>
>
> Thanks as always for the help!  Look forward to hearing back,
> Matt

- Route -
I have used a Linksys, a Netgear RT314 and currently use an FR114P.  The 
Linksys lasted under a year before the power supply toasted.  I needed a 
replacement that day and saw that Compusa had the Netgear RT314 on sale for  
$50 off.  

I recently retired the RT314 and replaced it with the FR114P since the latter 
has finer control over what "rules" you can apply.  I have been *very* happy 
with Netgear.  

I will buy another FR114P soon and run the two of them in series.  This will 
allow me to form a physical DMZ for my web server by putting in the server in 
middle of the two routers.  If you want a "real" DMZ in a single box requires 
a much more expensive device than most of us are willing to pay.  I give 
Netgear credit for pointing out that what most inexpensive router's claim as 
a "DMZ" is nothing more than the exposure of all IP ports from the WAN side 
to a particular IP on the LAN side.  But the exposed computer can still see 
everything else on the LAN side so if it does get compromised what has been 
gained?

You don't have to lose any "control" by using a hardware router since  you can 
always expose specific IP ports on the WAN side to specific IP/ports on the 
LAN side.  If you do that you will certainly want ot make sure that the Linux 
box you are exposing has everything in proper order.  For example, for last 
month alone there were a little over 20,000 break in attempts.

- LCD -
I bought an AOpen F50L (15 inch) as it was the first model that I found 
locally for $300.  About the only consession that I had to make was to 
manually put in the Vertical and Horizontal frequencies.  And even that may 
have been more of an artifact of have a Linksys KVM between my Debian box and 
the LCD screen.

/Pen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



SOLVED: Re: external vs. mobo sound [was: Re: Motherboard Success]

2003-04-05 Thread Nori Heikkinen
on Sat, 05 Apr 2003 05:56:59PM -0500, Nori Heikkinen insinuated:
> on Sat, 05 Apr 2003 01:14:40AM -0800, Paul Johnson insinuated:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > On Sat, Apr 05, 2003 at 09:47:46AM +0100, A Cjt wrote:
> > > Also, would anyone suggest getting a separate sound card, or
> > > sticking with the sound on this board?
> > 
> > Soundblaster Live! 128 works marvelously and far better than any
> > piece-o-shit on-board sound I've seen.
> 
> while we're on the topic, what's the recommended way for getting an
> external sound card to override the one that's on the mobo?  I have
> an Ensoniq ES1371 that I've been using all along, but since the
> purchase of a new mobo with onboard sound, i haven't been able to
> configure it correctly.  I've compiled drivers for it into my
> kernel; i disabled the mobo sound in the BIOS ... but i still get
> the error(s)
> 
> libao - OSS cannot set rate to 44100 Error: Cannot open device oss.
> 
> or
> 
> Can't find a suitable libao driver. (Is device in use?)
> 
> when i try to play anything (depending on if i try to play oggs or
> mp3s).
> 
> any pointers?

solved -- i linked /dev/dsp to /dev/dsp1, instead of /dev/dsp0, and it
works like a charm.  weird.

thanks,



-- 
.~.  nori @ sccs.swarthmore.edu
/V\  http://www.sccs.swarthmore.edu/~nori/jnl/
   // \\  @ maenad.net
  /(   )\   www.maenad.net
   ^`~'^
  pgp servers finicky: get my (*new*) key here:
   http://www.maenad.net/geek/gpg/7ede5499.asc
  (please *remove* old key 11e031f1!)


pgp0.pgp
Description: PGP signature


Resolving hostnames using DHCP

2003-04-05 Thread Clive Menzies
Hi

I've just installed Debian on an HP Netserver LH Pro which was a 
challenge in itself ;).  I am still very much a newbie and not very 
technical.   I've managed to get Linux running on an old Mac and a G4 
plus we've also got 3 Windows 98 PC's on the network.  So far, I've 
installed Samba and dhcpd on the Netserver and managed to get all 
machines accessing the internet via the broadband router using the dhcp 
server.

However, is there a way in which the server can resolve hostnames to 
local IP addresses automatically or do I really have to list them 
manually in /etc/hosts?  It would seem to defeat the object of having a 
dhcp server.  I can ping all the hosts by IP address but only the 
Windows machines can ping using the hostname which I guess means that 
windows is resolving the names in some way.  What's the Linux 
equivalent?

TIA

Clive


Clive Menzies & Associates Limited
strategies for business
http://www.clivemenzies.co.uk
75 Priory Road, London N8 8LR
d/l: 020 8348 0996
fax: 087 0705 2066
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: CD label maker - what's your preference?

2003-04-05 Thread Robert Ian Smit
* Neal Lippman <[EMAIL PROTECTED]> [05-04-2003 20:46]:
> I am looking for a utility for making cd labels (round ones to stick
> onto the CD itself) and jewel case covers

You can try out disc-cover at:
http://jvhemert.cjb.net/disc-cover/ 
or:
http://pc163a.liacs.nl/disc-cover/

You can also install this package and run it locally.

As far as I know it only prints case covers.

Bob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: 2 Hardware Questions (LCD/Wireless Router)

2003-04-05 Thread Richard Kimber
On Sat, 5 Apr 2003 17:53:01 -0500
Matt Price <[EMAIL PROTECTED]> wrote:

> I need to buy a wireless router and a monitor, and have questions
> about both.
> 
> First the router.  Looking around, I gather all these routers run
> their own networking and encryption software.  Having recently
> converted to Debian GNU/Linux, I'm bummed at having to give up control
> of these features to some hardware I have no real access to, and I
> feel just a little suspicious of these closed-platform boxes.  On the
> other hand, they do seem to be pretty practical devices.  So my
> question:  can anyone share opinions about particular models, or
> general criteria to apply in deciding between competing models?

I use the Netgear MR314.  This seems pretty good to me. But I'm not an
expert. It has a web-based setup that allows you to specify things much as
you want them. But then I only have very simple requirements.  The
manual/user guide can be downloaded in pdf format from their website, so
you can have a good look at what it does for yourself.

> Then the monitor.  We've settled on buying an LCD monitor, and I wanted
> to check about compatibility before I bought one.  I've noticed some
> companies talk about "mac compatible" or "linux compatible" products.
> Any idea what this means?  My impression with ordinary CRT monitors
> is, that as long as the cable on the monitor (DVI; VGA, ADC,
> whatever) matches the port on your video card, you're OK.  Is this not
> true of LCD's?  Do some of the LCD's require proprietary color
> adjustment software, for instance; and if so, are there ways to
> compensate under Linux?  
> 

I have a 17" Belinea 10 17 20 which I'm very happy with.  It's just like a
CRT in the respect that you mention.  I can't answer your question about
colour compensation.

- Richard.
-- 
Richard Kimber
http://www.psr.keele.ac.uk/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: issue with make-kpkg kernel_image

2003-04-05 Thread Kevin McKinley
On Sat, 5 Apr 2003 16:53:42 -0600
Nathan E Norman <[EMAIL PROTECTED]> wrote:

> On Sat, Apr 05, 2003 at 12:13:53PM -0900, Andy wrote:
> > 
> > I am using this for reference and can successfully do a custom kernel:
> > http://www.debian.org/doc/manuals/debian-faq/ch-kernel.en.html
> > 
> > I must be doing something wrong because when I try to do it again with 
> > using "Custom.2" I get this error:
>  
> BTW, what's up with the CAPS in "Custom.2"??

What's wrong with Caps? The default value for revision is "10.00.Custom".

Kevin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: 2 Hardware Questions (LCD/Wireless Router)

2003-04-05 Thread Kevin McKinley
On Sat, 5 Apr 2003 17:53:01 -0500
Matt Price <[EMAIL PROTECTED]> wrote:

> I need to buy a wireless router and a monitor, and have questions
> about both.
> 
> First the router.  Looking around, I gather all these routers run
> their own networking and encryption software.  Having recently
> converted to Debian GNU/Linux, I'm bummed at having to give up control
> of these features to some hardware I have no real access to, and I
> feel just a little suspicious of these closed-platform boxes.  On the
> other hand, they do seem to be pretty practical devices.  So my
> question:  can anyone share opinions about particular models, or
> general criteria to apply in deciding between competing models?

I'm not sure what you mean about giving up control of networking and
encryption.

I have the Netgear FM114P, and I like it. (I suspect it runs Linux, which
makes me like it a bit more.) It has a stateful firewall, NAT, dhcp server,
print server and upgradeable firmware.

I can choose between no WEP, 64-bit WEP or 128-bit WEP. I can choose to
allow any wireless unit to connect, or to specify MACs allowed to connect. I
can choose to bridge the wireless and wired networks or keep them separate.

That's just a small selection of the choices I have. I don't feel I'm giving
up control by running this box. It Just Works.

Kevin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: issue with make-kpkg kernel_image

2003-04-05 Thread Kevin McKinley
On Sat, 5 Apr 2003 12:13:53 -0900
Andy <[EMAIL PROTECTED]> wrote:

> 
> I am using this for reference and can successfully do a custom kernel:
> http://www.debian.org/doc/manuals/debian-faq/ch-kernel.en.html
> 
> I must be doing something wrong because when I try to do it again with 
> using "Custom.2" I get this error:

Check out my kernel-package tutorial here:

http://newbiedoc.sourceforge.net/system/kernel-pkg.html

I believe it will help you understand what you're seeing.

Kevin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



external vs. mobo sound [was: Re: Motherboard Success]

2003-04-05 Thread Nori Heikkinen
on Sat, 05 Apr 2003 01:14:40AM -0800, Paul Johnson insinuated:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Sat, Apr 05, 2003 at 09:47:46AM +0100, A Cjt wrote:
> > Also, would anyone suggest getting a separate sound card, or
> > sticking with the sound on this board?
> 
> Soundblaster Live! 128 works marvelously and far better than any
> piece-o-shit on-board sound I've seen.

while we're on the topic, what's the recommended way for getting an
external sound card to override the one that's on the mobo?  I have an
Ensoniq ES1371 that I've been using all along, but since the purchase
of a new mobo with onboard sound, i haven't been able to configure it
correctly.  I've compiled drivers for it into my kernel; i disabled
the mobo sound in the BIOS ... but i still get the error(s)

libao - OSS cannot set rate to 44100
Error: Cannot open device oss.

or

Can't find a suitable libao driver. (Is device in use?)

when i try to play anything (depending on if i try to play oggs or
mp3s).

any pointers?

thanks a lot!



-- 
.~.  nori @ sccs.swarthmore.edu
/V\  http://www.sccs.swarthmore.edu/~nori/jnl/
   // \\  @ maenad.net
  /(   )\   www.maenad.net
   ^`~'^
  pgp servers finicky: get my (*new*) key here:
   http://www.maenad.net/geek/gpg/7ede5499.asc
  (please *remove* old key 11e031f1!)


pgp0.pgp
Description: PGP signature


Re: issue with make-kpkg kernel_image

2003-04-05 Thread Nathan E Norman
On Sat, Apr 05, 2003 at 12:13:53PM -0900, Andy wrote:
> 
> I am using this for reference and can successfully do a custom kernel:
> http://www.debian.org/doc/manuals/debian-faq/ch-kernel.en.html
> 
> I must be doing something wrong because when I try to do it again with 
> using "Custom.2" I get this error:
> 
> ---
> server:/usr/src/kernel-source-2.4.18# make-kpkg -rev Custom.2 kernel_image
> I note that you are using the --revision flag with the value Custom.2.
> However, the ./debian/changelog file exists, and has a different value
> Custom.1.  I am confused by this discrepancy, and am halting.
> 
> 
> So I have to call it Custom.1 every time.
> Why can't I use different revision numbers?

You did run "make-kpkg clean" right before you attempted the above,
right?
 
BTW, what's up with the CAPS in "Custom.2"??

> Furthermorewhen I install the package I get this error:
> 
> ---
> server:/usr/src# dpkg --install kernel-image-2.4.18_Custom.1_i386.deb
> (Reading database ... 15783 files and directories currently installed.)
> Preparing to replace kernel-image-2.4.18 Custom.1 (using 
> kernel-image-2.4.18_Custom.1_i386.deb) ...
> You are attempting to install a kernel image (version 2.4.18)
> However, the directory /lib/modules/2.4.18 still exists.  If this
> directory belongs to a previous kernel-image-2.4.18 package, and if
> you have deselected some modules, or installed standalone modules
> packages, this could be bad. However, if this directory exists because
> you are also installing some stand alone modules right now, and they
> got unpacked before I did, then this is pretty benign.  Unfortunately,
> I can't tell the difference.
> 
> If /lib/modules/2.4.18 belongs to a old install of
> kenel-image-2.4.18, this is your last chance to abort the
> installation of this kernel image (nothing has been changed yet).
> 
> If this directory is because of stand alone modules being installed
> right now, or if it does belong to an older kernel-image-2.4.18
> package but you know what you are doing, and if you feel that this
> image should be installed despite this anomaly, Please answer n to the
> question.
> 
> Otherwise, I suggest you move /lib/modules/2.4.18 out of the way,
> perhaps to /lib/modules/2.4.18.old or something, and then try
> re-installing this image.
> Do you want to stop now? [Y/n]
> --
> 
> So I stop and then move /lib/modules/2.4.18 to /lib/modules/2.4.18.old
> and all is well and I can continue.
> 
> But I don't think I am doing this the right way.  Am I not?

The error message explains _exactly_ what the (potential) problem is.
If you didn't change what was modular between last run and this run,
you don't have to move the modules dir.  If you did make changes, you
must move the dir, and booting with the old kernel may result in
problems.

-- 
Nathan Norman - Incanus Networking mailto:[EMAIL PROTECTED]
  Multiculturalism is one society's tolerance of other
  societies' intolerance.
  -- Mark Steyn


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



2 Hardware Questions (LCD/Wireless Router)

2003-04-05 Thread Matt Price
Hi,


In the process of setting up a home network which will have the
following machines on it:
- 1 IBM ThinkPad X31 connected alternately by ethernet and wireless
 (802.11b).  Will unfortunately be running XP, unless I replace that
 by Win 2000 Professional (not for my use, or it'd be Debian all the way)
- 1 G3 Mac, currently running MacOS 9, hopefully soon to move to
 Debian PPC, connected by ethernet cable
- 1 Old HP Omnibook. hopefully running a slimmed-down version of
 Debian, connectd hopefully by 802.11 b as well
- (Maybe) a relatively new PC running Debian Woody, connected by
 Ethernet

I need to buy a wireless router and a monitor, and have questions
about both.

First the router.  Looking around, I gather all these routers run
their own networking and encryption software.  Having recently
converted to Debian GNU/Linux, I'm bummed at having to give up control
of these features to some hardware I have no real access to, and I
feel just a little suspicious of these closed-platform boxes.  On the
other hand, they do seem to be pretty practical devices.  So my
question:  can anyone share opinions about particular models, or
general criteria to apply in deciding between competing models?

Then the monitor.  We've settled on buying an LCD monitor, and I wanted
to check about compatibility before I bought one.  I've noticed some
companies talk about "mac compatible" or "linux compatible" products.
Any idea what this means?  My impression with ordinary CRT monitors
is, that as long as the cable on the monitor (DVI; VGA, ADC,
whatever) matches the port on your video card, you're OK.  Is this not
true of LCD's?  Do some of the LCD's require proprietary color
adjustment software, for instance; and if so, are there ways to
compensate under Linux?  


Thanks as always for the help!  Look forward to hearing back,
Matt



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Backported openoffice and freetype

2003-04-05 Thread Adrian Bunk
On Wed, Apr 02, 2003 at 08:14:14PM -0500, James D Strandboge wrote:

> I am the maintainer of the gnome 2.2 backport for woody, and I have been
> getting a lot of questions regarding the semi-official backport of
> openoffice for woody.  It depends on woody's libfreetype, whereas my
> gnome 2.2 backport needs freetype 2.1.3 (and xfree86 4.2 for that
> matter).
> 
> I personally have been using your backport of openoffice, and have
> recommended it to a few people because your openoffice packages don't
> require the woody freetype.  I did have a couple questions though:
> 
> 1.  Is your backport basically the semi-official version with the sid
> freetype?

My OpenOffice.org packages are a recompiled version of the 1.0.2-1 
packages taken from Debian unstable (I'm recompiling them myself since I 
want to know how the packages I'm providing are built to be able to add 
local bugfixes).

> 2.  Do you plan on keeping the freetype dependency as is (specifically,
> will it remain compatible with my backport by using freetype 2.1.x)?

I can't make any garuantees.

My goal is to provide a set of high quality packages [1] with working 
upgrades both from Debian 3.0 to Debian 3.0 plus my packages and from
Debian 3.0 plus my packages ti Debian 3.1. I don't support combinations 
with any other sources of backport packages (there are _many_ sources 
for backported packages of various quality).

> 3.  Are you planning on following the release schedule of the
> semi-official version?

My plan with the whole collection of my backport packages [1] is to get
them into a bugfix-only state in the near future. It's possible
(depending on the estimated release date of Debian 3.1) that I'll start
another set of packages but the bunk-1 packages will then stay in a
bugfix-only state (e.g. they will never include OpenOffice.org 1.1).

> Please CC debian-user so this can be in the archive.
> 
> Thanks,
> 
> Jamie Strandboge

cu
Adrian

[1] http://www.fs.tum.de/~bunk/packages/

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



nvidia geforce 2mx won't load correctly

2003-04-05 Thread Joris Huizer
Hello everybody,

I have some experience with my Nvidia Geforce 2MX
allready - but I can't figure this out.

I have compiled a 3123 nvidia driver - after failing
to find the 4191 sources I used before with succes
(unfortunately I didn't backup those)
Initially it looked like things were fine - but the
nvidia driver won't load succesfully - it launches,
and it's broken off immediately ! this is repeated
some times.
I get the output 'NVRM: AGPGART: freed 16 pages' each
time it's broken off (4 times now)

Can anybody tell me what's wrong ? I may have
forgotten something but I don't have a clue what that
would be...

Thanks for any help,

Joris

__
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



issue with make-kpkg kernel_image

2003-04-05 Thread Andy

I am using this for reference and can successfully do a custom kernel:
http://www.debian.org/doc/manuals/debian-faq/ch-kernel.en.html

I must be doing something wrong because when I try to do it again with 
using "Custom.2" I get this error:

---
server:/usr/src/kernel-source-2.4.18# make-kpkg -rev Custom.2 kernel_image
I note that you are using the --revision flag with the value Custom.2.
However, the ./debian/changelog file exists, and has a different value
Custom.1.  I am confused by this discrepancy, and am halting.


So I have to call it Custom.1 every time.
Why can't I use different revision numbers?

Furthermorewhen I install the package I get this error:

---
server:/usr/src# dpkg --install kernel-image-2.4.18_Custom.1_i386.deb
(Reading database ... 15783 files and directories currently installed.)
Preparing to replace kernel-image-2.4.18 Custom.1 (using 
kernel-image-2.4.18_Custom.1_i386.deb) ...
You are attempting to install a kernel image (version 2.4.18)
However, the directory /lib/modules/2.4.18 still exists.  If this
directory belongs to a previous kernel-image-2.4.18 package, and if
you have deselected some modules, or installed standalone modules
packages, this could be bad. However, if this directory exists because
you are also installing some stand alone modules right now, and they
got unpacked before I did, then this is pretty benign.  Unfortunately,
I can't tell the difference.

If /lib/modules/2.4.18 belongs to a old install of
kenel-image-2.4.18, this is your last chance to abort the
installation of this kernel image (nothing has been changed yet).

If this directory is because of stand alone modules being installed
right now, or if it does belong to an older kernel-image-2.4.18
package but you know what you are doing, and if you feel that this
image should be installed despite this anomaly, Please answer n to the
question.

Otherwise, I suggest you move /lib/modules/2.4.18 out of the way,
perhaps to /lib/modules/2.4.18.old or something, and then try
re-installing this image.
Do you want to stop now? [Y/n]
--

So I stop and then move /lib/modules/2.4.18 to /lib/modules/2.4.18.old
and all is well and I can continue.

But I don't think I am doing this the right way.  Am I not?

Andy


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Which device is ide-scsi?

2003-04-05 Thread Shyamal Prasad
"Alan" == Alan Chandler <[EMAIL PROTECTED]> writes:

Alan> On Saturday 05 Apr 2003 4:57 pm, Shyamal Prasad wrote: ...
>> It is not uncommon for the ide-cd driver to grab the CD ROM
>> driver, which you must prevent by giving ide-cd the
>> 'ignore=hdd' option.

Alan> Thanks a lot - I am sure this is what it was - although
Alan> there was no error messages.  However, I added ide-scsi to
Alan> /etc/modules so it is loaded almost straight away.  Now
Alan> /proc/scsi/scsi lists all my devices

Hi Alan,

Glad to hear that it all worked out. BTW, a good ("best?") way to
achieve this effect (if your kernel is heavily modularized, like the
standard Debian 2.4.x kernels) is by adding a file (pick a name, any
name) in /etc/modutils/ with the following contents

options ide-cd ignore=hdd
pre-install sgmodprobe ide-scsi
pre-install sr_modmodprobe ide-scsi
pre-install ide-scsi  modprobe ide-cd

Run update-modules after you do this to plonk this into
/etc/modules.conf. The next time you boot, things should work fine
automagically. You don't even need to add ide-scsi to /etc/modules if
you add a line like

alias scd0 sr_mod

to the same file (where you replace scd0 with your DVD device). You
might have to tweak this a bit since you have a real SCSI card, but
you get the idea

Alan> Whereas before only the first and last were included.  More
Alan> importantly, I can sit down and watch my LOTR dvd:-)

Have fun ;-)

Cheers!
Shyamal


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How to access a file with RTSP protocol?

2003-04-05 Thread Robbie Huffman
On Sat, Apr 05, 2003 at 01:30:32PM +0300, Aryan Ameri wrote:
> Hi there:
> 
> Many of the files in our university's server, have an address that 
> starts with "rtsp:\\" I investigated a bit, and it seems that RTSP is a 
> standard protocol for real time streaming, which is recognized by IETF.
> 
> Still, nither mozilla nor Konqueror aren't able to do anything with 
> these file. left clicikng on file, and right clicking on it and issuing 
> the "save link target as.." command simply do nothing.
> 
> How can I access these rtsp files? How can I doenload/listen to them?
> 
> Cheers

Try installing Mplayer. Either grab sources and compile, or go to
apt-get.org to find a Debian source for it. It plays almost every
streaming audio/video format out there. 

Robbie


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: compiling pan

2003-04-05 Thread Richard Kimber
On Sat, 5 Apr 2003 17:31:21 +0200
"J.H.M. Dassen (Ray)" <[EMAIL PROTECTED]> wrote:

> On Thu, Apr 03, 2003 at 19:49:49 +0100, Richard Kimber wrote:
> > I tried to compile pan 0.13.4, but got a configure error saying that
> > it couldn't find gnet >= 1.1.5 so I installed the unstable version
> > 1.1.7-3. However configure still gives the same error, and also
> > complains about not finding gnet-config.  There doesn't seem to be a
> > gnet-config on my system, do I have to create it, or should it come
> > with the package?
> 
> It comes with the -dev package. Most likely you haven't installed
> libgnet-dev yet.

You're right.  I stupidly thought that if a config file was involved, it
would come with the main package.  All is well now.  I'm sure a lot of
bandwidth, and angst, could be saved if the error messages made things a
little clearer.

Thanks,
-Richard
-- 
Richard Kimber
http://www.psr.keele.ac.uk/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bogofilter configuration

2003-04-05 Thread Kevin McKinley
On Sat, 5 Apr 2003 20:10:21 +0100
Brian Potkin <[EMAIL PROTECTED]> wrote:

> Did you intend to take this off-list?  If so you should note that having
> only had a few weeks experience with bogofilter I may not be the best
> person to answer all your queries.

I hadn't intended to take it off-list; I have my mail agent set for
reply-to-list and I just "Reply"d to your message. That does what I want
most of the time; I'm not sure why it didn't this time.

> So yes, bogofilter.cf is not managed by debconf.  I can understand your
> caution about making assumptions as I went through the same proccess.

Ah, so I'm not the only one who *did* read the comments but was confused
anyway. :)
  
> > Another reason for my question is that I'd like to know what experience
> > people have with the defaults. Are they "good", or "good enough" or "not
> > good enough -- some need be changed for acceptable performance"?
> 
> Can't help you here Kevin, except to say the defaults are those
> suggested by the program writers.  I've left them as they are and
> bogofilter appears to be working as advertised.  The mailing lists at
> http://bogofilter.sourceforge.net and the documentation are probably
> your best sources for reading more on this.

OK. That's experience, and it's what I'm trying to get.

Kevin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: /dev/mem is gone!

2003-04-05 Thread Seneca
On Sat, Apr 05, 2003 at 11:17:32AM -0800, Brendan Thomas O'Connor wrote:
> One day, I started up by Woody/Sarge machine, but X refuses to start:
> 
> (II) SAVAGE(0): initializing int10
> (EE) SAVAGE(0): Cannot open /dev/mem
> (--) SAVAGE(0): Chip: id 8c12, "Savage/IX-MV"
> (--) SAVAGE(0): Engine: "MobileSavage"
> (--) SAVAGE(0): mapping MMIO @ 0xf100 with size 0x8
> 
> Fatal server error:
> xf86MapVidMem: failed to open /dev/mem (No such file or directory)
> 
> $ ls /dev/mem
> ls: /dev/mem: No such file or directory

Nice, /dev/mem is "Physical memory access".

> MAKEDEV doesn't regenerate it, I'm not using devfs.  Where does /dev/mem come
> from, and how do I get it back?

# mknod /dev/mem c 1 1

> p.s. cc me on reply if possible..

-- 
Seneca
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


how much memory does Gnome use?

2003-04-05 Thread xucaen
Hi all..  
I was wondering how much memory Gnome 1.4 uses?

thanks!

Jim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



/dev/mem is gone!

2003-04-05 Thread Brendan Thomas O'Connor
Hi all--

One day, I started up by Woody/Sarge machine, but X refuses to start:

(II) SAVAGE(0): initializing int10
(EE) SAVAGE(0): Cannot open /dev/mem
(--) SAVAGE(0): Chip: id 8c12, "Savage/IX-MV"
(--) SAVAGE(0): Engine: "MobileSavage"
(--) SAVAGE(0): mapping MMIO @ 0xf100 with size 0x8

Fatal server error:
xf86MapVidMem: failed to open /dev/mem (No such file or directory)

$ ls /dev/mem
ls: /dev/mem: No such file or directory


MAKEDEV doesn't regenerate it, I'm not using devfs.  Where does /dev/mem come
from, and how do I get it back?

Thanks,
Brendan

p.s. cc me on reply if possible..

p.p.s more random info..


[EMAIL PROTECTED]:~
$ /sbin/lsmod
Module  Size  Used byTainted: PF
openafs   405472   2
pcmcia_core35360   0
apm 9096   1 (autoclean)
af_packet  11720   1 (autoclean)
nls_cp437   4384   4 (autoclean)
vfat9276   2 (autoclean)
fat29176   0 (autoclean) [vfat]
mousedev3808   0 (unused)
hid19040   0 (unused)
input   3328   0 [mousedev hid]
uhci   23816   0 (unused)
usbcore55040   0 [hid uhci]
cs46xx 54408   0 (unused)
soundcore   3556   3 [cs46xx]
ac97_codec  9856   0 [cs46xx]
eepro100   17264   1
ide-disk9312   4 (autoclean)
ide-probe-mod   8560   0 (autoclean)
ide-mod   149056   4 (autoclean) [ide-disk ide-probe-mod]
ext3   56736   1 (autoclean)
jbd35576   1 (autoclean) [ext3]
unix   13380   9 (autoclean)

[EMAIL PROTECTED]:~
$ /sbin/lspci
00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:02.0 CardBus bridge: Texas Instruments PCI1450 (rev 03)
00:02.1 CardBus bridge: Texas Instruments PCI1450 (rev 03)
00:03.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 0c)
00:03.1 Serial controller: Lucent Microelectronics: Unknown device 045c (rev 01)
00:05.0 Multimedia audio controller: Cirrus Logic CS 4614/22/24 [CrystalClear 
SoundFusion Audio Accelerator] (rev 01)
00:07.0 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 03)
01:00.0 VGA compatible controller: S3 Inc. 86C270-294 Savage/IX-MV (rev 13)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Why am I no longer receiving the digest?

2003-04-05 Thread Pigeon
On Sat, Apr 05, 2003 at 11:25:15AM +0100, Colin Watson wrote:
> On Sat, Apr 05, 2003 at 04:12:36AM +0100, Pigeon wrote:
> > Thanks, that's useful to know... so presumably when it does get going
> > again, I'll receive 100 digests in a lump? duplicating a few thousand
> > messages? But if I block the duplicates, the list server gets error
> > returns and automatically unsubscribes me (or so I understand). Oh well.
> 
> No need to return errors on the duplicates. You could just drop them
> into /dev/null.

Sorry, I know that. I'm thinking of actually not downloading them over
dialup from the POP3 server. I know more or less nothing about the
inner workings of email transmission and delivery, but the consensus
on this list as to what to do with spam seems to be to deliver it to 
/dev/null as anything else either returns errors to the spammer which
they can use for evil purposes, or accidentally spams with error
messages some innocent whose address has been forged in the From header.

Checking through man fetchmail it seems that this may not necessarily
be the case as if the MTA can be configured to return error 553 on
unwanted mail no error will be returned to the sender, and the same
for various other "spamblock" error codes if the spambounce option is
off. However, unless you're using IMAP, which my ISP doesn't, it's 
always going to download the entire message body before dumping it. 
Avoiding the unnecessary downloading is of more concern to me than 
the duplicate messages in my mailbox.

I'm being thick, aren't I. I can just unsubscribe from the digest
temporarily, check www.faqchest.org to see when it gets going again
and then resubscribe. Or would I still get the digests from March 31st
up until today? Probably. Oh well.

(Funny how wanted mail becomes spam in the wrong context. Like the sound
of an EE 16CSVT on full bore...)

Pigeon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: CD label maker - what's your preference?

2003-04-05 Thread Greg Madden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 05 April 2003 09:35 am, Neal Lippman wrote:
> I am looking for a utility for making cd labels (round ones to stick
> onto the CD itself) and jewel case covers, and need to do this both for
> audio cds (I like to copy my CD's so I can have a copy at home and a
> copy in the car) and for data cd's.
>
> A scan through apt-cache shows (at least) the following offerings:
> cdlabelgen
> cd-circleprint
> disc-cover
> kover
>
> Another choice, kcdlabel, which I used a while back when I ran Mandrake,
> doesn't seem to be available, at least in the official debian packages.
>
> Any comments on relative merits / drawbacks for these packages greatly
> appreciated.
>
> Thanks.
> nl

glabels works here. I haven't tried the others, I was using oowriter & 
frames before glabels.
- -- 
Greg Madden
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+jyq7k7rtxKWZzGsRAnetAJ9bTaYFfsF7t7QG89ApWPN+3j0s4gCgsqhQ
AWswy71pt+Nsao5jlzVBGoA=
=oKCI
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: fontconfig, xftconfig, xf86config... I'm lost :-(

2003-04-05 Thread Dominique Deleris
On 03 Apr 2003 23:48:34 +0200, Dominique Deleris <[EMAIL PROTECTED]> said:

 Dominique> Hello there,
 Dominique> I've dist-upgraded my Sarge box today, and I see that fontconfig
 Dominique> has been installed. I've heard of it before, but I'd like to know
 Dominique> how it will interact withe my previously existing fonts
 Dominique> installation.

 Dominique> Here it goes:

 Dominique> In /etc/X11/XF86Config-4:
 Dominique> =
 Dominique> FontPath "/usr/lib/X11/fonts/TrueType/"
 Dominique> FontPath "/usr/lib/X11/fonts/misc:unscaled"
 Dominique> FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
 Dominique> FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
 Dominique> FontPath "/usr/lib/X11/fonts/Type1/"
 Dominique> FontPath "/usr/lib/X11/fonts/Speedo/"

 Dominique> In /etc/X11/XftConfig:
 Dominique> ==
 Dominique> dir "/usr/lib/X11/fonts/TrueType/"
 Dominique> dir "/usr/lib/X11/fonts/Type1/"

 Dominique> Is it true that fontconfig will only be used by GTK2 apps?

 Dominique> Should I put all my TrueType fonts in /usr/share/fonts/truetype?

 Dominique> Thanks for your help!

Anybody?

Thanks alot...

Dominique


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Fwd: pb to access debian-gcc cvs as anonymous?]

2003-04-05 Thread Joel Soete


 Original Message 
Subject:pb to access debian-gcc cvs as anonymous?
Date:   Sat, 22 Mar 2003 20:45:01 +
From:   Joel Soete <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]


Hi Debian-admin,

Acoording to  [1] I set my 
CVSROOT=":pserver:[EMAIL PROTECTED]:/cvs/debian-gcc" and choose 
gcc-3.3 as module to co but since severall weeks I always get the 
following err messages at the login:
Fatal error, aborting.
anonymous: no such user

I haven't such a pb with fai of 
":pserver:[EMAIL PROTECTED]:/cvs/debian-boot".

Is it a simple configuration pb or a way to limit acces to developpers 
only (in this last case could you update [1] to inform us?)?

Thanks in advance for help,
Joel




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Kernel compilation and modules and stuff

2003-04-05 Thread Kevin McKinley
On Sat, 05 Apr 2003 11:39:29 -0600
Jeff Tickle <[EMAIL PROTECTED]> wrote:

> Hello...
> 
> I have just finally gotten around to trying Debian out.  Installation has
> been fun...  it's not until one tries out Debian that they understand how
> bad user-friendliness elsewhere has been.  But it's all finally installed,
> and I am trying to get it to work with my video card.
> 
> I have an NVidia GeForce 4 Ti4400.  Here's my problem.  If I download ker
> 
> sorry, I'm doing this with telnet to port 25.. I meant
> kernel-source-2.4.18.  Anyways, if I download my kernel source, and
> compile the nvidia drivers with that, it doesn't work with my current
> kernel, because that has an append-to-version on it.  So, if I compile the
> kernel source and make my own kernel, I lose all the modules that came
> with -bf2.4, which is very bad.

1. copy /boot/config-2.4.18-bf2.4 to /usr/src/linux/.config.
2. do "make oldconfig dep".
3. Edit /usr/src/Makefile. Change the EXTRAVERSION line to read:
 "EXTRAVERSION=-bf2.4".
4. in /usr/src/modules/NVIDIA_kernel do "make".
5. in /usr/src/modules/NVIDIA_GLX do "make".
6. edit /etc/X11/XF86Config-4 per the nvidia instructions.

That should get you up and running for now.

For future use, check out the Building Custom Kernels newbiedoc:

http://newbiedoc.sourceforge.net/system/kernel-pkg.html

Install Debian's nvidia-kernel-src and nvidia-glx-src packages, and read
their instructions. You can use the kernel-src package together with
make-kpkg to make a matching nvidia driver .deb whenever you rebuild the
kernel.

Kevin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: What release do I have now?

2003-04-05 Thread Frank Gevaerts
On Sat, Apr 05, 2003 at 09:02:32AM -0800, Jerry wrote:
> On Sat, Apr 05, 2003 at 11:28:04AM +0100, Colin Watson wrote:
> > On Fri, Apr 04, 2003 at 07:37:09PM -0800, Jerry wrote:
> > > I installed Woody, release 3.0r0 from a cd set that I purchased. Then I 
> > > installed all of the security
> > > updates from:
> > > 
> > > deb http://security.debian.org/ stable/updates main contrib non-free
> > > 
> > > So, do I now have release 3.0r1?
> > 
> > Perhaps not quite. You'd also need anything new from:
> > 
> >   deb http://ftp.debian.org/debian stable main contrib non-free
> 
> Would 
> 
> deb http://http.us.debian.org/debian/ stable main contrib non-free
> 
> Serve the same purpose?

Yes

Frank

> Sorry if these are dumb questions, I'm trying to learn how to maintain my system
> at the stable level. 
> 
> -- 
> debian_newbie,
> Thanks  [;-)
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



CD label maker - what's your preference?

2003-04-05 Thread Neal Lippman
I am looking for a utility for making cd labels (round ones to stick
onto the CD itself) and jewel case covers, and need to do this both for
audio cds (I like to copy my CD's so I can have a copy at home and a
copy in the car) and for data cd's.

A scan through apt-cache shows (at least) the following offerings:
cdlabelgen
cd-circleprint
disc-cover
kover

Another choice, kcdlabel, which I used a while back when I ran Mandrake,
doesn't seem to be available, at least in the official debian packages.

Any comments on relative merits / drawbacks for these packages greatly
appreciated.

Thanks.
nl




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



RE: Kernel compilation and modules and stuff

2003-04-05 Thread Ben Whyte
Jeff, 

If you simply download and install kernel headers 2.4.18-bf2.4 and recompile
following the instructions in /usr/share/doc/nvidia-kernel and glx, you
should find it works.

Ben


-Original Message-
From: Jeff Tickle [mailto:[EMAIL PROTECTED] 
Sent: 05 April 2003 18:39
To: Debian-User
Subject: Kernel compilation and modules and stuff

sorry, I'm doing this with telnet to port 25.. I meant kernel-source-2.4.18.
Anyways, if I download my kernel source, and compile the nvidia drivers with
that, it doesn't work with my current kernel, because that has an
append-to-version on it.  So, if I compile the kernel source and make my own
kernel, I lose all the modules that came with -bf2.4, which is very bad.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How to access a file with RTSP protocol?

2003-04-05 Thread Scott Henson
On Sat, 2003-04-05 at 05:30, Aryan Ameri wrote:
> Hi there:
> 
> Many of the files in our university's server, have an address that 
> starts with "rtsp:\\" I investigated a bit, and it seems that RTSP is a 
> standard protocol for real time streaming, which is recognized by IETF.
> 
> Still, nither mozilla nor Konqueror aren't able to do anything with 
> these file. left clicikng on file, and right clicking on it and issuing 
> the "save link target as.." command simply do nothing.
> 
> How can I access these rtsp files? How can I doenload/listen to them?
apt-cache search rtsp comes back with:
liblive.com-dev - Libraries for RTP/RTCP/RTSP multimedia streaming
I dont know what program uses this, but its a starting place.


-- 
Scott Henson <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Multimedia Keyboard

2003-04-05 Thread Scott Henson
On Sat, 2003-04-05 at 04:00, LeVA wrote:
> Hi!
> 
> Anybody knows, how can I setup a Genius Comfy KB-16M Wireless keyboard's 
> multimedia keys? When I use
>  Option  "XkbModel"  "geniuscomfy"
> in the XF86Config, some keys, still don't work.
Look into hotkeyd and acme.  Acme is the better of the two, but it is a 
gnome2 specific thing, while hotkeys works almost anywhere.  

-- 
Scott Henson <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Which device is ide-scsi?

2003-04-05 Thread Alan Chandler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 05 Apr 2003 4:57 pm, Shyamal Prasad wrote:
...
> It is not uncommon for the
> ide-cd driver to grab the CD ROM driver, which you must prevent by
> giving ide-cd the 'ignore=hdd' option. If the ide-cd driver grabs it,
> ide-scsi starts up fine but had no devices to run. You don't see any
> errors. I suspect this is what is happening to you, but I can't be
> sure since I don't have a real SCSI bus to confirm the behavior.

Thanks a lot - I am sure this is what it was - although there was no error 
messages.  However, I added ide-scsi to /etc/modules so it is loaded almost 
straight away.  Now /proc/scsi/scsi lists all my devices

[EMAIL PROTECTED]:~$ more /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 03 Lun: 00
  Vendor: TEAC Model: CD-R55S  Rev: 1.0J
  Type:   CD-ROM   ANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 00 Lun: 00
  Vendor: PIONEER  Model: DVD-ROM DVD-104  Rev: 2.02
  Type:   CD-ROM   ANSI SCSI revision: 02
Host: scsi2 Channel: 00 Id: 00 Lun: 00
  Vendor: eUSB Model: SmartMedia   Rev: 5.04
  Type:   Direct-AccessANSI SCSI revision: 02

Whereas before only the first and last were included.  More importantly, I can 
sit down and watch my LOTR dvd:-)


- -- 
Alan Chandler
[EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+jxufuFHxcV2FFoIRArTYAJ9sDTr2zISeXUVlOXFpA3VOqoHOlwCgliWE
aeslCw+RZLrEUTUKSiAvpos=
=wgml
-END PGP SIGNATURE-


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Ximian Evolution unstable-on-testing sending problem

2003-04-05 Thread Søren Boll Overgaard
Hello

lør, 2003-04-05 kl. 15:25 skrev Leandro Guimarães Faria Corsetti Dutra:

[snip: misfeature in Ximian Evolution in Debian]

>   Does this seems like warranting a bug report?

I would suggest subscribing to the Evolution mailinglist at Ximians
website. Quite a few of the evolution developers monitor the list, and
sensible feature-requests/bug-reports are generally appreciated. 

-- 
Søren O.,''`.
   : :' :
GPG Public key: finger boll  db.debian.org `. `'
GPG signed mail preferred.   `-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



(no subject)

2003-04-05 Thread Bsouthmobb
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Which device is ide-scsi?

2003-04-05 Thread Elimar Riesebieter
On Sat, 05 Apr 2003 the mental interface of 
Alan Chandler told:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> In order to play dvds on my ide dvd player I am told I have to load ide-scsi 
> module and link /dev/dvd to the device that represents.  How can I find out 
> which device that is?
> 
> My dvd rom device is hdd - as shown here
> 
> kanger:/proc/ide/ide1/hdd# more model
> Pioneer DVD-ROM ATAPIModel DVD-104S 020
> 
> I have added append hdd=ide-scsi in my lilo config and this module is 
> definately loaded.  If I look in /proc/scsi there is a subdirectory called 
> ide-scsi and a single file in it named "1" with the following text "SCSI host 
> adapter emulation for IDE ATAPI devices".
> 
> On my system I have a real scsi bus with a cd writer on it, plus a usb smart 
> media reader.  When I look in the file /proc/scsi/scsi it lists these two but 
> NOT the ide-scsi device - thus
> 
> [EMAIL PROTECTED]:/proc/scsi$ more scsi
> Attached devices:
> Host: scsi0 Channel: 00 Id: 03 Lun: 00
>   Vendor: TEAC Model: CD-R55S  Rev: 1.0J
>   Type:   CD-ROM   ANSI SCSI revision: 02
> Host: scsi2 Channel: 00 Id: 00 Lun: 00
>   Vendor: eUSB Model: SmartMedia   Rev: 5.04
>   Type:   Direct-AccessANSI SCSI revision: 02
> 
> 
> I tried linking /dev/dvd to /dev/scd1 

cat /proc/scsi/scsi must show your scsi emulated dvd player. So try
modprobe ide-scsi (check with lsmod | grep ide-s) and do a link from
ln -s /dev/scd2 /dev/dvd. I suppose scd0 is your burner and scd1 is
your card-reader. To load ide-scsi on every boot put a single line 
ide-scsi
in you /etc/modules.

HTH

Ciao

Elimar

-- 
  Never make anything simple and efficient when a way 
  can be found to make it complex and wonderful ;-)


pgp0.pgp
Description: PGP signature


Kernel compilation and modules and stuff

2003-04-05 Thread Jeff Tickle
Hello...

I have just finally gotten around to trying Debian out.  Installation has been fun...  
it's not until one tries out Debian that they understand how bad user-friendliness 
elsewhere has been.  But it's all finally installed, and I am trying to get it to work 
with my video card.

I have an NVidia GeForce 4 Ti4400.  Here's my problem.  If I download ker

sorry, I'm doing this with telnet to port 25.. I meant kernel-source-2.4.18.  Anyways, 
if I download my kernel source, and compile the nvidia drivers with that, it doesn't 
work with my current kernel, because that has an append-to-version on it.  So, if I 
compile the kernel source and make my own kernel, I lose all the modules that came 
with -bf2.4, which is very bad.

So basically, if anyone here has had any better luck using a GeForce 4 with Debian, 
please let me know how you did it!  Otherwise, if anyone knows how I ca the source to 
all of the modules that came with -bf2.4, I'd appreciate that as well.

Thanks so much in advance!

-Jeff Tickle
jwtickle at jtsoft dot net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



(no subject)

2003-04-05 Thread Bsouthmobb
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Cups problem

2003-04-05 Thread Hanasaki JiJi
sarge says to use foomatic instead of cupsomatic-ppd.  cupsomatic works 
like a charm.  with just foomatic, no printes were available in the 
webinterface.  the foomatic-compiledb built the drivers in /boot (Dam) 
and they still were not available via the web interface.

===
Package: cupsomatic-ppd
 This package is kept to help upgrading.  For new installations please
 try foomatic-bin plus foomatic-db first.
Kevin McKinley wrote:
On Sat, 05 Apr 2003 01:04:08 -0500
Andy Hurt <[EMAIL PROTECTED]> wrote:

n-dimensional confuscation ;-/

If you use gs(-esp) [is either needed?], which came first:  gs(-esp) or
cupsys?


I have these packages installed:

cupsys 1.1.18-2   Common UNIX Printing System(tm) - server
cupsys-bsd 1.1.18-2   Common UNIX Printing System(tm) - BSD comman
cupsys-client  1.1.18-2   Common UNIX Printing System(tm) - client pro
libcupsys2 1.1.18-2   Common UNIX Printing System(tm) - libs
gs 7.05-3 The Ghostscript Postscript interpreter
gs-common  0.3.3.1Common files for different Ghostscript relea
gs-esp 7.05.6-1   The Ghostscript Postscript interpreter - ESP
gsfonts6.0-2.1Fonts for the ghostscript interpreter
gsfonts-x110.17   Make Ghostscript fonts available to X11
I don't have any of the foomatic packages, the cupsys-driver-gimpprint, or
the cupsomatic packages.
I'm not sure how the gs packages got there. I don't remember installing them
with cupsys, so maybe I installed them along with something else (like
a2ps).
I see the need for a CUPS HOWTO. I've contacted the LDP about working on it
(the person who proposed it has apparently lost interest).
Kevin


--
=
= Management is doing things right; leadership is doing the =
=   right things.- Peter Drucker=
=___=
= http://www.sun.com/service/sunps/jdc/javacenter.pdf   =
=  www.sun.com | www.javasoft.com | http://wwws.sun.com/sunone  =
=
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: what is the name of first time setup

2003-04-05 Thread ScruLoose
On Sat, Apr 05, 2003 at 08:35:15AM -0800, Joris Huizer wrote:
> Hello everybody,
> 
> because I didn't really like the partitions as they
> were, I repartitioned - and thus I reinstalled.

I'm pretty sure that wasn't strictly necessary, but I guess it's done
now.

> The thing is, I stopped the tasksel too soon per
> accident - and I don't remember the program to call
> for the first time set up

Well, if you want to get back into tasksel, it seems to me that the
obvious choice is to run tasksel again.
On the other hand, if you want to pick some more packages to install
(having exited tasksel before you had installed everything you wanted)
You can just apt-get those packages and then dpkg --configure them as
needed.
Or, you can use dselect or aptitude to give you a front-end for the
package-by-package installation process.
These will give you a more "fine-grained" control than tasksel will, by
allowing you to choose individual packages instead of sweeping
categories.
Or, if you have packages that are installed but not configured, you
could try debconf.

It really depends on just what it is you want to do.

> Can anybody tell me the location of the prog? 

I'm pretty sure that all the ones mentioned are in /usr/bin, which
should be in your path by default.
You will, naturally, need to be logged in as root to do any of this.

-- 
,-.
>   -ScruLoose-   | If we do not believe in freedom of speech <
>  Please do not  |for those we despise   <
> reply off-list. |  we do not believe in it at all.  <
> |   - Noam Chomsky  <
`-'


pgp0.pgp
Description: PGP signature


Re: what is the name of first time setup

2003-04-05 Thread Kevin McKinley
On Sat, 5 Apr 2003 08:35:15 -0800 (PST)
Joris Huizer <[EMAIL PROTECTED]> wrote:

> The thing is, I stopped the tasksel too soon per
> accident - and I don't remember the program to call
> for the first time set up
> 
> Can anybody tell me the location of the prog? 

base-config

Kevin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Office soulution

2003-04-05 Thread Mark L. Kahnt
On Sat, 2003-04-05 at 08:54, Jean-Marc V. Liotier wrote:
> On Sat, 2003-04-05 at 04:26, Hanasaki JiJi wrote:
> >
> > apt-get install ooqstart-gnome   <= quick starter from sarge
> > 
> > doesnt look like there is a package to install openoffice directly
> 
> ooqstart-gnome does not quickstart the install, it keeps an openoffice
> thread in memory at all times so that documents are opened very fast. If
> you have sufficient RAM, it is very convenient because otherwise
> openoffice is really slow to launch.
> 
> The Openoffice package is openoffice.org
> 
> Why .org ? I have no idea, but it's Openoffice for you.

.org because it is part of the actual name - originally it was to be
called just OpenOffice, but after using that name for a bit, it was
found that it was already in use for something else. Well, the domain
name was there, and suffiently different in trademark terms, and it
carries with it the not-for-profit nature of free software - that ended
up being accepted.
-- 
Mark L. Kahnt, FLMI/M, ALHC, HIA, AIAA, ACS, MHP
ML Kahnt New Markets Consulting
Tel: (613) 531-8684 / (613) 539-0935
Email: [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: What release do I have now?

2003-04-05 Thread Jerry
On Sat, Apr 05, 2003 at 11:28:04AM +0100, Colin Watson wrote:
> On Fri, Apr 04, 2003 at 07:37:09PM -0800, Jerry wrote:
> > I installed Woody, release 3.0r0 from a cd set that I purchased. Then I installed 
> > all of the security
> > updates from:
> > 
> > deb http://security.debian.org/ stable/updates main contrib non-free
> > 
> > So, do I now have release 3.0r1?
> 
> Perhaps not quite. You'd also need anything new from:
> 
>   deb http://ftp.debian.org/debian stable main contrib non-free

Would 

deb http://http.us.debian.org/debian/ stable main contrib non-free

Serve the same purpose?


Sorry if these are dumb questions, I'm trying to learn how to maintain my system
at the stable level. 

-- 
debian_newbie,
Thanks  [;-)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



unsubscribe gfm@performanceit.com

2003-04-05 Thread Greg Morgan



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: OT: Fees for the mailing list

2003-04-05 Thread ScruLoose
On Sat, Apr 05, 2003 at 10:07:47AM -0500, Hall Stevenson wrote:
> * Paul Johnson ([EMAIL PROTECTED]) [030405 03:06]:
> > On Fri, Apr 04, 2003 at 11:57:36PM -0500, Kevin McKinley wrote:
> > > 
> > > Somehow I doubt SPI is seeing very many contributions.
> > 
> > Well, if someone at SPI took the time to track back the emails and
> > bill the ISPs, they might luck out and get the cost passed on to the
> > offending sender.
> 
> It's an empty threat... Since non-subscribed people can send messages to
> the list, what's making them check up on any so-called "rules".

I agree that it's (mostly) an empty threat (due to the lack of someone
to pay a lawyer to pursue it), but didn't somebody very
recently get busted in some United State or another...

Judge decided ignorance is no excuse: by using somebody's service
(be it ISP, mailing listserver...) you *have agreed* to their terms of
service.  If you signed that agreement without reading it first, tough
apples. Pay up.

I think I actually read that on this list, though I can't be bothered
to go fishing through the archives right now...

Hmm, now here's a thought:  What about a collections agency?  Don't they
just pay the party who's owed the money some percentage up-front, and
then take their chances on actually collecting? I wonder whether it
would be possible to sell a case like this to a collections agency...

-- 
,-.
> -ScruLoose- | Do not meddle in the affairs of wizards   <
>Please do not|for you are crunchy and taste good with ketchup.   <
>   reply off-list.   |   <
`-'


pgp0.pgp
Description: PGP signature


what is the name of first time setup

2003-04-05 Thread Joris Huizer
Hello everybody,

because I didn't really like the partitions as they
were, I repartitioned - and thus I reinstalled.

The thing is, I stopped the tasksel too soon per
accident - and I don't remember the program to call
for the first time set up

Can anybody tell me the location of the prog? 

Thanks for your help,

Joris

__
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Cups problem

2003-04-05 Thread Kevin McKinley
On Sat, 05 Apr 2003 01:04:08 -0500
Andy Hurt <[EMAIL PROTECTED]> wrote:

> n-dimensional confuscation ;-/
> 
> If you use gs(-esp) [is either needed?], which came first:  gs(-esp) or
> cupsys?

I have these packages installed:

cupsys 1.1.18-2   Common UNIX Printing System(tm) - server
cupsys-bsd 1.1.18-2   Common UNIX Printing System(tm) - BSD comman
cupsys-client  1.1.18-2   Common UNIX Printing System(tm) - client pro
libcupsys2 1.1.18-2   Common UNIX Printing System(tm) - libs
gs 7.05-3 The Ghostscript Postscript interpreter
gs-common  0.3.3.1Common files for different Ghostscript relea
gs-esp 7.05.6-1   The Ghostscript Postscript interpreter - ESP
gsfonts6.0-2.1Fonts for the ghostscript interpreter
gsfonts-x110.17   Make Ghostscript fonts available to X11

I don't have any of the foomatic packages, the cupsys-driver-gimpprint, or
the cupsomatic packages.

I'm not sure how the gs packages got there. I don't remember installing them
with cupsys, so maybe I installed them along with something else (like
a2ps).

I see the need for a CUPS HOWTO. I've contacted the LDP about working on it
(the person who proposed it has apparently lost interest).

Kevin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: USB camera mount

2003-04-05 Thread Craig Dickson
Tim wrote:

> Is it the case that unless there is individual support for a model built 
> into the kernel, it won't be recognised?  From this do I deduce that I 
> will be unable to mount my Nikon Coolpix E4300?  And thus will need to 
> buy a CF card reader?

Well, a quick web search turns up the claim that your camera is a USB
mass storage device, so at most, the kernel might need a simple device
descriptor added to it. This is a source code change, so you'd have to
rebuild your kernel.

Personally, I _prefer_ having a separate CF card reader. The USB ports
on digital Cameras are often non-standard (so you have to use their
custom cable, which can be a pain to replace if you lose or damage it)
and look rather fragile (so I wouldn't want to be constantly plugging
and unplugging it). Also, with a CF reader, you don't need to turn the
camera on to pull pictures out of it.

SanDisk makes a nice CF/SM combo reader that works nicely with Linux
(model SDDR-75).

Craig



pgp0.pgp
Description: PGP signature


Re: crecord and speed

2003-04-05 Thread chris1622

Not enough, I really need to slow down the reading speed.


On 5 Apr 2003, at 8:03, askronny wrote:

> try:
> nice --18 cdrecord -v dev=0,0,0 /root/image.iso
> 
> so you maximize the priority of cdrecord
> 
> 
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, April 05, 2003 1:39 AM
> Subject: crecord and speed
> 
> 
> > Hello
> >
> >
> > I've just installed a Plextor PlexWriter (48/24/48) in my old pc with
> > Debian Woody r0, but I can't write. This is how it goes:
> >
> > cdrecord -v dev=0,0,0 /root/image.iso
> >
> > Won't work since it gets a loss of streaming, I'm guessing this
> > means that my old (200MHZ) pc can't handle the 24x speed that
> > cdrecord chooses. So I tried
> >
> > cdrecord -v speed=2 dev=0,0,0 /root/image.iso
> >
> > But it wont get the speed command, cause cdrecord still wanna
> > write with 24x speed.
> >
> > What am I missing?
> >
> >
> > Thanx
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> >
> 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Which device is ide-scsi?

2003-04-05 Thread Shyamal Prasad
"Alan" == Alan Chandler <[EMAIL PROTECTED]> writes:

Alan> I have added append hdd=ide-scsi in my lilo config and this
Alan> module is definately loaded.  If I look in /proc/scsi there
Alan> is a subdirectory called ide-scsi and a single file in it
Alan> named "1" with the following text "SCSI host adapter
Alan> emulation for IDE ATAPI devices".

Alan> On my system I have a real scsi bus with a cd writer on it,
Alan> plus a usb smart media reader.  When I look in the file
Alan> /proc/scsi/scsi it lists these two but NOT the ide-scsi
Alan> device - thus

Alan,

I'm not a SCSI expert (have not owned a real SCSI bus in the last 5
years) but here is a suggestion: perhaps you are loading things in the
wrong order? 

If you look in dmesg do you see any text indicating that the ide-scsi
driver has actually picked up /dev/hdd? It is not uncommon for the
ide-cd driver to grab the CD ROM driver, which you must prevent by
giving ide-cd the 'ignore=hdd' option. If the ide-cd driver grabs it,
ide-scsi starts up fine but had no devices to run. You don't see any
errors. I suspect this is what is happening to you, but I can't be
sure since I don't have a real SCSI bus to confirm the behavior.

Finally, I perhaps the order of loading SCSI modules makes a
difference? I suspect not, since the documentation does indicate that
scsi_mod must be loaded before anything else and unloaded after
everything else. For my part, I force ide-scsi to load before both sg
and sr_mod, and ide-cd to load before ide-scsi. This I do via the
/etc/modutils/ structure, a search of the Debian lists should show you
many examples for the pre-built kernels.

Cheers!
Shyamal


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: compiling pan

2003-04-05 Thread J.H.M. Dassen (Ray)
On Thu, Apr 03, 2003 at 19:49:49 +0100, Richard Kimber wrote:
> I tried to compile pan 0.13.4, but got a configure error saying that it
> couldn't find gnet >= 1.1.5 so I installed the unstable version 1.1.7-3.
> However configure still gives the same error, and also complains about not
> finding gnet-config.  There doesn't seem to be a gnet-config on my system,
> do I have to create it, or should it come with the package?

It comes with the -dev package. Most likely you haven't installed
libgnet-dev yet.

HTH,
Ray
-- 
Pinky, Are You Pondering What I'm Pondering?
I think so Brain, but "instant karma" always gets so lumpy. 
Pinky and the Brain in "Brainwashed Part 3: Wash Harder"


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: OT: Fees for the mailing list

2003-04-05 Thread Hall Stevenson
* Paul Johnson ([EMAIL PROTECTED]) [030405 03:06]:
> On Fri, Apr 04, 2003 at 11:57:36PM -0500, Kevin McKinley wrote:
> > I thought you were pulling my leg.
> > 
> > Somehow I doubt SPI is seeing very many contributions.
> 
> Well, if someone at SPI took the time to track back the emails and
> bill the ISPs, they might luck out and get the cost passed on to the
> offending sender.

It's an empty threat... Since non-subscribed people can send messages to
the list, what's making them check up on any so-called "rules".

Hall


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Office soulution

2003-04-05 Thread Jim
I ended up getting openoffice.org, it's very slow loading as it's 
running on xbox debian, it does the job though. Although i 
have found it does not always open .xls files, it somtimes 
says file is passwd protected and it not.

On Sat, 5 Apr 2003 01:54 pm, Jean-Marc V. Liotier wrote:
> On Sat, 2003-04-05 at 04:26, Hanasaki JiJi wrote:
> > apt-get install ooqstart-gnome   <= quick starter from sarge
> >
> > doesnt look like there is a package to install openoffice directly
>
> ooqstart-gnome does not quickstart the install, it keeps an openoffice
> thread in memory at all times so that documents are opened very fast. If
> you have sufficient RAM, it is very convenient because otherwise
> openoffice is really slow to launch.
>
> The Openoffice package is openoffice.org
>
> Why .org ? I have no idea, but it's Openoffice for you.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Why my nfs client doesn't work?

2003-04-05 Thread jqdkf
Hi,

I have set up an nfs server and it can be mounted by most nfs clients,
but there is one doesn't work. I use "rpcinfo -p ***.***.***.***" to
test that client, and it answers "Can't contact portmapper: Remote
System Error - connection refused". When I use "rpcinfo -p" on that
client, which is also an nfs server, it can show the information like
10 2 tcp 111 portmapper. 
I can't figure out what is going wrong. the /etc/exports and
/etc/hosts.allow hosts.deny is right. Any help?

Zeng Nan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Office soulution

2003-04-05 Thread Jean-Marc V. Liotier
On Sat, 2003-04-05 at 04:26, Hanasaki JiJi wrote:
>
> apt-get install ooqstart-gnome   <= quick starter from sarge
> 
> doesnt look like there is a package to install openoffice directly

ooqstart-gnome does not quickstart the install, it keeps an openoffice
thread in memory at all times so that documents are opened very fast. If
you have sufficient RAM, it is very convenient because otherwise
openoffice is really slow to launch.

The Openoffice package is openoffice.org

Why .org ? I have no idea, but it's Openoffice for you.



signature.asc
Description: This is a digitally signed message part


Re: Does the GPL requires recognition?

2003-04-05 Thread Tom Massey
* Aryan Ameri <[EMAIL PROTECTED]> [2003-04-05 23:53]:
> Hi there:
> 
> A basic licensing question:
> Does the GNU GPL, requires authors of derivative works, to give credit 
> to the original authors or not? I mean, let's say if I write a GPL 
> program, and someone uses a portion of my code in his GPL software, is 
> it mandatory for him to give me credit for my work?

I think it depends on what copyright notice you attached to the original
source code. I think that the author of a derivative work is only
required to include any copyright notice and license found in the original
work. If you, as the copyright holder, just include the GPL and state that
you are licensing the software under the GPL without mentioning yourself by
name as the copyright holder, I don't think the author of a derivative work
is obliged to mention you. Possibly he is not obliged to mention you at all.
The whole issue of copyright with the GPL is a bit dodgy IMHO. It says:

"conspicuously and appropriately publish on each copy an appropriate
copyright notice"

How to read 'conspicuous' and 'appropriate' here? Have to wait for it
to be defined in court.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Can't locate char-major-6

2003-04-05 Thread Seneca
On Sat, Apr 05, 2003 at 09:03:54PM +0800, [EMAIL PROTECTED] wrote:
> When I boot into my system, I get this information, and the syslog
> record this every minute. I try to search this with google but only find
> answers written in languages other than English, so I don't understand.
> Could anyone help me to figure out what is wrong and fix it? Thanks.

In the future, please put the information in your subject line into the
main text of your message also.  Not all people can see the subject line
while typing a reply.

char-major-6 would be the parallel printer.  Your system is probably
trying to load the module lp, but cannot find it (eg, it doesn't exist,
it is not in the proper location).

Excerpt from $KERNEL_SOURCE/Documentation/devices.txt:
  6 char  Parallel printer devices
  0 = /dev/lp0  Parallel printer on parport0
  1 = /dev/lp1  Parallel printer on parport1
  ...

  Current Linux kernels no longer have a fixed mapping
  between parallel ports and I/O addresses.  Instead, they
  are redirected through the parport multiplex layer.

-- 
Seneca
[EMAIL PROTECTED]


pgp0.pgp
Description: PGP signature


Re: Output Plugin for xmms

2003-04-05 Thread Gianfranco Berardi
I had similar issues on my laptop. Rather than install artsd I found 
that going into xmms preferences, then configuring OSS so that it 
doesn't use alternative devices but just has defaults set works.

Aryan Ameri wrote:
I have tree output plugins there:

1. OSSDriver 1.2.7
2. eSound Output Plugin 1.2.7
3. Disk Writer Plugin 1.2.7
And non of them seem to work. 

Exactly the same error message I got. I know you got it working with 
artsd but I figure that others might want to know how to fix the problem 
otherwise first.

Gianfranco Berardi



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



DHCPD3, BIND9 and configuring DDNS

2003-04-05 Thread Stephen Sherlock



Hi all,I'm trying to set up bind9 and dhcpd3 to allow the dhcp server 
to perform dynamic updates on the dns zone when a client leases an address. My 
configuration so far looks like this:named.conf:zone 
"devbox.i-oss.local" {    type 
master;    notify 
no;    file 
"/etc/bind/devbox.i-oss.local.dns";    
allow-update { 127.0.0.1; };};zone "0.0.10.in-addr.arpa" 
{    type 
master;    file 
"/etc/bind/0.0.10.dns";};dhcpd.conf:subnet 10.0.0.0 netmask 
255.255.255.0 {    range 10.0.0.10 
10.0.0.200;    option routers 
10.0.0.250;    option 
domain-name-servers 10.0.0.1;    
option domain-name 
"devbox.i-oss.local";    
ddns-update-style interim;    
default-lease-time 259200;    
max-lease-time 604800;    
authoritative;}I'm not overly fussed about security, since I'm 
the only person that will have shell access to the machine.I can't find anything 
in the log files suggesting why this isn't working, so after a few hours of 
messing about with the configuration, I've decided to appeal to you guys for a 
little help.Thanks in advance,Stephen 
Sherlock


Ximian Evolution unstable-on-testing sending problem

2003-04-05 Thread Leandro Guimarães Faria Corsetti Dutra
Just wondering if I should send a bug report...

Evolution stalls all email sends because one of the smtp servers I use
stalled.  I think it should stall only messages due to that particular
server, or at least give indication of what it was waiting for.

The error message that appeared when adding a message to the queue or
trying "Send and Receive" was:

Error while performing operation:
Welcome response error: Operation now in progress.

Does this seems like warranting a bug report?


-- 
  _   Leandro Guimarães Faria Corsetti Dutra+41 (21) 648 11 34
 / \  Lausanne, Vaud, Suisse+41 (78) 778 11 34
 \ /  Brasil+55 (11) 5686 2219
 / \  http://geocities.yahoo.com.br/lgcdutra/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Does the GPL requires recognition?

2003-04-05 Thread Leandro Guimarães Faria Corsetti Dutra
On Sat, 05 Apr 2003 15:31:55 +0300, Aryan Ameri wrote:

> Does the GNU GPL, requires authors of derivative works, to give credit to
> the original authors or not? I mean, let's say if I write a GPL program,
> and someone uses a portion of my code in his GPL software, is it mandatory
> for him to give me credit for my work?

What does "give credit" means?

The GPL says nothing about that.  But it is a basic principle of
copyright that you can't remove the copyright notices in the originals you
use, either to create a straightforward copy or a derivate.


-- 
  _   Leandro Guimarães Faria Corsetti Dutra+41 (21) 648 11 34
 / \  Lausanne, Vaud, Suisse+41 (78) 778 11 34
 \ /  Brasil+55 (11) 5686 2219
 / \  http://geocities.yahoo.com.br/lgcdutra/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Does the GPL requires recognition?

2003-04-05 Thread Colin Watson
On Sat, Apr 05, 2003 at 03:31:55PM +0300, Aryan Ameri wrote:
> Does the GNU GPL, requires authors of derivative works, to give credit 
> to the original authors or not? I mean, let's say if I write a GPL 
> program, and someone uses a portion of my code in his GPL software, is 
> it mandatory for him to give me credit for my work?

If someone else uses code copyrighted by you, then they need to include
your copyright notice. As I understand it, this is true regardless of
the licence.

I don't believe that the GPL requires people to give you credit in their
documentation, advertising materials, or what have you. In fact, the
"BSD advertising clause" is incompatible with the GPL.

-- 
Colin Watson  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[solved] Output Plugin for xmms

2003-04-05 Thread Aryan Ameri
Sorry, just installed xmmsarts, and everything is now alright.
Guess I should have checked apt first before sending my message.
Sorry for the inconvenience
Cheers



On Saturday 05 April 2003 15:51, Aryan Ameri wrote:
> Hi there:
>
> I just installed xmms 1.2.7.-3 (from sid repository), and I can't
> play a mp3 file with it. When I click on the play button, I recieve
> an error message, advicing me to check
>
> 1. My output plugin
> 2. That no other programs are blocking
> 3. That my sound card is configured properly
>
> Well, as no other program is playing any music at the time, and as my
> soundcard is configured properly ( I am able to play the same file
> with noatun), so I checked my xmms output plugin.
>
> I have tree output plugins there:
>
> 1. OSSDriver 1.2.7
> 2. eSound Output Plugin 1.2.7
> 3. Disk Writer Plugin 1.2.7
>
> And non of them seem to work.
>
> BTW, I guess KDE starts alsa when KDE is tarted, though I don't know
> weather this is related or not.
>
> Help appreciated
> Cheers


Aryan Ameri


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: crecord and speed

2003-04-05 Thread askronny
try:
nice --18 cdrecord -v dev=0,0,0 /root/image.iso

so you maximize the priority of cdrecord


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 05, 2003 1:39 AM
Subject: crecord and speed


> Hello
>
>
> I've just installed a Plextor PlexWriter (48/24/48) in my old pc with
> Debian Woody r0, but I can't write. This is how it goes:
>
> cdrecord -v dev=0,0,0 /root/image.iso
>
> Won't work since it gets a loss of streaming, I'm guessing this
> means that my old (200MHZ) pc can't handle the 24x speed that
> cdrecord chooses. So I tried
>
> cdrecord -v speed=2 dev=0,0,0 /root/image.iso
>
> But it wont get the speed command, cause cdrecord still wanna
> write with 24x speed.
>
> What am I missing?
>
>
> Thanx
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]
>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Can't locate char-major-6

2003-04-05 Thread jqdkf
Hi,
When I boot into my system, I get this information, and the syslog
record this every minute. I try to search this with google but only find
answers written in languages other than English, so I don't understand.
Could anyone help me to figure out what is wrong and fix it? Thanks.

Zeng Nan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Output Plugin for xmms

2003-04-05 Thread Aryan Ameri
Hi there:

I just installed xmms 1.2.7.-3 (from sid repository), and I can't play a 
mp3 file with it. When I click on the play button, I recieve an error 
message, advicing me to check

1. My output plugin
2. That no other programs are blocking
3. That my sound card is configured properly

Well, as no other program is playing any music at the time, and as my 
soundcard is configured properly ( I am able to play the same file with 
noatun), so I checked my xmms output plugin.

I have tree output plugins there:

1. OSSDriver 1.2.7
2. eSound Output Plugin 1.2.7
3. Disk Writer Plugin 1.2.7

And non of them seem to work. 

BTW, I guess KDE starts alsa when KDE is tarted, though I don't know 
weather this is related or not.

Help appreciated
Cheers
-- 
/* My name is Jehovah. I have a special plan to save the universe, but
because of heavenly security reasons I can't tell you what that plan
is. Your's just going to put your faith in me, because I see the
picture and you don't. You know I'm good, because I told you so. If you
don't believe me, I'll throw you on my enemies list and throw you in a
pit where Infernal Revenue Service will audit your taxes for eternity*/
--RMS
Aryan Ameri


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Does the GPL requires recognition?

2003-04-05 Thread Aryan Ameri
Hi there:

A basic licensing question:
Does the GNU GPL, requires authors of derivative works, to give credit 
to the original authors or not? I mean, let's say if I write a GPL 
program, and someone uses a portion of my code in his GPL software, is 
it mandatory for him to give me credit for my work?

Cheers
-- 
/* My name is Jehovah. I have a special plan to save the universe, but
because of heavenly security reasons I can't tell you what that plan
is. Your's just going to put your faith in me, because I see the
picture and you don't. You know I'm good, because I told you so. If you
don't believe me, I'll throw you on my enemies list and throw you in a
pit where Infernal Revenue Service will audit your taxes for eternity*/
--RMS
Aryan Ameri


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Teles ISDN ISA/PnP

2003-04-05 Thread Steffen Schmidt
 Hallo zusammen,
ich versuche seit einiger Zeit vergeblich meine Teles 16.3c unter Woody 
zum laufen zu bringen.
Installation bisher:

  1. pnpdump >/etc/isapnp.conf
  2. entkommentieren der entsprechenden Einträge
  3. isapnp /etc/isapnp.conf
  4. Meldung .OK
  5. kompilieren des Kernel (2.4.20) mit ISDN Unterstützung, Hisax als
 Modul, Teles Treiber in Kernel integriert.
  6. modconf
beim Versuch das hisax Modul zu laden kommt folgende Meldung :

Installing module hisax. If the device isn't there, or isn't configured 
correctly, this could cause your system to pause for up to a minute.

/lib/modules/2.4.20/kernel/drivers/isdn/hisax/hisax.o: unresolved symbol 
register_isdn_Rsmp_1ea7ec8e
/lib/modules/2.4.20/kernel/drivers/isdn/hisax/hisax.o: insmod 
/lib/modules/2.4.20/kernel/drivers/isdn/hisax/hisax.o failed
/lib/modules/2.4.20/kernel/drivers/isdn/hisax/hisax.o: insmod hisax failed

Installation failed.
depmod: *** Unresolved symbols in 
/lib/modules/2.4.20/kernel/drivers/isdn/hisax/hisax.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20/misc/fcclassic.o

Please press ENTER when you are ready to continue.

Wenn ich gleich darauf "cat /proc/ioports" ausführe bekomme ich folgenden Angaben:
-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0213-0213 : isapnp read
02f8-02ff : serial(set)
0376-0376 : ide1
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(set)
0a79-0a79 : isapnp write
0cf8-0cff : PCI conf1
9000-90ff : Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
 9000-90ff : 8139too
9400-940f : Promise Technology, Inc. 20268
 9400-9407 : ide2
 9408-940f : ide3
9800-9803 : Promise Technology, Inc. 20268
 9802-9802 : ide3
a000-a007 : Promise Technology, Inc. 20268
 a000-a007 : ide3
a400-a403 : Promise Technology, Inc. 20268
 a402-a402 : ide2
a800-a807 : Promise Technology, Inc. 20268
 a800-a807 : ide2
b000-b0ff : Adaptec AHA-2940U2/U2W / 7890/7891
b400-b41f : Intel Corp. 82371AB/EB/MB PIIX4 USB
 b400-b41f : usb-uhci
b800-b80f : Intel Corp. 82371AB/EB/MB PIIX4 IDE
 b800-b807 : ide0
 b808-b80f : ide1
d000-dfff : PCI Bus #01
 d800-d8ff : ATI Technologies Inc 3D Rage Pro AGP 1X/2X
e400-e43f : Intel Corp. 82371AB/EB/MB PIIX4 ACPI
e800-e81f : Intel Corp. 82371AB/EB/MB PIIX4 ACPI
 kann mir bitte jemand einen Tip geben?

Danke schonmal.
Steffen
--
Diese Nachricht ist von:
Steffen Schmidt
[EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How to access a file with RTSP protocol?

2003-04-05 Thread Colin Watson
On Sat, Apr 05, 2003 at 01:30:32PM +0300, Aryan Ameri wrote:
> Many of the files in our university's server, have an address that 
> starts with "rtsp:\\"

You mean "rtsp://", I guess?

> I investigated a bit, and it seems that RTSP is a standard protocol
> for real time streaming, which is recognized by IETF.
> 
> Still, nither mozilla nor Konqueror aren't able to do anything with 
> these file. left clicikng on file, and right clicking on it and issuing 
> the "save link target as.." command simply do nothing.
> 
> How can I access these rtsp files? How can I doenload/listen to them?

You'll need the non-free realplayer program from Real Networks.

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How to access a file with RTSP protocol?

2003-04-05 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat, Apr 05, 2003 at 01:30:32PM +0300, Aryan Ameri wrote:
> Many of the files in our university's server, have an address that 
> starts with "rtsp:\\" I investigated a bit, and it seems that RTSP is a 
> standard protocol for real time streaming, which is recognized by IETF.

rtsp is used by realplayer and nothing else.  No idea why the ietf bothered.

- -- 
 .''`. Baloo Ursidae <[EMAIL PROTECTED]>
: :'  :proud Debian admin and user
`. `'`
  `-  Debian - when you have better things to do than fix a system
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+jrztJ5vLSqVpK2kRAo6EAKDbIw9CGlHOH/ECoszPQAdMtqkiwQCfRqO5
F+LWyAFYR7+TwQFlw4vc+qc=
=zhGl
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



How to access a file with RTSP protocol?

2003-04-05 Thread Aryan Ameri
Hi there:

Many of the files in our university's server, have an address that 
starts with "rtsp:\\" I investigated a bit, and it seems that RTSP is a 
standard protocol for real time streaming, which is recognized by IETF.

Still, nither mozilla nor Konqueror aren't able to do anything with 
these file. left clicikng on file, and right clicking on it and issuing 
the "save link target as.." command simply do nothing.

How can I access these rtsp files? How can I doenload/listen to them?

Cheers
-- 
/* My name is Jehovah. I have a special plan to save the universe, but
because of heavenly security reasons I can't tell you what that plan
is. Your's just going to put your faith in me, because I see the
picture and you don't. You know I'm good, because I told you so. If you
don't believe me, I'll throw you on my enemies list and throw you in a
pit where Infernal Revenue Service will audit your taxes for eternity*/
--RMS
Aryan Ameri


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bogofilter configuration

2003-04-05 Thread Brian Potkin
On Sat, Apr 05, 2003 at 12:04:31AM -0500, Kevin McKinley wrote:

> Until now I've been wearing out the delete key going through my inbox. I
> finally decided to do something about it, and installed bogofilter.
> 
> When I looked at /etc/bogofilter.cf, I noticed that every line is commented
> out.
> 
> Is this a workable configuration?

At the top of /etc/bogofilter.cf it states:

`Non-comment lines of bogofilter.cf.example show default settings as
used in the bogofilter source code.'

Now bogofilter's maintainer has taken bogofilter.cf.example and copied
it to /etc/bogofilter.cf, at the same time inserting # at the beginning
of each line.  I would assume this would have no effect on the default
settings (lines commencing with a single #) as they are in the source
code and the binary is compiled using them.

So you have a workable configuration without having to alter this file.

Brian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Run a premade script before init and inittab

2003-04-05 Thread Frank Gevaerts
On Fri, Apr 04, 2003 at 05:50:08PM -0800, Kris wrote:
> I am trying to make a file system boot completely read-only on the hard
> drive but have a ramdrive load the / to do this I have a custom scipt that
> must execute before INIT is this possible and where can I place my custom
> script to make sure this gets done.

You need to use an initrd for that. Check initrdtools and google

Frank

> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Why am I no longer receiving the digest?

2003-04-05 Thread Colin Watson
On Sat, Apr 05, 2003 at 04:12:36AM +0100, Pigeon wrote:
> On Sat, Apr 05, 2003 at 10:29:31AM +1000, Chris Kenrick wrote:
> > I'm not currently subscribed to the digest, but have been in the past.
> > Over that time, probably 4 or 5 occurrences of what you describe
> > happened.  You get nothing for days on end, then all of a sudden it
> > starts up again.  Hence, I'm back to the debian-user over dialup thing
> > too :)
> 
> Thanks, that's useful to know... so presumably when it does get going
> again, I'll receive 100 digests in a lump? duplicating a few thousand
> messages? But if I block the duplicates, the list server gets error
> returns and automatically unsubscribes me (or so I understand). Oh well.

No need to return errors on the duplicates. You could just drop them
into /dev/null.

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: What release do I have now?

2003-04-05 Thread Colin Watson
On Fri, Apr 04, 2003 at 07:37:09PM -0800, Jerry wrote:
> I installed Woody, release 3.0r0 from a cd set that I purchased. Then I installed 
> all of the security
> updates from:
> 
> deb http://security.debian.org/ stable/updates main contrib non-free
> 
> So, do I now have release 3.0r1?

Perhaps not quite. You'd also need anything new from:

  deb http://ftp.debian.org/debian stable main contrib non-free

(or a mirror)

Security updates form most of the changes in point releases, but there
are sometimes a few others.

> If so, how do I get my Debian to tell me what version it is?

You can't really, sorry.

Cheers,

-- 
Colin Watson  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: simple networking problem - bringing up eth0 correctly

2003-04-05 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat, Apr 05, 2003 at 01:29:57AM -0800, Dale Welch wrote:
> interfaces:
>   auto eth0
>   iface eth0 inet static
>   address  192.168.1.51
>   network 192.168.1.0
>   gateway 192.168.1.254

Try this.

# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
address 192.168.1.51
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.0.254

- -- 
 .''`. Baloo Ursidae <[EMAIL PROTECTED]>
: :'  :proud Debian admin and user
`. `'`
  `-  Debian - when you have better things to do than fix a system
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+jqogJ5vLSqVpK2kRAqlvAJ9ufvUKFOUzEqRmF12WamXuXVi/1gCeOXWZ
Vpi8M0djrs6T8cb+RArFJIk=
=V64K
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



  1   2   >