Re: Can't perform update when double nat'ing [SOLVED}

2018-07-05 Thread Samuel Sieb

On 07/05/2018 10:59 AM, Richard Shaw wrote:
There's not a good way... Ideally DNF would skip the proxy if not 
available but there doesn't appear to be an option for that so I just 
comment out the proxy option in /etc/dnf/dnf.conf when I'm outside of my 
home network.


Yes, I would love to have it work that way.  I've been considering how 
hard it would be to make a dnf plugin to do that.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/G64H66Y5HEJBBCOXNGDLDPZCJAPV4FUI/


Re: Can't perform update when double nat'ing [SOLVED}

2018-07-05 Thread Rick Stevens
On 07/05/2018 12:09 PM, Joe Zeff wrote:
> On 07/05/2018 11:46 AM, Rick Stevens wrote:
>> that doesn't have the proxy lines and use:
>>
>> dnf -c /etc/dnf/dnf-noproxy.conf [options] 
>>
>> to use it outside your network.
> 
> If you're going to be using that fairly often, add this to .bashrc:
> 
> alias dnp=dnf -c /etc/dnf/dnf-noproxy.conf
> 
> That way you won't have to remember the exact path to the config file.

Good point, Joe.
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-  "How does that damned three seashell thing work?" -
-   -- Sylvester Stallone, "Demolition Man"  -
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/NJU64LHULPDK5UND4QV2Y6OZUF2H3PSX/


Re: Can't perform update when double nat'ing [SOLVED}

2018-07-05 Thread Joe Zeff

On 07/05/2018 11:46 AM, Rick Stevens wrote:

that doesn't have the proxy lines and use:

dnf -c /etc/dnf/dnf-noproxy.conf [options] 

to use it outside your network.


If you're going to be using that fairly often, add this to .bashrc:

alias dnp=dnf -c /etc/dnf/dnf-noproxy.conf

That way you won't have to remember the exact path to the config file.
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/IW3J5IXW2DQLVVIXQN6GOHPKWPSVOQYL/


Re: Can't perform update when double nat'ing [SOLVED}

2018-07-05 Thread Rick Stevens
On 07/05/2018 10:59 AM, Richard Shaw wrote:
> On Thu, Jul 5, 2018 at 11:35 AM Rick Stevens  > wrote:
> 
> On 07/03/2018 07:04 PM, Richard Shaw wrote:
> > Just to confirm, I did have the laptop setup to use the squid proxy on
> > my desktop so that was indeed the cause of the problem.
> 
> Glad you got that sorted out.
> 
> Just for the sake of completeness on the thread, how did you resolve it?
> Did you add the lines to dnf.conf to access your proxy properly?
> 
> 
> There's not a good way... Ideally DNF would skip the proxy if not
> available but there doesn't appear to be an option for that so I just
> comment out the proxy option in /etc/dnf/dnf.conf when I'm outside of my
> home network.

Ah. Well, you could create a second conf file, say

/etc/dnf/dnf-noproxy.conf

that doesn't have the proxy lines and use:

dnf -c /etc/dnf/dnf-noproxy.conf [options] 

to use it outside your network. Inside your network, the standard

dnf [options] 

would use the default conf file (with the proxy lines).
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-   Vegetarian:  Old Indian word for "lousy hunter"  -
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/MPDXSBPDDNILIARM53IYXWSK55KCNBYK/


Re: Can't perform update when double nat'ing [SOLVED}

2018-07-05 Thread Richard Shaw
On Thu, Jul 5, 2018 at 11:35 AM Rick Stevens  wrote:

> On 07/03/2018 07:04 PM, Richard Shaw wrote:
> > Just to confirm, I did have the laptop setup to use the squid proxy on
> > my desktop so that was indeed the cause of the problem.
>
> Glad you got that sorted out.
>
> Just for the sake of completeness on the thread, how did you resolve it?
> Did you add the lines to dnf.conf to access your proxy properly?
>

There's not a good way... Ideally DNF would skip the proxy if not available
but there doesn't appear to be an option for that so I just comment out the
proxy option in /etc/dnf/dnf.conf when I'm outside of my home network.

Thanks,
Richard
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/JJBN23BFJNZRF5K3YWIDKXHXIXFOHOJO/


Re: Cannot establish a L2TP/IPSec VPN connection

2018-07-05 Thread Gordon Messmer

On 07/04/2018 03:18 AM, Paul Smith wrote:

