Re: Multiple Servers tied together

2010-01-14 Thread Roger Heflin
On Tue, Jan 12, 2010 at 11:22 AM, Ashley M. Kirchner ash...@pcraft.com wrote:    We're going to split out main server up into 3, possibly more with backup redundancy.  The basic setup will be 1 server (USER) holding everyone's physical account, 1 server (MAIL) which holds everyone's mail

Re: system console redirection - all but boot messages redirected ttyS0?

2011-11-20 Thread Roger Heflin
On Sat, Nov 19, 2011 at 7:19 PM, Morgan Read mst...@read.org.nz wrote: Hello Folks I'm running f14 (still) I've successfully configured my machine (hp ml150 g3) to redirect bios, grub menu and login prompt - but, between the grub menu and the login prompt I'm missing the boot messages.  If

Re: Severe intermittent hanging with Firefox, F16, KDE ?

2012-01-11 Thread Roger Heflin
On Wed, Jan 11, 2012 at 2:33 PM, linux guy linuxguy...@gmail.com wrote: Firefox is intermittently freezing from time to time in my KDE sessions, hanging my whole machine for 20 seconds to a minute every 20 minutes or so. Anyone else having this problem ? $ yum list firefox firefox.i686    

Re: fdisk/dh -f do not show the SanDisk sdc of and SD reader

2013-12-06 Thread Roger Heflin
1. try inserting the card after the reader is plugged in. 2. does the reader support sdhc cards (2gb) and if no and the card is greater than 2gb it won't work. On Fri, Dec 6, 2013 at 10:25 AM, Kevin Wilson wkev...@gmail.com wrote: Hello, I have fedore 18. When I insert an SD reader with an sdc

Re: hacked - looking for doc/suggestions on hardening/securing systems from the start

2013-12-19 Thread Roger Heflin
If you have not installed it, install denyhosts...it watches for ssh password attacks and locks out hosts automatically. It does limit the number of attempts someone gets before being completely locked out. On Thu, Dec 19, 2013 at 11:22 AM, Mark Haney mha...@practichem.com wrote: -BEGIN

Re: Need hlep with LVM -

2013-12-21 Thread Roger Heflin
you will need to run pvscan and determine what the name of the vg is you want to add the storage to. to get /dev/sdb5 - /dev/sdb4 you reworked the partition table (ie removed the extend partition and made sdb4 a primary?). if still lost give this info: fdisk -l /dev/sd[ab] pvscan df On Sat,

Re: Need hlep with LVM -

2013-12-21 Thread Roger Heflin
you will need a vgextend first something like vgextend fedora_box1000 /dev/sdb4 that will add the disk to the vg. the df shows these 2 are mounted: /dev/mapper/fedora_box1000-roo t 34G 4.5G 27G 15% / /dev/mapper/fedora_box1000-home 17G 7.2G 8.1G 47% /home so either

Re: Need help with LVM -

2013-12-21 Thread Roger Heflin
it just wnats /dev/fedora_box1000/root or /dev/fedora_box1000/home the lv_ is not in the name of the lv. On Sat, Dec 21, 2013 at 4:13 PM, Bob Goodwin - Zuni, Virginia, USA bobgood...@wildblue.net wrote: On 12/21/2013 04:26 PM, Chris Murphy wrote: On Dec 21, 2013, at 2:11 PM, Roger Heflin

Re: Any way to disable selinux when updating to F20

2013-12-22 Thread Roger Heflin
add selinux=0 on all of the kernel lines in grub.conf...I believe this disables it completely...and cannot be turned back on without removing that line and rebooting...obviously if you want to enable it and got back and use it again relabeling would need to be done. On Sun, Dec 22, 2013 at 8:55

Re: Most Efficient Network File sharing protocol?

2014-03-03 Thread Roger Heflin
use nfs...but make sure you *read* from a nfs mount of the data and write to local disk. Note that to make a network filesystem safe during writing that it is going to usually be slower, and because of that reading is significantly faster than writing. And in general if you are using small files

Re: my stupid users trick -- the Firefox issue from earlier this month.wq

2014-03-23 Thread Roger Heflin
If you run firefox with one already running it tries to contacts the current running firefox version and may try to open a tab on the already running window, that may be the no error piece. if you want to run 2 separated copies you need to setup another profile and start it like this: firefox

Re: my stupid users trick -- the Firefox issue from earlier this month.wq

2014-03-23 Thread Roger Heflin
I actually wanted 2 separate users that were somewhat isolated from each other so the separate profiles was useful. On Sun, Mar 23, 2014 at 5:10 PM, g gel...@bellsouth.net wrote: On 03/24/14 03:54, Roger Heflin wrote: if you want to run 2 separated copies you need to setup another profile

