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
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.
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
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
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
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
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
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
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
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
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].
>
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
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
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
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
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
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
* 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
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
". 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
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
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
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
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 "/
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 $
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
(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
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
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
> 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
> 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
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"
>
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
> 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:
>
> 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
>
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
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
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
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
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
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
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
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?
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
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
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,
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
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:
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
"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:
> > >
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
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
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
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
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 /
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
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/
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
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
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
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
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.
#
#
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
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
在 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
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.
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
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.
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
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
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
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
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
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
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
[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
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
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
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
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
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
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
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
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 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 - 100 of 256 matches
Mail list logo