Re: ssh between el7 and fc28 boxes

2018-12-03 Thread Tom Horsley
ssh -v -v -v user@remote Is often a good command to use. It tells you everything it is trying so you can see what all it failed on. I've never had any problems with CentOS 7 and new fedora systems though. They talk to each other just fine for me. Some very very old systems are trying to use depre

Re: Changing mount options without restarting

2018-11-30 Thread Tom Horsley
I have often see cases where servers apparently got mad at specific systems and started refusing to allow them to mount (even though there were valid export entries for them). I have fixed this by restarting nfs on the server side. ___ users mailing list

Re: OT: Xtra-PC?

2018-11-29 Thread Tom Horsley
On Thu, 29 Nov 2018 08:57:53 -0500 Tim Evans wrote: > Anyone tried it? Worth $35? Looks like it is just a USB stick with bootable linux on it. You can make one for lots less than $35 with a linux live image file copied to USB. And the reason old laptops are dying is usually because the screen a

Re: what is wrong with dnf?

2018-11-27 Thread Tom Horsley
On Wed, 28 Nov 2018 09:05:53 +0800 Ed Greshko wrote: > [egreshko@meimei ~]$ sudo dnf --refresh upgrade But that wastes time re-downloading all the repos, not just the update repos (which are presumably the only ones that might have changed). I'd hope makecache pays attention to the metadata_expi

Re: what is wrong with dnf?

2018-11-27 Thread Tom Horsley
As near as I can tell, dnf won't ever download data from repos merely because of an update command (no matter how far out of date the metadata is). This seems like an "improvement" they must have made recently. Looking at the makecache timer service, it seems like you now need to use two commands

Re: what is wrong with dnf?

