Re: [expert] Bug.... maybe maybe not.

2002-06-30 Thread James

On Sun, 23 Jun 2002 20:43:00 -0700
James <[EMAIL PROTECTED]> said with temporary authority

> On Sun, 23 Jun 2002 18:38:41 -0700
> Todd Lyons <[EMAIL PROTECTED]> said with temporary authority
> 
> > James wrote on Sun, Jun 23, 2002 at 06:04:16PM -0700 :
> > > Oh the wording is mine... it goes to runlevel 5 supposedly.  But X
> > > etc cannot start.  NO error messages just a hang.  Leaving the
> > > box alone for an hour results in a box that cannot be ssh'd into
> > > and is totally frozen.  No error messages.  No log records it
> > > seems that X and Linux think they are ok  just it's not
> > > working.  X never fails.. nor does
> > 
> > If you run top with a refresh rate of 1 second, do you slowly see
> > the load climbing? 
> 
> Haven't tried that will do later tonight and report... right now I've
> got to finish a web page. *grin*
> 
>  If you do ps ax frequently do you see processes with a
> > status of "D"?
> 
> I've looked for D and Z listings.  None found.  
> 
>   Just trying to isolate exactly what it is that is
> > causing the system to come to a crawl.  If it's in kernel space, it
> > could be very difficult to determine what it is that's causing it.
> > 
> > Do you have a zip drive?  If so, delete the /etc/cron.hourly/msec
> > and/etc/cron.daily/msec links and see if the symptoms remain the
> > same.
> 
> No Zip but I did remove msec . mostly cause I'm to lazy to make
> all the hand changes I needed to. *grin*
> 
> > 
> > Blue skies...   Todd
> 
> Todd one last thing thanks

Sorry it took so long to get back. I'm approaching stable.. I
removed devfsd.  However all it's really done is lengthen the time
between reboots.  The box can sit on but unused for about 10 hours or so
before it starts loosing stability.  Lose of stability comes in the form
of programs won't start or die suddenly etc.  Then when this starts to
happen I know to reboot the box and I'm back to normal.  Top shows no
runaway  programs CPU usage generally stays below 40% bit a mean average
of about 20% (I really don't do anything that intense)  Swap never
occurs on this box as I have 384 megs ram.  Ran MemTest for 12 hours and
memory checks fine.  This same box ran 8.1 fine for about 4 months.  The
kernel I'm using now and before under 8.1 is a win4lin kernel.  Hardware

1.  ASUS TUSL-2 Motherboard.
2.  3c905c Nic
3.  SBLive Sound
4.  OnBoard Video
5.  Maxtor 80gb HDD
6.  384 megs ram
7. floppy
8. ASUS CDRW

Running XFree86 4.0.2 from the distro.  KDE3 instead of KDE2.(texstar
version) All updates are current.

James




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] ftpd question

2002-06-30 Thread James

On Mon, 01 Jul 2002 00:10:46 -0600
FemmeFatale <[EMAIL PROTECTED]> said with temporary authority

> daRcmaTTeR wrote:
> 
> > And I love the fact that it chroot, (jails) things by default, so
> > there isn't any hair-pulling to get that taken care of.
> > 
> sounds like a cool ftp file program.  stupid question:  why is chroot
> a good thing?
> 
> Jail?  Scuse me i'm slow today :)
> 
> -- 
> Femme
> 
> Good Decisions You boss Made:
> 
> "We'll do as you suggest and go with Linux.  I've always liked that 
> character from Peanuts."
> 
> - Source: Dilbert

Femme,
  In the past script kiddies have used some of the original capabilities
of ftp to login, and take over computers.  ie ftp up a program
(root-kit, etc) then login to the ftp directory compile it and run it. 
When you chroot the program root gets set to the directory the user is
in.  As far as they are concerned there exists nothing higher on the
directory tree than where they are This means that if they do manage to
exploit something the damage they can do is limited to the "jail" that
they are in.  Other advantages include, but not limited to, 

1.  They can only use utilities that exist in that chroot jail ie ls ps
etc are local and any changes made to them aren't going to affect the
box as a whole. 2.  Nib Nosers can't poke around your box and find your
secret stash of Britney Spears photo's 3.  breaking out of the jail is
one more line of defense.

