Re: Color black not defined

2002-05-20 Thread Eric G. Miller
On Mon, May 20, 2002 at 09:20:14PM -0700, John Galt wrote:
> Hi,
> When I run xemacs , i get an warning message 
> "color black not defined" and in the text of emacs, my
> cursor is not visible which I assume is due the
> warning message.

Do you have a customized .Xresources?  I've found trailing spaces are
not tolerated, so check for "black ".  This seems to be an X thing.
Not sure why xrdb doesn't strip trailing white space (bug?).

-- 
Eric G. Miller 


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



Re: Color black not defined

2002-05-20 Thread Tom Cook
On  0, John Galt <[EMAIL PROTECTED]> wrote:
> Hi,
> When I run xemacs , i get an warning message 
> "color black not defined" and in the text of emacs, my
> cursor is not visible which I assume is due the
> warning message.
> 
> How can I fix this and what other information should I
> give ..I use Gnome Sawfish window manager and use
> Woody , Xfree86 server,
> I have most of the font packages
> xfonts-base, 75,100dpi,xfongs-scalable..

Is black defined in /etc/X11/rgb.txt?

Tom
-- 
Tom Cook
Information Technology Services, The University of Adelaide

"Other people's priorities are endlessly odd."
- Kingsley Amis

Get my GPG public key: 
https://pinky.its.adelaide.edu.au/~tkcook/tom.cook-at-adelaide.edu.au


pgpwQRbBofPUv.pgp
Description: PGP signature


Re: how does root run a graphical prog

2002-05-20 Thread Willy S
* Peter Hicks ([EMAIL PROTECTED]) wrote:
> Just put this in your .bashrc file
> 
> XAUTHORITY=$HOME/.Xauthority
> 
> export XAUTHORITY
Thanks for the help. It has solved my problem. Actually I expect to
have a nice and clean solution like yours, but turns out there
are so many solutions for my problem. I decided to use yours, because
it is faster to implement.

cheers...

-- 
Willy 
[ http://web.singnet.com.sg/~sutrisno ]
Linux User #225035 - http://counter.li.org


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



Color black not defined

2002-05-20 Thread John Galt
Hi,
When I run xemacs , i get an warning message 
"color black not defined" and in the text of emacs, my
cursor is not visible which I assume is due the
warning message.

How can I fix this and what other information should I
give ..I use Gnome Sawfish window manager and use
Woody , Xfree86 server,
I have most of the font packages
xfonts-base, 75,100dpi,xfongs-scalable..

Any ideas ?
Thanks
John

__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com


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



CD install disk

2002-05-20 Thread Vaughan, Curtis
About a month ago I created a CD image for a 2.4.x installation, which image
I created using jigdo.
 
Regardless,… today, I attempted to do an installation from the CD, which
started out fine, but then when I got to the part, I think it was, “install
modules and drivers,” it asked me for access to a file.  Unfortunately, I
don’t remember the name of the file or the default location it was trying to
locate it in, but my question is: why?  Do I need to also burn some files
and directories to the installation CD?  And, how could that be possible, if
the CD is burned as an image?  Or, am I completely missing something.
 
Curtis
<>

Re: Help me install debian in the vmware

2002-05-20 Thread Elizabeth Barham
Squirrel <[EMAIL PROTECTED]> writes:

> I want to install debian into my i386 machine.After I boot the
> installing from the image rescue.bin,it prompts that "Insert root floppy
> disk to be loaded into RAM disk and press ENTER".Then I switched the
> image onto boot.bin.But it prompted "end_request:I/O error, dev
 
Do you mean root.bin? If not, I believe that is the correct disk

> 02:00(floopy),sector 0" .what's wrong?

Most likely a corrupted floppy. Try making another copy of the root
floppy.

Elizabeth


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



Re: Passing io/eth params to 8319too driver

2002-05-20 Thread Donald R. Spoon

Jonathan Matthews <[EMAIL PROTECTED]> wrote:

> -SNIP- <

I'm guessing that, under 2.4

a) I have to use 8139too



Not necessarily... see below.


Since the hang occurs at boot immediately after
"Configuring network interfaces: " with no errors reported:

b) it's the driver's probing of other io addresses that's causing
the hang.

Note that (b) is, of course, very probably, wrong.



I think your problem is happening much later than the kernel's detection 
of the NIC.  This message is generated by the /etc/init.d/networking 
script that is run after the kernel has booted and as part of the 
/etc/rcS.d/ initscripts.  The IO/IRQ probing has already been done.  You 
can get an apparent "hang" at this point if you have the interface setup 
to use dhcp and it cannot find a dhcp server.  There can be several 
reasons for this, including improper init of the NIC.




So, to cut to the chase: how do I pass the io and irq values to the
driver?

Please note that I'm aware of having (after an update-modules) the two
lines
alias eth0 8139too
options 8139too io=0xe00 irq=12
in /etc/modules.conf

and also the line

append="ether=12,0xe00,eth0"
in /etc/lilo.conf.

Neither one appears to do much good.

Any 8139too-under-2.4 users out there able to lend a hand?

cheers!
jc


I have about 4 of these RealTek 8139 cards in use here.  Three of them 
are running on the "stock" debian 2.4.18 kernel using the 8139too.o 
driver... all without problems.  Here is some info that I have collected 
over the years that might be useful in helping you track down the 
problem.  Appologies if you have already done this...just trying to 
cover all bases.


1.  All RealTek 8139 cards that I know about are PCI cards.  If yours is 
NOT a PCI card (ISA??) then I would re-check the chipset number and make 
absolutely sure that it is the correct one.


2.  You have very little control over passing IO/IRQ arguments to PCI 
cards. The IO/IRQ is set by your BIOS and the IRQ assignments are 
entirely dependent on the particular PCI slot the card is using.  There 
is not any requirement to pass these arguments to the driver module on 
PCI cards in Linux as linux will take care of this automatically for PCI 
cards.  The fact that you ARE trying to pass IO/IRQ values to the kernel 
might be messing it up!  I would recommend you stop trying to pass 
specific IO/IRQ values to the module and let the kernel do its thing.


3.  There are now several different models of the 8139 chipset.  The "a" 
and "b" series work quite well with the rtl8139.o and 8139too.o modules 
in the 2.2.xx series kernel, as well as with the 8139too.o module in the 
 2.4.xx kernels.  The newer "c" models has some problems with these 
particular drivers for some people.  In the 2.4.18 kernel that I have, 
there is a "8149cp.o" module, which I believe is for the newer models. 
I don't have the newer models, so this is just a guess, but you might 
want to try the "8139cp.o" module (without any parameters).  As I said, 
this is just a "guess".  The fact that the card works with both of the 
regular modules in your 2.2.xx kernels tells me this is probably NOT a 
factor for you.


4.  I would temporarily disable the init of the network... particularly 
this interface.  You can do this by boot up to run-level 1 and/or 
editing your /etc/network/interface and taking eth0 (or whatever the 
interface for this card is) out of any "auto" statement.  You can then 
manually expolore the system and try to pin-point the problem.  See if 
the module is being loaded (lsmod) and explore the IRQs and IOs to see 
if you have any conflicts.  If you see that eth0 has an assigned IRQ of 
"0" go into your BIOS and reset the "PnP OS" option to "off" or "no". 
Look for something else sitting on IRQ 12... a P/S-2 mouse is a likely 
suspect.


5.  Check your dmesg file and see if it detects the 8139 NIC.  This 
should happen before any of the initscripts are run, and there should be 
some info in your logs, even on the "failed" boots.


I suspect your "problem" is somewhere in the /etc/network/interface file 
rather than in the module...  again, just a guess.


Cheers & Good Luck!

-Don Spoon-


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




Re: okidata OL410e: yea or nay?

2002-05-20 Thread Bob Bernstein

> On Mon, 20 May 2002, "BigBobFromLittleRhody" == Bob Bernstein wrote:

  BigBobFromLittleRhody> Has anyone been successful using this printer with
  BigBobFromLittleRhody> Linux (or any other) cups?  I have the recommended
  BigBobFromLittleRhody> ljet4 ppd selected...

Stop right there Bob. (drumroll please...) And the answer is:

Configure this turkey as if it were an old LJ III, which is what it has always 
emulated! I picked, from cupsomatic, this driver:

HPLaserjet 3, Foomatic + ljet3

and we seem to be off to the proverbial printing races. Look Andy Rooney; look 
out Dave Barry! Here I come!

-- 
Bob Bernstein
at   http://www.ruptured-duck.com
Esmond, Rhode Island
USA




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



Mutt broken?

2002-05-20 Thread Nomad the Wanderer

I just changed out my firewall.  The boxes are build just about
identicle except for hardware.  They have the same configuation and
the same verion of mutt.  (Even did an md5 sum on binary)

When  I run "mutt" as myself I get a message that my mailbox is readonly.
Root can read and write to my mailbox just fine, elm can as well.  On the 
old machine mutt works just fine as well.

Help?


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



recompile 2.2.19idepci w/2.2.19 & modules stop working

2002-05-20 Thread Pierre
Hello debian users!

I just used the debian boot floppy to install pototoe 2.2.19 idepci.  
Then to use it as a firewall I recompiled the kernel with 
kernel-source 2.2.19.  Doing so I lost all my modules including the 
NE module for my nic card.  I tried insmod -f ne io=0x300
but it complains about the different kernels and gives library 
errors.  I gave the new kernel module support.  Any ideas on how to 
get modules working for 2.2.19 kernel?

I think if I had the 2.2.19 idepci kernelsource to recompile it would 
work fine, but I can't find it in the debian packages anymore.

Thanks


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



Fetchmail problem

2002-05-20 Thread Carl Weidling
Hello,

When I run my slackware distro, I'm used to using fetchmail get mail
with the command:

fetchmail -k --protocol POP3  -u cpw pop.rahul.net

Fetchmail then asks me for a password, and gets the mail.  I read it
using mailx.

However, when I try this from my newly installed Debian Woody distro,
fetchmail spits out something like:

reading message [EMAIL PROTECTED]:259 of 261 (3121 octets) ..fetchmail:\
 SMTP error: 553 5.1.8 <[EMAIL PROTECTED]>\
 ... Domain of sender address \
 [EMAIL PROTECTED] does not exist
. not flushed
reading message [EMAIL PROTECTED]:260 of 261 (3327 octets) ..fetchmail:\
 SMTP error: 553 5.1.8 <[EMAIL PROTECTED]>...\
 Domain of sender address [EMAIL PROTECTED]
 does not exist
. not flushed

and there's no mail for mailx to fetch, nothing in /var/mail/cpw.  I
can send mail locally and it shows up in /var/mail, and can be read by
mailx, but nothing from fetchmail.  Right now, the only way I can read
mail from my ISP in Debian is with netscape messenger.

(I'm sending this from my ISP shell account, using mailx.)

Does anybody have any ideas on what I have to do to get fetchmail to work?

Regards,
Carl Weidling


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



Help me install debian in the vmware

2002-05-20 Thread Squirrel
I want to install debian into my i386 machine.After I boot the
installing from the image rescue.bin,it prompts that "Insert root floppy
disk to be loaded into RAM disk and press ENTER".Then I switched the
image onto boot.bin.But it prompted "end_request:I/O error, dev
02:00(floopy),sector 0" .what's wrong?




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



Re: latex->xpdf

2002-05-20 Thread Steffen Evers
On Tue, May 21, 2002 at 11:16, Tom Cook wrote:
> Thanks to all who responded.  pdflatex is a tool which someone told me
> about, but which I couldn't find (I was looking for latexpdf or
> latex2pdf or something of the like, since that is the way all the
> other converters are named).  Changing /etc/texmf/dvips/updmap to
> type1_default=true also fixed the problem, but using
> latex->dvips->ps2pdf is a far more roundabout method than pdflatex.
Maybe this frontend makes life with pdflatex easier for you:
http://tex2pdf.berlios.de

Bye, Steffen


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



Re: Recommended tape backup software - disk failures

