Linux-Setup Digest #586, Volume #20               Wed, 7 Feb 01 22:13:09 EST

Contents:
  Re: help install tekram scsi adaptor ([EMAIL PROTECTED])
  RedHat 6.2 Server & X Windows ("Chet")
  rsync problem - please help! ("John Mravunac")
  Re: cannot install codeweavers wine (Hilmar Preusse)
  Re: rsync problem - please help! (Manfred Bartz)
  syslog.conf to have remote hosts info placed in individual file? ("tkrin")
  What does Lilo write to boot= ? (Brian Goodyear)
  Re: Bizarre problem on Samba (grooveman)
  VIA AC97 sound problems (Peter Petersen)
  Printer Won't Quit (Roger Beeman)
  Re: kernel 2.4.1 problems (Matthew Bettencourt)
  Re: What does Lilo write to boot= ? (reebosak)
  USB keyboard under 2.4.1 (Matthew Bettencourt)
  Re: Is there a word for below novice - need help -> success (Sam Piper)
  Re: Linux as a gateway (reebosak)
  Re: Q: Initialising secondary video card under XFree86 4.0 (reebosak)
  Re: What does Lilo write to boot= ? (Brian Goodyear)

----------------------------------------------------------------------------

From: [EMAIL PROTECTED]
Subject: Re: help install tekram scsi adaptor
Date: Thu, 08 Feb 2001 00:14:56 GMT

In <95sfi6$1tul$[EMAIL PROTECTED]>, on 02/07/01 
   at 11:43 PM, "Peter Tselios" <[EMAIL PROTECTED]> said:

>Hi,
>first of all to note that I am writing this from my Windows
>machine, and that I run Suse on my Linux box.
>Now. I had a similar problem (since I had another adapter during
>the installation). The only solution that worked for me was the
>recompilation of the kernel. Since I did not wanted to change
>the default kernel, I made the "classic" make xconfig, I
>selected the default values except of the SCSI section. Then I
>made make dep, make modules make modules_install and that was
>all!

>Peter.

Oh, ok. I was slowly drawing this conclusion. I'm having some
trouble with the kernel compile setup here (I think more and more
this Mandrake stuff is a little flaky) but I'll explore this
direction.

Thanks for the tip.

F. 

===========================================================
     Felmon John Davis    
     Union College /  Schenectady, NY
     os/2 - ma kauft koi katz em sack
=========================================================== 


------------------------------

From: "Chet" <[EMAIL PROTECTED]>
Subject: RedHat 6.2 Server & X Windows
Date: Thu, 08 Feb 2001 00:31:03 GMT

I have setup a redhat 6.2 server with network connection to the internet.
Anyway when I sat this thing up I never had the chance to install a GUI, I
figure on a server setup this is normal. But now I would like to have a GUI
can someone please give me detailed directions on how to do this. I have
spent about 3 weeks running different things from the command prompt and
have gained some knowledge of the system. Can I install KDE on a server?

Thanks in advance for your help.....
[EMAIL PROTECTED]



------------------------------

Reply-To: "John Mravunac" <[EMAIL PROTECTED]>
From: "John Mravunac" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking
Subject: rsync problem - please help!
Date: Thu, 8 Feb 2001 11:32:27 +1100

Hi,

I'm hoping you are able to give me some advice. The problem I am having is
that I need to schedule a cron job to run rsync to replicate a database and
website here at work. If I run the job below, every time the job is run,  an
rsync and ssh2 process are left in the R process state (runnable - on run
queue). These processes begin to take up much of the memory fairly quickly.
But if I was to run the rsync at the command line it runs and exits
perfectly. Can you tell me what I am doing wrong here? :)

#!/bin/sh

# Replicating the databases and tables from Inet-aus1 to Inet-usa1

# 0 * * * *    root



rsync --verbose --progress --stats --compress --rsh=/usr/local/bin/ssh2 --re
cursive --times --perms --links --delete --exclude="*.err" --exclude="*.log*
" --exclude="*.pid" /usr/local/mysql/var 192.168.11.1:/usr/local/mysql >
/tmp/output.rsync.mysql

Thanking you very much for any help you may be able to offer!
John Mravunac :^)



------------------------------

From: Hilmar Preusse <[EMAIL PROTECTED]>
Crossposted-To: comp.emulators.ms-windows.wine
Subject: Re: cannot install codeweavers wine
Date: Wed, 7 Feb 2001 20:26:58 +0100
Reply-To: [EMAIL PROTECTED]

