Re: installing kde 3 without net connection

2002-09-26 Thread Wayward Soul

I found answer to this problem. looks like i'm still running woody beta, so some of 
the packages are not the same as in the final woody release. Now to download all 7 
iso's *sigh*. Sometimes it's hard to notice it's beta when it's so rock solid.. thanx 
everyone for ur help.
---
Cause i know i don't belong here in heaven
 --Eric Clapton(Tears in Heaven)




On Tue, 24 Sep 2002 11:37:52   Amir Tal wrote:
>On Tuesday 24 September 2002 11:15, Wayward Soul wrote:
>
>i understand that you are trying to install from deb files, not form source.
>cd into the directory containing the kde deb files, and write :
>
>dpkg -i *
>
>optionaly, make sure you've added the correct source to your sources.list file 
>(with the correct format as well) and do :
>
>apt-get update
>then :
>
>apt-get install kdelibs
>
>all the base kde packages will be automaticly added.
>you can choose later on which packages you want to add to teh base one's, and 
>install them as well.
>
>tal.
>
>
>
>> Hi everyone, I would like ask how do i install kde 3 without a net
>> connection to my debian system. u see i usually download stuff from another
>> machine then burn onto cdrw and install them my linux machine (mostly
>> tarballs). but i'm intereseted in installing kde 3 but it seems i need net
>> connection to do so. is there a way to install from hdd. i tried
>> downloading all the packages and adding them to my sources.list. but
>> nothing seems to be working.
>>
>> Oh i'm new to this so if i'm posting to the wrong mailing list then do tell
>> where is more apropriate. Thanx
>>
>> ---
>> All that is gold does not glitter,
>> not all those who wander are lost...
>>  -Gandalf:Lord of the Rings
>>
>>
>>
>>
>> Join 18 million Eudora users by signing up for a free Eudora Web-Mail
>> account at http://www.eudoramail.com
>
>


Join 18 million Eudora users by signing up for a free Eudora Web-Mail account at 
http://www.eudoramail.com


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




Re: mounting file systems without fsck

2002-09-26 Thread Alan Chandler

On Friday 27 September 2002 3:01 am, Jason Majors wrote:
> I'm setting up a car computer that will be shut down by powering off, and
> need to keep fsck from running at reboot.

Why not use a file system that allows you to do this, like reiserfs or ext3 
(or xfs - but I think that is not so easy)

I haven't looked recently - and I haven't time right now, but I think the 
running of fsck is controlled by the startup scripts.  Have a poke around in 
there to check.

Not sure if you have time as power goes down, but there is an inittab line 
that can detect it and do something

-- 
Alan Chandler
[EMAIL PROTECTED]


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




Re: [Help] Maildir with Quota

2002-09-26 Thread Mark Janssen

On Fri, 2002-09-27 at 07:38, axacheng wrote:
> Hell List :
>   I have a directory named /home restricted to HD space by quotatools2.
> NOW,i need use quota to restrict my user's Maildir ONLY and other directory DON'T 
>restricted by quota such as

One wat is probably to create a seperate partition to store all the
Maildirs on, and putting quota's on there. Then symlink all the user's
maildirs to the new location.

I don't use this method myself, since I store the maildirs on a
non-shell server that has quota support built into the imap/pop server.
(Courier)

-- 
Mark Janssen -- maniac(at)maniac.nl -- GnuPG Key Id: 357D2178
Unix / Linux, Open-Source and Internet Consultant @ SyConOS IT
Maniac.nl Unix-God.Net|Org MarkJanssen.org|nl SyConOS.com|nl


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




Re: Setting up Sendmail

2002-09-26 Thread Alvin Oga


hi ya michael

sendmail howto w/ antispam stuff w/ examples

http://www.Linux-Sec.net/Mail/sendmail.gwif.html

c ya
alvin

On Thu, 26 Sep 2002, Michael Olds wrote:

> Hello,
> 
> Woody.
> 
> I am having some difficulty getting Sendmail up and running.
> I installed the program apparently with no problems. I ran: sendmailconfig
> after the install, also apparently no problems, no errors reported. But
> nothing works either. So I looked in /etc/mail/ and there is no sendmail.cf
> so I tried running sendmailconfig again and it asked if it should configure
> using the existing sendmail .conf and I said yes. And it reported there was
> no /usr/sbin/update_conf which there isn't as it's in /usr/share/sendmail/
> 
> (Question one: could I just move it to where it wants?)
> 
> There is no existing sendmail.conf in /etc/mail/ either.
> 
> When I tried to create a sendmail.cf using:
> 
> cd /etc/mail
> m4 /usr/share/sendmail/cf/m4/cf.m4 I first got a permission denied and saw
> that the files in /m4/ were all marked non executable. I marked them
> executable but I am not sure if that was the right thing to do.
> 
> I re-ran m4 etc and got this error message:
> NONE:0:m4: ERROR: EOF in string
> 
> I tried looking up EOF (?end of file?) on Google where there are many
> references and no explanations.
> 
> I have uninstalled and reinstalled the program several times and I always
> end up at this spot. Does anyone know how I get out of this?
> 
> Thanks in advance,


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




Re: gcc 3.2 & kernels compiled with 2.95

2002-09-26 Thread John Schmidt

No personal experience here, but I read on the linux kernel mailing 
list that if you need to compile both the "main" kernel and any modules 
with the same compiler.  

The c++ ABI has changed from 2.95 to 3.x series, which means any c++ 
application that you compile with a 3.x compiler will not be able to 
work with a c++ library that is compiled with 2.95 (and visa versa).  I 
believe there may have been an ABI change from 3.0.4 and 3.2.  I am 
pretty sure that any c or fortran code should be okay with respect to 
using code from either compiler version with the exception of the 
kernel and modules as stated above.  

If any of this is wrong please correct me.

John Schmidt

On Friday 27 September 2002 12:12 am, Andy Saxena wrote:
> Hi,
>
> I don't quite understand the complexity of the process to move Debian
> to gcc 3.2. It seems there's an issue about programs compiled with
> 3.2 not being able to work with libraries compiled with 2.95. Without
> going into too much technical details, could somebody tell me if this
> is correct?
>
> I was just wondering if this transition is going to cause trouble for
> those of us who compile our own kernels using gcc 2.95.
>
> Thanks,
> Andy


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




Re: OT: Alternatives to ls for sorting files by modification time

2002-09-26 Thread Adrian von Bidder

On Thu, 2002-09-26 at 19:26, Jeff Cours wrote:
> Adrian von Bidder wrote:
> > Thanks a lot. Will try. I don't speak perl fluently, that's why I looked
> > for a shell script - but it gets the job done, and perl is installed by
> > default, so it doesn't matter.
> 
> Glad to help! One thing to be aware of is that the script is 
> currently set up to use file access time, not modify time. If you want 
> modify time instead, change the $ACCESS_IDX variable from 8 to 9.

No problem. In this specific case, atime is indeed what I care about.

thanks again.
-- vbi

-- 
secure email with gpg   http://fortytwo.ch/gpg

NOTICE: subkey signature! request key 92082481 from keyserver.kjsl.com



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


Re: smb.conf on Debian

2002-09-26 Thread Yuhanes Tjandra

You should probably  try "swat" to set the configuration.

Before using it, make sure that samba is already running.

Yuhanes

David Pastern schrieb:

>David,
>
>You will need to add a user account to your linux system (ie adduser
>).  You will then need to ensure that password encryption in
>smb.conf file has been turned on (or similarly the windows registry has been
>hacked to avoid this).  Then set up a smbpasswd for this new user account.
>Under global settings in smb.conf change this (if not already changed):
>
>encrypt passwords = yes
>
>Then add this line (strangely it wasn't in my smb.conf file and I had to
>manually add it):
>
>smb passwd file = /etc/samba/smpasswd
>
>I was quite confused by all of this (and still am to be totally honest).
>Note that this will allow the Windows XP machine to see the home dir created
>when you did the adduser.  I'm not sure how to set it up so that that
>Windows user can see the home dir and any other dirs that you might want
>them to.  I'm only newish to samba, so I hope i've told you the right stuff,
>if I haven't I apologise.  I'm sure someone will correct my faux pais.  Good
>luck, hope I helped.
>
>Dave
>
>-Original Message-
>From: David Sanders
>To: Debian Users; David Pastern
>Sent: 26/09/2002 6:30
>Subject: smb.conf on Debian
>
> 
>I set up a SMB share on a Debian 3.0 machine with this config:
>/etc/samba/smb.conf
>[global]
>   workgroup = SANDERS
>[test]
>   comment = For testing only
>   path = /data/test
>   browseable = yes
>   read only = no
>   guest ok = yes
>
>When I try to access the share from Windows XP, I get this error:  "The
>account is not authorized to log in from this station."
>What do I need to do?  It doesn't ask for a password or anything.
>
>David
>
>
>  
>



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




gcc 3.2 & kernels compiled with 2.95

2002-09-26 Thread Andy Saxena

Hi,

I don't quite understand the complexity of the process to move Debian to
gcc 3.2. It seems there's an issue about programs compiled with 3.2 not
being able to work with libraries compiled with 2.95. Without going into
too much technical details, could somebody tell me if this is correct?

I was just wondering if this transition is going to cause trouble for
those of us who compile our own kernels using gcc 2.95.

Thanks,
Andy


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




compression and encryption with gdm, cygwin?

2002-09-26 Thread Jason Pepas

Hi,

I am exporting a gdm X session to a windows box running cygwin/xfree86.  
is there anyway I can use ssh to make this a secure connection, and is there 
anyway I can compress the stream to speed things up a bit?  ( it is pretty 
slow as is, over a cable modem).

thanks,
jason



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




[Help] Maildir with Quota

2002-09-26 Thread axacheng


Hell List :
I have a directory named /home restricted to HD space by quotatools2.

NOW,i need use quota to restrict my user's Maildir ONLY and other directory DON'T 
restricted by quota such as

/home/user11/Maildir   <= Need restricte
/home/user11/public_html  <= NOT need restricte
/home/user11/upload   <= NOT need restricte

/home/user22/Maildir   <= Need restricte
/home/user22/public_html  <= NOT need restricte
/home/user22/upload   <= NOT need restricte


Does Anyone knows what's tool can solve this problem???  @_@

Thanks You...

-- 
Trust & Unique ... 
Axacheng's PGP Public Key   http://www.navigation.idv.tw/pgpkey



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




[Apache] htaccess Problem about Two Definition

2002-09-26 Thread axacheng

Hello there, 

I'm now confused about how authentication with .htaccess on Apache is implemented. 
Suppose that I got two directories, /home/Anderson/public_html/ and /home/A/B/, and 
they are all defined almost identically in httpd.conf :


  Options FollowSymLinks MultiViews
  AllowOverride Limit Options FileInfo AuthConfig
  
Order allow,deny
Allow from all
  
  
Order deny,allow
Deny from all
  



  (.. Same as above)


The only difference maybe is that /home/A/B is a VirtualHost(www.ABC.org). Now I 
am planning to authenticate my users by usernamd and password controlled by LDAP if 
they are not connecting with a specific IP I indicate. When I put my .htaccess under 
/home/Anderson/public_html/ and /home/A/B/, it seems that only the one under 
/home/Anderson/public_html/ works. While I try to access www.ABC.org, all of the 
authenticative function is invaild and users are permitted to view my page without any 
restriction. Here is my .htaccess :

AuthName "Login or Kick Your Ass !"
AuthLDAPUrl ldap://www.xxx.org/..
AuthType Basic
 

Order deny,allow
Deny from all
Allow from 10.0.0.1
require user Arthas Thrall Jaina
Satisfy any

 
   Was there any mistake I made during my configuring or something I missed here? 
Anyway, thanks for the patience of your reading.

Thanks,
Anderson

-- 
Trust & Unique ... 
Axacheng's PGP Public Key   http://www.navigation.idv.tw/pgpkey



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




Re: Unable to print when using Debian 3.0

2002-09-26 Thread Allen Linkenhoker

On Thu, 2002-09-26 at 16:54, Sageev George wrote:
> I'm sorry if this post is not appropriate
> for this mailing list.  If there
> is a more appropriate mailing list,
> could you let me know?
> 
> Currently, I'm unable to print on my
> Pentium-II while in Debian.  When 
> in Win2K, I can print alright.  The
> printer is a HP DeskJet 720C.  
> 
> I have confirmed that the modules
> for the parallel port are being
> loaded (lp, parport-pc, parport),
> and that the device shows up as
> lp0 (I see this when I look at
> the dmesg output).
> 
> The first thing that I did after I installed
> Debian, was to apt-get "printtool".
> It installed LPR-PPD, I think, and
> after selecting the appropriate device,
> and driver, I tried printing, but
> nothing came out.
> 
> Second, I tried recompiling the
> kernel and modules, trying different
> methods, all unsuccessful.  I've tried 
> compiling the drivers into the kernel, 
> disabling FIFO, etc.  I know that the
> driver is recognizing the port, because
> when the appropriate IEEE protocol is
> activated, the printer responds to 
> one of the modules being loaded by
> reporting its name (DeskJet 720C, blah).
> 
> When I had problems with SPARC-Debian,
> disabling the FIFO was enough, and
> printing worked.  This seems to be
> the only suggestion that the printing
> README files have for i386 Debian,
> but I'm not having any success.
> 
> Does anyone have any suggestions?  Have
> other people been able to print when
> using Debian on an i386 type computer
> with the latest releases?
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
> 
I would humbly suggest that you switch back to your original kernel,
and install CUPS.  Afterward, browse to http://localhost:631.  Login
as root, and give it a try!  The interface is fairly self-explanatory.

Good luck!

L. Allen Linkenhoker
a.k.a. DirtCop



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




Re: OT Howto convert .jpgs to a thumbnailed html page?

