Re: Admin Root user [not set to default]

2025-04-10 Thread Joe
uld be grateful if someone could explain why admin root user is > not set to default. I have always had user login and password and then > root for for other tasks like Aptitude updates. [I am a fan of > Aptitude although most folk seem to prefer Apt]. > > Also not sure where to set root

Re: Admin Root user [not set to default]

2025-04-10 Thread Greg Wooledge
nsole, and single user mode won't work). If you choose this route, then sudo will be installed automatically, and the non-root user account that you create during installation will be added to the sudo group, so that it can use the sudo command. I'm guessing the Live installer just assumes you want the second route, instead of asking. I've never used it, so I'm not certain.

Re: Admin Root user [not set to default]

2025-04-10 Thread tomas
On Wed, Apr 09, 2025 at 09:34:08AM -0400, Jeffrey Walton wrote: [...] > Disabling root logins by default is especially important when a > network attacker can use the login, like via SSH. To achieve this... > The network attacker > is usually yo

Re: Admin Root user [not set to default]

2025-04-09 Thread Greg Wooledge
On Wed, Apr 09, 2025 at 09:34:08 -0400, Jeffrey Walton wrote: > Disabling root logins by default is especially important when a > network attacker can use the login, like via SSH. The network attacker > is usually your #1 threat, There may be systems where this is true; for example, a public web s

Re: Admin Root user [not set to default]

2025-04-09 Thread Joe
On Wed, 9 Apr 2025 13:44:14 +0100 James Freer wrote: > > b] 'Sudo' - i thought came in with ubuntu (and some other > derivatives). Many distros use 'su -' for admin rights and i thought > Debian was one of those. Sudo i thought was introduced as a level of > safety for newbie users so they coul

Re: Admin Root user [not set to default]

2025-04-09 Thread Nicolas George
Greg Wooledge (HE12025-04-09): > I really don't understand why so many people do this. Why would you > install using a "Live" medium instead of the real installer? Because the real installer does not give the fine control I want and has a crappy user interface. I always install my Debians with G

Re: Admin Root user [not set to default]

2025-04-09 Thread Jani Heikkinen
go with. I would be grateful if someone could explain why admin root user is not set to default. I have always had user login and password and then root for for other tasks like Aptitude updates. [I am a fan of Aptitude although most folk seem to prefer Apt]. Also not sure where to set root admi

Re: Admin Root user [not set to default]

2025-04-09 Thread Jeffrey Walton
could explain why admin root user is > not set to default. I have always had user login and password and then > root for for other tasks like Aptitude updates. [I am a fan of > Aptitude although most folk seem to prefer Apt]. To answer this question, root login is generally discouraged i

Re: Admin Root user [not set to default]

2025-04-09 Thread James Freer
On Wed, 9 Apr 2025 at 12:05, Greg Wooledge wrote: > > On Wed, Apr 09, 2025 at 10:50:54 +0100, James Freer wrote: > > I've just done my install of Debian 12 Live XFCE version. > > I really don't understand why so many people do this. Why would you > install using a "Live" medium instead of the rea

Re: Admin Root user [not set to default]

2025-04-09 Thread Greg Wooledge
On Wed, Apr 09, 2025 at 10:50:54 +0100, James Freer wrote: > I've just done my install of Debian 12 Live XFCE version. I really don't understand why so many people do this. Why would you install using a "Live" medium instead of the real installer? Anyway, the Live version doesn't set a root pass

Re: Admin Root user [not set to default]

2025-04-09 Thread Henrik Ahlgren
James Freer writes: > I would be grateful if someone could explain why admin root user is > not set to default. I have always had user login and password and then > root for for other tasks like Aptitude updates. [I am a fan of > Aptitude although most folk seem to prefer Apt]. >

Re: Admin Root user [not set to default]

2025-04-09 Thread debian-user
James Freer wrote: > Hi members > > I've just done my install of Debian 12 Live XFCE version. Been a user > of Xubuntu for 15 years and thought i would change. Tried some of the > derivatives and chose Debian to go with. > > I would be grateful if someone could expl

Admin Root user [not set to default]

2025-04-09 Thread James Freer
Hi members I've just done my install of Debian 12 Live XFCE version. Been a user of Xubuntu for 15 years and thought i would change. Tried some of the derivatives and chose Debian to go with. I would be grateful if someone could explain why admin root user is not set to default. I have a

Re: Using the bash shell: determine if the root user used 'sudo -i'

2023-08-26 Thread Greg Wooledge
On Sat, Aug 26, 2023 at 06:42:42PM -0400, Karl Vogel wrote: > If you're running bash, the safest way to find your current working > directory is capturing the output from /bin/pwd. Symlinked directories > can surprise you: > > me$ cd > > me$ ls -ldF today > lrwxr-xr-x 1 me mis 18