Re: Automatically forcing port speed at system boot

2013-08-17 Thread Roger Heflin
Assuming you are using ifcfg-* files, there is an option called ETHTOOL_OPTS that allows you to set various ethtool settings when the network gets brought up. if you need multiple settings you can do it like this -s ${DEVICE} advertise 00c ; secondethtool option On Sat, Aug 17, 2013 at 9:05 AM,

issue with large inodes numbers in at least gnucash and pan (32-bit versions).

2013-08-30 Thread Roger Heflin
I have recently created a new 6tb XFS filesystem. After this gnucash, pan and a number of other utilities (on one of the 32-bit machines) start failing to work and complaining about value too large for defined data type. I have found someone else that indicated this ment that the tools needed to

Re: issue with large inodes numbers in at least gnucash and pan (32-bit versions).

2013-08-31 Thread Roger Heflin
against each wrong package, or give up and just reinstall the machine 64-bit... On Sat, Aug 31, 2013 at 1:43 AM, Michael Schwendt mschwe...@gmail.com wrote: On Fri, 30 Aug 2013 21:21:19 -0500, Roger Heflin wrote: I have recently created a new 6tb XFS filesystem. After this gnucash, pan

Re: Starting of a service fails

2013-01-07 Thread Roger Heflin
On Mon, Jan 7, 2013 at 2:19 PM, Jim binary...@comcast.net wrote: On 01/07/2013 02:23 PM, Frank Murphy wrote: On Mon, 07 Jan 2013 13:20:00 -0500 Jim binary...@comcast.net wrote: f17 Trying to start kdump and I get this error message; Jan 7 13:16:31 localhost kdump: No crashkernel

Re: Starting of a service fails

2013-01-07 Thread Roger Heflin
On Mon, Jan 7, 2013 at 4:01 PM, Jim binary...@comcast.net wrote: On 01/07/2013 04:43 PM, Roger Heflin wrote: On Mon, Jan 7, 2013 at 2:19 PM, Jim binary...@comcast.net wrote: On 01/07/2013 02:23 PM, Frank Murphy wrote: On Mon, 07 Jan 2013 13:20:00 -0500 Jim binary...@comcast.net wrote

Re: Starting of a service fails

2013-01-07 Thread Roger Heflin
does cat /proc/cmdline show it? That appears to be what it is complaining about, it is not on the current running kernel. $ cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-3.5.2-1.fc17.i686 root=UUID=cf5a1042-bb2b-4c6b-a0e0-1da27273d413 ro rd.md=0 rd.lvm=0 rd.dm=0 SYSFONT=True KEYTABLE=us

Re: Starting of a service fails

2013-01-07 Thread Roger Heflin
On Mon, Jan 7, 2013 at 7:19 PM, Jim binary...@comcast.net wrote: On 01/07/2013 07:55 PM, Roger Heflin wrote: correct grub line for that kernel? what correct grub line for that kernel ? it is in /boot/grub2/grub.conf The line that booted the current kernel did not have a crashkernel

Re: Starting of a service fails

2013-01-08 Thread Roger Heflin
On Mon, Jan 7, 2013 at 8:09 PM, Jim binary...@comcast.net wrote: On 01/07/2013 08:26 PM, Roger Heflin wrote: On Mon, Jan 7, 2013 at 7:19 PM, Jim binary...@comcast.net wrote: On 01/07/2013 07:55 PM, Roger Heflin wrote: correct grub line for that kernel? what correct grub line

Re: Enabling Wireless network without NetworkManager

2013-02-09 Thread Roger Heflin
I was watching this thread, I think this may work for you (it is working for me as of today). This is what is in my file, I have my wireless device setup in a bond with the wired device, so I can unplug and wireless takes over and then plug in and it goes back to wired. I have network manager

Re: Major fsck-up

2013-04-02 Thread Roger Heflin
You probably need to be clear about exactly what you mean by added what was /boot to /home... What did the partition table look like before and after you did the work? was /boot before /home and you enlarged /home to be /home+/boot (the partition before /home?)? On Mon, Apr 1, 2013 at 6:39 PM,

Re: Help with mke2fs

2012-08-18 Thread Roger Heflin
On Sat, Aug 18, 2012 at 6:51 PM, John Wendel jwende...@comcast.net wrote: I'm formatting a filesystem on a new 2TB disk. It will be used to store video, so it will just contain a relatively few large files (200KB to 10GB). So, worst case, i need 1 inodes. First I used the option -i

Re: How do I change to NFS version 3 so that other UNIX variants may access my NFS share on my Fedora 17?