2002-09-26 Thread Stuart Johnston

On Fri, Sep 27, 2002 at 01:11:57PM +0930, Barney Wrightson wrote:
> Kent West wrote:
> 
> >>Looks like I jumped the gun on posting this question. A quick run of 
> >>"apt-cache search thumb" returned some likely-looking candidates:
> >>   cthumb
> >>   curator
> >>   galrey
> >>   igal
> >>   webmagick
> >>   album
> >>
> >>Anyone have any suggestions as to which program will be most suitable?
> >>
> >>Thanks!
> >>
> >>Kent 
> >
> >I just tried "curator". Way too easy. I'm gonna have to go back to using 
> >Windows to put some challenge into my life . . . .
> >
> >Kent
> >
> 
> Hi Kent,
> I have just got a Canon G2 :) I think I noticed one called bins that 
> generates static html (I assume it generates thumbnails - I haven't 
> tried it yet)
> 
> 
> 
> ah, yes it does - but it's only in testing/unstable, sounds damn useful 
> though:

Yes, bins is quite nice. The official web page is at:
http://bins.sautret.org/ which has some examples.

If you don't want to install the testing package, you might just
install it from the tar.gz. It works fine with the stable
dependencies. That's what I did.  BTW, you only need the gtk stuff
if you want to use the graphical interface.

enjoy!

Stuart Johnston


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




Re: Security problem: rbash isn't working on initial invocation

2002-09-26 Thread Bob George

Vineet Kumar wrote:
> [...] 
> Well, there's a clue about why it's not working the way you expect: bash
> enters restricted mode when invoked as 'rbash', but it's being invoked
> as '-rbash' from login.

I hadn't noticed that the first time around. I'm digging through the 
bash manpage, and the default for PS1 is "\s-\v\$ " (\s is basename of 
$0). The restricted option is based on an 'r' in the first character of 
the shell name, so this is no doubt likely culprit.

I did notice the following in the manpage:

A  login  shell  is  one whose first character of argument
zero is a -, or one started with the --login option.

Yet the same info is in a version of the manpage dating to 1995. But it 
worked before!

> So that's the "why", but unfortunately I don't know the proper way to
> set it up.

It looks like I can remedy the problem for doing a "set -r" in 
/etc/profile, but I'm a bit flabbergasted that this feature has gone 
from defaulting to a somewhat secure setting, to a blatantly insecure 
one. Surely I'm not the only one to have been burnt by this? I've 
re-read all the info I found previously on using bash in restricted 
mode, and setting the user's shell to /bin/rbash is normally adequate 
(with a restrictive $PATH, etc.)

Thank you for pointing the difference out, as I'd missed that important 
clue. With "set -r", it's working as expected now.

- Bob


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




Re: Setting up Sendmail

2002-09-26 Thread Oliver Fuchs

On Thu, 26 Sep 2002, Michael Olds wrote:

> Hello,
> 
> Woody.
> 
> I am having some difficulty getting Sendmail up and running.
> I installed the program apparently with no problems. I ran: sendmailconfig
> after the install, also apparently no problems, no errors reported. But
> nothing works either. So I looked in /etc/mail/ and there is no sendmail.cf
> so I tried running sendmailconfig again and it asked if it should configure
> using the existing sendmail .conf and I said yes. And it reported there was
> no /usr/sbin/update_conf which there isn't as it's in /usr/share/sendmail/

It is a bug ... you first have to cd in the directory
/usr/share/sendmail and then run sendmailconfig.

> 
> (Question one: could I just move it to where it wants?)
> 
> There is no existing sendmail.conf in /etc/mail/ either.
> 
> When I tried to create a sendmail.cf using:
> 
> cd /etc/mail
> m4 /usr/share/sendmail/cf/m4/cf.m4 I first got a permission denied and saw
> that the files in /m4/ were all marked non executable. I marked them
> executable but I am not sure if that was the right thing to do.

You can copy the example sendmail.mc and submit.mc from
/usr/share/sendmail/cf/debian/ to your /etc/mail directory (and of
course edit them) and then run
m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf (the same for the
submit file). Then cd to the /usr/share/sendmail directory and run
sendmailconfig (I think it has to be run as root).

Oliver
-- 
... don't touch the bang-bang fruit


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




Woody and the euro sign keyboard layout - failed

2002-09-26 Thread Oliver Fuchs

Hi,

I want to use the euro sign on my Debian Woody box. I followed the Euro
How-To (€).
I use console tools on my Debian Woody box.
For the console and the Xterm the Euro-sign is working but I cannot
manage it to work in KDE for me (like the How-To told me).

I do not have a clue what I am missing.

Thanx in advance for any help or documentation.

Oliver
-- 
... don't touch the bang-bang fruit


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




Re: Setting up Sendmail

2002-09-26 Thread nate

Michael Olds said:

> I have uninstalled and reinstalled the program several times and I always
> end up at this spot. Does anyone know how I get out of this?

it's probably not what you want to hear, another user suggested
trying exim. I can tell you I first encountered this "problem" back in
May or so maybe april ..it's what prompted me to look into postfix and
since I've migrated everything to postfix ..

nate




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




Re: OT Howto convert .jpgs to a thumbnailed html page?

2002-09-26 Thread Kent West

nate wrote:

>Kent West said:
>
>  
>
>>Looks like I jumped the gun on posting this question. A quick run of
>>"apt-cache search thumb" returned some likely-looking candidates:
>>   cthumb
>>   curator
>>   galrey
>>   igal
>>   webmagick
>>   album
>>
>>Anyone have any suggestions as to which program will be most suitable?
>>
>>
>
>I use igal, its nice since it's all HTML based, no javascript, no cgi,
>easy to work with(for a basic album all you need to do is type igal in
>the directory with the pictures, no options required).
>
>you can see a sample of igal in action on my server here:
>http://portal.aphroland.org/graphon/pictures/server-room/
>
>(note, its a rather large page)
>
>nate
>
Wow! That's even easier (and cleaner) than curator. Curator creates 
"Next" and "Previous" images using thumbnails of the next and previous 
images, which is kindda cool, but igal is easy.

Debian: The way Life oughtta be.

Thanks!

Kent




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




RE: Setting up Sendmail

2002-09-26 Thread Michael Olds

Well I'm listening. If I can't get it set up reasonably soon I will probably
go with Exim.

Best Wishes!
Mike Olds www.buddhadust.org

-Original Message-
From: Bob Proulx [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 26, 2002 8:50 PM
To: [EMAIL PROTECTED]
Subject: Re: Setting up Sendmail


Michael Olds <[EMAIL PROTECTED]> [2002-09-26 20:02:54 -0700]:
> I am having some difficulty getting Sendmail up and running.

I know that Sendmail has been the workhorse of the Internet for many
years.  I have configured Sendmail cf files by hand for years and
loved the recent m4 configuration.  I am just saying that so you will
know this recommendation comes from someone who has spent much time
with sendmail and still thinks favorably of it.  But it has been
passed on both sides by other programs.

You will probably get a hundred replies to the effect that everyone
recommends that you run either Exim or Postfix.  Either are high
quality mailers.  I prefer Postfix.  It is table driven and very easy
to configure.

  apt-get install postfix

Or you could go with Exim, another fine program.  You will find a lot
of Exim users on this list and can be certain of good user support for
it here.

  apt-get install exim

Bob


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




Re: eth0 problem after kernal package upgrade

2002-09-26 Thread Neal Pollock

Thanks for the repsonse, here's my details:

http://members.rogers.com/npollock1/sysinfo.txt

Neal.

- Original Message -
From: "nate" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 26, 2002 2:46 PM
Subject: Re: eth0 problem after kernal package upgrade


> Neal Pollock said:
> > i recently upgraded my kernel from 2.2.20 to 2.4.18 using a kernel image
> > via dselect.  Unfortunately when I boot the new kernel i cannot
establish
> > an internet connection.  Am I correct in assuming that i need to to
> > check:
> >
> > a) eth0 is properly configured
> > b) dhcpclient obtained an IP
> >
> > inorder to troubleshoot this problem.  i thought the new kernel would
run
> > all my old services and leave my system configuration untouched. what's
> > happening?
>
> do you have an eth0 interface? maybe the new kernel doesn't have a working
> driver for your NIC(unlikely but it is possible). what kind of NIC?
>
> 2.2.x to 2.4.x is a MASSIVE upgrade so it's not unusual to have such a
> problem IMO.
>
> so questions:
>
> what NIC chipset
> what driver are you using
> whats the output of 'lsmod'
> whats the output of 'ifconfig -a'
> whats the output of 'route -n'
> whats the output of 'dmesg'
>
> preferrably if you can post this on a website and post a link to
> the site rather then email everything that would be best, save some
> people some bandwidth.
>
> nate
>
>
>
>
> --
> 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: OT Howto convert .jpgs to a thumbnailed html page?

2002-09-26 Thread Barney Wrightson

Kent West wrote:

>> Looks like I jumped the gun on posting this question. A quick run of 
>> "apt-cache search thumb" returned some likely-looking candidates:
>>cthumb
>>curator
>>galrey
>>igal
>>webmagick
>>album
>>
>> Anyone have any suggestions as to which program will be most suitable?
>>
>> Thanks!
>>
>> Kent 
>
> I just tried "curator". Way too easy. I'm gonna have to go back to using 
> Windows to put some challenge into my life . . . .
> 
> Kent
> 

Hi Kent,
I have just got a Canon G2 :) I think I noticed one called bins that 
generates static html (I assume it generates thumbnails - I haven't 
tried it yet)



ah, yes it does - but it's only in testing/unstable, sounds damn useful 
though:

Package: bins 1.1.16-1

Generate static HTML photo albums using XML and EXIF tags.

BINS generates a complete static gallery (images and HTML) with 
thumbnails and image lists, using XML files to hold information about 
each image. Includes bins_edit and bins-edit-gui tools for adding 
information to the XML files. Interprets EXIF and JFIF tags (and Canon 
extensions) in the jpeg directly. Gallery appearance customizable 
through HTML templates; gallery can be generated in different languages.

Based on SWIGS (Structured Web Image Gallery System).

hth,
Barney


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




Re: Setting up Sendmail

2002-09-26 Thread Bob Proulx

Michael Olds <[EMAIL PROTECTED]> [2002-09-26 20:02:54 -0700]:
> I am having some difficulty getting Sendmail up and running.

I know that Sendmail has been the workhorse of the Internet for many
years.  I have configured Sendmail cf files by hand for years and
loved the recent m4 configuration.  I am just saying that so you will
know this recommendation comes from someone who has spent much time
with sendmail and still thinks favorably of it.  But it has been
passed on both sides by other programs.

You will probably get a hundred replies to the effect that everyone
recommends that you run either Exim or Postfix.  Either are high
quality mailers.  I prefer Postfix.  It is table driven and very easy
to configure.

  apt-get install postfix

Or you could go with Exim, another fine program.  You will find a lot
of Exim users on this list and can be certain of good user support for
it here.

  apt-get install exim

Bob



msg03916/pgp0.pgp
Description: PGP signature


Re: A Good FTP Client.

2002-09-26 Thread Jason Wojciechowski

Bob Bernstein wrote:

 | > Is there a kde3 freindly version of another ftp client that someone could
 | > point me in the right direction.
 | 
 | You could build from source, or take the leap to a console tool, namely
 | ncftp. I guarantee it will be the last "new" ftp client you ever try. (But
 | you have to read the man page! )

Maybe I'm not a power FTP user, but I've never peeked at the ncftp man
page, but still use it anytime I want to anonymous FTP anything.  I
really do like it, especially after having just typed "ftp blah" for
so long.

-Jason

-- 
Jason [EMAIL PROTECTED]
http://wonka.hampshire.edu/~jason



msg03915/pgp0.pgp
Description: PGP signature


Lindows

2002-09-26 Thread Marvin J. Kosmal



Hi

