Re: flatpak and root access

2020-04-06 Thread Nicolas George
Reco (12020-04-06): > It's simple, and security is just a part of a bigger problem here. > The very purpose of flatpak is to enable the user running untrusted > software (i.e. not obtained by usual OS means). > So, for instance, if the author of the software wants their software to > perform "telem

Re: flatpak and root access

2020-04-06 Thread Reco
Hi. On Mon, Apr 06, 2020 at 12:00:18PM -0500, Anil F Duggirala wrote: > hello, > I know there have been some security concerns with flatpak, which are > too high level for me to understand, It's simple, and security is just a part of a bigger problem here. The very purpose of flatpak is t

flatpak and root access

2020-04-06 Thread Anil F Duggirala
hello, I know there have been some security concerns with flatpak, which are too high level for me to understand, but I want to ask, is it normal for flatpak to ask for the root password when installing a new package? Are these packages not supposed to be sandboxed? thank you,

Re: How to enable SSH root access with password in jessie or stretch?

2017-02-04 Thread Pierre Couderc
On 02/04/2017 10:08 AM, Joe wrote: On Sat, 4 Feb 2017 09:18:34 +0100 Pierre Couderc wrote: I know it is not secure. I have soon set "PermitRootLogin yes" and restarted. In fact PermitRootLogin was not soon present in my ssh_config file. Thank you. I think that ought to be enough, but clear

Re: How to enable SSH root access with password in jessie or stretch?

2017-02-04 Thread Joe
On Sat, 4 Feb 2017 09:18:34 +0100 Pierre Couderc wrote: > I know it is not secure. > > I have soon set "PermitRootLogin yes" and restarted. In fact > PermitRootLogin was not soon present in my ssh_config file. > > Thank you. I think that ought to be enough, but clearly it isn't. It's a long

How to enable SSH root access with password in jessie or stretch?

2017-02-04 Thread Pierre Couderc
I know it is not secure. I have soon set "PermitRootLogin yes" and restarted. In fact PermitRootLogin was not soon present in my ssh_config file. Thank you. PC

Re: simple database solution without root access

2014-07-07 Thread Slavko
Ahoj, Dňa Mon, 7 Jul 2014 11:45:32 -0400 Steve Litt napísal: > On Sun, 6 Jul 2014 21:05:10 -0600 > Joe Pfeiffer wrote: > > I've always thought that's *exactly* what makes it a text file. If > every character's ascii value is between 32 and 126, along with > CarriageReturn and Linefeed, it's a

Re: simple database solution without root access