2012-11-08 Thread Roger Heflin
On Thu, Nov 8, 2012 at 11:54 AM, Jerome Yanga jerome.ya...@gmail.com wrote: The anonuid/anongid are valid UID/GID. The nohide option didn't work. Here is the logs from /var/log/messages of the Fedora machine while the AIX machine performed a ls. Nov 8 09:44:31 fedora1 kernel:

Re: XFS error during mount

2014-06-28 Thread Roger Heflin
On Sat, Jun 28, 2014 at 10:41 AM, Heinz Diehl h...@fritha.org wrote: On 27.06.2014, Roman Kravets wrote: Jun 27 11:14:38 softded kernel: vmap allocation for size 1048576 failed: use vmalloc=size to increase size. What is it meen use vmalloc=size to increase size? When can I change it

Re: Somewhat OT, but possibly useful to all Fedorites

2014-07-03 Thread Roger Heflin
It will almost certainly be fine, at worst it may be a bit slower under the right benchmark, but unlikely to be anything that matters unless you need it as fast as it possibly can be. The underlying platter data rate is almost certainly less than 3Gbps. Check the manufacturer's web site I would

Re: Dicom image -

2014-08-26 Thread Roger Heflin
I had to go find the CD I had with dicom files on it. I was not able to get anything selecting the diacomdir file...I had to go into dicom dir and go down to where there were real files (select show all files) and then was able to display the image by selecting each image that was in several

Re: Problems with screen to serial usb on F17

2014-08-29 Thread Roger Heflin
I have fedora 20 running on my 700 with 512mb of ram. I had to use the yum update instructions to update it since you cannot install with that low of ram, but you can update into it that way. On Fri, Aug 29, 2014 at 6:20 PM, Joe Zeff j...@zeff.us wrote: On 08/29/2014 04:07 PM, Robert

Re: Constant Guard Service Alert

2014-09-06 Thread Roger Heflin
There are rootkits on linux. I have removed several, generally people break in via bad password on an account, the ones I have dealt with did not get into root. They appeared to at least be contained in a user account. If you are know what is normal in ps you can see the extra processes and

Re: SATA II causes system freeze

2014-09-19 Thread Roger Heflin
Power supply would be my only guess to cause system wide failures with 2 separate motherboards, both of which would be unlikely to be bad in the same way. I have used a number of the AMD build sata2/sata3 MB controllers and never had them act up even when using all of the build-ins at the same

Re: Shellshock: how does it actually work?

2014-09-26 Thread Roger Heflin
for fedora16 this appears to work: rpmbuild --rebuild bash-4.2.48-2.fc19.src.rpm rpm --nodeps -U /root/rpmbuild/RPMS/x86_64/bash-4.2.48-2.fc16.x86_64.rpm ln /usr/bin/bash /bin/bash ln /usr/bin/sh /bin/sh On Fri, Sep 26, 2014 at 1:52 PM, Michael Cronenworth m...@cchtml.com wrote: On 09/26/2014

Re: Can't re-create initrd

2014-10-11 Thread Roger Heflin
This page: http://www.thewireframecommunity.com/node/14 note step 3.4: -H newc is important. find . | cpio -o -H newc | gzip gt; ../initrd.img On Sat, Oct 11, 2014 at 3:29 PM, CLOSE Dave dave.cl...@us.thalesgroup.com wrote: Heinz Diehl wrote: You could use dracut to recreate your initramfs?

Re: Can't re-create initrd

2014-10-11 Thread Roger Heflin
or not. if the root device is elsewhere it is not finding that. On Sat, Oct 11, 2014 at 3:43 PM, CLOSE Dave dave.cl...@us.thalesgroup.com wrote: Roger Heflin wrote: note step 3.4: -H newc is important. find . | cpio -o -H newc | gzip gt; ../initrd.img Yes, it is. But -c means exactly the same thing. -- Dave

Re: Can't re-create initrd

2014-10-11 Thread Roger Heflin
the sleeps to the linuxrc and/or init script so can see the output -- depending on which this initrd uses). On Sat, Oct 11, 2014 at 4:48 PM, CLOSE Dave dave.cl...@us.thalesgroup.com wrote: Roger Heflin wrote: it is failing to find the root device. If the root device is initrd then that should

Re: Can't re-create initrd

2014-10-12 Thread Roger Heflin
. (dot) usually in these cases are whatever preferred named sub-directory that you extracted it in to start with. On Sun, Oct 12, 2014 at 2:48 PM, jd1008 jd1...@gmail.com wrote: On 10/12/2014 01:39 PM, CLOSE Dave wrote: find . | cpio -oc | xz --check=crc32 --lzma2=dict=1MiB ../initrd2.img

Re: Clearing the unallocated disk space

