Re: ssh-agent with default runlevel of 5

2003-02-16 Thread Keith Morse
On 15 Feb 2003, Gordon Messmer wrote:

> On Sat, 2003-02-15 at 01:32, Keith Morse wrote:
> 
> > And to the original poster, I like to append to what Gordon has said 
> > above.  RedHat has documented this at
> > 
> > 
>http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/s1-openssh-client-config.html#S3-OPENSSH-SSH-AGENT-WITH-GNOME
> 
> Cool... but odd.  Step 2 should be entirely unnecessary.


AFAICT, these directions have remained virtually unchanged since I first 
saw them in the 7.X distributions.  My question to your comment would be, 
how does ssh-agent get started without step 2?



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: PDC and Windows Domain Logon Setup

2003-02-16 Thread Wei Xiong
Thank you very much.

Best regards

Wei





From: Dennis Gilmore <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: PDC and Windows Domain Logon Setup
Date: 15 Feb 2003 22:34:18 +1000

It is listed somewhere  not sure where  but you need to edit the windows
registry to allow xp to join a samba controlled domain

you have a couple of options available to you to do this  they are

Option 1: Manual registry editing
Start Regedit, navigate to:


 HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NetLogon\Parameters

and change


 "RequireSignOrSeal"=dword:0001

to


 "RequireSignOrSeal"=dword:
Option 2: The only way Microsoft advocate changing this setting
 1. Use Control Panel to open Local Security Policy in the
Administrative Tools.
 2. Navigate to Local Policies / Security Options.
 3. Double-click Domain Member:Digitally encrypt or sign secure
channel data (always).
 4. Press Disabled.
 5. Press Apply and OK.

Option #3: registry file
Save the followig text to requiresignorseal.reg and then right
click->Merge


 REGEDIT4
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters]
 "requiresignorseal"=dword:

This file can be found in the docs/Registry directory of the Samba 2.2.2
source distribution as WinXP_SignOrSeal.reg.


Dennis


 On Sat, 2003-02-15 at 20:49, Wei Xiong wrote:
> I'm trying to setup Red Hat Linux 8 as Primary Domain Controller only 
for
> >purpose of Windows XP domain logon.
> >
> >I setup the DNS and Samba server, then I use IP of the Linux as the DNS
> >for Windows XP Clients.
> >
> >When I tried to add Windows XP clients to the domain, it cannot find 
the
> >domain controller even in the smb.conf file, I've already enabled the
> >domain logon and so on. I found there is a document in /usr/share/... 
to
> >show me how to setup PDC, but it didn't mention how to setup a Windows 
XP
> >client. It didn't give an example of how to setup the whole thing.
> >
> >Could you tell me where can I get more help for this. I've checked 
almost
> >all the Technical books for Red Hat Linux 8, None of them really talk
> >about this in detail.
> >
> >You can contact by email to [EMAIL PROTECTED]
> >
> >Thanks.
> >Wei
>
>
>
>
>
>
> _
> Hotmail now available on Australian mobile phones. Go to
> http://ninemsn.com.au/mobilecentral/hotmail_mobile.asp
--
Dennis Gilmore <[EMAIL PROTECTED]>
<< signature.asc >>


_
MSN Instant Messenger now available on Australian mobile phones. Go to  
http://ninemsn.com.au/mobilecentral/hotmail_messenger.asp



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: How to declare header location?

2003-02-16 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat, 15 Feb 2003 16:18:09 -0500, Michael Fratoni wrote:

> > At this point I took a look at the package. It's the GCC3 header
> > search order warning that confuses the configure script. Apply
> > attached patch and it works.
> 
> Hrmm, I wonder why it works here with no modification? Stock packages on 
> an 8.0 system. I ran the config script as just ./configure 
> Here's the related output:
> checking for catalogs to be installed...  de da ru
> checking for zlib.h... yes
> checking for gzread in -lz... yes
> checking for X11/xpm.h... yes
> checking for XpmCreatePixmapFromData in -lXpm... yes
> 
> No errors or warnings at all.

If at all, you would see the warnings in config.log. I did not try
to reproduce it with Psyche, but with GCC 3.0.4 on Valhalla.

To further comment on this, I would need to see how your
preprocessor handles the altered standard include path and with what
arguments your compiler is called.

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

iD4DBQE+T15s0iMVcrivHFQRAtXAAJjyQqc3C0IBwDdYtGvlt6Ea5jm3AJwMqN9c
7FD6NlolB9hZmEUvOKvSig==
=86Pp
-END PGP SIGNATURE-



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: How to declare header location?

2003-02-16 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 16 February 2003 04:48 am, Michael Schwendt wrote:
> On Sat, 15 Feb 2003 16:18:09 -0500, Michael Fratoni wrote:
> > > At this point I took a look at the package. It's the GCC3 header
> > > search order warning that confuses the configure script. Apply
> > > attached patch and it works.
> >
> > Hrmm, I wonder why it works here with no modification? Stock packages
> > on an 8.0 system. I ran the config script as just ./configure
> > Here's the related output:
> > checking for catalogs to be installed...  de da ru
> > checking for zlib.h... yes
> > checking for gzread in -lz... yes
> > checking for X11/xpm.h... yes
> > checking for XpmCreatePixmapFromData in -lXpm... yes
> >
> > No errors or warnings at all.
>
> If at all, you would see the warnings in config.log. I did not try
> to reproduce it with Psyche, but with GCC 3.0.4 on Valhalla.

I'm using stock (up2date) Psyche. Versions are the same as those Marco 
posted for both gcc and glibc. (gcc-3.2-7, glibc-2.2.93-5)

> To further comment on this, I would need to see how your
> preprocessor handles the altered standard include path and with what
> arguments your compiler is called.

I've posted config.{cache,log} here, if they tell you anything:
http://www.tuxfan.homeip.net:8080/dfm/

Anything else that might help?

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+T3+3n/07WoAb/SsRApNkAJ0XtVxkkLlmmz+OanON8mS2d1eN/ACfRfEk
DiI3YpYNSzXkELHYW5khCRo=
=9bAd
-END PGP SIGNATURE-



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: BIND Question?

2003-02-16 Thread steve
Here is the current configuration files I have setup.
Anybody have any ideas why this wont work?




I have the following setup in my named.conf