2014-07-07 Thread Steve Litt
On Sun, 6 Jul 2014 21:05:10 -0600 Joe Pfeiffer wrote: > My typical experience is that when people distinguish "text" vs > "binary" files, they mean the whole file can reasonably be made sense > of in a text editor (that's not a precise definition, of course, but I > think it serves the purpose).

Re: simple database solution without root access

2014-07-07 Thread Joel Rees
On Mon, Jul 7, 2014 at 9:46 PM, Nuno Magalhães wrote: > On Mon, Jul 7, 2014 at 1:12 PM, Joel Rees wrote: >> On Mon, Jul 7, 2014 at 7:54 PM, Nuno Magalhães >> wrote: >>> On Mon, Jul 7, 2014 at 4:09 AM, Joe Pfeiffer wrote: My typical experience is that when people distinguish "text" vs

Re: simple database solution without root access

2014-07-07 Thread Nuno Magalhães
On Mon, Jul 7, 2014 at 1:12 PM, Joel Rees wrote: > On Mon, Jul 7, 2014 at 7:54 PM, Nuno Magalhães > wrote: >> On Mon, Jul 7, 2014 at 4:09 AM, Joe Pfeiffer wrote: >>> My typical experience is that when people distinguish "text" vs >>> "binary" files, they mean the whole file can reasonably be ma

Re: simple database solution without root access

2014-07-07 Thread Joel Rees
On Mon, Jul 7, 2014 at 7:54 PM, Nuno Magalhães wrote: > On Mon, Jul 7, 2014 at 4:09 AM, Joe Pfeiffer wrote: >> My typical experience is that when people distinguish "text" vs >> "binary" files, they mean the whole file can reasonably be made sense >> of in a text editor (that's not a precise defi

Re: simple database solution without root access

2014-07-07 Thread Nuno Magalhães
On Mon, Jul 7, 2014 at 4:09 AM, Joe Pfeiffer wrote: > My typical experience is that when people distinguish "text" vs > "binary" files, they mean the whole file can reasonably be made sense > of in a text editor (that's not a precise definition, of course, but I > think it serves the purpose). Wh

Re: simple database solution without root access

2014-07-06 Thread Bob Proulx
kamaraju kusumanchi wrote: > Bob Proulx wrote: > > Are you aware of SQLite? > > I am still exploring all the suggestions given by others. But SQLite looks > very promising. There is a Perl DBI Interface to SQLite which might be what > I am after. Using Perl with DBI with an SQLite database works

Re: simple database solution without root access

2014-07-06 Thread Joe Pfeiffer
Joel Rees writes: >2014/07/07 10:39 "Joe Pfeiffer" : >> >> Joel Rees writes: >> >> > 2014/07/07 5:08 "Nuno Magalhães" : >> >> >> >> On Sun, Jul 6, 2014 at 9:03 PM, kamaraju kusumanchi >> >> wrote: >> >> > I am still exploring all the suggestions given by others. But SQLite >> >> > looks >> >> >

Re: simple database solution without root access

2014-07-06 Thread Joe Pfeiffer
Joel Rees writes: > 2014/07/07 10:39 "Joe Pfeiffer" : >> >> Joel Rees writes: >> >> > 2014/07/07 5:08 "Nuno Magalhães" : >> >> >> >> On Sun, Jul 6, 2014 at 9:03 PM, kamaraju kusumanchi >> >> wrote: >> >> > I am still exploring all the suggestions given by others. But SQLite >> >> > looks >> >>

Re: simple database solution without root access

2014-07-06 Thread Joel Rees
2014/07/07 10:39 "Joe Pfeiffer" : > > Joel Rees writes: > > > 2014/07/07 5:08 "Nuno Magalhães" : > >> > >> On Sun, Jul 6, 2014 at 9:03 PM, kamaraju kusumanchi > >> wrote: > >> > I am still exploring all the suggestions given by others. But SQLite looks > >> > very promising. There is a Perl DBI I

Re: simple database solution without root access

2014-07-06 Thread Joe Pfeiffer
Joel Rees writes: > 2014/07/07 5:08 "Nuno Magalhães" : >> >> On Sun, Jul 6, 2014 at 9:03 PM, kamaraju kusumanchi >> wrote: >> > I am still exploring all the suggestions given by others. But SQLite looks >> > very promising. There is a Perl DBI Interface to SQLite which might be what >> > I am af

Re: simple database solution without root access

2014-07-06 Thread Joel Rees
2014/07/07 5:08 "Nuno Magalhães" : > > On Sun, Jul 6, 2014 at 9:03 PM, kamaraju kusumanchi > wrote: > > I am still exploring all the suggestions given by others. But SQLite looks > > very promising. There is a Perl DBI Interface to SQLite which might be what > > I am after. > > >> > 2) I want the

Re: simple database solution without root access

2014-07-06 Thread Joel Roth
Bob Proulx wrote: > kamaraju kusumanchi wrote: > > I have some data in text format organized as follows > > > > field_1,field_2,field_3,...,field_9 > > val_1_1,val_1_2,val_1_3,...,val_1_9 > > val_2_1,val_2_2,val_2_3,...,val_2_9 > > ... > > val_100_1,val_100_2,val_100_3,...,val_100_9 > > > > > >

Re: simple database solution without root access

2014-07-06 Thread Tom Furie
On Sun, Jul 06, 2014 at 04:03:26PM -0400, kamaraju kusumanchi wrote: Someone else wrote (attribution removed previously) >> > > If you are already sed/grep/awk then stop at awk. :-) > > > > Seriously though what do you want to do that can't be done easily with awk? > I do use awk and have some

Re: simple database solution without root access

2014-07-06 Thread Nuno Magalhães
On Sun, Jul 6, 2014 at 9:03 PM, kamaraju kusumanchi wrote: > I am still exploring all the suggestions given by others. But SQLite looks > very promising. There is a Perl DBI Interface to SQLite which might be what > I am after. >> > 2) I want the data to be in text format. SQLite keeps data in b

Re: simple database solution without root access