These are but a few reasons why programs get chrooted.  Chroot is also
useful if you have rebooted without running lilo first.  It allows you
to boot from a rescue disk, mount the HDD and run lilo as if your root
was the mount point instead of the real / 

James

> 
> 
> 
> 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] ftpd question

2002-06-30 Thread FemmeFatale

daRcmaTTeR wrote:

> And I love the fact that it chroot, (jails) things by default, so there 
> isn't any hair-pulling to get that taken care of.
> 
sounds like a cool ftp file program.  stupid question:  why is chroot a 
good thing?

Jail?  Scuse me i'm slow today :)

-- 
Femme

Good Decisions You boss Made:

"We'll do as you suggest and go with Linux.  I've always liked that 
character from Peanuts."

- Source: Dilbert





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] rc.local question

2002-06-30 Thread David Relson

Greetings,

Tonight I rebooted my machine (due to an electrical outage) and noticed 
that rc.local isn't functioning properly.  Here's some detail:

As part of my system startup, I start a system monitoring program.  In 
/etc/rc.local I have the following line:

/usr/local/bin/check >/dev/null 2>&1 &

I know that rc.local is being run because I added some trace statements to 
it, i.e.:

echo before >/tmp/status
/usr/local/bin/check >/dev/null 2>/&1 &
echo after >> /tmp/status

Prior to 8.2, the program would start and run detached, just like I 
wanted.  Now, in 8.2, the program isn't running.

Any ideas why this isn't working any longer?

Thanks.

David




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] ftpd question

2002-06-30 Thread daRcmaTTeR

logic7 wrote:
> does this apply to ProFTPD as well, or should I switch to PureFTP?
> 

Proftpd is quite a nice server, but so far what I've read about Pureftpd 
it is much superior to Proftpd in security. I'd say we're both better 
off with Pureftpd, but I'll be damned if'n I kin figure out just how to 
configure for individual users apart from anonymous users.

So far, I've noticed that Pure uses PAM for authentication which is 
awesome because you don't have to muck about with users permissions if 
they're already on your system. AND, if you need to add another user its 
spelled out rather clearly in the "virtual users" README setup. The part 
I'm a bit unclear on is how, without creating *new* users, we can setup 
"other" filesystems to make accessible to the ftp server without having 
to create a user that is connected to it.

And I love the fact that it chroot, (jails) things by default, so there 
isn't any hair-pulling to get that taken care of.

-- 
daRcmaTTeR
--
Registered Linux User 182496




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] ftpd question

2002-06-30 Thread daRcmaTTeR

Lyvim Xaphir wrote:
> On Sun, 2002-06-30 at 18:33, logic7 wrote:
> 
>>I've just set up my ftp server with real logins only. What I would like to
>>have is whenever someone logs in, they don't see their home directory.
>>Instead, I want all users to share a common directory. I cannot seem to find
>>info on this anywhere, anyone know how this is done?
>>
> 
> 
> 
>>From the PureFTP "README.Virtual-Users" file:
>  
> 
> VIRTUAL USERS 
> 
> 
> Since release 0.99.2, Pure-FTPd supports virtual users.
> 
> Virtual users is a simple mechanism to store a list of users, with their
> password, name, uid, directory, etc. It's just like /etc/passwd. But
> it's not /etc/passwd. It's a different file, only for FTP.
> 
> It means that you can easily create FTP-only accounts without messing
> your system accounts.
> 
> Additionnaly, virtual users files can store individual quotas, ratios,
> bandwidth, etc. System accounts can't do this.
> 
> Thousands of virtual users can share the same system user, as long as
> they all are chrooted, and they have their own home directory.
> 
> So a good thing to do before using virtual users is to create a system
> user for this. Of course, you can use any existing account like "nobody"
> (but not root), but it's better to have a dedicated account.
> 
> Let's create an "ftpgroup" group and an "ftpuser" user.
> 
> Linux/OpenBSD :
> 
> groupadd ftpgroup
> useradd -g ftpgroup -d /dev/null -s /etc ftpuser
> 
> Then, all maintenance of virtual users can be made with the "pure-pw"
> command. You can also edit the files by hand if you want.
> 
> Files storing virtual users have one line per user. These lines have the
> following syntax :
> 
> :: bandwidth> number of connections>::: IPs>::: IPs>:
> 
> Fields can be left empty (exceptions: account, password, uid, gid, home
> directory) .
> 
> Passwords are compatible with the hashing function used in /etc/passwd
> or /etc/master.passwd . They are crypto hashed with blowfish, md5,
> multiple-des and simple des, in this order, according to what your
> system has support fort.
> _
> 
> 
> RTFM on Pureftp and you got it licked.
> 
> 
> HTH, LX
> 