Re: Using the bash shell: determine if the root user used 'sudo -i'

2023-08-26 Thread Karl Vogel
On Sat, Aug 26, 2023 at 12:09:57PM -0400, Tom Browder wrote: > Excellent mind-reading, Greg! So to use your line I will put in that dir: > "cd /required-dir || exit" > > Thanks so much. And thanks to all others who responded. If you're running bash, the safest way to find your current workin

Re: Using the bash shell: determine if the root user used 'sudo -i'

2023-08-26 Thread tomas
On Sat, Aug 26, 2023 at 01:54:41PM -0500, Tom Browder wrote: > On Sat, Aug 26, 2023 at 10:42 wrote: [...] > > Basically it is not possible to find out [...] > As I think I replied earier, I am now checking the script is in the > required directory in order to be executed (b

Re: Using the bash shell: determine if the root user used 'sudo -i'

2023-08-26 Thread Tom Browder
start. Or one of the other fifty-two ways to achieve that. > > That's why I think Roberto is right elsewhere in this thread. > > Basically it is not possible to find out, so it makes sense to > think about the question "why do I need this?" to zoom into what > t

Re: Using the bash shell: determine if the root user used 'sudo -i'

2023-08-26 Thread Nate Bargmann
* On 2023 26 Aug 11:10 -0500, Tom Browder wrote: > On Sat, Aug 26, 2023 at 10:57 Greg Wooledge wrote: > > > On Sat, Aug 26, 2023 at 10:49:45AM -0500, Tom Browder wrote: > > > I would like to know whether 'sudo -i' or 'sudo -s' was used. > > ... > > > In fact, I suspect "I need to know if the cw

Re: Using the bash shell: determine if the root user used 'sudo -i'

2023-08-26 Thread tomas
On Sat, Aug 26, 2023 at 11:56:27AM -0400, Greg Wooledge wrote: > On Sat, Aug 26, 2023 at 10:49:45AM -0500, Tom Browder wrote: > > I would like to know whether 'sudo -i' or 'sudo -s' was used. > > That's STILL an X-Y problem. > > > The reason is > > to know if the cwd is set to '/root' or '.' It's

Re: Using the bash shell: determine if the root user used 'sudo -i'

2023-08-26 Thread Michael Kjörling
". That's what "." at the beginning of a relative path _means_. So testing the current working directory against the actual path corresponding to "." will always return a truthy result. * The home directory of the root user won't necessarily be /root. By con

Re: Using the bash shell: determine if the root user used 'sudo -i'

2023-08-26 Thread Tom Browder
On Sat, Aug 26, 2023 at 10:57 Greg Wooledge wrote: > On Sat, Aug 26, 2023 at 10:49:45AM -0500, Tom Browder wrote: > > I would like to know whether 'sudo -i' or 'sudo -s' was used. ... > In fact, I suspect "I need to know if the cwd is /root" is STILL an X-Y > problem. It's sounding like "I nee

Re: Using the bash shell: determine if the root user used 'sudo -i'

2023-08-26 Thread Greg Wooledge
On Sat, Aug 26, 2023 at 10:49:45AM -0500, Tom Browder wrote: > I would like to know whether 'sudo -i' or 'sudo -s' was used. That's STILL an X-Y problem. > The reason is > to know if the cwd is set to '/root' or '.' It's critical for the script > execution Oh? Then just look at the current work

Re: Using the bash shell: determine if the root user used 'sudo -i'

2023-08-26 Thread Tom Browder
On Sat, Aug 26, 2023 at 09:32 Roberto C. Sánchez wrote: > On Sat, Aug 26, 2023 at 09:25:10AM -0500, Tom Browder wrote: > >In a previous thread it was shown how to detect a SUDO_USER in a bash > >shell. > >Is there a way to distinguish whether 'sudo -i' was used or not? I would like

Re: Using the bash shell: determine if the root user used 'sudo -i'

2023-08-26 Thread tomas
On Sat, Aug 26, 2023 at 04:45:54PM +0200, DdB wrote: > Am 26.08.2023 um 16:25 schrieb Tom Browder: > > Is there a way to distinguish whether 'sudo -i' was used or not? > > > Sorry, i am not an expert on this. But ... since years i am using this > to check for it: > > > # if `echo $HOME` is not "/

Re: Using the bash shell: determine if the root user used 'sudo -i'

2023-08-26 Thread Alain D D Williams
On Sat, Aug 26, 2023 at 09:25:10AM -0500, Tom Browder wrote: > In a previous thread it was shown how to detect a SUDO_USER in a bash shell. > > Is there a way to distinguish whether 'sudo -i' was used or not? I have not tested this but if bash was interactive you will find a .bash_history file in

Re: Using the bash shell: determine if the root user used 'sudo -i'

2023-08-26 Thread DdB
Am 26.08.2023 um 16:25 schrieb Tom Browder: > Is there a way to distinguish whether 'sudo -i' was used or not? > Sorry, i am not an expert on this. But ... since years i am using this to check for it: > # if `echo $HOME` is not "/root" or the working dir (pwd) is not "/root", > then this was not

Re: Using the bash shell: determine if the root user used 'sudo -i'

2023-08-26 Thread Roberto C . Sánchez
On Sat, Aug 26, 2023 at 09:25:10AM -0500, Tom Browder wrote: >In a previous thread it was shown how to detect a SUDO_USER in a bash >shell. >Is there a way to distinguish whether 'sudo -i' was used or not? >Thanks. >-Tom The SUDO_COMMAND environment variable would report /bin/b

Using the bash shell: determine if the root user used 'sudo -i'

2023-08-26 Thread Tom Browder
In a previous thread it was shown how to detect a SUDO_USER in a bash shell. Is there a way to distinguish whether 'sudo -i' was used or not? Thanks. -Tom

Re: Debian 10.04.0 Root user password changed during the instalation

2020-05-29 Thread David Christensen
On 2020-05-29 02:15, Jose Ramon Sanchez Gomez wrote: The virtualisation software that I use is Oracle's VM Virtualbox. I've dowloaded the .iso files (both the full installation, 3 DVDs, and the netinst versions) Please copy and paste a terminal session showing the ISO file(s) and their SHA256

Re: Debian 10.04.0 Root user password changed during the instalation

2020-05-29 Thread l0f4r0
Hi, Which commands have you used in order to "use the root privileges"? If I sum up the situation: * you've never had any password issues regarding your simple user account. * your only solution so far has been to configure no password for root initially but assign one afterwards. Right? Best r

Debian 10.04.0 Root user password changed during the instalation

2020-05-29 Thread Jose Ramon Sanchez Gomez
Sirs, First of all, thankyou very much for your effort. You are helping many people, like me, to discover all the possibilities of the Linux operating system. Nevertheless I have found a serious issue. I'm installing your operating system on a virtual machine running on Windows 10. The virtuali

Re: Detect upgradable packages in shell script ran as a non-root user

2016-12-02 Thread Jonathan Dowland
One of the problems you will have with many (any?) of the solutions proposed is they rely on the current state of your local apt package metadata cache. Which is to say, if that is not up-to-date, then you are only going to get stale information; and you need to be root to update it. I would sugge

RE: Detect upgradable packages in shell script ran as a non-root user

2016-12-02 Thread Bonno Bloksma
Hi, What I have been using for years is a little script to send me (and the servicedesk) a daily mail: #!/bin/bash # MAILREC is space separated MAILREC="myem...@tio.nl helpd...@tio.nl" SUBJECT="Upgrade report voor $HOSTNAME" TMPFILE=/tmp/upgradereport.tmp # Step 1: update repositories... apt-ge

Re: Detect upgradable packages in shell script ran as a non-root user

2016-12-01 Thread Tixy
On Wed, 2016-11-30 at 17:09 +0200, Martin T wrote: > I would like to run a cron job which periodically checks if I have > upgradable packages. One way to do it is probably like this: What do you want to do with the information once you got it? I ask because Debian includes some packages to do vari

Re: Detect upgradable packages in shell script ran as a non-root user

2016-11-30 Thread kushal
Martin T writes: > Hi, > > I would like to run a cron job which periodically checks if I have > upgradable packages. One way to do it is probably like this: > > $ apt-get upgrade -s | grep -q "^0 upgraded" > > In case exit code is >0, then there are upgradable packages. The > second solution I ca

Re: Detect upgradable packages in shell script ran as a non-root user

2016-11-30 Thread Joe
On Wed, 30 Nov 2016 17:09:20 +0200 Martin T wrote: > > For me the "apt-get upgrade -s | grep -q "^0 upgraded"" seems to be > the most reasonable solution, but maybe there is even a better way? > > I've found upgrade-system to be useful, and when installed, it sends a daily email showing its

Re: Detect upgradable packages in shell script ran as a non-root user

2016-11-30 Thread Liam O'Toole
On 2016-11-30, Martin T wrote: > Hi, > > I would like to run a cron job which periodically checks if I have > upgradable packages. One way to do it is probably like this: > > $ apt-get upgrade -s | grep -q "^0 upgraded" > > In case exit code is >0, then there are upgradable packages. The > second

Re: Detect upgradable packages in shell script ran as a non-root user

2016-11-30 Thread Shin Ice
pt-get upgrade -s | grep -q "^0 upgraded" > > But you have to run apt-get update first, AS root. (Your subject line > includes the phrase "as a non-root user", but you neglected to include > this important piece of information in the body of the email. I say > t

Re: Detect upgradable packages in shell script ran as a non-root user

2016-11-30 Thread Greg Wooledge
first, AS root. (Your subject line includes the phrase "as a non-root user", but you neglected to include this important piece of information in the body of the email. I say this now, because someone might change the subject header later.) A script that only tells you whether you negle

Detect upgradable packages in shell script ran as a non-root user

2016-11-30 Thread Martin T
Hi, I would like to run a cron job which periodically checks if I have upgradable packages. One way to do it is probably like this: $ apt-get upgrade -s | grep -q "^0 upgraded" In case exit code is >0, then there are upgradable packages. The second solution I came up with is: $ for package in $

Re: How to read mail addressed to "root" from "root" user?

2015-09-01 Thread Jayson Willson
Thank you, now I see. I will forward root's mail to user, because security is important. Yours sincerely, Jayson Willson 01.09.2015 13:43, Wouter Verhelst пишет: (this isn't about Debian development anymore. I've added a Cc to debian-user; if you have any follow-up questions, please drop the

Re: How to read mail addressed to "root" from "root" user?

2015-09-01 Thread Wouter Verhelst
(this isn't about Debian development anymore. I've added a Cc to debian-user; if you have any follow-up questions, please drop the -devel Cc). On Mon, Aug 31, 2015 at 08:44:04PM +0300, Jayson Willson wrote: > Thank you very much for your answer! > Could you please tell me, why is it recommended to

Re: Dirvish without root user

2015-05-26 Thread Daniel Bareiro
ish always connects to ssh using the root user. > Anyone know if there is any way to set a different user? I was watching > documentation but I have not seen if this is possible. Ohh... I just confirm that the configuration of the vault is: client: user@server So problem solved... This r

Dirvish without root user

2015-05-26 Thread Daniel Bareiro
Hi all! I'm thinking about using Dirvish for backup of information from other servers but I think in some cases they are VPS where I don't have root access but a different user. From what I've seen, Dirvish always connects to ssh using the root user. Anyone know if there is a

[SOLVED] Re: Re: Re: How do I mount mmc card so that a non-root user has write access?

2013-12-23 Thread kalanga
> After mounting the card, run chown to set the mmc root directory > (/media/) owner to your regular user. AFAIK, unixy > filesystems such as ext3 cannot be told to ignore user permissions. Yes! This worked. I think LXDE was acting appropriately given that the mmc card was formated ext3 instead

Re: Re: How do I mount mmc card so that a non-root user has write access?

2013-12-22 Thread kalanga
> Or use pmount: > > $ pmount /dev/mmcblk0p1 > (do your thing) > $ pumount /dev/mmcblk0p1 I tried this as non-root and it mounted the mmc at /mount/mmcblk0p1. However, it was still owned by root and there were no write permissions for other users. When I tried to copy a file to it as non-root i

Re: Re: How do I mount mmc card so that a non-root user has write access?

2013-12-22 Thread Kushal Kumaran
kalanga writes: >> I will start the guessing by asking about gnome-volume-manager because >> no one else suggested anything better. :-) Do you have it installed? >> >> dpkg -l gnome-volume-manager > > Apparently it is not installed. I get "no packages found matching > gnome-volume-manager" >

Re: Re: How do I mount mmc card so that a non-root user has write access?

2013-12-22 Thread kalanga
I did try to put an entry in fstab with a user option but it did not work. I created a directory /mnt/mmc and tried to mount /dev/mmcblk0p1 as ext3 with user option. Nothing changed. Still mounted at /media/ with root owner. Could not write to it as non-root user. Thanks -- To UNSUBSCRIBE

Re: Re: How do I mount mmc card so that a non-root user has write access?

2013-12-22 Thread kalanga
> I will start the guessing by asking about gnome-volume-manager because > no one else suggested anything better. :-) Do you have it installed? > > dpkg -l gnome-volume-manager Apparently it is not installed. I get "no packages found matching gnome-volume-manager" > While changing media: >