options {
version "Bind";
directory "/var/named";
allow-transfer { 209.142.228.188; };
recursion no;


zone "deadlinecommunications.com"{
type master;
file "named.deadlinecommunications.com";
notify yes;

};


zone "0.0.127.in-addr.arpa"{
type master;
file "named.local";
allow-update { none; };
};

The file named.deadlinecommunications.com looks like
this:

$TTL 604800

; NOTE: Remember to increment the serial number field 
;each time you make a change to this file!
;
deadlinecommunications.com.  IN SOA
dns1.websitestudios.net. support.websitestudios.net. (
  130; Serial number
  86400 ; Refresh 1
day
  3600 ; Retry 1 hour
  2419200 ; Expire 28
days
  86400 ; Time-To-Live
1 day
  )
`   IN  A   209.142.228.133
IN  NS 
dns1.websitestudios.net.
IN  NS 
dns2.websitestudios.net.
IN  MX  10 
mail.deadlinecommunications.com.


mailIN  A   209.142.228.133
dns1IN  A   66.73.43.36
dns2IN  A   209.142.228.188
ftp IN  A   209.142.228.133
homeIN  A   209.142.228.133
www IN  A   209.142.228.133



--- Kevin McConnell <[EMAIL PROTECTED]> wrote:
> 
> --- steve <[EMAIL PROTECTED]> wrote:
> > When I try to setup a zone for an internet domain
> > name, I am unable to query the domain name server
> > for
> > that domain name. I do have bind setup correctly
> for
> > other domain names and am able to query those
> names.
> > If I use dig on the server, it works, but when I
> go
> > from the internet, it doesn't work. Is there a
> limit
> > to the domain name. The domain name in question is
> > 27
> > characters including the ".com". Any ideas or help
> > would be appreciated.
> 
> Nope, there isn't a limit of 27 characters. I know
> people who have much longer domain names than that.
> Posting some configs and what not, would prolly
> help.
> 
> 
> =
> Kevin C. McConnell --RHCE--  Engineer>
> 
> __
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
> http://shopping.yahoo.com
> 
> 
> 
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
>
https://listman.redhat.com/mailman/listinfo/psyche-list


__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: ssh-agent with default runlevel of 5

2003-02-16 Thread Cowles, Steve
> -Original Message-
> From: Keith Morse
> Sent: Sunday, February 16, 2003 2:36 AM
> Subject: Re: ssh-agent with default runlevel of 5
> 
> 
> On 15 Feb 2003, Gordon Messmer wrote:
> 
> > On Sat, 2003-02-15 at 01:32, Keith Morse wrote:
> > 
> > > And to the original poster, I like to append to what 
> > > Gordon has said above.  RedHat has documented this at
> > > 
> > > 
> > >
http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/custom-guide/s1-open
ssh-client-config.html#S3-OPENSSH-SSH-AGENT-WITH-GNOME
> >
> > Cool... but odd.  Step 2 should be entirely unnecessary.
>
>
> AFAICT, these directions have remained virtually unchanged
> since I first saw them in the 7.X distributions.  My question
> to your comment would be, how does ssh-agent get started
> without step 2?

Dependent upon what display manager you have configured at runlevel 5 --
gnome or kde is started by way of ssh-agent on RH-8.0 (checkout either
/etc/X11/xinit/xinitrc or /etc/X11/xdm/Xsession).

I like the fact that RH-8.0 starts gnome by way of ssh-agent, but my saved
gnome session starts 3 gnome-terminals with 4 tabs each. All tabs are
connecting to remote systems using ssh. So the above link instructions were
basically useless and seemed redundant (why would I want to start ssh-agent
again?) So I tried substituting step 2 with ssh-add, but then I was prompted
for 12 ssh-add passphrases when my gnome-terminal/tabs started. Bzzzttt!!!
So to fix this problem, I added ssh-add to
/usr/share/apps/switchdesk/Xclients.gnome so that I was prompted for the
ssh-add passphrase right after the gnome login screen (prior to gnome
starting). By doing so, my ssh-add passphrase was inherited by all
gnome-terminals/tabs executing ssh.

Obviously, my solution has its pros/cons:

Pros: No longer have to enter 12 passphrases when gnome-terminal (ssh)
starts.

Cons: 

1) Modifying Xclients.gnome is global. i.e. Should only be impelemented on a
personal workstation where no other users login and you don't plan on using
switchdesk.

2) As with any implementation of ssh-agent/ssh-add... one needs to lock down
their desktop by setting a screensaver to like 5 minutes and prompt for a
password to unlock. Don;t need anyone sitting down at my desktop while I'm
away with all those passphrases enabled.

Other than that, I have been very happy with RH-8.0 and how
ssh-agent/ssh-add was implemented.

Steve Cowles 



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: after upgrading how do I??

2003-02-16 Thread Thomas Molina
On Sat, 15 Feb 2003, Rigoberto de la Cruz wrote:

> after upgradig how do I erase the other kernels I do
> not need anymor? including the source files?? or this
> is not advisable (sp?) ??

You remove kernel rpms the same way you remove other rpms.

rpm -e kernel-2.4.18-14.8.0

for example.  Make sure you operate with the new one for awhile before 
getting rid of the old one though.



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: (SOLVED?): How to declare header location?

2003-02-16 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 15 February 2003 11:32 pm, M. Fioretti wrote:

> I applied that patch (calling it  dfm-0.99.9-patch) and now, with the
> .spec file attached, it builds OK. I share Michael's perplexity,
> however, why didn't he need it on hist system? Maybe some different
> version of gcc/libraries?

I have the same versions, see my reply to Michael Schwendt.

> Any feedback (both on this and on the spec file, since this is just my
> third RPM) are welcome!

My comments on the specfile:
Do you still need to add the --includedir flag to configure? It shouldn't 
be required, the X includes should be found by the configure script.

In the %clean portion, I usually add a test to be sure BUILD_ROOT hasn't 
been set to / somehow. It's paranoid, but better safe than sorry.
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+T5kmn/07WoAb/SsRArZjAJsEHkT777+xAk4VX7aj7SecANVG7wCfcZnd
5yvUYtumJUektJ17xFTDFhM=
=T2aQ
-END PGP SIGNATURE-



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: How to declare header location?

2003-02-16 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, 16 Feb 2003 07:10:31 -0500, Michael Fratoni wrote:

> I'm using stock (up2date) Psyche. Versions are the same as those Marco 
> posted for both gcc and glibc. (gcc-3.2-7, glibc-2.2.93-5)

The preprocessors are in package "cpp". One Phoebe 8.0.93, the
problem is not reproducible. Are you sure, you didn't install a
newer cpp from any place?

Here's a manual test:

  $ echo "#include " > t.c
  $ cpp -I/usr/local/include t.c >/dev/null
  cpp0: warning: changing search order for system directory "/usr/local/include"
  cpp0: warning:   as it has already been specified as a non-system directory

The following should tell whether /usr/local/include is in your
standard header search path:

  $ cpp -v https://listman.redhat.com/mailman/listinfo/psyche-list



Re: How to declare header location?: SOLVED

2003-02-16 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 16 February 2003 09:31 am, Michael Schwendt wrote:
> On Sun, 16 Feb 2003 07:10:31 -0500, Michael Fratoni wrote:

> The preprocessors are in package "cpp". One Phoebe 8.0.93, the
> problem is not reproducible. Are you sure, you didn't install a
> newer cpp from any place?

I don't believe so:
$ rpm -q cpp
cpp-3.2-7

> Here's a manual test:
>
>   $ echo "#include " > t.c
>   $ cpp -I/usr/local/include t.c >/dev/null
>   cpp0: warning: changing search order for system directory
> "/usr/local/include" cpp0: warning:   as it has already been specified
> as a non-system directory

mfratoni@paradox mfratoni]$ echo "#include " > t.c
[mfratoni@paradox mfratoni]$ cpp -I/usr/local/include t.c >/dev/null

No warnings at all.

> The following should tell whether /usr/local/include is in your
> standard header search path:
>
>   $ cpp -v  search starts here:
 /usr/lib/gcc-lib/i386-redhat-linux/3.2/include
 /usr/include
End of search list.

I don't have a /usr/local/include directory on my machine, so it is 
ignored. Creating the directory causes the problem to appear.

Thanks for the help!
- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+T6XJn/07WoAb/SsRAuyEAKCUVj0fgsr62gNmDVxL8CPF/twCUgCfRa0Z
YQLQBjPDHimZh+/fCEod4Y0=
=E18E
-END PGP SIGNATURE-



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: How to declare header location?

2003-02-16 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 16 February 2003 09:31 am, Michael Schwendt wrote:
> On Sun, 16 Feb 2003 07:10:31 -0500, Michael Fratoni wrote:
> > I'm using stock (up2date) Psyche. Versions are the same as those
> > Marco posted for both gcc and glibc. (gcc-3.2-7, glibc-2.2.93-5)
>
> The preprocessors are in package "cpp". One Phoebe 8.0.93, the
> problem is not reproducible. Are you sure, you didn't install a
> newer cpp from any place?

You're right about Pheobe, the search order was changed:
[mfratoni@pheobe mfratoni]$ cpp -v  search starts here:
 /usr/local/include
 /usr/lib/gcc-lib/i386-redhat-linux/3.2.1/include
 /usr/include

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+T6ejn/07WoAb/SsRArOpAJ4xjRaGWOevfGH81Tv5Y3GDtMgJwQCgqYmI
wOHf21G2PWdpY9WGWjU7tZk=
=UkmV
-END PGP SIGNATURE-



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: problems with redhat 8.0, sound, and intel 845 chipset

2003-02-16 Thread Philippe
Depends what kind of video problem your are speaking. The bigger problem
was the rendering. No render for I845 chipset.
I just buy a GEforce2 Nvidia. Works good, with the nv driver fron Xfree.
Anyway, it depends on what you want to do with your video.
My friend has a Geforce4 on the same PC, and no specific problem
whatsoever, but he is using Nvidia driver.
Good luck,
Philippe
On Sun, 2003-02-16 at 10:36, michael shiloh wrote:
> Thanks Philippe, I'll give it a shot. sounds like good advice (pun intended).
> Hey, since you have the same board, how did you handle the video problem?
> 
> michael
> 
> On 15 Feb 2003, Philippe wrote:
> 
> > Hi,
> > I am not an expert, but I have quite the same machine. If I remember, I
> > had no sound at the beginning , and the only option was to install alsa
> > driver, to get some ... or to install a sound card (and desactivate via
> > BIOS the Internal sound). I choose the second one ...
> > 
> > Anyway, seems to be "quite" easy to install alsa via RPM and
> > documentation ... Good luck
> > 
> > Regards,
> > Philippe
> > On Sat, 2003-02-15 at 14:59, michael shiloh wrote:
> > > hi. i recently upgraded my old computer to a nice new Intel D845GEBV2
> > > motherboard, with everything integrated. turns out this wasn't such a 
> > > good idea because the linux driver for the video section is very buggy,
> > > so i ended up buying a video card. no great worries.
> > > 
> > > my problem now is the sound: i get no sound out of the system. 
> > > if i try to control sound (e.g. with the gnome-volume-control) i get:
> > > 
> > >   I was not able to open your audio device.
> > >   Please check that you have permissions to open /dev/mixer
> > >   and make sure that you have sound support compiled into your
> > >   kernel
> > > 
> > > here are my mixer permissions:
> > > 
> > >   $ ls -l /dev/mixer
> > >   crw-rw-rw-1 michael  root  14,   0 Aug 30 16:31 /dev/mixer
> > > 
> > > now these were originally 600, but no difference after i changed them.
> > > 
> > > i also see in my kernel messages:
> > > 
> > > Feb 10 17:20:19 dhcppc4 insmod: 
>/lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o: init_module: No such device
> > > Feb 10 17:20:19 dhcppc4 insmod: Hint: insmod errors can be caused by incorrect 
>module parameters, including invalid IO or IRQ parameters.   You may find more 
>information in syslog or the output from dmesg
> > > Feb 10 17:20:19 dhcppc4 insmod: 
>/lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o: insmod sound-slot-0 failed
> > > Feb 10 17:20:19 dhcppc4 kernel: i810_audio: Codec not ready.. wait.. no response.
> > > Feb 10 17:20:19 dhcppc4 kernel: i810_audio: Audio Controller supports 6 channels.
> > > Feb 10 17:20:19 dhcppc4 kernel: i810_audio: Defaulting to base 2 channel mode.
> > > Feb 10 17:20:19 dhcppc4 kernel: i810_audio: Primary codec not ready.
> > > Feb 10 17:20:19 dhcppc4 modprobe: modprobe: Can't locate module sound-service-0-3
> > > 
> > > (i think that since the 845 chipset is built on the 810 chipset, many of the 
>drivers
> > > are for the 810 chipset.) so i checked out my modules:
> > > 
> > > # ls -l /lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o
> > > -rw-r--r--1 root root30572 Sep  4 10:47 
>/lib/modules/2.4.18-14/kernel/drivers/sound/i810_audio.o
> > > 
> > > although sound-slot-0 is missing, but that's the second message, so i'm not sure 
>if that's
> > > the main problem.
> > > 
> > > and
> > > 
> > >   # cat /etc/modules.conf
> > >   alias parport_lowlevel parport_pc
> > >   alias eth0 eepro100
> > >   alias usb-controller ehci-hcd
> > >   alias sound-slot-0 i810_audio
> > >   post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 
>2>&1 || :
> > >   pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 
>|| :
> > >   alias usb-controller1 usb-uhci
> > > 
> > > 
> > > 
> > > and dmesg says:
> > > 
> > > 
> > >   Intel 810 + AC97 Audio, version 0.22, 13:45:06 Sep  4 2002
> > >   PCI: Found IRQ 3 for device 00:1f.5
> > >   PCI: Sharing IRQ 3 with 00:1f.3
> > >   PCI: Setting latency timer of device 00:1f.5 to 64
> > >   i810: Intel ICH4 found at IO 0xe080 and 0xe400, IRQ 3
> > >   i810_audio: Codec not ready.. wait.. no response.
> > >   i810_audio: Audio Controller supports 6 channels.
> > >   i810_audio: Defaulting to base 2 channel mode.
> > >   i810_audio: Primary codec not ready.
> > > 
> > > 
> > > i'm not quite sure what next to try - any suggestions?
> > > 
> > > thanks,
> > > michael
> > > 
> > 
> 
> -- 
-- 
Philippe, Chiangmai, Thailand



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: How to declare header location?: SOLVED

2003-02-16 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sun, 16 Feb 2003 09:52:57 -0500, Michael Fratoni wrote:

> I don't have a /usr/local/include directory on my machine, so it is 
> ignored. Creating the directory causes the problem to appear.

Ah, that makes sense, didn't think about that.

  $ rpm -qf /usr/local/include
  filesystem-2.1.6-5

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

iD8DBQE+T6iG0iMVcrivHFQRAuvHAJoDPVrf5dHxWZAf4J6QSeKHvbuhnQCeOra4
IwDRXP05ggQZQmbAN62lXuY=
=F1Xa
-END PGP SIGNATURE-



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: How to declare header location?: SOLVED

2003-02-16 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 16 February 2003 10:04 am, Michael Schwendt wrote:
> On Sun, 16 Feb 2003 09:52:57 -0500, Michael Fratoni wrote:
> > I don't have a /usr/local/include directory on my machine, so it is
> > ignored. Creating the directory causes the problem to appear.
>
> Ah, that makes sense, didn't think about that.
>
>   $ rpm -qf /usr/local/include
>   filesystem-2.1.6-5

Looks like I cleaned out /usr/local at some point. 
$ ls /usr/local/
i386-linux-uclibc  man

Probably when I built the uClibc development environment.

Thanks again for the help.
- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+T7N5n/07WoAb/SsRAsfQAJ97DOyC5XG7YOKd1BMTZth0roaqjACeLTk5
3+TELN02rLe41Jgh7t2cuFE=
=Lptz
-END PGP SIGNATURE-



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: BIND Question?

2003-02-16 Thread Cowles, Steve
> -Original Message-
> From: steve
> Sent: Sunday, February 16, 2003 7:10 AM
> Subject: Re: BIND Question?
> 
> 
> Here is the current configuration files I have setup.
> Anybody have any ideas why this wont work?

I can query (dig) your domain name from this end without any problems.
Although dns1.websitestudios.net does seem to be answering requests. Note
the status:

dig @dns1.websitestudios.net deadlinecommunications.com ns
 
; <<>> DiG 9.2.1 <<>> @dns1.websitestudios.net deadlinecommunications.com ns
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 15243
;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
 
;; QUESTION SECTION:
;deadlinecommunications.com.IN  NS
 
;; Query time: 87 msec
;; SERVER: 66.73.43.36#53(dns1.websitestudios.net)
;; WHEN: Sun Feb 16 09:52:00 2003
;; MSG SIZE  rcvd: 44


...and now dns2. Which looks OK.

dig @dns2.websitestudios.net deadlinecommunications.com ns 
 
; <<>> DiG 9.2.1 <<>> @dns2.websitestudios.net deadlinecommunications.com ns
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 8676
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 2
 
;; QUESTION SECTION:
;deadlinecommunications.com.IN  NS
 
;; ANSWER SECTION:
deadlinecommunications.com. 86400 INNS  dns1.websitestudios.net.
deadlinecommunications.com. 86400 INNS  dns2.websitestudios.net.
 
;; ADDITIONAL SECTION:
dns1.websitestudios.net. 86400  IN  A   66.73.43.36
dns2.websitestudios.net. 86400  IN  A   209.142.228.188
 
;; Query time: 126 msec
;; SERVER: 209.142.228.188#53(dns2.websitestudios.net)
;; WHEN: Sun Feb 16 09:53:27 2003
;; MSG SIZE  rcvd: 132


It's my understanding that dns name servers records (NS) are queried in a
round-robin fashion. So your problem could be that your attempts went to
dns1, which seems to be offline.

Steve Cowles



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: BIND Question?

2003-02-16 Thread Cowles, Steve
Oops! That should have read...

I can query (dig) your domain name from this end without any problems.
Although dns1.websitestudios.net does NOT seem to be answering requests.
Note the status:

NOT...

I can query (dig) your domain name from this end without any problems.
Although dns1.websitestudios.net does seem to be answering requests. Note
the status:

Sorry
Steve Cowles



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Redhat 8.0 and 2Gb RAM

2003-02-16 Thread Dimitri Deserranno


Hi,
I have a Athlon dual processor system with 1Gb RAM on which I ran Redhat
7.2
Now, I wanted to upgrade to Redhat 8.0 (downloaded on Feb 13, 2003) and
add an additional 1Gb RAM.
However, with 2Gb RAM my system locks up during the install. If I remove
the additional memory, I can install without problems.
So I tried to add the memory afterwards. The memory was recognized by the
kernel. However, this morning my machine locked up again. 
Since my computational work requires the additional memory I wonder if
anyone could help me out. I'd be more than happy to supply you with
additional information.
Thanks a lot in advance.
Regards,
Dimi.


Dimitri Deserranno, PhD candidate
Department of Biomedical Engineering - Case Western Reserve University

Email: [EMAIL PROTECTED]
Department of Cardiovascular Medicine - Cleveland Clinic Foundation
Phone: (216) 444 - 5315
Email: [EMAIL PROTECTED]



Re: Redhat 8.0 and 2Gb RAM

2003-02-16 Thread Michael Kuss
On Sun, 16 Feb 2003, Dimitri Deserranno wrote:

> 
> Hi,
> 
> I have a Athlon dual processor system with 1Gb RAM on which I ran Redhat 7.2
> 
> Now, I wanted to upgrade to Redhat 8.0 (downloaded on Feb 13, 2003) and add 
> an additional 1Gb RAM.
> However, with 2Gb RAM my system locks up during the install. If I remove 
> the additional memory, I can install without problems.
> So I tried to add the memory afterwards. The memory was recognized by the 
> kernel. However, this morning my machine locked up again.
> 
> Since my computational work requires the additional memory I wonder if 
> anyone could help me out. I'd be more than happy to supply you with 
> additional information.

well, first, verify the memory.

One simple check is to remove the first 1GB, and put the new 1GB in that
place.  Still locks up?  Go and change it!

If not, get memtest86 and do a thorough check.  Still no problems?  Then,
post details.

Cheers,

Michael



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Redhat 8.0 and 2Gb RAM

2003-02-16 Thread Dimitri Deserranno


Thanks. Will do. So, the amount of memory should not be a problem
right?
Dimi
At 05:47 PM 2/16/2003 +0100, you wrote:
On Sun, 16 Feb 2003, Dimitri
Deserranno wrote:
> 
> Hi,
> 
> I have a Athlon dual processor system with 1Gb RAM on which I ran
Redhat 7.2
> 
> Now, I wanted to upgrade to Redhat 8.0 (downloaded on Feb 13, 2003)
and add 
> an additional 1Gb RAM.
> However, with 2Gb RAM my system locks up during the install. If I
remove 
> the additional memory, I can install without problems.
> So I tried to add the memory afterwards. The memory was recognized
by the 
> kernel. However, this morning my machine locked up again.
> 
> Since my computational work requires the additional memory I wonder
if 
> anyone could help me out. I'd be more than happy to supply you with

> additional information.
well, first, verify the memory.
One simple check is to remove the first 1GB, and put the new 1GB in
that
place.  Still locks up?  Go and change it!
If not, get memtest86 and do a thorough check.  Still no
problems?  Then,
post details.
Cheers,
Michael

-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Dimitri Deserranno, PhD candidate
Department of Biomedical Engineering - Case Western Reserve University 
Email: [EMAIL PROTECTED]
Department of Cardiovascular Medicine - Cleveland Clinic Foundation
Phone: (216) 444 - 5315
Email: [EMAIL PROTECTED]



Re: Redhat 8.0 and 2Gb RAM

2003-02-16 Thread Michael Kuss
On Sun, 16 Feb 2003, Dimitri Deserranno wrote:

> 
> Thanks. Will do. So, the amount of memory should not be a problem right?
> Dimi

first thought, no.  However, you never know how.  E.g., I once noticed 
that in text files a few characters were changed into other.  It was the 
memory.  If you browse through the archive of this list you will find a 
vast collection of symptoms of faulty memory.

Cheers,

Michael



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Redhat 8.0 and 2Gb RAM

2003-02-16 Thread Dimitri Deserranno


I didn't think of faulty memory since the old memory used to work just
fine. And now I am running with the new memory only. Only when I add the
old back to it I seem to have issues.
Just downloaded memtest86-3.0.iso
Thanks, Dimi
At 06:06 PM 2/16/2003 +0100, you wrote:
On Sun, 16 Feb 2003, Dimitri
Deserranno wrote:
> 
> Thanks. Will do. So, the amount of memory should not be a problem
right?
> Dimi
first thought, no.  However, you never know how.  E.g., I once
noticed 
that in text files a few characters were changed into other.  It was
the 
memory.  If you browse through the archive of this list you will
find a 
vast collection of symptoms of faulty memory.
Cheers,
Michael

-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Dimitri Deserranno, PhD candidate
Department of Biomedical Engineering - Case Western Reserve University 
Email: [EMAIL PROTECTED]
Department of Cardiovascular Medicine - Cleveland Clinic Foundation
Phone: (216) 444 - 5315
Email: [EMAIL PROTECTED]



Bring up Ethernet

2003-02-16 Thread John Nall
Well (sigh), after wrestling with this problem for several days, I've 
decided to go back to basics and ask the questions that perhaps I should 
have started with.

PROBLEM:  I cannot get ethernet working for two RH8.0 machines to 
communicate with each other.

STATUS:  Two machines, side by side, both running RH8.0.  Both machines 
also can run Windows and the network works OK when using that.  All 
extranous things have been removed -- two machines are now connected by a 
single cable (with the proper reverses -- yellow cable -- it works).

Both machines are configured as "workstations" and both have additional 
packages installed to be sure all networking software is there (probably 
went overboard in installing packages I do not need).

Following the instructions under the Redhat "Customization" documentation I 
do SYSTEM SETTINGS --> NETWORK DEVICE CONTROL.  Both machines show eth0.

However, when I try to "activate" the eth0 device it fails.

So, where do I begin?   I am a great believer in RTFM but do not know where 
to start over and above where I already started.

Thanks, JOHN



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Time Drift / Shift Problem - Please Help

2003-02-16 Thread Charlie McVeigh




> > 
> > My RH 8.0 Linux machine loses or gains time every 12-20 minutes while it
> > is running.  The time changes that I have experienced range from +/- 13
> > hours to as little as +/- 32 seconds (see sample logs below).
> 
> I assume you looked all the various log files in /var/log/*.  Any hints?  
> E.g., I have OpenAFS running on my computers, and particularily fast is
> the hardware clock of the one at home that it has to be set back several
> seconds every hour.  These corrections show up in /var/log/messages.
> 
> Cheers,
> 
> Michael
> 

> I seem to remember a report of an interaction between the battery monitor
> tool and time of day. You might try disabling the battery monitor and
> see what happens.
> {^_^}

When I first started getting serious about troubleshooting this problem,
I did notice an interaction between apmd and the timing of the time
shift in /var/log/messages.  I subsequently disabled apmd and as a
result 2 things happened:

1)  There is no longer any indication of any problems in
/var/log/messages  (apmd was the only thing balking when the time
drift/shift occurred).

2) The time drift/shift problem continues even with apmd disabled.


Charlie



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Time Drift / Shift Problem - Please Help

2003-02-16 Thread Charles
Charlie McVeigh wrote:





My RH 8.0 Linux machine loses or gains time every 12-20 minutes while it
is running.  The time changes that I have experienced range from +/- 13
hours to as little as +/- 32 seconds (see sample logs below).


I assume you looked all the various log files in /var/log/*.  Any hints?  
E.g., I have OpenAFS running on my computers, and particularily fast is
the hardware clock of the one at home that it has to be set back several
seconds every hour.  These corrections show up in /var/log/messages.

Cheers,

Michael




I seem to remember a report of an interaction between the battery monitor
tool and time of day. You might try disabling the battery monitor and
see what happens.
{^_^}



When I first started getting serious about troubleshooting this problem,
I did notice an interaction between apmd and the timing of the time
shift in /var/log/messages.  I subsequently disabled apmd and as a
result 2 things happened:

1)  There is no longer any indication of any problems in
/var/log/messages  (apmd was the only thing balking when the time
drift/shift occurred).

2) The time drift/shift problem continues even with apmd disabled.


Charlie




I have been giving some thought to this, and I must admit I am 
stumped (not all that hard to do!).

I know you have said that ntpd is not running. Try running it, and 
see what happens. You will need to select a time server (use 
ntp.shorty.com). Let us know what happens with respect to the drift.

Cheers--
Charles



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


OT tunning network

2003-02-16 Thread faisal gillani
Well sorry for this Ot Question

i have a 100mbps network 
utp cable 10/100 mbps switch hub
60 clients consisting of Linux , Windows & solaris O/S
Dns is used for name resolution
there is a local webserver "Apache" running on my
network which provides large media files to clients as
downloads...
the problem that when clients downloads the download
speed they get is ranging from 400kbps to 1.5 mbps ..
both in rush hour & off hours .
so i wanted to know is that normal ? if not then wat
can be the problem & how can i fix it ?

thankx for reading

=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Redhat 8.0 and 2Gb RAM

2003-02-16 Thread Jason L Tibbitts III
> "DD" == Dimitri Deserranno <[EMAIL PROTECTED]> writes:

DD> However, with 2Gb RAM my system locks up during the install.

I have three dual Athlon systems which are stable with 1GB of RAM but
will lock up randomly with 2GB.  I have other systems which are
perfectly stable with 2GB.  Linux is fine; the hardware is just
unstable.

 - J<



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Bring up Ethernet

2003-02-16 Thread John Nall
At 12:27 PM 2/16/2003 -0500, I wrote:


So, where do I begin?   I am a great believer in RTFM but do not know 
where to start over and above where I already started.

Never mind.  I figured it out.  (Can I spell "dhcp?"  I can now. :-)

John 



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: OT tunning network

2003-02-16 Thread Mike Watson
On Sunday 16 February 2003 01:00 pm, faisal gillani wrote:
> Well sorry for this Ot Question
>
> i have a 100mbps network
> utp cable 10/100 mbps switch hub
> 60 clients consisting of Linux , Windows & solaris O/S
> Dns is used for name resolution
> there is a local webserver "Apache" running on my
> network which provides large media files to clients as
> downloads...
> the problem that when clients downloads the download
> speed they get is ranging from 400kbps to 1.5 mbps ..
> both in rush hour & off hours .
> so i wanted to know is that normal ? if not then wat
> can be the problem & how can i fix it ?
>
> thankx for reading
>
A couple of questions...

What type/brand/model router ar you using?
You referenced cable---what kind? Cat 5?
Are these internal or external clients?
What is the distance between the server and (1) the router/switch and 
(2) if the clients are on the same subnet/switch/router, what is the 
distance between them and the switch/router/server?

mw

-- 
Registered Linux - 256979
NRA Life
ARS: WØTMW








-- 
This message has been scanned for viruses and
dangerous content by F-Prot and MailScanner, 
and is believed to be clean.



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Bring up Ethernet

2003-02-16 Thread Mike Watson
On Sunday 16 February 2003 11:27 am, John Nall wrote:
> Well (sigh), after wrestling with this problem for several days, I've
> decided to go back to basics and ask the questions that perhaps I
> should have started with.
>
> PROBLEM:  I cannot get ethernet working for two RH8.0 machines to
> communicate with each other.
>
> STATUS:  Two machines, side by side, both running RH8.0.  Both
> machines also can run Windows and the network works OK when using
> that.  All extranous things have been removed -- two machines are now
> connected by a single cable (with the proper reverses -- yellow cable
> -- it works).
>
> Both machines are configured as "workstations" and both have
> additional packages installed to be sure all networking software is
> there (probably went overboard in installing packages I do not need).
>
> Following the instructions under the Redhat "Customization"
> documentation I do SYSTEM SETTINGS --> NETWORK DEVICE CONTROL.  Both
> machines show eth0.
>
> However, when I try to "activate" the eth0 device it fails.

By activate, I assume you mean "ifconfig eth0 up"?

mw
>
> So, where do I begin?   I am a great believer in RTFM but do not know
> where to start over and above where I already started.
>
> Thanks, JOHN

-- 
Registered Linux - 256979
NRA Life
ARS: WØTMW








-- 
This message has been scanned for viruses and
dangerous content by F-Prot and MailScanner, 
and is believed to be clean.



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: OT tunning network

2003-02-16 Thread faisal gillani

--- Mike Watson <[EMAIL PROTECTED]> wrote:
> On Sunday 16 February 2003 01:00 pm, faisal gillani
> wrote:
> > Well sorry for this Ot Question
> >
> > i have a 100mbps network
> > utp cable 10/100 mbps switch hub
> > 60 clients consisting of Linux , Windows & solaris
> O/S
> > Dns is used for name resolution
> > there is a local webserver "Apache" running on my
> > network which provides large media files to
> clients as
> > downloads...
> > the problem that when clients downloads the
> download
> > speed they get is ranging from 400kbps to 1.5 mbps
> ..
> > both in rush hour & off hours .
> > so i wanted to know is that normal ? if not then
> wat
> > can be the problem & how can i fix it ?
> >
> > thankx for reading
> >
> A couple of questions...
> 


> What type/brand/model router ar you using?
i am not using any router ... all clinets are on same
segment


> You referenced cable---what kind? Cat 5?

yes CAT5

> Are these internal or external clients?

they are all internel clients

> What is the distance between the server and (1) the

the distance ranges between 100 feets to 300 feets as
i have multiple switches or SOHO switch

> router/switch and 
> (2) if the clients are on the same
> subnet/switch/router, what is the 
> distance between them and the switch/router/server?

> 
> mw
> 
> -- 
> Registered Linux - 256979
> NRA Life
> ARS: WØTMW
> 
> 
> 
> 
> 
> 
> 
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by F-Prot and MailScanner, 
> and is believed to be clean.
> 
> 
> 
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
>
https://listman.redhat.com/mailman/listinfo/psyche-list


=
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: OT tunning network

2003-02-16 Thread Mike Watson
On Sunday 16 February 2003 02:08 pm, faisal gillani wrote:
> --- Mike Watson <[EMAIL PROTECTED]> wrote:
> > On Sunday 16 February 2003 01:00 pm, faisal gillani
> >
> > wrote:
> > > Well sorry for this Ot Question
> > >
> > > i have a 100mbps network
> > > utp cable 10/100 mbps switch hub
> > > 60 clients consisting of Linux , Windows & solaris
> >
> > O/S
> >
> > > Dns is used for name resolution
> > > there is a local webserver "Apache" running on my
> > > network which provides large media files to
> >
> > clients as
> >
> > > downloads...
> > > the problem that when clients downloads the
> >
> > download
> >
> > > speed they get is ranging from 400kbps to 1.5 mbps
> >
> > ..
> >
> > > both in rush hour & off hours .
> > > so i wanted to know is that normal ? if not then
> >
> > wat
> >
> > > can be the problem & how can i fix it ?
> > >
> > > thankx for reading
> >
> > A couple of questions...
> >
> >
> >
> > What type/brand/model router ar you using?
>
> i am not using any router ... all clinets are on same
> segment
>
> > You referenced cable---what kind? Cat 5?
>
> yes CAT5
>
> > Are these internal or external clients?
>
> they are all internel clients
>
> > What is the distance between the server and (1) the
>
> the distance ranges between 100 feets to 300 feets as
> i have multiple switches or SOHO switch

I suspect that due to the distance, your client NICs are switching down 
to 10 MPS.  100MBS begins to see errors when cable runs are over 100 
feet, even with CAT 5.  I had a similar situation at my office not long 
ago. We had to install a router between the switch and some long 
distance clients to get back up to 100mb.  We were using VoIP so the 
speed difference was quite noticable.

You might want to check it out.

mw
>
> > router/switch and
> > (2) if the clients are on the same
> > subnet/switch/router, what is the
> > distance between them and the switch/router/server?
> >
> >
> > mw
> >
> > --
> > Registered Linux - 256979
> > NRA Life
> > ARS: WØTMW
> >
> >
> >
> >
> >
> >
> >
> >
> > --
> > This message has been scanned for viruses and
> > dangerous content by F-Prot and MailScanner,
> > and is believed to be clean.
> >
> >
> >
> > --
> > Psyche-list mailing list
> > [EMAIL PROTECTED]
>
> https://listman.redhat.com/mailman/listinfo/psyche-list
>
>
> =
> *º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
>
> __
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
> http://shopping.yahoo.com

-- 
Registered Linux - 256979
NRA Life
ARS: WØTMW








-- 
This message has been scanned for viruses and
dangerous content by F-Prot and MailScanner, 
and is believed to be clean.



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Grip

2003-02-16 Thread Antonio Montagnani
I started playing with Grip today and I have two problems.

1) Ripping is operating only as root (and no operation happens as user)
2) I can' find the MP3 encoder as RPM.

Any suggestion??

Tnx

Antonio M.



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Unsubscribe

2003-02-16 Thread Jeff Starr

Unsubscribe

--- [EMAIL PROTECTED] wrote:
>Send Psyche-list mailing list submissions to
>   [EMAIL PROTECTED]
>
>To subscribe or unsubscribe via the World Wide Web, visit
>   https://listman.redhat.com/mailman/listinfo/psyche-list
>or, via email, send a message with subject or body 'help' to
>   [EMAIL PROTECTED]
>
>You can reach the person managing the list at
>   [EMAIL PROTECTED]
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Psyche-list digest..."
>
>
>Today's Topics:
>
>   1. Re: ssh-agent with default runlevel of 5 (Stephen Carville)
>   2. Re: nfs unmounts of stale connections (John Meagher)
>   3. Re: GRUB problems (Justin Zygmont)
>   4. Re: RH8.0 on Dell Dimension 4300S - Linux compatible?? (John Nall)
>   5. bluez patch in 2.4.20-2.X (Wolfgang Rapp)
>   6. Re: ssh-agent with default runlevel of 5 (Anne Possoz)
>   7. Re: ssh-agent with default runlevel of 5 (Keith Winston)
>   8. Re: connectivity using rh8 (Andrew Schott)
>   9. Re: ssh-agent with default runlevel of 5 (Gordon Messmer)
>  10. Re: ssh-agent with default runlevel of 5 (Anne Possoz)
>  11. Re: connectivity using rh8 (Aaron Konstam)
>  12. iptables (Justin Zygmont)
>  13. problems with redhat 8.0, sound, and intel 845 chipset (michael shiloh)
>  14. Re: iptables (Michael Schwendt)
>  15. Booting on USB Disk (JD)
>
>--__--__--
>
>Message: 1
>From: Stephen Carville <[EMAIL PROTECTED]>
>Organization: Far Side of the Moon
>To: [EMAIL PROTECTED]
>Subject: Re: ssh-agent with default runlevel of 5
>Date: Fri, 14 Feb 2003 13:35:01 -0800
>Reply-To: [EMAIL PROTECTED]
>
>On Friday February 14 2003 03:38, Neil Marjoram wrote:
>> Can someone tell me where to call the ssh-agent from when using a
>> default run level of 5. I usually use run level 3 and place the required
>> commands in .xinitrc in my home directory, but I have found that using
>> run level 5 this file is not used.
>
>Redhat 8.0 starts it by default for KDE and Gnome.  You can check by using 
>ssh-add:
>
>$ ssh-add -l
>The agent has no identities. <-- ssh-agent is running
>Could not open a connection to your authentication agent <-- ssh-agent is not 
>running.
>
>For other window managers look in /etc/X11/xdm/Xsession and 
>/etc/X11/xinit/xinitrc.
>
>
>
>
>--__--__--
>
>Message: 2
>From: "John Meagher" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Subject: Re: nfs unmounts of stale connections
>Date: Fri, 14 Feb 2003 17:02:55 -0500
>Reply-To: [EMAIL PROTECTED]
>
>> Hello all,
>> I have some stale nfs mounts on my RH8.0 server:
>>
>> showmount -a says:
>>
>> [root@store rc.d]# showmount-a
>> All mount points on store:
>> 10.0.0.90:/mnt/RH8isos
>> 10.0.0.90:/mnt/RH8isos/RedHat
>> 10.0.0.90:/mnt/RH8isos/RedHat/base
>> [root@store rc.d]#
>>
>> They are left over from a network install, after which I disconnected
>> the
>> target machine without doing anything special to tell nfs.
>>
>> /etc/fstab doesn't show them.
>> Rebooting doesn't kill them.
>Exports file is empty.
>>
>> Where are they remembered and how can I get rid of them?
>
>they should be /var/lib/nfs/statd, but I don't know if you can simply
>remove the files, and if statd will be happy
>
>Piero
>
>Thanks, Piero.
>They didn't show up in /var/lib/nfs/statd/
>Removing them from /var/lib/nfs/rmtab, however will get rid of them.
>However, it seems that new mounts don't go away automatically after I
>umount them on client and server and clear the /etc/exports file.
>
>
>
>--
>Psyche-list mailing list
>[EMAIL PROTECTED]
>https://listman.redhat.com/mailman/listinfo/psyche-list
>
>
>
>
>
>
>
>--__--__--
>
>Message: 3
>Date: Fri, 14 Feb 2003 17:05:07 -0500 (EST)
>From: Justin Zygmont <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: GRUB problems
>Reply-To: [EMAIL PROTECTED]
>
>On Fri, 14 Feb 2003, Thomas Dodd wrote:
>
>> 
>> 
>> Justin Zygmont wrote:
>> 
>> >>This discussing reminded me that I never seup grup to boot the other 
>> >>half of the mirror, so I don't have the redundancy I thought I had. Time 
>> >>to fix that too. I image it'll be tricky, since I have to install stage1 
>> >>on /dev/hdc and configure it to find hdc1 when booted from hdc. I really 
>> >>hate the PC BIOS. I'd much prefer somthing like the Sparc boot prom. :)
>> >>
>> >>
>> >
>> >it was pretty easy, just boot the system up, type grub, then the commands 
>> >from the last message, and it will write it to the hdc or whatever the 
>> >other drive is.
>> >
>> Have you disconnected hda to verify it worked?
>
>yes, and they both boot up interchangably and that's with a triple boot 
>system too.  After typing grub from the command line as root the rest was 
>as follows:
>
>root (hd0,0)
>find /boot/grub/stage1
>setup (hd0)
>
>of course the 0,0 being the drive that would want to install or reinstall 
>grub on.
>
>
>
>
>
>--__--__--
>
>Message: 4
>Date: Fri, 14 Feb 2003 17:11:27 -0500
>To: [EMAIL PROTECTED]
>From: John Nall <[EMAIL PROTECTED]>
>Subject: Re: RH8.0 on Dell Dimension 4300S - Li

Re: OT tunning network

2003-02-16 Thread toby
Mike Watson wrote:
> 
> On Sunday 16 February 2003 02:08 pm, faisal gillani wrote:


chopped out much stuff  . . 


> 
> I suspect that due to the distance, your client NICs are switching down
> to 10 MPS.


Speed negotiation does not depend on distance. See below.


>  100MBS begins to see errors when cable runs are over 100
> feet, even with CAT 5.  I had a similar situation at my office not long

The spec for cat5 cable length is 100 meters. Unless you have crappy wiring, 100
ft will not be a problem. Mismatched speed/duplex will be a problem.

> the distance ranges between 100 feets to 300 feets as

If the wiring is good, that's fine.

> i have multiple switches or SOHO switch

That may be a problem if you have too many cascaded switches ( max = 3) or if
they're looped somehow.



-toby



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Grip

2003-02-16 Thread Tony Nugent
On Sun Feb 16 2003 at 22:46, Antonio Montagnani wrote:

> I started playing with Grip today and I have two problems.
> 
> 1) Ripping is operating only as root (and no operation happens as user)

I won't answer this directly myself, but by changing permissions on
a few things you should be about to get it happening as a user.
(Hopefully others will take up the banner here :)

> 2) I can' find the MP3 encoder as RPM.

No, you won't.  At least not in the standard distro since all the
mp3 software was pulled due to licencing issues -- see the release
notes for psyche:

http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/release-notes/x86/

  Due to patent licensing, and conflicts between such patent
  licenses and the licenses of application source code, MPEG-1/2
  audio layer 3 (mp3) support has been removed from applications in
  Red Hat Linux such as XMMS and noatun. Red Hat suggests the use of
  Ogg Vorbis?, an open, non-proprietary, patent-and-royalty-free
  compressed audio format.

Ogg vorbis is very good: generally well supported, open source, and
gets as good or better compression and quality as mp3.

Meanwhile, go to http://psyche.freshrpms.net/ and there you will
find *lots* of multimedia software for redhat boxes, including
everything you'll need for mp3.

> Any suggestion??
> 
> Tnx
> 
> Antonio M.

Cheers
Tony



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Unsubscribe

2003-02-16 Thread Martin Stricker
Why don't you follow the unsubscribe instructions of the mail you
replied to? Furthermore it is *extremely* impolite to quote a whole 26
kB digest!

Jeff Starr wrote:
> 
> Unsubscribe
> 
> --- [EMAIL PROTECTED] wrote:
> >Send Psyche-list mailing list submissions to
> >   [EMAIL PROTECTED]
> >
> >To subscribe or unsubscribe via the World Wide Web, visit
> >   https://listman.redhat.com/mailman/listinfo/psyche-list
> >or, via email, send a message with subject or body 'help' to
> >   [EMAIL PROTECTED]

He who can read has a big advantage... (German proverb) ;-

Best regards,
Martin Stricker
-- 
Homepage: http://www.martin-stricker.de/
Linux Migration Project: http://www.linux-migration.org/
Red Hat Linux 7.3 for low memory: http://www.rule-project.org/
Registered Linux user #210635: http://counter.li.org/



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: BIND Question?

2003-02-16 Thread steve
dns1.websitestudios.net (the linux box) does answer
queries for other domains, deadlinecommunications.com
seems to be one that doesn't work. I can for example
query the domain name sweetcrystal.com through
dns1.websitestudios.net without a problem. Any ideas?




--- "Cowles, Steve" <[EMAIL PROTECTED]> wrote:
> Oops! That should have read...
> 
> I can query (dig) your domain name from this end
> without any problems.
> Although dns1.websitestudios.net does NOT seem to be
> answering requests.
> Note the status:
> 
> NOT...
> 
> I can query (dig) your domain name from this end
> without any problems.
> Although dns1.websitestudios.net does seem to be
> answering requests. Note
> the status:
> 
> Sorry
> Steve Cowles
> 
> 
> 
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
>
https://listman.redhat.com/mailman/listinfo/psyche-list


__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Unsubscribe

2003-02-16 Thread jdow

- Original Message - 
From: "Jeff Starr" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 16, 2003 14:16 PM
Subject: Re: Unsubscribe


> 
> Unsubscribe
> 



How INCREDIBLY rude and stupid, Jeff. First you neglect the messages you
received during the subscription process that had unsubscribe instructions
within them. Then you ignored the footers on all messages from the list.
And finally you ignored the headers on all messages from the list. Both
places contain the unsubscribe information in great detail.

The stupidity can be forgiven. There is a lot of that going around these
days. The rudeness of that long quote cannot be forgiven. Read the footers
on ANY message and then leave the list. If you want fast service you must
do it yourself.

{+_+}Sheesh



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



(OT) what os are you?

2003-02-16 Thread Iain Buchanan
http://bbspot.com/News/2003/01/os_quiz.php
heh heh
-- 
Iain Buchanan <[EMAIL PROTECTED]>
I have become me without my consent.



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


Re: BIND Question?

2003-02-16 Thread Tony Nugent
On Sun Feb 16 2003 at 16:32, steve wrote:

> dns1.websitestudios.net (the linux box) does answer
> queries for other domains, deadlinecommunications.com
> seems to be one that doesn't work. I can for example
> query the domain name sweetcrystal.com through
> dns1.websitestudios.net without a problem. Any ideas?

-- the daemon isn't running
-- the daemon isn't configured correctly
-- there is a local (or network) firewall blocking access to port 53
-- the ACL configuration in named.conf prevents public access for
   answering such requests
-- etc etc etc

There are some excellent docs that come with bind, and its web site
has a good FAQ.

Cheers
Tony



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



RE: BIND Question? - SOLVED!!!

2003-02-16 Thread steve
I solved the problem. I didn't put the domain before
the SOA 


--- steve <[EMAIL PROTECTED]> wrote:
> dns1.websitestudios.net (the linux box) does answer
> queries for other domains,
> deadlinecommunications.com
> seems to be one that doesn't work. I can for example
> query the domain name sweetcrystal.com through
> dns1.websitestudios.net without a problem. Any
> ideas?
> 
> 
> 
> 
> --- "Cowles, Steve" <[EMAIL PROTECTED]> wrote:
> > Oops! That should have read...
> > 
> > I can query (dig) your domain name from this end
> > without any problems.
> > Although dns1.websitestudios.net does NOT seem to
> be
> > answering requests.
> > Note the status:
> > 
> > NOT...
> > 
> > I can query (dig) your domain name from this end
> > without any problems.
> > Although dns1.websitestudios.net does seem to be
> > answering requests. Note
> > the status:
> > 
> > Sorry
> > Steve Cowles
> > 
> > 
> > 
> > -- 
> > Psyche-list mailing list
> > [EMAIL PROTECTED]
> >
>
https://listman.redhat.com/mailman/listinfo/psyche-list
> 
> 
> __
> Do you Yahoo!?
> Yahoo! Shopping - Send Flowers for Valentine's Day
> http://shopping.yahoo.com
> 
> 
> 
> -- 
> Psyche-list mailing list
> [EMAIL PROTECTED]
>
https://listman.redhat.com/mailman/listinfo/psyche-list


__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



My Current Annoyances

2003-02-16 Thread Blaise Pascal
I did a reinstall today of Psyche on my IBM ThinkPad
T23, because I had nothing else to do with the lovely
snow storm outside (I live in Maryland).  After the
install with the default Desktop, and after running
up2date, I went crazy with the extras (compliments of
freshrpms.net): apt, synaptic, the alsa sound driver,
the wlan driver (for my Linksys WPC11), the Java
plugin, the Flash plugin, Xine, and Adobe Acrobat
Reader.  All installed without a hitch.  Here are the
annoyances at the moment.

1. Running xine with the xv video driver will not
work; I have to use xshm.  On my previous install, all
was fine with xshm, but now, the picture isn't
particularly clear (rather jagged, for lack of a
better description).  The difference is the version of
xine (before it was 0.9.13, now it's 0.9.18, I think).
 Any way to get it to work with xv, or to make it look
better with xshm?

2. I can't seem to get the animation to stop when
minimizing windows, even when I goto
Extras->Preferences->Panel.

3. I've had this annoyance ever since I've had Psyche:
on Mozilla, let's say I have two tabs, and one of them
has a number of text boxes for input.  If I input
something in a text box, switch to the other tab to
look at something else, switch back to the page with
the input boxes, and try to press the  key to
move to the next text box, the page is scrolled down
instead.  This always happens.

4. I thought I installed alsa correctly, but...  If I
run xmms (with the mp3 plugin and the alsa plugin) and
listen to an mp3 while browsing in Mozilla, eventually
the sound gets scratchy, especially if I move the
mouse and dragging something around.  This didn't
happen on my previous install, when I did *not*
install alsa.

5. I am now getting the "FAMOpened failed, FAMErrno=0"
error when running gedit from the terminal.  This
error seems harmless.  I did a quick search through
Google and there was some mention about needing to
install the fam package, but I already have that
installed.  Any other ideas?

These annoyances are minor, but it would be nice to
fix them.  I am very impressed in the ease in
installing Psyche and all the extras.  I remember when
I got a headache trying to install a Linux distro, any
distro, and configuring it afterwards. :)  If anyone
has any ideas on my annoyances, I'd appreciate a
response.


BP



=
Blaise Pascal
[EMAIL PROTECTED]

Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html

__
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Transferring updates across local network

2003-02-16 Thread John Nall
This may be a dumb question, with the answer glaringly obvious.  But I hate 
to make assumptions.  Doing so has bit me in the past.

Using RHN I have updated one of my three RH8.0 systems.  All three of them 
are on a LAN, at my home.  Since this updating is kind of a courtesy from 
Redhat, by virtue of my buying RH8.0 from them, I can only update one 
machine with RHN (or so I gather).   So one machine is updated.  The other 
two are not.  It would seem logical to me that I should be able to then 
update the other two machines on the LAN then, by merely copying the files.

Is that true?  Or am I being overly naive/trusting/innocent???  Anyone done it?

John



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Redhat 8.0 and 2Gb RAM

2003-02-16 Thread Peter Larsen
Dimitri Deserranno wrote:
> I didn't think of faulty memory since the old memory used to work just
> fine. And now I am running with the new memory only. Only when I add
> the old back to it I seem to have issues.

In my experience, OLD is bad for memory. The connectors starts to errode and
the contact between the Mobo and memory stick starts going bad. Once that
starts happening, an eraser and some contact cleaner does wonders :)

> Just downloaded memtest86-3.0.iso

That will show hardware problems with memory.

Btw. I'm running RH8 with 2GB on a dual Xeon - there are no memory problems
at all.

Best Regards
  Peter Larsen



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Transferring updates across local network

2003-02-16 Thread Tony Nugent
On Sun Feb 16 2003 at 20:41, John Nall wrote:

> Using RHN I have updated one of my three RH8.0 systems.  All three of them
> are on a LAN, at my home.  Since this updating is kind of a courtesy from
> Redhat, by virtue of my buying RH8.0 from them, I can only update one
> machine with RHN (or so I gather).   So one machine is updated.  The other
> two are not.  It would seem logical to me that I should be able to then
> update the other two machines on the LAN then, by merely copying the files.
> 
> Is that true?  Or am I being overly naive/trusting/innocent???  Anyone done it?

Go to http://freshrpms.net/ and look at apt for rpm (and synaptic).

> John

Cheers
Tony



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Unsubscribe

2003-02-16 Thread Steven W. Orr
On Sun, 16 Feb 2003, Jeff Starr wrote:

=>
=>Unsubscribe

From: "Dr. Bryan Bledsoe" <[EMAIL PROTECTED]>
To: "prehospitalcare List Member"  <[EMAIL PROTECTED]>
Subject: [prehospitalcare] How To Remove Yourself From The List
Date: Sat, 10 Aug 2002 20:55:52 -0500
X-Mailer: Microsoft Outlook Express 6.00.2600.
X-MDRemoteIP: 207.217.120.50
Sender: [EMAIL PROTECTED]
X-Return-Path: [EMAIL PROTECTED]
List-Unsubscribe: 
X-MDMailing-List: [EMAIL PROTECTED]
X-MDSend-Notifications-To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
X-MDaemon-Deliver-To: [EMAIL PROTECTED]

Phil:
   
You are WRONG.  Here is how to unsubscribe from [EMAIL PROTECTED]:
How to unsubscribe (as you requested)

First, ask your Internet Provider to mail you an Unsubscribing
Kit. Then follow these directions. The kit will most likely be
the standard no-fault type. Depending on requirements,   
System A and/or System B can be used. When operating System A,
depress lever and a plastic dalkron unsubscriber will be dispensed
through the slot immediately underneath. When you have fastened the
adhesive lip, attach connection marked by the large "X" outlet
hose. Twist the silver- coloured ring one inch below the connection
point until you feel it lock.

The kit is now ready for use. The Cin-Eliminator is activated by the
small switch on the lip. When securing, twist the ring back to its
initial condition, so that the two orange lines meet. Disconnect.

Place the dalkron unsubscriber in the vacuum receptacle to the
rear. Activate by pressing the blue button. 

The controls for System B are located on the opposite side. The red
release switch places the Cin-Eliminator into position; it can be
adjusted manually up or down by pressing the blue manual release
button. The opening is self-adjusting. To secure after use, press the
green button, which simultaneously activates the evaporator and
returns the Cin-Eliminator to its storage position.

You may log off if the green exit light is on over the evaporator. If
the red light is illuminated, one of the Cin-Eliminator requirements
has not been properly implemented.

Press the "List Guy" call button on the right of the evaporator. He
will secure all facilities from his control panel. 

To use the Auto-Unsub, first undress and place all your clothes in
the clothes rack. Put on the velcro slippers located in the cabinet
immediately below. Enter the shower, taking the entire kit with
you. On the control panel to your upper right upon entering you will
see a "Shower seal" button.

Press to activate. A green light will then be illuminated immediately
below. On the intensity knob, select the desired setting. Now depress
the Auto-Unsub activation lever.

Bathe normally.

The Auto-Unsub will automatically go off after three minutes unless
you activate the "Manual off" override switch by flipping it up. When
you are ready to leave, press the blue "Shower seal" release
button. The door will open and you may leave. Please remove the
velcro slippers and place them in their container.

If you prefer the ultrasonic log-off mode, press the indicated blue
button. When the twin panels open, pull forward by rings A & B. The
knob to the left, just below the blue light, has three settings, low,
medium or high. For normal use, the medium setting is suggested.

After these settings have been made, you can activate the device by
switching to the "ON" position the clearly marked red switch. If
during the unsubscribing operation you wish to change the settings,
place the "manual off" override switch in the "OFF" position. You may
now make the change and repeat the cycle. When the green exit light
goes on, you may log off and have lunch. Please close the door behind
you.



  
Bryan E. Bledsoe, DO, FACEP
Midlothian, Texas
  
All outgoing email scanned by Norton Antivirus and guaranteed
"virus free" or your money back.

- Original Message -
From: Philip L. Hayes
To: prehospitalcare List Member
Sent: Saturday, August 10, 2002 7:50 PM
Subject: [prehospitalcare] How To Remove Yourself From The List

Hi Everybody-

To remove yourself from the list serv, simply follow
the instructions at the bottom of every e-mail. Sending
an unsubscribe or remove command to the list will not
do it.

Phil Hayes
EMS Village Support



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Merle
Sent: Friday, August 09, 2002 7:42 PM
To: prehospitalcare List Member
Subject: [prehospitalcare] remove

please remove me from this list

Mail List distributed by EMSVillage.com 

http://www.emsvillage.com


==Made possible by our sponsors:


Laerdal Medical Corp.

http://www.laerdal.com


Ferno, Inc.

http://www.ferno.com


==

To unsubscribe from the Prehospitalcare Mail List:


1. Send an e-mail to [EMAIL PROTECTED] 

2. Include "UNSUBSCRIBE [EMAIL PROTECTED]" in the BODY
   of the message (without the quotes). 


==

Kview crash

2003-02-16 Thread Kevin Waterson

Anyone know of a decent image viewer?

here is the back trace from kview

no debugging symbols found)...[New Thread 8192 (LWP 1797)]
0x420ae169 in wait4 () from /lib/i686/libc.so.6
#0  0x420ae169 in wait4 () from /lib/i686/libc.so.6
#1  0x4212a2d0 in __DTOR_END__ () from /lib/i686/libc.so.6
#2  0x40e1bc63 in waitpid () from /lib/i686/libpthread.so.0
#3  0x4062c1e5 in KCrash::defaultCrashHandler(int) ()
   from /usr/lib/libkdecore.so.4
#4  
#5  0x40b608fd in QString::QString(QString const&) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#6  0x406336a2 in KURL::path(int) const () from /usr/lib/libkdecore.so.4
#7  0x40632595 in KURL::cmp(KURL const&, bool) const ()
   from /usr/lib/libkdecore.so.4
#8  0x4021ba19 in KDirLister::slotJobToBeKilled(KURL const&) ()
   from /usr/lib/libkio.so.4
#9  0x4021c879 in KDirLister::qt_invoke(int, QUObject*) ()
   from /usr/lib/libkio.so.4
#10 0x408eed6b in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#11 0x4021bdf5 in KDirLister::completed(KURL const&) ()
   from /usr/lib/libkio.so.4
#12 0x4021934e in KDirListerCache::slotUpdateResult(KIO::Job*) ()
   from /usr/lib/libkio.so.4
#13 0x4021cffb in KDirListerCache::qt_invoke(int, QUObject*) ()
   from /usr/lib/libkio.so.4
#14 0x408eed6b in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#15 0x4018c6b2 in KIO::Job::result(KIO::Job*) () from /usr/lib/libkio.so.4
#16 0x4017a597 in KIO::Job::emitResult() () from /usr/lib/libkio.so.4
#17 0x4017b83e in KIO::SimpleJob::slotFinished() () from /usr/lib/libkio.so.4
#18 0x40181861 in KIO::ListJob::slotFinished() () from /usr/lib/libkio.so.4
#19 0x4018ecda in KIO::ListJob::qt_invoke(int, QUObject*) ()
   from /usr/lib/libkio.so.4
#20 0x408eed6b in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#21 0x408eec57 in QObject::activate_signal(int) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#22 0x40170f1e in KIO::SlaveInterface::finished() () from /usr/lib/libkio.so.4
#23 0x4016fcb4 in KIO::SlaveInterface::dispatch(int, QMemArray const&) ()
   from /usr/lib/libkio.so.4
#24 0x4016f309 in KIO::SlaveInterface::dispatch() () from /usr/lib/libkio.so.4
#25 0x4016cc7b in KIO::Slave::gotInput() () from /usr/lib/libkio.so.4
#26 0x4016e9f0 in KIO::Slave::qt_invoke(int, QUObject*) ()
   from /usr/lib/libkio.so.4
#27 0x408eed6b in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#28 0x408eee35 in QObject::activate_signal(int, int) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#29 0x40bb67e2 in QSocketNotifier::activated(int) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#30 0x4090a5e0 in QSocketNotifier::event(QEvent*) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#31 0x4089ac49 in QApplication::internalNotify(QObject*, QEvent*) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#32 0x4089a4f1 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#33 0x405c09c6 in KApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/libkdecore.so.4
#34 0x4083af11 in sn_activate() () from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#35 0x4083b325 in QApplication::processNextEvent(bool) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#36 0x4089c280 in QApplication::enter_loop() ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#37 0x40a498c1 in QDialog::exec() () from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#38 0x4027195d in KFileDialog::getOpenURLs(QString const&, QString const&, QWidget*, 
QString const&) () from /usr/lib/libkio.so.4
#39 0x412cd429 in KImageViewer::slot_load() () from /usr/lib/kview.so
#40 0x412d4b6d in KImageViewer::qt_invoke(int, QUObject*) ()
   from /usr/lib/kview.so
#41 0x408eed6b in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#42 0x408eec57 in QObject::activate_signal(int) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#43 0x403df79b in KAction::activated() () from /usr/lib/libkdeui.so.4
#44 0x403d28bf in KAction::slotActivated() () from /usr/lib/libkdeui.so.4
#45 0x403df992 in KAction::qt_invoke(int, QUObject*) ()
   from /usr/lib/libkdeui.so.4
#46 0x408eed6b in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#47 0x40bb59f2 in QSignal::signal(QVariant const&) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#48 0x40908298 in QSignal::activate() ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#49 0x409d9ef3 in QPopupMenu::mouseReleaseEvent(QMouseEvent*) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#50 0x4092336c in QWidget::event(QEvent*) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#51 0x4089ac49 in QApplication::internalNotify(QObject*, QEvent*) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#52 0x4089a363 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#53 0x40

App to record from mic

2003-02-16 Thread Jim Christiansen

Hello Everyone,

I'm not experienced with sound recording and mixing and I can't find an easy 
to use app to record from the mic or line.  Does anyone here use a nice easy 
sound recorder?

Thanks,

Jim




_
MSN 8 with e-mail virus protection service: 2 months FREE*  
http://join.msn.com/?page=features/virus



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Resize with parted

2003-02-16 Thread Jim Christiansen

Here's another silly question:

If I resize a smaller partition, does the data get wiped?  I've got 12 megs 
of free space that I want to give to another existing partition.

Thanks,

Jim




_
Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Kview crash

2003-02-16 Thread Michael Wardle
On Monday, February 17, 2003 14:08, Kevin Waterson wrote:
> Anyone know of a decent image viewer?

Some common options are:
- kview
- kuickshow
- eog
- gthumb
- gqview
- imagemagick
- gimp

I trust you are aware that bugs in KDE should be reported to 
.

-- 
Michael Wardle
Adacel Technologies




-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Transferring updates across local network

2003-02-16 Thread Doug Brucks
At 08:41 PM 2/16/2003 -0500, you wrote:

This may be a dumb question, with the answer glaringly obvious.  But I 
hate to make assumptions.  Doing so has bit me in the past.

Using RHN I have updated one of my three RH8.0 systems.  All three of them 
are on a LAN, at my home.  Since this updating is kind of a courtesy from 
Redhat, by virtue of my buying RH8.0 from them, I can only update one 
machine with RHN (or so I gather).   So one machine is updated.  The other 
two are not.  It would seem logical to me that I should be able to then 
update the other two machines on the LAN then, by merely copying the files.

Is that true?  Or am I being overly naive/trusting/innocent???  Anyone 
done it?

John


I am sure there are other methods of updating over a lan, but this works 
for me.
I am making the assumption that all 3 have internet access.
I also do not run the rhnsd.  I update by running up2date.

You need to register all 3 machines with RHN.  Not to worry... registration 
is free.
I have 3 machines registered right now under one account, using different 
machine
descriptions so I can tell which is which. Two of them run on separate 
partitions
on one box (one for test and one for everyday use) and one is at work.The 
thing is,
only 1 can be active at a time.

When you want to update a machine, login to RHN and make that machine active.
Then run up2date on the active machine.

To save bandwidth and time, I make sure I configure up2date to save the update
downloads.  I think the default dir for the downloads is 
/var/spool/up2date.  I have
changed the default to a directory mounted to a shared partition on my home box
so both installs can use them without having to copy the files.  For work, 
I burn a
CD and then copy the files from it to the default directory.  When up2date
connects, you tell it what to update. If the files are where up2date 
expects to see
them, it will skip the download part.

I even burn an update CD for a friend of mine so he doesn't have to 
download the updates
over his dialup connection.  Since his install is a little different from 
mine, he still has to
download an update from time to time.

Just a side note.  I have recently paid for basic service.  Although I 
could keep up2date
for free, I wanted to give at least some support to my distro of choice.

Doug




--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Transferring updates across local network

2003-02-16 Thread Ed Wilts
On Sun, Feb 16, 2003 at 08:41:10PM -0500, John Nall wrote:
> This may be a dumb question, with the answer glaringly obvious.  But I hate 
> to make assumptions.  Doing so has bit me in the past.
> 
> Using RHN I have updated one of my three RH8.0 systems.  All three of them 
> are on a LAN, at my home.  Since this updating is kind of a courtesy from 
> Redhat, by virtue of my buying RH8.0 from them, I can only update one 
> machine with RHN (or so I gather).   So one machine is updated.  The other 
> two are not.  It would seem logical to me that I should be able to then 
> update the other two machines on the LAN then, by merely copying the files.

You've got a few choices:
1.  Buy subscriptions to RHN for all systems.  
2.  If all 3 are identically configured, you can run up2date on one
system and tell it to keep the rpms after they've been downloaded (the
default is to delete).  Once the first system is done, you can then
freshen your other systems from those rpms.
3.  Use one of the many open source tools that try to emulate up2date.
4.  Grab the files directly from a Red Hat ftp mirror and freshen your
system the old fashion way.

FWIW, I've got my home system subscribed to RHN (I've paid). The
$60/year is really a bargain for the piece of mind to get all updates
promptly, full ISOs if I need them on a high-priority basis, and new
versions of the OS during the year.  That, and Red Hat gets *all* the
money, unlike what would happen if I went to a local store to buy the
latest version twice per year.

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Transferring updates across local network

2003-02-16 Thread Charles
John Nall wrote:

This may be a dumb question, with the answer glaringly obvious.  But I 
hate to make assumptions.  Doing so has bit me in the past.

Using RHN I have updated one of my three RH8.0 systems.  All three of 
them are on a LAN, at my home.  Since this updating is kind of a 
courtesy from Redhat, by virtue of my buying RH8.0 from them, I can only 
update one machine with RHN (or so I gather).   So one machine is 
updated.  The other two are not.  It would seem logical to me that I 
should be able to then update the other two machines on the LAN then, by 
merely copying the files.

Is that true?  Or am I being overly naive/trusting/innocent???  Anyone 
done it?

John



Do a man up2date, and you will see that one of the options is to 
leave the RPM on your system after they have been used. Then, copy 
them to the un-updated system and do the update.

Cheers--
Charles



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Unsubscribe

2003-02-16 Thread Tony Nugent
On Sun Feb 16 2003 at 21:55, "Steven W. Orr" wrote:

oh gohd, what an idiot.  (flame intended.  not personally though)

you've just compounded the problem, do you realise that?

why didn't you simply sit on your hands, take a big breath, then hit
the  button?
Why can't people just ignore these things?
Why not take the conversation private if you must satisfy the urge
to reply?

> On Sun, 16 Feb 2003, Jeff Starr wrote:
> 
> =>
> =>Unsubscribe
> 
> From: "Dr. Bryan Bledsoe" <[EMAIL PROTECTED]>

 [ ... snip ... ]

> Phil:
>    
> You are WRONG.  Here is how to unsubscribe from [EMAIL PROTECTED]:
> How to unsubscribe (as you requested)

 [ ... snip ... ]

> - Original Message -
> From: Philip L. Hayes
> To: prehospitalcare List Member
> Sent: Saturday, August 10, 2002 7:50 PM
> Subject: [prehospitalcare] How To Remove Yourself From The List

 [ ... snip ... ]

> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Merle

> =>--- [EMAIL PROTECTED] wrote:
> =>>Send Psyche-list mailing list submissions to
> =>>   [EMAIL PROTECTED]
> =>>
> =>>To subscribe or unsubscribe via the World Wide Web, visit
> =>>   https://listman.redhat.com/mailman/listinfo/psyche-list
> =>>or, via email, send a message with subject or body 'help' to
> =>>   [EMAIL PROTECTED]
> =>>
> =>>You can reach the person managing the list at
> =>>   [EMAIL PROTECTED]
> =>>
> =>>When replying, please edit your Subject line so it is more specific
> =>>than "Re: Contents of Psyche-list digest..."
> =>>
> =>>
> =>>Today's Topics:

 [ ... HUGE snip ... ]

> =>>End of Psyche-list Digest

Yet _another_ lazy TWIT who didn't think and didn't bother
to trim this otherwise useless message before posting it back into
the mailing list.

All this reply has done is needlessly bloat the volume of the
mailing list and size of the next digest with a ton of unwanted
crap.

Get a life!

And if you must flame me back, take it privately so as not to bother
everyone else here.  (But I'll ignore you anyway).

sheesh.

Tony
(who wishes mailman could/did filter out admin-like messages and
digest re-posts for moderation before allowing them to be
distributed to the list.  and who is close to unsubscribing to this
list because of this sort of stupidity, heh, not such a loss on my
part either).



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Unsubscribe

2003-02-16 Thread Craig White
On Sun, 2003-02-16 at 19:55, Steven W. Orr wrote:

Yo dude,

don't ridicule others if you have to repost the entire digest from his
unsub message.

Craig



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: Redhat 8.0 and 2Gb RAM

2003-02-16 Thread Doug Brucks
At 08:44 PM 2/16/2003 -0500, you wrote:

Dimitri Deserranno wrote:
> I didn't think of faulty memory since the old memory used to work just
> fine. And now I am running with the new memory only. Only when I add
> the old back to it I seem to have issues.


I had a w2k box that would not take two sticks of memory.  I could run
either stick in any slot but could not run 2 sticks in any combination of 
slots.

I finally got a new MB.  Both sticks worked together fine

Doug




--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Unsubscribe

2003-02-16 Thread William F. Acker WB2FLW +1-303-777-8123
On Sun, 16 Feb 2003, Steven W. Orr wrote:

> On Sun, 16 Feb 2003, Jeff Starr wrote:
> 
> =>
> =>Unsubscribe
> 
Mega-snippage!
Ya know, dude, I read a few complaints about the OP's rudeness in quoting 
a whole digest back to the list.  For some reason, I didn't get his post.  
Unfortunately, you made sure that loss was made up for.  From my point of 
view, your version was much worse because you use "=>" as your quoting 
string, instead of the standard ">".  I'm sure glad I was close to my 
computer, rather than walking the pupcake listening to the list messages 
through wireless headphones.  I normally use a sed script to delete lines 
that begin with ">" thereby eliminating all quoted material on the theory 
that if I've heard it once, I should remember it.

-- 
  Bill in Denver



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Re: App to record from mic

2003-02-16 Thread Jack Bowling
** Reply to message from Jim Christiansen <[EMAIL PROTECTED]> on Sun, 16 Feb 
2003 20:06:44 -0700


> Hello Everyone,
> 
> I'm not experienced with sound recording and mixing and I can't find an easy 
> to use app to record from the mic or line.  Does anyone here use a nice easy 
> sound recorder?

The venerable Sox has all you need. From a command window (as root) you can use:

record -c  -i mic -r 8000 -o hello

to start a recoding session. By default the file will be recorded as hello000.wav. 
CTRL-C to end the recording.

Then you just do a:

play  hello000.wav 

to hear what you just recorded. For quick and dirty recording, you can't beat it. Both 
proggies have -h switches for help.

jb

-- 
Jack Bowling
mailto: [EMAIL PROTECTED]



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list



Configuring Linksys Wireless (WPC54G) under RedHat 8 Psyche

2003-02-16 Thread Carsten Schwarting
I am running RedHat 8 (Psyche) and have a Linksys wireless card (WPC54G) in 
my laptop.  I know my wireless network is functioning, because I dual-boot, 
and the wireless connection works under Win XP.

Any suggestions on how I can get the wireless card working under RedHat?  
The device was not recognized during the installation process.  My 
notebook's standard, internal ethernet card shows up at eth0, but the 
wireless card does not appear.

Any help would be greatly appreciated.  Carsten ([EMAIL PROTECTED])





_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail



--
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list


Re: Kview crash

2003-02-16 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 17 Feb 2003 17:11:30 +1100, Kevin Waterson wrote:

> > I trust you are aware that bugs in KDE should be reported to 
> > .
> 
> well, yes, but as I paid $140.00 for this distro I think maybe
> redhat should be addressing the problem. After all I purchased
> it from them, not KDE.
> 
> If I have a problem with the seat in my car, I dont go to the
> seat manufacturer, I go to the company that makes the car.

Then the place where to report this bug (and see whether it
is known already) is

  https://bugzilla.redhat.com 

and not this mailing-list.

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

iD8DBQE+UJYZ0iMVcrivHFQRAlFJAJ9UYVlS4gi4/aF2i2DCwe+UJtnuOwCfd5ML
/AMKKucpZXfnJYFBeJ+kV7w=
=w9kD
-END PGP SIGNATURE-



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list