2014-07-06 Thread kamaraju kusumanchi
> > I looked at mysql (http://zetcode.com/databases/mysqltutorial/), but > there > > the configuration seems to focus on having a central database that could > be > > shared across different users. This does not work for me for three > reasons: > > Are you aware of SQLite? > I am still exploring a

Re: simple database solution without root access

2014-07-06 Thread Miles Fidelman
Bob Proulx wrote: kamaraju kusumanchi wrote: I have some data in text format organized as follows field_1,field_2,field_3,...,field_9 val_1_1,val_1_2,val_1_3,...,val_1_9 val_2_1,val_2_2,val_2_3,...,val_2_9 ... val_100_1,val_100_2,val_100_3,...,val_100_9 I want to do database (sql) like operat

Re: simple database solution without root access

2014-07-06 Thread Bob Proulx
to edit the data file > directly using editors such as vim. If you are already sed/grep/awk then stop at awk. :-) Seriously though what do you want to do that can't be done easily with awk? > 3) I do not have root access and am trying to avoid compiling large > software applications

Re: simple database solution without root access

2014-07-05 Thread Neal Murphy
On Sunday, July 06, 2014 01:21:31 AM kamaraju kusumanchi wrote: > I have some data in text format organized as follows > > field_1,field_2,field_3,...,field_9 > val_1_1,val_1_2,val_1_3,...,val_1_9 > val_2_1,val_2_2,val_2_3,...,val_2_9 > ... > val_100_1,val_100_2,val_100_3,...,val_100_9 > > > I w

Re: simple database solution without root access

2014-07-05 Thread Bzzzz
On Sun, 6 Jul 2014 01:21:31 -0400 kamaraju kusumanchi wrote: > I want to do database (sql) like operations on this data. For As you're the only user and not in a hurry, use sqlite (also install sqlitebrowser that eases sqlite DBs exploration). Search on the web how to pour data from your flat f

simple database solution without root access