Re: Re: How do I mount mmc card so that a non-root user has write access?

2013-12-22 Thread kalanga
> I don't know about GNOME. But you 'might' get some information with:- > # grep mmc /var/log/messages > > Also try the following for clues *after* device is plugged in:- > $ mount | grep mmc > > e.g. to find what mounted a removable USB flash device labelled > 5CB5-7511 $ mount | grep -i 5cb5 >

Re: How do I mount mmc card so that a non-root user has write access?

2013-12-22 Thread Joe
On Sun, 22 Dec 2013 12:59:04 -0700 Bob Proulx wrote: > > You said LXDE. I don't know and was hoping someone else who knew > better about LXDE would say if gnome-volume-manager was being used > there or not. Often XFCE and LXDE use some components from GNOME and > this seems likely to be one of

Re: How do I mount mmc card so that a non-root user has write access?

2013-12-22 Thread Bob Proulx
kalanga wrote: > There is no entry for /dev/mmcblk01p1 in fstab. > ... > How do I find out which daemon is mounting the card? Good question! That is very open ended. It literally could be anything that someone has written and who is the say the limits to someone's creativity? I will start the g

Re: How do I mount mmc card so that a non-root user has write access?

2013-12-22 Thread D.E. Bil
mounted in > > /media/. Unfortunately, the /media/ directory is owned by root > > and other users do not have write permission. When I try to copy files to > > this card it throws a permissions error. How do I configure the system to > > allow a non-root user to insert a mm