2014-11-16 Thread Roger Heflin
Depending on who makes the drive, the manufacturer's diag tool will generally have something that will secure erase all of the drive assuming the drive is still working enough. I know last time I used the seagate diag tool it on the menu. On Sun, Nov 16, 2014 at 1:17 PM, jd1008 jd1...@gmail.com

Re: Accessing disk from F19 in F21

2014-12-18 Thread Roger Heflin
vgrename can rename using a uuid to know who to rename, so rename it to something that does not conflict. On Thu, Dec 18, 2014 at 8:27 AM, Markus Lindholm markus.lindh...@gmail.com wrote: This is what I see in the log when I attach the disk kernel: sd 7:0:0:0: [sdb] Attached SCSI disk

Re: 16,000.000 symlinks - yikes!

2014-12-25 Thread Roger Heflin
On Thu, Dec 25, 2014 at 4:58 PM, Geoffrey Leach ge...@hughes.net wrote: A rogue printer daemon appears to have filled up /tmp with 16,000.000 symlinks. Question: how to delete them? (Sometime before the end of 2015) -- The fastest way (if it is not tmpfs) may be to create a new /tmp

Re: DHCP Reservations

2015-02-03 Thread Roger Heflin
On both a dd-wrt and a recent asus router I have successfully got the older bonding module to bring up wireless and wired in a active/passive mode (wired is active if there). Both interfaces would have the same IP and mac address and I can unplug the wired and immediately have it switch over

Re: Is SMART really that dumb?

2015-03-14 Thread Roger Heflin
or something similar to find the specific stuff in that sector. On Sat, Mar 14, 2015 at 5:09 PM, Tom Horsley horsley1...@gmail.com wrote: On Sat, 14 Mar 2015 16:53:15 -0500 Roger Heflin wrote: Also usually the errors are found by linux doing a read against it, so there should be error messages

Re: Is SMART really that dumb?

2015-03-14 Thread Roger Heflin
I have never found a way to get smart to report what specific sectors is pending. You can do a smartctl -l long against the device and generally it will stop when it hits that sector. Also usually the errors are found by linux doing a read against it, so there should be error messages on the

Re: Is SMART really that dumb?

2015-03-15 Thread Roger Heflin
I have seen my seagate 3tb drive not clear PENDING, not sure of the exact set of conditions for it to not clear. After doing something (booting, running a long test or something) it finally cleared the pending. On Sun, Mar 15, 2015 at 7:24 PM, Ian Pilcher arequip...@gmail.com wrote: On

Re: Crashes of tainted kernels

2015-03-16 Thread Roger Heflin
Recreating a rare crash even when you know the exact conditions that caused the crash is very very difficult.I have been involved in not so rare crashes (we had some machines of the exact same hw type that all crashed randomly about 1x per week). And duplicating that crash tied up a test

Re: Crashes of tainted kernels