Alan <[EMAIL PROTECTED]> wrote:

> I am trying to install the Codeweavers version of wine (pre-release 2)
> and I am having problems. When I try to install (using rpm), I get the
> message "installing package codeweavers-wine-20010112-1 needs 7Mb on the
> / filesystem". My / filesystem is not overly large, but I still have
> approx 60Mb available on /. Is the error stating that the install
> requires 7Mb on /, or it needs 7Mb more than what I have available?
> Also, why is it wanting to install at the / level and not in a somewhat
> less dangerous partition? The other filesystems have plenty of room
> available.
> Has anyone else seen this and if so, what can I do? I checked the FAQ on
> the codeweavers site and did not see this problem addressed.
> 
I guess, this is not, a wine-problem.

Full-quote, x-post, f'up
H.
-- 
!(man gcc | grep "time for that" | cut -d " " -f 9)
  Dresdener LaTeX-Stammtisch: http://www.ifbus.de/~schubi/LatexDD.html
  http://rudi.urz.tu-dresden.de/~hille/

------------------------------

Crossposted-To: comp.os.linux.networking
Subject: Re: rsync problem - please help!
From: Manfred Bartz <[EMAIL PROTECTED]>
Date: Thu, 08 Feb 2001 00:49:56 GMT

"John Mravunac" <[EMAIL PROTECTED]> writes:

> I'm hoping you are able to give me some advice. The problem I am
> having is that I need to schedule a cron job to run rsync to
> replicate a database and website here at work. If I run the job
> below, every time the job is run, an rsync and ssh2 process are left
> in the R process state (runnable - on run queue). These processes
> begin to take up much of the memory fairly quickly.  But if I was to
> run the rsync at the command line it runs and exits perfectly. Can
> you tell me what I am doing wrong here? :)
> 
> #!/bin/sh
> 
> # Replicating the databases and tables from Inet-aus1 to Inet-usa1
> 
> # 0 * * * *    root
> 
> rsync --verbose --progress --stats --compress
> --rsh=/usr/local/bin/ssh2 --re cursive --times --perms --links
> --delete --exclude="*.err" --exclude="*.log* " --exclude="*.pid"
> /usr/local/mysql/var 192.168.11.1:/usr/local/mysql >
> /tmp/output.rsync.mysql

Sorry, can't tel you why it doesn't work.  However, you can capture
the stderr stream as well as stdout by adding ``2>&1'' to the end of
your command. E.g.:

rsync --verbose --progress --stats --compress \
--rsh=/usr/local/bin/ssh2 --re cursive --times --perms --links \
--delete --exclude="*.err" --exclude="*.log* " --exclude="*.pid" \
/usr/local/mysql/var 192.168.11.1:/usr/local/mysql > \
/tmp/output.rsync.mysql 2>&1

-- 
Manfred
===============================================================
ipchainsLogAnalyzer, NetCalc, whois at: <http://logi.cc/linux/>

------------------------------

From: "tkrin" <[EMAIL PROTECTED]>
Subject: syslog.conf to have remote hosts info placed in individual file?
Date: Wed, 07 Feb 2001 20:06:17 +0500

Say i have two hosts, 192.168.0.1 and 192.168.0.2.  I want the info from
0.1 to go to 0.2 in the file /var/log/remote.log.  How can i do that?  I
have the remote box forwarding to the other box just fine but all info
goes into /var/log/messages.  I want the remote boxes info in a sepatate
file.

Thanks for your help all!

------------------------------

From: Brian Goodyear <[EMAIL PROTECTED]>
Subject: What does Lilo write to boot= ?
Date: Wed, 7 Feb 2001 20:42:22 -0500

Does it always write the same thing to the boot partition or whereever is 
indicated with the boot= parameter?

I'm wondering cause I'm still having this LI thingie from my second Linux 
installation on drive 3 but I 'm wondering if I told it to boot from hda5 
for example if after that it would pick up the image from hdc1.

-- 
Thanks,

Brian ([EMAIL PROTECTED])

------------------------------

From: grooveman <[EMAIL PROTECTED]>
Crossposted-To: 
alt.os.linux,comp.os.linux.networking,comp.os.linux.x,linux.redhat.install,comp.protocols.smb
Subject: Re: Bizarre problem on Samba
Date: Thu, 08 Feb 2001 01:46:57 GMT

Okay,

First, I would like to say thank you to those who made an effort to help
with my problem.