Re: How do I mount mmc card so that a non-root user has write access?

2013-12-22 Thread Marko Randjelovic
do not have write permission. When I try to copy files to > this card it throws a permissions error. How do I configure the system to > allow a non-root user to insert a mmc card and obtain write access to the > mmc? Take a look at mount man page for mount options you can use. You hav

Re: How do I mount mmc card so that a non-root user has write access?

2013-12-22 Thread Scott Ferguson
On 22/12/13 18:41, kalanga wrote: > On Sat, 21 Dec 2013 11:41:21 -0700 > Bob Proulx wrote: > > > There is no entry for /dev/mmcblk01p1 in fstab. > >> 2) If nothing like the above /etc/fstab entry exists then some desktop >> session daemon is automatically mounting the media for you upon >> ins

Re: How do I mount mmc card so that a non-root user has write access?

2013-12-21 Thread kalanga
On Sat, 21 Dec 2013 11:41:21 -0700 Bob Proulx wrote: > > Question. There are (at least) two different ways to mount removable > media. > > 1) Is there an entry in /etc/fstab for it? If so does it have the > "user" flag on it? Here is a typical entry for a cdrom showing the > "user" flag. An

Re: How do I mount mmc card so that a non-root user has write access?

2013-12-21 Thread Bob Proulx
try to copy files to > this card it throws a permissions error. How do I configure the system to > allow a non-root user to insert a mmc card and obtain write access to the > mmc? Question. There are (at least) two different ways to mount removable media. 1) Is there an entry in /etc

