/usr/bin/gnome-terminal

2020-07-03 Thread Patrick Dupre
Hello, 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.Terminal:/org/gnome/Terminal/Factory0: Failed to execute child process “

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Qiyu Yan
gnome-terminal needs dbus to start. Do dbus-update-activation-environment --all --systemd before exec gnome-terminal ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Patrick Dupre
> > gnome-terminal needs dbus to start. > Do > dbus-update-activation-environment --all --systemd > before exec gnome-terminal > ___ dbus-update-activation-environment --all --systemd dbus-update-activation-environment: error: unable to connect to D-Bus

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Qiyu Yan
Will dbus-launch gnome-terminal Work? If that is not working, please describe your environment in details, I need more information. Patrick Dupre 于 2020年7月3日周五 下午6:49写道: > > > > > > gnome-terminal needs dbus to start. > > Do > > dbus-update-activation-environment --all --systemd > > before exec

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Patrick Dupre
Will dbus-launch gnome-terminal Work?   If that is not working, please describe your environment in details, I need more information.     it works, but # _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’ # _g_io_module_get_default: Found default imp

install package from a list

2020-07-03 Thread Patrick Dupre
Hello, I wish to install a list of packages from a list. What is the best option? === Patrick DUPRÉ | | email: pdu...@gmx.com Laboratoire interdisciplinaire Carnot de Bourgogne 9 Avenue Ala

Re: install package from a list

2020-07-03 Thread Ed Greshko
On 2020-07-03 19:18, Patrick Dupre wrote: > I wish to install a list of packages from a list. How long is the list? dnf install `cat list` may work for you.  If the list isn't too long and the list is just the package names. -- The key to getting good answers is to ask good questions. ___

Re: install package from a list

2020-07-03 Thread John Mellor
On 2020-07-03 7:18 a.m., Patrick Dupre wrote: I wish to install a list of packages from a list. What is the best option? Assuming that you are working from CLI, how about: $ sudo xargs dnf install https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproje

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Qiyu Yan
Seem that you are on x forwarding? I think dbus-update-activation-environment should work here anyway, if a systemd-user and a dbus-broker instance is present. I think doing export $(dbus-launch) before starting gnome terminal will be a workaround, but you need to find out what makes dbus-update-

Re: Cinnamon 4.6 makes my display flickering

2020-07-03 Thread Marco Guazzone
On Fri, Jul 3, 2020 at 8:44 AM Marco Guazzone wrote: > Hi, > > I have just upgraded Cinnamon to the new 4.6 version with dnf and then > rebooted the system. > > When I log in, Cinnamon makes my screen flickering, with half screen blue > and the other half screen showing (a half of) my background

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Patrick Dupre
Seem that you are on x forwarding?   I think dbus-update-activation-environment should work here anyway, if a systemd-user and a dbus-broker instance is present.   I think doing  export $(dbus-launch) before starting gnome terminal will be a workaround, but you need to find out what makes

/usr/lib/grub/x86_64-efi/modinfo.sh

2020-07-03 Thread Patrick Dupre
Hello, When I run grub2-install /dev/sda I get grub2-install: error: /usr/lib/grub/x86_64-efi/modinfo.sh doesn't exist. Please specify --target or --directory In /usr/lib/grub/ total 24 drwxr-xr-x. 2 root root 12288 Jul 3 13:56 arm64-efi drwxr-xr-x. 2 root root 12288 Jul 3 13:01 i386-pc x86

Re: /boot file system

2020-07-03 Thread Patrick Dupre
You are correct / was lvm and no /boot partition (but a /boot/efi partition) I understand the point, but was I do not understand is that on another machine which work fine, I have /dev/mapper/VolSys_0-root 71724152 34126908 33910844 51% / /dev/mapper/VolUsers-home 71724152 32719136

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Qiyu Yan
That is where exact where the problem exact is. Do you get a failure state from systemd status and unable to start that? I think such things should be reported to bugzilla. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an em

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Qiyu Yan
Or maybe I am wrong, try setting export XDG_RUNTIME_DIR=/run/user/$(id -u) And redo the systemd enable? Patrick Dupre 于 2020年7月3日周五 下午8:09写道: > Seem that you are on x forwarding? > > I think dbus-update-activation-environment should work here anyway, if a > systemd-user and a dbus-broker instanc

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Patrick Dupre
No real problem, except whe I run gnome-terminal, I always get: # _g_io_module_get_default: Found default implementation local (GLocalVfs) for ‘gio-vfs’ # posix_spawn avoided (fd close requested) # _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsetting

Re: /usr/lib/grub/x86_64-efi/modinfo.sh