2015-03-16 Thread Roger Heflin
16, 2015 at 12:56 PM, jd1008 jd1...@gmail.com wrote: On 03/16/2015 11:29 AM, Roger Heflin wrote: Recreating a rare crash even when you know the exact conditions that caused the crash is very very difficult.I have been involved in not so rare crashes (we had some machines of the exact same

Re: sector hard errors

2015-03-12 Thread Roger Heflin
smartctl --all /dev/sdX and see how many are reallocated. From my experience how many spare sectors there are depends on the size and brand. On Thu, Mar 12, 2015 at 2:29 PM, Joe Zeff j...@zeff.us wrote: On 03/12/2015 12:20 PM, jd1008 wrote: So, I am puzzled as to how quickly were the spare

Re: sector hard errors

2015-03-12 Thread Roger Heflin
/12/2015 04:03 PM, jd1008 wrote: -- On 03/12/2015 01:37 PM, Roger Heflin wrote: smartctl --all /dev/sd ID# ATTRIBUTE_NAME FLAGVALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE 5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0 196

Re: Should disks in a raid really prevent booting?

2015-03-25 Thread Roger Heflin
you now need nofail as an option so the automatic systemd crap will not stop on a missing fs. And I have also noticed that once systemd parses the fstab file changing it won't work, you have to reboot it to get it to figure out you removed it. There is probably a way to cancel what systemd is

Re: Benchmark disk

2015-02-28 Thread Roger Heflin
ls -l /dev/sdc* Depending on how the application is opening it having a partition on it seems to block certain apps from opening the underlying device. It likely depends on how the application is opening it. dd always works in my experience, but other tools appear to be unhappy when they detect

Re: nfs shares not mounted at boot

2015-02-22 Thread Roger Heflin
Yes.I have noted systemd stops the network then tries to umount nfs on fedora 20. Not really a good plan. And I also did the rc.local mount as it was not mounting on boot because it tries to mount nfs before the network is live and fails. There do seem to be some significant issues

Re: unmaintained bugs

2015-07-25 Thread Roger Heflin
You are assuming that the maintainers are employed/paid to maintain that project. In quite a number of cases they are not paid for it, so given that you may or may not get it fixed. And if I was a volunteer for a project and my supervisor started harassing me, then you would need a new

Re: [...] "How does the new naming scheme look like, precisely?"

2017-03-14 Thread Roger Heflin
The current naming scheme works for the case of motherboard replacements were the names and pci buses stay the same but the mac addresses change. I was previously using a static udev rule using bus-ids to force the eth* devices to be consistent across motherboard replacements and chassis swaps.

Re: is it just me, or is firefox suddenly nad-grindingly slow?

2017-07-19 Thread Roger Heflin
On Wed, Jul 19, 2017 at 3:48 PM, Robert P. J. Day wrote: > > on a regularly-updated F25 system, firefox recently become just > excruciatingly slow, and i don't recall tweaking any settings. has > something happened lately? anyone else noticing this? > > rday > Yes, for a

Re: nfs problem

2017-06-02 Thread Roger Heflin
If the machine mounting the file and doing the tail has read from the file and there is new data added in that last block and because of the rate the data is coming into the file the timestamp on the file does not change then the client nfs host will not know that the last block has changed and

Re: Delta RPMs -

2017-08-21 Thread Roger Heflin
Bob, When I was under a FAP, I used to do a trick. I would mount /var/cache/dnf via nfs from my main machine on the others I was updating and then change /etc/yum.conf (keepcache to 1) and that way generally the first node would fill the cache, and then the 2nd node would reuse the data

Re: Looking for slide show softwares on autonomous machine

2017-11-27 Thread Roger Heflin
I like an ancient program called xloadimage. It has a delay this might come close "xloadimage -global -delay " to doing what you are asking for. You might need to put a bash wrapper to restart it once all of the images have been displayed once. On Mon, Nov 27, 2017 at 2:04 AM, jeandet

Re: Default video application

2017-12-12 Thread Roger Heflin
On Tue, Dec 12, 2017 at 10:32 AM, Alex wrote: > Hi, > > On Mon, Dec 11, 2017 at 1:28 PM, Rick Stevens wrote: >> On 12/10/2017 12:35 PM, Alex wrote: >>> Hi, I have a fedora27 system and having a problem with hdhomerun and >>> video dropout with

Re: Convert FC27.i686 (existing) to FC27.x86_64(new).

2017-12-14 Thread Roger Heflin
I don't believe there really is an easier way. You can download a kernel.org kernel or the fedora kernel source and built it to be 64-bit and boot that on a 32-bit userspace and that will get you around some kernel memory/resource limits, I did that previously on one of my machines for 6-12

Re: Safe to reinstall kernel?

2018-05-07 Thread Roger Heflin
Reinstalling any rpms you have a reason to suspect have issues should be just fine. I have personally reinstalled the kernel rpm a number of times when the update aborted before completion. On Mon, May 7, 2018 at 3:54 AM, Danny Horne via users wrote: > Hi all, >

Re: Unmount delayed -

2018-05-07 Thread Roger Heflin
Generally when I am messing with usb drives I have used these 2 commands: grep Dirty /proc/meminfo (dirty is the amount of write buffers that need to be flushed for all disks, most will usually be the disk that was just copied to) the second is "vmstat 1" and watch the bi/bo columns as they show

Re: Unmount delayed -

2018-05-08 Thread Roger Heflin
I don't sync like Bob does, I just watch the io to estimate the copy time of whatever amount I am copying. On Mon, May 7, 2018 at 8:34 PM, Cameron Simpson <c...@cskk.id.au> wrote: > On 07May2018 20:23, Roger Heflin <rogerhef...@gmail.com> wrote: >> >> the second is &qu

Re: Safe to reinstall kernel?

2018-05-07 Thread Roger Heflin
wrote: > On 07/05/18 15:37, Roger Heflin wrote: >> Reinstalling any rpms you have a reason to suspect have issues should >> be just fine. I have personally reinstalled the kernel rpm a number >> of times when the update aborted before completion. >> >> > Tried 'dnf

Re: Ethernet RX overruns and dropped packets

2018-05-25 Thread Roger Heflin
You may want to install sysstat (sar) and look at the rates by doing sar -n EDEV and sar -n DEV to compare the drops vs packets.In my experience on critical production systems if the rate is less than 1 (drop/error/...) per 10,000 packets then in general you won't see a performance impact.

Re: dmesg spam after f26 -> f27 upgrade

2018-05-26 Thread Roger Heflin
you might try a find /sys -name "rc1*" and see if some piece of hw has that name. It may be some driver trying to manage the ir remote hardware. When I do it on my machine I get this: find /sys -name "rc1*" -ls 33248 0 drwxr-xr-x 5 root root0 May 8 15:50

Re: dmesg spam after f26 -> f27 upgrade

2018-05-27 Thread Roger Heflin
install modulename /bin/true blacklist won't prevent a dependency from loading a module, I have sometimes just did a mv on the ko file and depmod to rebuilt the module index, but that has to be redone each new kernel. ___ users mailing list --

Re: tip: star tech PEXUSB311AC2

2018-05-31 Thread Roger Heflin
I have had issues like that that tracked back to the usb card not having enough power and needing the extra power adapter connected, so you may want to try that. Especially if anything on the card may be using a lot of power (I have had web cams and hard disks both cause it). On Thu, May 31,

Re: cpupower

2018-06-24 Thread Roger Heflin
If you want to debug it the easy way do this: create /usr/local/bin/slowcpus and make it executable and put the commands in it and test it from the cmd line: Then in rc.local do this: /usr/local/bin/slowcpus > /tmp/slowcpu.out 2>&1 On Sun, Jun 24, 2018 at 7:26 PM, Ed Greshko wrote: > On

Re: Fedora27: Ethernet interfaces set to 100MBits/sec half duplex

2018-02-13 Thread Roger Heflin
If auto neg is set on one end, and not on the other end, then the standards says set things to 100mb/half (for gbit cards) since you were unable to get information from the other end I believe this was judged the most likely to work reasonably by the people who write the standard. On 100mbit

Re: PCIe SATA controllers

2018-08-08 Thread Roger Heflin
Stay away from the <$50 for 2-4 ports, most of them are pretty bad. One of the cheaper old LSI ones. I have one that was bought used and flashed into a pure sata controller. Mine is a: SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] and/or The LSI 9211-8i 6Gb/s SATA +SAS HBA, It is around $80