LX,

I'm a little corn-fused about the FM for Pureftpd. I thought I'd read 
something about it having config files for users and dir's like those of 
Proftpd, which are apache-like in the way they're laid out. However, 
I've so far found *not* to be so. So, I'm a bit at a loss as to how all 
this is supposed to happen.

-- 
daRcmaTTeR
--
Registered Linux User 182496




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] ftpd question

2002-06-30 Thread logic7

does this apply to ProFTPD as well, or should I switch to PureFTP?

- Original Message -
From: "Lyvim Xaphir" <[EMAIL PROTECTED]>
To: "ExpertMandrake-List" <[EMAIL PROTECTED]>
Sent: Sunday, June 30, 2002 7:03 PM
Subject: Re: [expert] ftpd question


> On Sun, 2002-06-30 at 18:33, logic7 wrote:
> > I've just set up my ftp server with real logins only. What I would like
to
> > have is whenever someone logs in, they don't see their home directory.
> > Instead, I want all users to share a common directory. I cannot seem to
find
> > info on this anywhere, anyone know how this is done?
> >
>
>
> From the PureFTP "README.Virtual-Users" file:
>
>
> VIRTUAL USERS 
>
>
> Since release 0.99.2, Pure-FTPd supports virtual users.
>
> Virtual users is a simple mechanism to store a list of users, with their
> password, name, uid, directory, etc. It's just like /etc/passwd. But
> it's not /etc/passwd. It's a different file, only for FTP.
>
> It means that you can easily create FTP-only accounts without messing
> your system accounts.
>
> Additionnaly, virtual users files can store individual quotas, ratios,
> bandwidth, etc. System accounts can't do this.
>
> Thousands of virtual users can share the same system user, as long as
> they all are chrooted, and they have their own home directory.
>
> So a good thing to do before using virtual users is to create a system
> user for this. Of course, you can use any existing account like "nobody"
> (but not root), but it's better to have a dedicated account.
>
> Let's create an "ftpgroup" group and an "ftpuser" user.
>
> Linux/OpenBSD :
>
> groupadd ftpgroup
> useradd -g ftpgroup -d /dev/null -s /etc ftpuser
>
> Then, all maintenance of virtual users can be made with the "pure-pw"
> command. You can also edit the files by hand if you want.
>
> Files storing virtual users have one line per user. These lines have the
> following syntax :
>
> :: bandwidth> number of connections>::: IPs>::: IPs>:
>
> Fields can be left empty (exceptions: account, password, uid, gid, home
> directory) .
>
> Passwords are compatible with the hashing function used in /etc/passwd
> or /etc/master.passwd . They are crypto hashed with blowfish, md5,
> multiple-des and simple des, in this order, according to what your
> system has support fort.
> _
>
>
> RTFM on Pureftp and you got it licked.
>
>
> HTH, LX
>
>
>
>
>
> --
>
>
>






> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
>




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] ftpd question

2002-06-30 Thread Lyvim Xaphir

On Sun, 2002-06-30 at 18:33, logic7 wrote:
> I've just set up my ftp server with real logins only. What I would like to
> have is whenever someone logs in, they don't see their home directory.
> Instead, I want all users to share a common directory. I cannot seem to find
> info on this anywhere, anyone know how this is done?
> 


>From the PureFTP "README.Virtual-Users" file:
 

    VIRTUAL USERS 


Since release 0.99.2, Pure-FTPd supports virtual users.

Virtual users is a simple mechanism to store a list of users, with their
password, name, uid, directory, etc. It's just like /etc/passwd. But
it's not /etc/passwd. It's a different file, only for FTP.

It means that you can easily create FTP-only accounts without messing
your system accounts.