2020-07-03 Thread Tom H
On Fri, Jul 3, 2020 at 2:11 PM Patrick Dupre wrote: > > When I run grub2-install /dev/sda > I get > grub2-install: error: /usr/lib/grub/x86_64-efi/modinfo.sh doesn't < exist. Please specify --target or --directory > > In /usr/lib/grub/ > total 24 > drwxr-xr-x. 2 root root 12288 Jul 3 13:56 arm64

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Patrick Dupre
echo /run/user/$(id -u) /run/user/0 or echo /run/user/$(id -u) /run/user/1000   ystemctl --user enable dbus-broker.service Failed to connect to bus: No such file or directory         Or maybe I am wrong, try setting  export XDG_RUNTIME_DIR=/run/user/$(id -u) And redo the systemd

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Qiyu Yan
Those are not errors, just some info that you didn't even see before. But a dbus-broker didn't be set up by systemd-logind is what I am interested. Dbus-launch is always a great workaround for this and would work for the most time. Patrick Dupre 于 2020年7月3日周五 下午11:42写道: > No real problem, exce

Re: /boot file system

2020-07-03 Thread stan via users
On Fri, 3 Jul 2020 17:34:54 +0200 Patrick Dupre wrote: > You are correct > / was lvm > and no /boot partition (but a /boot/efi partition) > > I understand the point, but was I do not understand is that on > another machine which work fine, I have > > /dev/mapper/VolSys_0-root 71724152 341

Re: /boot file system

2020-07-03 Thread Samuel Sieb
On 7/3/20 10:46 AM, stan via users wrote: On Fri, 3 Jul 2020 17:34:54 +0200 Patrick Dupre wrote: You are correct / was lvm and no /boot partition (but a /boot/efi partition) I understand the point, but was I do not understand is that on another machine which work fine, I have /dev/mapper/Vol

Re: Output text color (was dnf list color bad)

2020-07-03 Thread Beartooth
On Thu, 02 Jul 2020 22:42:47 -0400, Todd Zullinger wrote: > Samuel Sieb wrote: >> On 7/2/20 5:05 PM, Todd Zullinger wrote: >>> Assuming I'm reading the request right, this part specifically is >>> about adjusting the coloring in the terminal; making the commands >>> which are input a different col

Re: Output text color (was dnf list color bad)

2020-07-03 Thread Samuel Sieb
On 7/3/20 11:59 AM, Beartooth wrote: IF (big if) I understand aright, the answer is that there are various colors in command output, such as ls making folders differ from files; all are fine except one. That one is the color dnf upgrade uses to list what it proposes to change. (W

Re: /boot file system

2020-07-03 Thread Gordon Messmer
On 7/2/20 4:27 PM, Patrick Dupre wrote: I prepared my HD, and use custom from fedora live but I always get /boot file system cannot be of type lvmlv While booting with /boot on lvmlv does work in some configurations, support was disabled in the installer as of Fedora 20 because not all confi

Re: /boot file system

2020-07-03 Thread Patrick Dupre
> > On 7/2/20 4:27 PM, Patrick Dupre wrote: > > I prepared my HD, and use custom from fedora live > > but I always get > > /boot file system cannot be of type lvmlv > > > While booting with /boot on lvmlv does work in some configurations, > support was disabled in the installer as of Fedora 20

Re: I had a bad drive in a LMV setup after using 'vgreduce --removemissing --force vg00' I cannot mount the LVM

2020-07-03 Thread Gordon Messmer
On 7/2/20 8:01 AM, D&R wrote: I found instructions that resulted in failure to replace the bad drive. The 'bad' drive still works but the directions to add a new drive did not work. Removing a bad drive and adding a replacement is something you can only do when your LVs are redundant across P

Re: I need current network interface documentation

2020-07-03 Thread ToddAndMargo via users
On 2020-07-02 22:26, Ed Greshko wrote: On 2020-07-03 12:32, ToddAndMargo via users wrote: On 2020-06-30 21:47, Ed Greshko wrote: On 2020-07-01 12:42, ToddAndMargo via users wrote: Thank you! $ nmcli connection show eno2 | grep perm connection.permissions: -- What does "--" m

refresh dhcp?

2020-07-03 Thread ToddAndMargo via users
Hi All, What is the easiest command line method to trigger a refresh of your dynamic dhcp address from your dhcp server? Many thanks, -T ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedorapro

Re: I need current network interface documentation

2020-07-03 Thread Samuel Sieb
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://github.com/ncopa/xfce-polkit/issues/5 That's not a huge security hole and it doesn't let

Re: refresh dhcp?

2020-07-03 Thread Samuel Sieb
On 7/3/20 1:01 PM, ToddAndMargo via users wrote: What is the easiest command line method to trigger a refresh of your dynamic dhcp address from your dhcp server? ifup :-) (or the equivalent nmcli command) ___ users mailing list -- users@lists.fedorapr

setting up PPPoE on fedora with recent network tools

2020-07-03 Thread Patrick Mansfield via users
Hi - Anyone know where to find details setting up and using a PPPoE client on fedora with current network tools? I used nm-connection-editor to add one, but haven't figured out how to actually bring it up nor if it's actually working. I installed rp-pppoe, I'm not sure if it's needed or if it'