How do I mount mmc card so that a non-root user has write access?

2013-12-20 Thread Lawrence Galka
a permissions error. How do I configure the system to allow a non-root user to insert a mmc card and obtain write access to the mmc?

Re: What has happened to proof reading? (was ... Re: root user)

2013-09-04 Thread William Hopkins
On 09/05/13 at 02:31am, Chris Bannister wrote: > On Tue, Sep 03, 2013 at 03:45:49PM -0400, William Hopkins wrote: > > > > A top poster is surely not one to talk about grammar :P > > What's worse a top poster who doesn't trim or a bottom poster who > doesn't trim? > Dunno. I trimmed! -- Liam

Re: What has happened to proof reading? (was ... Re: root user)

2013-09-04 Thread Chris Bannister
On Tue, Sep 03, 2013 at 03:45:49PM -0400, William Hopkins wrote: > > A top poster is surely not one to talk about grammar :P What's worse a top poster who doesn't trim or a bottom poster who doesn't trim? -- "If you're not careful, the newspapers will have you hating the people who are being op

Re: What has happened to proof reading? (was ... Re: root user)

2013-09-03 Thread Verde Denim
Sorry - it's a little weird controlling top-posting from a tablet... On 09/03/2013 03:45 PM, William Hopkins wrote: > On 09/03/13 at 10:02am, Verde Denim wrote: >> On Sep 3, 2013 9:00 AM, "Chris Bannister" >> wrote: >> >>> On Tue, Sep 03, 2013 at 09:53:25AM +0200, Ralf Mardorf wrote: On Sun,

Re: What has happened to proof reading? (was ... Re: root user)

2013-09-03 Thread William Hopkins
On 09/03/13 at 10:40pm, Lisi Reisz wrote: > On Tuesday 03 September 2013 20:45:49 William Hopkins wrote: > > A top poster is surely not one to talk about grammar :P > > He didn't talk about grammar. He quoted someone else and made a joke about > tea. > You've got me there, but I wasn't sure ho

Re: What has happened to proof reading? (was ... Re: root user)

2013-09-03 Thread William Hopkins
On 09/03/13 at 10:02am, Verde Denim wrote: > On Sep 3, 2013 9:00 AM, "Chris Bannister" > wrote: > > > On Tue, Sep 03, 2013 at 09:53:25AM +0200, Ralf Mardorf wrote: > > > On Sun, 2013-09-01 at 21:27 +0200, Tony Baldwin wrote: > > > > On Mon, Sep 02, 2013 at 05:40:22AM +1200, Chris Bannister wrote:

Re: What has happened to proof reading? (was ... Re: root user)