2018-11-27 Thread Tom Horsley
On Tue, 27 Nov 2018 22:52:38 +0800 Ed Greshko wrote: > Have you disabled the dnf-makecache.timer unit? Yes. I want to run updates when I want them, not when some random timer wants them (especially since the background stuff always manages to have dnf locked when I want to do foreground activity

what is wrong with dnf?

2018-11-27 Thread Tom Horsley
I ran "dnf -y update" this morning. It said the last metadata update was 8 days ago and there was nothing to do. I then ran "dnf clean all" and "dnf -y update" again and it is loading 414 new updates. What really bad setting is it consulting to think that 8 day old metadata is up to date, and whe

Re: Fedora 29 (and 28) very slow

2018-11-26 Thread Tom Horsley
On Mon, 26 Nov 2018 22:45:48 - Ron Sigal wrote: > I'm just bewildered. Does anyone have any suggestions? Spectre and Meltdown kernel changes are reputed to slow things down, but I don't know if it would be that much. ___ users mailing list -- users@

Re: where is nmap-frontend in F29?

2018-11-25 Thread Tom Horsley
On Sun, 25 Nov 2018 17:11:16 + andrea via users wrote: > Aka zenmap, nmapfe? > > Exists for F28 but not for F29. You can discover lots of things about what the heck is on your system with a a magic rpm command: rpm -q -i -f or (if you happen to know the name of the package) rpm -q -i T

Re: SAMSUNG 970 EVO M.2 2280 500GB PCIe Gen3. X4, NVMe

2018-11-23 Thread Tom Horsley
On Thu, 22 Nov 2018 21:31:48 -0600 Richard Shaw wrote: > I just picked up one of these Last time I looked, samsung only had a Windows tool for updating firmware, so if some desperately important firmware update needs to be applied, you'll have to find a windows box to plug it into.

Interesting bug installing from 64 bit f29 live image

2018-11-21 Thread Tom Horsley
Here's an interesting bug to watch out for: I spent a while today trying to install a fedora 29 x86_64 workstation in a virtual machine using the live image and install to disk: https://bugzilla.redhat.com/show_bug.cgi?id=1652092 I reported that as a virt-manager bug, but I'm thinking it is real

Gimp monstrosity

2018-11-17 Thread Tom Horsley
Who decided that gray on gray icons were a good idea in new default gimp theme? Thank God I can change the theme and icon selections in preferences :-). Now if there was only a preference to scale everything up so the text is big enough to see on a 4K monitor. (And why does the tools window take

Re: Optical track ball with wheel

2018-11-16 Thread Tom Horsley
On Sat, 17 Nov 2018 00:40:18 +1030 Tim via users wrote: > Care to spill the beans? That has been one thing that dissuades me > from using trackballs, or even trackpads. This is the /etc/X11/xinit/xinitrc.d/99-zzz-me-last.sh file I use with my Kensington Expert Mouse: #!/bin/bash # # Setup the m

Re: Optical track ball with wheel

2018-11-16 Thread Tom Horsley
On Thu, 15 Nov 2018 20:50:48 -0500 Robert Moskowitz wrote: > I see I want an optical track ball device. > with 2 buttons. > with some sort of wheel equivalent. https://www.amazon.com/Kensington-Expert-Wireless-Trackball-K72359WW/dp/B01936N73I/ref=sr_1_3?s=electronics&ie=UTF8&qid=1542366386&sr=1-3

Re: Mounting internal disk spins up connected external USB disks

2018-11-14 Thread Tom Horsley
On Wed, 14 Nov 2018 23:38:39 +0100 Wolfgang Pfeiffer wrote: > Anyone an idea about where to start investigating this issue? Where > could such behaviour possibly be set up? If you are using gnome it just loves to seek out disks and access them any time any kind of a file dialog opens. This once w

Re: Where are the ACLs on /dev/usb devices specified?

2018-11-12 Thread Tom Horsley
On Mon, 12 Nov 2018 17:16:10 -0500 Sam Varshavchik wrote: > At least not until someone goes ahead and implements something that > preserves existing /dev ownership and permission before shutting down, and > restoring it at the next boot. That will never happen, of course, for the > very prec

Re: How do I Systemd Disable Userspace Service no Longer Needed?

2018-11-12 Thread Tom Horsley
> Given the above how do I stop systemd from trying to start the unneeded > service? I went on a long drawn out quest to find this and wrote it up here: https://tomhorsley.com/game/punch.html#User%20Daemons ___ users mailing list -- users@lists.fedorap

Re: grub menu

2018-11-12 Thread Tom Horsley
On Tue, 13 Nov 2018 07:30:05 +1100 Stephen Morris wrote: > I would be > questioning where that timeout code in grub.cfg came from Brand new in fedora 29 (possibly only if you install from scratch, not upgrade). ___ users mailing list -- users@lists.fed

Re: grub menu

2018-11-12 Thread Tom Horsley
On Mon, 12 Nov 2018 14:30:41 +0100 Markus Schönhaber wrote: > Tom Horsley, Mon, 12 Nov 2018 08:11:12 -0500: > > > If I edit the grub.cfg file and replace this absurd > > chunk of gibberish: > > Don't edit grub.cfg manually. Why not?, that's what "gr

grub menu

2018-11-12 Thread Tom Horsley
If I edit the grub.cfg file and replace this absurd chunk of gibberish: if [ x$feature_timeout_style = xy ] ; then if [ "${menu_show_once}" ]; then unset menu_show_once save_env menu_show_once set timeout_style=menu set timeout=60 elif [ "${menu_auto_hide}" -a "${last_boot_ok}"

Re: How to Fix ACPI Error : Namespace lookup failure

2018-11-11 Thread Tom Horsley
On Sun, 11 Nov 2018 09:55:22 -0700 stan wrote: > The error is coming from the > kernel because it is looking for ACPI information in a lookup table, > and the table is not found. ACPI is a candidate for the world's most broken "standard". I don't think I've ever had a computer that didn't generat

Authenticate not working?

2018-11-10 Thread Tom Horsley
Brand new fedora 29 install. Brand new user created. Logged in to gnome3 session as that user. Searched for "users" in the app finder. Clicked on the users app it found. It pops up a dialog asking me to authenticate. I type in root password, it says it is no good. I try it 3 or 4 more times, still

heap now randomized in f29?

2018-11-10 Thread Tom Horsley
Did fedora 29 just start building kernels with heap address randomization turned on by default? I don't remember seeing random heap addresses in previous versions of fedora. Plays hob with debugging when you try to recreate problems from one run to the next and objects move around in the heap so y

Re: rsyslog, syslog-ng and journald all at the same time?

2018-11-08 Thread Tom Horsley
On Thu, 8 Nov 2018 19:02:29 -0500 (EST) Robert P. J. Day wrote: > in any event, does that configuration even make sense? can all three > of those logging services co-exist? or must i have done something > weird and illogical at some point to get into this situation? I know nothing of syslog-ng,

Re: NFS acting weird?

2018-11-06 Thread Tom Horsley
On Tue, 6 Nov 2018 17:46:58 + Rick Stevens wrote: > > I try testing the newly compiled executable on fedora 29 > > and it acts totally strange in ways that make no sense. > > That's singularly useless in letting us help you. Be specific as to > what didn't work. The behavior is singularly

Re: Serious F29 Problem - For me!

2018-11-06 Thread Tom Horsley
On Tue, 06 Nov 2018 15:34:09 + ja wrote: > Has anyone else seen this problem or has some suggestion for > better ways of trouble shooting? I've been having serious issues debugging programs built on NFS filesystems. I can't point to a specific thing yet, but I'm really suspicious of NFS at th

NFS acting weird?

2018-11-06 Thread Tom Horsley
I've got filesystems hosted on centos 7. They are mounted (nfs4) on my newly configured fedora 29 desktop. I'm debugging an executable that lives on the NFS filesystem. I make changes and recompile over on the centos system. I try testing the newly compiled executable on fedora 29 and it acts tot

Re: Will RedHat deprecate KDE on Fedora?

2018-11-04 Thread Tom Horsley
On Sun, 4 Nov 2018 15:26:51 -0500 Digimer wrote: > SysV Init had to be replaced, it was terrible. Where "terrible" is a linux developer code word for "old" :-). ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to user

Re: Clean Install of F29 problems

2018-11-04 Thread Tom Horsley
On Sun, 04 Nov 2018 13:34:29 + Patrick O'Callaghan wrote: > Unless you explicitly deleted the cache (e.g. with 'dnf clean') it > should not have been necessary to repeat the download. I noticed the same thing, I found the keepcache parameter in the dnf.conf man page that says the default is F

Re: Why this activity on mounted but unused fs?

2018-11-04 Thread Tom Horsley
On Mon, 5 Nov 2018 00:04:00 +1100 Eyal Lebedinsky wrote: > Interesting. The array was mounted for many hours, but maybe not long enough. At the low rate it does background activity, I'd guess days to get through 55TB. It took about a day to get through with my 8TB raid. __

Re: gnome-control-center coredumps

2018-11-04 Thread Tom Horsley
On Sun, 04 Nov 2018 12:11:08 + Patrick O'Callaghan wrote: > I tried to run gnome-control-center under KDE to look at some Gnome- > related settings, and got this: > > $ gnome-control-center > > ERROR:../shell/cc-shell-model.c:458:cc_shell_model_set_panel_visibility: > assertion failed: (va

Re: Why this activity on mounted but unused fs?

2018-11-04 Thread Tom Horsley
On Sun, 4 Nov 2018 16:19:45 +1100 Eyal Lebedinsky wrote: > I then mounted it on a new mount point which I have no process using. I > started hearing > knocks from the PC case, and touching the disks revealed that they all had > activity 1-2 > times a second, concurrently, leading to the louder t

GDM mouse position?

2018-11-03 Thread Tom Horsley
The most trivial F29 thing I've spotted so far :-). I boot the system, get to the GDM login screen, and the mouse cursor is down near the lower right hand corner of the screen. It used to be in the center right where the login prompt shows up. Does it work this way for everyone, or is there some

f29 fonts shrunk?

2018-11-02 Thread Tom Horsley
Everything in my newly installed fedora 29 partition has smaller fonts, even though I'm using the same home directory I had on fedora 28 and inheriting all my settings. Has something somewhere decided my 4K monitor has a completely different DPI and is scaling everything differently or something?

Re: network is no more?

2018-10-31 Thread Tom Horsley
On Wed, 31 Oct 2018 15:00:02 -0400 Tom Horsley wrote: > I guess I'll try using NM > again. After it never worked properly in the first umpteen fedora releases > I gave up even attempting to use it. Maybe it is better now. The basic stuff seemed to work OK, but I suspect my big p

Re: network is no more?

2018-10-31 Thread Tom Horsley
On Wed, 31 Oct 2018 10:54:25 -0700 Kevin Fenzi wrote: > Note that 'network' has never been a systemd unit, its always been the > old style sysvinit script, so you need to use 'service' and 'chkconfig' > with it. I swear I tried to find out what rpm provided /etc/rc.d/init.d/network and go no resu

network is no more?

2018-10-31 Thread Tom Horsley
Has fedora 29 eradicated the old 'network' service? I can't seem to find it anywhere. Someone actually imagines that NetworkManager functions correctly now? ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le..

Re: Ryzen APU best mainboard?

2018-10-24 Thread Tom Horsley
On Wed, 24 Oct 2018 18:04:37 + Rick Stevens wrote: > Ah, the S-100 bus! Altair! IMSAI! Poly-88s! Vector Graphics! TDL! And never forget the switches on cards where you could select which interrupt to use instead of being forced to try every possible card in every possible slot to find the com

Re: Ryzen APU best mainboard?

2018-10-24 Thread Tom Horsley
On Wed, 24 Oct 2018 16:49:39 + Rick Stevens wrote: > The nastiest issues on any mobo still tend to be video- or wireless- > related. Sometimes ACPI is a problem as well. My nastiest issue is always BIOS update. I'll follow the instructions to the letter and wind up with a bricked board and ha

Re: Networkmanager Wait Online Failing at Boot Time

2018-10-22 Thread Tom Horsley
On Tue, 23 Oct 2018 08:06:28 +1100 Stephen Morris wrote: > My Nas Devices are failing to mount at boot time I've never see any indication that the wait online service works to achieve anything remotely useful. There have been threads in this list with huge long analysis of exactly what isn't work

Re: Replacing email list for users with a web forum software called Discourse, what's your opinion?

2018-10-20 Thread Tom Horsley
On Sat, 20 Oct 2018 14:42:20 -0700 stan wrote: > I'm wondering how the people who regularly use fedora-users mailing > list feel about that. There is already a fedoraforum which I don't use at all because I despise forums because they are nothing like as useful as mailing lists. _

Re: VNC alternatives

2018-09-26 Thread Tom Horsley
On Wed, 26 Sep 2018 10:25:45 -0400 Robert Moskowitz wrote: > So can I have a bit of help in figuring out what to replace my > decades-old connection to VNC? I use x2go, but it operates in a completely different fashion from VNC (and I don't think it can allow you to share the physical screen, it

Re: glibc scriptlet error?

2018-09-16 Thread Tom Horsley
On Sun, 16 Sep 2018 10:00:10 -0400 Tom Horsley wrote: > Anyone know what an sln is and why glibc expects to find it? Interesting. I have an man page for sln, but no sln. Over in my fedora 27 partition I have a /usr/sinb/sln and it is owned by glibc. Did they get rid of sln but leave the

glibc scriptlet error?

2018-09-16 Thread Tom Horsley
Seems like I've been getting this for a long time now on every glibc update: Running scriptlet: glibc-2.27-30.fc28.x86_64 412/417 /var/tmp/rpm-tmp.8JLoGA: line 5: /sbin/sln: No such file or directory Anyone know what an sln is and why glibc expects to find it? _

Re: Fedora 28 "crash"

2018-09-15 Thread Tom Horsley
On Sat, 15 Sep 2018 22:27:30 -0400 Bob Goodwin wrote: > I'll shut down now and hope everything boots > again in the morning. Totally different symptoms, but my system wouldn't boot after it was unplugged for several days while I was running away from hurricane Irma last year. Apparently the bat

Re: efibootmgr?

2018-09-09 Thread Tom Horsley
On Sat, 8 Sep 2018 20:43:46 -0600 Chris Murphy wrote: > Nope. There's no firmware state information saved to disk. There must be something on disk, because I keep reading web pages that say things like: You can create a new image file and add it to the efi menu with efibootmgr (without, of cours

efibootmgr?

2018-09-08 Thread Tom Horsley
I've been trying to decrypt efibootmgr docs and I've given up :-). I keep getting the impression you can't examine any efi boot info other than the one currently active which you booted from. What if I want to stick a removable disk into the system and examine the boot parameters on it? Any way t

Re: Setting up an HTTP server on a KVM/QEMU guest

2018-09-06 Thread Tom Horsley
On Thu, 06 Sep 2018 17:17:21 +0100 Patrick O'Callaghan wrote: > A gentle hint would be welcome. Unless you are using an honest to gosh bridge, the network on the VMs is not accessible to the host (at least that's what I've read). Using Mactavish networking (or whatever the heck it is called) don'

Re: universal boot USB stick?

2018-09-06 Thread Tom Horsley
On Wed, 5 Sep 2018 22:26:19 -0600 Chris Murphy wrote: > That's up to the grub.cfg contents. It never gets that far. I need the "early" config I'm supposed to be able to embed in the grub image, but grub2-install has been "improved" so it never invokes an external grub-mkimage tool the docs say I

universal boot USB stick?

2018-09-05 Thread Tom Horsley
All the recent threads about both BIOS and UEFI booting got me interested in playing with making a USB stick that can boot practically anywhere. The instructions here kinda work: https://wiki.archlinux.org/index.php/Multiboot_USB_drive I can boot the USB stick on something like a windows machine

Re: convert to EUFI boot?

2018-09-05 Thread Tom Horsley
On Wed, 5 Sep 2018 09:32:42 -0700 ToddAndMargo wrote: > The only time I ever updated firmware on an SSD was > when Intel was making me jump through hoops to > try to prove that it wasn't them. The crucial (I think it was crucial) SSD I got a long time ago had a bug in the firmware that implemente

Re: convert to EUFI boot?

2018-09-05 Thread Tom Horsley
On Tue, 4 Sep 2018 21:00:44 -0700 Todd Chester wrote: > Buy a Samsung The last time I looked, Samsung drives could only update firmware from windows. That knocked Samsung right off my list forever :-(. ___ users mailing list -- users@lists.fedoraproject

Re: scp over wireless is slow

2018-09-03 Thread Tom Horsley
On Mon, 3 Sep 2018 13:14:51 -0600 Chris Murphy wrote: > I'm using a Fedora install ISO as the test file I don't have specific numbers, but I just copied a couple of linux distro iso files (about 700-800 MB each) to a windows box I have that uses AC class wireless. Seemed almost as fast as wired t

Very odd solitaire glitch just now

2018-09-01 Thread Tom Horsley
I try to start freecell solitaire. Nothing happens for about 30 seconds, then the window pops up. I run it under strace and see it getting bazillions of FUTEX_WAIT_PRIVATE resource temporarily unavail errors when I'm waiting for it to come up. I decide it maybe needs a fresh start, so I "dnf upda

Re: Time -

2018-08-28 Thread Tom Horsley
On Tue, 28 Aug 2018 13:36:11 -0400 Bob Goodwin wrote: > I would be happy typing a line inxterm that would run aplay some.wav at > the end of the period. Can anyone tell me how to do that? Just in a terminal, this should work: sleep 600 ; aplay some.wav That will sleep for 600 seconds then play

Re: Is bugzilla down?

2018-08-26 Thread Tom Horsley
On Mon, 27 Aug 2018 07:47:33 +0800 Ed Greshko wrote: > Is it September already? I just remembered seeing the notice, but didn't remember the date :-). ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@li

Re: Is bugzilla down?

2018-08-26 Thread Tom Horsley
On Sun, 26 Aug 2018 15:41:20 -0700 ToddAndMargo wrote: > down? Yes, there was a notice the other day that they'd be moving the server and doing upgrades which would take a long time. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe

Re: Keyboard doesn't work in Firefox, Chromium and Thunderbird

2018-08-25 Thread Tom Horsley
On Sat, 25 Aug 2018 21:25:16 +0700 Frederic Muller wrote: > I > guess I must have activated without noticing. That is absurdly easy to do by just accidentally lingering over some key (I forget which one). That's why I utterly eradicate the accessibility stuff so it can't be activated. https://to

Re: Script to wakeup monitor with speakers for cron mp3 alarm

2018-08-24 Thread Tom Horsley
Perhaps you could use the XTEST server extension to send a mouse move event and make the server think someone really moved the mouse? There is a perl extension X11::GUITest that might let you do this with a perl script. ___ users mailing list -- users@li

Re: Home Routers (Totally OT)

2018-08-18 Thread Tom Horsley
On Fri, 17 Aug 2018 22:55:29 -0700 Jonathan Ryshpan wrote: > Can anyone > recommend a router that actually works? I'm using this one which I wrote up on my web site: https://tomhorsley.com/hardware/rt-ac5300/rt-ac5300.html I believe asus has newer models these days, but they all use similar fir

Re: sed and grep stopped working!

2018-08-17 Thread Tom Horsley
On Fri, 17 Aug 2018 03:23:17 -0700 Todd Chester wrote: > And now that you all write me back, they mysteriously started > working again. AAHH! This is the sort of thing that always makes me want to run memtest for a few hours to see if memory corruption is happening (in, for instance

Re: NFS mount from VM -

2018-08-14 Thread Tom Horsley
On Tue, 14 Aug 2018 08:09:34 +0800 Ed Greshko wrote: > 1.  You won't be able to make a connection between the host and the guest. > virt-manager warns you about this. That isn't the case if you setup the bridge as described in the linux kvm web page. A device on the bridge is just another device

Re: NFS mount from VM -

2018-08-13 Thread Tom Horsley
On Mon, 13 Aug 2018 17:54:20 -0400 Bob Goodwin wrote: > Is this the result of my having made a wrong selection when creating the > VM from virt-manager? If so, I could go through the process again and > see what the new network[scripts should look like since if I understand > what I've read tha

Re: NFS mount from VM -

2018-08-13 Thread Tom Horsley
On Mon, 13 Aug 2018 13:08:25 -0400 Bob Goodwin wrote: > Can anyone suggest what I might have wrong? Is the VM using NAT networking or a bridge? If it is NAT, the VM probably won't be on the 192.168.1.0 subnet. You could see what the VM thinks its IP address is. ___

Re: NFS not mounted at boot -

2018-07-30 Thread Tom Horsley
On Mon, 30 Jul 2018 10:40:35 -0400 Bob Goodwin wrote: > Fedora 27 and 28 that do not mount the nfs server > at boot. I always fix this using the big hammer work-around: mount them from rc.local after a delay long enough to make sure the network is really "up". This got more complicated when syst

Re: chroot

2018-07-27 Thread Tom Horsley
On Fri, 27 Jul 2018 13:20:34 +0200 Patrick Dupre wrote: > Why I cannot make a chroot? Because chroot only does the one disk, but a operational system requires stuff like /dev and /proc. Here's the critical bits of the chroot script I use to make a chroot functional: mount --bind /dev $newroo

Re: System hung over night

2018-07-21 Thread Tom Horsley
On Thu, 19 Jul 2018 08:55:58 -0400 Tom Horsley wrote: > I'll be interested to see if both stay up for several days now, > or perhaps the router keeps crashing, but at least the system stays > up. (In which case it is time for new router I guess, or at least time > to check for ne

Re: lost nfs mount -

2018-07-19 Thread Tom Horsley
On Fri, 20 Jul 2018 07:44:14 +0800 Ed Greshko wrote: > Well, there is your problem.   You need to check your /etc/exports file. Yea, it is insanely picky about exports. If you mention a system name it can't resolve, it refuses to do anything instead of just ignoring the one system. Several times

Re: lost nfs mount -

2018-07-19 Thread Tom Horsley
On Thu, 19 Jul 2018 17:16:46 -0400 Bob Goodwin wrote: > I have all the usual connections through my LAN but can not mount the > NFS4 server I've sometimes had individual systems get into some strange state where an NFS server doesn't like them (but is fine with other systems). Short of a reboot

Re: System hung over night

2018-07-19 Thread Tom Horsley
On Thu, 19 Jul 2018 08:12:12 -0400 Robert Moskowitz wrote: > What model router? It is an ASUS RT-AC5300 https://tomhorsley.com/hardware/rt-ac5300/rt-ac5300.html (from the way the router is positioned you can also deduce I'm not married :-). > What services?  First place I would look at is DHCPD

Re: System hung over night

2018-07-19 Thread Tom Horsley
On Tue, 17 Jul 2018 10:36:30 -0400 Tom Horsley wrote: > I guess I'll see if it happens again, or was just a one time thing. It did OK for 1 night, then I found it crashed again this morning, and the router crashed the same way as well. I'm booted back on the 4.16.16-300.fc28.x86_

Re: Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?

2018-07-18 Thread Tom Horsley
On Wed, 18 Jul 2018 15:07:50 + Turritopsis Dohrnii Teo En Ming wrote: > Does Exchange 2016 offer more user-friendly features or Linux-based > SMTP servers? The user controlled mail filtering in exchange is so pitiful that it is useless. I run my own postfix/dovecot/fetchmail setup on my deskt

Re: System hung over night

2018-07-17 Thread Tom Horsley
On Tue, 17 Jul 2018 22:04:49 +0800 Ed Greshko wrote: > Could it have been a simple case of a spike on mains power? I suppose, but there were no messages from my UPS which generally whines about stuff like that. Maybe it was a test of an alien EMP device :-). I guess I'll see if it happens again,

Re: System hung over night

2018-07-17 Thread Tom Horsley
Probably a completely different problem, but my system also crashed last night, and my router crashed as well. In fact I suspect the router crash took down my system. The last thing in the log was a message I've never seen before about networkd service watchdog timeout. (didn't appear in any of the

Re: /etc/motd shows up twice now?

2018-07-12 Thread Tom Horsley
On Thu, 12 Jul 2018 09:45:09 +0800 Ed Greshko wrote: > Edit your /etc/ssh/sshd_config and change the PrintMotd from the default > "yes" to > "no" and/or read the notes in sshd_config.rpmnew which probably now exists > on your system. Yep, that did it. Thanks.

/etc/motd shows up twice now?

2018-07-11 Thread Tom Horsley
I ssh into my fedora 28 system at work, I get this printed when I login: zooty> ssh -l tweety tomh8022 -- /etc/motd printed here -- Last login: Wed Jul 11 20:21:39 2018 from 127.

Re: Strange message on ssh login

2018-07-02 Thread Tom Horsley
On Mon, 2 Jul 2018 07:35:38 -0500 Richard Shaw wrote: > What's up with that? Well, one possibility is the "Banner" setting in /etc/ssh/sshd_config which displays any old arbitrary text file on login. Perhaps someone stuck that in to try and get people to run the systemctl command so they could th

Re: cpupower

2018-06-24 Thread Tom Horsley
On Mon, 25 Jun 2018 07:07:52 +0800 Ed Greshko wrote: > I don't recall how I found my mistake.  I do remember putting in a few "touch" > commands in the script to create files and thereby narrow down where in the > script > I'd gone wrong. Two things that often cause rc.local failures: 1. Having

Re: SSH private keys?

2018-06-22 Thread Tom Horsley
On Fri, 22 Jun 2018 12:45:08 -0700 Gordon Messmer wrote: > There is an open bug concerning the fact that if there is an invalid > .pub file in .ssh, GNOME keyring won't automatically unlock *any* keys, > so remove any old key files. Yep, some forms of keys are no longer supported because securi

Re: systemd sucks... one more time!

2018-06-21 Thread Tom Horsley
On Thu, 21 Jun 2018 23:18:03 +0200 François Patte wrote: > So what can I do to have a NORMAL boot? I use this insanity on my system: http://tomhorsley.com/game/punch.html You would probably need to add the appropriate command to unmount the encrypted partition to the script run on the reboot co

Re: >60gb of reserved memory??

2018-06-21 Thread Tom Horsley
You didn't install a 32 bit version of fedora did you? With no more PAE kernels being provided the only way to get to big memory is with a 64 bit kernel. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@l

Re: Uninstalling {972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi

2018-06-13 Thread Tom Horsley
On Wed, 13 Jun 2018 20:43:33 +0800 Ed Greshko wrote: > I do not know the role they play.  I suppose you could move them out of the > way and > see if there are any adverse effects.  Their removal may cause subsequent > problems,  > verification may fail, when those packages are updated. If you

Re: "plumbing" problem during weekly update.

2018-06-07 Thread Tom Horsley
On Thu, 07 Jun 2018 19:17:53 - home user via users wrote: > 2. Running scriptlet: kernel-core-4.16.13-200.fc27.x86_64 >187/187 > 3. cat: write error: Broken pipe This has been happening for a while: htt

Re: Okular defaults to A4 paper size

2018-06-05 Thread Tom Horsley
On Tue, 05 Jun 2018 11:30:09 -0700 Jonathan Ryshpan wrote: > Okular (and any other QT apps) always default to paper size of A4. Not sure if this will work, but for libreoffice, the following nonsense sets the paper size to U.S. Letter by default: dnf install libpaper echo Letter > /etc/papersize

Re: Tip: my notes on 28's new core dump

2018-06-02 Thread Tom Horsley
On Sat, 02 Jun 2018 09:23:35 -0400 Sam Varshavchik wrote: > Actually, it's better to manually set the ulimit in your shell. This way, if > some random process dumps core it won't spew it somewhere. Right, that is what the DefaultLimitCore change accomplishes. Without it, everything that aborts

Re: Tip: my notes on 28's new core dump

2018-06-02 Thread Tom Horsley
On Sat, 2 Jun 2018 15:04:17 +0200 Ahmad Samir wrote: > Most likely a typo, you meant 'echo' not cat. True! Thanks for the correction. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject

Re: Tip: my notes on 28's new core dump

2018-06-02 Thread Tom Horsley
On Fri, 01 Jun 2018 23:15:24 -0400 Sam Varshavchik wrote: > On the machine where you do development work, and have to deal with core > dumps all the time, you can rig this to be done automatically during the > boot, and completely avoid having to deal with all that brain damage. Permanently g

What is this firefox dnf update line about?

2018-05-30 Thread Tom Horsley
Just curious. Every time I run dnf update, I see this at the beginning: Running transaction Running scriptlet: firefox-60.0.1-3.fc28.x86_64 1/1 Preparing:1/1 Then it starts the "real" update: Upgrad

Re: Xorg.log.0

2018-05-28 Thread Tom Horsley
On Mon, 28 May 2018 06:39:27 + (UTC) Amadeus WM wrote: > Should there be an Xorg.log.0 in fedora 28? How come I don't have one > after a brand new install? Probably because you are using gnome which now conveniently stuffs the log into journal where you can't see it for the noise. _

Re: Chrome does not start on f28 & kernel 4.16.x

2018-05-24 Thread Tom Horsley
On Thu, 24 May 2018 20:19:57 +0100 lejeczek via users wrote: > I'm on Intel i5-6300U(dell latitude e7470) and my > Chrome(google-chrome-stable-66.0.3359.181-1.x86_64) stopped > working recently, does not start. > But if Iboot with kernel from f29, 4.17.x then Chrome works. > Do you experience an

Re: localhost refuses connection

2018-05-22 Thread Tom Horsley
On Tue, 22 May 2018 06:21:05 -0700 Geoffrey Leach wrote: > New fedora 28 install. What have I forgotten? I don't believe fedora installs any kind of mail daemon by default any longer, so perhaps you just don't have anything that can process mail on your system? I usually install postfix, but the

Re: Could LightDM be bad?? (LONG)

2018-05-22 Thread Tom Horsley
On Tue, 22 May 2018 20:42:30 +0800 Ed Greshko wrote: > Well, like any good tech, I just tried it and it did kill all of those.  No > traces of > the logged-out user remain. Cool. I'll have to configure my system with that. Of course I'll still need my reboot script to umount -l nfs filesystems

Re: Could LightDM be bad?? (LONG)

2018-05-22 Thread Tom Horsley
On Tue, 22 May 2018 06:28:21 -0500 Rex Dieter wrote: > Set in /etc/systemd/logind.conf: > > KillUserProcesses=yes Does that get all the "user mode daemon" stuff that runs under the "/usr/lib/systemd/systemd --user" process? Those hanging around forever always seemed to make a reboot take foreve

Is glibc busted?

2018-05-22 Thread Tom Horsley
Just saw this confidence inspiring message go past during dnf update: Running scriptlet: glibc-2.27-8.fc28.i686 59/73 /var/tmp/rpm-tmp.lnbjPP: line 5: /sbin/sln: No such file or directory ___ users mailing list -- users@l

Re: Enable mDNS name (.local) resolution on Fedora 28

2018-05-21 Thread Tom Horsley
On Mon, 21 May 2018 20:11:56 +0200 Marek Howard wrote: > I don't know what authselect is (yet). I don't really know either, but I tend to suspect it is only run once when you install, or later if the sysadmin explicitly invokes it. It is apparently a replacement for "authconfig" which I also neve

Re: Could LightDM be bad?? (LONG)

2018-05-20 Thread Tom Horsley
On Sun, 20 May 2018 22:33:59 +0100 Patrick O'Callaghan wrote: > IIRC KDM is deprecated, so SDDM (now the default for KDE/Plasma) would > probably be better. No doubt so they could prevent me from changing any X server options :-). That's why I switched to kdm in the first place: https://bugzilla

Re: Could LightDM be bad?? (LONG)

2018-05-20 Thread Tom Horsley
On Sun, 20 May 2018 12:46:22 -0700 stan wrote: > switch desktop managers. > I ignored it since it didn't apply to me. Pretty simple really. Just do something like: systemctl disable gdm.service systemctl enable kdm.service If you don't have the one you want installed, you can do something like:

Re: xhost or firefox - cannot use firefox with su

2018-05-20 Thread Tom Horsley
I gave up on trying to get direct access as a different user to the display, sometimes it would work, sometimes it wouldn't work, and I could never track down why. I always use ssh with X forwarding now to run apps as a different user. Something like this: ssh -l auser -X localhost firefox & mig

Re: sound from virtual machine gone? [Not VM at all]

2018-05-18 Thread Tom Horsley
On Fri, 18 May 2018 22:05:32 +0800 Ed Greshko wrote: > I've not lost a configuration across reboots It did save it today. I got some updates (including pulseaudio updates) and when I rebooted this time, it was still on hdmi, so it saved it this morning, but I know I changed it when I first instal

Re: sound from virtual machine gone? [Not VM at all]

2018-05-18 Thread Tom Horsley
On Thu, 17 May 2018 20:23:19 -0400 Tom Horsley wrote: > I have just noticed that my Windows 10 virtual machine > no longer sends sound out to the host where I can > hear things. Ha! It wasn't the virtual machine at all, it was my output audio device selection failing to stick to H

<    5   6   7   8   9   10   11   12   13   14   >