Jul 04 11:12:48 xhost NetworkManager[911]: 104
"915d709a-49b3-4928-8d5e-0f7e7a4de99a" #1: STATE_MAIN_I1: initiate
Jul 04 11:12:48 xhost NetworkManager[911]: 002
"915d709a-49b3-4928-8d5e-0f7e7a4de99a" #1: WARNING: connection
915d709a-49b3-4928-8d5e-0f7e7a4de99a PSK length of 0 bytes is too
short for sha PRF in FIPS mode (10 bytes required)



Your previous message warned that you were using a "weak PSK". Are you 
specifying a pre-shared key?  The error seems to indicate there isn't 
one, when one is required.

___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/373HIGGLY6ENH5IWBAKWJWET3BCYBQQ2/


Re: Can't perform update when double nat'ing [SOLVED}

2018-07-05 Thread Rick Stevens
On 07/03/2018 07:04 PM, Richard Shaw wrote:
> On Tue, Jul 3, 2018 at 3:07 PM Richard Shaw  > wrote:
> 
> On Tue, Jul 3, 2018 at 2:58 PM Rick Stevens  > wrote:
> 
> On 07/03/2018 11:44 AM, Richard Shaw wrote:
> > I know the default answer, don't double nat, but in this case
> what I'm
> > doing is that I have a wireless travel router with WISP and I
> am using
> > it to create my own private & secured network behind a public
> network.
> >
> > Web browsing works fine but when I try to perform a "dnf
> update" I get a
> > "Error: Failed to synchronize cache for repo 'updates'."
> >
> > Since it's simple download, i,e, not a complicated connection
> like a
> > VPN. I don't know why it wouldn't work, but it apparently does
> not.
> 
> A) Are you using a proxy? If so, have you added the appropriate
> config
> lines to /etc/dnf/dnf.conf (proxy IP, username, password)?
> 
> 
> Need to double check that, I did setup a squid proxy on my desktop
> but I'm not sure if I have the laptop setup to use it or not... Good
> idea.
> 
> 
> Just to confirm, I did have the laptop setup to use the squid proxy on
> my desktop so that was indeed the cause of the problem.

Glad you got that sorted out.

Just for the sake of completeness on the thread, how did you resolve it?
Did you add the lines to dnf.conf to access your proxy properly?
--
- Rick Stevens, Systems Engineer, AllDigitalri...@alldigital.com -
- AIM/Skype: therps2ICQ: 226437340   Yahoo: origrps2 -
--
-If Windows isn't a virus, then it sure as hell is a carrier!-
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/APUDLZBWCSQXROWHX5U5EVUB3LF36NFU/


Re: Updated info about disabling tracker related processes?

2018-07-05 Thread Dario Lesca
Il giorno gio, 05/07/2018 alle 07.29 +0200, Gianluca Cecchi ha scritto:
> today updates seemed to get in again tracker... seemed a weak
> dependency

Yes, if I run update tracker-miners is installed by weak dependencies

[lesca@dodo ~]$ LANG=C sudo dnf updateLast metadata expiration check:
0:07:22 ago on Thu Jul  5 16:20:06 2018.Dependencies
resolved.==
==
Package   Arch   Version   
  Repository   Size
===
=Upgrading: ... tracker
   x86_64 2.0.4-
1.fc28updates 1.0 M ...Installing weak
dependencies: tracker-
minersx86_64 2.0.5-
1.fc28updates 766 k

the it's useful put "exclude=tracker-miners" into /etc/dnf/dnf.conf

In this way, tracker-miners is non installed

Thanks


-- 
Dario Lesca
(inviato dal mio Linux Fedora 28 Workstation)___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/OPTL3QDWZIDDFQBXLNEDRT6JYX6D3AHT/


Re: Live ISO image creation

2018-07-05 Thread Ian Malone
On 26 June 2018 at 08:31, Jozsef K via users
 wrote:
> Hi,
> I have a question about live ISO image creation. What I would like to
> achieve is to install exfat-utils and fuse-exfat while I am in live
> environment and then to create a new ISO image file which would be the same
> as the one I booted but with addition of those two packages.
> Is that possible?
>
>

Not exactly like this, however you can create a minimal kickstart
file, use that to build an ISO and then create a live image from that
the way you would a normal ISO.

See https://pagure.io/fedora-kickstarts (you'd just need three lines
really, one to include the kickstart for the spin you wanted to
customise and two to add the packages you want), and
https://fedoraproject.org/wiki/How_to_create_a_Fedora_install_ISO_for_testing
however it will take quite a while to run.

-- 
imalone
http://ibmalone.blogspot.co.uk
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/OS64MBIY6NF7NAJV5WMYM4TMU323POA7/