2013-09-03 Thread Lisi Reisz
On Tuesday 03 September 2013 20:45:49 William Hopkins wrote: > A top poster is surely not one to talk about grammar :P He didn't talk about grammar. He quoted someone else and made a joke about tea. Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "uns

Re: What has happened to proof reading? (was ... Re: root user)

2013-09-03 Thread Verde Denim
"The word looks that bizarre that even I didn't miss t and I'm a dyslexic. Typos could happen." And tea is at 4... ;) On Sep 3, 2013 9:00 AM, "Chris Bannister" wrote: > On Tue, Sep 03, 2013 at 09:53:25AM +0200, Ralf Mardorf wrote: > > On Sun, 2013-09-01 at 21:27 +0200, Tony Baldwin wrote: > > >

Re: What has happened to proof reading? (was ... Re: root user)

2013-09-03 Thread Chris Bannister
On Tue, Sep 03, 2013 at 09:53:25AM +0200, Ralf Mardorf wrote: > On Sun, 2013-09-01 at 21:27 +0200, Tony Baldwin wrote: > > On Mon, Sep 02, 2013 at 05:40:22AM +1200, Chris Bannister wrote: > > > On Sun, Sep 01, 2013 at 11:05:12PM +0700, st wrote: > > > > > > > > Edit /etc/aliases to add a line sayi

Re: What has happened to proof reading? (was ... Re: root user)

2013-09-03 Thread Ralf Mardorf
On Sun, 2013-09-01 at 21:27 +0200, Tony Baldwin wrote: > On Mon, Sep 02, 2013 at 05:40:22AM +1200, Chris Bannister wrote: > > On Sun, Sep 01, 2013 at 11:05:12PM +0700, st wrote: > > > > > > Edit /etc/aliases to add a line saying, > > > > > > root: youraddr...@of.choi.ce > > > > > > and run t

Re: What has happened to proof reading? (was ... Re: root user)

2013-09-01 Thread Tony Baldwin
On Mon, Sep 02, 2013 at 05:40:22AM +1200, Chris Bannister wrote: > On Sun, Sep 01, 2013 at 11:05:12PM +0700, st wrote: > > > > Edit /etc/aliases to add a line saying, > > > > root: youraddr...@of.choi.ce > > > > and run the newaliaces command. > > Hey, c'mon guys! Can you please check wha

What has happened to proof reading? (was ... Re: root user)

2013-09-01 Thread Chris Bannister
On Sun, Sep 01, 2013 at 11:05:12PM +0700, st wrote: > > Edit /etc/aliases to add a line saying, > > root: youraddr...@of.choi.ce > > and run the newaliaces command. Hey, c'mon guys! Can you please check what you type BEFORE hitting send. -- "If you're not careful, the newspapers will have you

Re: root user

2013-09-01 Thread st
Roman Gelfand wrote: I am running wheezy with postfix mail server. It appears that ll system emails are going to r...@domain.com. I don't remember if I set it up when installing os or when installing postfix. How can I change this address from root@domain to some other email address? Edit /

root user

2013-09-01 Thread Roman Gelfand
I am running wheezy with postfix mail server. It appears that ll system emails are going to r...@domain.com. I don't remember if I set it up when installing os or when installing postfix. How can I change this address from root@domain to some other email address? Thanks in advance -- To UNSU

Re: fstab has "user" option, but still cann't be mounted by non-root user

2011-09-09 Thread yuanwei xu
2011/9/9 Paul Johnson : > You might try $ mount /media/usbdisk4_data and see if that works. Yes, it works and it's really a smart way. With bash's auto completion, it's perfect. Thanks. > > yuanwei xu wrote: > > >>i tried the command: $mount /dev/sdb4 /media/usbdisk4_data and $mount >>/dev/disk/

Re: fstab has "user" option, but still cann't be mounted by non-root user

2011-09-08 Thread Paul Johnson
You might try $ mount /media/usbdisk4_data and see if that works. yuanwei xu wrote: >i tried the command: $mount /dev/sdb4 /media/usbdisk4_data and $mount >/dev/disk/by-uuid/e2f1534d-aecd-4f2a-a153-822ac4d73967 >/media/usbdisk4_data, but both were failed. >$ls -l /bin/mount output: -rwsr-xr-x 1

Re: fstab has "user" option, but still cann't be mounted by non-root user

2011-09-08 Thread Mark Grieveson
On Thu, 8 Sep 2011 14:48:08 + (UTC) debian-user-digest-requ...@lists.debian.org wrote: > page of fstab,I set the "user" option,but still get error " mount: > only root can do that" when i try to mount it. > > > # /etc/fstab: static file system information. > # > # > # /dev/s

[solved] Re: fstab has "user" option, but still cann't be mounted by non-root user