Re: PCIe SATA controllers

2018-08-09 Thread Roger Heflin
For JBOD disks the LSI or the build-in Intel or AMD ports seem to be equally as fast since they are all connected to the CPU with enough PCI-e lanes, and for most usage cases it is plenty fast enough. I have had bad luck with at least 2 different marvell chipsets, so won't touch those. One of

Re: Unable to restore LVM metadata.

2018-09-01 Thread Roger Heflin
The vgarchive file 0 is the first archive file ever from that vg, so it would most likely be an empty new vg at that time. Are you sure 0 is the file you want? Suggest doing this: grep -i before /etc/lvm/archive/vg_debussy* and see what the newest file is before you did the remove

Re: X-windows only gives a mouse pointer

2018-07-08 Thread Roger Heflin
startx has worked for me on Fedora 27, and it did start the same desktop as what graphical -> login as same user started. On Sun, Jul 8, 2018 at 4:18 AM, Patrick O'Callaghan wrote: > On Sat, 2018-07-07 at 18:12 -0700, solarflow99 wrote: >> On Sat, Jul 7, 2018 at 2:27 AM, Patrick O'Callaghan >>

Re: initramfs: kernel update adds unwanted driver?

2018-04-14 Thread Roger Heflin
You can also use lsinitrd to show the current files in any initramfs and/or cat out the contents of single files you see in the initramfs. On Sat, Apr 14, 2018 at 10:43 AM, wrote: > > On Sat, 14 Apr 2018 15:07:28 - Grant Edwards wrote: >> On 2018-04-14,

Re: Kernel installed in wrong location

2018-03-20 Thread Roger Heflin
The only way I know to produce these results would be to override the build_root location someplace. echo ${RPM_BUILD_ROOT} There are probably other ways to override it. On Tue, Mar 20, 2018 at 3:24 PM, CLOSE Dave <dave.cl...@us.thalesgroup.com> wrote: > Roger Heflin wrote: > &g

Re: Kernel installed in wrong location

2018-03-20 Thread Roger Heflin
I would run this and see where rpm thinks they should be since they are not in /boot rpm -qa --filesbypkg | grep -i vmlinuz On Tue, Mar 20, 2018 at 2:05 PM, CLOSE Dave wrote: > The following procedure did NOT fix my problem. Using RPM instead of DNF > still did

Re: tail for a list of files

2018-03-04 Thread Roger Heflin
find /foo -name "*dog.dat" -ls -exec tail -f {} \; -print will list only the filename -ls will list the long dir entry. {} is needed to deliver the filename you are working with. \; is needed to signal the end of the command. On Sat, Mar 3, 2018 at 12:45 PM, Clifford Snow

Re: HTTPD shutting down every night