2014-07-05 Thread kamaraju kusumanchi
data to be in text format. Since some times, I do sed/grep/awk the data myself. Also, this helps me to edit the data file directly using editors such as vim. 3) I do not have root access and am trying to avoid compiling large software applications. Any ideas, pointers to existing code (perl scripts

Re: Remove root access from folder/directory

2013-12-06 Thread Chris Davies
Muntasim-Ul-Haque wrote: > I've unzipped a folder and it became root protected. Next time don't unzip it as root. Chris -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.o

Re: Re: Remove root access from folder/directory

2013-12-05 Thread Muntasim-Ul-Haque
Thanks Scott! It worked like a charm. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/52a133b2.2050...@inventati.org

Re: Remove root access from folder/directory

2013-12-05 Thread Ralf Mardorf
; other place. What can I do now? How can I move/copy this folder to other > > places? How to remove root access from this folder? > > With thanks, > > Muntasim-Ul-Haque > > > > > Presuming the directory is beneath directories owned by you, otherwise > move it to so

Re: Remove root access from folder/directory

2013-12-04 Thread Scott Ferguson
On 05/12/13 17:01, Muntasim-Ul-Haque wrote: > Hi, > I've unzipped a folder and it became root protected. The folder icon is > showing a lock sign. Now that, I cannot copy/move this folder in any > other place. What can I do now? How can I move/copy this folder to other > places

Remove root access from folder/directory

2013-12-04 Thread Muntasim-Ul-Haque
Hi, I've unzipped a folder and it became root protected. The folder icon is showing a lock sign. Now that, I cannot copy/move this folder in any other place. What can I do now? How can I move/copy this folder to other places? How to remove root access from this folder? With thanks, Mun

Re: dev/null only root access - why?

2009-09-22 Thread Emanoil Kotsev
Emanoil Kotsev wrote: > Sven Joachim wrote: > >> On 2009-09-22 21:23 +0200, Emanoil Kotsev wrote: >> >>> Why does dev/null has rw permissions only for root? >>> >>> ls -al /dev/null >>> -rw-r--r-- 1 root root 0 22 сеп 21,09 /dev/null >> >> This can happen if some program, e.g. an early init scr

Re: dev/null only root access - why?

2009-09-22 Thread Emanoil Kotsev
Sven Joachim wrote: > On 2009-09-22 21:23 +0200, Emanoil Kotsev wrote: > >> Why does dev/null has rw permissions only for root? >> >> ls -al /dev/null >> -rw-r--r-- 1 root root 0 22 сеп 21,09 /dev/null > > This can happen if some program, e.g. an early init script, writes to > /dev/null before t

Re: dev/null only root access - why?

2009-09-22 Thread Chris Jackson
Chris Jackson wrote: Or udev isn't running for some reason. I correct myself, /dev/null exists, at least on my system (lenny), on the "underlying" /dev with the minimal set of devices on there. So it should never not exist as far as I can see. Did you do anything that might have dele

Re: dev/null only root access - why?

2009-09-22 Thread Chris Jackson
Nelson Castillo wrote: On Tue, Sep 22, 2009 at 2:23 PM, Emanoil Kotsev wrote: Why does dev/null has rw permissions only for root? ls -al /dev/null -rw-r--r-- 1 root root 0 22 сеп 21,09 /dev/null Mmm. Weird major and minor numbers. It doesn't look like a char device. It's a regular file o

Re: dev/null only root access - why?

2009-09-22 Thread Sven Joachim
On 2009-09-22 21:23 +0200, Emanoil Kotsev wrote: > Why does dev/null has rw permissions only for root? > > ls -al /dev/null > -rw-r--r-- 1 root root 0 22 сеп 21,09 /dev/null This can happen if some program, e.g. an early init script, writes to /dev/null before the device node for it is created.

Re: dev/null only root access - why?

2009-09-22 Thread Nelson Castillo
On Tue, Sep 22, 2009 at 2:23 PM, Emanoil Kotsev wrote: > Why does dev/null has rw permissions only for root? > > ls -al /dev/null > -rw-r--r-- 1 root root 0 22 сеп 21,09 /dev/null Mmm. Weird major and minor numbers. It doesn't look like a char device. crw-rw-rw- 1 root root 1, 3 2009-09-21 14:24

dev/null only root access - why?

2009-09-22 Thread Emanoil Kotsev
Why does dev/null has rw permissions only for root? ls -al /dev/null -rw-r--r-- 1 root root 0 22 сеп 21,09 /dev/null Where do you fix this? regards -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Scanner Needs Root Access?

2009-03-01 Thread Thierry Chatelet
On 1 March 2009 15:06:15 Kent West wrote: > Andrew Malcolmson wrote: > > Thierry Chatelet wrote: > > [snip] > > > >> lp does not need to be in scanner group. I know it does not help, but... > >> Did you try to log out and back in since you put yourself in scanner > >> group? > > > > or to avoid nee

Re: Scanner Needs Root Access?

2009-03-01 Thread Kent West
Andrew Malcolmson wrote: > Thierry Chatelet wrote: > [snip] >> lp does not need to be in scanner group. I know it does not help, but... >> Did you try to log out and back in since you put yourself in scanner >> group? >> > > or to avoid needing to log out and back in, run > > newgrp [groupname] > >

Re: Scanner Needs Root Access?

2009-03-01 Thread Andrew Malcolmson
Thierry Chatelet wrote: [snip] lp does not need to be in scanner group. I know it does not help, but... Did you try to log out and back in since you put yourself in scanner group? or to avoid needing to log out and back in, run newgrp [groupname] -- To UNSUBSCRIBE, email to debian-user-requ

Re: Scanner Needs Root Access?

2009-02-27 Thread Thierry Chatelet
On 28 February 2009 07:42:05 Scarletdown wrote: > On Sat, 2009-02-28 at 07:32 +0100, Thierry Chatelet wrote: > > On 28 February 2009 06:28:39 Scarletdown wrote: > > > # EPSON Stylus NX300 | EPSON Stylus NX300 | EPSON Stylus NX300 > > > SYSFS{idVendor}=="04b8", SYSFS{idProduct}=="0848", MODE="660",

Re: Scanner Needs Root Access?

2009-02-27 Thread Scarletdown
On Sat, 2009-02-28 at 07:32 +0100, Thierry Chatelet wrote: > On 28 February 2009 06:28:39 Scarletdown wrote: > > # EPSON Stylus NX300 | EPSON Stylus NX300 | EPSON Stylus NX300 > > SYSFS{idVendor}=="04b8", SYSFS{idProduct}=="0848", MODE="660", > > OWNER="lp", GROUP="scanner", ENV{libsane_matched}="y

Re: Scanner Needs Root Access?

2009-02-27 Thread Thierry Chatelet
On 28 February 2009 06:28:39 Scarletdown wrote: > I was recently given a brand new Epson Stylus NX300 Printer/Scanner/Fax, > and have been trying to get it all working properly. Printer functions > are working fine. For the scanning functions, I installed the iscan > package. The device is scann

Scanner Needs Root Access?

2009-02-27 Thread Scarletdown
I was recently given a brand new Epson Stylus NX300 Printer/Scanner/Fax, and have been trying to get it all working properly. Printer functions are working fine. For the scanning functions, I installed the iscan package. The device is scanning fine. However, it will only work for root. This se

Re: flashbock package and filters (was: Re: flashblock and noscript extensions want root access?)

2008-07-15 Thread Florian Kulzer
On Tue, Jul 15, 2008 at 10:49:41 -0400, H.S. wrote: > H.S. wrote: > >> I have installed these now: >> $> sudo aptitude install mozilla-firefox-adblock mozilla-noscript >> >> This is on Debian Testing. > > After installing these two, do I need to get the set of filters for > adblock from somewhere

flashbock package and filters (was: Re: flashblock and noscript extensions want root access?)

2008-07-15 Thread H.S.
H.S. wrote: I have installed these now: $> sudo aptitude install mozilla-firefox-adblock mozilla-noscript This is on Debian Testing. After installing these two, do I need to get the set of filters for adblock from somewhere or is it already setup? The README file in mozilla-firefox-adbloc

Re: flashblock and noscript extensions want root access?

2008-07-15 Thread H.S.
Florian Kulzer wrote: H.S., if you do install Noscript into Iceape (as root), please let us know how this affects your upgrades. My guess is that Noscript would have to be reinstalled after every upgrade of Iceape, but I'd like to know. I am not sure I want to do this as root. Usually, I t

Re: flashblock and noscript extensions want root access?

2008-07-15 Thread Florian Kulzer
On Mon, Jul 14, 2008 at 22:34:45 -0400, H.S. wrote: > Mumia W.. wrote: >> >> The Noscript FAQ discusses this. For Seamonkey, Noscript must be >> installed globally because Seamonkey is missing the API that makes >> profile-installation easy. > > hmm ... thanks for this info. > >> I'm glad you m

Re: flashblock and noscript extensions want root access?

2008-07-14 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/14/08 21:34, H.S. wrote: > Mumia W.. wrote: > >> >> The Noscript FAQ discusses this. For Seamonkey, Noscript must be >> installed globally because Seamonkey is missing the API that makes >> profile-installation easy. > > > hmm ... thanks for t

Re: flashblock and noscript extensions want root access?

2008-07-14 Thread H.S.
Mumia W.. wrote: The Noscript FAQ discusses this. For Seamonkey, Noscript must be installed globally because Seamonkey is missing the API that makes profile-installation easy. hmm ... thanks for this info. I'm glad you mentioned "Seamonkey," because I had forgotten that Iceape is Debia

Re: flashblock and noscript extensions want root access?

2008-07-14 Thread Mumia W..
On 07/14/2008 06:29 PM, Ron Johnson wrote: I never see those messages when I update plugins in Iceweasel from my own account. So I think there's an "everyone uses Administrator-mode Windows" bug somewhere in Seamonkey. The Noscript FAQ discusses this. For Seamonkey, Noscript must be install

Re: flashblock and noscript extensions want root access?

2008-07-14 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/14/08 18:11, H.S. wrote: > Ron Johnson wrote: > >> Actually, I see this when running Windows and updating plugins in >> restricted-privilege accounts. > So looks like the extensions are supposed to be installed system wide > now (for some reason

Re: flashblock and noscript extensions want root access?

2008-07-14 Thread H.S.
Ron Johnson wrote: Actually, I see this when running Windows and updating plugins in restricted-privilege accounts. So looks like the extensions are supposed to be installed system wide now (for some reason). In that case, shouldn't there be Debian packages for those extensions since one canno

Re: flashblock and noscript extensions want root access?

2008-07-14 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/14/08 17:37, H.S. wrote: > Ron Johnson wrote: > >> >>> Any resolutions to this >>> problem? >> >> Run iceape from an xterm, see if that gives you any feedback. If >> not, run it thru strace. > >

Re: flashblock and noscript extensions want root access?

2008-07-14 Thread H.S.
Ron Johnson wrote: Any resolutions to this problem? Run iceape from an xterm, see if that gives you any feedback. If not, run it thru strace. Running through xterm gave nothing, no messages at all. I cannot make neither head nor tail of t

Re: flashblock and noscript extensions want root access?

2008-07-14 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/14/08 15:45, H.S. wrote: > Hello, > > I tried to install the NoScript and Flashblock extensions in Iceape > browser (on fully upgraded Debian Testing), but both extensions report > that I do not have write permissions to some directories. > > L

flashblock and noscript extensions want root access?

2008-07-14 Thread H.S.
Hello, I tried to install the NoScript and Flashblock extensions in Iceape browser (on fully upgraded Debian Testing), but both extensions report that I do not have write permissions to some directories. Looks like they are being installed system wide. Why so? Aren't they supposed to be inst

Re: Access to USB camera requires root access

2006-05-18 Thread Ryan Nowakowski
On Wed, May 17, 2006 at 09:22:37PM -0700, Christopher Nelson wrote: > On Wed, May 17, 2006 at 08:27:01PM -0700, David E. Fox wrote: > > > > Hello. I am a newbie when it comes to using USB devices. > > > > Nevertheless, I opted for a Kodak easyshare C310. The camera is > > supported well enough by

Re: Access to USB camera requires root access

2006-05-17 Thread Christopher Nelson
On Wed, May 17, 2006 at 08:27:01PM -0700, David E. Fox wrote: > > Hello. I am a newbie when it comes to using USB devices. > > Nevertheless, I opted for a Kodak easyshare C310. The camera is > supported well enough by linux, using gphoto2. It seems to be a PTP > device, not a mass storage device.

Access to USB camera requires root access

2006-05-17 Thread David E. Fox
Hello. I am a newbie when it comes to using USB devices. Nevertheless, I opted for a Kodak easyshare C310. The camera is supported well enough by linux, using gphoto2. It seems to be a PTP device, not a mass storage device. Plugging in the cable, I get message that the device is detected, but no

Re: Running daemons without root access?

2005-06-07 Thread Andy Smith
On Tue, Jun 07, 2005 at 11:41:23AM +0200, Olaf van der Spek wrote: > Is it possible for a user to ensure that a certain app is (always) > started after system start (and stopped before shutdown) without using > root access? > If so, how? Use sudo to give certain users root access to

Running daemons without root access?

2005-06-07 Thread Olaf van der Spek
Hi, Is it possible for a user to ensure that a certain app is (always) started after system start (and stopped before shutdown) without using root access? If so, how? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Only root access the internet

2005-06-03 Thread Kent West
Phil Dyer wrote: > Phil Dyer said: > > >xxx xxx said: > > >>>Hi all, > >>> > >>>I'm trying for the last 6 months to connect to the Internet as an > ordinary > >>>user but only root can! I gave full permissions to pppd, all > /etc/ppp files, > >>>kppp, wvdial. I can connect but when I open Mozilla

Re: Only root access the internet

2005-06-03 Thread Phil Dyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phil Dyer said: > xxx xxx said: >>> Hi all, >>> >>> I'm trying for the last 6 months to connect to the Internet as an ordinary >>> user but only root can! I gave full permissions to pppd, all /etc/ppp >>> files, >>> kppp, wvdial. I can connect but

Re: Only root access the internet

2005-06-03 Thread xxx xxx
add your normal user to the group dip. adduser dip the user is already in the dip group... _ Don't just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/ -- To UNSUBSCRIB

Re: Only root access the internet

2005-06-03 Thread Phil Dyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 xxx xxx said: > Hi all, > > I'm trying for the last 6 months to connect to the Internet as an ordinary > user but only root can! I gave full permissions to pppd, all /etc/ppp files, > kppp, wvdial. I can connect but when I open Mozilla I can't conne

Only root access the internet

2005-06-03 Thread xxx xxx
Hi all, I'm trying for the last 6 months to connect to the Internet as an ordinary user but only root can! I gave full permissions to pppd, all /etc/ppp files, kppp, wvdial. I can connect but when I open Mozilla I can't connect anywhere. Only root can! I tried to use pon with no result. I'm us

Re: ssh, su and root access

2004-11-01 Thread Andrea Vettorello
On Mon, 1 Nov 2004 12:11:48 +0100, Luis Fernando Llana Díaz <[EMAIL PROTECTED]> wrote: > Hi all, > I have a doubt. I ussually use ssh to access remote machines without sending any > password > (PasswordAuthentication no) and I store private keys with the help of ssh-agent. > This is valid also

Re: ssh, su and root access

2004-11-01 Thread Ron Johnson
On Mon, 2004-11-01 at 12:11 +0100, Luis Fernando Llana Díaz wrote: > Hi all, > I have a doubt. I ussually use ssh to access remote machines > without sending any password (PasswordAuthentication no) and I > store private keys with the help of ssh-agent. > This is valid also to login as another

ssh, su and root access

2004-11-01 Thread Luis Fernando Llana Díaz
Hi all, I have a doubt. I ussually use ssh to access remote machines without sending any password (PasswordAuthentication no) and I store private keys with the help of ssh-agent. This is valid also to login as another users (including root) in the local machine (ssh [EMAIL PROTECTED]). With t

Re: ide-scsi - can only read with root access

2002-11-19 Thread Rob Weir
On Mon, Nov 18, 2002 at 03:06:18PM -0800, Bill Moseley wrote: > At 05:51 PM 11/18/02 -0500, Hubert Chan wrote: > >cdparanoia requires access to /dev/sg0 as well. Make sure you have the > >right permissions set for that too. > > Argh! Thanks. That's why I'm trying to keep better notes this insta

Re: ide-scsi - can only read with root access

2002-11-18 Thread Bill Moseley
At 05:51 PM 11/18/02 -0500, Hubert Chan wrote: >cdparanoia requires access to /dev/sg0 as well. Make sure you have the >right permissions set for that too. Argh! Thanks. That's why I'm trying to keep better notes this install. IIRC, I remember using strace to find that solution last time >(BT

Re: ide-scsi - can only read with root access

2002-11-18 Thread Hubert Chan
>>>>> "Bill" == Bill Moseley <[EMAIL PROTECTED]> writes: Bill> This will be obvious, but I can't see the difference: I've got two Bill> debian machines -- one is "bumby" and the other is "burn". "burn" Bill> needs

Re: ide-scsi - can only read with root access

2002-11-18 Thread Bill Moseley
At 02:18 PM 11/18/02 -0800, Shawn Lamson wrote: Where it works: lrwxrwxrwx1 root root4 Mar 28 2002 /dev/cdrom ->scd0 lrwxrwxrwx1 root root4 Feb 21 2002 /dev/sr0 ->scd0 brw-rw1 root audio 11, 0 Jan 24 2002 /dev/scd0 -rwxr-xr-x1 root

Re: ide-scsi - can only read with root access

2002-11-18 Thread Shawn Lamson
--- Bill Moseley <[EMAIL PROTECTED]> wrote: > This will be obvious, but I can't see the difference: > > I've got two debian machines -- one is "bumby" and the other is > "burn". > "burn" needs root access to read the ide-scsi cdrom

ide-scsi - can only read with root access

2002-11-18 Thread Bill Moseley
This will be obvious, but I can't see the difference: I've got two debian machines -- one is "bumby" and the other is "burn". "burn" needs root access to read the ide-scsi cdrom where "bumby" will work as a normal user: here's on bumby wher

Re: X Server + Root Access

2001-07-28 Thread JakeCatfox
--- Begin Message --- Unfortunately, SU doesn't work .. whenever I type it, it tells me: "su: module is unknown. Sorry." --- End Message ---

Re: X Server + Root Access

2001-07-28 Thread John Galt
On Sat, 28 Jul 2001 [EMAIL PROTECTED] wrote: >How can I make it so that I can run the X Server using another user account? If you're talking about logging in as user, then running an X client as root, all you have to do is (in an xterm) $xhost +localhost $su - #X_client_you_want_to_run_as_root

X Server + Root Access

2001-07-28 Thread JakeCatfox
How can I make it so that I can run the X Server using another user account? -- Deven

Re: root access on serial port denied >-(

2001-07-13 Thread Guy Geens
> "Nico" == Nico De Ranter <[EMAIL PROTECTED]> writes: Nico> Howdy, I'm setting up a number Linux servers in our lab. All Nico> servers will be connected through the serial port to a console Nico> master. Unfortunately it turns out the Debian installation Nico> (testing) refuses root login on

root access on serial port denied >-(

2001-07-13 Thread Nico De Ranter
Howdy, I'm setting up a number Linux servers in our lab. All servers will be connected through the serial port to a console master. Unfortunately it turns out the Debian installation (testing) refuses root login on the serial console because PAM consideres it "not secure" >-(. Is there any way to

Re: Root access

2000-12-12 Thread Nate Amsden
Erik van der Meulen wrote: > > This should be obvious, but I have not been able to find it myself... > > I would like to access my system (all local) as root directly. Now I > telnet as ordinary user and su to root for maintanance. I know this is > considered 'bad practice', but I would like to b

Re: Root access

2000-12-12 Thread Sebastiaan
Hi, it is a bad habit to acces your system as root via telnet, but if you really want to: add a line like this to /etc/securetty: pts/0 pts/1 These are the terminals which allows root login, so this will enable root login on two connections. Better use ssh and Putty if you are working from a win

Re: Root access

2000-12-12 Thread kmself
intanance. I know this is > considered 'bad practice', but I would like to be able to do this > anyway. Don't. Certainly not through telnet. I'd ***STRONGLY*** suggest you remove the telnet daemon from your system. Install ssh. root access is denied by default, but it

Root access

2000-12-12 Thread Erik van der Meulen
This should be obvious, but I have not been able to find it myself... I would like to access my system (all local) as root directly. Now I telnet as ordinary user and su to root for maintanance. I know this is considered 'bad practice', but I would like to be able to do this anyway. Thanks a lot!

root access for rdist

2000-09-10 Thread Erik van der Meulen
I need to use rdist to sync some system files from one machine to another. I am unable to access the second machine as root. I have made a .rhosts in the second machines /root dir and tried to put ALL: local in /etc/hosts.allow. Both machines are rather verbatim Debian 2.2 I assume root is prevente

Re: restrict root access to physical console

2000-08-22 Thread David Z Maze
Mike <[EMAIL PROTECTED]> writes: Mike> Is there some way to restrict root access to the physical terminal Mike> connected to my machine? I recently had a server rooted and I'm Mike> starting from scratch with serious security in mind. If I did Mike> restrict root acce

Re: restrict root access to physical console

2000-08-22 Thread kmself
On Tue, Aug 22, 2000 at 02:05:14PM -0700, Mike wrote: > Hello: > > Is there some way to restrict root access to the physical terminal > connected to my machine? I recently had a server rooted and I'm starting > from scratch with serious security in mind. If I did restri

restrict root access to physical console

2000-08-22 Thread Mike
Hello: Is there some way to restrict root access to the physical terminal connected to my machine? I recently had a server rooted and I'm starting from scratch with serious security in mind. If I did restrict root access as above, would that successfully thwart root exploits? Als

Re: Lost root access :-(

2000-06-28 Thread Rodríguez
Anyway 'chsh' is for admin use, not editing directly /etc/passwd, doing that is a bad practice (i do too as always i think but that dont mean it's ok). At 23.00 27/6/00 +0200, Harald Thingelstad wrote: On Tue, 27 Jun 2000, Frank van der Hulst wrote: > Help!!! > > I just installed Debian GN

Re: Lost root access :-(

2000-06-27 Thread Frank van der Hulst
Many thanks to those who emailed me help. In the end (after perusing the list archives), I figured out that there's many more parameters that can follow 'rescue' when booting from the CDROM. In particular, I found that rescue root=/dev/hda1 single was enough to get root access b

Re: Lost root access :-(

2000-06-27 Thread Ethan Benson
so that root's shell is > /bin/tcsh > > Then, I found that tcsh isn't in the /bin directory! And I've logged out > from the only session where I had root access. So I can't get root > access. Is there a way to login as root, and specify the shell to run? > >

Re: Lost root access :-(

2000-06-27 Thread Ron Rademaker
I prefer booting with a lilo option like init=/bin/sh, remounting the root partition read-write and edit again... Or perhaps you got sudo installed and configed?? That'll be the easiest ... Ron Rademaker On Tue, 27 Jun 2000, Harald Thingelstad wrote: > On Tue, 27 Jun 2000, Frank van der Hulst w

Re: Lost root access :-(

2000-06-27 Thread Harald Thingelstad
On Tue, 27 Jun 2000, Frank van der Hulst wrote: > Help!!! > > I just installed Debian GNU/Linux, everything was going well. > > Then I decided I'd change the shell for root to the C shell. So I used > emacs to change the /etc/passwd entry for root, so that root's shell is > /bin/tcsh > > Then,

Re: Lost root access :-(

2000-06-27 Thread Frank Mehnert
On Tue, 27 Jun 2000, Frank van der Hulst wrote: > Is there a way to login as root, and specify the shell to run? Very easy if you have physical access to the machine: Reboot, hold the Shift key while LILO is booting, enter the default booting image name (e.g. Linux) and append init=/bin/bash

Lost root access :-(

2000-06-27 Thread Frank van der Hulst
I've logged out from the only session where I had root access. So I can't get root access. Is there a way to login as root, and specify the shell to run? Or any other way to copy/link a shell to /bin/tcsh ? Or to edit the /etc/passwd file? Or to copy the /etc/passwd~ file to /etc/passwd? Frank.

Re: Wvdial and non-root access

1999-11-01 Thread John Hasler
Cory Snavely writes: > Yeah, but since pppd runs setuid root, just membership in dip won't let > you kill pppd Your ability to kill a pppd you started has nothing to do with group membership. Pppd knows who started it and will obey a kill from that user. > ... unless you set poff setuid root

Re: Wvdial and non-root access

1999-11-01 Thread Cory Snavely
> Cory Snavely writes: > > I just set up ppp on my slink workstation yesterday, and I used sudo to > > avoid setting scripts suid (although pppd installs as suid root). Even > > though I'm using pon/poff, I'll bet sudo can solve your problem, too, if > > suid scripts give you "the feeling". > > You

  1   2   >