2011-09-08 Thread yuanwei xu
2011/9/8 Camaleón : > On Thu, 08 Sep 2011 21:43:33 +0800, yuanwei xu wrote: > >> Hello, below is one section of my fstab, I want my usb >> harddisk(/dev/sdbx) can be mounted by the non-root,according the man >> page of fstab,I set the "user" option,but still get error " mount: only >> root can do t

Re: fstab has "user" option, but still cann't be mounted by non-root user

2011-09-08 Thread Camaleón
On Thu, 08 Sep 2011 21:43:33 +0800, yuanwei xu wrote: > Hello, below is one section of my fstab, I want my usb > harddisk(/dev/sdbx) can be mounted by the non-root,according the man > page of fstab,I set the "user" option,but still get error " mount: only > root can do that" when i try to mount it

fstab has "user" option, but still cann't be mounted by non-root user

2011-09-08 Thread yuanwei xu
Hello, below is one section of my fstab, I want my usb harddisk(/dev/sdbx) can be mounted by the non-root,according the man page of fstab,I set the "user" option,but still get error " mount: only root can do that" when i try to mount it. # /etc/fstab: static file system information. # #

Re: how can a non-root user mount .iso file?

2010-08-01 Thread Kelly Clowers
On Sun, Aug 1, 2010 at 07:25, Guo Jiahua wrote: > I wander if it's possible for a non-root user to get access into a .iso > file. > > I know if I'm root, I can mount iso. but when I try to mount it, as I'm > not root, 'mount' sais "mount: only root ca

Re: how can a non-root user mount .iso file?

2010-08-01 Thread Carl Johnson
Guo Jiahua writes: > I wander if it's possible for a non-root user to get access into a .iso > file. > > I know if I'm root, I can mount iso. but when I try to mount it, as I'm > not root, 'mount' sais "mount: only root can do that". The isoin

Re: how can a non-root user mount .iso file?

2010-08-01 Thread Guo Jiahua
在 2010-08-01日的 10:08 -0500,Jordon Bedwell写道: > On 8/1/2010 9:25 AM, Guo Jiahua wrote: > > I wander if it's possible for a non-root user to get access into a .iso > > file. > > > > I know if I'm root, I can mount iso. but when I try to mount it, as I'm &g

Re: how can a non-root user mount .iso file?

2010-08-01 Thread Jordon Bedwell
On 8/1/2010 9:25 AM, Guo Jiahua wrote: I wander if it's possible for a non-root user to get access into a .iso file. I know if I'm root, I can mount iso. but when I try to mount it, as I'm not root, 'mount' sais "mount: only root can do that". Thanks.

Re: how can a non-root user mount .iso file?

2010-08-01 Thread Camaleón
On Sun, 01 Aug 2010 22:25:18 +0800, Guo Jiahua wrote: > I wander if it's possible for a non-root user to get access into a .iso > file. > > I know if I'm root, I can mount iso. but when I try to mount it, as I'm > not root, 'mount' sais &quo

how can a non-root user mount .iso file?

2010-08-01 Thread Guo Jiahua
I wander if it's possible for a non-root user to get access into a .iso file. I know if I'm root, I can mount iso. but when I try to mount it, as I'm not root, 'mount' sais "mount: only root can do that". Thanks. -- To UNSUBSCRIBE, email to debian-user-requ.

Re: running openvpn client as non-root user?

2009-11-07 Thread H.S.
Gilles Mocellin wrote: > On Sat, Nov 07, 2009 at 12:46:01AM -0500, H.S. wrote: >> Hello, >> >> I have just finished installing openvpn server on my router machine >> running Debian Testing. >> >> For now I can connect from a client machine using openvpn c

Re: running openvpn client as non-root user?

2009-11-07 Thread H.S.
Gilles Mocellin wrote: > On Sat, Nov 07, 2009 at 12:46:01AM -0500, H.S. wrote: >> Hello, >> >> I have just finished installing openvpn server on my router machine >> running Debian Testing. >> >> For now I can connect from a client machine using openvpn c

Re: running openvpn client as non-root user?