Anyone useing Lindows.80((


TIA

Marvin


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




Re: OT Howto convert .jpgs to a thumbnailed html page?

2002-09-26 Thread Robert L. Harris



I have a script that I use with my Olympus.  It's on my fileserver
that's shutdown.  It just takes a filename as an option and outputs to a
constant size.  If you don't find something you like by Sunday, let me
know.

Thus spake Kent West ([EMAIL PROTECTED]):

> Date: Thu, 26 Sep 2002 21:11:04 -0500
> From: Kent West <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: OT Howto convert .jpgs to a thumbnailed html page?
> X-Mailing-List: <[EMAIL PROTECTED]> archive/latest/235383
> 
> I just got a Canon Powershot A40; whoo-hoo! Lots of fun.
> 
> So that I can share my pix with friends and family (like they're really 
> interested    ;-^  ), I wanted to create a web page with thumbnails 
> of the images which are then linked to the full-size pictures. I've 
> already learned how to use "mogrify -format png *.jpg" to convert the 
> .jpg files to .png files (I wanna be a good Freedom-loving netizen, and 
> all that :-), and I can use "convert" to convert the files to 
> thumbnails, but I was wondering if there's an easy way to either put 
> those thumbnails into an html file at the time of conversion or an easy 
> method to do so after conversion.
> 
> Thanks!
> 
> Kent
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact 
> [EMAIL PROTECTED]



:wq!
---
Robert L. Harris
   
DISCLAIMER:
  These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'


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




Re: Setting up Sendmail

2002-09-26 Thread Jason Majors

Try exim. It's easier to set up.
On Thu, Sep 26, 2002 at 08:02:54PM -0700, Michael Olds scribbled...
> Hello,
> 
> Woody.
> 
> I am having some difficulty getting Sendmail up and running.
> I installed the program apparently with no problems. I ran: sendmailconfig
> after the install, also apparently no problems, no errors reported. But
> nothing works either. So I looked in /etc/mail/ and there is no sendmail.cf
> so I tried running sendmailconfig again and it asked if it should configure
> using the existing sendmail .conf and I said yes. And it reported there was
> no /usr/sbin/update_conf which there isn't as it's in /usr/share/sendmail/
> 
> (Question one: could I just move it to where it wants?)
> 
> There is no existing sendmail.conf in /etc/mail/ either.
> 
> When I tried to create a sendmail.cf using:
> 
> cd /etc/mail
> m4 /usr/share/sendmail/cf/m4/cf.m4 I first got a permission denied and saw
> that the files in /m4/ were all marked non executable. I marked them
> executable but I am not sure if that was the right thing to do.
> 
> I re-ran m4 etc and got this error message:
> NONE:0:m4: ERROR: EOF in string
> 
> I tried looking up EOF (?end of file?) on Google where there are many
> references and no explanations.
> 
> I have uninstalled and reinstalled the program several times and I always
> end up at this spot. Does anyone know how I get out of this?
> 
> Thanks in advance,
> 
> 
> -- 
> 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]




Setting up Sendmail

2002-09-26 Thread Michael Olds

Hello,

Woody.

I am having some difficulty getting Sendmail up and running.
I installed the program apparently with no problems. I ran: sendmailconfig
after the install, also apparently no problems, no errors reported. But
nothing works either. So I looked in /etc/mail/ and there is no sendmail.cf
so I tried running sendmailconfig again and it asked if it should configure
using the existing sendmail .conf and I said yes. And it reported there was
no /usr/sbin/update_conf which there isn't as it's in /usr/share/sendmail/

(Question one: could I just move it to where it wants?)

There is no existing sendmail.conf in /etc/mail/ either.

When I tried to create a sendmail.cf using:

cd /etc/mail
m4 /usr/share/sendmail/cf/m4/cf.m4 I first got a permission denied and saw
that the files in /m4/ were all marked non executable. I marked them
executable but I am not sure if that was the right thing to do.

I re-ran m4 etc and got this error message:
NONE:0:m4: ERROR: EOF in string

I tried looking up EOF (?end of file?) on Google where there are many
references and no explanations.

I have uninstalled and reinstalled the program several times and I always
end up at this spot. Does anyone know how I get out of this?

Thanks in advance,


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




Re: Partitioning large disks on potato

2002-09-26 Thread Martijn van Oosterhout

On Thu, Sep 26, 2002 at 06:14:10PM -0700, nate wrote:
> Martijn van Oosterhout said:
> > [Please CC any replies. I'm subscribed to other debian lists, but not
> > this one]
> >
> > Hi,
> >
> > I'm trying to partition a 160GB disk on potato with kernel 2.4.17. Both
> > fdisk and cfdisk die with SIGXFSZ. Even dd is getting killed after 4GB.
> > Did potato really have no large file support? Why is it that I've never
> > noticed before? I've been using 2.2 kernels for a long time before this.
> 
> what kind of disk and what controller? is it a single IDE disk? if
> so you may need a patch for 48-bit IDE addressing.

Thanks but it's a hardware RAID controller that appears as a SCSI disk. It's
/dev/sda that I'm trying to partition. If i do only primary partitions it
works fine because then cfdisk doesn't need to seek so much.

> I have partitioned/formatted 220GB disks (6x80GB in raid10 connected
> to a 3ware raid card) without any trouble under debian potato/2.2.19,
> it should work fine under 2.4.x, I am thinking its an addressing problem
> though.

Hehe, this is a 3ware raid card also yet the partitioning is being
problematic. I don't understand it. Maybe I should just stick to 4
partitions :).

-- 
Martijn van Oosterhout   <[EMAIL PROTECTED]>   http://svana.org/kleptog/
> There are 10 kinds of people in the world, those that can do binary
> arithmetic and those that can't.


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




ulogd and iptables

2002-09-26 Thread Geoff Crompton

  Has anyone got ulogd actually logging packets? I've got the following
  rule in my iptables specified:

  (it's the first forward rule)
  -A FORWARD -i eth1 -p tcp -m tcp --dport 80 -m state --state NEW -m
  limit --limit 12/min -j ULOG --ulog-prefix ULOG_Testing 


  And I have the following options specified in my /etc/ulogd.conf:
nlgroup 1
logfile /var/log/ulogd.log
loglevel 1
plugin /usr/lib/ulogd/ulogd_BASE.so
syslogfile /var/log/ulogd.syslogemu
syslogsync 1
plugin /usr/lib/ulogd/ulogd_LOGEMU.so
dumpfile /var/log/ulogd.pktlog
#plugin /usr/lib/ulogd/ulogd_OPRINT.so

  But the /var/log/ulogd.syslogemu file never gets any information in
  it.

  Thanks for any help
  Geoff Crompton


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




Re: A Good FTP Client.

2002-09-26 Thread Bob Bernstein

Quoting Gord Berta <[EMAIL PROTECTED]>:

> Is there a kde3 freindly version of another ftp client that someone could
> point me in the right direction.

You could build from source, or take the leap to a console tool, namely
ncftp. I guarantee it will be the last "new" ftp client you ever try. (But
you have to read the man page! )

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


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




Re: OT Howto convert .jpgs to a thumbnailed html page?

2002-09-26 Thread nate

Kent West said:

> Looks like I jumped the gun on posting this question. A quick run of
> "apt-cache search thumb" returned some likely-looking candidates:
>cthumb
>curator
>galrey
>igal
>webmagick
>album
>
> Anyone have any suggestions as to which program will be most suitable?

I use igal, its nice since it's all HTML based, no javascript, no cgi,
easy to work with(for a basic album all you need to do is type igal in
the directory with the pictures, no options required).

you can see a sample of igal in action on my server here:
http://portal.aphroland.org/graphon/pictures/server-room/

(note, its a rather large page)

nate





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




Re: OT Howto convert .jpgs to a thumbnailed html page?

2002-09-26 Thread Kent West

Kent West wrote:

> Kent West wrote:
>
>> I just got a Canon Powershot A40; whoo-hoo! Lots of fun.
>>
>> So that I can share my pix with friends and family (like they're 
>> really interested    ;-^  ), I wanted to create a web page with 
>> thumbnails of the images which are then linked to the full-size 
>> pictures. I've already learned how to use "mogrify -format png *.jpg" 
>> to convert the .jpg files to .png files (I wanna be a good 
>> Freedom-loving netizen, and all that :-), and I can use "convert" to 
>> convert the files to thumbnails, but I was wondering if there's an 
>> easy way to either put those thumbnails into an html file at the time 
>> of conversion or an easy method to do so after conversion.
>>
>> Thanks!
>>
>> Kent 
>
>
>
> Looks like I jumped the gun on posting this question. A quick run of 
> "apt-cache search thumb" returned some likely-looking candidates:
>cthumb
>curator
>galrey
>igal
>webmagick
>album
>
> Anyone have any suggestions as to which program will be most suitable?
>
> Thanks!
>
> Kent 


I just tried "curator". Way too easy. I'm gonna have to go back to using 
Windows to put some challenge into my life . . . .

Kent



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




Re: OT Howto convert .jpgs to a thumbnailed html page?

2002-09-26 Thread Kent West

Kent West wrote:

> I just got a Canon Powershot A40; whoo-hoo! Lots of fun.
>
> So that I can share my pix with friends and family (like they're 
> really interested    ;-^  ), I wanted to create a web page with 
> thumbnails of the images which are then linked to the full-size 
> pictures. I've already learned how to use "mogrify -format png *.jpg" 
> to convert the .jpg files to .png files (I wanna be a good 
> Freedom-loving netizen, and all that :-), and I can use "convert" to 
> convert the files to thumbnails, but I was wondering if there's an 
> easy way to either put those thumbnails into an html file at the time 
> of conversion or an easy method to do so after conversion.
>
> Thanks!
>
> Kent 


Looks like I jumped the gun on posting this question. A quick run of 
"apt-cache search thumb" returned some likely-looking candidates:
cthumb
curator
galrey
igal
webmagick
album

Anyone have any suggestions as to which program will be most suitable?

Thanks!

Kent



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




Re: A Good FTP Client.

2002-09-26 Thread Tom Badran

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 27 Sep 2002 1:09 am, Gord Berta wrote:
> The default gFTP client always gives me a headache, in any distro.
> The one I found the most user friendly is kBear. Drag and drop from hard
> drive to your web site and vice versa.
> The problem is when I apt-get kbear in 2.7, I get the following files will
> be removed, kdebase, kdenetwork, konqueror, kxmirpc...all of which will
> hose the kde desktop that I primarily use.
> Is there a kde3 freindly version of another ftp client that someone could
> point me in the right direction.

You could just use konqueror. It supports ftp and sftp.

Tom

- -- 
Email: [EMAIL PROTECTED] || Jabber: [EMAIL PROTECTED]
Homepage:   http://www.doc.ic.ac.uk/~tb100
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE9k7spXCpWOla2mCcRAiy3AJ9m9vonPerTjs/gNoMMR7xp2ZkytQCgg0NV
m1GQlj4QSmgrbRtOpZ7UH0Q=
=jdgr
-END PGP SIGNATURE-


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




OT Howto convert .jpgs to a thumbnailed html page?

2002-09-26 Thread Kent West

I just got a Canon Powershot A40; whoo-hoo! Lots of fun.

So that I can share my pix with friends and family (like they're really 
interested    ;-^  ), I wanted to create a web page with thumbnails 
of the images which are then linked to the full-size pictures. I've 
already learned how to use "mogrify -format png *.jpg" to convert the 
.jpg files to .png files (I wanna be a good Freedom-loving netizen, and 
all that :-), and I can use "convert" to convert the files to 
thumbnails, but I was wondering if there's an easy way to either put 
those thumbnails into an html file at the time of conversion or an easy 
method to do so after conversion.

Thanks!

Kent



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




Re: DHCP problem

2002-09-26 Thread Jaye Inabnit ke6sls

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 26 September 2002 04:56 pm, lorac wrote:
> I can not seem to get DHCP to work on its own, except with the stock kernel
> that came with Debian.  It sees the card, but just does not pull an IP.  I
> can get it to pull an IP if I manually run pump /sbin/pump -i eth0.  I have
> no problems using a static ip, or getting an ip in Windows.
>
> I have enabled kernel level auto configuration as well w\ dhcp.  I'm not
> sure what other information i can give, but if someone could help me it
> would be appreciated.
>
> lorac
>
> -
> "Violence is the last refuge of the incompetent." - Salvor Hardin
Great sig .. I completely concur ^

Iorac:

What do you have in your /etc/network/interfaces file?  Look at it and also 
read the man page on interfaces.  Here's a paste of part of mine:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

This should give you a good start. 

gl
- -- 

Jaye Inabnit\ARS ke6sls\/A GNU-Debian linux user\/ http://www.qsl.net/ke6sls
If it's stupid, but works, it ain't stupid. I SHOUT JUST FOR FUN.
Free software, in a free world, for a free spirit. Please Support freedom!

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9k7yBZHBxKsta6kMRAh4RAKCHti68YwhX56lnp0hcURUObG/ChwCfXXdm
m8/hwY60GaebxAZ660OlJuE=
=P7h0
-END PGP SIGNATURE-


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




mounting file systems without fsck

2002-09-26 Thread Jason Majors

I'm setting up a car computer that will be shut down by powering off, and
need to keep fsck from running at reboot.
I tried doing a remount-ro, but now it spits out lots of errors and doesn't
even get to a login prompt.
I need to be able to write to the /tmp partition though.

How can I do this?

Thanks,
Jason


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




Re: Odd Path issue

2002-09-26 Thread Kent West

Rich Rudnick wrote:

>On Thu, 2002-09-26 at 12:09, nate wrote:
>
>  
>
>>>KentTest", it reports the expected "/usr/local/bin/KentTest". However,
>>>if I run "KentTest", I get "bash: /home/westk/bin/KentTest: No such file
>>>or directory". If I log out and then log back in, I can run "KentTest"
>>>and it prints the message as expected.
>>>  
>>>
>>thats normal, something to do with caching enviornment variables,
>>I see it a lot when doing what your doing. I don't know why it is,
>>but its expected behavior to me
>>
>>
>>
>
>bash stores the full name to commands in a hash table. You can see
>what's been cached by calling
>
>hash
>
>on the command line and clear the cache with
>
>hash -r
>
>
>  
>
Thanks for the explanation Rich; that helps a lot!

Re: the other issue, Nate explained that "test" is a built-in, so the 
built-in command had precedence over the path statement.

Kent




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




KDE3 on sarge

2002-09-26 Thread Sridhar M.A.

Hi,

I am trying to install kde3 on my debian machine which is currently
running sarge. As per the docs, I did the following:

  1. apt-get --purge remove kde*

  2. Included
   deb http://people.debian.org/~schoepf/kde3/woody ./
 in my sources.list   

  3. apt-get update; apt-get upgrade

  4. apt-get install arts
 
   ...   
   The following extra packages will be installed:
 libarts1 libarts1-bin libarts1-glib libarts1-qt
   The following packages will be REMOVED:  
 avifile-mad-plugin avifile-mjpeg-plugin avifile-player
 avifile-samples avifile-vorbis-plugin avifile-win32-plugin
 bugsquish bumprace circuslinux heroes-common heroes-sdl
 junior-arcade junior-typing lbreakout lbreakout2 libarts
 libarts-dev libarts-mpeglib libavifile0.6 libsdl-image1.2
 libsdl-image1.2-dev libsdl-mixer1.2 libsdl-mixer1.2-dev
 libsdl-ttf1.2 libsdl1.2-dev libsdl1.2debian libsdl1.2debian-all
 libsmpeg-dev libsmpeg0 libwine madbomber mirrormagic
 mplayer-686 prboom tuxpaint tuxtype wine wine-utils
 xmms-infinity xmms-jess xsoldier
   The following NEW packages will be installed:
 arts libarts1 libarts1-bin libarts1-glib libarts1-qt
   ...   

I do not want to remove either mplayer-686, lbreakout, etc. Is
there any way that this can be achieved?

Regards,

sridhar



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




OT wire keyboard ?

2002-09-26 Thread Lance Hoffmeyer



I have an old IBM keyboard that "clicks" when you 
press
the keys and I really like but want to go 
wireless.  Anyone
know if someone makes a transmitter-receiver that 
you can
use with your existing keyboard?
 
Lance


Re: compare filesystem types ???

2002-09-26 Thread Russell

"Michael D. Schleif" wrote:
> 
> Now that we have several filesystem types (ext2/3, reiserfs, &c.), where
> can I go to find out pros and cons of each?  Is there some
> filesystem-selection-HOWTO?
> 
> For instance, what is the best filesystem type on which to install a
> database, specifically oracle?

Google for reiserfs ext2 ext3

Ext3 is journalling, so if the system crashes or the power fails,
there is much less chance of corruption than with ext2. Also, lengthy
periodic filesystem checks can be avoided.


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




Re: Last night's dist-upgrade broke Gnome-AA session :-(

2002-09-26 Thread Jerome Acks Jr

On Thu, Sep 26, 2002 at 04:15:04PM -0400, stan wrote:
> Last night I did apt-get dist-upgrade. I rememebr some font packages being
> upgraded, and being asked if I wanted defoma to manage them. I chose yes.
> 
> My defaul X session has been Gome-AA for a while. After this upgrade, all I
> get if I try to login this way is a brief black screen, and the gdm login
> prompt comes back.
> 
> Gnome (non AA) session works normally.
> 
> Sugestiosn as to how to fix this would be apreciated.

First step, try to get more information on problem.
 
[Ctrl][Alt][F1] and login.
Check files like ~/.gnome-errors, ~/.xsession-errors,
/var/log/gdm/0.log, or /var/log/XFree86.0.log, or /var/log/messages
for messages to help diagnose the problem.

-- 
Jerome


msg03896/pgp0.pgp
Description: PGP signature


Re: workstations syslogging to server (solved)

2002-09-26 Thread D. J. Bolderman

On Thu, 26 Sep 2002, nate wrote:

> as for local log entries maybe something like:

> source src { udp(ip("192.168.1.1")); internal(); unix-stream /dev/log; };

> would work ?? I'm not sure I found the above unix-stream entry here:
> http://www.linuxgazette.com/issue43/scheidler.html

Finally ! I had to put the unix-stream between quotes, but now it's
working. Thanks alot for helping me out here, Nate.

-- 

D.J. Bolderman
[EMAIL PROTECTED]


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




Re: kernel panic on build of 2.4.18

2002-09-26 Thread Russell

bob parker wrote:
> 
> Hi debian-users,
> I'm running Woody with the latest online updates.
> 
> I've just compiled the 2.4.18 kernel using the Debian standard method
> from 7.1.1 of the Debian Reference.
> 
> I've configured in scsi cdrom/burner support, and usb support.
> 
> The make line was:
> make-kpkg --append_to_version --initrd \
>revision=rev.01 kernel-image
> (I dropped the recommended -486 option because I selected support for
> AMD Athlon/Duron in configuration step ).
> 
> The kernel built ok and I installed it using dpkg.
> 
> When I boot the new kernel this is the result:
> 
> ttyS01 etc .
> usb.c: registered new driver iforce
> Unable to handle kernel NULL pointer dereference at vitrtual address 
> print eip:
> c011473c
> *pde=
> Ooops: 0002
> EIP: 0010:[] not tainted
> EFLAGS: 00010082
> eax: c037dc2c  ebx:   ecx: 0202  edx: c140dfa4
> esi: c140df9c  edi: c140c000  ebp:0008e000  esp: c140df84
> ds: 0018  es:0018  ss:0018
> Procees swapper (pid: 1, stackpage=c140d000)
> Stack:
> c037dc20  c140df9c  c0105c51 c02f6f20 c030bfc0  0001 c140c000
> c037dc2c  c0105dc4 c037dc20 c0303c00 c02f6f2c c0222a8b c02f6f20
> c030bfc0 c021fbd6 c034bd70 c03182fa c02f6f20 c030c97a 00010f00 c030c9bf
> Call Trace:
> [] [] []
> [] [] []
> 
> This has been copied by hand.
> 
> Apart from the experience of building a kernel I need proper support for usb
> because I have a HP usb printer and I also have a true scsi cd burner which
> is invisble to the 2.2.x kernel I installed off the CDs.
> 
> I have saved the .config I used if needed.

I see you have an "oops" message. It is informative to look
up in google: kernel "oops messages"

Also, read /usr/src/linux/Documentation/oops-tracing.txt for how
to report these messages.


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




Re: Partitioning large disks on potato

2002-09-26 Thread nate

Martijn van Oosterhout said:
> [Please CC any replies. I'm subscribed to other debian lists, but not
> this one]
>
> Hi,
>
> I'm trying to partition a 160GB disk on potato with kernel 2.4.17. Both
> fdisk and cfdisk die with SIGXFSZ. Even dd is getting killed after 4GB.
> Did potato really have no large file support? Why is it that I've never
> noticed before? I've been using 2.2 kernels for a long time before this.

what kind of disk and what controller? is it a single IDE disk? if
so you may need a patch for 48-bit IDE addressing.

I have partitioned/formatted 220GB disks (6x80GB in raid10 connected
to a 3ware raid card) without any trouble under debian potato/2.2.19,
it should work fine under 2.4.x, I am thinking its an addressing problem
though.

nate




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




Re: Odd Path issue

2002-09-26 Thread Eric G. Miller

On Thu, Sep 26, 2002 at 01:55:40PM -0500, Kent West wrote:
> I'm using bash. "echo $PATH" reports:
> 
> ~/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games

s/~/$HOME/

Guessing the ~ expansion in $PATH is a problem...

-- 
begin 664 .signature
M


Partitioning large disks on potato

2002-09-26 Thread Martijn van Oosterhout

[Please CC any replies. I'm subscribed to other debian lists, but not this
one]

Hi,

I'm trying to partition a 160GB disk on potato with kernel 2.4.17.
Both fdisk and cfdisk die with SIGXFSZ. Even dd is getting killed after 4GB.
Did potato really have no large file support? Why is it that I've never
noticed before? I've been using 2.2 kernels for a long time before this.

Thanks in advance,
-- 
Martijn van Oosterhout   <[EMAIL PROTECTED]>   http://svana.org/kleptog/
> There are 10 kinds of people in the world, those that can do binary
> arithmetic and those that can't.


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




Wireless PCI Card

2002-09-26 Thread Jeff

I just got a Linksys WMP11 Wireless PCI Card and a Linksys WAP11
Access point.  I have it working fine, but I can't figure out how to
make the configuration permanent.  I'm using iwconfig from the
wireless-tools package to configure the wireless aspects of it (ssid,
encryption key, etc..) and then run dhclient and IP is configured.
But rebooting loses the config and I have to do this each time I
boot.  

If someone can point me to a appropriate document, or spell it out for
me I'd really appreciate it.  I haven't found anything definitive yet.

Btw, I'm using kernel 2.4.19 with CONFIG_PCI_HERMES=y and 128bit
encryption.   

thanks,
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: Page Faults Defined

2002-09-26 Thread Tom Cook

On  0, Darren Salt <[EMAIL PROTECTED]> wrote:
> I demand that Anthony DeRobertis may or may not have written...
> 
> [snip]
> > Writing off of allocated memory causes a page fault as well
> 
> Well, I suppose that that would be useful if the memory is unrepairable... I
> hope that it was insured :-)

