On Thu, Aug 1, 2024 at 12:48 PM Jonathan Billings
wrote:
>
> On Jul 30, 2024, at 15:32, Neal Becker wrote:
> > But I don't think it worked, because I don't see these options in ps.
> Also the original said:
> > Exec=/usr/bin/google-chrome-stable --incognito
>
> Are you positive you edited *EVERY
On Jul 30, 2024, at 15:32, Neal Becker wrote:
> But I don't think it worked, because I don't see these options in ps. Also
> the original said:
> Exec=/usr/bin/google-chrome-stable --incognito
Are you positive you edited *EVERY* Exec line in the file? The incognito entry
is just one of the ma
On Tue, Jul 30, 2024 at 4:28 PM Will McDonald wrote:
> On Tue, 30 Jul 2024 at 20:32, Neal Becker wrote:
>
>> On Tue, Jul 30, 2024 at 10:44 AM Will McDonald
>> wrote:
>>
>>> On Tue, 30 Jul 2024 at 15:38, Will McDonald wrote:
>>>
The default behaviour for the desktop application invocation
On Tue, 30 Jul 2024 at 20:32, Neal Becker wrote:
> On Tue, Jul 30, 2024 at 10:44 AM Will McDonald
> wrote:
>
>> On Tue, 30 Jul 2024 at 15:38, Will McDonald wrote:
>>
>>> The default behaviour for the desktop application invocation will be
>>> in /usr/share/applications/google-chrome.desktop in
On Tue, Jul 30, 2024 at 10:44 AM Will McDonald wrote:
> On Tue, 30 Jul 2024 at 15:38, Will McDonald wrote:
>
>> The default behaviour for the desktop application invocation will be
>> in /usr/share/applications/google-chrome.desktop in the Exec definition if
>> you don't mind hacking packaged fi
On Tue, 30 Jul 2024 at 15:38, Will McDonald wrote:
> The default behaviour for the desktop application invocation will be
> in /usr/share/applications/google-chrome.desktop in the Exec definition if
> you don't mind hacking packaged files.
>
> There's probably a canonical mechanism to override th
On Tue, 30 Jul 2024 at 15:32, Daniel Walsh wrote:
> On 7/30/24 10:28, Will McDonald wrote:
>
> On Tue, 30 Jul 2024 at 15:12, Daniel Walsh wrote:
>
>> On 7/30/24 10:01, George N. White III
>>
>> Fedora 40.
>>
>> $ rpm -q google-chrome-stable google-chrome-unstable
>> google-chrome-stable-127.0.65
On 7/30/24 10:28, Will McDonald wrote:
On Tue, 30 Jul 2024 at 15:12, Daniel Walsh wrote:
On 7/30/24 10:01, George N. White III
Fedora 40.
$ rpm -q google-chrome-stable google-chrome-unstable
google-chrome-stable-127.0.6533.72-1.x86_64
google-chrome-unstable-129.0.6614.3-1.
On 7/30/24 10:28, Will McDonald wrote:
On Tue, 30 Jul 2024 at 15:12, Daniel Walsh wrote:
On 7/30/24 10:01, George N. White III
Fedora 40.
$ rpm -q google-chrome-stable google-chrome-unstable
google-chrome-stable-127.0.6533.72-1.x86_64
google-chrome-unstable-129.0.6614.3-1.
On Tue, 30 Jul 2024 at 15:12, Daniel Walsh wrote:
> On 7/30/24 10:01, George N. White III
>
> Fedora 40.
>
> $ rpm -q google-chrome-stable google-chrome-unstable
> google-chrome-stable-127.0.6533.72-1.x86_64
> google-chrome-unstable-129.0.6614.3-1.x86_64
>
> Happened in the last couple of weeks.
On 7/30/24 10:01, George N. White III wrote:
On Tue, Jul 30, 2024 at 7:05 AM Daniel Walsh wrote:
I have destroyed $HOME/.config/google\* $HOME/.cache/goolge* and
still
does not work.
Anyone else see this happen?
I have checked SELinux and it is not causing the problem.
C
On Tue, Jul 30, 2024 at 7:05 AM Daniel Walsh wrote:
> I have destroyed $HOME/.config/google\* $HOME/.cache/goolge* and still
> does not work.
>
> Anyone else see this happen?
>
> I have checked SELinux and it is not causing the problem.
>
Could help to mention the Fedora version, whether it is f
On 7/30/24 06:09, Alex Gurenko wrote:
for i in $(find ~/.config ~/.var -type d -name "GPUCache" 2>/dev/null); do rm
-ri ${i}; done
Thanks but that did not fix it.
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an emai
Have you tried gpucache clean trick? It's actually been a while since it was
triggered for me personally (fixed at some point?), but maybe worth a shot:
```
for i in $(find ~/.config ~/.var -type d -name "GPUCache" 2>/dev/null); do rm
-ri ${i}; done
```
---
Best regards, Alex
On Tuesday, Ju
I have destroyed $HOME/.config/google\* $HOME/.cache/goolge* and still
does not work.
Anyone else see this happen?
I have checked SELinux and it is not causing the problem.
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe sen
> On 21 Dec 2023, at 19:03, John W. Himpel wrote:
>
>
>
> There is a Let's Encrypt plugin for digitalocean, but non for GoDaddy.
> Thus the need for a custom plugin.
I think this is so that you can use the DNS method of proving you control the
domain.
You can also place a special file that
> On 21 Dec 2023, at 17:04, John W. Himpel wrote:
>
> All,
>
> I am a complete stranger to python.
>
> I am attempting to automate the certificate renewal process for several
> certificates obtained from Letsencrypt via certbot. My DNS is hosted
> at GoDaddy.com.
>
> I found several project
> On 21 Dec 2023, at 17:04, John W. Himpel wrote:
>
> All,
>
> I am a complete stranger to python.
>
> I am attempting to automate the certificate renewal process for several
> certificates obtained from Letsencrypt via certbot. My DNS is hosted
> at GoDaddy.com.
>
> I found several project
On Thu, 21 Dec 2023 11:04:27 -0600
John W. Himpel wrote:
> What I don't know is where in the filesystem I should put the .py files
> so that certbot will find them and I don't have to reinstall everytime
> there's a python version upgrade.
Don't know. I always find the latest /usr/lib/python3*/si
On 12/21/23 09:04, John W. Himpel wrote:
All,
I am a complete stranger to python.
I am attempting to automate the certificate renewal process for several
certificates obtained from Letsencrypt via certbot. My DNS is hosted
at GoDaddy.com.
I found several projects on github that provide authen
All,
I am a complete stranger to python.
I am attempting to automate the certificate renewal process for several
certificates obtained from Letsencrypt via certbot. My DNS is hosted
at GoDaddy.com.
I found several projects on github that provide authenticators for
GoDaddy that reportedly work w
On Sun, Oct 8, 2023 at 9:37 AM George N. White III wrote:
>
> When I retired and moved to a different town I had to get a new landline
> number. It gets a constant stream of debt collector calls, so clearly the
> previous person assigned the number was a deadbeat..
Nah, the previous person was n
On Sun, 2023-10-08 at 10:35 -0300, George N. White III wrote:
> When I retired and moved to a different town I had to get a new landline
> number. It gets a constant stream of debt collector calls, so clearly the
> previous person assigned the number was a deadbeat..
Here, they were finally bea
On Thu, Oct 5, 2023 at 11:45 PM Tim via users
wrote:
> Tim:
>
> >> Thankfully, here, we've finally got to the stage where mobile phones
> >> don't cost you an arm and a leg to speak to someone in call and
> >> monthly charges. It's put landlines and payphones to death, now it's
> >> virtually on
On Sat, 7 Oct 2023 07:17:00 -0700
stan via users wrote:
> desktop. You can use man scrcpy to find the commands, and keyboard
> shortcuts, when using scrcpy on your phone.
In the man pages for scrcpy, the key is the key.
___
users mailing list -- use
On Thu, 5 Oct 2023 12:34:36 -0700
stan wrote:
> Inspired by the responses here that allowed me to understand what I
> was searching for, I eventually found a program called scrcpy.
>
> https://github.com/Genymobile/scrcpy/
Here are the instructions that I used to get scrcpy working for me. I
do
On Thu, 5 Oct 2023 14:35:42 -0700
Samuel Sieb wrote:
> On 2023-10-05 12:34, stan via users wrote:
> > Inspired by the responses here that allowed me to understand what I
> > was searching for, I eventually found a program called scrcpy.
> >
> > https://github.com/Genymobile/scrcpy/
> >
> > It a
On Fri, 06 Oct 2023 13:14:50 +1030
Tim wrote:
Thanks for the explanations, Tim.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct:
https://docs.fedoraproje
On Thu, 2023-10-05 at 10:07 -0700, stan via users wrote:
> What I think I can glean from these pages, is that it requires software
> on both the phone and the pc.
Oh, and the other thing... If you want to receive calls, your system
has to be always running. This is where standalone devices have
On Thu, 2023-10-05 at 10:07 -0700, stan via users wrote:
> What I think I can glean from these pages, is that it requires software
> on both the phone and the pc.
I can well imagine trying to link a computer to a phone will end up
with lots of "I can't hear you, can you hear me?" phone calls.
Las
Tim:
>> A 4G/5G usb-stick is essentially a mobile phone modem in the USB
>> stick. So, similar to connecting your computer to your phone and
>> using your phone as a modem.
stan
> Is that what is called 'tethering'?
Tethering refers to networking through your phone, essentially your
phone is a mo
On 2023-10-05 12:34, stan via users wrote:
On Thu, 5 Oct 2023 07:18:54 -0700
stan via users wrote:
When I searched for this, I came up empty. I was thinking that there
would be a USB plugin device or a pcie card that allowed a desktop to
communicate with a cellular network. Put a sim in it,
On Thu, 5 Oct 2023 07:18:54 -0700
stan via users wrote:
> When I searched for this, I came up empty. I was thinking that there
> would be a USB plugin device or a pcie card that allowed a desktop to
> communicate with a cellular network. Put a sim in it, and bingo, can
> call using the desktop
On Thu, 5 Oct 2023 07:18:54 -0700
stan via users wrote:
> When I searched for this, I came up empty. I was thinking that there
> would be a USB plugin device or a pcie card that allowed a desktop to
> communicate with a cellular network. Put a sim in it, and bingo, can
> call using the desktop
On Thu, 5 Oct 2023 07:18:54 -0700
stan via users wrote:
> When I searched for this, I came up empty. I was thinking that there
> would be a USB plugin device or a pcie card that allowed a desktop to
> communicate with a cellular network. Put a sim in it, and bingo, can
> call using the desktop
On Fri, 06 Oct 2023 02:07:54 +1030
Tim via users wrote:
> On Thu, 2023-10-05 at 08:07 -0700, stan via users wrote:
> > OK, I saw mention of asterisk in the results I found, but I have no
> > idea what a 4G or 5G usb-stick is. Is that something like what
> > Javier mentioned, an addon that create
On Fri, 2023-10-06 at 02:07 +1030, Tim via users wrote:
> If you just want to call particular friends, and didn't actually have
> to be a phone call, Skype and Zoom are options (they only call other
> Skype or Zoom accounts, as far as I know, Skype may have had a pay
> for
> real phone calls option
On Thu, 2023-10-05 at 08:07 -0700, stan via users wrote:
> OK, I saw mention of asterisk in the results I found, but I have no
> idea what a 4G or 5G usb-stick is. Is that something like what Javier
> mentioned, an addon that creates a local hotspot? I can already access
> the web from my phone v
On Thu, 5 Oct 2023 14:30:52 +
wrote:
> It is defitely more "than just plu-in a card"
> But deploying Asterisk, with a 4G or 5G usb-stick would do the trick.
OK, I saw mention of asterisk in the results I found, but I have no
idea what a 4G or 5G usb-stick is. Is that something like what
See below
-Original Message-
From: stan via users
Sent: Thursday, October 5, 2023 4:19 PM
To: users@lists.fedoraproject.org
Cc: stan
Subject: Anyone know of any cards or accessories that allow a desktop to make
calls on a cellular network?
When I searched for this, I came up empty. I
Like this?
https://www.amazon.com/Eboxer-Portable-Computer-Wireless-Receiver/dp/B07L5QMPJW/ref=mp_s_a_1_3?crid=1VSGW5NK6KRT7&keywords=4g+modem+card+for+pc&qid=1696516076&sprefix=4g+modem+card+for+pc%2Caps%2C209&sr=8-3
On Thu, Oct 5, 2023, 09:19 stan via users
wrote:
> When I searched for this, I
When I searched for this, I came up empty. I was thinking that there
would be a USB plugin device or a pcie card that allowed a desktop to
communicate with a cellular network. Put a sim in it, and bingo, can
call using the desktop instead of the smartphone. I think it would be
useful for trouble
> On 4 Feb 2020, at 17:39, Ryan Quinn wrote:
>
> I have a Fedora 31 box acting as a Wireguard VPN server. Everything with
> Wireguard is working great. Traffic is flowing in both directions, and my
> packets are protected. DNS is getting resolved by Quad9.
>
> As an enhancement, I've install
I have a Fedora 31 box acting as a Wireguard VPN server. Everything with
Wireguard is working great. Traffic is flowing in both directions, and my
packets are protected. DNS is getting resolved by Quad9.
As an enhancement, I've installed PowerDNS Recursor on the server to respond to
DNS queries
hi everybody
I'm hoping it is possible to have audio in apps when you run
them like:
$ sudo -u aUser yourApp
$ xhost +; sudo su aUser
And I've followed this:
https://fhackts.wordpress.com/2017/07/01/running-pulseaudio-system-wide-with-pacmd-on-arch/
but failed to have that Firefox, etc with a
On 05/25/2018 03:48 PM, Pete Travis wrote:
I would humbly suggest not using FTP, at all, ever. I will leave
reading of the implicit security concerns as an excercise for the
reader, but most all FTP clients should be SFTP capable and in most
cases the difference is completely transparent to en
On Fri, May 25, 2018, 5:36 PM Ed Greshko wrote:
> On 05/26/18 06:13, ToddAndMargo wrote:
> > Request for Enhancement: when starting vsftpd and "tcp_wrappers" is
> found to be set
> > to "YES", please consider WRITING AN ERROR MESSAGE to the system journal!
>
>
> You should file a BZ. Making an R
On 05/26/18 06:13, ToddAndMargo wrote:
> Request for Enhancement: when starting vsftpd and "tcp_wrappers" is found to
> be set
> to "YES", please consider WRITING AN ERROR MESSAGE to the system journal!
You should file a BZ. Making an RFE in a mailing list will get you nowhere.
--
Conjecture
On 05/22/2018 10:53 PM, Todd Chester wrote:
Hi All,
After upgrading to FC 28 from FC 27, my customer's
vsftpd server stopped allowing ftp logins
from anywhere.
# systemctl status vsftpd
shows it running and happy (I tried stopping and
restarting several times)
There is no complaining in
On 05/23/2018 11:30 PM, Ed Greshko wrote:
On 05/24/18 14:25, Todd Chester wrote:
On 05/23/2018 11:07 PM, Ed Greshko wrote:
On 05/24/18 13:56, Todd Chester wrote:
On 05/23/2018 10:32 PM, Ed Greshko wrote:
telnet 192.168.1.107 21
$ telnet 192.168.202.10 21
Trying 192.168.202.10...
Conn
On 05/24/18 14:25, Todd Chester wrote:
>
>
> On 05/23/2018 11:07 PM, Ed Greshko wrote:
>> On 05/24/18 13:56, Todd Chester wrote:
>>>
>>>
>>> On 05/23/2018 10:32 PM, Ed Greshko wrote:
telnet 192.168.1.107 21
>>>
>>>
>>> $ telnet 192.168.202.10 21
>>> Trying 192.168.202.10...
>>> Connected to 19
On 05/23/2018 11:07 PM, Ed Greshko wrote:
On 05/24/18 13:56, Todd Chester wrote:
On 05/23/2018 10:32 PM, Ed Greshko wrote:
telnet 192.168.1.107 21
$ telnet 192.168.202.10 21
Trying 192.168.202.10...
Connected to 192.168.202.10.
Escape character is '^]'.
500 OOPS: tcp_wrappers is set to Y
On 05/24/18 13:56, Todd Chester wrote:
>
>
> On 05/23/2018 10:32 PM, Ed Greshko wrote:
>> telnet 192.168.1.107 21
>
>
> $ telnet 192.168.202.10 21
> Trying 192.168.202.10...
> Connected to 192.168.202.10.
> Escape character is '^]'.
> 500 OOPS: tcp_wrappers is set to YES but no tcp wrapper support
On 05/23/2018 10:32 PM, Ed Greshko wrote:
telnet 192.168.1.107 21
$ telnet 192.168.202.10 21
Trying 192.168.202.10...
Connected to 192.168.202.10.
Escape character is '^]'.
500 OOPS: tcp_wrappers is set to YES but no tcp wrapper support compiled in
Connection closed by foreign host.
And "t
On 05/24/18 13:28, Todd Chester wrote:
>
>
> On 05/23/2018 10:13 PM, Ed Greshko wrote:
>> You need to be certain what zone is actually being used.
>>
>> That is why I asked you to run...
>>
>> firewall-cmd --get-active-zones
>>
>> Are you certain the "public" zone is assigned to the interface?
>>
>
On 05/23/2018 10:13 PM, Ed Greshko wrote:
You need to be certain what zone is actually being used.
That is why I asked you to run...
firewall-cmd --get-active-zones
Are you certain the "public" zone is assigned to the interface?
I have one system here running KDE and for sure the active int
On 05/24/18 12:55, Todd Chester wrote:
>
>
> On 05/23/2018 08:56 PM, Ed Greshko wrote:
>> # firewall-cmd --info-zone=FedoraWorkstation
>> FedoraWorkstation (active)
>> target: default
>> icmp-block-inversion: no
>> interfaces: enp0s3
>> sources:
>> services: dhcpv6-client ssh samba-c
On 05/23/2018 08:56 PM, Ed Greshko wrote:
# firewall-cmd --info-zone=FedoraWorkstation
FedoraWorkstation (active)
target: default
icmp-block-inversion: no
interfaces: enp0s3
sources:
services: dhcpv6-client ssh samba-client mdns ftp
ports: 1025-65535/udp 1025-65535/tcp
prot
On 05/23/2018 08:56 PM, Ed Greshko wrote:
I did not realize you were doing this remote from the server.
I was on site yesterday.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject
On 05/24/18 11:31, Todd Chester wrote:
> Just did and I got right in. I ssh in and then did "ftp localhost".
> Ahh Poop! the "user" command tells me I am not connected
>
> `firewall-config` is loading over `ssh -X` as I write this.
> It is having a devil of a time scrolling. And it just crashed.
On 05/23/2018 08:20 PM, Ed Greshko wrote:
On 05/24/18 11:18, Todd Chester wrote:
On 05/23/2018 08:09 PM, Joe Zeff wrote:
On 05/23/2018 06:59 PM, Todd Chester wrote:
On 05/23/2018 03:33 PM, Ed Greshko wrote:
On 05/24/18 05:59, ToddAndMargo wrote:
You said you get a message about a bad
On 05/24/18 11:18, Todd Chester wrote:
>
>
> On 05/23/2018 08:09 PM, Joe Zeff wrote:
>> On 05/23/2018 06:59 PM, Todd Chester wrote:
>>>
>>>
>>> On 05/23/2018 03:33 PM, Ed Greshko wrote:
On 05/24/18 05:59, ToddAndMargo wrote:
>>>
You said you get a message about a bad username or password.
On 05/23/2018 08:09 PM, Joe Zeff wrote:
On 05/23/2018 06:59 PM, Todd Chester wrote:
On 05/23/2018 03:33 PM, Ed Greshko wrote:
On 05/24/18 05:59, ToddAndMargo wrote:
You said you get a message about a bad username or password. What is
the exact error?
Nothing. No motion at all.
When
On 05/23/2018 06:59 PM, Todd Chester wrote:
On 05/23/2018 03:33 PM, Ed Greshko wrote:
On 05/24/18 05:59, ToddAndMargo wrote:
You said you get a message about a bad username or password. What is
the exact error?
Nothing. No motion at all.
When this happens, can you log in from a CLI co
On 05/23/2018 03:33 PM, Ed Greshko wrote:
On 05/24/18 05:59, ToddAndMargo wrote:
You said you get a message about a bad username or password. What is the exact
error?
Nothing. No motion at all.
I do get motion from other things. But dead quiet when Windows
(Cobian Backup add Windows E
On 05/24/18 05:59, ToddAndMargo wrote:
> On 05/23/2018 03:53 AM, Ed Greshko wrote:
>> On 05/23/18 13:53, Todd Chester wrote:
>>> Hi All,
>>>
>>> After upgrading to FC 28 from FC 27, my customer's
>>> vsftpd server stopped allowing ftp logins
>>> from anywhere.
>>>
>>> # systemctl status vsftpd
On 05/23/2018 03:53 AM, Ed Greshko wrote:
On 05/23/18 13:53, Todd Chester wrote:
Hi All,
After upgrading to FC 28 from FC 27, my customer's
vsftpd server stopped allowing ftp logins
from anywhere.
# systemctl status vsftpd
shows it running and happy (I tried stopping and
restarting sever
On 05/23/18 13:53, Todd Chester wrote:
> Hi All,
>
> After upgrading to FC 28 from FC 27, my customer's
> vsftpd server stopped allowing ftp logins
> from anywhere.
>
> # systemctl status vsftpd
>
> shows it running and happy (I tried stopping and
> restarting several times)
>
> There is no com
Hi All,
After upgrading to FC 28 from FC 27, my customer's
vsftpd server stopped allowing ftp logins
from anywhere.
# systemctl status vsftpd
shows it running and happy (I tried stopping and
restarting several times)
There is no complaining in
# journalctl -f
when I attempt to make a
The following command
gnome-terminal --geometry=80x24+0-0
says to open an 80x24 window in the lower left corner. When using "GNOME on
Xorg" the position is set as expected. In Wayland the window comes up in the
middle of the screen. (This is for F25.) Does Wayland not allow wind
On Fri, 22 Jul 2016 16:46:48 -0700
Rick Stevens wrote:
> On 07/22/2016 04:29 PM, bruce wrote:
> > How can this be accomplished?
> >
> > Can't find much via SO or the net.
> >
> > Found plenty on the suspend/etc. Curious as to how to do this.
/etc/systemd/logind.conf
#HandleLidSwitch=suspend
On 07/22/2016 04:29 PM, bruce wrote:
> How can this be accomplished?
>
> Can't find much via SO or the net.
>
> Found plenty on the suspend/etc. Curious as to how to do this.
Shut off suspend and hibernate modes. It depends on which power manager
GUI you have. In XFCE's Power Manager:
G
On 07/23/16 07:29, bruce wrote:
> How can this be accomplished?
>
> Can't find much via SO or the net.
>
> Found plenty on the suspend/etc. Curious as to how to do this.
Mine works just fineand I've not done anything.
--
You're Welcome Zachary Quinto
--
users mailing list
users@lists.fedor
How can this be accomplished?
Can't find much via SO or the net.
Found plenty on the suspend/etc. Curious as to how to do this.
Thanks.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@lists.fedor
I just want to declare success! I installed the HDD (actually a PCIe drive)
and everything installed without a glitch! Fedora 23 is working perfectly
on the BeeBox now
Thanks everyone!
On Sat, Jan 2, 2016 at 6:17 PM, Chris Murphy
wrote:
> If you haven't tried using 'strace mkfs." it's very educ
If you haven't tried using 'strace mkfs." it's very educational.
All it does is write some stuff to the disk. It's mostly zeros, but
also the signature, UUID, stuff that makes up the superblocks. The
fact this fails, suggest the device can't even handle basic writes. So
there's no reason to believe
On Fri, Jan 1, 2016 at 8:57 PM, Javier Perez wrote:
>
>
> Really?? All I had to do is select the partition and mark it for
> reformatting, and selected the desktop package and it works.
>
> That's the point. If I want to reuse the partition I HAVE to reformat it.
Yes, that's intended. There's goo
ermanently attached
>> to a BeeBox system while the drive arrives on the mail. Problem is that for
>> some rason, whomever has to format the usb drive crashes. Solution: Make
>> partitioning and formating outside. But now, Anconda does not allow me to
>> use the freshly made / p
On 01/01/2016 07:44 PM, Javier Perez wrote:
Hi
I already read that the Anaconda installer does not allow me to reuse
the / partition to install Fedora 23. I understand the reasons.
Really?? All I had to do is select the partition and mark it for
reformatting, and selected the desktop
Hi
I already read that the Anaconda installer does not allow me to reuse the /
partition to install Fedora 23. I understand the reasons.
I am trying to install Fedora 23 on a USB that will be permanently attached
to a BeeBox system while the drive arrives on the mail. Problem is that for
some
On Mon, 2015-11-09 at 10:26 +0800, Zhanghui wrote:
> I have just upgraded one of my computer from F22 to F23. After
> reboot, I can't login any more.
> My computer has no local user, so the login manager SDDM asks for
> password directly. I can't
> input my username.
SDDM is part of KDE, so it
I have just upgraded one of my computer from F22 to F23. After reboot, I
can't login any more.
My computer has no local user, so the login manager SDDM asks for password
directly. I can't
input my username.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change su
as yet, i have never been unable to accept a site's unrecognized
certificate. [firefox 24.8.0]
There are some certs that are pinned (tor's site is one I remember) and
you can't override those easily. If you have removed the default CAs
and run into this you have to go somewhere esle i
On Tue, 2015-04-14 at 09:22 -0600, Pete Travis wrote:
> On Apr 14, 2015 5:12 AM, "Patrick O'Callaghan"
> wrote:
> >
> > On Mon, 2015-04-13 at 20:18 -0500, g wrote:
> > > > Has anyone else seen this?
> > >
> > > as yet, i have never been unable to accept a site's unrecognized
> > > certificate. [fi
On Apr 14, 2015 5:12 AM, "Patrick O'Callaghan"
wrote:
>
> On Mon, 2015-04-13 at 20:18 -0500, g wrote:
> > > Has anyone else seen this?
> >
> > as yet, i have never been unable to accept a site's unrecognized
> > certificate. [firefox 24.8.0]
>
> As I've explained, the problem is specifically with
On Mon, 2015-04-13 at 20:18 -0500, g wrote:
> > Has anyone else seen this?
>
> as yet, i have never been unable to accept a site's unrecognized
> certificate. [firefox 24.8.0]
As I've explained, the problem is specifically with Firefox 37. I
already know it works with earlier versions.
poc
--
On 04/10/2015 06:51 AM, Patrick O'Callaghan wrote:
> I need to use Firefox to connect to a specific site which has
> an unrecognized SSL certificate (the specific error is
> "Peer's Certificate issuer is not recognised"). I get the usual
> dialogue asking if I accept the risks, but clicki
On Sun, 2015-04-12 at 20:30 +, Matthew Saltzman wrote:
> On Sat, 2015-04-11 at 23:17 +0100, Patrick O'Callaghan wrote:
> > On Sat, 2015-04-11 at 20:09 +, Matthew Saltzman wrote:
> > > > Thanks, I was hopeful but it didn't work, even after restarting FF.
> > >
> > > I believe you want to se
On Sat, 2015-04-11 at 23:17 +0100, Patrick O'Callaghan wrote:
> On Sat, 2015-04-11 at 20:09 +, Matthew Saltzman wrote:
> > > Thanks, I was hopeful but it didn't work, even after restarting FF.
> >
> > I believe you want to set
> > services.sync.prefs.sync.security.OCSP.disable_button.managecr
On Sat, 2015-04-11 at 15:52 +0100, Patrick O'Callaghan wrote:
> On Sat, 2015-04-11 at 09:03 -0400, Tom Horsley wrote:
> > On Sat, 11 Apr 2015 11:47:41 +0100
> > Patrick O'Callaghan wrote:
> >
> > > Unfortunately not. This is a site used for "official" purposes and there
> > > is no way round it. A
On Sat, 2015-04-11 at 20:09 +, Matthew Saltzman wrote:
> > Thanks, I was hopeful but it didn't work, even after restarting FF.
>
> I believe you want to set
> services.sync.prefs.sync.security.OCSP.disable_button.managecrl to
> true
> in about:config.
Thanks, but there is no such boolean.
On Fri, 2015-04-10 at 17:17 +0100, Patrick O'Callaghan wrote:
> On Fri, 2015-04-10 at 17:44 +0200, Suvayu Ali wrote:
> > On Fri, Apr 10, 2015 at 02:08:35PM +, Joshua Doll wrote:
> > > On Fri, Apr 10, 2015 at 8:14 AM Patrick O'Callaghan
> > >
> > > wrote:
> > >
> > > > I need to use Firefox t
On Sun, 2015-04-12 at 01:51 +0930, Tim wrote:
> Allegedly, on or about 11 April 2015, Patrick O'Callaghan sent:
> > And the site administrators do not respond to email.
>
> That's so they can say that "we haven't received any complaints"? :-\
No doubt.
poc
--
users mailing list
users@lists.fe
Allegedly, on or about 11 April 2015, Patrick O'Callaghan sent:
> And the site administrators do not respond to email.
That's so they can say that "we haven't received any complaints"? :-\
--
[tim@localhost ~]$ uname -rsvp
Linux 3.9.10-100.fc17.x86_64 #1 SMP Sun Jul 14 01:31:27 UTC 2013 x86_64
On Sat, 2015-04-11 at 09:03 -0400, Tom Horsley wrote:
> On Sat, 11 Apr 2015 11:47:41 +0100
> Patrick O'Callaghan wrote:
>
> > Unfortunately not. This is a site used for "official" purposes and there
> > is no way round it. And the site administrators do not respond to email.
>
> Create a virtual
On Sat, 11 Apr 2015 11:47:41 +0100
Patrick O'Callaghan wrote:
> Unfortunately not. This is a site used for "official" purposes and there
> is no way round it. And the site administrators do not respond to email.
Create a virtual machine with an older firefox in it and use the VM
when you have to
On Sat, 2015-04-11 at 10:32 +0200, Markus Schönhaber wrote:
> Am 10.04.2015 um 18:19 CEST Patrick O'Callaghan:
>
> > On Fri, 2015-04-10 at 14:08 +, Joshua Doll wrote:
> >> Is the cert also expired. I've run into where if the cert is self
> >> signed,
> >> or from an untrusted CA and expired it
Am 10.04.2015 um 18:19 CEST Patrick O'Callaghan:
> On Fri, 2015-04-10 at 14:08 +, Joshua Doll wrote:
>> Is the cert also expired. I've run into where if the cert is self
>> signed,
>> or from an untrusted CA and expired it won't let you accept the cert.
>
> I can't get any information about t
On 01/22/15 08:01, CS DBA wrote:
> How do I open ports & allow ssh / scp to a fedora 21 workstation ?
>
> I added port 22 to the public area but no luck
>
>
If you are using a newly installed F21/Gnome system the command "firewall-cmd
--get-default-zone" will proba
Hi All;
How do I open ports & allow ssh / scp to a fedora 21 workstation ?
I added port 22 to the public area but no luck
thanks in advance
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/u
1 - 100 of 179 matches
Mail list logo