2009-11-07 Thread Gilles Mocellin
On Sat, Nov 07, 2009 at 12:46:01AM -0500, H.S. wrote: > Hello, > > I have just finished installing openvpn server on my router machine > running Debian Testing. > > For now I can connect from a client machine using openvpn client but > only as a root user (or by using su

Re: running openvpn client as non-root user?

2009-11-07 Thread Joe
H.S. wrote: Hello, I have just finished installing openvpn server on my router machine running Debian Testing. For now I can connect from a client machine using openvpn client but only as a root user (or by using sudo). The client is an Ubuntu machine. Since I am new to all this openvpn stuff

Re: Mount NTFS read only for nun root user

2007-07-25 Thread Raj Kiran Grandhi
Oscar Corte wrote: Hil all: I´m able to mount an NTFS partition from the root user. I do this trhough a command window, logging in as Super user "su" and then executing the "mount" command. However, when I exit from root to tue regular user the mountd partition is not a

Mount NTFS read only for nun root user

2007-07-25 Thread Oscar Corte
Hil all: I´m able to mount an NTFS partition from the root user. I do this trhough a command window, logging in as Super user "su" and then executing the "mount" command. However, when I exit from root to tue regular user the mountd partition is not available. ¿How can

Re: Parallel port access as non root user?

2006-09-21 Thread José Alburquerque
Ed Young wrote: What I want to do is to execute the program as a normal user. How can I do this? How must I configure the system (/dev/lp0, /dev/parport0, /dev/port, /etc/group) to allow this program to access the parallel port? I want to do this to reduce the security issues related to runnin

Re: Parallel port access as non root user?

2006-09-21 Thread Justin Piszcz
[EMAIL PROTECTED]:~/src/k74-1.0# ./pprxtx read > 0 > > Here's what happens when I run as a non root user (ed): > [EMAIL PROTECTED]:~/src/k74-1.0$ ./pprxtx all set > /dev/port: Permission denied > [EMAIL PROTECTED]:~/src/k74-1.0$ ./pprxtx read > /dev/port: Permission denied &g

Re: Parallel port access as non root user?

2006-09-21 Thread Ed Young
l set> [EMAIL PROTECTED] :~/src/k74-1.0# ./pprxtx read> 255> [EMAIL PROTECTED]:~/src/k74-1.0# ./pprxtx all clear> [EMAIL PROTECTED]:~/src/k74-1.0# ./pprxtx read> 0>> Here's what happens when I run as a non root user (ed): > [EMAIL PROTECTED]:~/src/k74-1.0$ ./pprxtx al

Re: Parallel port access as non root user?

2006-09-21 Thread Justin Piszcz
s when I run as a non root user (ed): [EMAIL PROTECTED]:~/src/k74-1.0$ ./pprxtx all set /dev/port: Permission denied [EMAIL PROTECTED]:~/src/k74-1.0$ ./pprxtx read /dev/port: Permission denied /dev/lp0 I thought that all I had to do was to add my non rootport user to the device group (lp) in /etc

Parallel port access as non root user?

2006-09-21 Thread Ed Young
d255[EMAIL PROTECTED]:~/src/k74-1.0# ./pprxtx all clear[EMAIL PROTECTED]:~/src/k74-1.0# ./pprxtx read0Here's what happens when I run as a non root user (ed): [EMAIL PROTECTED]:~/src/k74-1.0$ ./pprxtx all set/dev/port: Permission denied[EMAIL PROTECTED]:~/src/k74-1.0$ ./pprxtx read/dev/port: Pe

Re: How to install .deb package as non-root user?

2006-04-18 Thread Albert Dengg
PM -0500, Matt England wrote: > > How can one install .deb package as non-root user? I see a 'dpkg --root' > > parameter, but it doesn't seem to help (as per below). > > > > Redhat's rpm can install with an non-root account; why not > > dpkg/ap

Re: How to install .deb package as non-root user?

2006-04-18 Thread listpile
use SUDO command .. but the root sysadmin.. should have to add to the list of users to let u use sudo on any user's shell .. On Sat, Apr 15, 2006 at 12:43:57PM -0500, Matt England wrote: > How can one install .deb package as non-root user? I see a 'dpkg --root' > parameter

Re: How to install .deb package as non-root user?

2006-04-16 Thread Ken Irving
On Sat, Apr 15, 2006 at 12:43:57PM -0500, Matt England wrote: > How can one install .deb package as non-root user? I see a 'dpkg --root' > parameter, but it doesn't seem to help (as per below). > > Redhat's rpm can install with an non-root account; why not &g

Re: How to install .deb package as non-root user?

2006-04-15 Thread Hodgins Family
Good afternoon! > How can one install .deb package as non-root user? I see a 'dpkg --root' > parameter, but it doesn't seem to help (as per below). Couldn't you work something out using sudo? In Ubuntu folks run commands like: sudo dpkg . Rob -- To UN

Re: How to install .deb package as non-root user?

2006-04-15 Thread Andrei Popescu
On Sat, 15 Apr 2006 12:43:57 -0500 Matt England <[EMAIL PROTECTED]> wrote: > How can one install .deb package as non-root user? I see a 'dpkg --root' > parameter, but it doesn't seem to help (as per below). > > Redhat's rpm can install with an non-root a

How to install .deb package as non-root user?

2006-04-15 Thread Matt England
How can one install .deb package as non-root user? I see a 'dpkg --root' parameter, but it doesn't seem to help (as per below). Redhat's rpm can install with an non-root account; why not dpkg/apt/wajig...or maybe one of these things can do this somehow and I don't

  1   2   3   >