Re: I need current network interface documentation

2020-07-03 Thread Tom H
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://github.com/ncopa/xfce-p

Re: I need current network interface documentation

2020-07-03 Thread ToddAndMargo via users
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 while back that has yet to be addressed: xfce pol kit lets others sneak in https://github.com/ncopa/xfce-polkit/issues/5 That's not

Re: Samba config -

2020-07-03 Thread Bob Goodwin
On 2020-07-02 19:01, Cameron Simpson wrote: Here is a working cifs line from a client's fstab below, with names changed. All on one line of course. //cifsserver/sharename /mnt/mountpoint cifs uid=localusername,gid=localgroupname,credentials=/home/someuser/.smbcred,iocharset=utf8,n

Re: I need current network interface documentation

2020-07-03 Thread ToddAndMargo via users
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://

Re: refresh dhcp?

2020-07-03 Thread ToddAndMargo via users
On 2020-07-03 13:11, Samuel Sieb wrote: On 7/3/20 1:01 PM, ToddAndMargo via users wrote: What is the easiest command line method to trigger a refresh of your dynamic dhcp address from your dhcp server? ifup :-) (or the equivalent nmcli command) Oh. That is easy! (The command is little hard

Re: Samba config -

2020-07-03 Thread Cameron Simpson
On 03Jul2020 17:04, Bob Goodwin wrote: > have tried to incorporate my data in your sample fstab line: > >//192.168.50.149/home/share  /media/smb cifs >uid=bobg,credentials=/home/bobg/cred,iocharset=utf8,noperm,dir_mode=0775,file_mode=0664 > >0 0 > >My credential file: >[bobg@WS1 ~]$ cat /home/bo

Re: I need current network interface documentation

2020-07-03 Thread Ed Greshko
On 2020-07-01 21:13, Tom H wrote: > I've just read the "polkit" man page and didn't see anything relevant. How about here? https://www.freedesktop.org/software/polkit/docs/latest/polkit.8.html -- The key to getting good answers is to ask good questions. _

Re: Samba config -

2020-07-03 Thread Bob Goodwin
On 2020-07-03 18:21, Cameron Simpson wrote: Obviously I still have something wrong somewhere. I may do better deleting everything and starting over ... Does /media/smb exist? Mount points need to exist before that are used. - Cameron _ ° [root@WS1 bobg]# ls -al /media total 28 drwxr-x

Re: I need current network interface documentation

2020-07-03 Thread Ed Greshko
On 2020-07-04 04:56, Tom H wrote: > There's a hard-coded 5-minute timeout in polkit. It would seem dependent on the actions files if the timeout is/isn't used. Example auth_admin   Authentication by an administrative user is required. v.s. auth_admin_keep Like auth_admin but the authorizatio

Re: Samba config -

2020-07-03 Thread Ed Greshko
On 2020-07-04 05:04, Bob Goodwin wrote: > However the end result fails in the same way as others I tried which I > thought would work but refuse to mount. > > [root@WS1 bobg]# mount //192.168.50.57/home/share  /media/smb > Password for bobg@//192.168.50.57/home/share: > mount error(2): No such fil

Re: setting up PPPoE on fedora with recent network tools

2020-07-03 Thread Ed Greshko
On 2020-07-04 04:19, Patrick Mansfield via users wrote: > Anyone know where to find details setting up and using a PPPoE client on > fedora with > current network tools? > > I used nm-connection-editor to add one, but haven't figured out how to > actually bring > it up nor if it's actually workin

Re: I need current network interface documentation

2020-07-03 Thread Samuel Sieb
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 while back that has yet to be addressed: xfce pol kit lets others sneak in https://

Re: I need current network interface documentation

2020-07-03 Thread Ed Greshko
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 while back that has yet to be

Re: I need current network interface documentation

2020-07-03 Thread Tom H
On Sat, Jul 4, 2020 at 12:53 AM Ed Greshko wrote: > On 2020-07-01 21:13, Tom H wrote: >> >> I've just read the "polkit" man page and didn't see anything >> relevant. > > How about here? > > https://www.freedesktop.org/software/polkit/docs/latest/polkit.8.html Thanks. That's the man page.

Re: I need current network interface documentation

2020-07-03 Thread Tom H
On Sat, Jul 4, 2020 at 12:59 AM Ed Greshko wrote: > On 2020-07-04 04:56, Tom H wrote: >> >> There's a hard-coded 5-minute timeout in polkit. > > It would seem dependent on the actions files if the timeout is/isn't > used. > > Example > > auth_admin Authentication by an administrative user is req

Re: /usr/bin/gnome-terminal

2020-07-03 Thread Samuel Sieb
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.Terminal:/org/gnome/Terminal/Factory0:

Re: I need current network interface documentation

2020-07-03 Thread ToddAndMargo via users
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? What? You never foolish ran a root command by acci