Second, I wish to convey the bit of knowledge I have acquired for future
news-stalkers who may have had this problem.

The problem is with the NT clients.  There is a web service that allows you
to cycle through wallpapers and screensavers called "Webshots".  You
download a client from them, and create an archive of photos from their
galleries, then it changes them at fixed intervals.  It is this program that
appears to have caused all of my woes, and cost us days of labor.  So, to
anyone who wants to use samba on their network, here is my advice:  DO NOT
USE WEBSHOTS ON ANY OF THE CLIENT PC'S.  It does something, I don't know
what, but something hidden to your netbios functioning.

The only thing that seems affected is the sharing of hidden directories, you
will get the error "the network connection cannot be found" when clicking on
subdirectories of the hidden share.

The work-around is to map, the old fashioned way (as I described earlier)
with the "net use" command.  Mapping with the Network neighborhood won't
work.

That is the scoop.  I hope it is of help to someone some day.

Cheers!

Chris

grooveman wrote:

> Hi,
>
> I am running a RedHat 6.2 server, with samba 2.0.7. I have the NT 4.0
> server doing the authentication.  It seemed like it
> was working really great -- until I ran into this strange problem.
>
> I wanted to make a shared directory for one of our departments, that is
> not browseable to others.  I have a non-browseable share of the /home
> directory.  I made them a directory underneath this:  /home/group1.  I
> planned to give them a shortcut on their desktop, to take them straight
> to the shared directory (/home/group1) on the server.
>
> Here is the problem -- whenever certain Windows NT users try to click on
>
> the icon of the folder, or a short-cut to the folder, it says that the
> directory was not found!  -- BUT -- if I put in the UNC in the address
> bar (i.e. //server/home/group1)  it is accessable!  It seems that it
> only has problems if people CLICK to the directory.
>
> (Beleive me on this -- our users need to click!  They would be way to
> confused if you actually tried to teach them to type in addresses.)
>
> However, the same user logged into a Win2k machine does NOT have the
> same problems!  Only in NT!  All NT boxes are on Service Pack 5.
>
> Can someone please tell me how to fix this?
>
> Thank you!
>
> Here is the snippet of code in smb.conf:
>
> [home]
> path=/home
> browseable =no
> admin users = person1, person2
> valid users = person1, person2,+homeshare
> write list = person1,person2,+homeshare
> read list = person1,person2,+homeshare
>
> (I know that some of this may be redundant, but I have been trying
> everything!)


------------------------------

From: Peter Petersen <[EMAIL PROTECTED]>
Subject: VIA AC97 sound problems
Date: Wed, 07 Feb 2001 17:57:07 +0100

Hello!

Using Suse 6.4, Kernel 2.2.14 with a VIA AC97 soundchip I have some
problem with sound under linux.

The kernel drivers don't support the chip, so I had to find out that
ALSA might be helpful (and OSS, which for various reasons proves to be
an even inferior solution for me).

With ALSA I can listen to wav, au, mp3, cd audio, but not to midi,
which, however, is not the real problem I am talking about (there is a
program called "timidity" which gives me midi sound by on-the-fly
converting midi to wav without touching the midi files, so that is
o.k.).

Here is - finally - my problem:
I can't get sound to work with the quake games series (especially quake
and quakeworld), and ALSA even mentions that quake has to segfault
because there is a problem with "mmap" (whatever that means). So without
sound I am unable and unwilling to play these games.

Is there any realistic alternative to get quake sound under linux with a
VIA AC97 (and without upgrading the kernel to 2.3.x or 2.4, where I
found some experimental stuff with www.google.com)?
Someone of you all with VIA AC97 got a good solution? Or is this
hopeless?


Thanks
Peter

------------------------------

From: Roger Beeman <[EMAIL PROTECTED]>
Subject: Printer Won't Quit
Date: Wed, 07 Feb 2001 20:57:48 -0500

When I can get my Epson SC860 to print (lprng & apsfilter) it keeps
demanding more paper and prints out blank pages.

Is there some entry I can make to convince it the job's complete?

lp|lp4|stcolor-letter-auto-color|stcolor auto color:\
        :lp=/dev/lp0:\
        :sd=/var/spool/lpd/stcolor-letter-auto-color:\
        :lf=/var/spool/lpd/stcolor-letter-auto-color/log:\
        :af=/var/spool/lpd/stcolor-letter-auto-color/acct:\

