Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!samsung!dali.cs.montana.edu!ogicse!decwrl!sgi!shinobu!odin!mars!olson From: olson@mars.esd.sgi.com (Dave Olson) Newsgroups: comp.unix.admin Subject: Re: SG Iris, modems Message-ID: <1990Dec10.022647.1204@odin.corp.sgi.com> Date: 10 Dec 90 02:26:47 GMT References: <12706@medusa.cs.purdue.edu> <1990Dec9.032649.8633@unixland.uucp> Sender: news@odin.corp.sgi.com (Net News) Distribution: usa Organization: Silicon Graphics, Inc. Mountain View, CA Lines: 15 In <1990Dec9.032649.8633@unixland.uucp> bill@unixland.uucp (Bill Heiser) writes: | In article <12706@medusa.cs.purdue.edu> mhh@lisa.cs.purdue.edu (Matthew Harper) writes: | > | >After running cu, we got the follwoing error: | >ERROR - Can't Access Device | | Make sure you have read/write access to the /dev entry. i.e. chmod 666 | /dev/xxxxx Ah, I don't think you want mode 666 (potential security holes), try 'chown uucp /dev/ttyX#'. Depending on modem type, you probably want the ttym# device, rather than ttyd#. Also, if a login was previously enabled on the port, you want to do a 'killall getty' after the 'telinit q'.