Additionnaly, virtual users files can store individual quotas, ratios,
bandwidth, etc. System accounts can't do this.

Thousands of virtual users can share the same system user, as long as
they all are chrooted, and they have their own home directory.

So a good thing to do before using virtual users is to create a system
user for this. Of course, you can use any existing account like "nobody"
(but not root), but it's better to have a dedicated account.

Let's create an "ftpgroup" group and an "ftpuser" user.

Linux/OpenBSD :

groupadd ftpgroup
useradd -g ftpgroup -d /dev/null -s /etc ftpuser

Then, all maintenance of virtual users can be made with the "pure-pw"
command. You can also edit the files by hand if you want.

Files storing virtual users have one line per user. These lines have the
following syntax :

:

Fields can be left empty (exceptions: account, password, uid, gid, home
directory) .

Passwords are compatible with the hashing function used in /etc/passwd
or /etc/master.passwd . They are crypto hashed with blowfish, md5,
multiple-des and simple des, in this order, according to what your
system has support fort.
_


RTFM on Pureftp and you got it licked.


HTH, LX





-- 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] ftpd question

2002-06-30 Thread logic7

I've just set up my ftp server with real logins only. What I would like to
have is whenever someone logs in, they don't see their home directory.
Instead, I want all users to share a common directory. I cannot seem to find
info on this anywhere, anyone know how this is done?




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Wake up time (was HACKED?)

2002-06-30 Thread David Rankin

> It ain't "rocket science"!

I really have no excuse then:

89-90 NASA - Shuttle Ascent Trajectory Design (shuttle was ours from
main engine start to MECO (cutoff) (STS-28 through STS-34)
90-95 NASA - Mission Operations, On board systems - Hydraulics,
electrical power generation and distribution, environmental control and
life support, mechanical systems, payload bay doors, caution & warning,
etc... (STS-44 through STS-63)

"J. Craig Woods" wrote:
> 
> David Rankin wrote:
> >
> > What do we do to stop these little beggers from prodding our servers from the
> > outside? Sheese, even today I have had the following attempts:
> >
> 
> Your answer has been given to you, David. You have been given good
> advice. Now, the question is, what are you going to do about it? The
> choice is yours: run ftp (I am still amazed that you were using WU-FTP.
> You have been on this list too long to be doing such an improvident
> deed), and be vulnerable or shit can ftp, close your port 21, and get
> ssh/sftp implemented immediately. It ain't "rocket science"!
> 
> drjung
> 
> --
> J. Craig Woods
> UNIX/NT Network/System Administration
> http://www.trismegistus.net/resume.html
> Character is built upon the debris of despair --Emerson
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

-- 
David C. Rankin, J.D., P.E.
RANKIN * BERTIN, PLLC
1329 N. University, Suite D4
Nacogdoches, Texas 75961
(936) 715-9333
(936) 715-9339 fax



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] NFS Permissions on Mandrake 8.2

2002-06-30 Thread Todd Lyons

Kayne McGladrey wrote on Sun, Jun 30, 2002 at 12:42:05PM -0700 :
> -= Client =-
> $su
> #mount pickman:/home/kmcgladr/images
> (no error message)
> #exit
> $cd images
> $bash: cd: images: Permission denied

On the server, su to the user and see if that user can cd into the
directory on the the server.  The reason I think this is your problem is
because you are exporting /home/kmcgladr/images.  Give us the output on
the server of the following commands:
  vdir -d /home
  vdir -d /home/kmcgladr
  vdir -d /home/kmcgladr/images

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-20mdk



msg55902/pgp0.pgp
Description: PGP signature


[expert] NFS Permissions on Mandrake 8.2

2002-06-30 Thread Kayne McGladrey

Hello everyone,

I'm having a problem with NFS on Mandrake 8.2.  Both the client and the 
server are running 8.2.  I can succesfully mount the NFS file system but I 
can't cd to that directory.  The objective is to be able to share the files 
in /home/kmcgladr/images with one other user.

In these notes, lines that start with a $ indicate lines typed by the user, 
and # indicate lines typed by root.  Here's the setup:

-= Server =-

$hostname
pickman.localdomain.net

$cat /etc/exports
/home/kmcgladr/images 192.168.130.3/255.255.255.240(ro,root_squash)