All together now... 1... 2... 3...  ;-)

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

Classifications of inanimate objects:  Those that don't work, those that break down, 
and those that get lost.

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



msg03889/pgp0.pgp
Description: PGP signature


Re: compare filesystem types ???

2002-09-26 Thread Tom Cook

On  0, "Michael D. Schleif" <[EMAIL PROTECTED]> wrote:
> 
> Now that we have several filesystem types (ext2/3, reiserfs, &c.), where
> can I go to find out pros and cons of each?  Is there some
> filesystem-selection-HOWTO?
> 
> For instance, what is the best filesystem type on which to install a
> database, specifically oracle?
> 
> Also, setup and configuration hints are valuable (e.g., block size) . .
> .
> 
> What do you think?

I'm not a filesystem expert, but I'd say that a journaling filesystem
like ext3 or reiserfs is wasted on Oracle, since it does far more
journalling than the filesystem will ever do.  Make sure you have your
Oracle controlfiles backed up, logfiles replicated on more than one
partition (preferrably more than one device), datafiles backed up
regularly, and logfiles archived somewhere safe.

As for the best FS for general use, I think you will get more
conflicting opinions than is worth your while.

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



msg03888/pgp0.pgp
Description: PGP signature


Re: alsa help needed desperately!

2002-09-26 Thread Tom Cook

On  0, "Martin A. Hansen" <[EMAIL PROTECTED]> wrote:
> hi folks
> 
> i cant get my alsa working. it have worked before.
> 
> please help me! i have used many hours by now!!!

What does lspci say?  Is the card firmly in the slot?

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

"The secret of creativity is knowing how to hide your sources."
- Albert Einstein

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



msg03887/pgp0.pgp
Description: PGP signature


Re: Centralized user-database: LDAP vs. KerberosV5 vs. AFS

2002-09-26 Thread Tom Cook

On  0, Raffaele Sandrini <[EMAIL PROTECTED]> wrote:
> Hi
> 
> I try to evaluate wich is THE user database and login system.
> 
> I read many docs and tried it for myself. I ask here for your thoughts about 
> that. First some of mine:
> 
> LDAP: This is deffinitly a cool method. Its very simple and very secure due 
> its high SSL encryption. And through the possibility of NSS_LDAP virtually 
> every application will automatically support that and due the nature of LDAP 
> you are able to store all sort of information about the user in the LDAP 
> tree.

We use LDAP as our single authentication tree for both staff and
students.  It is certainly a Cool Thing.  We use it to authenticate on
Linux systems (PAM) as well as NT (there are good replacements for the
login system on NT that let you use LDAP, we use the Novell one and
lay an NDS tree over it).  It is also the authentication database for
email, calendaring and a few other things.

I don't know about AFS (what is it?)

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

"Beware of computer programmers that carry screwdrivers."
- Leonard Brandwein

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



msg03886/pgp0.pgp
Description: PGP signature


Re: ipmasquerading question

2002-09-26 Thread Jamin W. Collins

On Fri, Sep 27, 2002 at 12:33:22AM +0200, Gagneraud Christian wrote:

> I've just install woody on my ultrasparc1, i've setup my internet
> connection on it using dhcp on eth0 (cable modem), but now i want to
> make my sun station a gateway.
> 
> but unfortunately it doesn't work well:
> - on my sparc 
(snip)
>   - i have messages like "ipconntrack table full droping"

How much memory does this system have?  The ipconntrack table depends on
the memory in your system, it's defaults can be changed though.

>   - iptables -L
> =>can't initialize iptables table 'filter': Table does not exist...

You're missing the "iptable_filter" module for this one.

> Another question is thatr i want to make my sparc a firewall too, is
> there in debian woody specifics packages to do that?

The iptables tool will do this for you.

You might want to take a look at some firewall scripts.  I maintain one
at http://asgardsrealm.net/linux/firewall.  It's not packaged as
Debian specific, but it does work fine on Debian.

-- 
Jamin W. Collins


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




Re: workstations syslogging to server (almost there)

2002-09-26 Thread nate

D. J. Bolderman said:

> You were right, i'm using UDP now, and messages from my client are placed
> in /var/log-ng :) However, it doesn't create log-files with the hostname
> in it, it just puts them in the existing logs of the server...

yeah, only syslog entries that are not caught by any of the other
filters will end up in the files messages.$HOST, if a syslog entry
matches a filter it should be redirected to the appropriate log file.

as for local log entries maybe something like:

source src { udp(ip("192.168.1.1")); internal(); unix-stream /dev/log; };

would work ?? I'm not sure I found the above unix-stream entry here:
http://www.linuxgazette.com/issue43/scheidler.html

nate




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




Re: Page Faults Defined

2002-09-26 Thread Darren Salt

I demand that Anthony DeRobertis may or may not have written...

[snip]
> Writing off of allocated memory causes a page fault as well

Well, I suppose that that would be useful if the memory is unrepairable... I
hope that it was insured :-)

-- 
| Darren Salt| nr. Ashington, | Risc PC, Spec+3
| [EMAIL PROTECTED] | Northumberland | A3010, BBC M128
| [EMAIL PROTECTED]| *Toon Army*| Linux PC
|   I don't ask for much, just untold riches...

Supercompetence is more objectionable than incompetence.


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




Re: Woody IPv6 problem finally, really, solved

2002-09-26 Thread Tom Cook

On  0, Carel Fellinger <[EMAIL PROTECTED]> wrote:
> On Thu, Sep 26, 2002 at 11:14:27AM +0200, Jan Willem Stumpel wrote:
[snip]
> > So if your /etc/hosts is, for instance:
> ,,,
> > 192.168.1.3 venus.my.homevenus
> > 
> > Then at the end of the file you have to add
> ...
> > :::192.168.1.3 venus.my.homevenus
> 
> ...now there is one name with to addresses, how will other programs react
> to that. e.g. dnsmasq?

Shouldn't they correctly determine the address based on the IP
protocol used to lookup the name?

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

"There are few things more satisfying than seeing your children have teenagers of 
their own."
- Doug Larson

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



msg03882/pgp0.pgp
Description: PGP signature


Re: Page Faults Defined

2002-09-26 Thread Tom Cook

On  0, Anthony DeRobertis <[EMAIL PROTECTED]> wrote:
[snip]
> > A page fault, despite its name, has nothing to do with
> > memory corruption or an invalid access.
> 
> It has quite a bit to do with an invalid access. As far as the MMU is
> concerned, it *is* an invalid access: There is no page mapped to the
> address, and thus it throws a (hardware) exception called a 'page
> fault'.
> 
> Please check your friendly CPU data book ;-)
[snip]

Your points (as well as the ones I have snipped) are valid, but I
think the point the OP was making was that page faults are not due to
bad programming practice, they are a normal part of the operation of
the kernel memory manager.  When bad programming practice comes in
(eg. pointer arithmetic gone haywire) the fault is always recast as a
segmentation fault or a bus error.

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

"There are few things more satisfying than seeing your children have teenagers of 
their own."
- Doug Larson

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



msg03881/pgp0.pgp
Description: PGP signature


Re: A Good FTP Client.

2002-09-26 Thread Jason Pepas

On Thursday 26 September 2002 19:09, Gord Berta wrote:
> The default gFTP client always gives me a headache, in any distro.
> The one I found the most user friendly is kBear. Drag and drop from hard
> drive to your web site and vice versa.
> The problem is when I apt-get kbear in 2.7, I get the following files will
> be removed, kdebase, kdenetwork, konqueror, kxmirpc...all of which will
> hose the kde desktop that I primarily use.
> Is there a kde3 freindly version of another ftp client that someone could
> point me in the right direction.
> Thanks.
> Gord

you might also look at axyftp-gtk, which appears to be a clone of wsftp_le 
for windows.

-jason


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




RE: smb.conf on Debian

2002-09-26 Thread David Sanders

I added the lines you suggested, and it works now.  Thanks!!

David Sanders
[EMAIL PROTECTED]
http://www.sandersweb.net 

