[Thread Prev][Thread Next][Thread Index]
Re: Serial Port Mess Up Causes Crash
- To: pilotmgr@xxxxxxxxxxxxxxxxxxx, mrjohns2@xxxxxxxx
- Subject: Re: Serial Port Mess Up Causes Crash
- From: John Simmons <John.Simmons@Eng>
- Date: Tue, 11 Nov 1997 15:11:48 -0800 (PST)
- Reply-to: John Simmons <John.Simmons@Eng>
- Sender: owner-pilotmgr@shadow
This is because admintool will change ownership and permission on a device, but
does not have a way to change it back (call it a feature ;-)). Assuming that
you have the same problem:
Here is what you need to do (at least one way to do it):
When the Serial Port Permissions don't allow access to PI_BIND (assume
/dev/ttyb):
Run commands as root:
1. chmod 666 /dev/ttyb
2. chown root /dev/ttyb
3. chgrp sys /dev/ttyb
4. touch /reconfigure
5. reboot
This is to correct a change which can be made by "admintool" to change the
permissions, and to set ownder and group to "uucp" and "tty".
John
> X-Sender: mrjohns2@bach
> To: pilotmgr@xxxxxxxxxxxxxxxxxxx
> Subject: Serial Port Mess Up Causes Crash
> MIME-Version: 1.0
>
> I am not sure what I "messed up", but I did somthing. I belive I
> changed a setting with admintool for the serial ports, now PilotManager
> crashes upon the sync button.
>
> What should I change?
>
>
> When I press the sync button I get the following error:
>
> playa% PilotManager &
> [1] 499
> playa% Caught a SIGSEGV at /opt/bin/PilotManager line 1675
> $ = eval {...} called from file `/opt/bin/PilotManager' line 1673
> $ = PilotMgr::hotSync called from file `/opt/bin/PilotManager' line 1001
> $ = eval {...} called from file `/opt/bin/PilotManager' line 1000
> $ = PilotMgr::buttonChoice('HotSync') called from file
> `/opt/bin/PilotManager' line 289
> $ = PilotMgr::__ANON__ called from file `(eval 30)' line 1
> $ = TkUtils::__ANON__() called from file
> `/opt/pilotmgr,v1.100/lib/perl5/Tk/Button.pm' line 103
> $ = eval {...} called from file
> `/opt/pilotmgr,v1.100/lib/perl5/Tk/Button.pm' line 103
> $ = Tk::Button::butUp('Tk::Button=HASH(0x86d8dd8)') called from file
> `/opt/bin/PilotManager' line 2263
> $ = eval {...} called from file `/opt/bin/PilotManager' line 2263
>
>
>
> --
> Matthew Johnson "I CAN RESIST everything
> finger <mrjohns2@xxxxxxxx> for pgp public key except temptation."
> <http://www.uiuc.edu/ph/www/mrjohns2/> --Oscar Wilde
(1854-1900)
>
> ---------------------------------------------------------------------
> ********************************************
> * PLEASE DO NOT POST PILOTMANAGER BUGS *
> * TO THIS ALIAS. SUBMIT BUG REPORTS VIA *
> * THE FEEDBACK MENU IN PILOTMANAGER *
> * -------------------- *
> * This is a public mailing list! *
> * Please do not publish Sun proprietary *
> * information here! *
> ********************************************
---------------------------------------------------------------------
********************************************
* PLEASE DO NOT POST PILOTMANAGER BUGS *
* TO THIS ALIAS. SUBMIT BUG REPORTS VIA *
* THE FEEDBACK MENU IN PILOTMANAGER *
* -------------------- *
* This is a public mailing list! *
* Please do not publish Sun proprietary *
* information here! *
********************************************
|
|