$cat /etc/hosts.allow


$cat /etc/hosts.deny


$ls -l /home/kmcgladr
drwxrws---9 kmcgladr kmcgladr 4096 Apr 12 17:25 images/

$cat /etc/fstab
/dev/hdd2 /home/kmcgladr/images ext2 user,defaults 1 2

$id kmcgladr
uid=501(kmcgladr) gid=501(kmcgladr) groups=501(kmcgladr),16(fileshare),43(usb)

$id jennifer
uid=502(jennifer) gid=502(jennifer) 
groups=502(jennifer),100(users),501(kmcgladr)

-= Client =-
$hostname
Mabeline

$cat /etc/hosts.allow


$cat /etc/hosts.deny

$id jennifer
uid=502(jennifer) gid=205(jennifer) 
groups=502(jennifer),0(root),100(users),(501) kmcgladr

$id kmcgladr
uid=501(kmcgladr) gid=501(kmcgladr) groups=501(kmcgladr)

$cd

$ls -l
drxwr-xr-x  2   jennifer jennifer   4096 Jun 30 11:37 images/

$su
#mount pickman:/home/kmcgladr/images
(no error message)

#exit
$cd images
$bash: cd: images: Permission denied



Any help will be greatly appreciated.

Thank you,


--
Kayne
[EMAIL PROTECTED]




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] can someone tell me?

2002-06-30 Thread Todd Lyons

Addendum:

J. Craig Woods wrote on Fri, Jun 28, 2002 at 11:42:52PM -0500 :
> 
> Since the gtld servers list my dns server as last in the "AUTHORITY
> SECTION" entry, I think I should be okay even if they have the wrong
> ip address for my dns server. What do you think?

The dns resolver on the client end will randomly pick one of the
"AUTHORITY" servers.  The end result is that your server will still get
on average 1/3 of the requests, so no, it's no ok.  You need to remove
that dns server from being listed as authoritative.

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-20mdk



msg55900/pgp0.pgp
Description: PGP signature


[expert] DAC 960

2002-06-30 Thread Todd Lyons