2002-05-20 Thread Petro
On Mon, May 20, 2002 at 02:25:59AM -0700, Alvin Oga wrote:
> hi ya
> a nice picture of what causes a system to fail... disks or ???
>   http://www.Linux-1U.net/Disks/Disk_Failure.gif
>   ( its from an IDC survey )
> ( the picture stolen/copied from 
> http://safersite.net/NSS15AFaultTolerantUsersStoragePowerandNetworks.htm
>   - but it seems they moved that url...

That is completely outside my experience. 

I've had users nuke the operating system, but the computer
didn't fail, the OS did. A fresh install and everything but the
users data was peachy. 

Those 15 75Gig IBM drives OTOH...

-- 
My last cigarette was roughly 28 days, 16 hours, 40 minutes ago.
YHBW


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



Re: Recommended tape backup software - tape vs disk

2002-05-20 Thread Petro
On Mon, May 20, 2002 at 12:10:34AM -0700, Peter Whysall wrote:
> On Mon, 2002-05-20 at 06:22, Alvin Oga wrote:
> > --- if the disks is raid5'd ... give one disk
> > --- to each of the CEO/CFO/CTO/foo/bar and no one user
> > --- has all the data... no way for stealing corp secrets
 
> That's innovative, but impractical.

No, it's a great idea, but you can do the same thing even more
safely with tapes. 

> A terabyte is 10 AIT-3 tapes. How many disks is it?

10 120 gig IDE drives. 

Each with lots of electronics to fail. 


-- 
My last cigarette was roughly 28 days, 16 hours, 37 minutes ago.
YHBW


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



Re: Recommended tape backup software - tape vs disk

2002-05-20 Thread Petro
On Sun, May 19, 2002 at 05:24:55PM -0700, Alvin Oga wrote:
> 160GB ide disks is $150-$200 range... cheap...
>   - 1Terabyte of backup in one 1u chassis.. no problem...
>   and i do compressed backups of up to 3 or 6 months... dpeending
>   on diskspace they willing ot buy and user data

Pull 10 160GB disks out of your array to swap them for another set
(offline DR archive). 

Drop one disk on a concrete floor.

Pull 20 tapes out of the drive. 

Drop one tape on the floor. 

Which has a better chance of surviving? 

This list has gone round and round on this at least twice in the
last 4 months. 

When you're backing up terabytes, archiving for legal reasons, etc.
modern tapes are more than adequite, and less expensive (in real
terms) than drives. 



-- 
My last cigarette was roughly 28 days, 16 hours, 32 minutes ago.
YHBW


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



Re: OT: regexp spam filter

2002-05-20 Thread Gary Turner
On Mon, 20 May 2002 14:19:28 -0700, Alan Su wrote:

>the following regexp *should work:
>
> 217\.78\.(6(4|5|6|7|8|9)|7(0|1|2|3|4|5|6|7|8|9))\.[0-9]+
>
snip
>Gary Turner wrote (Mon, 20 May 2002 16:11:00 -0500 ):

>|> I want
>|>to block a Nigerian domain (I wonder why?) whose IP block is 217.78.64.0
>|>- 217.78.79.255.



My thanks, Alan and Colin.  My own efforts looked much like Colin's
examples.  I still feel that they are the more concise/elegant way to
go.  There must be some syntactical error I am missing (from the
viewpoint of Agent's handling of regexp's).  That calls for another
session of RTFM. :)  As it happens, neither of Colin's examples worked.
(And, I don't see why not.)

Alan's, OTOH, did work, and is in my kill filter.  I suppose that this
proves the old 'whack it back 'til it works' theorem---or, simplify,
simplify, simplify.
--
gt
It is interesting to note that as one evil empire (generic) fell,
another Evil Empire (tm)  began its nefarious rise. -- me
Coincidence?  I think not.


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



Re: plptools and Diamond Mako

2002-05-20 Thread Brian
Oh.  Thanks.  Is there a way to find out all programs that are included 
in a .deb pkg?  If I do man plpftp, the "See Also" section shows ncpd 
and plpftp.  Not plpbackup, etc.   Course, the problem goes beyond plptools.

Brian

csj wrote:


On Mon, 20 May 2002 08:30:11 -0700
Brian <[EMAIL PROTECTED]> wrote:

Do you backup your files in some automated fashion using plpftp?  That 
would be a benefit of "mounting as a nfs partition", but I am still 
messing with it.




The version  of plptools (0.10-1) I have includes a utility named
plpbackup.





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




Re: Identical installations on several machines

2002-05-20 Thread Petro
On Fri, May 17, 2002 at 06:09:03PM -0700, Petr Vanek wrote:
> On Fri, May 17, 2002 at 03:47:06PM -0700, David Wright wrote:
> > 
> > A# dpkg --get-selections > selections
> > A# scp selections B:
> > A# ssh B
> > B# dpkg --set-selections < selections
> > B# dselect install remove
> > 
> > Keep in mind though, this will not reproduce the CONFIGURATIONS, just
> the
> > PACKAGES. You could try
> > 
> > B# rsync -e ssh -a A:/etc /
> > 
> > to get /etc synch'd, but some things (e.g. /etc/hostname) you don't
> want
> > synch'd, and then there are some things in /var you want synch'd (and
> > others you don't). This isn't quite such an easy problem. It is
> solvable
> > (I know -- I do it with 6 machines), but it requires some thoughtful
> > script construction.
> 
> does any daemon do that? i mean, is there any other way of doing sync of
> packages?

Check out SystemImager and FAI. They are both tools to maintain
"clusters" of machines and do semi-automatic or fully-automatic
installations.

-- 
My last cigarette was roughly 28 days, 16 hours, 24 minutes ago.
YHBW


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



Re: wrapping [was: Re: disable paragraph flows in mozilla?]

2002-05-20 Thread Petro
On Fri, May 17, 2002 at 08:34:20PM -0700, Paul 'Baloo' Johnson wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Sat, 18 May 2002, Hans Ekbrand wrote:
> 
> > Although I actually have a terminal (can't say I use it much though),
> > I sometimes wonder if email conventions should be derived from
> > limitations of such ancient hardware. In some sense, its a good
> > practice to require as little as possible from the clients, but is
> > 80x25 a limit that anyone is facing anymore?
> 
> Yes.  I'm at work right now on a VT100.  People still use old hardware
> and will likely still use old hardware for as long as they can be
> repaired and pressed into service (read: indefinately, terminals are
> pretty damn robust).

I missed this the first time around, but:

I have 3 or 4 machines at home that I may use at any given time to
read Usenet or Email. A PII 233 with 198 meg of ram runing Debian
Woody, a P233 with 128 meg of ram running Redhat something old, a
PowerMac G4 with 768 meg of ram running OSX, and usually something
else, from a Windows laptop to a Tadpole to whatever. 

I still have the 80x25 problem, since often I'm using Mutt or SLRN.

It's not your place to decide for me what software or hardware I
must use to read your usenet postings, although it might be
acceptable to place a certain minimal level of ability, however it
most certainly is *NOT* acceptable for you to dictate what my email
software must be able to accomodate beyond the requirements of the
relevant RFC. 

Which is still  822, last time I checked. 

Now that you've probably gotten all huffy, no, I don't mean "you"
specifically, I mean "you" in the Outlook using, javascript-RTF
enhanced non-RFC compliant email sending twits out there. If you
fall in to that category, then...

> > I guess new limits come with pocket computers, mobile telephones, and
> > whatever means people read their mail with these days.
> Pocket computers gracefully rewrap text (usually) so they're not an
> issue (though it would be nice if the email software that comes with it
> would respect the 72 column rule even if it doesn't display it).  I
> don't see anybody reading on thier telephones.  I mean, yeah, I'm going

Funny, my Mobile Phone came with Eudora installed on it. I'm waiting
for the USB sync cable so's I can try it out. 

> Though one time I got a hold of my roommate's cellphone and subscribed
> him to a few high traffic lists on it.  It took him a couple days before
> he realised it wasn't going to stop on it's own and he'd have to go for
> it himself.  Nice part about those three days is you couldn't lose him,
> he was beeping every couple minutes.  (He got me back by pouring out my
> Molsons and refilling the bottles with Coors, though everybody in the
> house said that was below the belt: You simply don't subject *anyone* to
> American beer[1])

He's a nice guy. I'd have urinated in them. Though with beer it'd be
hard to tell the difference. 

> > So, a better argument for wrapping lines at 72 chars would perhaps be
> > that it make the text easier to read (even if you have real screen
> > estate that could handle a lot more).

No, the best argument is that accessability is more important than
form, and there is only one form that is considered a baseline
default--80 columns width max. 
 
> [1] There's a difference between American beer and Oregonian beer,
> though, Widmer Brothers and McMenamins are still good; Henry Weinhards
> used to be good until they sold out to Miller, they're brewed out of St.
> Louis and the formula changed: it tastes like Miller Lite now.

Beer is beer. Budwiser makes more beer because they have bigger
horses, that's all. 

-- 
My last cigarette was roughly 28 days, 16 hours, 10 minutes ago.
YHBW


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



Re: font troubles in sid

2002-05-20 Thread James Hughes
On Mon, May 20, 2002 at 05:04:06PM -0400, Hubert Chan wrote:
> > "James" == James Hughes <[EMAIL PROTECTED]> writes:
> 
> James> Hi, A while ago, after doing an upgrade, I noticed that fonts in
> James> galeon where displaying as rectangles. ...
> 
> This is probably because gtk is trying to use the Unicode codepage.  Try
> changing it to another codepage, like iso8859-1.  If you use GNOME, you
> can do that in the GNOME control center, under themes.  
> 
Well, that was easy :]. Thanks to all.

James




pgp4f5Lt3t6L4.pgp
Description: PGP signature


Re: Same bookmark file for Galeon and Mozilla?

2002-05-20 Thread Jerome Acks Jr
On Mon, May 20, 2002 at 12:32:37PM +0200, Balazs Javor wrote:
> Hi,
> 
> Is it possible to use the same bookmark file for both Galeon and Mozilla?
> 
> I often find it difficult to decide which one I should use.
> Galeon seems to be the better choice, but it also tends to crash more often :(
> The problem is that if I use one of them for a while I always have to
> update my bookmarks in the other. It would be much nicer if they could
> share a common file...

Not exactly the same file, but you can sync your mozilla and galeon
bookmarks. If you select "edit bookmarks" in galeon, you can import
bookmarks from mozilla.  "Save As..." will allow you to export bookmarks
in mozilla format.
-- 
Jerome


pgpoojVP5Wq2V.pgp
Description: PGP signature


Re: latex->xpdf

2002-05-20 Thread Tom Cook
Thanks to all who responded.  pdflatex is a tool which someone told me
about, but which I couldn't find (I was looking for latexpdf or
latex2pdf or something of the like, since that is the way all the
other converters are named).  Changing /etc/texmf/dvips/updmap to
type1_default=true also fixed the problem, but using
latex->dvips->ps2pdf is a far more roundabout method than pdflatex.

Now all my text appears beautifully in both xpdf and acroread (using
pdflatex), BUT... I also have some bitmapped eps files I am
including.  These are graphs (simulink output, actually) which I had
to screengrab on an NT box, using Gimp for win32, save as a jpeg (the
NT gimp I have access to doesn't do eps, and it's not about to change)
email it to my debian box, open it in the Gimp, save it as eps, and
then use the psfig package to include it in my document.  Now, if I
use pdflatex then the eps figures don't display in either acroread or
xpdf; there is the correct space reserved for them, but it is just
blank.  If I use latex->dvips->ps2pdf then acroread displays them
correctly but not xpdf.  Does anyone have any ideas on that one?

Tom

On  0, Tom Cook <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I am fairly new to latex, so this could easily be something I am doing
> wierd, but...
> 
> When I use latex to convert a source file into a dvi, the dvi looks
> great.  Then when I use either dvips->gs or dvipdf to convert the dvi
> into a pdf, the pdf looks OK in acroread but unintelligable in xpdf.
> It just comes out as a series of lines of dots on the page.  The
> commands I am using are:
> 
> # latex source.tex
> # dvips source.dvi
> # gs -sOutputFile=source.pdf -sDEVICE=pdfwrite source.ps
> 
> or
> 
> # dvipdf source.dvi source.pdf
> 
> Any ideas on why xpdf is barfing?
> 
> Tom



-- 
Tom Cook
Information Technology Services, The University of Adelaide

"A child of five could understand this.  Fetch me a child of five."
- Groucho Marx

Get my GPG public key: 
https://pinky.its.adelaide.edu.au/~tkcook/tom.cook-at-adelaide.edu.au


pgpGSKX8Rr8AB.pgp
Description: PGP signature


Re: wrapping [was: Re: disable paragraph flows in mozilla?]

2002-05-20 Thread Petro
On Fri, May 17, 2002 at 06:47:25PM -0500, Richard Cobbe wrote:
> Lo, on Saturday, May 18, Hans Ekbrand did write:
> > On Fri, May 17, 2002 at 03:40:47PM -0700, Vineet Kumar wrote:
> True; it's long been understood in the professional typesetting
> community that lines which are too long are difficult to read.  I've
> even seen discussions of what `too long' means---I think it's a function
> of how long the font's em-space is, but I don't remember the details off
> the top of my head.

It's a function of Typeface, leading, and kerning. 

Tightly set lines (little space between letters, and little space
between lines) need shorter lines. Loosely set lines (opening up the
space between the lines, and opening up the letter spacing a bit
(but, obviously not too much)) can be longer. 


> (Add this to the fact that most on-screen computer fonts, IMO, don't
> have enough leading, and you've got serious legibility problems.)

The typefaces don't do the leading (well, sort of but not really),
it's the application that decides it. 

-- 
My last cigarette was roughly 28 days, 16 hours, 6 minutes ago.
YHBW


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



Problem With vsftpd - "tunable_ftp_username" ???

2002-05-20 Thread Nick
I just replaced the ordinary ftpd as supplied with my Debian Woody/Pre
system by the vsftpd deb in Testing, but now can't actually run any
FTP sessions because vsftpd dies every time I connect, as follows :

# ftp django
Connected to django.mydomain.org.
500 OOPS: vsftpd: cannot locate user specified in
'tunable_ftp_username'
ftp> bye

I took a real guess and added the directive 
  tunable_ftp_username=nobody
to my vsftpd.conf (*guessing* because the identifier
"tunable_ftp_username" doesn't appear anywhere in either the man page,
or the supplied config file), and now I get :

# ftp django
Connected to django.mydomain.org.
500 OOPS: unrecognised variable in config file

Anyone know what on earth is going on here ?
Or what the unrecognised variable might be ?
Or why vsftpd gives such cryptic error messages ;-) ?
Anybody else have vsftpd running happily on Debian Woody ?

The deb installed is :
ii  vsftpd 1.0.0-2The Very Secure FTP Daemon

TIA
Nick Boyce
Bristol, UK
--
Steinbach's Guideline for Systems Programming: Never test for an 
error condition you don't know how to handle.


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



Re: latex->xpdf

2002-05-20 Thread John Griffiths
>Hmm.  I just ran xpdf on an old pdf file that was created using TeX, and
>it says:
>  Error: This document uses Type 3 fonts - some text may not be correctly
displayed
>and gives the same kind of display as what you describe, so this may be
>your problem.  xpdf doesn't understand Type 3 fonts. (Type 3 fonts allow
>for bitmapped fonts.)
>

Type 3 fonts are horrors wherever they're used, even if they display
correctly you can't cut and paste the text from them.


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



Re: latex->xpdf

2002-05-20 Thread Alan Shutko
Tom Cook <[EMAIL PROTECTED]> writes:

> When I use latex to convert a source file into a dvi, the dvi looks
> great.  Then when I use either dvips->gs or dvipdf to convert the dvi
> into a pdf, the pdf looks OK in acroread but unintelligable in xpdf.

What version of gs are you using?  Versions before GS 6.0 used type 3
fonts, which acroread renders poorly and xpdf doesn't render at all.

-- 
Alan Shutko <[EMAIL PROTECTED]> - In a variety of flavors!
A king's castle is his home.


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



Re: latex->xpdf

2002-05-20 Thread Steve Juranich
> Hi all,
> 
> I am fairly new to latex, so this could easily be something I am doing
> wierd, but...
> 
> When I use latex to convert a source file into a dvi, the dvi looks
> great.  Then when I use either dvips->gs or dvipdf to convert the dvi
> into a pdf, the pdf looks OK in acroread but unintelligable in xpdf.
> It just comes out as a series of lines of dots on the page.  The
> commands I am using are:
> 
> # latex source.tex
> # dvips source.dvi
> # gs -sOutputFile=source.pdf -sDEVICE=pdfwrite source.ps
> 
> or
> 
> # dvipdf source.dvi source.pdf
> 
> Any ideas on why xpdf is barfing?

I would probably use ps2pdf as a postscript to pdf converter.  However, if you 
have the LaTeX source, the preferred method would be to use pdflatex (it comes 
in the tetex-bin package).  You'll have to convert any .eps figures to .pdf 
(via epstopdf), and if you use "seperator characters" in your \label{} tags 
(e.g., \label{fig:xyplot}, pdflatex will die on the ':'.  The only seperator 
character it allows in the \label{} statements are '_'s.

Have fun.

--
Stephen W. Juranich [EMAIL PROTECTED]
Electrical Engineering http://students.washington.edu/sjuranic
University of Washingtonhttp://ssli.ee.washington.edu/ssli




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



Re: latex->xpdf

2002-05-20 Thread Hubert Chan
> "Tom" == Tom Cook <[EMAIL PROTECTED]> writes:

Tom> When I use latex to convert a source file into a dvi, the dvi looks
Tom> great.  Then when I use either dvips->gs or dvipdf to convert the
Tom> dvi into a pdf, the pdf looks OK in acroread but unintelligable in
Tom> xpdf.

I don't use xpdf much but it might be because dvips by default uses
bitmap versions of the TeX fonts, rather than PostScript versions.  Try:

# cd /etc/texmf/dvips
[edit updmap and add "type1_default=true" somewhere]
# ./updmap

and see if that helps.  Of course, you'll need to regenerate the ps and
pdf files.

Hmm.  I just ran xpdf on an old pdf file that was created using TeX, and
it says:
  Error: This document uses Type 3 fonts - some text may not be correctly 
displayed
and gives the same kind of display as what you describe, so this may be
your problem.  xpdf doesn't understand Type 3 fonts. (Type 3 fonts allow
for bitmapped fonts.)

-- 
Hubert Chan <[EMAIL PROTECTED]> - http://www.uhoreg.ca/
PGP/GnuPG key: 1024D/124B61FA
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA
Key available at wwwkeys.pgp.net.   Encrypted e-mail preferred.


pgpjaTjFJY9e9.pgp
Description: PGP signature


Re: latex->xpdf

2002-05-20 Thread Alexander Schmehl

* Tom Cook <[EMAIL PROTECTED]> [020521 02:36]:

> When I use latex to convert a source file into a dvi, the dvi looks
> great.  Then when I use either dvips->gs or dvipdf to convert the dvi
> into a pdf, the pdf looks OK in acroread but unintelligable in xpdf.
I think, that pdf's look quite better, when you use "pdflatex" instead
of the ps2pdf or dvi2pdf tools I know.

-- 

cu
Alex

-- 
PGP key on demand, mailto:[EMAIL PROTECTED] with subject "get pgp-key"


pgp07X7n1cmBN.pgp
Description: PGP signature


Re: Auto-ripping music CDs

2002-05-20 Thread Cory Snavely
Looking at vold might be a place to start. I'm not sure how it would handle
audio CDs, but I bet it would know about media changes, etc.

- Original Message -
From: "Andrew Pritchard" <[EMAIL PROTECTED]>
To: "Debian User List" 
Sent: Monday, May 20, 2002 5:26 PM
Subject: Auto-ripping music CDs


> I've been using the rather excellent abcde cd ripping software for some
time in
> one of my servers at home. I've got it setup now so that it hardly ever
> requires any intervention from a user - apart from logging in and starting
the
> script off and that's a step I'd like to get round if I can.
>
> I was wondering how I could get the machine to:
>
> 1) Watch for a CD being put into the machine
> (some kind of automounting daemon I'm guessing)
> 2) If it's a music CD then run abcde, and eject the cd when it's done.
> (Perhaps running abcde, and when it can't grab music from the data cd then
go
> onto item 3)
> 3) Otherwise mount the cd according to /etc/fstab
>
> Has anyone done this, or can they suggest a possible solution. It's a
woody
> box, running a 2.4.18 kernel.
>
> Thanks in advance,
>
> Andrew
>
> "I do not agree with what you say,
> but I will defend to the death your right to say it."
> Francois Marie Arouet Voltaire (1694-1778)
>
>
> --
> 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]



latex->xpdf

2002-05-20 Thread Tom Cook
Hi all,

I am fairly new to latex, so this could easily be something I am doing
wierd, but...

When I use latex to convert a source file into a dvi, the dvi looks
great.  Then when I use either dvips->gs or dvipdf to convert the dvi
into a pdf, the pdf looks OK in acroread but unintelligable in xpdf.
It just comes out as a series of lines of dots on the page.  The
commands I am using are:

# latex source.tex
# dvips source.dvi
# gs -sOutputFile=source.pdf -sDEVICE=pdfwrite source.ps

or

# dvipdf source.dvi source.pdf

Any ideas on why xpdf is barfing?

Tom
-- 
Tom Cook
Information Technology Services, The University of Adelaide

"Other people's priorities are endlessly odd."
- Kingsley Amis

Get my GPG public key: 
https://pinky.its.adelaide.edu.au/~tkcook/tom.cook-at-adelaide.edu.au


pgpWLO2FLLpcM.pgp
Description: PGP signature


Re: Soundblaster Live! Card Not Working

2002-05-20 Thread Patrick Lane


I compile support for the sblive directly into the kernel and it works
grand.

--Patrick

On Mon, 2002-05-20 at 15:48, Benjamin Pharr wrote:
> No, the card doesn't show up when I do a "lspci". Does that mean I've
> got a bad card?
> 
> Thanks,
> Ben
> 
> 
> On Tue, May 14, 2002 at 09:15:08AM -0400, Michael P. Soulier wrote:
> > On 13/05/02 Benjamin Pharr did speaketh:
> > 
> > > I just bought a Soundblaster Live! soundcard, and I can't get it
to
> > > work. I'm running Debian GNU/Linux with the 2.4.19-pre8 kernel.
When I
> > 
> > When you do an "lspci" do you see the card?
> > 
> > Mike
> > 
> > -- 
> > Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08
> > "...the word HACK is used as a verb to indicate a massive amount
> > of nerd-like effort."  -Harley Hahn, A Student's Guide to Unix
> 
> 


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



Re: Passing io/eth params to 8319too driver

2002-05-20 Thread W. Paul Mills

Not sure on the passing parameters, but I have four such cards.
DLink DFE-530TX+, 2 of them work fine with 2.4.x kernels, but
the two newer ones will not. And the factory supplied driver
source will not compile with 2.4.x kernels. Perhaps you are
caught with something like this. Actually there are two 8139
realtek drivers with the 2.4.x kernels, but neither have worked
for me. Seems to be, at least in part, a problem with the chip
ID's that the kernel finds. I have had no luck trying to patch
these drivers to get them to work.

Paul

-- 
*  For God so loved the world that He gave his only begotten Son,  *
*  that whoever believes in Him should not perish...John 3:16  *
 


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



Your mail was filtered

2002-05-20 Thread NetHotel Filter-service
Your mail was filtered

Regarding mail sent 

To: [EMAIL PROTECTED]
Subject: debian-user-digest Digest V2002 #231
Re: font troubles in sid
font troubles in sid
Re: OT: regexp spam filter 
Auto-ripping music CDs
Re: font troubles in sid
Re: Fonts and XFree86 SOLVED
Re: Lexmark Z32 on Woody [solved]
Re: Print font in mozilla
Re: Root SSH permitted by default (was: how does root run a
graphical prog)
Re: Is it perfectly to pass argv[] this way to function ?
Passing io/eth params to 8319too driver
Re: Unidentified subject!
Re: mounting audio CD
Re: Telnet weirdness
Re: OT: regexp spam filter
Re: Soundblaster Live! Card Not Working


*
This  message contained a file with one or more of the following extensions:

*.exe, *.com, *.bat, *.shs, *.sh, *.vbs, *.vbe, *.vb, *.chm, *.scr, *.pif, 
*.lnk, *.eml, *.nws, *.wsh, *.wst, *.js, *.reg, *.cmd, *.hta  or other high 
risk filetypes or files.

The file was DELETED at the mailserver to prevent the transmission of viruses.

Information about mailproblems or other issues please contact your 
administrator or [EMAIL PROTECTED]





- Original Mail header 
---
Received: from SMTP32-FWD by odsherred.dk
  (SMTP32) id A1E4C; Tue, 21 May 2002 01:41:51 +0200
Received: from murphy.debian.org [65.125.64.134] by webmail.nethotel.dk
  (SMTPD32-7.06) id A9B573C50120; Tue, 21 May 2002 01:41:41 +0200
Received: (qmail 26016 invoked by uid 38); 20 May 2002 23:40:33 -
Date: 20 May 2002 23:40:33 -
Message-ID: <[EMAIL PROTECTED]>
From: [EMAIL PROTECTED]
Subject: debian-user-digest Digest V2002 #231
X-Loop: [EMAIL PROTECTED]
X-Mailing-List: <[EMAIL PROTECTED]> archive/volume2002/231
Precedence: list
MIME-Version: 1.0
Content-Type: multipart/digest; boundary=""
To: [EMAIL PROTECTED]
Reply-To: debian-user@lists.debian.org




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



How difficult is it to package Binary-only software as .deb?

2002-05-20 Thread John Gay
I've got a GVX1 card wich is only supported, software-wise under Xfree864.2.0 
and for hardware accelleration, I have to use Accelerated-X. For the moment, 
I'm using XFree864.2.0 compiled from source for most of my work and the demo 
X-Server from XIG when I need hardware acceleration. As the XIG server is 
$129.00 to buy, I would like to be sure I can install it permenately before I 
pay for it. XIG only provide .rpm's, which I've converted using alien, but 
I've never trusted alien and I still had to build parts manually before it 
worked. I know I can use alien to extract the rpm. There are a few sources, 
mostly binaries and some libs. Here are the important things I know.

1) First, the system has to build a module for the current kernel which needs 
to be loaded before the server will work.

2)XIG provides it's own OpenGL code and libs. They recommend removing ALL 
traces of other OpenGL/MESA before installing theirs. I didn't do this, and 
it currently works, but it's better safe than sorry.

3) The X Server from XIG provides X. This package should take priority over 
even future versions of XFree86 unless the user specifically wants to replace 
it with XFree86.

So, the thing I want to do is:

Create a .deb that;

1) Will compile and install the kernel module, insuring that the module loads 
at boot time.

2) Conflict with and remove ALL other versions of OpenGL/MESA/XFree86 etc.

3) Install the X Server binaries, and

4) Put X on permanent hold until the user specifically requests to replace it.

I realise this goes against the very grain of Debian GNU/Linux, but some of 
us need to use Proprietory X Servers to get full use of our graphics cards. 
I've asked XIG to re-consider supporting Debian, but they see Debian as a 
small target not yet worth supporting. I was hoping that by 'rolling my own 
.deb' I could provide them with a valid template they could use for 
converting their other X Servers to Debian format.

How difficult would this be for someone with only limited knowledge of Linux 
and X and even less knowledge of .deb formats? I've read the developers mini 
howto, but it assumes you are starting with GPL'd code. Obviously none of 
this code is GPL'd, and most of it is binary-only. I'm esspecially concerned 
with getting the conflicts right so that this package can cleanly remove 
XFree86 and install the XIG server and ensuring that future dist-upgrades 
will not replace the XIG server with newer XFree86 .deb's.

Thank you for any tips, hints, pointer to FM's that I should read or any 
other useful mails.

Cheers,

John Gay


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



Re: Soundblaster Live! Card Not Working

2002-05-20 Thread Benjamin Pharr
No, the card doesn't show up when I do a "lspci". Does that mean I've
got a bad card?

Thanks,
Ben


On Tue, May 14, 2002 at 09:15:08AM -0400, Michael P. Soulier wrote:
> On 13/05/02 Benjamin Pharr did speaketh:
> 
> > I just bought a Soundblaster Live! soundcard, and I can't get it to
> > work. I'm running Debian GNU/Linux with the 2.4.19-pre8 kernel. When I
> 
> When you do an "lspci" do you see the card?
> 
> Mike
> 
> -- 
> Michael P. Soulier <[EMAIL PROTECTED]>, GnuPG pub key: 5BC8BE08
> "...the word HACK is used as a verb to indicate a massive amount
> of nerd-like effort."  -Harley Hahn, A Student's Guide to Unix




pgpHDlbrBSbzV.pgp
Description: PGP signature


Re: OT: regexp spam filter

2002-05-20 Thread Colin Watson
On Mon, May 20, 2002 at 02:19:28PM -0700, Alan Su wrote:
> the following regexp *should work:
> 
>  217\.78\.(6(4|5|6|7|8|9)|7(0|1|2|3|4|5|6|7|8|9))\.[0-9]+
> 
> it's not really obscure, but it's not really all that clever either.
> =)  i'm sure there are more "compact" solutions out there!

Slightly more compact would be to use character classes:

  217\.78\.(6[4-9]|7[0-9])\.[0-9]+

Both this and the above depend on what tool you're using. These are Perl
regexps or extended regexps (not the same thing, but compatible in this
case); if you're in something that uses basic regexps instead (e.g.
grep, by default), then you want:

  217\.78\.\(6[4-9]\|7[0-9]\)\.[0-9]\+

-- 
Colin Watson  [EMAIL PROTECTED]


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



Re: Telnet weirdness

2002-05-20 Thread Jeff
Carl Weidling, 2002-May-20 12:55 -0700:

> but if I try to telnet, I get:
>  [EMAIL PROTECTED]:~$ telnet ragwind
>  Trying 192.168.0.2...
>  Connected to ragwind.loc.net.
>  Escape character is '^]'.
> 
> and that's it, it hangs until I quit out.  ssh also hangs.
> (However, ftp seems to work.  At least I was able to do an 'ls' of a
> directory from ftp.)

I appears the telnet server on ragwind is there, but the hang may be
ragwind trying to do a name resolution on bluemouth.  Make sure you
have each system listed in /etc/hosts properly and that you are
referring to 'files' first for hosts in /etc/nsswitch.conf.

jc

--
Jeff CoppockSystems Engineer
Diggin' Debian  Admin and User


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



Re: mounting audio CD

2002-05-20 Thread Jeff
Kristian Rink, 2002-May-20 21:52 +0200:
> On Mon, May 20, 2002 at 12:53:58PM -0700, Jeff wrote:
> > Paul Fischer, 2002-May-20 21:23 +0200:
> > 
> > You can't mount an audio cd.  AFAIK it doesn't have a typical
> > data-style filesystem.  You can only read from it using an application
> > designed for it, such as a cd-player or a music ripping program.
> 
> Using cdfs (http://www.elis.rug.ac.be/~ronsse/cdfs), you actually even
> can mount audio-cds / video cds, for example to simply copy out the
> audio tracks of an audio cd directly as wav files. It's not part of the
> regular kernel distribution nor of the standard Debian package, anyhow,
> but an interesting thing to know and a neat toy to have, also for
> recovering 'lost' data sessions on cd. *g*
> 
> Cheers,
> Kris

Ah, thanks.  That's good to know.   :-)

--
Jeff CoppockSystems Engineer
Diggin' Debian  Admin and User


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



Re: Unidentified subject!

2002-05-20 Thread Tinus Kotze
Hi

Debian and all the other distributions like RedHat and SuSe is os's 
with consoles(if you can put it like that). It is only the underlying 
system on which you work. The graphical interface you are refering to 
is a program like the old win 3x. For a beginner I would advise that 
you selected X-Windows system in your installation with Gnome or KDE as 
window managers. X-Windows only give you the underlying system for 
graphical interface like the screen settings and mouse interfaces. The 
window managers will take over from there and take care of how your 
interface works and looks. If it is how windows is dragged or what 
happens when you press a key combination. Once again, for a x windoze 
user I would advise using KDE which is very much like the windoze 
interface. If you boot your computer and find yourself with a text 
screen looking like this for example

Debian GNU/Linux 3.0 jmak.majuba.sun.ac.za tty1

[EMAIL PROTECTED]:~$

type in 
startx
If you did select X-Windows system with a window manager you will find 
yourself(hopefully) with a graphical screen with a toolbar, lots of 
buttons on it and a desktop with icons. Playing around should make you 
quite comfortable with this interface quite easily if you knew your 
windoze very well and are a easy learner.

Greetings
Tinus

On Mon 20 May 02 20:53, olugboji akinlolu wrote:
> I have finish installeing the debian version of linux.
> Good the prompt as the quickstart.pdf manual said. so
> what is next. Apart from deslect what other commands
> are there.?
> Is Debian linux a graphic base interface like windows
> desktop or even redhat (that is one linux I never got
> to be able to install).
> By the way I am new to the liunux world it has always
> being windows for me.
>
> __
> Do You Yahoo!?
> LAUNCH - Your Yahoo! Music Experience
> http://launch.yahoo.com


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



Passing io/eth params to 8319too driver

2002-05-20 Thread Jonathan Matthews
I've got a known-good (well, known-crap-but-known-to-work) Realtek
8139 based NIC that is absolutely fine under kernel 2.2, with the
rtl8139 driver, but hangs the box solid if 8139too is used, under 2.2
/or/ 2.4. 

Not a problem under 2.2, as I've just been using rtl8139, but
that driver doesn't seem to be available for 2.4 in the vanilla
kernel.org 2.4.18.

I'm guessing that, under 2.4

a) I have to use 8139too

Since the hang occurs at boot immediately after
"Configuring network interfaces: " with no errors reported:

b) it's the driver's probing of other io addresses that's causing
the hang.

Note that (b) is, of course, very probably, wrong.

So, to cut to the chase: how do I pass the io and irq values to the
driver?

Please note that I'm aware of having (after an update-modules) the two
lines
alias eth0 8139too
options 8139too io=0xe00 irq=12
in /etc/modules.conf

and also the line

append="ether=12,0xe00,eth0"
in /etc/lilo.conf.

Neither one appears to do much good.

Any 8139too-under-2.4 users out there able to lend a hand?

cheers!
jc

-- 
It may stop, it may not.  And stop calling me "dj".


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



Re: Is it perfectly to pass argv[] this way to function ?

2002-05-20 Thread Elizabeth Barham
Craig Dickson <[EMAIL PROTECTED]> writes:

> He didn't write "**argv != NULL", he wrote "*argv != NULL" -- in other
> words, not "last argument is a null string", but "the last pointer in
> the argv array is a NULL". Which is a common behavior (both gcc 2.95 and
> Microsoft Visual C++ do it, at least), though as I wrote previously, I'm
> not sure it's in the C89 standard. I agree with you that using argc to
> control the loop is preferable, in any case.
> 
> Craig

Ok sorry Greg. I liked your method of argc-- to control the loop, btw.

Elizabeth


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



Re: Root SSH permitted by default (was: how does root run a graphical prog)

2002-05-20 Thread Daniel D Jones
On Mon, 2002-05-20 at 15:37, Jamin W.Collins wrote:
> On Mon, 20 May 2002 20:26:11 +0100
> "Colin Watson" <[EMAIL PROTECTED]> wrote:
> 
> > Like the document says, regularly su'ing to root from an account makes
> > compromising that account essentially equivalent to compromising root
> > anyway. I don't see a problem with the default configuration, and nor do
> > OpenSSH upstream.
> 
> Good security is layered. Because a normal account could be compromised
> and su'ing to root accomplished doesn't mean that it should be made easier
> for a cracker by allowing direct root logins.  Additionally, the default
> Debian ssh config allows for password authentication.  This is definitely
> a bad idea.
> 
> The defaults for most other settings show a desire to make the
> installation more secure.  It really doesn't make sense (at least not to
> me) to tighten up other defaults but just leave the key in the lock on
> these two.

While I can see both sides of this argument, it seems to me that anyone
who is knowledgeable enough to understand and accept the dangers of
allowing root to ssh is knowledgeable enough to change the default. 
However, a great many people don't know enough to understand the dangers
and probably wouldn't know how to go about changing the default if they
don't need that capability.  I gotta agree with you here; always err on
the side of security.


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



Re: Print font in mozilla

2002-05-20 Thread Mike Fontenot

Anyone know where the "system" css file(s) for mozilla are?

E.g., is there a "system" css file somewhere that a
userContent.css file in ~/.mozilla/default/Chrome will
override?

If I can find such a file, seems like it would show me
what all the possible things I can do in my userContent.css
file are.

If not, is there some documentation somewhere that shows
all the possibilities for a userContent.css file?

Mike Fontenot
[EMAIL PROTECTED]


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



Re: Lexmark Z32 on Woody [solved]

2002-05-20 Thread Steffen Evers
On Mon, May 20, 2002 at 18:52, Steffen Evers wrote:
> I am trying to get a Lexmark Z32 printer working.
> 
> Has anyone succeed on this printer and how?
> 
> I have spent a day on this and it still does not work ...

Found this stuff:
http://www.linuxprinting.org/download/printing/lexmark-foomatic-kit.tar.gz
but too late for me. However, I suggest YOU try it first.

I was able to get this stupid binary only driver from lexmark
working:

It contains a Readme and an rpm.
The packager must have been smoking pot while working, as the package is
stupidly broken.

1. Missing executable permissons for several files
2. File /usr/local/lexmark/z32/z32.sh is in really bad shape:
   a) in DOS format so the shell cannot handle it -> convert to unix format
   b) gs commands should not be interactive -> batch mode: '-dBATCH'
  missing
   c) enscript used but no dependency set in rpm package
   d) 'lxaegsparm' command does not exist; maybe the comment above it is
  right and the command is spelled 'lxgps' instead!
3. The /etc/printcap file was not modified in the correct way.

I tried to install the rpm with alien, but a command could not be
executed because of missing executable permissions.

So easiest way to do the entire stuff is:

1. Get the tar ball from here:
ftp://ftp.lexmark-europe.com/drivers/printer/international_english/lexmarkz32-1.0-4.eng_uk.tgz

2. Untar it with: 'tar xfz lexmarkz32-1.0-4.eng_uk.tgz'

3. Extract the contents with:
 mkdir lextmp
 cd lextmp
 rpm2cpio ../lexmarkz32-1.0-4.i386.rpm | cpio -iumd
 cd ..

3a. Become root if you are not already.
   su -

4. Put the files in the correct place:
 cp -a lextmp/usr/local/lexmark /usr/local/lexmark
 cp -a lextmp/usr/local/lib/ /usr/local/lib/lexmark
 cp -a lextmp/usr/local/bin/* /usr/local/bin/
 cp -a lextmp/var/spool/lexmark /var/spool/lexmark

4a. Make sure '/usr/local/lib' is in your '/etc/ld.so.conf'.
If not, put it in and run 'ldconfig'

5. Add the following to your printcap
 Lexmark Z32 entries START 
lp|lexmarkz32:\
 :lp=/dev/lp0:\
 :if=/usr/local/lexmark/z32/z32.sh:\
 :sd=/var/spool/lpd/lexmarkz32:\
 :lf=/var/spool/lpd/lexmarkz32/log:\
 :af=/var/spool/lpd/lexmarkz32/acct:\
 :mx#0:\
 :sh:

z32-outfiles:\
 :sd=/var/spool/lpd/z32-outfiles:\
 :mx#0:\
 :sh:\
 :lp=/dev/lp0:

 Lexmark Z32 entries END $

6. If you do NOT want that printer as the default printer remove the
   lp| from the first line, so it is only:
lexmarkz32:\

6a. Create the spooler directories:
   mkdir /var/spool/lpd/z32-outfiles
   mkdir /var/spool/lpd/lexmarkz32
   chown lp.lp /var/spool/lpd/z32-outfiles /var/spool/lpd/lexmarkz32
   chmod ug+rwx /var/spool/lpd/z32-outfiles /var/spool/lpd/lexmarkz32

7. Replace /usr/local/lexmark/z32/z32.sh script with my corrected version
   (attached).

8. Set executable permissions for all files in /usr/local/lexmark/z32:
  chmod a+x /usr/local/lexmark/z32/*
   This might introduce  security risks! So, maybe someone is in the
   mood to figure out which permissions are really needed for the
   different users. I am not.

9. run 'lexmarkz32 -i' if you like and set different parameters by using
'lxsetconf'. However, this step should not be necessary.

10. Now at least my printer works!

I hope I have not forgotten anything. If someone finds a better way to
get this printer working under Linux: PLEASE, let me know.

Bye, Steffen

--




z32.sh
Description: Bourne shell script


Re: Fonts and XFree86 SOLVED

2002-05-20 Thread Daniel D Jones
On Mon, 2002-05-20 at 16:13, Nicos Gollan wrote:
> On Monday 20 May 2002 19:31, Daniel D Jones wrote:
> 
> > > > It appears that the problem isn't with XFree86 but perhaps with KDE?
> > >
> > > Does xfontsel display the truetype fonts? What does xlsfonts say? (Please
> > > for the love of God and my mailbox, don't attach the xlsfonts output ;-)
> > > )
> >
> > Why not?  xlsfonts only spits out 18,700+ lines! And xfontsel shows over
> > 150 fonts under the "family" tab.
> 
> If the truetype fonts are listed there it seems like a KDE problem. 
> Hey, am I good at stating the obvious or what? ;-)
> 
> Perhaps look if there's something about that problem at the KDE webthingy...

I have been fighting this thing for three days.

Solved it by adding 

dir "/path/to/truetype/fonts"

in /etc/X11/XftConfig




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



Re: font troubles in sid

2002-05-20 Thread Marc Wilson
Well, the "fonts-as-boxes" problem is well documented in the X FAQ, but
basically it boils down to GTK fonts incompletely specifying the font they
want, and then not being able to deal properly with what the X server gives
them in answer to their request.

Notice that every problem application described here is a GTK one. :)

A better answer is to change your GTK theme to use some other font, or more
completely specify the one you DO want.

As for "accelerated fonts"... what in the world are those?

On Mon, May 20, 2002 at 11:11:14PM +0200, shamad wrote:
> James,
> I had fonts which actually were looking like bar codes... I got the
> following advice and it worked:
> Add in the section Device of the /etc/X11/XF86Config file, the following:
> Option
> "NoAccel" It seems to be related to the xserver not properly managing the
> accelerated fonts
> You may want to give it a try
> 
> Serge
> 
> - Original Message -
> From: "James Hughes" <[EMAIL PROTECTED]>
> To: 
> Sent: Monday, May 20, 2002 6:07 PM
> Subject: font troubles in sid
> 
> 
> Hi,
> 
> A while ago, after doing an upgrade, I noticed that fonts in galeon
> where displaying as rectangles. I managed to fix this through trial and
> error in the galeon preferences, and life went on, though I did notice that
> the same rectangles were being used to display the xmms playlist. I decided
> to
> ignore this as it wasn't seriously affecting my daily work.
> 
> However, I just fired up the gimp, and noticed the same font problem with
> all the menus and dialog boxes, rendering the gimp pretty much unusable.
> Googling around, I found the "TrueType Fonts in Debian mini-HOWTO" and
> followed
> the instructions there to set my XF86Config to use xfs. (adding "unix/:7100"
> to
> the FontPath and restarting xfs). Still no menus in gimp.
> 
> I'm running sid, and a modified XF86_Mach64 server that I've been lugging
> around with me due to a bug in the default server that draws a line down the
> middle of screen on my Dell Inspiron 3800 laptop, (if any of that is
> relevant,
> I don't know).
> 
> Any help or pointers to more docs would be greatly appreciated,
> 
> James
> 
> 
> --
> 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]
> 

-- 
Marc Wilson
[EMAIL PROTECTED]


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



Auto-ripping music CDs

2002-05-20 Thread Andrew Pritchard
I've been using the rather excellent abcde cd ripping software for some time in 
one of my servers at home. I've got it setup now so that it hardly ever 
requires any intervention from a user - apart from logging in and starting the 
script off and that's a step I'd like to get round if I can.

I was wondering how I could get the machine to:

1) Watch for a CD being put into the machine
(some kind of automounting daemon I'm guessing)
2) If it's a music CD then run abcde, and eject the cd when it's done.
(Perhaps running abcde, and when it can't grab music from the data cd then go 
onto item 3)
3) Otherwise mount the cd according to /etc/fstab

Has anyone done this, or can they suggest a possible solution. It's a woody 
box, running a 2.4.18 kernel.

Thanks in advance,

Andrew

"I do not agree with what you say,
but I will defend to the death your right to say it." 
Francois Marie Arouet Voltaire (1694-1778)


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



Re: OT: regexp spam filter

2002-05-20 Thread Alan Su
the following regexp *should work:

 217\.78\.(6(4|5|6|7|8|9)|7(0|1|2|3|4|5|6|7|8|9))\.[0-9]+

it's not really obscure, but it's not really all that clever either.
=)  i'm sure there are more "compact" solutions out there!

-alan

Gary Turner wrote (Mon, 20 May 2002 16:11:00 -0500 ):
|>I am not practiced in the use of regexp's, and need some help.  I want
|>to block a Nigerian domain (I wonder why?) whose IP block is 217.78.64.0
|>- 217.78.79.255.  For unknown reasons (ignorance?), my various
|>incantations and curses have failed the test.
|>
|>If the cognoscenti among you would post examples of regexps that will
|>work, I will be thankful.  And if yours is a more obscure or esoteric
|>example, please explain the manipulation so that I can maybe figure out
|>the next magic spell without leaning on the list.
|>
|>tnx,
|>--
|>gt
|>Yes I fear I am living beyond my mental means--Nash
|>
|>
|>-- 
|>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: font troubles in sid

2002-05-20 Thread shamad
James,
I had fonts which actually were looking like bar codes... I got the
following advice and it worked:
Add in the section Device of the /etc/X11/XF86Config file, the following:
Option
"NoAccel" It seems to be related to the xserver not properly managing the
accelerated fonts
You may want to give it a try

Serge

- Original Message -
From: "James Hughes" <[EMAIL PROTECTED]>
To: 
Sent: Monday, May 20, 2002 6:07 PM
Subject: font troubles in sid


Hi,

A while ago, after doing an upgrade, I noticed that fonts in galeon
where displaying as rectangles. I managed to fix this through trial and
error in the galeon preferences, and life went on, though I did notice that
the same rectangles were being used to display the xmms playlist. I decided
to
ignore this as it wasn't seriously affecting my daily work.

However, I just fired up the gimp, and noticed the same font problem with
all the menus and dialog boxes, rendering the gimp pretty much unusable.
Googling around, I found the "TrueType Fonts in Debian mini-HOWTO" and
followed
the instructions there to set my XF86Config to use xfs. (adding "unix/:7100"
to
the FontPath and restarting xfs). Still no menus in gimp.

I'm running sid, and a modified XF86_Mach64 server that I've been lugging
around with me due to a bug in the default server that draws a line down the
middle of screen on my Dell Inspiron 3800 laptop, (if any of that is
relevant,
I don't know).

Any help or pointers to more docs would be greatly appreciated,

James


--
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]



OT: regexp spam filter

2002-05-20 Thread Gary Turner
I am not practiced in the use of regexp's, and need some help.  I want
to block a Nigerian domain (I wonder why?) whose IP block is 217.78.64.0
- 217.78.79.255.  For unknown reasons (ignorance?), my various
incantations and curses have failed the test.

If the cognoscenti among you would post examples of regexps that will
work, I will be thankful.  And if yours is a more obscure or esoteric
example, please explain the manipulation so that I can maybe figure out
the next magic spell without leaning on the list.

tnx,
--
gt
Yes I fear I am living beyond my mental means--Nash


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



Re: font troubles in sid

2002-05-20 Thread Hubert Chan
> "James" == James Hughes <[EMAIL PROTECTED]> writes:

James> Hi, A while ago, after doing an upgrade, I noticed that fonts in
James> galeon where displaying as rectangles. ...

This is probably because gtk is trying to use the Unicode codepage.  Try
changing it to another codepage, like iso8859-1.  If you use GNOME, you
can do that in the GNOME control center, under themes.  If you aren't
using GNOME, you will have to edit/create .gtkrc.

-- 
Hubert Chan <[EMAIL PROTECTED]> - http://www.uhoreg.ca/
PGP/GnuPG key: 1024D/124B61FA
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA
Key available at wwwkeys.pgp.net.   Encrypted e-mail preferred.


pgp21APOpObm6.pgp
Description: PGP signature


Re: how does root run a graphical prog

2002-05-20 Thread Corrin Lakeland
On Tue, 21 May 2002 08:24, Nicos Gollan wrote:
> On Monday 20 May 2002 19:37, Dave Sherohman wrote:
> > On Mon, May 20, 2002 at 06:49:19PM +0200, Nicos Gollan wrote:
> > > You could try using ssh with X forwarding for that. Just "ssh
> > > [EMAIL PROTECTED]" should do the trick. It's not the best way, but it
> > > works.
> >
> > ...unless you're on a system which is configured to disallow remote
> > root logins via ssh.  (Such as, say, the default Debian
> > configuration.)
>
> Uuuh... really? I have installed ssh with default options and it allows
> root access just fine.

Both of you are correct.

Root access from localhost is allowed, remote root access is disallowed (by 
default).


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



nntpcache 3.0.1

2002-05-20 Thread Paul 'Baloo' Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Anybody create debs for this yet?  nntpcache 2.3.3 is considered
ancient...

- -- 
Baloo


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE86V/iNtWkM9Ny9xURAkziAJ9gxaPZhad97qOKUMud9d3H2bxB5wCgocX3
hJJyzbJNk/xU1aE52gXTGAY=
=C2K2
-END PGP SIGNATURE-



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



Re: Is it perfectly to pass argv[] this way to function ?

2002-05-20 Thread Craig Dickson
Elizabeth Barham wrote:

> The only thing that is troubling is the (**argv != NULL) which assumes
> that the last string is a NULL string (the first character is NULL),
> as opposed to using the count (argc), which may not be the case (it's
> not here).

He didn't write "**argv != NULL", he wrote "*argv != NULL" -- in other
words, not "last argument is a null string", but "the last pointer in
the argv array is a NULL". Which is a common behavior (both gcc 2.95 and
Microsoft Visual C++ do it, at least), though as I wrote previously, I'm
not sure it's in the C89 standard. I agree with you that using argc to
control the loop is preferable, in any case.

Craig


pgpm5jbslSM1c.pgp
Description: PGP signature


Re: Is it perfectly to pass argv[] this way to function ?

2002-05-20 Thread Alan Shutko
Craig Dickson <[EMAIL PROTECTED]> writes:

> I think the convention that argv[argc] == NULL is common enough that
> this should be acceptable in practice, but I'm not sure it's actually in
> the C89 standard,

FWIW, it is.  Section 5.1.2.2.1.

-- 
Alan Shutko <[EMAIL PROTECTED]> - In a variety of flavors!
We are Microsoft.  Resistance Is Futile. You Will Be Assimilated.


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



Re: how does root run a graphical prog

2002-05-20 Thread Nicos Gollan
On Monday 20 May 2002 19:37, Dave Sherohman wrote:
> On Mon, May 20, 2002 at 06:49:19PM +0200, Nicos Gollan wrote:
> > You could try using ssh with X forwarding for that. Just "ssh
> > [EMAIL PROTECTED]" should do the trick. It's not the best way, but it works.
>
> ...unless you're on a system which is configured to disallow remote
> root logins via ssh.  (Such as, say, the default Debian
> configuration.)

Uuuh... really? I have installed ssh with default options and it allows root 
access just fine.


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



Re: how does root run a graphical prog

2002-05-20 Thread Kristian Rink
On Mon, May 20, 2002 at 12:36:06PM -0500, Dave Sherohman wrote:
> On Mon, May 20, 2002 at 06:39:22PM +0200, Kristian Rink wrote:
> 
> If you MUST use xhost, use 'xhost + localhost'.  But using xauth or
> XAUTHORITY is the Right Way To Do It.
>

Hm... by now I indeed pretty much was using xhost to get tasks like
this done, presuming that, being root, I rarely use x-based software..
:) So, thanks for the hint. 

Cheers,
Kris

-- 
Savour what you feel and   { Kristian Rink   
what you see - things that { irc:: irc.sorcery.net (kristian)
may not seem important now { fon:: ++49 160 92526188
but may be tomorrow... { fax:: ++49 1212 5 119 57 762
-Chuck Schuldiner (1967 - 2001) .. gone but not forgotten-


 


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



Re: Fonts and XFree86

2002-05-20 Thread Nicos Gollan
On Monday 20 May 2002 19:31, Daniel D Jones wrote:

> > > It appears that the problem isn't with XFree86 but perhaps with KDE?
> >
> > Does xfontsel display the truetype fonts? What does xlsfonts say? (Please
> > for the love of God and my mailbox, don't attach the xlsfonts output ;-)
> > )
>
> Why not?  xlsfonts only spits out 18,700+ lines! And xfontsel shows over
> 150 fonts under the "family" tab.

If the truetype fonts are listed there it seems like a KDE problem. 
Hey, am I good at stating the obvious or what? ;-)

Perhaps look if there's something about that problem at the KDE webthingy...


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



Re: how does root run a graphical prog

2002-05-20 Thread Robin Putters
On Mon, 2002-05-20 at 18:45, Willy S wrote:
> hi,
> 
> How come root can not run a graphical program under other user
> session. Let say, I do 'su' and I try to launch gkrellm. Xterm will
> produce this message:
> 
> Xlib: connection to ":0.0" refused by server
> Xlib: Client is not authorized to connect to Server
> 
> Everything fine if I run a console program under root. This problem
> only occurs if I run a program as a root under other people session.
> 

Use sudo (apt-get install sudo), it will take care of this for you...


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



Re: mounting audio CD

2002-05-20 Thread Kristian Rink
On Mon, May 20, 2002 at 12:53:58PM -0700, Jeff wrote:
> Paul Fischer, 2002-May-20 21:23 +0200:
> 
> You can't mount an audio cd.  AFAIK it doesn't have a typical
> data-style filesystem.  You can only read from it using an application
> designed for it, such as a cd-player or a music ripping program.

Using cdfs (http://www.elis.rug.ac.be/~ronsse/cdfs), you actually even
can mount audio-cds / video cds, for example to simply copy out the
audio tracks of an audio cd directly as wav files. It's not part of the
regular kernel distribution nor of the standard Debian package, anyhow,
but an interesting thing to know and a neat toy to have, also for
recovering 'lost' data sessions on cd. *g*

Cheers,
Kris


-- 
Savour what you feel and   { Kristian Rink   
what you see - things that { irc:: irc.sorcery.net (kristian)
may not seem important now { fon:: ++49 160 92526188
but may be tomorrow... { fax:: ++49 1212 5 119 57 762
-Chuck Schuldiner (1967 - 2001) .. gone but not forgotten-


 


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



Re: Is it perfectly to pass argv[] this way to function ?

2002-05-20 Thread Elizabeth Barham
Hi Deepak,

"Deepak Kotian" <[EMAIL PROTECTED]> writes:

> Hi,
> 
> Please check the code segment.
> /*code start /
> #include 
> int func1(char **a_argv){
>  while (*a_argv!=3DNULL)
>  printf("\n%s", *a_argv++);
>  return(0);
> }
> 
> int main(int argc, char *argv[]){
>  func1(&argv[0]);
> }
> /*code end /
> 
> This func1 function prints all the arguments with no problem, because =
> main() is probably always=20
> on stack, so it works probably.
> Do anyone see any problem, if one passes argv[] this way ? Will there be =
> portability issues, like=20
> on other UNIX flavors,etc.

Why not just do:

#include 

int func1(char **argv) {
  while(**argv != NULL) {
printf("%s\n", *(argv++));
  }
}

int main(int argc, char **argv) {
  func1(argv);
}

You are passing the pointer-pointer by value, but that's fine. The
only thing that is troubling is the (**argv != NULL) which assumes
that the last string is a NULL string (the first character is NULL),
as opposed to using the count (argc), which may not be the case (it's
not here). But this is certainly fine and standard C. Here's how I
would do it:

#include 

int func1(int argc, char **argv) {
  int i;
  for(i = 1; i < argc; i++) {
printf("%s\n", *(argv + i));
  }
}

int main(int argc, char **argv) {
  func1(argc, argv);
}


Elizabeth


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



Telnet weirdness

2002-05-20 Thread Carl Weidling
Hi,

I have two computers, one is running a slack 8.0 distro, the other I
am trying to migrate from slack to debian woody (Actually, Debian Woody
unofficial, purchased from Edmunds Enterprises).  They are connected
by a single ethernet cable with a crossover network with static IP
addresses in /etc/hostname.

When both are running slackware, I can telnet between them by name
or ssh between them by name.

When one of them (named ragwind)  is running debian, I can ping my other
computer (named bluemouth, which is always running the slack distro)
by name.  i.e. "ping -c 1 bluemouth".  But if I try 'telnet bluemouth',
telnet just hangs.  On the other hand, 'telnet 192.168.0.1' works, where
192.168.0.1 is bluemouth's IP address.  ssh does work by name, (i.e
ssh [EMAIL PROTECTED]  OK, so far, it's something I can live with, though
I'd really like to know why telnet bluemouth doesn't work (and better,
be able to fix it so it does.)

Going the other way is different.  I can ping from bluemouth to my
debian machine (by name, 'ping ragwind') and I can mount a filesystem
from the debian machine on bluemouth ('mount -t nfs ragwind:...'),
but if I try to telnet, I get:
 [EMAIL PROTECTED]:~$ telnet ragwind
 Trying 192.168.0.2...
 Connected to ragwind.loc.net.
 Escape character is '^]'.

and that's it, it hangs until I quit out.  ssh also hangs.
(However, ftp seems to work.  At least I was able to do an 'ls' of a
directory from ftp.)

On the other hand, when I connect to my ISP with pppd, I can telnet in
to it with just plain 'telnet rahul.net' with no problem.

So mostly, I'd like to know why I cannot telnet in to the debian machine,
though I'd also like to know why I can only telnet to the slackware
using its naked IP address.  Except for putting the IP addresses
in to /etc/hosts, I haven't done any special configuration.  In order
to get the ethernet up and running I do the following (so far I do
this by hand, after the system is fully booted up)

insmod dmfe  
ifconfig eth0 192.168.0.2
route add default eth0

That seems to be enough for slackware.

Thanks for any help
-Carl


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



Re: mounting audio CD

2002-05-20 Thread Jeff
Paul Fischer, 2002-May-20 21:23 +0200:
> Hello,
> I am trying to mount an audio CD, but the problem
> is that it just won't mount. 
> I tried to mount it with an audio CD in the drive. 
> And it gave me this error: 
> $ mount /dev/hdc /mnt/cdrom -t iso9660
> mount: wrong fs type, bad option, bad superblock on /dev/hdc, 
> or too many mounted file systems.
> 
> on the other hand my Debian-CD mounts OK on this drive.
> I'm quite confused..
> 
> btw I have 2 different CD-drives installed,
> /dev/cdrom is mounted on /cdrom
> and mounts OK with audio CD, but not /dev/hdc  
> thanks in advance
> // Paul

You can't mount an audio cd.  AFAIK it doesn't have a typical
data-style filesystem.  You can only read from it using an application
designed for it, such as a cd-player or a music ripping program.

jc

--
Jeff CoppockSystems Engineer
Diggin' Debian  Admin and User


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



Re: mounting audio CD

2002-05-20 Thread Thomas Weinbrenner
"Paul Fischer" <[EMAIL PROTECTED]> wrote:

> I am trying to mount an audio CD, 

Why? 
Just put the audio CD in the drive and start a cd player.

You only need to mount a cd if you want to access its content as files.

[...]

> $ mount /dev/hdc /mnt/cdrom -t iso9660
> mount: wrong fs type, bad option, bad superblock on /dev/hdc, 
> or too many mounted file systems.

It's the wrong fs type. Audio CDs don't have a filesystem like data
cds. (AFAIK it is possible to mount them using cdfs, then you can
access the music tracks like *.wav-files)

-- 
Thomas Weinbrenner


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



Re: Is it perfectly to pass argv[] this way to function ?

2002-05-20 Thread Craig Dickson
Deepak Kotian wrote:

> Please check the code segment.
> /*code start /
> #include 
> int func1(char **a_argv){
>  while (*a_argv!=NULL)
>  printf("\n%s", *a_argv++);
>  return(0);
> }
> 
> int main(int argc, char *argv[]){
>  func1(&argv[0]);
> }
> /*code end /
> 
> This func1 function prints all the arguments with no problem, because
> main() is probably always on stack, so it works probably.
> Do anyone see any problem, if one passes argv[] this way ? Will there
> be portability issues, like on other UNIX flavors,etc.

I think the convention that argv[argc] == NULL is common enough that
this should be acceptable in practice, but I'm not sure it's actually in
the C89 standard, so it might not be justifiable in terms of good
engineering practices. It might be better to pass argc to func1 as well,
and use that to control the loop:

   void func1(int argc, char** argv) {
  while (--argc) {
 printf("\n%s, *argv++);
   }

   int main(int argc, char** argv) {
  func1(argc, argv);
  return 0;
   }

Note in this example that I take advantage of the fact that argv == &argv[0]
to simplify your invocation of func1.

Also, I have not actually compiled, much less tested, the above code, but
offhand, I believe it should be functionally equivalent to yours.

Craig


pgp1ID2Fgds21.pgp
Description: PGP signature


Re: Root SSH permitted by default (was: how does root run a graphical prog)

2002-05-20 Thread Jamin W . Collins
On Mon, 20 May 2002 20:26:11 +0100
"Colin Watson" <[EMAIL PROTECTED]> wrote:

> Like the document says, regularly su'ing to root from an account makes
> compromising that account essentially equivalent to compromising root
> anyway. I don't see a problem with the default configuration, and nor do
> OpenSSH upstream.

Good security is layered. Because a normal account could be compromised
and su'ing to root accomplished doesn't mean that it should be made easier
for a cracker by allowing direct root logins.  Additionally, the default
Debian ssh config allows for password authentication.  This is definitely
a bad idea.

The defaults for most other settings show a desire to make the
installation more secure.  It really doesn't make sense (at least not to
me) to tighten up other defaults but just leave the key in the lock on
these two.

> I can safely say that this is a pointless discussion; I know the
> maintainer, and he's not going to change his mind. If you disagree,
> you're free to change the configuration for yourself.

I have on all of my systems, as soon as they were installed.  However, it
would be nice to know the reasoning behind this default configuration.

-- 
Jamin W. Collins


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



Re: Calendar/scheduling softwae fro debain?

2002-05-20 Thread Steve Juranich
> Actually, I'm thninking that's serious overkill for what I want. Isn't it
> the grand swiss army knife, scheduler, email client, tea maker :-)
> 
> I'm looking for a simply little schedule keeper.

Well, if you're looking to go "old-school", there's always 'ical'.

--
Stephen W. Juranich [EMAIL PROTECTED]
Electrical Engineering http://students.washington.edu/sjuranic
University of Washingtonhttp://ssli.ee.washington.edu/ssli




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



Re: Root SSH permitted by default (was: how does root run a graphical prog)

2002-05-20 Thread Colin Watson
On Mon, May 20, 2002 at 01:37:49PM -0500, Jamin W. Collins wrote:
> On Mon, 20 May 2002 19:01:50 +0100
> "Colin Watson" <[EMAIL PROTECTED]> wrote:
> > Not in woody and sid, at least. See the paragraphs in
> > /usr/share/doc/ssh/README.Debian headed "PermitRootLogin set to yes".
> 
> Man, talk about a bad stance to take.  Personally, I'd say this is a bug
> in the default configuration.  However, it appears that the package
> maintainer does not agree:

*sigh*

Like the document says, regularly su'ing to root from an account makes
compromising that account essentially equivalent to compromising root
anyway. I don't see a problem with the default configuration, and nor do
OpenSSH upstream.

> DO NOT FILE BUG REPORTS SAYING YOU THINK THIS DEFAULT IS INCORRECT!
> 
> SSH should not be installed to permit root logins or password auth by
> default. 

I can safely say that this is a pointless discussion; I know the
maintainer, and he's not going to change his mind. If you disagree,
you're free to change the configuration for yourself.

-- 
Colin Watson  [EMAIL PROTECTED]


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



mounting audio CD

2002-05-20 Thread Paul Fischer
Hello,
I am trying to mount an audio CD, but the problem
is that it just won't mount. 
I tried to mount it with an audio CD in the drive. 
And it gave me this error: 
$ mount /dev/hdc /mnt/cdrom -t iso9660
mount: wrong fs type, bad option, bad superblock on /dev/hdc, 
or too many mounted file systems.

on the other hand my Debian-CD mounts OK on this drive.
I'm quite confused..

btw I have 2 different CD-drives installed,
/dev/cdrom is mounted on /cdrom
and mounts OK with audio CD, but not /dev/hdc  
thanks in advance
// Paul


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



Re: Can a Package be installed that only effects 1 user account?

2002-05-20 Thread Colin Watson
On Mon, May 20, 2002 at 11:27:22AM -0700, John Richardson wrote:
> Can a Package be installed that only effects 1 user account?

Just unpack it (using 'dpkg -x' if you like) in that user's home
directory, and adjust that user's $PATH to use it.

-- 
Colin Watson  [EMAIL PROTECTED]


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



okidata OL410e: yea or nay?

2002-05-20 Thread Bob Bernstein
Has anyone been successful using this printer with Linux (or any other) cups? 
I have the recommended ljet4 ppd selected, and always seem on the verge of 
success just before the printer pops up its "PAG BUF OVERFLOW" message. Making 
the suggested adjustments to the printer's internal settings (REC BUFF=8K, 
FONT PROT=OFF) appears to change absolutely nothing.

Any clues here folks?

-- 
Bob Bernstein
at   http://www.ruptured-duck.com
Esmond, Rhode Island
USA



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



Re: how does root run a graphical prog

2002-05-20 Thread Frank Zimmermann
On Mon, May 20, 2002 at 11:29:14AM -0700, Vineet Kumar wrote:
> * Dave Sherohman ([EMAIL PROTECTED]) [020520 10:49]:
> > On Mon, May 20, 2002 at 06:39:22PM +0200, Kristian Rink wrote:
> > 
> 
> Thankfully, debian's X config has by default an option (and I won't tell
> you which if you don't know, because you shouldn't remove it) that
> disables the X server from listening for and accepting incoming tcp
> connections, so 'xhost +' won't hurt you as much as it should.
> 
> Use su and read the originating user's ~/.Xauthority, or use ssh's X
> forwarding.
> 

On my Debian system root can automatically run X-Apps (after an su). I was
wondering why but haven't figurerd it out yet. It's not what I was used to
before.

Frank

-- 
Dr. Frank Zimmermann| registered Linux user 133450
23, Sandon Road | web: http://www.ds10.uklinux.net
Birmingham B17 8DR  | e-mail: [EMAIL PROTECTED]
UK  | tel: 0044-121-429 1746


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



Re: Accounting/Payroll software

2002-05-20 Thread Ron Johnson
On Mon, 2002-05-20 at 12:29, No Realm wrote:
> 
> Does anyone know of a GNU replacememt for RealWorld 
> accounting software (RealWorld is DOS based and is produced 
> by Great Plains, which is owned by MS)?

Methinks a drop-in replacement would be impossible.

http://www.google.com/search?hl=en&q=linux+accounting+software
http://www.gnucash.org/en/roadmap.phtml
http://www.cbbrowne.com/info/financefreesoft.html

Me, I think that until gnucash comes up with a Small Business
Edition, I'd go to a VAR for accounting s/w, and stipulate 
that I get the complete source code plus makefiles.

-- 
+-+
| Ron Johnson, Jr.Home: [EMAIL PROTECTED] |
| Jefferson, LA  USA  http://ronandheather.dhs.org:81 |
| |
| "I have created a government of whirled peas..."|
|   Maharishi Mahesh Yogi, 12-May-2002,   |
!   CNN, Larry King Live  |
+-+


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



Unidentified subject!

2002-05-20 Thread olugboji akinlolu
I have finish installeing the debian version of linux.
Good the prompt as the quickstart.pdf manual said. so
what is next. Apart from deslect what other commands
are there.?
Is Debian linux a graphic base interface like windows
desktop or even redhat (that is one linux I never got
to be able to install).
By the way I am new to the liunux world it has always
being windows for me.

__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com


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



Dunya Gazetesi ve Dunya Ankara CD-Rom

2002-05-20 Thread Dunya Gazetesi Ankara





Dünya 
Gazetesi'ne Hoþ Geldiniz ..
 
Sizin 
de sektörünüzde yeriniz olsun ister misiniz ?
 
Nasýl 
mý ?
 
Dünya Gazetesine 
abone olun ,faaliyetlerinizi haberleþtirelim., 
Dünya Gazetesine 
abone olun ,ücretsiz ilanlarýmýzdan yararlanýn, 
Dünya Gazetesine 
abone olun , müþteri pörtföyümüze katýlýn , Cd lerimizde yer alýn 
,
 
Abonelik Bedeli 6 aylýk Kdv dahil  fiyatý 60.000.000 TL dir. 

Abonelik Bedeli 1 yýllýk Kdv dahil  fiyatý 105.000.000 TL dir. 

 
Yabancý Yayýnlara 
abone olun , yabancý dergi ve gazeteler kapýnýza  kadar gelsin ,
 
Abonelik formunu 
ve ödeme þartlarýný,,
Dünya gazetesi 
Abone Ýþleri bölümü, Belma Özgen'le
0 (312) 446 99 24 
- 25 nolu telefonlardan görüþebilirsiniz.    
Email adresimiz : 
[EMAIL PROTECTED]
 
Dünya 
Ankara Cd'si alýn ,
 
Ankaradaki 20.000 
Firma ve 200 Sektör'ün Telefon ,Fax ,Adres,Yetkili,Faaliyet alanýna  ulaþýn.
Email ve Web 
sayfalarý olan firmalara doðrudan baðlanýn . Üniversiteler , Kamu 
Kuruluþlarý,
Tbmm,Türk silahlý 
Kuvvetleri, Hükümet ,Milletvekilleri,Hastaneler,Belediyeler,Holdingler 

ve diðer kurumlar 
. Arama motorlarý , yazýcý desteði , tanýtým sayfalarý ve kolay kullaným 
.
Bu Cd'nin Kdv 
dahil fiyatý 20.000.000 TL dir
 
Dünya 
Türkiye'de Yeni Kurulan Þirketler Cd'si alýn ,
 
Türkiye'de 
2000-2001 yýlýnda faliyete geçen ticaret odasýna kayýtlý 70.000 firmaya ulaþýn 
,
Bu firmalara ait 
,telefon , faks , adres ve iþtigal konularý elinizin altýnda olsun . 

Bu Cd'nin Kdv 
dahil fiyatý 25.000.000 TL dir
 
Dünya 
Ekonomi ve Finans Haritasý Cd'si alýn , 
 
Internet 
üzerinden , devamlý güncellenen 99 ekonomik göstergeye ulaþýn 
,
Merkez bankasý , 
Döviz kurlarý , Ekonomik Göstergeler,ithalat ve ihracat 
verileri.
Ýmkb verileri , 
Yatýrýmlar , faiz oranlarý , altýn ve döviz piyasasý ve daha nice ekonomik 
bilgiye tek tuþla ulaþýn ,,
Bu Cd'nin Kdv 
dahil fiyatý 15.000.000 TL dir
 
Cd'leriniz 
firmanýza elden teslim edilecek ve kontrolü yapýlýcaktýr.
 
Bu 3 cd ye sahip 
olmak istersiniz , 
Size bu üç CD yi 
tek bir cd olarak'ta sunuyoruz .
3'lü Cd'nin Kdv 
dahil fiyatý 50.000.000 TL dir
 
Dünya gazetesi 
Muhasebe bölümü, Cebrail Kaygýlý ile
0 (312) 446 99 24 
- 25 nolu telefonlardan görüþebilirsiniz.    
Email adresimiz : 
[EMAIL PROTECTED]
 
Dünya Türkiye'deki Ýhracatçýlar Cd'si hazýrlýyoruz 
,
 
Türkiye'de 
Ýhracat yapan firmalarýn , telefon , fax , yetkili , adres , email ve web 
sayfalarý ,
çok geniþ ürün 
arama motoru , hangi firma ne ihraç ediyor , tek tuþla ulaþabileceksiniz 
,,
 
Dünya Türkiye Email Rehberi Cd'si hazýrlýyoruz 
,
 
Türkiyedeki 
firmalara ve kamu kuruluþlarýna ve internet üzerindeki web sayfalarýnda 

bulunan emaillere 
bu cd 'den ulaþabileceksiniz , Sizin için seçtiðiniz firmalara otomatik 
olarak
limitsiz bir 
þekilde email atmanýzý saðlayacak türkçe email gönderme programýnýda bu cd'nin 
içinde
bulabileceksiniz 
.
 
Bu cd'de eðer 
sizin de email'iniz olsun istiyorsanýz , bize email atmanýz yeterli 
..
 
Email 
adresimiz  :  
[EMAIL PROTECTED]
    
[EMAIL PROTECTED]
 
Dünya Ankara 2003 Cd'sini sizinle beraber 
hazýrlamaya baþlýyoruz ,
Firmanýzýn bilgilerini , 
tel,fax,adres,yetkili,email,web sayfasi ,faaliyet alaný,sektörünü 

bize gönderirseniz sizde bizim Cd mizde ücretsiz 
olarak yeralabilirsiniz .
 
Email 
adresimiz  :  
[EMAIL PROTECTED]
Fax 
Numaramýz  :   0 (312) 446 91 
54
 
 
FÝRMA ADI :
 
YETKÝLÝ :
 
TELEFON : 
 
FAX :
 
ADRES : 
    

EMAIL :
 
WEB :
 
FAALÝYET ALANI :
 
SEKTÖR :
 
 
* eski cd 
'lerimizde olup bilgilerinizin çýkarýlmasýný istiyorsanýz  ...        
[ 
]
* eski cd' 
lerimizde olup bilgilerinizin düzeltilmesini istiyorsanýz     
[ 
]
* eski cd' 
lerimizde olmayýp bilgilerinizin eklenmesini istiyorsanýz        
[ 
]
* Dünya 
Gazetesi'ne abone olmayý istiyorsanýz        
    
    
[ 
]
 
 
Yukarýdaki Formu 
doldurunuz ve seçmiþ olduðunuz þeçeneðin yanýndaki 
kutuyu 
iþaretleyerek bize gönderiniz ...
 
Fax Numaralarýmýz 
: 0 (312) 446 91 54  -  0 (312) 446 93 07
 
Email Adresimiz 
:  
[EMAIL PROTECTED]
    
    
[EMAIL PROTECTED]
    
    

 
 


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



Root SSH permitted by default (was: how does root run a graphical prog)

2002-05-20 Thread Jamin W . Collins
On Mon, 20 May 2002 19:01:50 +0100
"Colin Watson" <[EMAIL PROTECTED]> wrote:

> On Mon, May 20, 2002 at 12:37:28PM -0500, Dave Sherohman wrote:
> > ...unless you're on a system which is configured to disallow remote
> > root logins via ssh.  (Such as, say, the default Debian
> > configuration.)
> 
> Not in woody and sid, at least. See the paragraphs in
> /usr/share/doc/ssh/README.Debian headed "PermitRootLogin set to yes".

Man, talk about a bad stance to take.  Personally, I'd say this is a bug
in the default configuration.  However, it appears that the package
maintainer does not agree:

DO NOT FILE BUG REPORTS SAYING YOU THINK THIS DEFAULT IS INCORRECT!

SSH should not be installed to permit root logins or password auth by
default. 

-- 
Jamin W. Collins


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



Re: Network problem/question.

2002-05-20 Thread tony mollica
Ron Johnson wrote:

> So the rest of the company needs to see win2000server?

Yes.  I was issued this box, instructed to plug it in and
then don't touch it.  This should get interesting as a 
windows setup administered from the Company side.  It has
one shared directory with some database files that need
to be accessed and updated from the LAN side, and accessed
for viewing from the WAN side.

tony.


> 
> On Mon, 2002-05-20 at 10:58, tony mollica wrote:
> > The entire operation is behind a company firewall but
> > the local management doesn't want other company locations
> > browsing our LAN.  (Updated drawing below).  I have a few
> > more days to make this work, at which time the whole location
> > will be changed to the assigned subnet (10.x.x.x).
> 

> 
> > Ron Johnson wrote:
> > > How are you securing the win2000server against The Bad Guys?
> >
> >
> > >
> > > On Mon, 2002-05-20 at 02:11, tony mollica wrote:
> > > > To answer your question, on the WAN side, the router and
> > > > the win2000server have static addresses assigned by the
> > > > maintainer of the WAN.  The IP of eth1 on the Linux box is
> > > > assigned from the same subnet by me.
> > > >
> > > > I'm using ipchains on the Linux box and I'm still somewhat
> > > > unclear on what you propose below.  I need to do more reading
> >
> > > >Hello.  I have a mixed network of Linux (Debian) and windows
> > > >machines in the arrangement below.
> >   __
> >  |  |
> >  |w2kas |
> >  |__|
> > |
> >  ___  __|___  __  __
> > |   ||  ||  ||  |
> > --->|router ||switch|| Linux||switch|
> >  T1 |___||__||__||__|
> >  |   |
> > 10.x.x.x/24 eth1 -  eth0 |__191.168.x.x
> >WANIP Masq Machine  LAN
> > > >
> > > >Real IP addresses on the router side with the
> > > >192.168.x.x on the switch side.  I need to put
> > > >a another box on the router side but still
> > > >have the internal LAN clients access this
> > > >computer from the inside.  The new computer
> > > >is required to be windows, and there will be
> > > >only windows clients accessing it.
> >
> >
> > tony mollica
> > [EMAIL PROTECTED]
> >
> >
> > --
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> >
> --
> +-+
> | Ron Johnson, Jr.Home: [EMAIL PROTECTED] |
> | Jefferson, LA  USA  http://ronandheather.dhs.org:81 |
> | |
> | "I have created a government of whirled peas..."|
> |   Maharishi Mahesh Yogi, 12-May-2002,   |
> !   CNN, Larry King Live  |
> +-+

-- 
tony mollica
[EMAIL PROTECTED]


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



Is it perfectly to pass argv[] this way to function ?

2002-05-20 Thread Deepak Kotian



Hi,
 
Please check the code segment.
/*code start /
#include int func1(char 
**a_argv){ while (*a_argv!=NULL) printf("\n%s", 
*a_argv++); return(0);}
 
int main(int argc, char 
*argv[]){ func1(&argv[0]);}
/*code end /
 
This func1 function prints all the arguments with 
no problem, because main() is probably always 
on stack, so it works probably.
Do anyone see any problem, if one passes argv[] 
this way ? Will there be portability issues, like 
on other UNIX flavors,etc.
 
Please let me know.
 
Thanks and Regards
Deepak
 


Re: how does root run a graphical prog

2002-05-20 Thread Vineet Kumar
* Dave Sherohman ([EMAIL PROTECTED]) [020520 10:49]:
> On Mon, May 20, 2002 at 06:39:22PM +0200, Kristian Rink wrote:
> > Something like 'xhost +' basically should
> > allow anyone (on your system) to connect to X hence to display any
> > graphical output.
> 
> Bzzt!  'xhost +' allows anyone (on any system capable of contacting
> your system) to connect to X and display any graphical output.  Not
> good...
> 
> If you MUST use xhost, use 'xhost + localhost'.  But using xauth or
> XAUTHORITY is the Right Way To Do It.

Thanks Dave! You just pointed out one of the many, many, MANY reasons to
NEVER USE xhost. The reason you just illustrated: "When you might want
to do 'xhost +localhost', you might accidentally enter
'xhost + localhost', which has the same as effect as 'xhost +'.

Even if you DID get it "right", 'xhost +localhost' allows anyone on
localhost to connect to your X server. Probably not what you want,
especially on a system with many users, or any system with any users you
don't fully trust (probably every system).

It's worth noting that the danger isn't just that anyone can display
apps on your display. In addition to being able to open windows on your
display, anyone else would be able to destroy any (or all) of
your windows, view the contents of your screen remotely, log your
keystrokes, or generate /any/ X event.

This horse has been beaten to death. Search google and you'll probably
come up with a kmself rant (TM) about why xhost is bad, along with info
from plenty of other enlightened individuals.

Thankfully, debian's X config has by default an option (and I won't tell
you which if you don't know, because you shouldn't remove it) that
disables the X server from listening for and accepting incoming tcp
connections, so 'xhost +' won't hurt you as much as it should.

Use su and read the originating user's ~/.Xauthority, or use ssh's X
forwarding.

> -- 
> When we reduce our own liberties to stop terrorism, the terrorists
> have already won. - reverius

Word. (and "too late.")

good times,
Vineet
-- 
Currently seeking opportunities in the SF Bay Area
Please see http://www.doorstop.net/resume.shtml


pgp2Oh2htXiMK.pgp
Description: PGP signature


Can a Package be installed that only effects 1 user account?

2002-05-20 Thread John Richardson
Hello,

Can a Package be installed that only effects 1 user account?

One user needs an old egcs compiler. The rest of the users need the gcc
2.95 or gcc 3 compiler when upgraded.

Can dpkg be used to install the .deb file so that it applies to just 1
user's account?

The man dpkg, man dselect pages and the Package Management System topic in
the FAQ does not seem to have any guidance on this question?

John F. Richardson


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



Calendar/scheduling softwae fro debain?

2002-05-20 Thread stan
Can anyone recomend a nice time schedulign software application that's in
Debain Woody's archive? A Gnome interface would be a plus.

-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
-- Benjamin Franklin


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



Re: how does root run a graphical prog

2002-05-20 Thread Colin Watson
On Mon, May 20, 2002 at 12:37:28PM -0500, Dave Sherohman wrote:
> On Mon, May 20, 2002 at 06:49:19PM +0200, Nicos Gollan wrote:
> > You could try using ssh with X forwarding for that. Just "ssh
> > [EMAIL PROTECTED]" should do the trick. It's not the best way, but it
> > works.
> 
> ...unless you're on a system which is configured to disallow remote
> root logins via ssh.  (Such as, say, the default Debian
> configuration.)

Not in woody and sid, at least. See the paragraphs in
/usr/share/doc/ssh/README.Debian headed "PermitRootLogin set to yes".

-- 
Colin Watson  [EMAIL PROTECTED]


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



Re: Install Debian for desktop

2002-05-20 Thread Osamu Aoki
On Sun, May 19, 2002 at 03:29:20PM -0500, Ron Johnson wrote:
> On Sun, 2002-05-19 at 08:59, Osamu Aoki wrote:
> > Hi,
> > 
> > On Sun, May 19, 2002 at 02:33:21PM +0200, Robert Ian Smit wrote:
> [snip]
> > > I know Debian is more difficult to install, but I hope I will benefit by 
> > > learning a lot. The default install for Redhat 7.3 is quite nice, but 
> > > adapting it to my needs is a lot of work. I might as well try Debian and 
> > > only install things I really need to avoid bloat.
> > 
> > Configuring Debian exactly to your taste is not an easy task.  More
   ^^^
> > difficulty at start for sure than Redhat.  But "UPGRADING" with latest
> > release is very easy.
> 
> Initial configuration isn't _that_ bad!

I am not smart enough to claim that configuring any OS exactly to your
taste is not an easy task.  RH comparison, I believe is more nicely
described by Karsten.

> [snip]
> > Or if you are stupid enough like me to keep chasing latest testing version,
 ^^ Sorry typo :(  I knew it causes
 problem.
> > you will continuously upgrade. That is fun.
    This is my point :)
> 
> Hmm.  Let's not be so judgmental.  Sometimes, even the woody
> packages trail the unstable packages by quite a bit...

I am not judgmental.  Just a bad typer with broken grammar.

Because it is "Freeze" now. many testing lag behind.   Also if testing
lag behind unstable like some XFree86 at one point, just install it by

# apt-get install package/unstable

and fix bug yourself. Usually trivial dependency or install script
glitches.

> [snip] 
> > > I hope I have made clear what I want to do and would like to know about 
> > > experiences from other people. Please tell me if I am wrong in choosing 
> > > Debian for my needs. I want to and have time to learn, but would like to 
> > > have an indication whether my goals are reachable.
> > 
> > I can guarantee there will be steep learning curve.  If your objective is
> > to have M$ Word, Excel, and Outlook to exchange proprietary file
> > format files as many non-programmers do, I suggest do not bother Linux
> 
> On the contrary!  Mozilla 1.0rc2 & Evolution 1.05 are almost
> perfect substitutes for IE & Outlook.  OpenOffice 1.0 is great,
> though not perfect, at converting Office files.

There is nothing like "almost pregnant".  No matter how similar they
are, they are different softwares.

I think these are great softwares and I think functionality wise they
are quite good.  But expectation of user needs to be aligned properly.
This was intent of my message.  If some one think these to be complete
plug-in replacements, they will bitch without reason for trivial
differences.  

-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +
 Osamu Aoki @ Cupertino CA USA
 See "User's Guide": http://www.debian.org/doc/manuals/users-guide/
 See "Debian reference": http://www.debian.org/doc/manuals/reference/
 "Debian reference" Project at: http://qref.sf.net

 I welcome your constructive criticisms and corrections.


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



Re: C64 emulator

2002-05-20 Thread Paul Dersey
Hi,

I like vice a lot.  It has worked without any problems with every game
I have tried with it.  It has a fullscreen mode and joystick support as
well.

Paul

On Mon, May 20, 2002 at 06:04:34PM +0200, Balazs Javor wrote:
> Hi,
> 
> What is the best C64 emulator for Linux?
> After doing a search on Google, I've noticed that there are
> quite a few ones oout there.
> 
> I would very much welcome any recommendations you might have!
> 
> Many thanks for your help in advance!
> best regards,
> Balazs
> 
> 
> -- 
> 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: how does root run a graphical prog

2002-05-20 Thread Dave Sherohman
On Mon, May 20, 2002 at 06:49:19PM +0200, Nicos Gollan wrote:
> You could try using ssh with X forwarding for that. Just "ssh [EMAIL 
> PROTECTED]" 
> should do the trick. It's not the best way, but it works.

...unless you're on a system which is configured to disallow remote
root logins via ssh.  (Such as, say, the default Debian
configuration.)

-- 
When we reduce our own liberties to stop terrorism, the terrorists
have already won. - reverius

Innocence is no protection when governments go bad. - Tom Swiss


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



Re: how does root run a graphical prog

2002-05-20 Thread Dave Sherohman
On Mon, May 20, 2002 at 06:39:22PM +0200, Kristian Rink wrote:
> Something like 'xhost +' basically should
> allow anyone (on your system) to connect to X hence to display any
> graphical output.

Bzzt!  'xhost +' allows anyone (on any system capable of contacting
your system) to connect to X and display any graphical output.  Not
good...

If you MUST use xhost, use 'xhost + localhost'.  But using xauth or
XAUTHORITY is the Right Way To Do It.

-- 
When we reduce our own liberties to stop terrorism, the terrorists
have already won. - reverius

Innocence is no protection when governments go bad. - Tom Swiss


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



Re: Fonts and XFree86

2002-05-20 Thread Daniel D Jones
On Mon, 2002-05-20 at 12:44, Nicos Gollan wrote:
> On Monday 20 May 2002 16:28, Daniel D Jones wrote:
> 
> > But I've now discovered that something funky is going on.
> >
> > Under Openoffice, the truetype fonts are available.  They aren't
> > available anywhere else I've found.  I'm running KDE 2.  The fonts
> > aren't available under the ControlCenter.  They don't show up in kword,
> > konsole, or any other place I've checked.  I created a document in
> > Openoffice using various fonts and they display and print just fine.
> > Saving the document and reopening it in kword, the fonts all show up as
> > Utopian.
> >
> > It appears that the problem isn't with XFree86 but perhaps with KDE?
> 
> Does xfontsel display the truetype fonts? What does xlsfonts say? (Please for 
> the love of God and my mailbox, don't attach the xlsfonts output ;-) )

Why not?  xlsfonts only spits out 18,700+ lines! And xfontsel shows over
150 fonts under the "family" tab.




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



Accounting/Payroll software

2002-05-20 Thread No Realm

Does anyone know of a GNU replacememt for RealWorld accounting software 
(RealWorld is DOS based and is produced by Great Plains, which is owned by MS)?
-- 

Powered by Outblaze


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



Re: att and cable modem

2002-05-20 Thread Jeff
Ron Johnson, 2002-May-18 21:29 -0500:
> On Sat, 2002-05-18 at 21:04, Deva Seetharam wrote:
> > hi all
> > i run debian kernel 2.4.18 on a ibm t22 notebook. i am trying
> > to connect to att cable-modem using the intel ethernet card.  
> >  
> > i have pump as the dhcp client. i dont have dhcp-client installed.
> > 
> > my /etc/network/interfaces has the entry:
> > iface eth1 inet dhcp
> > 
> > when i do a ifup eth1 or pump -i eth1, i get the message "operation
> > failed". (btw, i did register the mac address with att.)
> > 
> > what could be wrong?
> 
> Try dhcp-client.  I couldn't get pump to work either, even 
> though it worked fine when I used Mandrake.

Ditto on pump.  I had to use dhcp-client as well.

jc

--
Jeff CoppockSystems Engineer
Diggin' Debian  Admin and User


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



Re: Install Debian for desktop

2002-05-20 Thread Osamu Aoki
On Mon, May 20, 2002 at 10:37:26AM +0100, Peter Whysall wrote:
> on Mon, May 20, 2002, Karsten M. Self (kmself@ix.netcom.com) wrote:
> > on Sun, May 19, 2002, Jamin W. Collins ([EMAIL PROTECTED]) wrote:
> > > On Sun, 19 May 2002 14:33:21 +0200
> > > "Robert Ian Smit" <[EMAIL PROTECTED]> wrote:
> > > 
> > > > I know Debian is more difficult to install, but I hope I will benefit by
> > > > learning a lot. 
> > > 
> > > As you've no doubt already experienced, the Debian install is text based. 
> > > No fancy GUI.  But other than that I can't say that the install was trully
> > > any more difficult than any of the other distros that I've tried.
> > 
> > Having done several Debian and RH installs in the past four months, some
> > curves:
> > 
> > 
> > Other odd'n'ends.  A good set of TrueType fonts (the set that Legacy MS
> > Windows ships with somehow finds its way onto many GNU/Linux systems) is
> > pretty much a necessity.  Configuration can't get much easier than this:
> > 
> > http://www.tldp.org/HOWTO/mini/TT-XFree86-2.html
> 
> At least on my unstable system, I just did "apt-get install
> msttcorefonts".

It can be done in testing/woody too.  I have it and confirmed:

 $ apt-cache policy msttcorefonts
msttcorefonts:
  Installed: 1.0.0
  Candidate: 1.0.0
  Version Table:
 1.0.1 0
 70 http://http.us.debian.org unstable/contrib Packages
 *** 1.0.0 0
800 http://http.us.debian.org testing/contrib Packages
100 /var/lib/dpkg/status

This is not pure but nicer fonts.

-- 
~\^o^/~~~ ~\^.^/~~~ ~\^*^/~~~ ~\^_^/~~~ ~\^+^/~~~ ~\^:^/~~~ ~\^v^/~~~ +
 Osamu Aoki @ Cupertino CA USA
 See "User's Guide": http://www.debian.org/doc/manuals/users-guide/
 See "Debian reference": http://www.debian.org/doc/manuals/reference/
 "Debian reference" Project at: http://qref.sf.net

 I welcome your constructive criticisms and corrections.


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



Re: Locale setting on my console to see Japanese character

2002-05-20 Thread Jeff
Deepak Kotian, 2002-May-19 00:24 +0530:
>Hi,
> 
>I have all the locales on my machine. locale -a shows it.
>I have set the LANG as japanese, but when I do "ls -l" at command prompt
>on
>a directory. I do not proper Japanese character in the
>time stamp column of the output. It is not English.
>It seems the terminal is not able to display Japanese.
> 
>I want japanese charaters to be displayed on my LINUX console.
> 
>What do I have to do ?
>I do not/cannot use Japanese Windows Client.
>If anyone has any idea, please let me know.
> 
>Thanks and Regards
>Deepak

I'm going through the same thing and I managed to fix it, at least
temporarily.  

I did "dpkg-reconfigure locales" to make sure the proper locale was
chosen first.  Then, I checked the /etc/environment file and changed
the LANG setting there and then checked /etc/profile to see if
anything was set there for LANG or LC_*, but nothing was.  I then
changed the environment variable with "export LANG=en_US".  And that
did the trick.  Look for an LC_ settings too, such as LC_ALL or
LC_LIBRARY.  These would need changing too.

I hope this helps...jc

--
Jeff CoppockSystems Engineer
Diggin' Debian  Admin and User


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



Re: how does root run a graphical prog

2002-05-20 Thread Peter Hicks
On Mon, May 20, 2002 at 11:45:31PM +0700, Willy S wrote:
>hi,
>
>How come root can not run a graphical program under other user
>session. Let say, I do 'su' and I try to launch gkrellm. Xterm will
>produce this message:
>
>Xlib: connection to ":0.0" refused by server
>Xlib: Client is not authorized to connect to Server
>

Just put this in your .bashrc file

XAUTHORITY=$HOME/.Xauthority

export XAUTHORITY



-- 
Peter Hicks
http://jah.net/~petong
4E24 3C78 A165 537C 729C  8D25 3547 3CE9 9E7D 42B6


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



Re: how does root run a graphical prog

2002-05-20 Thread Colin Watson
On Mon, May 20, 2002 at 11:45:31PM +0700, Willy S wrote:
> How come root can not run a graphical program under other user
> session. Let say, I do 'su' and I try to launch gkrellm. Xterm will
> produce this message:
> 
> Xlib: connection to ":0.0" refused by server
> Xlib: Client is not authorized to connect to Server
> 
> Everything fine if I run a console program under root. This problem
> only occurs if I run a program as a root under other people session.

I just set XAUTHORITY=$HOME/.Xauthority, which propagates to the root
session (as long as you don't use 'su -', and as long as your home
directory isn't on root-squashed NFS). That's probably the simplest of
the various hacks.

As for xhost, fortune says:

 xhost +localhost should only be done by people who would
paint their hostname and root password on an interstate
overpass.

-- 
Colin Watson  [EMAIL PROTECTED]


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



Re: help

2002-05-20 Thread Matt Zimmerman
(this mailing list is for development of the installation system, not for
support of it.  moving to debian-user)

On Mon, May 20, 2002 at 11:33:29AM -0500, GARY P LARGESS wrote:

> Then "VFS: Insert root floppy disk to be loaded into RAM disk and press
> ENTER"
>  
> This is where I'm stuck.
> I have not been able to figure out how to make the root FD. And believe
> me I have spent many many many hours trying to figure it out on the
> Debian main page. This is my last hope before giving up, and using RH.

Do the same thing that you did to make the boot floppy, but use
images-1.44/root.bin instead of images-1.44/rescue.bin.  That's all there is
to it.

The documentation that you were looking for is in

http://www.debian.org/releases/stable/i386/ch-install-methods.en.html

under "5.4 Description of Installation System Files".  Specifically, "5.4.2
Files for the Initial System Boot" has a list of all of the root images,
with URLs no less.

There is similar information in

/dists/potato/main/disks-i386/current/README.txt

on your CD.

> Can you tell me how to make a root FD, that is appropriate for this
> machine and kernel- image-2.2.17_2.2.17pre6-1? And if I need another
> floppy after the root... please tell me how to make that also.
>  
> Or how to force the machine to boot from CD, or how to install Debain...
> after booting in RH... or any other method that would allow me to install
> Debian on this machine.

Booting from a CD would be the easiest method, but some older machines are
not capable of this at all.  The stock floppies will almost certainly work,
though.

-- 
 - mdz


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



Re: how does root run a graphical prog

2002-05-20 Thread Brian P. Flaherty
Willy S <[EMAIL PROTECTED]> writes:

> hi,
> 
> How come root can not run a graphical program under other user
> session. Let say, I do 'su' and I try to launch gkrellm. Xterm will
> produce this message:
> 
> Xlib: connection to ":0.0" refused by server
> Xlib: Client is not authorized to connect to Server

A little while ago I found this on the web, and it works quite well:

http://www.xs4all.nl/~zweije/xauth-7.html

While looking for the above link, I saw that there is an xsu package
for debian (I think testing and unstable).  Presumably it does much
the same thing.

Brian



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



Re: how does root run a graphical prog

2002-05-20 Thread Carl Fink
I recommend 

xhost local:+

over the more general

xhost +

-- 
Carl Fink   [EMAIL PROTECTED]
Manager, Dueling Modems Computer Forum



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



Lexmark Z32 on Woody?

2002-05-20 Thread Steffen Evers
Hi!

I am trying to get a Lexmark Z32 printer working.

Has anyone succeed on this printer and how?

I have spent a day on this and it still does not work ...

Steffen


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



sensors problem

2002-05-20 Thread Ross Boylan
Recently, my sensors module seems to be failing.  I see this in the
log:
May 20 09:25:49 wheat kernel: i2c-amd756.o: SMBus collision!
May 20 09:25:50 wheat kernel: i2c-amd756.o: Busy wait timeout! (0800)
May 20 09:26:00 wheat last message repeated 10 times

I have a 2.4.18 kernel, built locally, with lm-sensors.  I use the i2c
in the kernel, rather than the separate package.

This is an oddly erratic error.  The sensors were working this morning
when I started the system, for example, and then failed about 1.5
hours later.  This has happened before.  In one case they failed; I
rebooted and checked the sensors on the BIOS setup screen (they were
fine); senors still didn't work in Linux; power down; restart and they
worked in Linux.

This problem only developed recently, although I've been running the
2.4.18 kernel for awhile.

Any ideas?


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



  1   2   >