parport0: PC-style at 0x378 (0x778) [SPP,ECP,ECPEPP,ECPPS2]
parport0: detected irq 7; use procfs to enable interrupt-driven
operation.
lp0: using parport0 (polling).

lp is device 6

------------------------------

From: Matthew Bettencourt <[EMAIL PROTECTED]>
Subject: Re: kernel 2.4.1 problems
Date: Wed, 07 Feb 2001 19:55:00 -0600

Well, I figured out my booting problem,  I disabled ide-disk support in
my kernel when I ment to disable ide-cdrom and enable scsi-emulation
support so I can get my cd-rw working.  

Now I can boot all the way up but my kbd/mouse don't work.  I have a usm
keyboard and mouse and I have enabled 
This is what I get when I boot up.


Feb  7 19:40:18 localhost kernel:     ide1: BM-DMA at 0x14a8-0x14af,
BIOS settings: hdc:pio, hdd:DMA
Feb  7 19:40:18 localhost kernel: keyboard: Timeout - AT keyboard not
present?
Feb  7 19:40:18 localhost kernel: keyboard: Timeout - AT keyboard not
present?
Feb  7 19:40:18 localhost kernel: hda: Maxtor 94098U8, ATA DISK drive
Feb  7 19:40:18 localhost kernel: ide: Assuming 33MHz system bus speed
for PIO modes; override with idebus=xx
Feb  7 19:40:18 localhost kernel: hdc: R/RW 4x4x24, ATAPI CD/DVD-ROM
drive


Now, I have enabled input core support - keybdev and mouse

#
# Input core support
#
CONFIG_INPUT=y
CONFIG_INPUT_KEYBDEV=y
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=m

but that does not seem to help??

Any ideas
Matt

------------------------------

From: reebosak <[EMAIL PROTECTED]>
Subject: Re: What does Lilo write to boot= ?
Date: Wed, 07 Feb 2001 20:04:42 -0600

if it just prints out LI when you try to boot up this is the error:

LI   The second part of LILO loaded but could not
        execute. This is usually caused by a disk
        geometry mismatch. This can also mean that the
        /boot/boot.b file was moved and you did not run
        the map installer.

i think if you just boot from a lilo boot disk [or the install cd with a
'boot root=/dev/hda<drive#> single' at the lilo prompt] and then run
/sbin/lilo again it will clear up the error.

i have a list of the rest of the lilo error codes if you would like.
-brien.


Brian Goodyear wrote:

> Does it always write the same thing to the boot partition or whereever is
> indicated with the boot= parameter?
>
> I'm wondering cause I'm still having this LI thingie from my second Linux
> installation on drive 3 but I 'm wondering if I told it to boot from hda5
> for example if after that it would pick up the image from hdc1.
>
> --
> Thanks,
>
> Brian ([EMAIL PROTECTED])

--

[EMAIL PROTECTED]
- eschew obfuscation -




------------------------------

From: Matthew Bettencourt <[EMAIL PROTECTED]>
Subject: USB keyboard under 2.4.1
Date: Wed, 07 Feb 2001 20:29:04 -0600

I cant seem to get my usb keyboard working under 2.4.1   I am using the
standard config file from RH-7.0 kernel24.src.rpm and only modified a
couple of things, The most important is this

#
# Input core support
#
CONFIG_INPUT=y
CONFIG_INPUT_KEYBDEV=y
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m


I can compile and install the kernel just fine, however, when I boot it
up I get

Feb  7 19:40:18 localhost kernel:     ide1: BM-DMA at 0x14a8-0x14af,
BIOS settings: hdc:pio, hdd:DMA
Feb  7 19:40:18 localhost kernel: keyboard: Timeout - AT keyboard not
present?
Feb  7 19:40:18 localhost kernel: keyboard: Timeout - AT keyboard not
present?
Feb  7 19:40:18 localhost kernel: hda: Maxtor 94098U8, ATA DISK drive


It boots up all the way but I can't do anything.  I can't ping the box
either so I am not sure what is happening.  ANy ideas??
THanks
matt

------------------------------

From: Sam Piper <[EMAIL PROTECTED]>
Subject: Re: Is there a word for below novice - need help -> success
Date: Wed, 07 Feb 2001 21:35:25 -0500

One more time - thanks to all of you.  Roughly 10 days of good work
and I have success.  Linux up and configured, routing configured,
apache up, samba up (but still needs some tweaking), 1 Virtual domain
hosted, ftp, telnet services up and accessible, 4 user accounts up and
working, routing across NT working, down time  * zero * for the last
couple of days - although the next time I try to "tweak" something
that may change ;-)

