[389-users] Re: 389-DS Failed to get the default state of cipher

2020-06-24 Thread William Brown
> > we have another host with same version and suppose same cfg but never saw the > error, > > [24/Jun/2020:09:22:54.687024072 -0700] - ERR - Security Initialization - > _conf_setallciphers - Failed to get the default state of cipher (null) I'm curious - how did you make a host with the same

[389-users] Re: DNA Plugin NextValue automatically added every time for same uid

2020-06-24 Thread William Brown
> On 24 Jun 2020, at 16:43, DaV wrote: > > Yes, it is. > So I have to change the UidNumber to 5007 on AD side manually after the first > winsync. > emm, not convenient. > Yep ... I think DNA was designed with different use cases in mind :( Your best bet may to be avoiding DNA completely,

[389-users] Re: 389 + sssd: Give user information about 389 server password policy

2020-06-24 Thread William Brown
I wonder if there is some sssd configuration issue going on? Honestly I'm not very experienced with this part of the code base and these interactions ... > On 23 Jun 2020, at 18:19, Nicolas Martin wrote: > > I have installed 389 server on its own; I'm not using FreeIPA. > > On Mon, Jun 22,

Re: nfs mount problem -

2020-06-24 Thread Ed Greshko
On 2020-06-25 06:44, Bob Goodwin wrote: > > > On 2020-06-24 17:38, Ed Greshko wrote: >> As for the address of the SMB server.  Are we talking about the ASUS router?  >> I thought you already knew >> that to be 192.168.50.1?  It would be the same as the router it is running >> on. >> > ° >

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 17:38, Ed Greshko wrote: As for the address of the SMB server.  Are we talking about the ASUS router?  I thought you already knew that to be 192.168.50.1?  It would be the same as the router it is running on. ° You cover several points here that I will need to consider but

Re: nfs mount problem -

2020-06-24 Thread George N. White III
On Wed, 24 Jun 2020 at 17:26, Bob Goodwin wrote: > > > On 2020-06-24 16:07, Andy Paterson via users wrote: > > exportfs -a > ° > Yes that looks like the command I needed. Rebooting fixed it. I will > make certain it is in my notes, I keep everything in Notecase Pro, have > years of notes there

Re: nfs mount problem -

2020-06-24 Thread Ed Greshko
On 2020-06-25 04:18, Bob Goodwin wrote: > > > On 2020-06-24 16:05, Tom Horsley wrote: >> systemctl list-unit-files | fgrep nfs >> >> probably shows the name you want. "nfs-server" is >> probably the right name (some other distro must call >> it just "nfs" - I have so many virtual machines for

[389-users] Re: 389-DS Failed to get the default state of cipher

2020-06-24 Thread Marc Sauton
I will let others confirm, but the message "_conf_setallciphers - Failed to get the default state of cipher" may not be an actual error, but more a warning that could be ignored, as the the default ciphers are configured later, per the log entries provided. Could you add the nss package version,

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 16:07, Andy Paterson via users wrote: exportfs -a ° Yes that looks like the command I needed. Rebooting fixed it. I will make certain it is in my notes, I keep everything in Notecase Pro, have years of notes there but they are all in the server that i could not connect to.  

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 16:05, Tom Horsley wrote: systemctl list-unit-files | fgrep nfs probably shows the name you want. "nfs-server" is probably the right name (some other distro must call it just "nfs" - I have so many virtual machines for testing I lose track of what things are called in different

Re: nfs mount problem -

2020-06-24 Thread Tom H
On Wed, Jun 24, 2020 Bob Goodwin wrote: > On 2020-06-24 15:45, Tom Horsley wrote: >> >> systemctl restart nfs > > No that doesn't work - > > [root@localhost bobg]# systemctl restart nfs > Failed to restart nfs.service: Unit nfs.service not found. > > [root@localhost bobg]# systemctl restart nfsd

Re: nfs mount problem -

2020-06-24 Thread Andy Paterson via users
On Wednesday, 24 June 2020 21:05:43 BST Tom Horsley wrote: > On Wed, 24 Jun 2020 15:52:55 -0400 > Bob Goodwin wrote: > > > > [root@localhost bobg]# systemctl restart nfs > > Failed to restart nfs.service: Unit nfs.service not found. > > > systemctl list-unit-files | fgrep nfs > > probably

Re: nfs mount problem -

2020-06-24 Thread Tom Horsley
On Wed, 24 Jun 2020 15:52:55 -0400 Bob Goodwin wrote: > [root@localhost bobg]# systemctl restart nfs > Failed to restart nfs.service: Unit nfs.service not found. systemctl list-unit-files | fgrep nfs probably shows the name you want. "nfs-server" is probably the right name (some other distro

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 15:45, Tom Horsley wrote: systemctl restart nfs ° No that doesn't work - [root@localhost bobg]# systemctl restart nfs Failed to restart nfs.service: Unit nfs.service not found. [root@localhost bobg]# systemctl restart nfsd Failed to restart nfsd.service: Unit nfsd.service not

Re: nfs mount problem -

2020-06-24 Thread Tom Horsley
On Wed, 24 Jun 2020 15:38:41 -0400 Bob Goodwin wrote: > I think there is a command to run after making > a change but I forget that one, do you know of it? I think "systemctl restart nfs" does all that is required (unless the name isn't plain "nfs", but I bet it will have nfs as part of the

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 15:37, Tom Horsley wrote: /nfs4exports/home 192.168.2.0/24 Chek the /etc/exports file, it may have the .2 hard coded from the previous setup. ° Yes, I need the command to re run exports ... -- Bob Goodwin - Zuni, Virginia, USA http://www.qrz.com/db/W2BOD FEDORA-32/64bit LINUX

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 15:22, Roger Heflin wrote: hopefully someplace in the interface there is a way to change that. From the command line it may be in /etc/exports and may look like this: /usr/local 192.168.0.255/8(rw,sync,no_root_squash) I don't know if from the ssh into the router you can

Re: nfs mount problem -

2020-06-24 Thread Tom Horsley
On Wed, 24 Jun 2020 14:59:17 -0400 Bob Goodwin wrote: > Export list for nfs: > /nfs4exports/home 192.168.2.0/24 Chek the /etc/exports file, it may have the .2 hard coded from the previous setup. ___ users mailing list -- users@lists.fedoraproject.org

Re: nfs mount problem -

2020-06-24 Thread Roger Heflin
hopefully someplace in the interface there is a way to change that. From the command line it may be in /etc/exports and may look like this: /usr/local 192.168.0.255/8(rw,sync,no_root_squash) I don't know if from the ssh into the router you can edit that, or if they put it in that file From

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 14:19, Roger Heflin wrote: On an nfs server you also need to someplace defined what is allowed to mount it and what permissions they have (readonly or rw). do this on linux with the ip address of the router showmount -a ipaddr showmount -e ipaddr -e shows what is "exported" on

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 14:00, Robert G (Doc) Savage via users wrote: Speaking from personal experience, I always forget to set the firewalls to allow NFS traffic on both sides of the link. --Doc Savage   Fairview Heights, IL ° I thought about firewall problems but I've changed nothing that I know

Re: nfs mount problem -

2020-06-24 Thread Roger Heflin
On an nfs server you also need to someplace defined what is allowed to mount it and what permissions they have (readonly or rw). do this on linux with the ip address of the router showmount -a ipaddr showmount -e ipaddr -e shows what is "exported" on the nfs server, -a shows who it thinks has it

Re: nfs mount problem -

2020-06-24 Thread Robert G (Doc) Savage via users
Speaking from personal experience, I always forget to set the firewalls to allow NFS traffic on both sides of the link. --Doc Savage Fairview Heights, IL -Original Message- From: Bob Goodwin Reply-To: Community support for Fedora users To: Fedora List Subject: nfs mount problem -

[389-users] 389-DS Failed to get the default state of cipher

2020-06-24 Thread Ghiurea, Isabella
Our new DS env is running: 389-ds-base-libs-1.3.9.1-10.el7.x86_64 389-ds-base-1.3.9.1-10.el7.x86_64 After DS was upgrade to above version seeing this error when restarting the DS, we have another host with same version and suppose same cfg but never saw the error, please advise a fix for this

nfs mount problem -

2020-06-24 Thread Bob Goodwin
I have been chipping away at incorporating a new ASUS RT-ACFH13 router in my system for a few days but it is beginning to seem like an eternity! I have used a number of routers and they usually work after some configuration, it's not a difficult thing to do. But I am beginning to wonder if

Re: rsync question?

2020-06-24 Thread bruce
For all who replied! Thanks for taking a few mins to read/reply. I had seen the -"-rsync-path" running the "mkdir" cmd being used for running the mkdir on the remote side. My case was definitely looking to copy files locally between a Source and Destination Dir. So, I was looking to implement

Re: Errors compiling

2020-06-24 Thread Frank McCormick
On 6/24/20 6:25 AM, Michael Schwendt wrote: On Tue, 23 Jun 2020 21:56:40 -0400, Frank wrote: I am trying to compile/install IceWm for my Fedora 32 installation. Ran into some problems I have resolved, but I am stumped by these: checking for strlcat... no checking for C++11 by default... yes

Re: Errors compiling

2020-06-24 Thread Frank McCormick
On 6/23/20 10:30 PM, Jerry James wrote: On Tue, Jun 23, 2020 at 8:10 PM Qiyu Yan wrote: You need to install devel packages (e.g. openssl v.s. openssl-devel) And when dealing with pkg-config, there is a more convenient way: sudo dnf install 'pkgconfig(package-name)' pkgconfig(foo) is the

Re: Errors compiling

2020-06-24 Thread Frank McCormick
On 6/23/20 10:10 PM, Qiyu Yan wrote: You need to install devel packages (e.g. openssl v.s. openssl-devel) And when dealing with pkg-config, there is a more convenient way: sudo dnf install 'pkgconfig(package-name)' pkgconfig(foo) is the devel-files for package foo. This case you need things

Re: Errors compiling

2020-06-24 Thread Frank McCormick
On 6/23/20 10:01 PM, Ed Greshko wrote: On 2020-06-24 09:56, Frank wrote: I am trying to compile/install IceWm for my Fedora 32 installation. Ran into some problems I have resolved, but I am stumped by these: Snipped What am I missing ? Is there any reason you don't wish to use Name 

Re: Gjots2 installation issues on F32

2020-06-24 Thread George N. White III
On Wed, 24 Jun 2020 at 05:51, Frederic Muller wrote: > On 6/24/20 1:57 PM, Bob Hepple wrote: > > Hi Fred, > > > > Here's another fix that functions well with gpg-agent: > > > > $ GPG_AGENT_INFO="~/.gnupg/S.gpg-agent:$(pgrep gpg-agent):1" gjots2 > your-file.gpg > > > > It seems that they changed

Re: Errors compiling

2020-06-24 Thread Michael Schwendt
On Tue, 23 Jun 2020 21:56:40 -0400, Frank wrote: > I am trying to compile/install IceWm for my Fedora 32 installation. Ran > into some problems I have resolved, but > I am stumped by these: > > checking for strlcat... no > checking for C++11 by default... yes > checking for CORE... no >

Re: what was that on f30 ??

2020-06-24 Thread Jack Craig
On Wed, Jun 24, 2020 at 3:06 AM Michael Schwendt wrote: > On Tue, 23 Jun 2020 05:21:46 -0700, Jack Craig wrote: > > > yesterday, something came on screen asking for a repo update & > authorised > > access. > > > > seems to have broken repo access, any insights?? > > Rule of thumb in such a

Re: Starting and stopping RAID doesn't work from Cron

2020-06-24 Thread Patrick O'Callaghan
On Tue, 2020-06-23 at 19:17 -0500, Roger Heflin wrote: > The uuid= I believe requires a link that udev creates when the device > gets created and it scans it. That link may or may not be done when > mdadm returns with 0 as that udev/link creating is not in the mdadm > code path. > > > So wait a

Re: what was that on f30 ??

2020-06-24 Thread Michael Schwendt
On Tue, 23 Jun 2020 05:21:46 -0700, Jack Craig wrote: > yesterday, something came on screen asking for a repo update & authorised > access. > > seems to have broken repo access, any insights?? Rule of thumb in such a scenario would be to ask _before_ proceeding, and to be precise about what

Re: Gjots2 installation issues on F32

2020-06-24 Thread Frederic Muller
On 6/24/20 1:57 PM, Bob Hepple wrote: > Hi Fred, > > Here's another fix that functions well with gpg-agent: > > $ GPG_AGENT_INFO="~/.gnupg/S.gpg-agent:$(pgrep gpg-agent):1" gjots2 > your-file.gpg > > It seems that they changed gpg-agent to not export GPG_AGENT_INFO so people > are using that fix

Re: Gjots2 installation issues on F32

2020-06-24 Thread Frederic Muller
On 6/24/20 1:49 PM, Bob Hepple wrote: > Hi Fred, > > gjots2 author here. Sorry you've had this strife. I only saw this bug trail > today and that was by accident! > > Here's a workaround: > > GPG_AGENT_INFO="" gjots2 your-file.gpg > > I'll try to get a fix into the next release. > > What gpg

Re: Gjots2 installation issues on F32

2020-06-24 Thread Bob Hepple
Hi Fred, Here's another fix that functions well with gpg-agent: $ GPG_AGENT_INFO="~/.gnupg/S.gpg-agent:$(pgrep gpg-agent):1" gjots2 your-file.gpg It seems that they changed gpg-agent to not export GPG_AGENT_INFO so people are using that fix eg https://github.com/funtoo/keychain/issues/59

Re: Gjots2 installation issues on F32

2020-06-24 Thread Bob Hepple
Hi Fred, gjots2 author here. Sorry you've had this strife. I only saw this bug trail today and that was by accident! Here's a workaround: GPG_AGENT_INFO="" gjots2 your-file.gpg I'll try to get a fix into the next release. What gpg agent are you using? Cheers If you can copy me at "bob dot

[389-users] Re: DNA Plugin NextValue automatically added every time for same uid

2020-06-24 Thread DaV
Yes, it is. So I have to change the UidNumber to 5007 on AD side manually after the first winsync. emm, not convenient. Sincerely, -- DaV On Wed, Jun 24, 2020, at 09:56, William Brown wrote: > > > > On 23 Jun 2020, at 17:08, DaV wrote: > > > > Hi, > > I find the DNA Plugin NextValue

Re: rsync question?

2020-06-24 Thread Tim via users
On Tue, 2020-06-23 at 11:08 -0400, bruce wrote: > I'm looking to copy from sourceDir to targetDir where the entire > targetDir (parents) doesn't exist. So I'm trying to rsync and create > the dir path at the same time. I quick google search for: rsync create parents produced this: