Re: Remote desktop on headless server?

2023-07-01 Thread Norman Gaywood
sers-le...@lists.fedoraproject.org > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/users@lists.fedoraproje

Re: package scala-2.10.6-16.fc31.noarch is filtered out by modular filtering

2020-01-06 Thread Norman Gaywood
wrote: > On 2020-01-06 12:32, Norman Gaywood wrote: > > > > After updating a Fedora 30 system to 31, I can't install scala: > > # dnf module list scala > > Last metadata expiration check: 0:31:21 ago on Mon 06 Jan 2020 13:31:04 > AEDT. > > @module

package scala-2.10.6-16.fc31.noarch is filtered out by modular filtering

2020-01-05 Thread Norman Gaywood
ar filtering"? This is an updated fc30->fc31 system. A clean install of fc31 will install scala OK. -- Norman Gaywood, Computer Systems Officer School of Science and Technology University of New England Armidale NSW 2351, Australia ngayw...@une.edu.au http://turing.une.edu.au/~ngaywo

Re: System hung over night

2018-07-15 Thread Norman Gaywood
I've been getting these hangs on all 4.17 kernels that I've tried (up to 4.17.6) kernel 4.16 works like a charm. Might be this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1598462 -- Norman Gaywood, Computer Systems Officer School of Science and Technology University of N

Re: why do we use systemd?

2014-07-08 Thread Norman Gaywood
ation really means >> files >> or pipes or devices, then why not say "files or pipes or devices?" > > I assume it means "something with a name in the filesystem". What about a file without a name? :-) If you delete all filenames of a file while it is opened by a

Re: mount --move doesn't work

2013-05-16 Thread Norman Gaywood
tion, bad superblock on foo, >> >missing codepage or helper program, or other error >> >In some cases useful info is found in syslog - try >> >dmesg | tail or so >> > >> > What is wrong with it? >> > >> > P.S. I&

mount --move in fedora 18

2013-02-28 Thread Norman Gaywood
problem. F18 seems to make use of pam_sandbox which is probably want is stopping the mount --move this time. So how do I configure/remove pam_sandbox so the mounts will work again? -- Norman Gaywood, Computer Systems Officer University of New England, Armidale, NSW 2351, Australia ngayw

Re: mount --move in F16

2012-07-09 Thread Norman Gaywood
On 9 July 2012 15:11, Ed Greshko wrote: > On 07/09/2012 12:27 PM, Norman Gaywood wrote: >> mount --move foo bar/ >> mount: wrong fs type, bad option, bad superblock on /tmp/testing/foo, >>missing codepage or helper program, or other error >>In some ca

mount --move in F16

2012-07-08 Thread Norman Gaywood
fine. Could someone hit me with a clue stick? -- Norman Gaywood, Computer Systems Officer University of New England, Armidale, NSW 2351, Australia ngayw...@une.edu.auPhone: +61 (0)2 6773 3337 http://mcs.une.edu.au/~normFax: +61 (0)2 6773 3312 Please avoid sending me Word or

Re: xterm vs gnome terminal

2011-05-02 Thread Norman Gaywood
On 3 May 2011 07:49, JD wrote: > Also, > $ gnome-terminal -x > Failed to parse arguments: Unknown option -x > > so -x does not seem to be an acceptable arg for gnome-terminal No man page, but: gnome-terminal --help gnome-terminal --help-all gnome-terminal -e vi --

Re: Script to extract data -

2011-04-13 Thread Norman Gaywood
truggling to get the xpath command line tool to > do something similar with some xml I have.  Can anyone solve Bob's question > with xpath?  I cannot for the life of me get the xpath syntax right. xpath bob.xml '/graph/set[@name="Actual Usage Upload"]/@value' xpath bob.xm

Re: F12 -> F13. Preupgrade Error

2010-07-11 Thread Norman Gaywood
had this a few hours ago. With me it was a problem with the /etc/grub.conf entry created for the upgrade. There was a space missing after the '..cfg' in the kernel line. I booted my old kernel, inserted the space in /etc/grub.conf and rebooted into the upgrade to Goddard. The upgrade then wor

Re: LTSP and DRI2, Fedora 12 and glxgears

2010-07-01 Thread Norman Gaywood
On Thu, Jul 01, 2010 at 02:33:04PM +1000, Norman Gaywood wrote: > $ glxgears > X Error of failed request: BadRequest (invalid request code or no such > operation) > Major opcode of failed request: 136 (DRI2) > Minor opcode of failed request: 1 (DRI2Connect) > Seria

LTSP and DRI2, Fedora 12 and glxgears

2010-06-30 Thread Norman Gaywood
ficant bits in color specification:8 bits visual: visual id:0x69 class:TrueColor depth:32 planes available colormap entries:256 per subfield red, green, blue masks:0xff, 0xff00, 0xff significant bits in color specification: 8 bits -- Norman Gaywood, Comp

Re: Getting on Internet with 13

2010-06-29 Thread Norman Gaywood
ut and I don't want > >> to pull scalp. BTW, Ubuntu gets on just fine, out of the box, but I > >> can't stand Debian Linux. Has your browser got "File->Work Offline" checked? -- Norman Gaywood, Computer Systems Officer University of New England, Armidale

Re: [OT] Help with Perl Script

2010-04-21 Thread Norman Gaywood
On 22 April 2010 01:26, Norman Gaywood wrote: > On Wed, Apr 21, 2010 at 04:12:06PM +0100, Dan Track wrote: >> On Wed, Apr 21, 2010 at 1:30 PM, Norman Gaywood wrote: >> > On Wed, Apr 21, 2010 at 09:21:30AM +0100, Dan Track wrote: >> >> hashes. It's after thi

Re: [OT] Help with Perl Script

2010-04-21 Thread Norman Gaywood
On Wed, Apr 21, 2010 at 04:12:06PM +0100, Dan Track wrote: > On Wed, Apr 21, 2010 at 1:30 PM, Norman Gaywood wrote: > > On Wed, Apr 21, 2010 at 09:21:30AM +0100, Dan Track wrote: > >> hashes. It's after this that I'm stuck, I'm struggling to order the > >>

Re: [OT] Help with Perl Script

2010-04-21 Thread Norman Gaywood
b}{uid} } keys %HoH) cmp is a string comparison. You probably want to sort numerically on the uid. So replace 'cmp' with '<=>' Perhaps that is the problem? -- Norman Gaywood, Computer Systems Officer University of New England, Armidale, NSW 2351, Australia ngayw