For everyone that wants to do this - go for it.  I couldn't break
linux.  If I screwed it up, I reinstalled and started over but that's
one way to learn it.  

Integration with HomeSite - working
MySQL not quite there but that's not a linux problem.  (The db works
but I'm having some trouble addressing it via the web page [more
reading to do]).

Thanks again.

Sam


------------------------------

From: reebosak <[EMAIL PROTECTED]>
Subject: Re: Linux as a gateway
Date: Wed, 07 Feb 2001 20:46:56 -0600

don't bother reading the faq. you'll end up waisting alot of your time
because redhat is already set up to be a router. all you have to do is
type: [at the root prompt]
root@...# ipchains -P forward DENY
root@...# ipchains =A forward -i ppp0 -j MASQ
root@...# echo 1> /proc/sys/net/ipv4/ip_forward

then set your clients up to use your linux box's ip address at the
gateway.

you also have to make sure the computers on your net can 'see' each
other. use ping 'ipaddress' to check connectivity between computers.

-brien.



George wrote:
> 
> Please help me with specific directions to set my linux box running Redhat 7
> ( configured as eth0, lo, & ppp0 ) to act as the gateway for may windoz98
> network (1 box as my main networking computer, 1 box as my weather server &
> 1 laptop ) to access the internet without using a proxy server setup.  I'll
> worry about firewalling after I get the gateway up and working well.
> 
> I know my ppp0 is working.  I know that my windoz boxes see my gateway box
> via telnet and ping'ng.
> 
> Ya ya ya ya - No I don't want to search my readme's and how to's.  Don't
> waste your time with flames.
> 
> thanks
> 
> george
> [EMAIL PROTECTED]

-- 

[EMAIL PROTECTED]
- eschew obfuscation -

------------------------------

From: reebosak <[EMAIL PROTECTED]>
Crossposted-To: 
3dfx.glide.linux,alt.os.linux.suse,aus.computers.linux,comp.os.linux.x,linux.dev.x11
Subject: Re: Q: Initialising secondary video card under XFree86 4.0
Date: Wed, 07 Feb 2001 20:35:16 -0600

have you tried moving the pci card to a different slot? i'm pretty sure
that the problem you are describing will happen if a pci video card is
in slot 1 -- the agp slot 'uses' slot one also. so try moving the pci
card into slot two or another open pci slot.

-brien.

tigs wrote:
> 
> Hi there
> 
> I have two graphics cards in my machine:
> 
> PCI 1:0:0 AGP 3DFX Voodoo3 2000 16Mb
> PCI 2:0:0 PCI 3DFX Voodoo3 2000 16Mb
> 
> I am running XFree 4.0 under kernel 2.2.17 with SuSE 7.0
> 
> The problem is that I cannot get X to run on the second graphics card,
> either in multihead or regular mode. My BIOS allows me to specify which card
> is initialised as primary (the PCI or AGP card) and, depending on which one
> I select, X will only run on that card. It runs perfectly on each respective
> card when it is primary. I am trying to do multihead, but I can't get the
> secondary card to work either way. It does initialise (ie the monitor
> receives a signal) when I try to start X on the secondary card, but the
> screen remains blank. I am forced to do a cold reboot and watch fsck go
> through it's motions every time.
> 
> Any thoughts?
> 
> Thanks
> Mark Tigwell
> [EMAIL PROTECTED]

-- 

[EMAIL PROTECTED]
- eschew obfuscation -

------------------------------

From: Brian Goodyear <[EMAIL PROTECTED]>
Subject: Re: What does Lilo write to boot= ?
Date: Wed, 7 Feb 2001 22:12:14 -0500

reebosak wrote:

> if it just prints out LI when you try to boot up this is the error:
> 
> LI   The second part of LILO loaded but could not
>         execute. This is usually caused by a disk
>         geometry mismatch. This can also mean that the
>         /boot/boot.b file was moved and you did not run
>         the map installer.
> 
> i think if you just boot from a lilo boot disk [or the install cd with a
> 'boot root=/dev/hda<drive#> single' at the lilo prompt] and then run
> /sbin/lilo again it will clear up the error.

I have done that.  It seems to be something to do with the fact that is on 
the third disk but I can't figure out what to do.

-- 
Thanks,

Brian ([EMAIL PROTECTED])

------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list by posting to comp.os.linux.setup.

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Setup Digest
******************************

Reply via email to