Re: [gentoo-user] wvdial: dialup for users

2005-11-28 Thread Alan E. Davis
I've been plunking around with this. I tried what may be a brute force method: change the permissions of /dev/ttyS14. But /dev/ttyS14 is a link to /dev/tts/14. I now see that is a devfs rendering? I thought I do not have support for devfs, and I am trying to use something else. Anyway, is it

Re: [gentoo-user] wvdial: dialup for users

2005-11-28 Thread Alan E. Davis
Ok: success! After changing the permissions a a BUNCH of files, and ownerships, and even generating new groups (ppp), finally, when I changed the ownership of /etc/wvdial to root:dialout, the setup works! Isn't that always the way? When I finally have posted and given up, a new option occurs to

Re: [gentoo-user] wvdial: dialup for users

2005-11-27 Thread John J. Foster
On Sat, Nov 26, 2005 at 10:20:15PM -0600, Dale wrote: Now wvdial, it dials out, then sits for a minute, then disconnects with the error that my password is wrong, which is crap because it is correct. I only got wvdial to work once on another rig. It has never worked on this one though.

Re: [gentoo-user] wvdial: dialup for users

2005-11-27 Thread b.n.
Alan E. Davis wrote: I have tried alot of approaches. Wvdial is superior for detecting hardware: it found my modem on ttyS14, where other approaches hadn't found it. What I cannot seem to do is set up for my family to dial in from their accounts. I have tried changing permissions of

Re: [gentoo-user] wvdial: dialup for users

2005-11-27 Thread maxim wexler
Well, I use ppp and the comand pon and poff. It works pretty well. emerge ppp and then config with pppconfig. To connect, pon, to disconnect, poff. That would be as root, there should be a way to make users do it though. I'm not sure how. $sudo /usr/sbin/pon(poff) provider-name

Re: [gentoo-user] wvdial: dialup for users

2005-11-27 Thread Nick Rout
On Sun, 27 Nov 2005 14:33:09 + b.n. [EMAIL PROTECTED] wrote: Alan E. Davis wrote: I have tried alot of approaches. Wvdial is superior for detecting hardware: it found my modem on ttyS14, where other approaches hadn't found it. What I cannot seem to do is set up for my family

Re: [gentoo-user] wvdial: dialup for users

2005-11-27 Thread Alan E. Davis
I haven't tried setuid for the wvdial binary. I have joined the users to the groups dialout and uucp. I have also changed the owner of various binaries to include users, including wvdial. I followed someone's advice on the Inet and set pppd setuid for the group ppp which I also joined all users

Re: [gentoo-user] wvdial: dialup for users

2005-11-27 Thread Dale
John J. Foster wrote: On Sat, Nov 26, 2005 at 10:20:15PM -0600, Dale wrote: Now wvdial, it dials out, then sits for a minute, then disconnects with the error that my password is wrong, which is crap because it is correct. I only got wvdial to work once on another rig. It has never worked on

[gentoo-user] wvdial: dialup for users

2005-11-26 Thread Alan E. Davis
I have tried alot of approaches. Wvdial is superior for detecting hardware: it found my modem on ttyS14, where other approaches hadn't found it. What I cannot seem to do is set up for my family to dial in from their accounts. I have tried changing permissions of various kinds, adding user to

Re: [gentoo-user] wvdial: dialup for users

2005-11-26 Thread Dale
Alan E. Davis wrote: I have tried alot of approaches. Wvdial is superior for detecting hardware: it found my modem on ttyS14, where other approaches hadn't found it. What I cannot seem to do is set up for my family to dial in from their accounts. I have tried changing permissions of

Re: [gentoo-user] wvdial: dialup for users

2005-11-26 Thread Norberto Bensa
Alan E. Davis wrote: I have tried changing permissions of various kinds, adding user to dialout, etc. Add them to tty group ;) -- Norberto Bensa 4544-9692 Ciudad de Buenos Aires, Argentina -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] wvdial: dialup for users

2005-11-26 Thread Nick Rout
There are a couple of groups that you need to add your users to. - dialout and uucp. Reading the message at the end of emerging wvdial tells you this. Also reading the ebuild gives you the same information. I am not criticising you, thiose messages flash by very quickly, and reading the ebuild

Re: [gentoo-user] wvdial: dialup for users

2005-11-26 Thread Robert Crawford
On Sat November 26 2005 9:15 pm, Alan E. Davis wrote: I have tried alot of approaches. Wvdial is superior for detecting hardware: it found my modem on ttyS14, where other approaches hadn't found it. What I cannot seem to do is set up for my family to dial in from their accounts. I have