Re: kernel-5.7.17 NFS client can't "see" all directories/files

2020-08-23 Thread Anthony Joseph Messina
On Sunday, August 23, 2020 12:11:54 PM CDT Anthony Joseph Messina wrote: > Strange thing after upgrading a client to kernel-5.7.17, the client is > unable to list files/directories from an NFS server running kernel-5.7.15 > (NFS v4.2 / Kerberos mounted /home). The files/directories s

kernel-5.7.17 NFS client can't "see" all directories/files

2020-08-23 Thread Anthony Joseph Messina
Strange thing after upgrading a client to kernel-5.7.17, the client is unable to list files/directories from an NFS server running kernel-5.7.15 (NFS v4.2 / Kerberos mounted /home). The files/directories seem to be accessible if I type in their names, but are not available via ls -l. Reverting

F30->F31 systemd-networkd no IPv6 autoconfiguration

2019-11-03 Thread Anthony Joseph Messina
After a successful "dnf systemd upgrade" F30->F31, I'm finding that a few of my machines which use systemd-networkd instead of NetworkManager are no longer autoconfiguring IPv6 addresses. I also noticed that even though NetworkManager is disabled, it is initiated in early boot, which I'm not su

Re: how to enable/start "git@.service" via systemd?

2017-10-08 Thread Anthony Joseph Messina
On Sunday, October 8, 2017 10:15:13 AM CDT Robert P. J. Day wrote: > On Sat, 7 Oct 2017, Anthony Joseph Messina wrote: > > On Saturday, October 7, 2017 4:18:48 AM CDT Robert P. J. Day wrote: > > > (probably OT: more a systemd question than a fedora question, but > > >

Re: how to enable/start "git@.service" via systemd?

2017-10-07 Thread Anthony Joseph Messina
On Saturday, October 7, 2017 4:18:48 AM CDT Robert P. J. Day wrote: > (probably OT: more a systemd question than a fedora question, but > i'm sure the experts will clear this up in short order.) > > wanted to experiment with the git daemon so, on my fully-updated F26 > system, installed git-da

Re: NFS v2 Server

2016-12-02 Thread Anthony Joseph Messina
On Thursday, December 1, 2016 3:44:38 PM CST Craig Lanning wrote: > Has there been a change to the NFS server? > > I am running: > Fedora 24 > nfs-utils 1.3.4 > > All of this has worked in earlier versions of Fedora so I'm a little > confused. > > I am trying to setup the NFS server

Re: OT: what does this expression mean?

2016-09-12 Thread Anthony Joseph Messina
On Monday, September 12, 2016 12:22:48 PM CDT Mike Wright wrote: >for f in "$(ls *.mp4)"; do > ffmpeg -i "$f" -c:a libmp3lame "${f%.mp4}.mp3"; >done You shouldn't need ls... for f in *.mp4; do ffmpeg -i "$f" -c:a libmp3lame "${f%.mp4}.mp3"; done should do the trick. -A -- Anth

Re: install alongside two postgresql versions

2016-07-08 Thread Anthony Joseph Messina
On Friday, July 8, 2016 2:10:43 PM CDT arnaud gaboury wrote: > My upgrade from Fedora 23 to 24 left me with a broken postgresql. > > > # /usr/libexec/postgresql-ctl start -D /db/pgsql/data -s -w -t 270 > FATAL: 22023: database files are incompatible with server > DETAIL: The data directory was