Sadin Nurkic wrote on Sun, Jun 30, 2002 at 12:18:16PM +1000 :
> Hey all...
> 
> I'm having a small problem with the /dev subdirectory and
> the device files/links for the DAC960 raid controller. From the install
> as you can see from this, the links are pointing wrongly to
> rd/disc0/* instead of just disc0/*

Quite frankly, if this is a server, boot with "devfs=nomount".

This is what's defined in /etc/modules.devfs:
# RAMDISCs
alias /dev/rd   rd

This means that when something attempts to access /dev/rd/*, devfs
effectively sends a "modprobe rd" to the kernel, the kernel loads it,
the module starts running, and the module creates the devices.  The
symlinks being created is being done in one of two places:
1) by the module loading (I don't think so)
-or-
2) by the installer at boottime.  

In the case of #2, one of the configuration options of devfs is that it
stores a copy of manual changes in /lib/dev-state.  Change the symlinks
in /dev and those changes should magically appear in /lib/dev-state.
Then those changes should persist through reboots.

> I've tried to look through the makedev files/devfs config files, but I'm
> unable to find where the config would be to change these links just to disc0
> etc... I can just make a link with "ln -sf . rd" and that fixes the problem
> momentarily, but sometimes on bootup the links in devfs get reconstructed
> and I lose my partitions again. That's why I changed the fstab
> to instead point directly to the /dev/rd/disc0/part1 file instead to the
> /dev/rd/c0d0p1 as it was configured originally by mandrake install.
> 
> Any help with this would be greatly appreciated.

Also, you are away that you're limited to three bits with the Mylex
driver, right?  So the highest partition number you can have is 7.  It
looks as if you're aware of it since you've forced as much as possible
into primary partitions.

Blue skies...   Todd
-- 
  Todd Lyons -- MandrakeSoft, Inc.   http://www.mandrakesoft.com/
UNIX was not designed to stop you from doing stupid things, because 
  that would also stop you from doing clever things. -- Doug Gwyn
   Cooker Version mandrake-release-8.3-0.2mdk Kernel 2.4.18-20mdk



msg55899/pgp0.pgp
Description: PGP signature


[expert] MDK 8.2 reiserfs quota support

2002-06-30 Thread Jan Lentfer

Hi all,

does the Mandrake 8.2 Standard-Kernel habe build in quota support for 
ReiserFS or do I need to patch the kernel?

Thanks in advance,

Jan Lentfer




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Here they come again...and again

2002-06-30 Thread daRcmaTTeR

Carroll Grigsby wrote:
> On Friday 28 June 2002 03:26 pm, Todd Lyons wrote:
> 
>>Hoping to spark some interesting commentary.
>>
>>Richie de Almeida wrote on Thu, Jun 27, 2002 at 11:05:44PM -0400 :
>>
pass the k-y folks, bills done it again.  This is what became of
Hailstorm.  But this time it's aimed squarely at Open Source and
freedom of choice.>
>>>
>>>You know, this whole Palladium thing depresses me to no end-- does
>>>anybody else feel that Palladium is going to turn what we think of as
>>>PC's into something like a glorified VCR?
>>
>>Read Linus' book?  In it he predicts that in 10 years, nobody will care
>>about operating systems, instead they'll all be using appliances.  You
>>think Bill read that book?
>>
>>Blue skies... Todd
> 
> 
> Here's another swifty by your friends at Microsoft:
> http://bsdvault.net/article.php?sid=527&mode=&order=0
> This guy downloaded the latest security patch for Windows Media Player. 
> Unlike most of us, he read the EULA, and found this passage:
> 
>  " * Digital Rights Management (Security). You agree that in order to protect 
> the integrity of content and software protected by digital rights management 
> ("Secure Content"), Microsoft may provide security related updates to the OS 
> Components that will be automatically downloaded onto your computer. These 
> security related updates may disable your ability to copy and/or play Secure 
> Content and use other software on your computer. If we provide such a 
> security update, we will use reasonable efforts to post notices on a web site 
> explaining the update. " 
> 
> Make that a double helping of KY, please.
> -- cmg

cmg,

all the KY in the universe isn't going to help that one in. I'm sorry to 
be so colorfully, blunt, but there just isn't any other way to put. 
They're doing something I didn't think they could do and that is get 
worse then they were. There doesn't seem to be any such thing as "fair 
use" any longer.

-- 
daRcmaTTeR
--
Registered Linux User 182496




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Can't adjust rear volume with SB live and mdk 8.1

2002-06-30 Thread XI

Hi,
I have a sound blaster live 5.1, hard drake detects it properly
(Creative Labs SB Live! EMU1), but kmix or gmix detects a "SigmaTel
STAC9708" instead of my SB live, so I can't set rear volume. (It's the
same with aumix).

What can I do?

(Please don't tell me to upgrade to 8.2, it has a huge bug with samba
which completly locks the system (not only with my PC)).

Thank you very much,
Xavier


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Watching DVDs with Xine?

2002-06-30 Thread Wolfgang Bornath

On Sun, Jun 30, 2002 at 19:32 +0200, Wolfgang Bornath wrote:

> I had trouble getting xine to work, well, it showed the movie but no
> sound. I use Gnome and all other sound apps work ok.
> 
> I installed ogle now using your mail as advice and everything works! It
> took less than 10 minutes to download and install. Now I just look at a
> travel dvd about Paris, France.
> 
> One thing bothers me a bit: When I start ogle from a terminal I see
> lots of lines floationg by while the dvd is playing. Those are debug
> messages about resyncing, framerates and stuff.
> Can I avoid those by using a cli argument with ogle? They don't seem to
> cause problems, though.
> 
> wobo

One thing that doesn't work: I can't stop the dvd! When I click on the
stop button (the red sphere with the cross inside nothing happens and
in the terminal I see the message:

Debug[ogle_nav]: unknown (not handled) DVDCtrlEvent 16

and the dvd keeps playing

wobo
-- 
Registered Linux User 228909  Powered By Mandrake Linux sum(8.1+0.1)
-
Microsoft, Windows, Bugs, Lacking Features, IRQ Conflicts, System 
Crashes, Non-Functional Multitasking and The Blue Screen of Death 
("BSOD") are registered trademarks of Microsoft Corp., Redmond, 
Washington, USA. 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Watching DVDs with Xine?

2002-06-30 Thread Wolfgang Bornath

On Sat, Jun 29, 2002 at 12:48 -0400, Ronald J. Hall wrote:

> Theo, get Ogle and install it. It works great, is easy to install, and will 
> even let you do menu navigation. It won't work with absolutley *all* DVD's 
> but it does work with the majority of my small collection.
> 
> You will need these files:
> 
> a52dec-libs-0.7.2-2.i686.rpm
> libdvdcss-1.2.1-fr1.i386.rpm
> libdvdread-0.9.3-ogle1.i686.rpm
> libxml2-2.4.13-1.i686.rpm
> ogle-0.8.3-ogle1.i586.rpm
> ogle_gui-0.8.3-ogle1.i386.rpm
> 
> >From their website:
> 
> http://www.dtek.chalmers.se/groups/dvd/
> 
> Note that there are various 386/586/686 versions - grab what you need for 
> your particular CPU...
> 
> If you have any problems, post'em and we'll try to help. Lots of Ogle users 
> here...
> 
> Hope this helps! :-)

I had trouble getting xine to work, well, it showed the movie but no
sound. I use Gnome and all other sound apps work ok.

I installed ogle now using your mail as advice and everything works! It
took less than 10 minutes to download and install. Now I just look at a
travel dvd about Paris, France.

One thing bothers me a bit: When I start ogle from a terminal I see
lots of lines floationg by while the dvd is playing. Those are debug
messages about resyncing, framerates and stuff.
Can I avoid those by using a cli argument with ogle? They don't seem to
cause problems, though.

wobo
-- 
Registered Linux User 228909  Powered By Mandrake Linux sum(8.1+0.1)
-
Microsoft, Windows, Bugs, Lacking Features, IRQ Conflicts, System 
Crashes, Non-Functional Multitasking and The Blue Screen of Death 
("BSOD") are registered trademarks of Microsoft Corp., Redmond, 
Washington, USA. 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Mandrake Timezone/Date Problems

2002-06-30 Thread dfox

> when a system drops to 'save energy sleep mode', then is awoke,
> there should be a routine that checks for shutdown time from osc,

I guess that would be more useful for laptops than desktops. I don't
use laptops and have so infrequent access to them and am wondering if
there's sufficient clock 'drift' on them compared to desktops, or
even compared to smart clocks in other appliances. (i.,e there are
smart clocks out there that pull time from WWV codes or whatever
other trusted / reliabvle sources the technology supports) so you
never have to reset them from a power outage.

Personally, running ntp to a reliable host (aka tick.usno.navy.mil) 
like USNO atomic clocks or others is decent enough, and my clock 
doesn't drift that much. But for desktops it sounds like it would
be easier just to run ntp more frequently; laptops are less likely
to be connected to the network than desktops, and they are more likely
to need a 'sleep' mode.

Of course, if you want to be geeky, you could get your offset from
your GPS receiver and ditch 'standard' time completely: the gps
would figure your current mean sun time or what have you, correcting
a mingte for each 17 miles travelled, all automatically :).

> if linux is going to rule world, it is going to have to
> wake up with world and tell correct time.

Interesting point. When I first started using linux (1994?) it was
the only OS I knew of (besides BSD) that would autocorrect for 
daylight savings. Prior to that, I had to set the DOS/windows clock
twice a year. Nowadays, other devices (such as my VCR) autocorrect
for DST; that's pretty modern technology. My microwave still has to 
be reset after a power outage though :(.





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] mdk8.0-bug ?

2002-06-30 Thread civileme

hans schneidhofer wrote:

>hi list,
>
>as I posted yesterday of my problems about my mdk8.0-box, now I have one 
>aspect discovered :
>have installed 2 network-cards 3c905x 
>eth0 is for internet
>eth1 is for internal network
>
>if I have an internetconnection actic running, then NO connection to the 
>remote host is possible. nfs-volumes cannot be mounted or exported.
>
>Is anybody there who have an idea of that ? 
>
>thanks in advance for your helps and hints
>
>bye hans
>
>
>
>
>Want to buy your Pack or Services from MandrakeSoft? 
>Go to http://www.mandrakestore.com
>
Well, are you using mini-firewall?  That cuts off "local" almost totally 
with no advisement that it is doing so.  You have to open ports like 
109:111 for nfs in /etc/Bastille/bastille-firewall.cfg by placting them 
between the quotes on the line that says

TCP_LOCAL_SERVICES=""

And are you using the internet connection sharing? (probably not since 
it works the other way, with eth0 looking local and hard-wired to 
129.168.0.1 and eth1 looking at the internat.

And if you are using reiserfs on 8.0 the time lags on nfs are legendary, 
in the neighborhood of weeks after a short time of operation.  That was 
a problem with the Reiser issued with that release.

Civileme








Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Changing from Dial-up to Fiber optics

2002-06-30 Thread Gavin

Need some help from you pro's
I thinking about updating my internet connection from  dial-up to Fiber 
optics, my question is this. what hardware do I need to update and if 
possible some good rec's on NIC's would be nice. please include prices if 
known... My knowledge in fiber op connections is ZERO, have to put 9 
boxes(multi platformed) online so any advice is welcome.. (going to use NTT's 
FLEX setup..  $90.00 per month)

Sincerely,
Gavin
registered Linux user #199685
-- 
Gavin's English School
Fukushimaken, Fukushima City
Nankodai 2-34-1
fax 0245-22-3264
phone 0245-21-6220
e-mail [EMAIL PROTECTED] (school mail address) 



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] unable to read write enabled floppy disk

2002-06-30 Thread Azrael

I am using Mdk8.2
I can read a write protected floppy disk.
I cannot read from a write-enabled floppy disk. Nor ls the contents, nor 
write to the disk.

This is the line in /etc/fstab :
/mnt/floppy /mnt/floppy supermount 
dev=/dev/fd0,fs=vfat,--,user,iocharset=iso8859-15,umask=0,sync,codepage=850 
0 0

The floppy mounts ok, but when I try to ls the floppy I get:
ls: floppy/: Input/output error

If I try: less -f /dev/fd0 :


-- Àt"´^N»^G^@Í^Pëò3Ò÷6^X|þ^V;|3Ò÷6^Z^V*|£9|ô^B^V9|±^FÒæ
6;|Êé
  ^Vý}
  6*|Í^SÃ
Non-System disk or disk error
Replace and strike any key when ready
^@
Disk Boot failure
^@IBMBIO  COMIBMDOS 
COM^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@Uªðÿÿ^C@^@^E`^@^G^@   
^@^KÀ^@^Mà^@^O^@^A^Q ^A^S@^A^U`^A^W^A^Y ^AESCÀ^A^]à^A^_^@^B! 
^B#@^B%`^B'^B) ^B+À^B
-à^B/^@^C1 ^C3@^C5`^C7^C9 ^C;À^C=à^C?^@^DA 
^DC@^DE`^DG^DI ^DKÀ^DMà^DO^@^EQ ^ES@^EU
`^EW^EY ^E[À^E]à^E_^@^Fa ^Fc@^Fe`^Fg^Fi ^FkÀ^Fmà^Fo^@^Gq 
^Gs@^Gu`^Gw^Gy ^G{À^G}à^G
^@^I@   `À   à   ^@
¡
£@
¥`

plus some more stuff. I assume therefore that the hardware is working, 
and that the disk is not corrupt (it works on a windows laptop).

If I try and cd into the floppy directory:
bash: cd: floppy/: Input/output error


Can anyone help please?

many thanks

--   Azrael

("\''/").___..--'''"-._
`0_ O  )   `-.  ( ).`-.__.`)
(_Y_.)'  ._   )  `._ `. ``-..-'
  _..`--'_..-_/  /--'_.' .'
 ((i).-''  ((i).'  (((.-'

Of all God's creatures there is only one that cannot be made the slave of
the lash. That one is the cat. If man could be crossed with a cat it
would improve man, but it would deteriorate the cat.

ICQ#52944566




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] network-measuring ...

2002-06-30 Thread hans schneidhofer

hi,
am looking, how to measure my network-cards and how to tune the ideal size of 
packets.
the reason is, I have different 3Coms in my linux-boxes. One box has 2x100MB 
= 3c905TX and the other box has a one 10 MB = 3c900.

now I was looking for the program sray, but cannot find it on linux. is there 
anay aquivalent program of spray ?

thanks for your helping and ideas
bye hans



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com