On 2020-07-03 23:01, Ed Greshko wrote:
On 2020-07-04 12:59, Samuel Sieb wrote:
On 7/3/20 1:57 PM, ToddAndMargo via users wrote:
On 2020-07-03 13:07, Samuel Sieb wrote:
On 7/3/20 12:53 PM, ToddAndMargo via users wrote:
Oh of interest, Xfce Pol kit has a YUGE security hole that I
reported a whi
On 7/3/20 11:55 PM, ToddAndMargo via users wrote:
On 2020-07-03 21:59, Samuel Sieb wrote:
ow in the world is that not a security hole?
Why would it be? You just authenticated yourself. Why is it a
problem to let you stay authenticated for a few minutes? What do you
think could happen?
W
On 2020-07-04 14:59, ToddAndMargo via users wrote:
> On 2020-07-03 23:01, Ed Greshko wrote:
>> On 2020-07-04 12:59, Samuel Sieb wrote:
>>> On 7/3/20 1:57 PM, ToddAndMargo via users wrote:
On 2020-07-03 13:07, Samuel Sieb wrote:
> On 7/3/20 12:53 PM, ToddAndMargo via users wrote:
>> Oh
>
> On 7/3/20 3:03 AM, Patrick Dupre wrote:
> > When I run
> > /usr/bin/gnome-terminal
> >
> > I get:
> > # _g_io_module_get_default: Found default implementation local (GLocalVfs)
> > for ‘gio-vfs’
> > # posix_spawn avoided (fd close requested)
> > # Error constructing proxy for
> > org.gnome.
On 7/4/20 12:26 AM, Patrick Dupre wrote:
On 7/3/20 3:03 AM, Patrick Dupre wrote:
When I run
/usr/bin/gnome-terminal
I get:
# _g_io_module_get_default: Found default implementation local (GLocalVfs) for
‘gio-vfs’
# posix_spawn avoided (fd close requested)
# Error constructing proxy for org.g
You still need to type "sudo" you just don't need to enter your
password for sudo commands for a few minutes. It doesn't make all
commands run as root.
On Fri, 2020-07-03 at 23:55 -0700, ToddAndMargo via users wrote:
> On 2020-07-03 21:59, Samuel Sieb wrote:
> > > ow in the world is that not a se
I have managed to get this working. The changes I made to my original
configuration is given below:
On 27/06/2020 18:43, Simon Colston wrote:
Fedora Workstation 32
I'm trying to mount a samba share at login using pam_mount. The steps I've taken so far after googling and man-page
reading are
On 2020-07-03 19:12, Ed Greshko wrote:
You have an entry in the fstab. I set up my system to demonstrate..
This is "wrong".
[root@meimei etc]# mount //192.168.1.1/myUSB/ /media/smb
Password forroot@//192.168.1.1/myUSB/:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual
On 7/4/20 4:35 PM, Bob Goodwin wrote:
presently I have in 'etc/fstab //192.168.50.149/home/share
/media/smb cifs defaults,credentials=/home/bobg/cred 0 0 Which
is adapted from a working line used previously in the old smb server.
and then:
[root@WS1 bobg]# mount //192.168.50.149/home
On 2020-07-05 07:35, Bob Goodwin wrote:
> I don't understand that?
What do you get when you do...
mount /media/smb
???
--
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscrib
On 2020-07-04 19:49, Samuel Sieb wrote:
f you have the mount already defined in fstab, then you only use the
destination directory in the mount command: "mount /media/smb
°
[root@WS1 bobg]# mount /media/smb
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g.
On 2020-07-05 07:57, Bob Goodwin wrote:
>
>
> On 2020-07-04 19:49, Samuel Sieb wrote:
>> f you have the mount already defined in fstab, then you only use the
>> destination directory in the mount command: "mount /media/smb
> °
>
> [root@WS1 bobg]# mount /media/smb
> mount error(2): No such file or
On 2020-07-04 20:05, Ed Greshko wrote:
Why don't you comment out the fstab entry and try
mount -o uid=bobg,credentials=/home/bobg/cred //192.168.50.149/home/share
/media/smb
.
[root@WS1 bobg]# mount /media/smb
mount: /etc/fstab: parse error at line 22 -- ignored
mount: /media/smb: can't
On 2020-07-05 08:15, Bob Goodwin wrote:
>
>
> On 2020-07-04 20:05, Ed Greshko wrote:
>> Why don't you comment out the fstab entry and try
>>
>> mount -o uid=bobg,credentials=/home/bobg/cred //192.168.50.149/home/share
>> /media/smb
> .
> [root@WS1 bobg]# mount /media/smb
> mount: /etc/fstab: p
On Fri, 2020-07-03 at 23:55 -0700, ToddAndMargo via users wrote:
On 2020-07-03 21:59, Samuel Sieb wrote:
ow in the world is that not a security hole?
Why would it be? You just authenticated yourself. Why is it a problem
to let you stay authenticated for a few minutes? What do you think
c
On 2020-07-03 13:56, Tom H wrote:
On Fri, Jul 3, 2020 at 10:09 PM Samuel Sieb wrote:
On 7/3/20 12:53 PM, ToddAndMargo via users wrote:
Oh of interest, Xfce Pol kit has a YUGE security hole that I
reported a while back that has yet to be addressed:
xfce pol kit lets others sneak in
https://
On 2020-07-05 09:48, ToddAndMargo via users wrote:
> In Linux, everything is configurable.
>
> How do I disable this behavior?
man sudoers
--
The key to getting good answers is to ask good questions.
___
users mailing list -- users@lists.fedoraproject
On 7/4/20 5:15 PM, Bob Goodwin wrote:
On 2020-07-04 20:05, Ed Greshko wrote:
Why don't you comment out the fstab entry and try
mount -o uid=bobg,credentials=/home/bobg/cred
//192.168.50.149/home/share /media/smb
.
[root@WS1 bobg]# mount /media/smb
mount: /etc/fstab: parse error at line
On 7/4/20 4:57 PM, Bob Goodwin wrote:
On 2020-07-04 19:49, Samuel Sieb wrote:
f you have the mount already defined in fstab, then you only use the
destination directory in the mount command: "mount /media/smb
°
[root@WS1 bobg]# mount /media/smb
mount error(2): No such file or directory
Refer t
On 2020-07-05 14:10, Samuel Sieb wrote:
> On 7/4/20 5:15 PM, Bob Goodwin wrote:
>>
>>
>> On 2020-07-04 20:05, Ed Greshko wrote:
>>> Why don't you comment out the fstab entry and try
>>>
>>> mount -o uid=bobg,credentials=/home/bobg/cred //192.168.50.149/home/share
>>> /media/smb
>> .
>> [root@W
https://thetechupdates.com/ is a great place to look out for, we provide the
opportunity to “Write For Us” (Gues Posts) of all Technology, Business,
Marketing, Education, Social Networks related concepts.
https://thetechupdates.com/guest-blog-post-write-for-us/
__
https://thetechupdates.com/ is a great place to look out for, we provide the
opportunity to “Write For Us” (Gues Posts) of all Technology, Business,
Marketing, Education, Social Networks related concepts.
https://thetechupdates.com/guest-blog-post-write-for-us/
_
On 7/4/20 11:30 PM, Ed Greshko wrote:
I get the feeling he may have an entry in fstab which spanned/spans 2 lines?
Yes, I asked him to comment out the line and then just try the full command
from the command line
to eliminate an issue with /media/smb. In a previous message he showed the
full
23 matches
Mail list logo