> -Original Message-
> From: deFreese, Barry [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 26, 2002 6:24 PM
> To: Debian Users
> Subject: RE: smb.conf on Debian
> 
> 
> David,
> 
> Not that I am aware of by default in Debian.  RedHat, however, installs
> ipchains (7.2) and iptables (7.3) which do have default rules to block
> inbound netbios.
> 
> A few other things to check then:
> 
> do you have the following entriess in smb.conf?
> 
> [global]
> 
> encrypt passwords = Yes
> passwd program = /usr/bin/passwd %u
> passwd file = /etc/samba/smbpasswd
> 
> How are you planning on authenticating the users, through an NT 
> PDC or on a
> per user basis?  If on a per user basis, have you added the accounts with
> smbpasswd -a "username" ?
> 
> Barry deFreese
> NTS Technology Services Manager
> Nike Team Sports
> (949)-616-4005
> [EMAIL PROTECTED]
> 
> "Technology doesn't make you less stupid; it just makes you 
> stupid faster."
> Jerry Gregoire - Former CIO at Dell
> 
> 
> 
> -Original Message-
> From: David Sanders [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 26, 2002 4:07 PM
> To: Debian Users
> Subject: RE: smb.conf on Debian
> 
> 
> I have not set up a firewall.  Other machines on the network can 
> get to the
> web server.  Is there a default rule that doesn't allow access on a samba
> share without modification?
> 
> David
> 
> > From: deFreese, Barry [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, September 26, 2002 3:36 PM
> > To: Debian Users
> > Subject: RE: smb.conf on Debian
> >
> >
> > David,
> >
> > I was getting this error on my RedHat machine at home and it 
> turned out to
> > be ipchains.  I didn't have rules in place to allow the inbound 
> traffic on
> > the netbios ports (137-139).  Are you using ipchains or iptables?
> >
> >
> >
> > Barry deFreese
> >
> > -Original Message-
> > From: David Sanders [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, September 26, 2002 1:30 PM
> > To: Debian Users
> > Subject: smb.conf on Debian
> >
> > I set up a SMB share on a Debian 3.0 machine with this config:
> > /etc/samba/smb.conf
> > [global]
> > workgroup = SANDERS
> > [test]
> > comment = For testing only
> > path = /data/test
> > browseable = yes
> > read only = no
> > guest ok = yes
> >
> > When I try to access the share from Windows XP, I get this error:  "The
> > account is not authorized to log in from this station."
> > What do I need to do?  It doesn't ask for a password or anything.
> >
> > David
> >
> 
> 
> -- 
> 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]
> 
> 


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




Re: workstations syslogging to server (almost there)

2002-09-26 Thread D. J. Bolderman

On Thu, 26 Sep 2002, nate wrote:

> > Do you mean you are running BOTH syslog-ng and syslogd ?

> on my syslog server yes, you don't have to, but I think you may have
> to reconfigure syslog-ng so it listens on /dev/log to recieve local
> events(maybe thats what internal() does ..)

According to the info, internal() should log all messages syslog-ng
generates, but it doesn't on my system... And it's not possible to
install both syslog-ng and syslogd, Debian replaces the packages.

> > anything anymore, although my syslog-conf looks fine I think.
> > (http://bolderman.xs4all.nl/~dick/syslog-ng.conf)

> looking at your syslog-ng your telling it to use TCP, which is fine
> but the syslog client must support tcp, by default syslog uses UDP. I
> have never tried to do syslog over TCP thats probably part of the
> problem.

You were right, i'm using UDP now, and messages from my client are
placed in /var/log-ng :) However, it doesn't create log-files with the
hostname in it, it just puts them in the existing logs of the server...

-- 

D.J. Bolderman
[EMAIL PROTECTED]


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




Re: kernel panic on build of 2.4.18

2002-09-26 Thread shaulka

On Fri, Sep 27, 2002 at 01:41:26AM +1000, bob parker wrote:
> Hi debian-users,
> I'm running Woody with the latest online updates.
> 
> I've just compiled the 2.4.18 kernel using the Debian standard method
> from 7.1.1 of the Debian Reference.
> 
> I've configured in scsi cdrom/burner support, and usb support.
> 
> The make line was:
> make-kpkg --append_to_version --initrd \
>revision=rev.01 kernel-image
> (I dropped the recommended -486 option because I selected support for
> AMD Athlon/Duron in configuration step ).
> 
> The kernel built ok and I installed it using dpkg.
> 
> When I boot the new kernel this is the result:
> 
> ttyS01 etc .
> usb.c: registered new driver iforce
> Unable to handle kernel NULL pointer dereference at vitrtual address  
> print eip:
> c011473c
> *pde=
> Ooops: 0002
> EIP: 0010:[] not tainted
> EFLAGS: 00010082
> eax: c037dc2c  ebx:   ecx: 0202  edx: c140dfa4
> esi: c140df9c  edi: c140c000  ebp:0008e000  esp: c140df84
> ds: 0018  es:0018  ss:0018
> Procees swapper (pid: 1, stackpage=c140d000)
> Stack: 
> c037dc20  c140df9c  c0105c51 c02f6f20 c030bfc0  0001 c140c000
> c037dc2c  c0105dc4 c037dc20 c0303c00 c02f6f2c c0222a8b c02f6f20
> c030bfc0 c021fbd6 c034bd70 c03182fa c02f6f20 c030c97a 00010f00 c030c9bf
> Call Trace:
> [] [] [] 
> [] [] [] 
> 
> This has been copied by hand.
> 
> Apart from the experience of building a kernel I need proper support for usb
> because I have a HP usb printer and I also have a true scsi cd burner which
> is invisble to the 2.2.x kernel I installed off the CDs.
> 
> I have saved the .config I used if needed.
> 
> Any clues
> Thanks
> bob parker
> 


Not really but might worth the BW:

1. Recheck your kernel configuration. Can't help you with that since 
   I don't know anything about USB. Maybe there are some relevant 
   LDP documents? What about kernel-source-2.4.18/Documentation?
2. Try with 2.4.19.
3. Try with a pre made kernel-image debs.
4. Hopefully some pre made kernel-image deb will work. You can then
   take its /boot/config* in case you want to run your own kernel.
5. Read kernel-source-2.4.18/REPORTING-BUGS and
   kernel-source-2.4.18/Documentation/oops-tracing.txt.
6. File a bug against kernel-source-2.4.18?

-- 

Shaul Karl, [EMAIL PROTECTED] e t


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




A Good FTP Client.

2002-09-26 Thread Gord Berta

The default gFTP client always gives me a headache, in any distro.
The one I found the most user friendly is kBear. Drag and drop from hard drive 
to your web site and vice versa.
The problem is when I apt-get kbear in 2.7, I get the following files will be 
removed, kdebase, kdenetwork, konqueror, kxmirpc...all of which will hose the 
kde desktop that I primarily use.
Is there a kde3 freindly version of another ftp client that someone could 
point me in the right direction.
Thanks.
Gord
-- 
Windows Free Courtesy of Libranet Linux


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




Re: eth0 problem after kernal package upgrade

2002-09-26 Thread Shyamal Prasad

"Neal" == Neal Pollock <[EMAIL PROTECTED]> writes:

Neal> i recently upgraded my kernel from 2.2.20 to 2.4.18 using a
Neal> kernel image via dselect.  Unfortunately when I boot the new
Neal> kernel i cannot establish an internet connection.  Am I
Neal> correct in assuming that i need to to check:

I'm almost certain this is because your network driver is built as a
module in 2.4.18. Most drivers are modules in 2.4.18 and it works very
nicely once you get used to it. 

Add it to /etc/modules for the next time you boot. Just 'modprobe
' for now and use ifup/ifdown to see if comes back up. If this
makes no sense to you feel free to ask for details.

Good luck.

Cheers!
Shyamal


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




DHCP problem

2002-09-26 Thread lorac

I can not seem to get DHCP to work on its own, except with the stock
kernel that came with Debian.  It sees the card, but just does not
pull an IP.  I can get it to pull an IP if I manually run pump
/sbin/pump -i eth0.  I have no problems using a static ip, or
getting an ip in Windows.
I have enabled kernel level auto configuration as well w\ dhcp.  I'm
not sure what other information i can give, but if someone could help me
it would be appreciated.
lorac

-
"Violence is the last refuge of the incompetent." - Salvor
Hardin 
ICQ UIN 2123136 Get ICQ
http://www.icq.com


Re: X popup client sought

2002-09-26 Thread Shyamal Prasad


"martin" == martin f krafft  writes:

martin> also sprach Vineet Kumar
>> 
>> ssh -i  workstation xmessage
>> 
>> The workstation allows it, and you don't have to open it up
>> with xhost.

martin> I can't get it to work. in a connection that's properly
martin> X-forwarded (xclock shows up on the client display if i
martin> invoke it on the sshd server), doing something like

martin>   DISPLAY=:0 xclock

martin> also yields the "Cannot open display" message.

That's because DISPLAY needs to point to where sshd wants it go! To
quote from 'man ssh':

The DISPLAY value set by ssh will point to the server machine, but with a
display number greater than zero.  This is normal, and happens because
ssh creates a ``proxy'' X server on the server machine for forwarding the
connections over the encrypted channel.


>> Well, if you just want to do it the old-fashioned way, just
>> using X and no ssh, how are you starting X?  Removing the
>> nolisten tcp as you did should work if you're using startx, but
>> from *dm you might also have to edit the appropriate config
>> file (e.g. /etc/X11/xdm/Xservers or similar).

martin> aha.

OoopssI just repeated this in an earlier mail. I should learn to
read the whole thread before responding.

Cheers!
Shyamal


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




Re: compare filesystem types ???

2002-09-26 Thread Alvin Oga


hi ya

sometimes oracle uses its own format ( raw disks )

- for a collection of various fs ( ext, ext3, afs, gfs, coda, ... )
http://www.Linux-Sec.net/FileSystem/
 ( see the bottom section )

c ya
alvin

if you have lots of itty-bitty files like in /etc
than use 1K blocks if the ave is 1K files or less

if you have large files 1MB... use larger block sized
and config/verify that the dma sizes and disk transfer is
writing/ reading 1MB blocks  and page sizes and other variables
etc..etc.. and more headaches if its raid'ed
- major tuning hassles

best way to test the best options is to run some diagnostics
on real data ... in real life operating conditions
- takes time to check out the variables


On Thu, 26 Sep 2002, Michael D. Schleif wrote:

> 
> Now that we have several filesystem types (ext2/3, reiserfs, &c.), where
> can I go to find out pros and cons of each?  Is there some
> filesystem-selection-HOWTO?
> 
> For instance, what is the best filesystem type on which to install a
> database, specifically oracle?
> 
> Also, setup and configuration hints are valuable (e.g., block size) . .
> .
> 
> What do you think?


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




Re: X popup client sought

2002-09-26 Thread Shyamal Prasad

"martin" == martin f krafft  writes:

martin> work? it always fails with "Cannot open display" even
martin> though I set `xhost +` on the workstation's running X
martin> process. i am thinking that it's related to X not binding
martin> port 6000 on startup, but am clueless as to how to enable
martin> that. removing '-nolisten tcp' from
martin> /etc/X11/xinit/xserverc on the workstation and restarting
martin> X didn't work.

Hi Martin,

/etc/gdm/gdm.conf has

[server-Standard]
name=Standard server
command=/usr/bin/X11/X -deferglyphs 16 -nolisten tcp

kdm has probably got something similar. What's your login manager?

Cheers!
Shyamal


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




Re: workstations syslogging to server

2002-09-26 Thread nate

D. J. Bolderman said:

> Do you mean you are running BOTH syslog-ng and syslogd ?

on my syslog server yes, you don't have to, but I think you
may have to reconfigure syslog-ng so it listens on /dev/log
to recieve local events(maybe thats what internal() does ..)

>
> anything anymore, although my syslog-conf looks fine I think.
> (http://bolderman.xs4all.nl/~dick/syslog-conf)

looking at your syslog-ng your telling it to use TCP, which is
fine but the syslog client must support tcp, by default syslog
uses UDP. I have never tried to do syslog over TCP thats probably
part of the problem.

another thing you can do is sniff the packets going to
the service, on the syslog server something like:

tcpdump -i (your interface) dst port 514

(i think thats the right syntax..)

nate





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




Re: Newbie question

2002-09-26 Thread Shyamal Prasad

"Antonio" == Antonio Rodriguez <[EMAIL PROTECTED]> writes:

Antonio> If you are loging in through gnome desktop manager (gdm),
Antonio> it will not let you in as root. If this is the case
Antonio> (wanting to use graphical interface and being root), I
Antonio> would suggest using kdm (same as gde, but from kde). To
Antonio> do so,

Or just edit /etc/gdm/gdm.conf and replace

AllowRoot=false

with
AllowRoot=true

I would not recommend logging into X as root (just minimal paranoia).

Cheers!
Shyamal


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




Re: CUPS configuration

2002-09-26 Thread Shyamal Prasad

"christophe" == christophe barb  writes:

christophe> On Wed, Sep 25, 2002 at 05:28:58PM -0500, Shyamal
christophe> Prasad wrote:
>> "christophe" == christophe barb  writes:
>> 
christophe> Hi, Is there a tool to configure printers in cups.
>>  Is there something you don't like about http://localhost:631/
>> as a means of configuring cups on the cups server?

christophe> Yes. Guessing the uri.  As far as I know it's possible
christophe> to detect available network printers and I am looking
christophe> for a tool that find them and propose me to add them
christophe> in my cups settings without asking me obscure
christophe> questions.  Today I was able to guess the correct
christophe> syntax for one printer but it's more luck than
christophe> anything.

Ah! Thanks. I switched to cups about a month ago, but I only have one
printer so I never got to the browse features. At the risk of
repeating what you already know: Debian turns browsing off by
default. See /usr/doc/cupsys/README.Debian.gz. You will need to modify
the /etc/cups/cupsd.conf to enable browsing. I believe cups will only
discover other cups printers and servers. I was under the impression
that with browsing you never had to do anything to detect printers,
cups auto discovered them.

Cheers!
Shyamal


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




Re: workstations syslogging to server

2002-09-26 Thread D. J. Bolderman

On Thu, 26 Sep 2002, nate wrote:

> > Also, I modified my client's syslog.conf with *.*  @my.log.server
> > but the logs are not arriving. I restarted klogd and sysklogd, and they
> > are running, but no logs are being sent to my server.

> as someone else reccomended, try the 'logger' program(neat program,
> I had not heard of it before). depending on the kind of event will
> depend on what file it ends up in, you may want to install the
> xtail package to monitor all the logs at once. and at least on my
> freebsd system I have to start syslog-ng BEFORE i start the local
> syslog daemon otherwise the local syslog daemon takes over the port
> and syslog-ng cannot bind to it.

Do you mean you are running BOTH syslog-ng and syslogd ? 

I tried the logger and it worked from my server. I just removed
syslog-ng and reinstalled syslogd...for some reason it wouldn't log
anything anymore, although my syslog-conf looks fine I think.
(http://bolderman.xs4all.nl/~dick/syslog-conf)

> OH, and in the syslog-ng.conf at the top note it is configured to
> bind to a specific IP address, if you did not change that to fit
> your network then of course it won't work.

The address I used is the one from the nic which is connected to the lan.

I'm sorry this is taking so long, but it just seems to fail somewhere,
and although i've read the syslog-ng manual, I can't find the problem...

-- 

D.J. Bolderman
[EMAIL PROTECTED]


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




490XCDT TOSHIBA SATELLITE PRO and keyboard

2002-09-26 Thread RICHARD Herve

 Hello
 i've got a prob in configuring my keyboard i don't know the type of
keyboard i have to choose in kde keyboard config
 plus it's an azerty keyboard serial part UE-0296P and 01KB-USE
could someone help me please?
 Herve


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




RE: smb.conf on Debian

2002-09-26 Thread deFreese, Barry

David,

Not that I am aware of by default in Debian.  RedHat, however, installs
ipchains (7.2) and iptables (7.3) which do have default rules to block
inbound netbios.

A few other things to check then:

do you have the following entriess in smb.conf?

[global]

encrypt passwords = Yes
passwd program = /usr/bin/passwd %u
passwd file = /etc/samba/smbpasswd

How are you planning on authenticating the users, through an NT PDC or on a
per user basis?  If on a per user basis, have you added the accounts with
smbpasswd -a "username" ?

Barry deFreese
NTS Technology Services Manager
Nike Team Sports
(949)-616-4005
[EMAIL PROTECTED]

"Technology doesn't make you less stupid; it just makes you stupid faster."
Jerry Gregoire - Former CIO at Dell



-Original Message-
From: David Sanders [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 26, 2002 4:07 PM
To: Debian Users
Subject: RE: smb.conf on Debian


I have not set up a firewall.  Other machines on the network can get to the
web server.  Is there a default rule that doesn't allow access on a samba
share without modification?

David

> From: deFreese, Barry [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 26, 2002 3:36 PM
> To: Debian Users
> Subject: RE: smb.conf on Debian
>
>
> David,
>
> I was getting this error on my RedHat machine at home and it turned out to
> be ipchains.  I didn't have rules in place to allow the inbound traffic on
> the netbios ports (137-139).  Are you using ipchains or iptables?
>
>
>
> Barry deFreese
>
> -Original Message-
> From: David Sanders [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 26, 2002 1:30 PM
> To: Debian Users
> Subject: smb.conf on Debian
>
> I set up a SMB share on a Debian 3.0 machine with this config:
> /etc/samba/smb.conf
> [global]
>   workgroup = SANDERS
> [test]
>   comment = For testing only
>   path = /data/test
>   browseable = yes
>   read only = no
>   guest ok = yes
>
> When I try to access the share from Windows XP, I get this error:  "The
> account is not authorized to log in from this station."
> What do I need to do?  It doesn't ask for a password or anything.
>
> David
>


-- 
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: smb.conf on Debian

2002-09-26 Thread David Sanders

I have not set up a firewall.  Other machines on the network can get to the
web server.  Is there a default rule that doesn't allow access on a samba
share without modification?

David

> From: deFreese, Barry [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 26, 2002 3:36 PM
> To: Debian Users
> Subject: RE: smb.conf on Debian
>
>
> David,
>
> I was getting this error on my RedHat machine at home and it turned out to
> be ipchains.  I didn't have rules in place to allow the inbound traffic on
> the netbios ports (137-139).  Are you using ipchains or iptables?
>
>
>
> Barry deFreese
>
> -Original Message-
> From: David Sanders [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 26, 2002 1:30 PM
> To: Debian Users
> Subject: smb.conf on Debian
>
> I set up a SMB share on a Debian 3.0 machine with this config:
> /etc/samba/smb.conf
> [global]
>   workgroup = SANDERS
> [test]
>   comment = For testing only
>   path = /data/test
>   browseable = yes
>   read only = no
>   guest ok = yes
>
> When I try to access the share from Windows XP, I get this error:  "The
> account is not authorized to log in from this station."
> What do I need to do?  It doesn't ask for a password or anything.
>
> David
>


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




Re: Centralized user-database: LDAP vs. KerberosV5 vs. AFS

2002-09-26 Thread David Z Maze

Raffaele Sandrini <[EMAIL PROTECTED]> writes:
> LDAP: This is deffinitly a cool method. Its very simple and very secure due 
> its high SSL encryption. And through the possibility of NSS_LDAP virtually 
> every application will automatically support that and due the nature of LDAP 
> you are able to store all sort of information about the user in the LDAP 
> tree.

(I know fairly little about this; my main concerns would be (a)
forcing everything to use SSL, if you really care about this, and (b)
readily getting passwd entries with crypted password strings that an
attacker could run a dictionary attack against.  But for all I know,
LDAP might have a good way of addressing these.)

> KerberosV5: Also a somewhat simple method. Also (very) secure. Has a
> different approach (its ticket system). Is fully compatible with
> AFS. Perhapps compatible with other systems like Win32. But you
> still need a passwd file to store special user data, right?

Kerberos only tries to deal with the problem of matching usernames and
passwords; it doesn't include any support for propagating things like
/etc/passwd.  You'd need some other way to distribute this sort of
data; MIT uses Hesiod (which these days is a slightly hackish layer on
top of DNS), but LDAP could probably also fill this niche.  Kerberos
also addresses the problem of authenticating yourself to various
services; if your mail server is compromised and you just have
password authentication, the attacker now has your password and can
get access to other things, where a compromised Kerberos-using server
only has authenticators that are specific to that server.  (You're
still really hosed if your master KDC is compromised.)

> AFS: The old approach. Somewhat secure. Is also (no, really? :-) )
> compatible with AFS. It uses a modified Krbv4 system. It should be
> also very protable through all sorts of Unixes and Win32. Need of a
> passwd file.

AFS doesn't include its own authentication layer.  It does have its
own user database (via ptserver), but underneath authentication and
encryption are done using Kerberos 4.

> Conclusion: Out of this information i would prefer the LDAP Approach
> but what is if you want to use AFS as distributed filesystem and
> LDAP as user-database? Then you need to maintain 2 user-databases or
> is there a way to get AFS working with LDAP?

I don't know of anything tying AFS/Kerberos/LDAP (or any pair
involving LDAP) directly together, but this doesn't mean it doesn't
exist.  MIT has its own local glue layer (Moira), from which
practically everything else is generated.  I don't think this has been
released into the wild, or really wants to be.  But if you're a Large
Site, doing something like this is probably the way to go.

-- 
David Maze [EMAIL PROTECTED]  http://people.debian.org/~dmaze/
"Theoretical politics is interesting.  Politicking should be illegal."
-- Abra Mitchell


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




RE: Konqueror slowness

2002-09-26 Thread Michael Olds

If it helps your case, I had a similar problem. My solution was to take out
Konquoror and use Krusader instead using Mozilla for the browser. In fact I
have strip't out most of KDE from KDE (strip't everything out of Mozilla
except the browser as well). I like the customization of what I would call
the Desktop, Kmail, the Control Center and that's about it.


Best Wishes!
Mike Olds www.buddhadust.org

-Original Message-
From: Stephan Hachinger [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 26, 2002 3:13 PM
To: Mark Roach; [EMAIL PROTECTED]
Subject: Re: Konqueror slowness


Hi!

I have absolutely the same problem, although my kdebase and -libs are
self-compiled... I'm already talking about this with Dirk Mueller,
one of the kde team. If you don't bother, I'll forward your problem
report to him.

Regards,

Stephan

On Thu, 26 Sep 2002 14:30:50 -0500
Mark Roach <[EMAIL PROTECTED]> wrote:

> Konqueror takes an extremely long time to load pages on my system
> compared to mozilla/galeon. Has anyone had a similar problem?
>
> I went to theregister in konq and then while it was loading, I
> lanched galeon, loaded the site and came back and started typing
> this before konqueror loaded the site (~17 seconds just for the
> main content area showed up). Reload takes roughly the same amount
> of time.
>
> I don't remember that having been the case in the past, and
> couldn't find anyone else reporting this problem (everyone always
> talks about konq being fast). Any thoughts on what I might have
> done to upset it? I am using the 3.0.3 debs from the kde site.
>
>
> -Mark
>


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




compare filesystem types ???

2002-09-26 Thread Michael D. Schleif


Now that we have several filesystem types (ext2/3, reiserfs, &c.), where
can I go to find out pros and cons of each?  Is there some
filesystem-selection-HOWTO?

For instance, what is the best filesystem type on which to install a
database, specifically oracle?

Also, setup and configuration hints are valuable (e.g., block size) . .
.

What do you think?

-- 

Best Regards,

mds
mds resource
888.250.3987

Dare to fix things before they break . . .

Our capacity for understanding is inversely proportional to how much we
think we know.  The more I know, the more I know I don't know . . .


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




ipmasquerading question

2002-09-26 Thread Gagneraud Christian

Hi all,

I've just install woody on my ultrasparc1, i've setup my internet
connection on it using dhcp on eth0 (cable modem), but now i want to
make my sun station a gateway.
I've tried to setup ipmasquerading with iptables, as i've not very
experience with Linux/networks 'until now i've used Mandrake and Suse
for desktop. So i'v follow instruction found at
http://newbiedoc.sourceforge.net/tutorials/homegateway

but unfortunately it doesn't work well:
- on my sparc 
  - i can ping www.google.fr (etrh0)
  - i can ping internal network 192.168.1.xxx (eth1)
  - i have messages like "ipconntrack table full droping"
  - lsmod
=>ipt_MASQUERADE... 0 (unused)
iptable_nat ... 0 [ipt_MASQ...]
ipconntrak  ... 1 [ipt_MASQ.. iptable_nat]
ip_tables   ... 4 [ipt_MASQ.. iptable_nat]
  - iptables -L
=>can't initialize iptables table 'filter': Table does not exist...
  - iptables -t nat -L
=>empty tables

- on my desktop
  - i can ping my sparc by its IP 192.168.1.1
  - i can ping my sparc internet side with its IP
  - i can't ping google.fr (my /etc/resolv.conf is good _ same as my
sparc)
  - ethereal show a lot of request (from my desktop) on internet ip
address family and lot of arp request on my local net (from my desktop)
(who has 192.168.1.xxx...)

Another question is thatr i want to make my sparc a firewall too, is
there in debian woody specifics packages to do that?

has anyone any tips?

thanks
Christian




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




Re: workstations syslogging to server

2002-09-26 Thread nate

D. J. Bolderman said:
>
> Well... I've installed syslog-ng on my server, and i've edited my
> syslog-ng.conf file. My server logs are now appearing in /var/log-ng, and
> I don't think that's right ??

that is right, if thats where you want them. thats where my syslog-ng.conf
tells the daemon to store them. you can store them anywhere just change
the path in syslog-ng.conf(I guess you didn't even read the file:) ). I
prefer to store them in /var/log-ng to avoid interference from other
system utilities that may otherwise screw with the logs.


>
> Also, I modified my client's syslog.conf with *.*  @my.log.server
> but the logs are not arriving. I restarted klogd and sysklogd, and they
> are running, but no logs are being sent to my server.

as someone else reccomended, try the 'logger' program(neat program,
I had not heard of it before). depending on the kind of event will
depend on what file it ends up in, you may want to install the
xtail package to monitor all the logs at once. and at least on my
freebsd system I have to start syslog-ng BEFORE i start the local
syslog daemon otherwise the local syslog daemon takes over the port
and syslog-ng cannot bind to it.

OH, and in the syslog-ng.conf at the top note it is configured to
bind to a specific IP address, if you did not change that to fit
your network then of course it won't work.

nate






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




Re: Konqueror slowness

2002-09-26 Thread Stephan Hachinger

Hi!

I have absolutely the same problem, although my kdebase and -libs are
self-compiled... I'm already talking about this with Dirk Mueller,
one of the kde team. If you don't bother, I'll forward your problem
report to him.

Regards,

Stephan

On Thu, 26 Sep 2002 14:30:50 -0500
Mark Roach <[EMAIL PROTECTED]> wrote:

> Konqueror takes an extremely long time to load pages on my system
> compared to mozilla/galeon. Has anyone had a similar problem?
> 
> I went to theregister in konq and then while it was loading, I
> lanched galeon, loaded the site and came back and started typing
> this before konqueror loaded the site (~17 seconds just for the
> main content area showed up). Reload takes roughly the same amount
> of time.
> 
> I don't remember that having been the case in the past, and
> couldn't find anyone else reporting this problem (everyone always
> talks about konq being fast). Any thoughts on what I might have
> done to upset it? I am using the 3.0.3 debs from the kde site.
> 
> 
> -Mark
> 


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




Re: workstations syslogging to server

2002-09-26 Thread D. J. Bolderman


Btw: check my conf at http://bolderman.xs4all.nl/~dick/syslog-ng.conf

> > I have been running syslog-ng on freebsd for almost a year and below
> > I post my syslog.conf:

> > http://portal.aphroland.org/~aphro/syslog-ng.conf

> > note I use an alternate log directory /var/log-ng so that system
> > utilities don't screw the files up(e.g. log rotation). Easier then
> > going through the system and disabling such programs manually.

> Well... I've installed syslog-ng on my server, and i've edited my
> syslog-ng.conf file. My server logs are now appearing in /var/log-ng,
> and I don't think that's right ??

> Also, I modified my client's syslog.conf with *.*  @my.log.server
> but the logs are not arriving. I restarted klogd and sysklogd, and they
> are running, but no logs are being sent to my server.

> Any suggestions where to check ?

> Thanks
-- 

D.J. Bolderman
[EMAIL PROTECTED]


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




RE: smb.conf on Debian

2002-09-26 Thread David Pastern

David,

You will need to add a user account to your linux system (ie adduser
).  You will then need to ensure that password encryption in
smb.conf file has been turned on (or similarly the windows registry has been
hacked to avoid this).  Then set up a smbpasswd for this new user account.
Under global settings in smb.conf change this (if not already changed):

encrypt passwords = yes

Then add this line (strangely it wasn't in my smb.conf file and I had to
manually add it):

smb passwd file = /etc/samba/smpasswd

I was quite confused by all of this (and still am to be totally honest).
Note that this will allow the Windows XP machine to see the home dir created
when you did the adduser.  I'm not sure how to set it up so that that
Windows user can see the home dir and any other dirs that you might want
them to.  I'm only newish to samba, so I hope i've told you the right stuff,
if I haven't I apologise.  I'm sure someone will correct my faux pais.  Good
luck, hope I helped.

Dave

-Original Message-
From: David Sanders
To: Debian Users; David Pastern
Sent: 26/09/2002 6:30
Subject: smb.conf on Debian

 
I set up a SMB share on a Debian 3.0 machine with this config:
/etc/samba/smb.conf
[global]
workgroup = SANDERS
[test]
comment = For testing only
path = /data/test
browseable = yes
read only = no
guest ok = yes

When I try to access the share from Windows XP, I get this error:  "The
account is not authorized to log in from this station."
What do I need to do?  It doesn't ask for a password or anything.

David


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




alsa help needed desperately!

2002-09-26 Thread Martin A. Hansen

hi folks

i cant get my alsa working. it have worked before.

please help me! i have used many hours by now!!!

:~(

martin

the only error messages i can provoke is from xamimer2:

root@homer:/home/maasha# xamixer2 
Unable to get hardware information about card #0!
Error: Inappropriate ioctl for device
Trying to guess the appropriate values.
Unable to open mixer #0 on card #0~
Error: No such file or directory
Unable to get the info for mixer #0 on card 0!  Error: Invalid argument
There's not much more I can do on this mixer.  Shutting it down.
Oh well.  I couldn't even close the mixer.  I suspect that something is
seriously wrong here.  Good luck.



root@homer:/home/maasha# uname -a
Linux homer 2.4.19 #3 Sat Aug 31 13:33:18 CDT 2002 i686 unknown



root@homer:/home/maasha# dpkg -l |grep alsa
ii  alsa-base  0.9+0beta12-3  ALSA driver common files
ii  alsa-modules-2 0.9+0beta12+3+ Advanced Linux Sound Architecture (drivers)
ii  alsa-utils 0.9.0beta12-1  Advanced Linux Sound Architecture (utils)



here is my config stuff:


root@homer:/home/maasha# cat /etc/alsa/modutils/0.9
alias char-major-116 snd
alias char-major-14 soundcore

options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0660 snd_device_gid=
29 snd_device_uid=0

alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1
alias sound-slot-2 snd-card-2
alias sound-slot-3 snd-card-3

alias snd-card-0 snd-cs4236

alias sound-slot-0 snd-card-0
above snd-card-0 sound-service-0-0 sound-service-0-1 sound-service-0-3 sound-ser
vice-0-8 sound-service-0-12

options snd-cs4236 snd_index=0 snd_id=CARD_0 snd_port=0x530 snd_cport=0x210 snd_
mpu_port=0x330 snd_fm_port=0x388 snd_irq=5 snd_mpu_irq=9 snd_dma1=0 snd_dma2=1
root@homer:/home/maasha# cat /etc/alsa/modutils/0.9
alias char-major-116 snd
alias char-major-14 soundcore

options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0660 snd_device_gid=29 
snd_device_uid=0

alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1
alias sound-slot-2 snd-card-2
alias sound-slot-3 snd-card-3

alias snd-card-0 snd-cs4236

alias sound-slot-0 snd-card-0
above snd-card-0 sound-service-0-0 sound-service-0-1 sound-service-0-3 
sound-service-0-8 sound-service-0-12

options snd-cs4236 snd_index=0 snd_id=CARD_0 snd_port=0x530 snd_cport=0x210 
snd_mpu_port=0x330 snd_fm_port=0x388 snd_irq=5 snd_mpu_irq=9 snd_dma1=0 snd_dma2=1




root@homer:/home/maasha# cat /proc/asound/cards
0 [CARD_0 ]: CS4237B - CS4237B
 CS4237B at 0x530, irq 5, dma 0&1




root@homer:/home/maasha# lsmod
Module  Size  Used byNot tainted
appletalk  18892   0  (autoclean)
serial 48192   0  (autoclean)
snd-ac97-codec 21952   0  (unused)
snd-seq-midi3104   0  (autoclean) (unused)
snd-opl3-synth  8380   0  (autoclean) (unused)
snd-seq-instr   4240   0  (autoclean) [snd-opl3-synth]
snd-seq-midi-emul   4368   0  (autoclean) [snd-opl3-synth]
snd-ainstr-fm   1492   0  (autoclean) [snd-opl3-synth]
snd-cs4236  2208   0  (autoclean)
snd-cs4236-lib 10208   0  (autoclean) [snd-cs4236]
snd-opl3-lib5280   0  (autoclean) [snd-opl3-synth snd-cs4236]
snd-hwdep   3712   0  (autoclean) [snd-opl3-lib]
snd-cs4231-lib 13216   0  (autoclean) [snd-cs4236 snd-cs4236-lib]
snd-mpu401-uart 2528   0  (autoclean) [snd-cs4236]
snd-rawmidi12256   0  (autoclean) [snd-seq-midi snd-mpu401-uart]
snd-seq-oss23744   0  (unused)
snd-seq-midi-event  2792   0  [snd-seq-midi snd-seq-oss]
snd-seq35884   2  [snd-seq-midi snd-opl3-synth snd-seq-instr 
snd-seq-midi-emul snd-seq-oss snd-seq-midi-event]
snd-seq-device  3856   0  [snd-seq-midi snd-opl3-synth snd-opl3-lib 
snd-rawmidi snd-seq-oss snd-seq]
ide-scsi7552   0 
usb-uhci   20740   0  (unused)
usb-storage20860   0  (unused)
sd_mod 10204   0  (unused)
usbcore34976   0  [usb-uhci usb-storage]
scsi_mod   80408   2  [ide-scsi usb-storage sd_mod]
vfat9148   0  (unused)
nls_iso8859-1   2848   0  (unused)
nls_cp865   4384   0  (unused)
nls_cp850   3616   0  (unused)
msdos   4732   0  (unused)
hfs73312   0  (unused)
isofs  16992   0  (unused)
fat29464   0  [vfat msdos]
dummy960   0  (unused)
loop8272   0  (unused)
snd-pcm-oss35520   0  (unused)
snd-pcm47840   0  [snd-cs4

Re: X popup client sought

2002-09-26 Thread Michael Heironimus

On Thu, Sep 26, 2002 at 01:51:29PM +0200, martin f krafft wrote:
> i would like to implement a service in the LAN which pops up a window
> on a workstation computer in response to an event generated on
> a central server. ideally, the popup window should be displayed for

Just a thought, but it would not be very difficult to write a basic UDP
sender/listener pair to wait for a datagram on an arbitrary port and
pass that as an argument to xmessage. It would only pop up on demand,
and xmessage takes a timeout as an argument. Since the listener would be
started in the user's X session xmessage would have access to the
display.

Of course, without some basic access control any random person could
just start spraying UDP datagrams all over the place and annoy everybody
with xmessage windows, but one problem at a time I suppose the
magnitude of that problem (and others) depends on the environment in
which you would use it.

-- 
Michael Heironimus


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




Re: pcmcia problem (3Com 3c575)

2002-09-26 Thread Andy Saxena

On Thu, Sep 26, 2002 at 10:52:52AM -0700, Lars Jensen wrote:
> Hi Andy,
> 
> 1) What module is for this card listed when you do an lsmod as root?
> 
> 2) Are you using the same kernel (2.4.18) with the kernel-pcmcia-modules?
> 
> 
> Thanks for your help,
> Lars.

Lars,

Firstly, please keep your posts to the list so others may benefit and
contribute.

I compiled the driver into the kernel instead of making it a module. The
reason I did this is because I see no particular advantage in having a
driver that is used 99.9% of the time be dynamically loaded and unloaded
into the kernel. I think you can get more information in Thomas's reply
to your original post.

I was using 2.4.18 till last week, and then moved on up to 2.4.19.

I am attaching my kernel config file. You should think about compiling a
customized kernel. I did compile in pcmcia and cardbus support, though I
don't think it is used by the driver code. Here's the relevant portion
of the kernel config file.

#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=y
CONFIG_CARDBUS=y
# CONFIG_TCIC is not set
# CONFIG_I82092 is not set
# CONFIG_I82365 is not set

I also compiled in hotplugging support, which I think is needed. Here's
the relevant portion.

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y


Here's the relevant section that shows support for the ethernet card.

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_SUNLANCE is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNBMAC is not set
# CONFIG_SUNQE is not set
# CONFIG_SUNGEM is not set
CONFIG_NET_VENDOR_3COM=y
# CONFIG_EL1 is not set
# CONFIG_EL2 is not set
# CONFIG_ELPLUS is not set
# CONFIG_EL16 is not set
# CONFIG_EL3 is not set
# CONFIG_3C515 is not set
# CONFIG_ELMC is not set
# CONFIG_ELMC_II is not set
CONFIG_VORTEX=y
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
# CONFIG_NET_PCI is not set
# CONFIG_NET_POCKET is not set


If you are compiling your own kernel, and you compile the driver into
the kernel, rather than as a module, you will know if your card is
working when the ethernet card connector light comes on at boot up. As a
prerequisite, you should be connected to a network before booting your
machine.

I don't use the pcmcia-modules package as it's not needed with this
particular model.

Enough said :-}. 

-Andy


#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
# CONFIG_EXPERIMENTAL is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_MCE=y
# CONFIG_TOSHIBA is not set
CONFIG_I8K=y
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_SMP is not set
# CONFIG_X86_UP_APIC is not set
# CONFIG_X86_UP_IOAPIC is not set

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=y
CONFIG_CARDBUS=y
# CONFIG_TCIC is not set
# CONFIG_I82092 is not set
# CONFIG_I82365 is not set

#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
# CONFIG_HOTPLUG_PCI_ACPI is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
CONFIG_PM=y
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
CONFIG_APM_DISPLAY_BLANK=y
# CONFIG_

tramp doesn't work with emacs21

2002-09-26 Thread DvB

I installed tramp and tried to use it in emacs21, but ran into bug
#89339 so I install the version of tramp in unstable and now, when I
attemp to open a file, it will try to find it in my root dir.

C-x C-f /[name]file
C-x C-f /[scp/name]file
and
C-x C-f /[scp/user@name]file

don't work and using fully qualified domain doesn't help. I can access
that server via ssh and scp from the command line.

Tramp appears to be loading, since *Messages* contains the following:

(emacs)
Loading disp-table...done
Loading tool-bar...done
Loading image...done
Loading tooltip...done
Loading 00debian-vars...done
Loading 50tnt (source)...done
Loading 50tramp (source)...done

However, when I run find-file in debug mode, only
ange-ftp-completion-hook-function is called to attempt to parse the path
and I don't see anything tramp related running.

Also, even through I don't think it's necessary, I tried adding 

(require 'tramp)

to my ~/.emacs file, which had no effect that I could see.

Any ideas?


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




Re: 2cpu problem w/1 cpu

2002-09-26 Thread Jamin W . Collins

On Thu, 26 Sep 2002 17:25:53 -0400 Sean <[EMAIL PROTECTED]> wrote:

> Try moving the good CPU into the other slot/socket.

Some boards even need a dummy card in the unoccuppied CPU slot.

-- 
Jamin W. Collins


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




Re: workstations syslogging to server

2002-09-26 Thread D. J. Bolderman

On Wed, 25 Sep 2002, nate wrote:


> I have been running syslog-ng on freebsd for almost a year and below
> I post my syslog.conf:

> http://portal.aphroland.org/~aphro/syslog-ng.conf

> note I use an alternate log directory /var/log-ng so that system
> utilities don't screw the files up(e.g. log rotation). Easier then
> going through the system and disabling such programs manually.

Well... I've installed syslog-ng on my server, and i've edited my
syslog-ng.conf file. My server logs are now appearing in /var/log-ng,
and I don't think that's right ??

Also, I modified my client's syslog.conf with *.*  @my.log.server
but the logs are not arriving. I restarted klogd and sysklogd, and they
are running, but no logs are being sent to my server.

Any suggestions where to check ?

Thanks

-- 

D.J. Bolderman
[EMAIL PROTECTED]


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




Re: 2cpu problem w/1 cpu

2002-09-26 Thread Sean

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Try moving the good CPU into the other slot/socket.

Sean

On Thursday 26 September 2002 05:16 pm, Lance Hoffmeyer wrote:
> I had 1 of the cpu's burn up on my two cpu machine.
> Now when I try to boot it gives me an error about cpu 0
>
> error cpu 0
> error cpu 0
> error cpu 0
> error cpu 0
> error cpu 0
> error cpu 0
> error cpu 0
>
> over and over again and won't boot.  I am running on only one cpu.  Is
> there a append command or something I can give at boot time so that I can
> boot with only one cpu?
>
> Lance

- -- 

GPG Public Key available: http://sean.gutenpress.org/sean.asc

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

iD8DBQE9k3tkEEGQgHny9sQRAmIDAKCWkM51xWEyqLiC1In0GVEWvp4z6QCdFCEM
QlRxghB7L/r1o1EeR96OJUA=
=2IEx
-END PGP SIGNATURE-


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




Re: tabbed browsing as 'zilla's default

2002-09-26 Thread csj

On Thu, 26 Sep 2002 16:45:43 +0200
martin f krafft <[EMAIL PROTECTED]> wrote:

> also sprach Jamin W. Collins <[EMAIL PROTECTED]>
> [2002.09.26.1550 +0200]:
> > It takes a little bit of user training, but if you configure Mozilla
> > to open middle clicked links in a new tab "Edit -> Preferences ->
> > Navigator-> Tabbed Browsing", then you can simply start
> > middle-clicking your links(instead of left clicking) and get the
> > behavior your are looking for.
> 
> i have a two-button mouse. middle clicks take twice the force.

You could try the new konqueror that ships with KDE 3.1 beta. It now
also has tabs. To force Konqueror to use tabs instead of windows, go to
Settings / Configure Konqueror / Behavior. The tabs are detachable,
like Galeon's, but not it seems re-attachable. Now if only my favorite
word processor has tabs too


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




RE: debian menu in kde

2002-09-26 Thread Michael Olds

Not a direct answer, but a help: by using >System>Appfinder you can make the
KDE menu include many programs it does not include in the default state.

I also wonder what is going on in the mind's of the developers: if you're
going to have an application and services menu, why not put everything in
it? Or at least give us a way to do that.

Best Wishes!
Mike Olds www.buddhadust.org



-Original Message-
From: Jason Pepas [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 26, 2002 2:11 PM
To: [EMAIL PROTECTED]
Subject: debian menu in kde


where can I read up on the internal workings of the kde menu system?  I
would
like to figure out how to get it to use the standard debian menu system (kde
2.2.2 does its own thing).

-jason


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




2cpu problem w/1 cpu

2002-09-26 Thread Lance Hoffmeyer



I had 1 of the cpu's burn up on my two cpu 
machine.
Now when I try to boot it gives me an error about 
cpu 0
 
error cpu 0

error cpu 0

error cpu 0

error cpu 0

error cpu 0

error cpu 0

error cpu 0
 
over and over again and won't boot.  I am running on only one 
cpu.  Is there a append command or something I can
give at boot time so that I can boot with only one cpu?
 
Lance


Re: X popup client sought

2002-09-26 Thread martin f krafft

also sprach Vineet Kumar <[EMAIL PROTECTED]> [2002.09.26.2258 +0200]:
> Actually, that gets me to an even better idea: create a new FIFO just
> for this purpose, have syslog send just those messages to that FIFO, and
> start xconsole with -f pointing to it.

Not bad. But that would leave the window open all the time, which my
users don't want.

> Have you confirmed that X is not listening on tcp/6000? If so, that
> would certainly be a problem ;-) netstat and nmap are your friends.

netstat -nat doesn't show it. Yes, it's confirmed.

> > to how to enable that. removing '-nolisten tcp' from
> > /etc/X11/xinit/xserverc on the workstation and restarting X didn't
> > work.
> 
> That oughta do it.  As an alternative, how about setting up an ssh key
> with command=xmessage and environment="DISPLAY=:0" in the
> authorized_keys file and let that take care of it?  Then the server just runs
> 
> ssh -i  workstation xmessage
> 
> The workstation allows it, and you don't have to open it up with xhost.

I can't get it to work. in a connection that's properly X-forwarded
(xclock shows up on the client display if i invoke it on the sshd
server), doing something like

  DISPLAY=:0 xclock

also yields the "Cannot open display" message.

> Well, if you just want to do it the old-fashioned way, just using X and
> no ssh, how are you starting X?  Removing the nolisten tcp as you did
> should work if you're using startx, but from *dm you might also have to
> edit the appropriate config file (e.g. /etc/X11/xdm/Xservers or
> similar).

aha.

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck
 
friends help you move. real friends help you move bodies.



msg03844/pgp0.pgp
Description: PGP signature


debian menu in kde

2002-09-26 Thread Jason Pepas

where can I read up on the internal workings of the kde menu system?  I would 
like to figure out how to get it to use the standard debian menu system (kde 
2.2.2 does its own thing).

-jason


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




Re: X popup client sought

2002-09-26 Thread Vineet Kumar

* Vineet Kumar ([EMAIL PROTECTED]) [020926 13:59]:
> Actually, that gets me to an even better idea: create a new FIFO just
> for this purpose, have syslog send just those messages to that FIFO, and
> start xconsole with -f pointing to it.

After consulting xconsole(1), I realize I meant '-file', not '-f' above.

good times,
Vineet
-- 
http://www.doorstop.net/
-- 
"Extremism in the defense of liberty is no vice.
Moderation in the pursuit of justice is no virtue."  -- Barry Goldwater 



msg03842/pgp0.pgp
Description: PGP signature


Re: Odd Path issue

2002-09-26 Thread Vineet Kumar

* Kent West ([EMAIL PROTECTED]) [020926 12:00]:
> I did a "chown +x test". From my home directory (/home/westk), I can run 
> "test" and I get no output. However, if I specify "bin/test", I get the 
> expect message ("This is a test"). If I do a "which test", it reports 
> "/home/westk/bin/test".

Yet another reason to use 'type' instead of 'which':

vineet@pianoman ~ % type test
test is a shell builtin
vineet@pianoman ~ % type which
which is a shell builtin

Oops, I cheated: I use zsh =)

vineet@pianoman ~ % bash
vineet@pianoman:~$ type test 
test is a shell builtin
vineet@pianoman:~$ type which
which is /usr/bin/which
vineet@pianoman:~$ file /usr/bin/which
/usr/bin/which: Bourne-Again shell script text executable

For a more complete discussion, try:

man bash
/ *type 

good times,
Vineet
-- 
http://www.doorstop.net/
-- 
#include
int main() {
puts("Reader! Think not that \n"
 "technical information \n"
 "ought not be called speech;");
return 0;
}



msg03841/pgp0.pgp
Description: PGP signature


Re: X popup client sought

2002-09-26 Thread Vineet Kumar

* martin f krafft ([EMAIL PROTECTED]) [020926 04:57]:
> i would like to implement a service in the LAN which pops up a window
> on a workstation computer in response to an event generated on
> a central server. ideally, the popup window should be displayed for
> a configurable amount of time before being destroyed again. rather
> than using the X protocol, xmessage, and a timeout on the server's
> process (it would run there, display on the workstation, and get
> killed by something like the timeout package), i would love to have
> a system specifically crafted for this purpose. do you know anything
> of that sort? note that samba is not running and is not an option.

Maybe you can just leave and xconsole running and use remote logging?
Maybe you can make use of some colorizing script, too, to highlight
these messages in the xconsole window, or just configure syslog to only
send those particular messages to the /dev/console.

Actually, that gets me to an even better idea: create a new FIFO just
for this purpose, have syslog send just those messages to that FIFO, and
start xconsole with -f pointing to it.

> and if not, could you help me make something like
> 
>   xmessage -display workstation:0
> 
> work? it always fails with "Cannot open display" even though I set
> `xhost +` on the workstation's running X process. i am thinking that
> it's related to X not binding port 6000 on startup, but am clueless as

Have you confirmed that X is not listening on tcp/6000? If so, that
would certainly be a problem ;-) netstat and nmap are your friends.

> to how to enable that. removing '-nolisten tcp' from
> /etc/X11/xinit/xserverc on the workstation and restarting X didn't
> work.

That oughta do it.  As an alternative, how about setting up an ssh key
with command=xmessage and environment="DISPLAY=:0" in the
authorized_keys file and let that take care of it?  Then the server just runs

ssh -i  workstation xmessage

The workstation allows it, and you don't have to open it up with xhost.

Well, if you just want to do it the old-fashioned way, just using X and
no ssh, how are you starting X?  Removing the nolisten tcp as you did
should work if you're using startx, but from *dm you might also have to
edit the appropriate config file (e.g. /etc/X11/xdm/Xservers or
similar).

good times,
Vineet
-- 
http://www.doorstop.net/
-- 
"Those who desire to give up freedom in order to gain security will not have,
nor do they deserve, either one."  --President Thomas Jefferson.



msg03840/pgp0.pgp
Description: PGP signature


Unable to print when using Debian 3.0

2002-09-26 Thread Sageev George

I'm sorry if this post is not appropriate
for this mailing list.  If there
is a more appropriate mailing list,
could you let me know?

Currently, I'm unable to print on my
Pentium-II while in Debian.  When 
in Win2K, I can print alright.  The
printer is a HP DeskJet 720C.  

I have confirmed that the modules
for the parallel port are being
loaded (lp, parport-pc, parport),
and that the device shows up as
lp0 (I see this when I look at
the dmesg output).

The first thing that I did after I installed
Debian, was to apt-get "printtool".
It installed LPR-PPD, I think, and
after selecting the appropriate device,
and driver, I tried printing, but
nothing came out.

Second, I tried recompiling the
kernel and modules, trying different
methods, all unsuccessful.  I've tried 
compiling the drivers into the kernel, 
disabling FIFO, etc.  I know that the
driver is recognizing the port, because
when the appropriate IEEE protocol is
activated, the printer responds to 
one of the modules being loaded by
reporting its name (DeskJet 720C, blah).

When I had problems with SPARC-Debian,
disabling the FIFO was enough, and
printing worked.  This seems to be
the only suggestion that the printing
README files have for i386 Debian,
but I'm not having any success.

Does anyone have any suggestions?  Have
other people been able to print when
using Debian on an i386 type computer
with the latest releases?


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




unsubscribe

2002-09-26 Thread Brian McDonald

0:


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




Re: Changing a .deb name consistently. Easier to build from source?

2002-09-26 Thread Vineet Kumar

* [EMAIL PROTECTED] ([EMAIL PROTECTED]) [020926 03:36]:
> How can I change a deb name in a consistent manner without building
> it from source? Will it be easier then building it from source? For
> example, can I extract it with dpkg-deb, modify a few files and 
> repackage it?
> 
> The problem I have at hands is that I have a kernel image
> kernel-image-2.4.19-486custom.3_486custom.3_i386.deb 
> and I want it to become 
> 
>kernel-image-2.4.19-custom.with.aic7xxx.probing.3_custom.with.aic7xxx.probing.3_i386.deb

Unfortunately, it's not as simple as that.  Generally speaking, you
should be able to open up a deb, edit some files, and re-package it as a
deb with a new name, but this won't be good enough for your kernel
package.

The kernel info like -486custom.3 is actually built into the kernel.  As
evidence of this, look at the output of uname -r, and also watch where
the kernel will look for modules under /lib.  You could probably get
around the module problem with some symlink hackery, but you're probably
best off avoiding headaches by just recompiling it.

good times,
Vineet
-- 
http://www.doorstop.net/
-- 
"Extremism in the defense of liberty is no vice.
Moderation in the pursuit of justice is no virtue."  -- Barry Goldwater 



msg03837/pgp0.pgp
Description: PGP signature


  1   2   3   >