2018-11-07 Thread Roger Heflin
this is the daily logrotate process. it rotates the log files and reloads httpd. It is normal. A number of other process will also restart at the same time. See: cat /etc/logrotate.d/httpd /var/log/httpd/*log { missingok notifempty sharedscripts delaycompress postrotate

Re: OT: finding damaged files on an XFS filesystem (Was Re: OT: fastest way to copy one drive to another)

2018-09-22 Thread Roger Heflin
> > Many thanks, > Ranjan > > On Sat, 22 Sep 2018 14:09:02 -0500 Roger Heflin wrote: > > > If you have the original disk and can mount the filesystem then do this: > > > > create a script like this and call it say /dir/testcatfile: > > cat $1 > /dev/

Re: has anyone used the ausdom 335 camera

2018-09-22 Thread Roger Heflin
A logitech 920 is $50 on amazon. Not sure I would mess with another brand for a few dollars savings. The 920's I have used worked well with fedora and were really clear. On Sat, Sep 22, 2018 at 4:31 PM Howard Howell wrote: > > Hi, guys, > Looking for an inexpensive webcam. Found this

Re: OT: finding damaged files on an XFS filesystem (Was Re: OT: fastest way to copy one drive to another)

2018-09-22 Thread Roger Heflin
If you have the original disk and can mount the filesystem then do this: create a script like this and call it say /dir/testcatfile: cat $1 > /dev/null RC=$? if [ ${RC} != 0 ] ; then echo "$1 is corrupt" fi chmod +x /dir/testcatfile Then do this: find /tmp -type f -exec /dir/testcatfile {}

Re: Optical track ball with wheel

2018-11-16 Thread Roger Heflin
The trackballs like the Logitech M570 are pretty easy to press and drag. Some of the ones with the ball in the middle are a lot harder to drag with. I use an ancient wired usb trackman marble with a scroll wheel and a retainer that prevents the ball from running away that is around 20 years old

Re: F29 Upgrade Still Boots F27 Kernel - Recommendations Please

2018-12-12 Thread Roger Heflin
A guess is that the /boot that is booting the machine is not the same /boot is the current booted OS has mounted at /boot. So all updates are being put on a /boot that is not being used to boot the machine, and you need to find the actual /boot that is booting the machine and then do a dnf

Re: auditing network traffic

2018-11-27 Thread Roger Heflin
if you have sar installed (package is sysstat) then sar -n DEV will give you 10 minute network counters, it will give you 1 minute data if you turn sar's sample timer down to 1 minute. snmp if you router supports it, and I have also ssh'ed into my router ever X minutes and collected its network

Re: Breaking LVM (on purpose)

2019-01-03 Thread Roger Heflin
echo 1 > /sys/block/sdX/device/delete And the device should disappear. On Thu, Jan 3, 2019 at 11:01 AM Chris Adams wrote: > > Once upon a time, Ian Malone said: > > Does anyone have suggestions for easily simulating a missing volume in > > LVM on bare metal? > > Actually make a volume go

Re: resize

2018-09-18 Thread Roger Heflin
Did you rerun the resize2fs after the reboot/lvmresize/fsck? On Tue, Sep 18, 2018 at 10:03 AM Patrick Dupre wrote: > > I am not sure about the +100. > > However, I rebooted without mounting /home > and I used lvm manager to do the resize. > > It seems OK, except that > 1) it shows "none" for the

Re: resize

2018-09-18 Thread Roger Heflin
-l does not umount a filesystem if files are open on it. Not sure -l should ever be used, one needs to determine what is using the filesystem and a normal umount needs to be done. So even though it does not show in df and /proc/mounts the filesystem is still mounted which is why resize2fs says

Re: Boot to RAM

2019-02-18 Thread Roger Heflin
You probably just need to determine where the temp data is going and put a tmpfs mount in that location so it uses ram for the temporary files you don't need to keep. Any static files that are only being read from the usb device on boot up will quickly get cached into ram assuming you have enough

Re: Stuck Kernel Version.....

2019-02-25 Thread Roger Heflin
To have a stuck kernel version, then what you have mounted at /boot is not what is booting your machine. You need to find the real /boot where ever it is hiding and mount it at /boot (and update /etc/fstab) and then do a "dnf reinstall" on each of the kernels you want to work, and then reboot

Re: dnf install from list file

2019-02-21 Thread Roger Heflin
dnf install `cat file` On Thu, Feb 21, 2019 at 9:02 AM stan via users wrote: > > On Thu, 21 Feb 2019 15:36:08 +0100 > "Patrick Dupre" wrote: > > > How can I make a dnf install "list of pkgs in a file"? > > > > I tried dnf install `file` > > > > but it does not work. > > I usually use a python

Re: Mounting internal disk spins up connected external USB disks

2019-03-19 Thread Roger Heflin
If anything runs any lvm commands it will basically run a pvscan internally and then that will also spin it up (I believe if not using lvmetad as with lvmedad it only does a single device at a time). On Tue, Mar 19, 2019 at 5:47 AM Ed Greshko wrote: > > On 3/19/19 6:35 PM, Patrick O'Callaghan

Re: Fedora Not Detecting RTL8821CE wifi adapter

2019-04-13 Thread Roger Heflin
upgrade. > What I didn't know is that a new version has to be downloaded every time. > This is really a pain in the neck. > > What's your add-on wifi card? > > Ciao > > > On Fri, 12 Apr 2019 20:08:01 -0500 > Roger Heflin wrote: > > > You are also goin

Re: Fedora Not Detecting RTL8821CE wifi adapter

2019-04-12 Thread Roger Heflin
You are also going to have to be prepared when a kernel change happens and causes it to no longer compile to download an updated version that has the correct code for the new kernel. I have a RTL8814au and it also is not in the kernel and every so often you will need to go back to the last kernel

Re: Cloning of existing fedora install failing at switch root. Does systemd keep system state?

2019-06-04 Thread Roger Heflin
Did you check the kernel command line in grub.cfg to see what root= is set to? That is the only place I know specifically references what to look for on the switch root. On Tue, Jun 4, 2019 at 10:41 AM stan wrote: > > Hi, > I'm trying to clone an existing Fedora install, just a / partition and

Re: Cloning of existing fedora install failing at switch root. Does systemd keep system state?

2019-06-04 Thread Roger Heflin
wrote: > > On Tue, 4 Jun 2019 12:37:04 -0500 > Roger Heflin wrote: > > > Did you check the kernel command line in grub.cfg to see what root= is > > set to? That is the only place I know specifically references what > > to look for on the switch root. > > Yep,

Re: Cloning of existing fedora install failing at switch root. Does systemd keep system state?

2019-06-05 Thread Roger Heflin
away when you did hostonly=no. On Wed, Jun 5, 2019 at 12:35 AM stan wrote: > > On Tue, 4 Jun 2019 18:49:29 -0500 > Roger Heflin wrote: > > > I would check these modules in dracut: dracut --list-modules, some of > > them are rescue and debug and a few other modules may hel

Re: Cloning of existing fedora install failing at switch root. Does systemd keep system state?

2019-06-05 Thread Roger Heflin
019 07:31:46 -0500 > Roger Heflin wrote: > > > Based on not finding bash, I would think that t may not be finding > > your rootlv. > > > > That generally means either the driver for the disk controller/scsi, > > or a critical filesystem component, or something

Re: Cloning of existing fedora install failing at switch root. Does systemd keep system state?

2019-06-05 Thread Roger Heflin
the right libraries with the right checksums that the ldd says it needed. It sounds like once you get the chroot . to work things may work right. Something odd happened with the rsync I would suspect. On Wed, Jun 5, 2019 at 4:33 PM stan wrote: > > On Wed, 5 Jun 2019 10:14:01 -

Re: SOLVED - Re: Cloning of existing fedora install failing at switch root. Does systemd keep system state?

2019-06-06 Thread Roger Heflin
You are welcome. On Thu, Jun 6, 2019 at 10:42 AM stan wrote: > > On Wed, 5 Jun 2019 18:16:44 -0500 > Roger Heflin wrote: > > > It sounds like once you get the chroot . to > > work things may work right. Something odd happened with the rsync I > > would suspe

Re: Is pcHDTV 5500 still supported...

2019-05-14 Thread Roger Heflin
My 5500 appears to still be getting signal locks on the channels it should on kernel 5.x and F29. I tested with dtvscan and dtvsignal that came with the card and seems to work for all dvb cards and was authored by by Jack Kelliher . On Tue, May 14, 2019 at 12:08 PM D wrote: > > I have been

Re: Is pcHDTV 5500 still supported...

2019-05-15 Thread Roger Heflin
I am using the default driver built into the kernel and it works. I compiled those files a really long time ago, and they still work o f29 for me, but it sounds like they may not recompile with current headers with no changes. On Tue, May 14, 2019 at 11:34 PM D wrote: > > Thanks for your reply.

Re: x11 and the mouse

2019-04-19 Thread Roger Heflin
xinput seems to be interfacing with libinput and is reporting there are devices and the devices have properties. It it is not clear though which properties work and don't work in it On Fri, Apr 19, 2019 at 7:58 PM Ed Greshko wrote: > > On 4/20/19 8:50 AM, Roger Heflin wrote: > >

  1   2   3   4   5   6   7   >