Re: [CentOS] resetting a serial port
have never used usb-to-serial devices, so I'm probably wrong here... wondering if, on the system where you work, have you tried using the reset or tset command? otherwise, though *being a Linux user I hate to suggest this*, but have you tried the "universal-fix-all-problems" technique that Windows users learn early on, i.e., reboot one or both systems? rebooting one of the systems then trying to connect may tell you which system is wedged. maybe. Good luck! Fred On Wed, Dec 13, 2023 at 8:46 PM Robert Moskowitz wrote: > I have Centos 7 arm32 running on a Cubieboard and I am logged in as root > on its serial uart from another system. > > On that system I use > > screen /dev/ttyUSB0 115200 > > Well it was working well for a couple days, but now only garbage comes > across. Something messed up the serial link. > > pulling the usb cable to the usb/serial adapter does not reset things. > > I can ssh into the server and see root logged into ttyS0 > > How do I reset that serial port so that I can work on the system? > > thanks > > > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Using CentOS 7 to attempt recovery of failed disk
Also, does ddrescue "stop" (as in quit) or is it just stuck there spending a lot of time trying to read one or more bad spots? it is intended to keep trying until it gets something, or gives up and skips to the next track/sector/whatever. If you let it go for a long time (overnight???) does it proceed ? On Sat, Sep 26, 2020 at 9:15 AM Valeri Galtsev wrote: > > > > On Sep 26, 2020, at 8:05 AM, Jerry Geis wrote: > > > > I have a disk that is flagging errors, attempting to rescue the data. > > > > I tried dd first - if gets about 117G of 320G disk and stops incrementing > > the save image any more. > > did you try > > dd conv=noerror … > > this flag makes dd not stop on input error. Whatever is irrecoverable is > irrecoverable, but this way you will get stuff beyond failure point. > > Valeri > > > > > Now I'm trying ddrescue and it also stops about the same point > > > > Thoughts on how to continue past that point ? > > Thanks, > > > > Jerry > > ___ > > CentOS mailing list > > CentOS@centos.org > > https://lists.centos.org/mailman/listinfo/centos > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Using CentOS 7 to attempt recovery of failed disk
Well, I'm not a noted expert on ddrescue, but my limited experience tells me that when it hits bad spots (or a big cluster of them) it can go very slowly as it tries multiple times to read each sector (or track, I'm not sure which, in this case). It keeps a list of bad spots and goes back at the end to try again to read something from them. Of course, if you've had, eg. a head crash, there's probably nothing there to read. On Sat, Sep 26, 2020 at 1:41 PM Jerry Geis wrote: > Hello > > I did try the "dd conv=noerror …" > The ddrescue - doesnt stop - it just doesnt "continue" past a certain > point. Somewhere around the 117G mark - it just doesnt go past that . > (same with dd, gets to 117G and just doesnt continue. > I have let the dd run all night - did not go past the 117G. > > Thanks for any suggestions. > > Jerry > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] strange email from cron regarding "rear"
I don't understand what this means, I found it in root's email this morning: To log into the recovery system via ssh set up /root/.ssh/authorized_keys or specify SSH_ROOT_PASSWORD WARNING: /usr/lib/grub/x86_64-efi/moddep.lst not found, grub2-mkimage will likely fail. Please install the grub2-efi-x64-modules package to fix this. ERROR: Error occurred during grub2-mkimage of BOOTX64.efi Aborting due to an error, check /var/log/rear/rear-fcshome.log for details /bin/sh: line 1: 30339 Terminated /usr/sbin/rear mkrescue It is possible it has happened before, as until recently I haven't paid a lot of attention to root's email (I know, I know,... bad me). but I wonder what it's all about... I have not knowingly ever used "rear" or "mkrescue". BTW, this is on an up to date Centos-7 X86-64 machine. Thanks in advance! Fred ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] kindle app on CentOS 7?
Mark: Older version(s), e.g. 1.17 of Kindle for PC worked fine on wine (on my Ubuntu 18.04 VM), but some of the later versions didn't. I was using it for DeDRM, and since I wasn't smart enough to figure out the correct incantation to make later versions work, I chose a different approach. I can tell you what that was if you care. I used Ubuntu because I've never had any luck making things work in Wine on Centos, possibly because RH/Centos only ship 64-bit wine and Calibre and Kindle for PC are 32-bit. There's a (somewhat outdated) HOWTO on Apprentice Alf's blog about doing the kindle on Ubuntu setup that I followed, and it was close enough to let me get it working. I don't have a clue about whether 20.04 is still close enough, or not. Good Luck! Fred On Fri, Oct 9, 2020 at 11:37 AM mark wrote: > Anyone got a link to someone's how to install the kindle app for PC on > CentOS 7? > > mark "don't get me started on Nook and ACE" > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] ntpdate past CentOS 7
and I'm doing much the same: a Raspberry Pi running Raspbian, acts as my nameserver (instead of my ISP) and NTP server. all the systems in-house sync time from it. On Wed, Dec 2, 2020 at 3:22 PM Bill Gee wrote: > What IS in your chrony.conf file? > > "pool.ntp.org" is not a single server. It is a collection of several > dozen. When you specify a pool of servers for chrony, it will pick 4 > mostly at random and use those. The four servers it chooses will change > over time. > > If you want to use exactly one specific server, then take the pool out of > chrony.conf and add your specific server. I do not see a way for chronyc > to remove servers, so it is a matter of editing the file directly and then > restarting chronyd. > > In my case, only my internal master server goes against a pool. All other > internal systems use the internal master as their only source. Sometimes > when I do "chronyc sources" on them, I see the server listed twice. After > investigation I found that one is for IPv4 and the other for IPv6. > > -- > Bill Gee > > > > On Wednesday, December 2, 2020 2:00:56 PM CST Jerry Geis wrote: > > Thanks everyone for the comments. So trying to use the new "chronyc/d" > > > > So trying a couple things with chronyc > > > > chronyc sources > > 210 Number of sources = 5 > > MS Name/IP address Stratum Poll Reach LastRx Last sample > > > === > > ^* time.cloudflare.com 3 10 377 220 -481us[ -503us] +/- > > 17ms > > ^- zeit.arpnetworks.com 2 9 377 452 -1083us[-1104us] +/- > > 100ms > > ^- lofn.fancube.com 2 10 377 851 -1833us[-1854us] +/- > > 64ms > > ^- ntp3.junkemailfilter.com 2 9 377 227 -937us[ -959us] +/- > > 76ms > > ^- b.st1.ntp.br 1 6 37756 -2300us[-2300us] +/- > > 79ms > > > > NONE of the above are listed in /etc/chrony.conf > > > > Then I tried "chronyc add server pool.ntp.porg" and ran "chronyc sources" > > again and my server was not added ? > > > > I am trying to use the command line chronyc - to "add" the server I want > - > > also wish there was an EASY way to clear the server list. Have not seen > > that though. > > > > What I need is a way to add the server i want - list the server to make > > sure my server is in the list - and remove servers I dont want (or all). > > > > Thanks, > > > > Jerry > > ___ > > CentOS mailing list > > CentOS@centos.org > > https://lists.centos.org/mailman/listinfo/centos > > > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] units command, crazy output
whenever I use the units command from a script, e.g.: elapsed=86500 echo elapsed time: `units "$elapsed sec" hms` elapsed time: *Currency exchange rates from 2012-10-24* 24 hr + 1 min + 40 sec the man page even says it outputs that when run without arguments. My question is why in the world does it? certainly when run from within a script doing conversions of time using the "hms" option, I don't want that to be stuck in the middle of my output. Anybody know why it does that, or how to make it quit? (I know, I use sed to filter it out, but can't understand why I should have to. Thanks in advance! Fred ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] rare but repeating system crash in C7
a9f2cff0 Jan 2 09:20:11 fcshome kernel: Initializing cgroup subsys cpuset Jan 2 09:20:11 fcshome kernel: Initializing cgroup subsys cpu Jan 2 09:20:11 fcshome kernel: Initializing cgroup subsys cpuacct Jan 2 09:20:11 fcshome kernel: Linux version 3.10.0-1160.6.1.el7.x86_64 The last four events are the start of reboot and everything above is leading up to the crash. I note that there was a selinux event early in this list of events, but I see those frequently and they normally don't cause a crash. if I scroll upward from this list, I find more of the same above what is shown here. The selinux event seems to be related to a SMB mount. since I have a Synology box on the LAN, and it stays mounted nearly all the time, I suspect the selinux event has something to do with that, but I have no idea why it would cause a crash once every few months. Is that selinux event something I need to fix? I'm further guessing that "xhci_hcd" has something to do with USB, am I right? If so I don't know what it would be... Clues would be greatly appreciated! Thanks in advance! Fred ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] rare but repeating system crash in C7
Warren, thanks for the reply! Plantronics USB headset/microphone? Yottamaster RAID-1 storage (USB3)? Behringer USB audio interface? Logitech wireless mouse? Leopold USB keyboard? Does any one of them sound more likely than the others? Of all those, the yottamaster device is the most recent. Unfortunately I haven't kept notes on when it occurs, so it's possible it was occurring before I got that device. :( If it is that device (used primarily for nightly backups) might it help if I unmount it after each use? Thanks in advance! Fred On Sat, Jan 2, 2021 at 11:13 AM Warren Young wrote: > On Jan 2, 2021, at 7:44 AM, Fred wrote: > > > > I'm further guessing that "xhci_hcd" has something to do with USB > > Yup: > https://en.wikipedia.org/wiki/Extensible_Host_Controller_Interface#Virtualization_support > > > If so I don't know what it would be... > > My guess: you have USB-attached storage that’s waking up when you wiggle > the mouse, and it’s crashing the bus, kicking the kernel driver over, so > the system reboots to protect itself. > > If not storage, then something else sufficiently complicated, which wakes > up when you wake the system. > > I’d exclude things like optical drives, unless they have disks in them at > the time this happens. > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] rare but repeating system crash in C7
Warren, thanks for the additional info. I assume that the yottamaster device runs Linux, just like 99% of other such devices. as to whether it uses linux software raid or some cheap (megaraid???) chipset, I don't know, nor know how to tell. but I'll check that URL you sent and see what happens. Thanks again! Fred On Sat, Jan 2, 2021 at 12:28 PM Warren Young wrote: > On Jan 2, 2021, at 9:55 AM, Fred wrote: > > > > Plantronics USB headset/microphone? > > Yottamaster RAID-1 storage (USB3)? > > Behringer USB audio interface? > > Logitech wireless mouse? > > Leopold USB keyboard? > > HID devices won’t go to sleep when the computer does, else they couldn’t > wake it back up. (Keyboard & mouse, mainly.) > > The two audio interfaces may or may not sleep. Try checking their > indicator LEDs when the computer goes to sleep: I’d expect them to visibly > show that they’ve gone to sleep if they do. If they do, then on wake, they > *could* do this sort of thing. > > I’d go after the RAID enclosure first, particularly if it’s hardware RAID, > since that means it’s “clever,” thus suspect. Check that you’ve got the > current firmware: > > https://www.yottamaster.com/?route=common/driver > > If it’s one of their JBOD models, requiring that you do some sort of > software RAID, I’d expect a much different report in the kernel log if the > corresponding software RAID component had a bug, which would mean it’s got > some fundamental USB compatibility problem if that’s the device causing the > problem. Again, check for firmware updates. > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] rare but repeating system crash in C7
Yeah, and the instructions for setting RAID-1 or RAID-0 have the switch positions exactly reversed. Strahil: I'm using autofs to automount the unit. but just turned that off and enabled the xsystemd.automount in fstab, we'll see how that works. Fred On Sat, Jan 2, 2021 at 4:11 PM Warren Young wrote: > On Jan 2, 2021, at 11:17 AM, Fred wrote: > > > > I assume that the yottamaster device runs Linux, just like 99% of other > > such devices. > > 99% of NAS boxes, maybe, but not dumb RAID boxes like the one I believe > you’re referring to. > > (And I doubt even that, with the likes of FreeNAS extending down from the > enterprise space where consumer volume can affect that sort of thing.) > > I have more than speculation to back that guess: the available firmware > images are far too small to contain a Linux OS image, their manuals don’t > talk about Linux or GPL that I can see, and there’s no place to download > their Linux source code per the GPL. > > While doing this exploration, I’ve run into multiple problems with their > web site, which strengthens my suspicion that this box is your culprit. If > they’re this slipshod with their marketing material, what does that say > about their engineering department? > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] rare but repeating system crash in C7
Strahil: I WAS using that, but the automatic umount never worked, leaving it mounted all the time. I commented out those entries in /etc/auto.master before modifying the fstab entry: UUID=259ec5ea-e8a4-465a-9263-1c06217b9aaf /mnt/backup ext4,x-systemd.automount,x-systemd.idle-timeout=15min noauto 0 2 which is exactly as it was before except for the x-systemd entries as you described. and the peculiar thing is it STILL does not automount. and yes, I did do systemctl restart local-fs.target. do I need to reboot (or something simpler, maybe) to fully disable the auto.master stuff? Thanks again! Fred On Sun, Jan 3, 2021 at 5:54 AM Strahil Nikolov via CentOS wrote: > Hi Fred, > > do you use automatic umount for the map in /etc/auto.master (--timeout) ? > > If yes, then the systemd mount options probably won't help. > > Best Regards, > Strahil Nikolov > > > > > > > > > В неделя, 3 януари 2021 г., 04:27:17 Гринуич+2, Fred < > fred.fre...@gmail.com> написа: > > > > > > Yeah, and the instructions for setting RAID-1 or RAID-0 have the switch > positions exactly reversed. > > Strahil: I'm using autofs to automount the unit. but just turned that off > and enabled the xsystemd.automount in fstab, we'll see how that works. > > Fred > > > On Sat, Jan 2, 2021 at 4:11 PM Warren Young wrote: > > > On Jan 2, 2021, at 11:17 AM, Fred wrote: > > > > > > I assume that the yottamaster device runs Linux, just like 99% of other > > > such devices. > > > > 99% of NAS boxes, maybe, but not dumb RAID boxes like the one I believe > > you’re referring to. > > > > (And I doubt even that, with the likes of FreeNAS extending down from the > > enterprise space where consumer volume can affect that sort of thing.) > > > > I have more than speculation to back that guess: the available firmware > > images are far too small to contain a Linux OS image, their manuals don’t > > talk about Linux or GPL that I can see, and there’s no place to download > > their Linux source code per the GPL. > > > > While doing this exploration, I’ve run into multiple problems with their > > web site, which strengthens my suspicion that this box is your culprit. > If > > they’re this slipshod with their marketing material, what does that say > > about their engineering department? > > ___ > > CentOS mailing list > > CentOS@centos.org > > https://lists.centos.org/mailman/listinfo/centos > > > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] rare but repeating system crash in C7
$ cat /etc/centos-release CentOS Linux release 7.9.2009 (Core) $ sudo systemctl status mnt-backup.mount mnt-backup.automount [sudo] password for fredex: ● mnt-backup.mount - /mnt/backup Loaded: loaded (/etc/fstab; bad; vendor preset: disabled) Active: active (mounted) since Sat 2021-01-02 22:20:05 EST; 14h ago Where: /mnt/backup What: /dev/sdc1 Docs: man:fstab(5) man:systemd-fstab-generator(8) Tasks: 0 ● mnt-backup.automount Loaded: loaded Active: inactive (dead) Where: /mnt/backup [fredex@fcshome Desktop]$ systemctl cat mnt-backup.mount mnt-backup.automount No files found for mnt-backup.automount. # /run/systemd/generator/mnt-backup.mount # Automatically generated by systemd-fstab-generator [Unit] SourcePath=/etc/fstab Documentation=man:fstab(5) man:systemd-fstab-generator(8) RequiresOverridable=systemd-fsck@dev-disk-by \x2duuid-259ec5ea\x2de8a4\x2d465a\x2 After=systemd-fsck@dev-disk-by \x2duuid-259ec5ea\x2de8a4\x2d465a\x2d9263\x2d1c062 [Mount] What=/dev/disk/by-uuid/259ec5ea-e8a4-465a-9263-1c06217b9aaf Where=/mnt/backup Type=ext4 Options=noauto the fstab statement I put in my last posting was a copy/paste from /etc/fstab, so it should be correct as shown. I don't see a comma before noauto. On Sun, Jan 3, 2021 at 11:42 AM Strahil Nikolov wrote: > Are you still on 7.6 ? I recently discovered that a bug in sysstat was > fixed in 7.7 that prevented autofs from umounting the filesystem. > > The following should show if it's taking into action: > systemctl status mnt-backup.mount mnt-backup.automount > systemctl cat mnt-backup.mount mnt-backup.automount > > > Are you sure that you got no "," before that "noauto" ? > > Best Regards, > Strahil Nikolov > > > > > > > В неделя, 3 януари 2021 г., 16:25:47 Гринуич+2, Fred < > fred.fre...@gmail.com> написа: > > > > > > Strahil: > > I WAS using that, but the automatic umount never worked, leaving it > mounted all the time. > > I commented out those entries in /etc/auto.master before modifying the > fstab entry: > > UUID=259ec5ea-e8a4-465a-9263-1c06217b9aaf /mnt/backup > ext4,x-systemd.automount,x-systemd.idle-timeout=15min noauto 0 2 > > which is exactly as it was before except for the x-systemd entries as you > described. > > and the peculiar thing is it STILL does not automount. and yes, I did do > systemctl restart local-fs.target. > > do I need to reboot (or something simpler, maybe) to fully disable the > auto.master stuff? > > Thanks again! > > Fred > > On Sun, Jan 3, 2021 at 5:54 AM Strahil Nikolov via CentOS < > centos@centos.org> wrote: > > Hi Fred, > > > > do you use automatic umount for the map in /etc/auto.master (--timeout) ? > > > > If yes, then the systemd mount options probably won't help. > > > > Best Regards, > > Strahil Nikolov > > > > > > > > > > > > > > > > > > В неделя, 3 януари 2021 г., 04:27:17 Гринуич+2, Fred < > fred.fre...@gmail.com> написа: > > > > > > > > > > > > Yeah, and the instructions for setting RAID-1 or RAID-0 have the switch > > positions exactly reversed. > > > > Strahil: I'm using autofs to automount the unit. but just turned that off > > and enabled the xsystemd.automount in fstab, we'll see how that works. > > > > Fred > > > > > > On Sat, Jan 2, 2021 at 4:11 PM Warren Young wrote: > > > >> On Jan 2, 2021, at 11:17 AM, Fred wrote: > >> > > >> > I assume that the yottamaster device runs Linux, just like 99% of > other > >> > such devices. > >> > >> 99% of NAS boxes, maybe, but not dumb RAID boxes like the one I believe > >> you’re referring to. > >> > >> (And I doubt even that, with the likes of FreeNAS extending down from > the > >> enterprise space where consumer volume can affect that sort of thing.) > >> > >> I have more than speculation to back that guess: the available firmware > >> images are far too small to contain a Linux OS image, their manuals > don’t > >> talk about Linux or GPL that I can see, and there’s no place to download > >> their Linux source code per the GPL. > >> > >> While doing this exploration, I’ve run into multiple problems with their > >> web site, which strengthens my suspicion that this box is your > culprit. If > >> they’re this slipshod with their marketing material, what does that say > >> about their engineering department? > >> ___ > >> CentOS mailing list > >> CentOS@centos.org > >> https://lists.centos.org/mailman/listinfo/centos > > > >> > > ___ > > CentOS mailing list > > CentOS@centos.org > > https://lists.centos.org/mailman/listinfo/centos > > ___ > > CentOS mailing list > > CentOS@centos.org > > https://lists.centos.org/mailman/listinfo/centos > > > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] rare but repeating system crash in C7
OK, I think I've got it set up as described here, while fixing the misplaced fields in /etc/fstab: UUID=259ec5ea-e8a4-465a-9263-1c06217b9aaf /mnt/backup ext4 x-systemd.automount,x-systemd.idle-timeout=15min,noauto 0 2 now when I do, e.g., "ls /mnt/backup" I get: $ sudo !! sudo ls /mnt/backup ls: cannot open directory /mnt/backup: No such file or directory if I do: ls /mnt I see: backup use su to become root, then: ls -l /mnt shows: # ls -al total 4 drwxr-xr-x. 3 root root0 Jan 2 13:24 . dr-xr-xr-x. 21 root root 4096 Jan 2 09:22 .. dr-xr-xr-x. 2 root root0 Jan 2 13:24 backup ls backup shows: # ls -al backup ls: cannot open directory backup: No such file or directory why? it clearly appears to exist the FS isn't mounted, but /mnt/backup exists, so it should be visible as an entry directory. also, I can mount it manually: mount UUID=259ec5ea-e8a4-465a-9263-1c06217b9aaf /mnt/backup and then access it. but it doesn't automount with, e.g. "ls /mnt/backup" or "ls /mnt/backup/backups". I must still be doing something wrong but maybe I'm too stupid to see it. (Please don't agree with me publicly...! :=) ) Fred On Sun, Jan 3, 2021 at 4:36 PM Pete Biggs wrote: > > > > I commented out those entries in /etc/auto.master before modifying the > > fstab entry: > > > > UUID=259ec5ea-e8a4-465a-9263-1c06217b9aaf /mnt/backup > > ext4,x-systemd.automount,x-systemd.idle-timeout=15min noauto 0 2 > > That's not correct. See 'man fstab'. It should be > > device mount-point filesystem-type options dump fsck > > So you should have: > > UUID=259ec5ea-e8a4-465a-9263-1c06217b9aaf /mnt/backup ext4 > x-systemd.automount,x-systemd.idle-timeout=15min,noauto 0 2 > > > > > > which is exactly as it was before except for the x-systemd entries as you > > described. > > Yeah, you put them in the wrong place. > > > P. > > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] rare but repeating system crash in C7
OK, here's where I stand now: 1. I stopped and disabled autofs. (I have 2 SMB filesystems out on the LAN that have also been automounting with autofs, do I need to do similar changes in fstab for them?) 2. yes it has. 3. none I can see. 4. nothing that leaps out at me. there are a couple about /mnt/backup not existing but they appear to be old ones, aren't happening anymore. So, I've made a minor tweak to /etc/fstab, nothing that should matter. rebooted, and when it comes up /mnt/backup is mounted. TWICE, according to the output of mount: $ mount | grep backup systemd-1 on /mnt/backup type autofs (rw,relatime,fd=25,pgrp=1,timeout=900,minproto=5,maxproto=5,direct,pipe_ino=9840) /dev/sdc1 on /mnt/backup type ext4 (rw,relatime,seclabel,stripe=8191,data=ordered) is this really a double mount, or is this what I'm supposed to be seeing? doesn't seem to timeout and auto umount. Thanks again for your assistance! Fred On Mon, Jan 4, 2021 at 7:48 AM Strahil Nikolov via CentOS wrote: > Verify that: > 1. Autofs is not running > 2. Systemd has created '.mount' and '.automount' units > systemctl status mnt-backup.mount mnt-backup.automount > systemctl cat mnt-backup.mount mnt-backup.automount > > 3. Verify that there are no errors in local-fs.target > systemctl status local-fs.target > > 4. Check for errors via: > mount -a > journalctl -e > > Best Regards > Strahil Nikolov > > > > > > В понеделник, 4 януари 2021 г., 01:29:25 Гринуич+2, Fred < > fred.fre...@gmail.com> написа: > > > > > > OK, I think I've got it set up as described here, while fixing the > misplaced fields in /etc/fstab: > > UUID=259ec5ea-e8a4-465a-9263-1c06217b9aaf /mnt/backupext4 > x-systemd.automount,x-systemd.idle-timeout=15min,noauto 0 2 > > now when I do, e.g., "ls /mnt/backup" > > I get: > > $ sudo !! > sudo ls /mnt/backup > ls: cannot open directory /mnt/backup: No such file or directory > > if I do: > > ls /mnt > > I see: > > backup > > use su to become root, then: > ls -l /mnt shows: > > # ls -al > total 4 > drwxr-xr-x. 3 root root0 Jan 2 13:24 . > dr-xr-xr-x. 21 root root 4096 Jan 2 09:22 .. > dr-xr-xr-x. 2 root root0 Jan 2 13:24 backup > > ls backup shows: > > # ls -al backup > ls: cannot open directory backup: No such file or directory > > why? it clearly appears to exist > > the FS isn't mounted, but /mnt/backup exists, so it should be visible as an > entry directory. also, I can mount it manually: > > mount UUID=259ec5ea-e8a4-465a-9263-1c06217b9aaf /mnt/backup > > and then access it. but it doesn't automount with, e.g. "ls /mnt/backup" or > "ls /mnt/backup/backups". > > I must still be doing something wrong but maybe I'm too stupid to see it. > (Please don't agree with me publicly...! :=) ) > > Fred > > On Sun, Jan 3, 2021 at 4:36 PM Pete Biggs wrote: > > > > > > > I commented out those entries in /etc/auto.master before modifying the > > > fstab entry: > > > > > > UUID=259ec5ea-e8a4-465a-9263-1c06217b9aaf /mnt/backup > > > ext4,x-systemd.automount,x-systemd.idle-timeout=15min noauto 0 2 > > > > That's not correct. See 'man fstab'. It should be > > > >device mount-point filesystem-type options dump fsck > > > > So you should have: > > > > UUID=259ec5ea-e8a4-465a-9263-1c06217b9aaf /mnt/backup ext4 > > x-systemd.automount,x-systemd.idle-timeout=15min,noauto 0 2 > > > > > > > > > > which is exactly as it was before except for the x-systemd entries as > you > > > described. > > > > Yeah, you put them in the wrong place. > > > > > > P. > > > > > > ___ > > CentOS mailing list > > CentOS@centos.org > > https://lists.centos.org/mailman/listinfo/centos > > > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] rare but repeating system crash in C7
Simon, if you're talking about the occasional crash, I don't know, since it happens only occasionally. If I can make it thru six months without seeing it, then I'll declare it fixed. Thanks! On Wed, Jan 6, 2021 at 1:23 PM Simon Matter wrote: > Have you been able to fix the issue? > > Regards, > Simon > > > OK, here's where I stand now: > > 1. I stopped and disabled autofs. (I have 2 SMB filesystems out on the > LAN > > that have also been automounting with autofs, do I need to do similar > > changes in fstab for them?) > > 2. yes it has. > > 3. none I can see. > > 4. nothing that leaps out at me. there are a couple about /mnt/backup not > > existing but they appear to be old ones, aren't happening anymore. > > > > So, I've made a minor tweak to /etc/fstab, nothing that should matter. > > rebooted, and when it comes up /mnt/backup is mounted. TWICE, according > to > > the output of mount: > > > > $ mount | grep backup > > systemd-1 on /mnt/backup type autofs > > > (rw,relatime,fd=25,pgrp=1,timeout=900,minproto=5,maxproto=5,direct,pipe_ino=9840) > > /dev/sdc1 on /mnt/backup type ext4 > > (rw,relatime,seclabel,stripe=8191,data=ordered) > > > > is this really a double mount, or is this what I'm supposed to be seeing? > > > > doesn't seem to timeout and auto umount. > > > > Thanks again for your assistance! > > > > Fred > > > > On Mon, Jan 4, 2021 at 7:48 AM Strahil Nikolov via CentOS > > > > wrote: > > > >> Verify that: > >> 1. Autofs is not running > >> 2. Systemd has created '.mount' and '.automount' units > >> systemctl status mnt-backup.mount mnt-backup.automount > >> systemctl cat mnt-backup.mount mnt-backup.automount > >> > >> 3. Verify that there are no errors in local-fs.target > >> systemctl status local-fs.target > >> > >> 4. Check for errors via: > >> mount -a > >> journalctl -e > >> > >> Best Regards > >> Strahil Nikolov > >> > >> > >> > >> > >> > >> В понеделник, 4 януари 2021 г., 01:29:25 Гринуич+2, Fred < > >> fred.fre...@gmail.com> написа: > >> > >> > >> > >> > >> > >> OK, I think I've got it set up as described here, while fixing the > >> misplaced fields in /etc/fstab: > >> > >> UUID=259ec5ea-e8a4-465a-9263-1c06217b9aaf /mnt/backupext4 > >> x-systemd.automount,x-systemd.idle-timeout=15min,noauto 0 2 > >> > >> now when I do, e.g., "ls /mnt/backup" > >> > >> I get: > >> > >> $ sudo !! > >> sudo ls /mnt/backup > >> ls: cannot open directory /mnt/backup: No such file or directory > >> > >> if I do: > >> > >> ls /mnt > >> > >> I see: > >> > >> backup > >> > >> use su to become root, then: > >> ls -l /mnt shows: > >> > >> # ls -al > >> total 4 > >> drwxr-xr-x. 3 root root 0 Jan 2 13:24 . > >> dr-xr-xr-x. 21 root root 4096 Jan 2 09:22 .. > >> dr-xr-xr-x. 2 root root0 Jan 2 13:24 backup > >> > >> ls backup shows: > >> > >> # ls -al backup > >> ls: cannot open directory backup: No such file or directory > >> > >> why? it clearly appears to exist > >> > >> the FS isn't mounted, but /mnt/backup exists, so it should be visible as > >> an > >> entry directory. also, I can mount it manually: > >> > >> mount UUID=259ec5ea-e8a4-465a-9263-1c06217b9aaf /mnt/backup > >> > >> and then access it. but it doesn't automount with, e.g. "ls /mnt/backup" > >> or > >> "ls /mnt/backup/backups". > >> > >> I must still be doing something wrong but maybe I'm too stupid to see > >> it. > >> (Please don't agree with me publicly...! :=) ) > >> > >> Fred > >> > >> On Sun, Jan 3, 2021 at 4:36 PM Pete Biggs wrote: > >> > >> > > > >> > > I commented out those entries in /etc/auto.master before modifying > >> the > >> > > fstab entry: > >> > > > >> > > UUID=259ec5ea-e8a4-465a-9263-1c06217b9aaf /mnt/backup > >> > > ext4,x-systemd.automount,x-systemd.idle-timeout=15min noauto 0 > >>
Re: [CentOS] rare but repeating system crash in C7
Seems to be. Thanks again! Fred On Thu, Jan 7, 2021 at 1:46 AM Simon Matter wrote: > Hi Fred, no I was asking about the auto mount and umount issue you had. > Did you get it to work correctly? > > Simon > > > Simon, if you're talking about the occasional crash, I don't know, since > > it > > happens only occasionally. If I can make it thru six months without > seeing > > it, then I'll declare it fixed. > > > > Thanks! > > > > On Wed, Jan 6, 2021 at 1:23 PM Simon Matter > > wrote: > > > >> Have you been able to fix the issue? > >> > >> Regards, > >> Simon > >> > >> > OK, here's where I stand now: > >> > 1. I stopped and disabled autofs. (I have 2 SMB filesystems out on the > >> LAN > >> > that have also been automounting with autofs, do I need to do similar > >> > changes in fstab for them?) > >> > 2. yes it has. > >> > 3. none I can see. > >> > 4. nothing that leaps out at me. there are a couple about /mnt/backup > >> not > >> > existing but they appear to be old ones, aren't happening anymore. > >> > > >> > So, I've made a minor tweak to /etc/fstab, nothing that should matter. > >> > rebooted, and when it comes up /mnt/backup is mounted. TWICE, > >> according > >> to > >> > the output of mount: > >> > > >> > $ mount | grep backup > >> > systemd-1 on /mnt/backup type autofs > >> > > >> > (rw,relatime,fd=25,pgrp=1,timeout=900,minproto=5,maxproto=5,direct,pipe_ino=9840) > >> > /dev/sdc1 on /mnt/backup type ext4 > >> > (rw,relatime,seclabel,stripe=8191,data=ordered) > >> > > >> > is this really a double mount, or is this what I'm supposed to be > >> seeing? > >> > > >> > doesn't seem to timeout and auto umount. > >> > > >> > Thanks again for your assistance! > >> > > >> > Fred > >> > > >> > On Mon, Jan 4, 2021 at 7:48 AM Strahil Nikolov via CentOS > >> > > >> > wrote: > >> > > >> >> Verify that: > >> >> 1. Autofs is not running > >> >> 2. Systemd has created '.mount' and '.automount' units > >> >> systemctl status mnt-backup.mount mnt-backup.automount > >> >> systemctl cat mnt-backup.mount mnt-backup.automount > >> >> > >> >> 3. Verify that there are no errors in local-fs.target > >> >> systemctl status local-fs.target > >> >> > >> >> 4. Check for errors via: > >> >> mount -a > >> >> journalctl -e > >> >> > >> >> Best Regards > >> >> Strahil Nikolov > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> В понеделник, 4 януари 2021 г., 01:29:25 Гринуич+2, Fred < > >> >> fred.fre...@gmail.com> написа: > >> >> > >> >> > >> >> > >> >> > >> >> > >> >> OK, I think I've got it set up as described here, while fixing the > >> >> misplaced fields in /etc/fstab: > >> >> > >> >> UUID=259ec5ea-e8a4-465a-9263-1c06217b9aaf /mnt/backupext4 > >> >> x-systemd.automount,x-systemd.idle-timeout=15min,noauto 0 2 > >> >> > >> >> now when I do, e.g., "ls /mnt/backup" > >> >> > >> >> I get: > >> >> > >> >> $ sudo !! > >> >> sudo ls /mnt/backup > >> >> ls: cannot open directory /mnt/backup: No such file or directory > >> >> > >> >> if I do: > >> >> > >> >> ls /mnt > >> >> > >> >> I see: > >> >> > >> >> backup > >> >> > >> >> use su to become root, then: > >> >> ls -l /mnt shows: > >> >> > >> >> # ls -al > >> >> total 4 > >> >> drwxr-xr-x. 3 root root0 Jan 2 13:24 . > >> >> dr-xr-xr-x. 21 root root 4096 Jan 2 09:22 .. > >> >> dr-xr-xr-x. 2 root root0 Jan 2 13:24 backup > >> >> > >> >> ls backup shows: > >> >> > >> >> # ls -al backup > >> >> ls: cannot open directory backup: N
Re: [CentOS] How to reset the USB subsystem?
from a non-expert (me): possibly figure out what happens when the device is plugged/unplugged and doing that by hand. if you can find the udev file(s) that manage the port(s) that get hung you may be able to figure out what those steps would be. or you could try, when hung, plugging it into a different USB port... some motherboards have multiple USB controllers, so even if one gets wedged tight, the other one(s) shouldn't be. Good Luck! Fred On Thu, Jan 14, 2021 at 11:22 AM Frank Bures wrote: > Hi, > > my USB connected printer goes into deep space from time to time probably > due to a HW problem on the MoBo. > > Is there a way how to reset the USB subsystem the same way one can restart > networking or X without the necessity to reboot? > > Thanks > Frank > > -- > > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] almalinux?
There used to be several RHEL clones too, but many (some??) have dropped by the wayside. I started with TaoLinux, a rebuild of EL6, by basically one guy at a university, because he wanted his own RHEL clone to run at work. when he changed jobs he worked with Johnny to come up with a transition for Taolinux users to turn their systems into CentOS systems. As I understand it, also, Scientific Linux has quit and urges its users to go to Centos (or did, before the big hullabaloo in the CentOS world). there was also Whitebox LInux, but I don't know what ever became of it. So, hopefully those doing rebuilds of 8 will also eventually coalesce into a smaller number, hopefully 1. Fred On Mon, Apr 5, 2021 at 2:31 PM Simon Matter wrote: > > Anyone looked into almalinux? I was sort of waiting for rocky, but I see > > from over the weekend on slashdot that almalinux stable is released. > > > > mark > > I hoped they would join forces and produce only one RHEL clone but put > some effort into bringing EPEL to a usable state for EL8 instead. IMHO > that would help *MUCH* more than to have two almost identical rebuilds of > RHEL. > > Simon > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] video driver for NVIDIA Quadro
Have you looked at Nvidia.com? They probably have something for it unless it is truly ancient. On Wed, Apr 7, 2021 at 7:48 PM R C wrote: > Hello, > > > I am running Centos/RHEL 8 on a Dell precision M6800/6700 with a: NVIDIA > Corporation GK104GLM [Quadro K3100M] > > > Is there a driver for that one? or am I stuck with nouveaux ? > > > thanks, > > > Ron > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] video driver for NVIDIA Quadro
is that a notebook? There is a listing at nvidia.com for a K3100M at this page: https://www.nvidia.com/Download/driverResults.aspx/153717/en-us On Wed, Apr 7, 2021 at 11:00 PM Fred wrote: > Have you looked at Nvidia.com? They probably have something for it unless > it is truly ancient. > > On Wed, Apr 7, 2021 at 7:48 PM R C wrote: > >> Hello, >> >> >> I am running Centos/RHEL 8 on a Dell precision M6800/6700 with a: NVIDIA >> Corporation GK104GLM [Quadro K3100M] >> >> >> Is there a driver for that one? or am I stuck with nouveaux ? >> >> >> thanks, >> >> >> Ron >> >> ___ >> CentOS mailing list >> CentOS@centos.org >> https://lists.centos.org/mailman/listinfo/centos >> > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Resize a VM: any risk involved ?
I'm using VirtualBox for a few VMs, the biggest one is a Ubuntu 20.04 that ocassionally grows too small, so I use virtualbox tools to enlarge the disk then boot up something that h as gparted in it and use gparted to stretch/move partitions. Not being familiar with (i.e., not having used) KVM I can't say what's the best way, but it seems to me that gparted would be easier than the steps you described., once you've changed the partition size. On Thu, Apr 8, 2021 at 11:43 AM Nicolas Kovacs wrote: > Hi, > > I'm currently fiddling with KVM, Proxmox and various VMs. > > I setup a very basic VM with a manual (fdisk) partitioning scheme: one > /boot > partition, one swap partition, and one root partition, the latter being the > last partition and thus expandable). > > I'm starting with a reduced disk size (6 GB in total) and a minimal > installation. The idea behind this approach is that I can clone this > minimal VM > and then eventually expand it to fit my needs. > > Here's how I expand the available disk size. > > First I increase the virtual disk in the hypervisor. > > Then I fire up the VM and do the following: > > # yum install cloud-utils-growpart > # lsblk > # growpart -v /dev/sda 3 > # resize2fs /dev/sda3 > > Now here's my question (finally): is there any risk involved in this sort > of > operation? Or can it be performed on a production system without having to > worry about data loss? > > Cheers from the sunny South of France, > > Niki > > -- > Microlinux - Solutions informatiques durables > 7, place de l'église - 30730 Montpezat > Site : https://www.microlinux.fr > Blog : https://blog.microlinux.fr > Mail : i...@microlinux.fr > Tél. : 04 66 63 10 32 > Mob. : 06 51 80 12 12 > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Audacity
I built it from source, once, several years ago. don't recall h aving had any problems. You may try that a last resort, y'know? On Wed, Jul 7, 2021 at 7:35 PM mark wrote: > I'm trying to record a reading of my just-published novel... and I'm > underwhelmed. In KDE, I select multimedia->audacity, and it crashes. I > can get it to run from a command line, but if I try to start "new", it > crashes. When I was testing, and got the correct mike, then wanted to > delete what I'd done and actually start, it crashes. > > This is as installed, nothing odd. > > Recommendations (other than reinstall)? > > mark > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Auditing all Linux clients with centralised server
I don't think it is a problem limited to America. Greed exists worldwide. On Fri, Jul 9, 2021 at 8:48 AM mario juliano grande-balletta < mario.balle...@gmail.com> wrote: > Before anyone mentions "charity" and Bill Gates foundation > just remember how many good technology companies and software that > Microsoft destroyed with FUD tactics in the 80's, 90's, and > 2000's. > charity begins at home they say in America... > what about those few million employees who lost jobs, homes, cars, > savings because Microsoft destroyed their companies? what about > them? where was their charity? > In America it's all too common to use treachery, dishonesty in business > and politics to climb to the top, and destroy competition, and then > pretend to give to charitable causes... > pure hypocrisyblatant hypocrisy > I for one cannot be bought, never.. > as a veteran and so many other things, I will never surrender to > corporate bullying from anyone, including Amazon, I left AWS for > similar reasons.. > I am proud to say I have not used a Windows OS since > 1995and still refuse to this day to allow any Microsoft > devices attach to my SOHO networks... > same for Apple and IBM and Oracle. > freedom is more than an idea, more than a principle, it is a lifestyle > too! > > > > > > > On Fri, 2021-07-09 at 08:14 -0400, mario juliano grande-balletta wrote: > > This is what I remember about evil > > Microsoft... > > In 1992, Microsoft released Windows NT, and advertised it as the > > greatest operating system and began giving away free licenses to > > colleges and universities and hiring public relations firms to > > publish phony surveys and results to prove Windows NT was better than > > Novell NetWare or any other OS. Meanwhile, it took 4 years for > > Microsoft to finally install Windows NT at their HQ in Redmond, > > Washington. Why so long? Because they were successfully running > > Novell NetWare, the same NetWare that Microsoft was slowly destroying > > with FUD in the tech journals and media with phony surveys. > > Someone here said a leopard never changes his spots, KUDOS Sir! > > Microsoft is a cancer, a cancer to freedom, a cancer to innovation > > and always was, who didn't they destroy back in the 90's and early > > 2000's? They stole Word from WordPerfect, they stole Office from > > Borland, and Excel was plagiarized from Lotus 1-2-3. > > Microsoft deserves to be hacked and destroyed and is the epitome of > > the most evil and treacherous an American corporation can > > become. > > I HATE MICROSOFT and so do many others who survived their FUD tactics > > from the 90's. Some of you weren't even born yet... > > I know Gates and Ballmer and company all to welllong before the > > documentaries "Pirates Of Silicon Valley" and "Triumph Of The Nerds". > > Any efforts they make toward linux are for control and never for > > freedom or innovation. Control, power, greed are their only goals, > > always. > > WAKE UP! > > > > > > > > > > > > > > > > On Fri, 2021-07-09 at 09:25 +0200, Ralf Prengel wrote: > > > Zitat von Kaushal Shriyan : > > > Hi, > > > I have 20 Linux servers in the network. Is there a way to audit all > > > Linuxclients using a centralized server? For example, what commands > > > are run byJohn on Linuxnode1? Steve on Linuxnode15? and so on and > > > so forth totrack user activity. Which files have been modified or > > > edited or commandsetc.. by the users. > > > I have installed auditd, but it is local to the Linux server.Thanks > > > in advance. > > > > > > Hallo,what is about ansible for example.Ralf > > > > > > > > > ___CentOS mailing > > > listcen...@centos.org > > > https://lists.centos.org/mailman/listinfo/centos > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] mounting XFS RAID-1 disk partition that needs repair.
I'm attempting to extract data from a HD that has a bunch of linux-raid partitions, including one large one with data I need to save off the disk. I actually have two drives like that (both not from the same RAID pair), and one of them I was successful in creating a MD device so I could mount it RO and copy off a ton of data. the second one fails to mount, saying the XFS filesystem is corrupted. Attempting to run XFS_repair I get a message that the filesystem is XFS-1 and I need an older version of XFS tools to do it. I'm running Centos-7 with whatever version of XFS tools comes with it, according to 'yum list installed' it appears to be xfsprogs 4.5.0-22.el7. I don't particularly want to install another, older, version of xfsprogs on this system. can anyone suggest any other way to gain access to this disk partition? Thanks in advance! Fred ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] mounting XFS RAID-1 disk partition that needs repair.
I'll take a look at these two ideas soon. Thanks! On Tue, Nov 23, 2021 at 10:03 AM Simon Matter wrote: > Hi, > > > I'm attempting to extract data from a HD that has a bunch of linux-raid > > partitions, including one large one with data I need to save off the > disk. > > > > I actually have two drives like that (both not from the same RAID pair), > > and one of them I was successful in creating a MD device so I could mount > > it RO and copy off a ton of data. > > > > the second one fails to mount, saying the XFS filesystem is corrupted. > > Attempting to run XFS_repair I get a message that the filesystem is XFS-1 > > and I need an older version of XFS tools to do it. > > Are you sure the filesystem is really corrupt? Maybe it's only your kernel > which doesn't understand the old XFS version? > > To use older xfs_repair, you can just download an older version like > xfsprogs-2.9.4-1.el4.centos.x86_64.rpm, extract it to a directory and call > the xfs_repair binary from the package. > > I'm not sure whether you need a matching xfs kernel module to run > xfs_repair successfully. > > Regards, > Simon > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] mounting XFS RAID-1 disk partition that needs repair.
haven't tried the suggestions yet, but here is some diagnostics on what happens when I attempt to mount it: upon running *mdadm --assemble /dev/md40 /mnt/dvd --run*, info from /var/log/messages): (note that /mnt/dvd is just an empty mount point that exists, used here for convenience). Nov 24 12:21:42 fcshome kernel: md: md40 stopped. Nov 24 12:21:42 fcshome kernel: md/raid1:md40: active with 1 out of 2 mirrors Nov 24 12:21:42 fcshome kernel: md40: detected capacity change from 0 to 996887429120 output from doing: sudo mount /dev/md40 /mnt/dvd mount: mount /dev/md40 on /mnt/dvd failed: Structure needs cleaning corresponding items from /var/log/messages: Nov 24 12:22:55 fcshome kernel: XFS (md40): Superblock earlier than Version 5 has XFS_[PQ]UOTA_{ENFD|CHKD} bits. Nov 24 12:22:55 fcshome kernel: XFS (md40): Metadata corruption detected at xfs_sb_read_verify+0x122/0x160 [xfs], xfs_sb block 0xff ff Nov 24 12:22:55 fcshome kernel: XFS (md40): Unmount and run xfs_repair Nov 24 12:22:55 fcshome kernel: XFS (md40): First 128 bytes of corrupted metadata buffer: Nov 24 12:22:55 fcshome kernel: 8e0c8f4e: 58 46 53 42 00 00 10 00 00 00 00 00 0e 81 b1 e0 XFSB Nov 24 12:22:55 fcshome kernel: 8e0c8f4e0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Nov 24 12:22:55 fcshome kernel: 8e0c8f4e0020: d2 22 a7 30 dd 88 48 8b bd bb 9c 8b 2a 22 72 cc .".0..H.*"r. Nov 24 12:22:55 fcshome kernel: 8e0c8f4e0030: 00 00 00 00 08 00 00 04 00 00 00 00 00 00 00 80 Nov 24 12:22:55 fcshome kernel: 8e0c8f4e0040: 00 00 00 00 00 00 00 81 00 00 00 00 00 00 00 82 Nov 24 12:22:55 fcshome kernel: 8e0c8f4e0050: 00 00 00 01 00 74 0d 8f 00 00 00 20 00 00 00 00 .t. Nov 24 12:22:55 fcshome kernel: 8e0c8f4e0060: 00 00 80 00 30 c4 02 00 01 00 00 10 00 00 00 00 0... Nov 24 12:22:55 fcshome kernel: 8e0c8f4e0070: 00 00 00 00 00 00 00 00 0c 09 08 04 17 00 00 19 Nov 24 12:22:55 fcshome kernel: XFS (md40): SB validate failed with error -117. running xfs_repair give: sudo xfs_repair /dev/md40 Phase 1 - find and verify superblock... xfs_repair: V1 inodes unsupported. Please try an older xfsprogs. before proceeding with other experiments, I decided to use dd to create an image file on my local disk of that partition so I could mess with it with less chance of trashing the on-disk partition. when attempting to use it, I get: sudo mdadm --assemble /dev/md41 ./part4.img --run mdadm: ./part4.img is not a block device. mdadm: ./part4.img has no superblock - assembly aborted So, I thought maybe the image had somehow become corrupted, so I did: sudo md5sum /dev/sdd4 bd7cac3c886e7b3110e28100e119bb82 /dev/sdd4 and md5sum part4.img bd7cac3c886e7b3110e28100e119bb82 part4.img which shows the partition and its disk image to be identical. Why shouldn't a dd image of a partition work just as well (for my purposes) as the actual disk partition? I've certainly done this before with EXTn and NTFS filesystems, is XFS somehow different in this regard? Do any of you know what I'm doing wrong here? Thanks in advance! Fred On Tue, Nov 23, 2021 at 3:57 PM Fred wrote: > I'll take a look at these two ideas soon. Thanks! > > On Tue, Nov 23, 2021 at 10:03 AM Simon Matter > wrote: > >> Hi, >> >> > I'm attempting to extract data from a HD that has a bunch of linux-raid >> > partitions, including one large one with data I need to save off the >> disk. >> > >> > I actually have two drives like that (both not from the same RAID pair), >> > and one of them I was successful in creating a MD device so I could >> mount >> > it RO and copy off a ton of data. >> > >> > the second one fails to mount, saying the XFS filesystem is corrupted. >> > Attempting to run XFS_repair I get a message that the filesystem is >> XFS-1 >> > and I need an older version of XFS tools to do it. >> >> Are you sure the filesystem is really corrupt? Maybe it's only your kernel >> which doesn't understand the old XFS version? >> >> To use older xfs_repair, you can just download an older version like >> xfsprogs-2.9.4-1.el4.centos.x86_64.rpm, extract it to a directory and call >> the xfs_repair binary from the package. >> >> I'm not sure whether you need a matching xfs kernel module to run >> xfs_repair successfully. >> >> Regards, >> Simon >> >> ___ >> CentOS mailing list >> CentOS@centos.org >> https://lists.centos.org/mailman/listinfo/centos >> > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] mounting XFS RAID-1 disk partition that needs repair.
Ah HA! I b elieve I saw in a dump somewhere that it was 0.9. so I should be off to the races! Thanks! Fred On Wed, Nov 24, 2021 at 1:14 PM Simon Matter wrote: > > haven't tried the suggestions yet, but here is some diagnostics on what > > happens when I attempt to mount it: > > upon running *mdadm --assemble /dev/md40 /mnt/dvd --run*, info from > > /var/log/messages): > > (note that /mnt/dvd is just an empty mount point that exists, used here > > for > > convenience). > > > > Nov 24 12:21:42 fcshome kernel: md: md40 stopped. > > Nov 24 12:21:42 fcshome kernel: md/raid1:md40: active with 1 out of 2 > > mirrors > > Nov 24 12:21:42 fcshome kernel: md40: detected capacity change from 0 to > > 996887429120 > > > > output from doing: > > sudo mount /dev/md40 /mnt/dvd > > mount: mount /dev/md40 on /mnt/dvd failed: Structure needs cleaning > > > > corresponding items from /var/log/messages: > > Nov 24 12:22:55 fcshome kernel: XFS (md40): Superblock earlier than > > Version > > 5 has XFS_[PQ]UOTA_{ENFD|CHKD} bits. > > Nov 24 12:22:55 fcshome kernel: XFS (md40): Metadata corruption detected > > at > > xfs_sb_read_verify+0x122/0x160 [xfs], xfs_sb block 0xff > > ff > > Nov 24 12:22:55 fcshome kernel: XFS (md40): Unmount and run xfs_repair > > Nov 24 12:22:55 fcshome kernel: XFS (md40): First 128 bytes of corrupted > > metadata buffer: > > Nov 24 12:22:55 fcshome kernel: 8e0c8f4e: 58 46 53 42 00 00 10 00 > > 00 00 00 00 0e 81 b1 e0 XFSB > > Nov 24 12:22:55 fcshome kernel: 8e0c8f4e0010: 00 00 00 00 00 00 00 00 > > 00 00 00 00 00 00 00 00 > > Nov 24 12:22:55 fcshome kernel: 8e0c8f4e0020: d2 22 a7 30 dd 88 48 8b > > bd bb 9c 8b 2a 22 72 cc .".0..H.*"r. > > Nov 24 12:22:55 fcshome kernel: 8e0c8f4e0030: 00 00 00 00 08 00 00 04 > > 00 00 00 00 00 00 00 80 > > Nov 24 12:22:55 fcshome kernel: 8e0c8f4e0040: 00 00 00 00 00 00 00 81 > > 00 00 00 00 00 00 00 82 > > Nov 24 12:22:55 fcshome kernel: 8e0c8f4e0050: 00 00 00 01 00 74 0d 8f > > 00 00 00 20 00 00 00 00 .t. > > Nov 24 12:22:55 fcshome kernel: 8e0c8f4e0060: 00 00 80 00 30 c4 02 00 > > 01 00 00 10 00 00 00 00 0... > > Nov 24 12:22:55 fcshome kernel: 8e0c8f4e0070: 00 00 00 00 00 00 00 00 > > 0c 09 08 04 17 00 00 19 > > Nov 24 12:22:55 fcshome kernel: XFS (md40): SB validate failed with error > > -117. > > > > running xfs_repair give: > > sudo xfs_repair /dev/md40 > > Phase 1 - find and verify superblock... > > xfs_repair: V1 inodes unsupported. Please try an older xfsprogs. > > > > before proceeding with other experiments, I decided to use dd to create > an > > image file on my local disk of that partition so I could mess with it > with > > less chance of trashing the on-disk partition. when attempting to use it, > > I > > get: > > > > sudo mdadm --assemble /dev/md41 ./part4.img --run > > mdadm: ./part4.img is not a block device. > > mdadm: ./part4.img has no superblock - assembly aborted > > > > So, I thought maybe the image had somehow become corrupted, so I did: > > > > sudo md5sum /dev/sdd4 > > bd7cac3c886e7b3110e28100e119bb82 /dev/sdd4 > > > > and > > > > md5sum part4.img > > bd7cac3c886e7b3110e28100e119bb82 part4.img > > > > which shows the partition and its disk image to be identical. > > > > Why shouldn't a dd image of a partition work just as well (for my > > purposes) > > as the actual disk partition? I've certainly done this before with EXTn > > and > > NTFS filesystems, is XFS somehow different in this regard? > > > > Do any of you know what I'm doing wrong here? > > I'm not sure but I think you are making it too complicated. > > If the partition is from a software RAID 1, then you should be able to use > it directly without building an mdadm array. > > That said, it depends on the metadata type IIRC. If metadata is in the > beginning of the partition, then you have to remove it by doing a dd to a > file and skipping the metadata in the beginning of the partition. > > md raid metadata locations: > 0.9 At the end of the device > 1.0 At the end of the device > 1.1 At the beginning of the device > 1.2 4K from the beginning of the device > > So with metadata versions 0.9 0r 1.0, you could directly use the md > partition like a normal partition, only some bytes in the end are not used > by the filesystem. > > Regards, > Simon > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] C9S
Hi! I'm experimenting with C9 Stream, in Virtualbox. I'm hoping someone, somewhere, will provide the Mate desktop for it. I positively cannot stand that Gnome thing that they think we should all be using. I've installed C9 and C9S for epel but they don't have it (yet??) either. Anyone know where I can find it? Thanks in advance! Fred ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] how to clear out /var/cache?
Is it safe to just remove files from /var/cache on a running system, or is there a correct procedure for doing that? Mine has hit over 3 gigs, making it one of the larger directories in /, which is running low on space. I've hit all the low-hanging fruit I can find and now I come to things like /var/cache, and I don't know what to do about such. Thanks in advance! Fred ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] how to clear out /var/cache?
Skylar: that's more or less what I've been doing, looking for huge things in /. Kenneth: the latest version of kdirstat appears to now be named qdirstat, no kde bits required. it is certainly a handy way to quickly find the disk space sinks. Thanks for the pointer. but I still don't know the proper way to clear out a lot of this stuff. I certainly don't want to hose my system. It is C7, up to date, and it has been running for at least five years with partitions as they are set now: / is 50 gigs. had a popup message this morning telling me that / was nearly full. found it with 2 gigs free. sounds as if something has been slowly eating away at the space. I could use gparted to rearrange things, making / bigger, but as it has been going for five years, it strikes me that it more likely needs a lot of garbage collection to be done. I've manually cleaned up some detritus, it now reports 3.7G free which should hold me for a little while. So, can anyone advise me on what is and what is not safe to whack/delete from the root partition? Thanks! Fred On Thu, Dec 30, 2021 at 7:16 PM Kenneth Porter wrote: > --On Thursday, December 30, 2021 6:20 PM -0500 Fred > > wrote: > > > Mine has hit over 3 gigs, making it one of the larger directories in /, > > which is running low on space. I've hit all the low-hanging fruit I can > > find and now I come to things like /var/cache, and I don't know what to > do > > about such. > > Have you run KDirStat to find the disk pigs? I regularly use its Windows > derivative, WinDirStat. > > <http://kdirstat.sourceforge.net/> > <https://windirstat.net/> > > I wish there was a web-based version for headless servers without X > libraries. > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] how to clear out /var/cache?
well, I removed all the files in the tree under /var/cache/yum/x86_64/7 but left all the directories empty. that got rid of a couple gigs of stuff. among the remains, the only other big one remaining is: 2.3G abrt-di which I won't mess with for now. I've got 4.2G free, now, so that should run me for quite a while. Thanks to all of you for your tips! Fred On Fri, Dec 31, 2021 at 10:38 AM Stephen John Smoogen wrote: > On Thu, 30 Dec 2021 at 18:21, Fred wrote: > > > Is it safe to just remove files from /var/cache on a running system, or > is > > there a correct procedure for doing that? > > > > Mine has hit over 3 gigs, making it one of the larger directories in /, > > which is running low on space. I've hit all the low-hanging fruit I can > > find and now I come to things like /var/cache, and I don't know what to > do > > about such. > > > > > The first step is to find out what is using it. It is probably dnf but > could be other utilities which are trying and failing to do something. I > start off with > > ``` > $ sudo -i > # cd /var/cache > # du -sch | sort -h > 0 ./PackageKit > 0 ./app-info > 0 ./bpf > 0 ./fwupd > 0 ./httpd > 0 ./krb5rcache > 0 ./libX11 > 0 ./libvirt > 0 ./private > 0 ./realmd > 36K ./ldconfig > 1.7M./man > 29M ./dnf > 31M total > > while on a different system: > 4.0K./abrt-di > 4.0K./bpf > 4.0K./foomatic > 4.0K./krb5rcache > 4.0K./private > 4.0K./realmd > 8.0K./httpd > 8.0K./libX11 > 8.0K./powertop > 96K ./ldconfig > 300K./ibus > 520K./libvirt > 3.5M./man > 4.2M./fwupd > 38M ./app-info > 59M ./cups > 213M./PackageKit > 332M./dnf > 2.1G./mock > 2.7Gtotal > > ``` > > As others have noted, dnf is probably the most used tool here, but it could > be mock or some other utility (I had cups because I misconfigured something > once) > > dnf is a tricky tool because sometimes a command will create a > 'not-so-temporary' cached tree which can't be cleaned because `dnf clean > all` doesn't know it. What I do is a `dnf clean all` and then go into > /var/cache/dnf and see what else might be still there. In my case I found a > large trove of packages from when I had enabled testing at one point and > then turned it off before doing a clean. I normally just delete all the > directories and do a `dnf update` to see if it reports errors. > > Hope this helps. > > > > Thanks in advance! > > > > Fred > > ___ > > CentOS mailing list > > CentOS@centos.org > > https://lists.centos.org/mailman/listinfo/centos > > > > > -- > Stephen J Smoogen. > Let us be kind to one another, for most of us are fighting a hard battle. > -- Ian MacClaren > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] printing on C8S
OK, I give up. How do I configure a printer on Centos 8 Stream? I can't find any tools for doing that. further, there doesn't seem to be a cups executable (which should allow setting up a printer) though there ARE a bunch of cups packages installed. Anyone got any clues for me? Thanks in advance! Fred ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] printing on C8S
John, it is a Brother DCP7065DN, on the hardwired network and visible to all the computers here. Actually, I just installed Mate (can't stand that Gnome-thing) but neither it nor Gnome shows any printer config utilities. Barry, I'll check into lpadmin. Still, I'd think there would be something actually visible in one of the menus, and as far as I can see there isn't. Fred On Fri, Jan 7, 2022 at 2:34 AM John Call wrote: > Hi Fred, can you share a little bit more information? For example, are you > using the default Gnome desktop environment? What kind of printer do you > have? How is it connected to C8S (USB, Wi-Fi, Ethernet...?) > > I use Gnome, and it's been a long time since I had to poke around with > CUPS. My Brother printer (MFC-9340CDW) is pretty old these days, but still > works after I download and install the "Driver Install Tool" RPM from the > brother.com website... > > On Thu, Jan 6, 2022 at 9:16 PM Fred wrote: > > > OK, I give up. How do I configure a printer on Centos 8 Stream? I can't > > find any tools for doing that. > > > > further, there doesn't seem to be a cups executable (which should allow > > setting up a printer) though there ARE a bunch of cups packages > installed. > > > > Anyone got any clues for me? > > > > Thanks in advance! > > > > Fred > > ___ > > CentOS mailing list > > CentOS@centos.org > > https://lists.centos.org/mailman/listinfo/centos > > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] printing on C8S
OK, I've done those commands, and the system thinks it has a printer configured. I had assumed that the everywhere driver meant we'd be using "ipp everywhere", which I had assumed meant I would NOT need to install Brother drivers. but send a print job causes no paper to come out of the printer, and I see this in lpstat -t output: $ lpstat -t scheduler is running no system default destination device for DCP7065DN: ///dev/null DCP7065DN accepting requests since Fri 07 Jan 2022 10:46:21 AM EST printer DCP7065DN is idle. enabled since Fri 07 Jan 2022 10:46:21 AM EST File "/usr/lib/cups/filter/brlpdwrapperDCP7065DN" not available: No such file or directory DCP7065DN-6 fredex 867328 Fri 07 Jan 2022 10:46:21 AM EST which makes me guess I still need the Brother drivers. I can certainly go get them and install them (not as if I hadn't done it before on multiple systems), but I was hoping that "ipp everywhere" would work. [later] I managed to get a working printer by using the Gnome printer configuration tool. but it wasn't fun. I had to install the Brother drivers because 'everywhere' doesn't seem to work with my Brother printer (possibly Brother's fault, I dunno). the gnome printer setup tool is anything but intuitive--despite what the help system says I can't find any way to define the default printer, there's just no option there where help says it should be. when I enter the URI of the printer (ipp://192.168.2.97/ipp) it lists three choices of printers, as far as I can tell, only one of them actually prints anything. but then I shouldn't be surprised at the ugly tool, it fits right in with the rest of the Gnome desktop. Unfortunately, the MATE for Centos-8 seems to be a one-off by a 3rd party, so I can't complain to the Mate community about its lack of a printer config tool (or other tools that don't work). In fact, system-config-printer does seem to exist, but (1) it isn't found in any menu I can find, anywhere, but on disk, if one searches with some diligence, and (2) when I attempt to invoke it "python36 gui.py" it just errors out on me. since I don't know any more about python than it takes to type that command, I don't know how to fix it. I'm guessing it has never been ported to Python 3.x. I'd like to stay with CentOS or other RH-derived distro, but not if I'm forced to use Gnome desktop. Thanks for all the various replies you all sent me! Fred On Fri, Jan 7, 2022 at 10:21 AM Fred wrote: > John, it is a Brother DCP7065DN, on the hardwired network and visible to > all the computers here. > > Actually, I just installed Mate (can't stand that Gnome-thing) but neither > it nor Gnome shows any printer config utilities. > > Barry, I'll check into lpadmin. Still, I'd think there would be something > actually visible in one of the menus, and as far as I can see there isn't. > > Fred > > On Fri, Jan 7, 2022 at 2:34 AM John Call wrote: > >> Hi Fred, can you share a little bit more information? For example, are you >> using the default Gnome desktop environment? What kind of printer do you >> have? How is it connected to C8S (USB, Wi-Fi, Ethernet...?) >> >> I use Gnome, and it's been a long time since I had to poke around with >> CUPS. My Brother printer (MFC-9340CDW) is pretty old these days, but still >> works after I download and install the "Driver Install Tool" RPM from the >> brother.com website... >> >> On Thu, Jan 6, 2022 at 9:16 PM Fred wrote: >> >> > OK, I give up. How do I configure a printer on Centos 8 Stream? I can't >> > find any tools for doing that. >> > >> > further, there doesn't seem to be a cups executable (which should allow >> > setting up a printer) though there ARE a bunch of cups packages >> installed. >> > >> > Anyone got any clues for me? >> > >> > Thanks in advance! >> > >> > Fred >> > ___ >> > CentOS mailing list >> > CentOS@centos.org >> > https://lists.centos.org/mailman/listinfo/centos >> > >> ___ >> CentOS mailing list >> CentOS@centos.org >> https://lists.centos.org/mailman/listinfo/centos >> > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] chkrootkit---abandoned???
Just tried to check for updated chkrootkit and it appears there haven't been any since 0.53, 3 1/2 years ago. Anybody know if it is now accessible somewhere other than www.chkrootkit.org ?? Thanks in advance! Fred ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Updating a package to one from a different repository
Delete the package then reinstall from EPEL??? On Mon, Mar 21, 2022, 10:33 Kenneth Porter wrote: > At some point I updated fail2ban from a copr repo to get the latest > release. That repo no longer exists but a newer version is available in > EPEL. Is there a direct way to get yum to update using the different repo? > Or do I need to save my config and DB, erase the old version, and install > the new one from EPEL? > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Centos 7 guest on virt-manager
I have no experience with virt-manager, but I'm gonna guess that CDRoms don't do secure boot? If so, and you turned it off in that VM it might boot. Fred On Fri, Jun 3, 2022 at 2:43 PM Jerry Geis wrote: > Hello - > > I am running Centos 7 virt-manager which I have used for years. > Trying to install Ubuntu 22.04 as a guest. I have set up the CDRom - even > disconnected and reset it - but it never boots the CDROM ??? Why ? > > It just defaults back to the OS that is already loaded. > > I'm confused. Why don't it boot the CDROM. I event set the boot options to > BOOT CDROM and unchecked everything else. I have the VM machine set for > secure boot. > > Thanks > > Jerry > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Unable to relay mail through gmail anymore
I can send mail from my C7 box (via sendmail) to myself at my gmail account using gmail's smtp server. I don't very often forward mail THRU gmail to other sites, so I don't know if that has changed. On Fri, Aug 5, 2022 at 11:14 AM Richard wrote: > > > Date: Friday, August 05, 2022 10:39:04 -0400 > > From: Frank Bures > > > > I have my CentOS7 sendmail configured to relay outgoing system > > e-mail through my gmail account. > > > > The setup recently stopped working. Gmail SMTP keeps returning > > "service unavailable". > > > > I think it has something to do with the recent changes in Gmail > > authentication procedures. > > > > Does anyone know how to make the relaying work again? I could not > > find anything on the Net. > > I'm assuming you are pushing the mail to gmail through port 465 or > 587. If that's the case, if you aren't already, you will need to set > up and use a google "app password". Alternatively, get whatever you > are using on the centos side that authenticates with gmail to support > OAuth 2. > > You can no longer use your google side-wide password to authenticate > 3rd party apps with gmail so need to use one of the alternatives in > its place. > > I would actually expect you to get an authentication failure message > so they may have changed something else that disabled this approach. > > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Recording Levels Audacity 2.3.3
Mark, that is my understanding of how it works on Linux systems. It is assumed that your input source will have a way of adjusting its output. I did a lot of digitizing of phonograph records a couple years ago, and found that the Pulse Audio Volume Control works for this. Fred On Sun, Oct 16, 2022 at 5:26 PM Mark LaPierre wrote: > Hey Y'all, > > I cannot adjust the recording level in Audacity on my CentOS Stream > release 8 system. It says that my system is prohibiting that. > > Bus 005 Device 004: ID 08bb:2900 Texas Instruments PCM2900 Audio Codec > > Is there a way to fix this without building a whole new system? > > -- > _ > °v° >/(_)\ > ^ ^ > Mark LaPierre > > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] LibreOffice on CentOS 7
I always use the packages from the document foundation, on my C7, without trouble. On Tue, Nov 1, 2022, 17:14 Josh Boyer wrote: > On Tue, Nov 1, 2022, 5:05 PM H wrote: > > > I am running the default version of LibreOffice 5.3.6.1 on CentOS 7. This > > is quite an old version and has a serious bug in Calc, possibly an errant > > pointer, that frequently locks up spreadsheets. > > > > Has anyone installed a later version of LO on CentOS 7? I would prefer a > > version that is not flatpak, snap or appimage etc... > > > > Could you elaborate why you would like to avoid those packaging formats? > > josh > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] LibreOffice on CentOS 7
as mentioned above, I'm running 7.4.0.3 LibreOffice on Centos 7. Have had no trouble with it. On Thu, Nov 3, 2022 at 6:43 PM wrote: > Sorry, my misunderstanding. The version I gave is the version of > CentOS7, the version of LibreOffice is 5.3.6.1-25.el7_9. > > -From: "Pete Geenhuizen" > > To: "CentOS mailing list", "H" > Cc: > Sent: Thursday November 3 2022 7:52:59AM > Subject: Re: [CentOS] LibreOffice on CentOS 7 > > Why not simply download the latest and greatest version LibreOffice > from > their we site I've been doing that for several years on both Centos 7 > and now Rocky 8 and it has worked without fail. > > On 11/3/22 10:46, H wrote: > > On 11/02/2022 03:53 PM,jefflp...@twc.com wrote: > >> 3.10.0-1160.76.1.el7.x86_64. I check for updates every day. > >> > >> Jeff > >> > >> -From: "H" > >> To: "CentOS mailing list" > >> Cc: > >> Sent: Wednesday November 2 2022 6:28:52AM > >> Subject: Re: [CentOS] LibreOffice on CentOS 7 > >> > >> On November 1, 2022 5:13:49 PM EDT, Josh Boyer wrote: > >> >On Tue, Nov 1, 2022, 5:05 PM H wrote: > >> > > >> >> I am running the default version of LibreOffice 5.3.6.1 on > CentOS > >> 7. > >> >This > >> >> is quite an old version and has a serious bug in Calc, possibly > an > >> >errant > >> >> pointer, that frequently locks up spreadsheets. > >> >> > >> >> Has anyone installed a later version of LO on CentOS 7? I would > >> >prefer a > >> >> version that is not flatpak, snap or appimage etc... > >> >> > >> > > >> >Could you elaborate why you would like to avoid those packaging > >> >formats? > >> > > >> >josh > >> >___ > >> >CentOS mailing list > >> >CentOS@centos.org > >> >https://lists.centos.org/mailman/listinfo/centos > /> >> /> > >> A general dislike of anything that gets between the operating > system > >> and an application potentially introducing its own complications. > >> > >> Does anyone happen to know what the latest native version for > CentOS > >> 7 is? > >> ___ > >> CentOS mailing list > >> CentOS@centos.org > >> https://lists.centos.org/mailman/listinfo/centos > /> >> /> > >> ___ > >> CentOS mailing list > >> CentOS@centos.org > >> https://lists.centos.org/mailman/listinfo/centos > /> > That seems to be version 3.10.0, or? As I wrote, I am running > 5.3.6.1... > > > > ___ > > CentOS mailing list > > CentOS@centos.org > > https://lists.centos.org/mailman/listinfo/centos > /> > > > -- > Unencumbered by the thought process. > -- Click and Clack the Tappet brothers > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > /> > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] CentOS9 vs. s-nail
=20 is an ASCII space character, and =3D is an ascii "=" (equal) sign. I've seen various emailed documents that mangle them as you see, but if I ever knew the cause, my tired old brain no longer remembers. Fred On Thu, Jan 19, 2023 at 2:42 PM Bill Gee wrote: > Now that I have a test CentOS9 system set up, I am trying to get it to > send me logwatch reports via email. S-nail is proving very frustrating. > It almost works ... But not quite! > > The main problem is bogus characters in the logwatch report. Here is a > section of the report I get through email: > > > == > =20 > ### Logwatch 7.5.5 (01/22/21) =20 > Processing Initiated: Thu Jan 19 13:31:57 2023 > Date Range Processed: yesterday >( 2023-Jan-18 ) >Period is day. > Detail Level of Output: 5 > Type of Output/Format: email / text > Logfiles for Host: centos7.billgee.local > ##=20 > =20 > - Kernel Audit Begin =20 > >Number of audit daemon starts: 1=20 > =20 > **Unmatched Entries** > audit: type=3D1403 audit(1674073255.247:3): auid=3D4294967295 > ses=3D429= > 4967295 lsm=3Dselinux res=3D1: 1 Time(s) > auditd[517]: audit dispatcher initialized with q_depth=3D1200 and 1 > act= > ive plugins: 1 Time(s) > =20 > -- Kernel Audit End -=20 > > =20 > - Chrony report Begin =20 > > MS Name/IP address Stratum Poll Reach LastRx Last sample > = > =20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= > =3D=3D=3D=3D=3D > ^* server3.17.168.192.IN-AD> 4 6 37742-16us[ -23us] ± 9= > 716us > Name/IP AddressNP NR Span Frequency Freq Skew Offset > Std= > Dev > > > What are all those =20 and =30 strings for? How do I make them go away? > > I have been experimenting with a line in /etc/s-nail.rc. > > set ttycharset=utf-8 > > That is the only value for this that produces anything useful. If I set > it to charset-7bit or charset-8bit, then s-nail complains about invalid > syntax on the "set mta=" line. What > > I just don't get it. Can someone shed some light on this? > > For what it is worth, a test CentOS8 system using mailx (the REAL > mailx!) works perfectly. So do all of my CentOS7 and Fedora systems. > > -- > === > Bill Gee > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] C7, removing zoom problem
Guys, I'm trying to update my zoom client and yum (or yumex) won't let me do an update, so I try to remove the installed one, on the theory that if it isn't there I should be able to install a newer one, by doing "sudo yum remove zoom_x86_64" (where my PWD is the directory where the zoom RPM files live) and it tells me "no packages marked for removal. Reading thru the man page for rpm I can't figure out any other way to do it. Suggestions, any one? Thanks in advance! Fred ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] C7, removing zoom problem
well, as one of the earlier posters showed how, I did remove the existing one then installed the new one (the one that Zoom offers for Centos-7, not the one for Centos-8, which has the problem you describe) and voila, works like a charm! Fred On Mon, Feb 6, 2023 at 7:35 PM Ian Mortimer wrote: > On Sun, 2023-02-05 at 17:09 -0500, Fred wrote: > > > Guys, I'm trying to update my zoom client and yum (or yumex) won't let > > me > > do an update, > > That's because CentOS/RHEL 7 is no longer supported. Zoom download > page shows 5.13.4.711 as the latest for 7. (5.13.7.683 is the latest > for 8+.) > > > so I try to remove the installed one, on the theory that if > > it isn't there I should be able to install a newer one > > You can download and install 5.13.7.683 but it won't start: > > zoom: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found > (required by zoom) > zoom: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found > (required by zoom) > > > -- > Ian > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] C7, removing zoom problem
ah, that's OK for now, as long as it works. I'm trying to build up the courage to do a full system upgrade to Rocky.latest. I hate doing upgrades, it's such a pain in the rear to get everything working again, and get all my tweaks back into place. I despise Gnome 3+, and prefer Mate. Someone (EPEL ??) built Mate for C7, but the existing binaries for C8 don't work very well, there are none that I know of for C9, and AFAIK Rocky is the only Centos clone that supports Mate. there IS Ubuntu Mate, but I am more comfy with RH-derived systems. One thing I won't have to do anymore is set up email (used to have my own domain for email, but moved and can't get a static IP anymore, decided it was too much bother to do the ddns thing) along with POP3 for my wife to use. We now just use gmail. But I see that the time for said upgrade is drawing nearer and nearer. Fred On Tue, Feb 7, 2023 at 9:22 PM Ian Mortimer wrote: > On Mon, 2023-02-06 at 21:13 -0500, Fred wrote: > > > well, as one of the earlier posters showed how, I did remove the > > existing > > one then installed the new one (the one that Zoom offers for Centos- > > 7, not > > the one for Centos-8, which has the problem you describe) and voila, > > works > > like a charm! > > Yes but that's the old version - 5.13.4.711 not the latest 5.13.7.683. > "Check for Updates" will tell you there's a new version but you'll be > stuck with that old version until you upgrade from CentOS 7 to > something newer. > > > -- > Ian > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Kernel updates do not boot - always boots oldest kernel
I had something like this happen some years ago on a workstation with 2-disk (software/Linux) RAID 1. Turns out one of the disks had been ejected from the raid array. It was that ejected disk that was getting the updates, but since it was no longer in the array it wasn't being booted, but rather the other one that wasn't getting the updates. Fred On Tue, Mar 14, 2023 at 7:31 AM Rob Kampen wrote: > OK, > > found out the problem as to why it doesn't boot any kernel except 36.2 > > the system reports that it cannot find > > vmlinuz-3.10.0-1160.88.1.el7.x86_64 > > or any one of the others, except for vmlinuz-3.10.0-1160.36.2.el7.x86_64 > > hence a manual selection from the grub menu when in front of the machine > will only load the 36.2 kernel > > I found that under /boot/grub2 there were two .rpmnew files that mucked > up the symbolic link to the grubenv file - so fixed that and did a > reinstall of the latest kernel. > > Now all the grub and efi files appear to update correctly - progress. > > Now just need to work out why the efi boot process can see the old > (original) kernel (36.2) but none of the later ones. > > Any ideas of where to look for this? seems a much more fundamental > problem related to kernel install and efi booting > > Thanks > Rob > > On 14/03/23 22:41, Petko Alov wrote: > > Change it to > > > > GRUB_DEFAULT=0 > > > > (I encountered the same issue week ago with a workstation booted for > > three month with an older kernel because of > > https://bugzilla.redhat.com/show_bug.cgi?id=2143438 , and solved it > > this way) > > > > Regards, > > > > Petko > > > > > > > > On 3/14/23 10:51, Rob Kampen wrote: > >> Can I edit /etc/default/grub and change > >> > >> GRUB_DEFAULT=saved > >> > >> to something else? > > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] where is glib-devl x86-64?
I have a brand new installation of Rocky Linux 9.1 (I know, this isn't a Rocky mailing list, but I can't find anything on this on Rocky forums, etc. so I figured I would ask here), and I installed Gimp, and would like to install the Resynthesizer plugin package. Trying to compile it from source, autogen.sh complains that I don't have the gimp development libraries installed. In fact, I can't find glib-devel anywhere in any of the configured repos (all the default Rocky repos, epel, rpmfusion). Rocky is shipping an unstable development version of Gimp, so maybe they haven't made glib-devel available yet ??? Thanks in advance for any help you can give! Fred ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] where is glib-devl x86-64?
I dunno. I guess it could be. Went to the Gimp site and saw that glib-devel was mentioned there. My tired old brain is a bit confused by this, since most other -devel packages put -devel following the program/package name, and gimp doesn't. I'll give that a try, though, to see if it takes care of my issue. Thanks! On Tue, Mar 21, 2023 at 2:32 AM Simon Matter wrote: > Hi, > > > I have a brand new installation of Rocky Linux 9.1 (I know, this isn't a > > Rocky mailing list, but I can't find anything on this on Rocky forums, > > etc. > > so I figured I would ask here), > > and I installed Gimp, and would like to install the Resynthesizer plugin > > package. > > > > Trying to compile it from source, autogen.sh complains that I don't have > > the gimp development libraries installed. In fact, I can't find > glib-devel > > anywhere in any of the configured repos (all the default Rocky repos, > > epel, > > rpmfusion). > > > > Can it be that what you're looking for is glib2-devel? > > Regards, > Simon > > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] where is glib-devl x86-64?
well, I'm still confused. sudo dnf install glib2-devel says it is already installed. running autogen.sh for resynthesizer outputs: $ ./autogen.sh I am testing that you have the required versions of autoconf, automake, glib-gettextize and intltoolize... checking for autoconf >= 2.54 ... yes (version 2.69) checking for automake >= 1.6 ... yes (version 1.16.2) checking for glib-gettextize >= 2.0.0 ... yes (version 2.68.4) checking for intltool >= 0.17 ... yes (version 0.51.0) I am going to run ./configure with the following arguments: --enable-maintainer-mode If you wish to pass additional arguments, please specify them on the ./autogen.sh command line or set the AUTOGEN_CONFIGURE_ARGS environment variable. Copying file po/Makefile.in.in Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /usr/share/aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file. You will also need config.guess and config.sub, which you can get from ftp://ftp.gnu.org/pub/gnu/config/. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for library containing strerror... none required checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking whether to enable maintainer-specific portions of Makefiles... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GIMP... no configure: error: *GIMP development libraries not found*; please install. Configure failed or did not finish! clearly I'm not smart enough to figure this out. one of you smart people feel like offering further advice? PS: oh, there is also a glib2.pc file in /usr/lib64/pkgconfig. $ ls -l /usr/lib64/pkgconfig/glib-2* -rw-r--r--. 1 root root 444 May 16 2022 /usr/lib64/pkgconfig/glib-2.0.pc cat /usr/lib64/pkgconfig/glib-2.0.pc: prefix=/usr libdir=${prefix}/lib64 includedir=${prefix}/include bindir=${prefix}/bin glib_genmarshal=${bindir}/glib-genmarshal gobject_query=${bindir}/gobject-query glib_mkenums=${bindir}/glib-mkenums Name: GLib Description: C Utility Library Version: 2.68.4 Requires.private: libpcre >= 8.31, sysprof-capture-4 >= 3.38.0 Libs: -L${libdir} -lglib-2.0 Libs.private: -pthread -lm Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include On Tue, Mar 21, 2023 at 11:10 AM Fred wrote: > I dunno. I guess it could be. Went to the Gimp site and saw that > glib-devel was mentioned there. > > My tired old brain is a bit confused by this, since most other -devel > packages put -devel following the program/package name, and gimp doesn't. > I'll give that a try, though, to see if it takes care of my issue. Thanks! > > > On Tue, Mar 21, 2023 at 2:32 AM Simon Matter > wrote: > >> Hi, >> >> > I have a brand new installation of Rocky Linux 9.1 (I know, this isn't a >> > Rocky mailing list, but I can't find anything on this on Rocky forums, >> > etc. >> > so I figured I would ask here), >> > and I installed Gimp, and would like to install the Resynthesizer plugin >> > package. >> > >> > Trying to compile it from source, autogen.sh complains that I don't have >> > the gimp development libraries installed. In fact,
Re: [CentOS] where is glib-devl x86-64?
that's what I thought at first, but there is no gimp-devel either installed, or available. Fred On Tue, Mar 21, 2023 at 2:39 PM Robert Heller wrote: > At Tue, 21 Mar 2023 14:13:50 -0400 CentOS mailing list > wrote: > > > > > well, I'm still confused. > > > > sudo dnf install glib2-devel says it is already installed. > > > > running autogen.sh for resynthesizer outputs: > > > > $ ./autogen.sh > > > > I am testing that you have the required versions of autoconf, > > automake, glib-gettextize and intltoolize... > > > > checking for autoconf >= 2.54 ... yes (version 2.69) > > checking for automake >= 1.6 ... yes (version 1.16.2) > > checking for glib-gettextize >= 2.0.0 ... yes (version 2.68.4) > > checking for intltool >= 0.17 ... yes (version 0.51.0) > > > > I am going to run ./configure with the following arguments: > > > > --enable-maintainer-mode > > > > If you wish to pass additional arguments, please specify them > > on the ./autogen.sh command line or set the AUTOGEN_CONFIGURE_ARGS > > environment variable. > > > > Copying file po/Makefile.in.in > > > > Please add the files > > codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 > > progtest.m4 > > from the /usr/share/aclocal directory to your autoconf macro directory > > or directly to your aclocal.m4 file. > > You will also need config.guess and config.sub, which you can get from > > ftp://ftp.gnu.org/pub/gnu/config/. > > > > checking for a BSD-compatible install... /usr/bin/install -c > > checking whether build environment is sane... yes > > checking for a thread-safe mkdir -p... /usr/bin/mkdir -p > > checking for gawk... gawk > > checking whether make sets $(MAKE)... yes > > checking whether make supports nested variables... yes > > checking whether make supports the include directive... yes (GNU style) > > checking for gcc... gcc > > checking whether the C compiler works... yes > > checking for C compiler default output file name... a.out > > checking for suffix of executables... > > checking whether we are cross compiling... no > > checking for suffix of object files... o > > checking whether we are using the GNU C compiler... yes > > checking whether gcc accepts -g... yes > > checking for gcc option to accept ISO C89... none needed > > checking whether gcc understands -c and -o together... yes > > checking dependency style of gcc... gcc3 > > checking for library containing strerror... none required > > checking for gcc... (cached) gcc > > checking whether we are using the GNU C compiler... (cached) yes > > checking whether gcc accepts -g... (cached) yes > > checking for gcc option to accept ISO C89... (cached) none needed > > checking whether gcc understands -c and -o together... (cached) yes > > checking dependency style of gcc... (cached) gcc3 > > checking for gcc... (cached) gcc > > checking whether we are using the GNU C compiler... (cached) yes > > checking whether gcc accepts -g... (cached) yes > > checking for gcc option to accept ISO C89... (cached) none needed > > checking whether gcc understands -c and -o together... (cached) yes > > checking dependency style of gcc... (cached) gcc3 > > checking how to run the C preprocessor... gcc -E > > checking for grep that handles long lines and -e... /usr/bin/grep > > checking for egrep... /usr/bin/grep -E > > checking for ANSI C header files... yes > > checking whether to enable maintainer-specific portions of Makefiles... > yes > > checking for pkg-config... /usr/bin/pkg-config > > checking pkg-config is at least version 0.9.0... yes > > checking for GIMP... no > > configure: error: *GIMP development libraries not found*; please install. > > GIMP is not "GLib" -- they are different animals. > > You need to install GIMP and probably GIMP-devel. > > > > > > Configure failed or did not finish! > > > > clearly I'm not smart enough to figure this out. one of you smart people > > feel like offering further advice? > > > > PS: > > oh, there is also a glib2.pc file in /usr/lib64/pkgconfig. > > > > $ ls -l /usr/lib64/pkgconfig/glib-2* > > -rw-r--r--. 1 root root 444 May 16 2022 /usr/lib64/pkgconfig/glib-2.0.pc > > > > cat /usr/lib64/pkgconfig/glib-2.0.pc: > > > > prefix=/usr > > libdir=${prefix}/lib64 > > includedir=${prefix}/include > > > > bindir=${prefix}/bin > > glib_genmarshal=${bindir}/glib-genmarshal > > gobject_query=${bindir}/gobject-q
Re: [CentOS] where is glib-devl x86-64?
Leon, I think you may be right. Was trying to avoid using things like flatpak, but I can see I can't actually do that. Thanks again! Fred On Tue, Mar 21, 2023 at 10:18 PM Leon Fauster via CentOS wrote: > Am 21.03.23 um 23:10 schrieb Fred: > > that's what I thought at first, but there is no gimp-devel either > > installed, or available. > > > > I think you will get more trouble because this plugin uses python2 code > and I am not sure if this is supported under EL9. > > You could try the flatpak version of this plugin ... > > $ flatpak remote-add --user --if-not-exists flathub > https://flathub.org/repo/flathub.flatpakrepo > > $ flatpak --user install Resynthesizer org.gimp.GIMP > > -- > Leon > > > > > > > ___ > CentOS mailing list > CentOS@centos.org > https://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
[CentOS] problem building partitionable RAID-1 on Centos-6
Trying to install Centos6 on my system (it's been running C5 for years). I've got a pair of drives, so I'm trying to use RAID-1. Previously I used a procedure where each partition was part of a separate RAID device, but this time I'm trying the HOWTO from the Centos WIKI on making a partitionable RAID pair. I've been having a lot of problems, but have also been working thru them. but t his latest one has me stumped, I'd appreciate some advice. Booting encounters a panic when trying to mount the RAID subsystem. you can see an image of it at users.rcn.com/fredricksmith/panic.JPG. Looks as if it's trying to boot from md127. there ain't no such critter, where'd it get the idea it could boot from there? or more importantly, how can I solve it? thanks! I may have to revert to the other method, but I figured this one was worth a try. Fred ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] problem building partitionable RAID-1 on Centos-6
On Sat, Feb 23, 2013 at 2:16 AM, Arun Khan wrote: > On Sat, Feb 23, 2013 at 9:46 AM, Fred wrote: > > > Previously I used a procedure where each partition was part of a separate > > RAID device, but this time I'm trying the HOWTO from the Centos WIKI on > > making a partitionable RAID pair. > > Although the instructions work, there are pitfalls when one of the disk > fails. > > I sought help in this mailing list way back in June/July 2012 time > frame. I would suggest you search the list archives of that period. > > I did update dracut to the latest version but removing and restoring a > failed disk would not boot. > > Posted the problem in the madm mailing list as well with no resolution. > > > or more importantly, how can I solve it? > > See below. > > > I may have to revert to the other method, but I figured this one was > worth > > a try. > > I second the above option, if you have the luxury. In the "other" > method, the system at least boots with one disk gone. > > Ah, thanks for the tip. Guess I'll quit banging my head on the wall and use the same method I did before. Fred ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] GUI volume control/mixer in C6??
Just bringing up a Centos-6 (x86_64, FWIW) and I can't find the mixer app... on my C5 box(es), double click on the speaker icon in the top panel and I get a mixer app appears on the screen. My new C6 box doesn't do that. I've installed all the PULSEAUDIO RPMS I can find, but still nothing. what am I missing here? thanks! Fred ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] GUI volume control/mixer in C6??
sigh. Frank, what is it that appears in the notification area? the speaker icon? I have that. Liam, that's not the tool I'm asking about. On c5 (and a prior installation of C6 on different hardware) I could get a mixer to appear by double-clicking the speaker icon. this had sliders for all the various input and output devices, like MASTER, PCM, CD, etc. now I can't get it and don't know what to do to get it. As far as I recall I never did anything special on the other systems, it just worked. Further clues appreciated. Fred On Sun, Feb 24, 2013 at 1:13 PM, Liam O'Toole wrote: > On 2013-02-24, Fred wrote: > > Just bringing up a Centos-6 (x86_64, FWIW) and I can't find the mixer > app... > > > > on my C5 box(es), double click on the speaker icon in the top panel and I > > get a mixer app appears on the screen. > > > > My new C6 box doesn't do that. I've installed all the PULSEAUDIO RPMS I > can > > find, but still nothing. > > > > what am I missing here? > > > > thanks! > > > > Fred > > The speaker icon is provided by the gnome-media package. To get the > mixer, right-click on the icon and select 'Sound Preferences'. Or just > run the gnome-volume-control command directly. > > -- > > Liam > > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] GUI volume control/mixer in C6??
On Sun, Feb 24, 2013 at 2:22 PM, Liam O'Toole wrote: > > On 2013-02-24, Fred wrote: > > sigh. > > > > Frank, what is it that appears in the notification area? the speaker icon? > > I have that. > > > > Liam, that's not the tool I'm asking about. > > > > On c5 (and a prior installation of C6 on different hardware) I could get a > > mixer to appear by double-clicking the speaker icon. this had sliders for > > all the various input and output devices, like MASTER, PCM, CD, etc. now I > > can't get it and don't know what to do to get it. As far as I recall I > > never did anything special on the other systems, it just worked. > > > > Further clues appreciated. > > > > Fred > > For a system running pulseaudio, the closest equivalent I can think of > is pavucontrol. But CentOS doesn't ship it. I just use alsamixer. > ah, having done some digging, it appears that what I'm accustomed to seeing on C5 is "mixer_applet2", which is apparently a gnome utility. it doesn't seem to be available in C6 (presumably Gnome dropped it in the Gnome version used on EL6). it's a useful tool, lets me adjust the volumes of various inputs and outputs SEPARATELY from the single volume slider that is a panel applet, so I can get sane volume levels from all devices. on my C6 system without it, some devices are enormously loud and some are not, for any given slider setting, and it's a pain in the rear. I've got alsamixer (and alsamixergui) and they only show two sliders, one which is the same as the panel applet with single slider (you move of of them and the other moves with it) and one slider for input. I can't find a pulseaudio mixer or volume control anywhere, either. On my netbook (running Fedora 17 with MATE desktop) I've got mate-volume-control, which looks pretty much exactly like the tool I'm accustomed to, but I don't suppose I could expect it to run (and work properly) on EL6. What do all the rest of you do to solve this problem? Thanks! Fred > > > > > On Sun, Feb 24, 2013 at 1:13 PM, Liam O'Toole > > wrote: > > > >> On 2013-02-24, Fred wrote: > >> > Just bringing up a Centos-6 (x86_64, FWIW) and I can't find the mixer > >> app... > >> > > >> > on my C5 box(es), double click on the speaker icon in the top panel and I > >> > get a mixer app appears on the screen. > >> > > >> > My new C6 box doesn't do that. I've installed all the PULSEAUDIO RPMS I > >> can > >> > find, but still nothing. > >> > > >> > what am I missing here? > >> > > >> > thanks! > >> > > >> > Fred > >> > >> The speaker icon is provided by the gnome-media package. To get the > >> mixer, right-click on the icon and select 'Sound Preferences'. Or just > >> run the gnome-volume-control command directly. > >> > >> -- > >> > >> Liam > >> > >> > >> ___ > >> CentOS mailing list > >> CentOS@centos.org > >> http://lists.centos.org/mailman/listinfo/centos > >> > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] lmsensors sensors.conf file for gigabyte GA7N400 Pro2
Having done my fresh 5.0 install a couple months ago I'm slowly getting things back in to working condition. Decided last night to try setting up lmsensors. Got it all set up (modules, etc taken care of) and it runs and reports values, but some of 'em a clearly wrong with the default sensors.conf Trying to use the old sensors.conf I used on Centos 4 produces even more whacked-out results, so I guess that's not the solution. Perusing the documentation, it seems that one can configure it properly only if one knows a lot more about the hardware than one typically knows. So, I'm wondering if anyone out there has a working config file for a Gigabyte GA-7N400 Pro2 motherboard that works on Centos 5.1? here's what I get with it as it stands right now: it8712-isa-0290 Adapter: ISA adapter VCore 1: +1.68 V (min = +1.42 V, max = +1.57 V) ALARM VCore 2: +2.54 V (min = +2.40 V, max = +2.61 V) +3.3V: +3.23 V (min = +3.14 V, max = +3.47 V) +5V: +4.99 V (min = +4.74 V, max = +5.25 V) +12V: +11.90 V (min = +11.39 V, max = +12.61 V) -12V: -15.70 V (min = -12.63 V, max = -11.41 V) ALARM -5V: -8.10 V (min = -5.26 V, max = -4.77 V) ALARM Stdby: +4.57 V (min = +4.76 V, max = +5.24 V) ALARM VBat: +4.08 V fan1: 2556 RPM (min =0 RPM, div = 8) fan2: 2083 RPM (min = 3013 RPM, div = 8) ALARM fan3: 1591 RPM (min = 3013 RPM, div = 8) ALARM M/B Temp:+30°C (low = +15°C, high = +40°C) sensor = thermistor CPU Temp:+26°C (low = +15°C, high = +45°C) sensor = thermistor Temp3: +57°C (low = +15°C, high = +45°C) sensor = diode That -12v at -15.70 is pretty obviously wrong, as is the -5 at -8.10, and the other voltages getting ALARMs are probably wrong too, though not by as much. The MB and CPU temps shown by the BIOS are 29 and 53, so that 26 shown as CPU temp here is likely bogus. One wonders if the Temp3 is actually the CPU temp instead. (my old config used Temp2 for that, tho). Advice will be appreciated. Thanks! -- --- .Fred Smith / ( /__ ,__. __ __ / __ : / // / /__) / / /__) .+' Home: [EMAIL PROTECTED] // (__ (___ (__(_ (___ / :__ 781-438-5471 Jude 1:24,25 - pgpbPPMAlAUUA.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] KMIDI problem
Hi gang! Running 5.1 with Gnome as the default desktop, but have installed KDE too so I can run kde apps. Kmidi is the default midi player, so if I click on a midi file in firefox it brings up KMIDI. KMIDI goes merrily along playing the file, but I get NO SOUND. My motherboard has built in audio but it's disabled and I"m using an old Audiopci 128 card which seems to work fine for everything else. (Why? because it sounds MUCH better than the ac97 junk) Clues for making midi work? Thanks! -- Fred Smith -- [EMAIL PROTECTED] Do you not know? Have you not heard? The LORD is the everlasting God, the Creator of the ends of the earth. He will not grow tired or weary, and his understanding no one can fathom. - Isaiah 40:28 (niv) - pgpg8oNuPnCDZ.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] KMIDI problem
On Sun, Dec 09, 2007 at 07:37:41AM -0500, fred smith wrote: > Hi gang! > > Running 5.1 with Gnome as the default desktop, but have installed KDE > too so I can run kde apps. > > Kmidi is the default midi player, so if I click on a midi file in firefox > it brings up KMIDI. Actually, it's KMID, not KMIDI. > > KMIDI goes merrily along playing the file, but I get NO SOUND. > > My motherboard has built in audio but it's disabled and I"m using an > old Audiopci 128 card which seems to work fine for everything else. > (Why? because it sounds MUCH better than the ac97 junk) > > Clues for making midi work? Looks as if it may be that KMID expects there to be either hardware support for midi (which this sound card does not provide--it's es1371) or a midi-to-something-else converter, such as timidity++ which also isn't present. Seems strange that the system would install KMID without the other tools it needs... Anyway, I don't seem to be able to find a RH5/Centos5-compatible timidity++ build anywywere. I tried recently to build it and gave up with a series of errors that I didn't have the ambition to work around. Anyone know where I can find a suitable RPM for Timidity++? Gracias! > > Thanks! > -- > Fred Smith -- [EMAIL PROTECTED] > Do you not know? Have you not heard? > The LORD is the everlasting God, the Creator of the ends of the earth. > He will not grow tired or weary, and his understanding no one can fathom. > - Isaiah 40:28 (niv) - > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos -- Fred Smith -- [EMAIL PROTECTED] - But God demonstrates his own love for us in this: While we were still sinners, Christ died for us. --- Romans 5:8 (niv) -- pgp1V8gQg96KT.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] KMIDI problem
On Sun, Dec 09, 2007 at 06:46:40PM -0500, fred smith wrote: > On Sun, Dec 09, 2007 at 07:37:41AM -0500, fred smith wrote: > > Hi gang! > > > > Running 5.1 with Gnome as the default desktop, but have installed KDE > > too so I can run kde apps. > > > > Kmidi is the default midi player, so if I click on a midi file in firefox > > it brings up KMIDI. > > Actually, it's KMID, not KMIDI. > > > > > KMIDI goes merrily along playing the file, but I get NO SOUND. > > > > My motherboard has built in audio but it's disabled and I"m using an > > old Audiopci 128 card which seems to work fine for everything else. > > (Why? because it sounds MUCH better than the ac97 junk) > > > > Clues for making midi work? > > Looks as if it may be that KMID expects there to be either hardware > support for midi (which this sound card does not provide--it's > es1371) or a midi-to-something-else converter, such as timidity++ > which also isn't present. > > Seems strange that the system would install KMID without the other > tools it needs... > > Anyway, I don't seem to be able to find a RH5/Centos5-compatible timidity++ > build anywywere. I tried recently to build it and gave up with a series of > errors that I didn't have the ambition to work around. Anyone know where > I can find a suitable RPM for Timidity++? > > Gracias! OK, with a bunch of browsing and head-scratching I got it working. I"ll document here what I did in case anyone else needs to know. First of all on a es1371 card there is no midi, and KMID expects some other agency to provide a MIDI sequencer, either hardware or another program. I went back to the Timidity++ I had tried to build before and it built cleanly (I have no clue why it hadn't worked a few months ago). The various other postings I had found (in other fora) suggestedusing Timidity as a midi server by using the commandline: timidity -iA -B2,8 -Os1l -s 44100 I tried this, and as you might expect it failed because the vanilla Timidity++ build doesn't include some of the options you need to do this. Rerunning the ./configure in timidity++ with these options: ./configure --enable-alsaseq --with-default-output=alsa gives me the services I need. Then I could start Timidity as shown above. once started, fire up KMID, go to SETTINGS | MIDI SETUP and choose one of the timidity ports. For me port 0 seems to work best (I have no clue what the others are for). Configured that way I can play local midi files with KMID. My next step is to see if it will work when KMID is started by Firefox. Yes! NOTE: after installing Timidity++ you'll need a set of "voices", as Timidity comes with only a minimal set. The INSTALL file in the timidity source archive tells you places to look for such things. You'll also need to find or create a timidity config file telling where to find those files. Luckily I had a set of all those files lying around from a previous installation. BTW, I used Timidity++2.13.2. YMMV! :) Good luck! -- Fred Smith -- [EMAIL PROTECTED] - But God demonstrates his own love for us in this: While we were still sinners, Christ died for us. --- Romans 5:8 (niv) -- pgpj8Omm4ZxIh.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Installation problems Cisco VPN Client
On Thu, Dec 27, 2007 at 12:56:57PM -0500, Jim Perrin wrote: > On Dec 27, 2007 9:33 AM, Saurabh Sharma <[EMAIL PROTECTED]> wrote: > > > > Hi All , > > Any one using Cisco VPN Client [vpnclient-linux-4.6.00.0045-k9.tar.gz] on > > CentOS 5 [2.6.18-53.1.4.el5-i686] > > The client installation is giving error for making module "cisco_ipsec.ko". > > Can any one help me out to resolve this : > > Probably, if it were in any way legible. Sending html formatted email > is bad mmmkay. > > > The whole stack trace of the installation after the extraction of the tar > > is as shown: > > make[2]: *** [/home/user1/software/vpnclient/linuxcniapi.o] Error 1 > > make[1]: *** [_module_/home/user1/software/vpnclient] Error 2 > > make[1]: Leaving directory `/usr/src/kernels/2.6.18-53.1.4.el5-i686' > > make: *** [default] Error 2 > > Failed to make module "cisco_ipsec.ko". > > Okay it's stupid question time, since we don't have any additional > information. > > What's the output of uname -a, and do you have the corresponding > kernel-devel package installed, which matches your running kernel? I think that issue is fixed with the 4.8 cisco vpn client. Check out this site: http://www.uni-konstanz.de/RZ/wlan/ipsec/software/ -- Fred Smith -- [EMAIL PROTECTED] - The Lord is like a strong tower. Those who do what is right can run to him for safety. --- Proverbs 18:10 (niv) - pgp7EhS5DT7uc.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Problem with RTL-8110SC/8169SC Gigabit Ethernet
On Fri, Dec 28, 2007 at 05:54:02PM +0100, ArcosCom Linux User wrote: > Hi guys; >I'm having a problem with a new pc that has an Realtec ethernet device. > Don't know why the driver is not loading and is not detected during > installation process. > > I tried to load r8169.ko unsuccessfully. It load but no device is > detected. No dmesg or /var/log/message. On my (older) Gigabyte board with a Realtek 8169 chip I see this in "lspci -v": 01:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10) Subsystem: Giga-byte Technology GA-8I915ME-G Mainboard Flags: bus master, 66MHz, medium devsel, latency 32, IRQ 209 I/O ports at 9400 [size=256] Memory at e700 (32-bit, non-prefetchable) [size=256] [virtual] Expansion ROM at 5002 [disabled] [size=64K] Capabilities: [dc] Power Management version 2 and "lspci -vv" shows this: 01:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10) Subsystem: Giga-byte Technology GA-8I915ME-G Mainboard Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- > ¿Any help on how I can configure correctly this ethernet device? > > This are the data that I have: > > # lspci > 00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller > Hub (rev 02) > 00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated > Graphics Controller (rev 02) > 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High > Definition Audio Controller (rev 01) > 00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI > Controller #1 (rev 01) > 00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI > Controller #2 (rev 01) > 00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI > Controller #3 (rev 01) > 00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI > Controller #4 (rev 01) > 00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI > Controller (rev 01) > 00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1) > 00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC > Interface Bridge (rev 01) > 00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA > IDE Controller (rev 01) > 00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller > (rev 01) > 01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. > RTL-8110SC/8169SC Gigabit Ethernet (rev 10) > > More detailed: > 01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. > RTL-8110SC/8169SC Gigabit Ethernet (rev 10) > Subsystem: Giga-byte Technology Unknown device e000 > Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 10 > I/O ports at a000 [size=256] > Memory at e100 (32-bit, non-prefetchable) [size=256] > [virtual] Expansion ROM at 2000 [disabled] [size=128K] > Capabilities: [dc] Power Management version 2 > > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos -- --- .Fred Smith / ( /__ ,__. __ __ / __ : / // / /__) / / /__) .+' Home: [EMAIL PROTECTED] // (__ (___ (__(_ (___ / :__ 781-438-5471 Jude 1:24,25 - pgpUwE4408tMg.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Probably OT: Has anyone else seen SeaMonkey 'pop' without warning?
On Mon, Jan 07, 2008 at 08:17:00PM -0500, Max Hetrick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > MHR wrote: > > I sent a bug report to Mozilla about this, but I was hoping someone here > > might have an insight on this. > > > > I use SeaMonkey as my default browser (32-bit even though I'm running > > x86_64 CentOS 5.1), version 1.1.7. > > > > Shortyl after installing 1.1.7 on my 5.0 (and even since 5.1), I noticed > > that every so often, seemingly at random, although it appears most > > frequently when I click on something that wants to interact with the > > file system, the SeaMonkey window just closes. If I reopen it and go to > > the same place and try the same thing, it works just fine (and usually, > > the second SM window is more stable and doesn't do that again). > > > > This frequently happens when I try to save a web page, load an email > > attachment, print a page, or anything that interacts with the file > > system. Just now it happened when I tried to switch tabs, but that's > > unusual. > > > > Anyone have a clue? > > I've been having this happen on Firefox the last week or two since I > loaded CentOS 5.1 on my laptop, on just a plain old 32 bit system. > > firefox-1.5.0.12-7.el5.centos > > I thought it was perhaps one of my plugins I have installed, so I've > just been dealing with it because I haven't had time to check it out. > Mine is doing exactly the same thing. Firefox does this to me quite frequently, and it always has. every new release they say they've improved the stability, but it hasn't made any improvement for me in terms of this issue. I recently downloaded the firefox source and did my own build, just to see if the failures might have been due to some small incompatibility between the target system the official binaries are built for, and my box. Sad to say that while it may not die as often, it still does it. -- --- .Fred Smith / ( /__ ,__. __ __ / __ : / // / /__) / / /__) .+' Home: [EMAIL PROTECTED] // (__ (___ (__(_ (___ / :__ 781-438-5471 Jude 1:24,25 - pgpvF5FLT1AeG.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Probably OT: Has anyone else seen SeaMonkey 'pop' without warning?
On Mon, Jan 07, 2008 at 08:31:33PM -0500, Chris Mauritz wrote: > fred smith wrote: > >Firefox does this to me quite frequently, and it always has. every new > >release they say they've improved the stability, but it hasn't made > >any improvement for me in terms of this issue. > > > >I recently downloaded the firefox source and did my own build, just to > >see if the failures might have been due to some small incompatibility > >between the target system the official binaries are built for, and my > >box. Sad to say that while it may not die as often, it still does it. > > > > This doesn't answer the original poster's question, but > > As far as Firefox is concerned you might want to try giving 3.0b2 a > try. I found it to be significantly more stable than the 1.5.X branch > under Winders and on various Macs (haven't gotten around to trying it on > a CentOS 5.X desktop box yet). Hey Chris, a blast from the past (remember the old Coherent newsgroups??) Well, From 1.0, or perhaps even earlier, up thru 2.0.whatever-todays-release is I've always had that issue. It's largely nothing more than a modest irritant since I can reopen the same page(s)/window(s) I had open before the crash. I'll probably take a look at version 3 one of these days, thanks for reminding me. Fred -- Fred Smith -- [EMAIL PROTECTED] - "And he will be called Wonderful Counselor, Mighty God, Everlasting Father, Prince of Peace. Of the increase of his government there will be no end. He will reign on David's throne and over his kingdom, establishing and upholding it with justice and righteousness from that time on and forever." --- Isaiah 9:7 (niv) -- pgptyph3w8EIR.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] ERROR during HTTP install from a Centos mirror
Hi! I'm trying to install centos 5.1 as a http installation from a centos mirror. i've done it before with Fedora, figured I could do it with Centos, too, but every time I try it, it goes all the way thru Anaconda to the point of entering the root password, then I get an error about not being able to find the repodata. I note that the section in the "upstream" manuals about network installs imply (without ever being extremely specific) that you would have your own server with the files on it. Is this some limitation that prevents us from using a centos mirror instead? Anyway, I've tried with two mirrors. when it asked me for the system name and the path to the directory, I entered this (for one of the tries): www.gtlib.gatech.edu /pub/centos/5.1/os/i386 and for the other mirror mirror.rhsmith.umd.edu /pub/centos/5.1/os/i386 in the two lines of the form. Is this right? (the manuals aren't really really terribly explicit). Thanks! -- Fred Smith -- [EMAIL PROTECTED] - The Lord is like a strong tower. Those who do what is right can run to him for safety. --- Proverbs 18:10 (niv) - pgpmeLUVZMTvk.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] ERROR during HTTP install from a Centos mirror
On Sat, Jan 12, 2008 at 06:18:51PM -0700, Craig White wrote: > On Sat, 2008-01-12 at 20:03 -0500, fred smith wrote: > > Hi! > > > > I'm trying to install centos 5.1 as a http installation from a centos > > mirror. > > > > i've done it before with Fedora, figured I could do it with Centos, too, > > but every time I try it, it goes all the way thru Anaconda to the point > > of entering the root password, then I get an error about not being > > able to find the repodata. > > > > I note that the section in the "upstream" manuals about network installs > > imply (without ever being extremely specific) that you would have your > > own server with the files on it. Is this some limitation that prevents > > us from using a centos mirror instead? > > > > Anyway, I've tried with two mirrors. when it asked me for the system > > name and the path to the directory, I entered this (for one of the > > tries): > > > > www.gtlib.gatech.edu > > /pub/centos/5.1/os/i386 > > > > and for the other mirror > > > > mirror.rhsmith.umd.edu > > /pub/centos/5.1/os/i386 > > > > in the two lines of the form. > > > > Is this right? (the manuals aren't really really terribly explicit). > > I would expect it to work as you had it though... > - I would use /pub/centos/5/os/i386 > - I would use the same boot disc, i.e. > > http://www.gtlib.gatech.edu/pub/centos/5/isos/i386/CentOS-5.1-i386-bin-1of6.iso > to boot the computer > > but either way, it should have worked though I thought that the Georgia > Tech web server was quite slow to respond...perhaps anaconda is just > timing out. > > as with your path (5.1), the repodata directory is indeed there... > > http://www.gtlib.gatech.edu/pub/centos/5/os/i386/repodata/ > > Craig Well. tried it yet again, using the rhsmith.edu site (for not the first time) and it's working this time. I followed your suggestion of using centos/5 instead of centos/5.1. Thanks! -- Fred Smith -- [EMAIL PROTECTED] - The Lord detests the way of the wicked but he loves those who pursue righteousness. - Proverbs 15:9 (niv) - pgptxqKoyrseC.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] sound conversion assistance
OK, I downloaded a batch of ".rm" audio files from the net. I can play them with mplayer or realplayer, but how can I convert them to something else, e.g. mp3, etc.? So far haven't unearthed any tools that can both read them and write out in another format. Thanks! -- Fred Smith -- [EMAIL PROTECTED] - "For him who is able to keep you from falling and to present you before his glorious presence without fault and with great joy--to the only God our Savior be glory, majesty, power and authority, through Jesus Christ our Lord, before all ages, now and forevermore! Amen." - Jude 1:24,25 (niv) - pgpkLyMhgOzLY.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] WPA question
HI I admit up front that I know just enough about wireless networking to know that I don't know much at all about it. That said, I'm hoping someone can help me learn a little bit... Specifically, could a laptop running Centos 5.1 be expected to (be able to) connect to a wireless access point using WPA2 security settings? I don't know if WPA depends on hardware support, or if it'll work on any ole machine. Nor do I know what is involved in making it happen. Clues would be appreciated. Thanks! -- Fred Smith -- [EMAIL PROTECTED] - "For the word of God is living and active. Sharper than any double-edged sword, it penetrates even to dividing soul and spirit, joints and marrow; it judges the thoughts and attitudes of the heart." Hebrews 4:12 (niv) -- pgp0xclMRb8ue.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] WPA question
On Sun, Jan 27, 2008 at 01:39:01PM +0100, Olaf Mueller wrote: > fred smith wrote: > > Hello. > > > Specifically, could a laptop running Centos 5.1 be expected to (be > > able to) connect to a wireless access point using WPA2 security > > settings? > Yes, it could. I am using a laptop with a pcmcia wlan card with wpa2 > and aes and 54Mbit/s. It is connected with a speedport 701 access > point. This is working cause of the ralink rt61 chipset of the wlan > card. This setting is working without any problems here. You can get > the driver from > http://www.ralinktech.com/ralink/Home/Support/Linux.html. You have to > compile this driver after each new kernel update. > > The most problem is to find a wlan card with a ralink rt61 chipset at > the moment. I have found one at > http://www.tuxhardware.de/product431/product_info.html for my second > notebook. Thanks, Olaf, as well as those others who have replied. I guess I'm going to have to figure out what wireless chipset is in use in this laptop. It's built in and "just works" for WEP, without effort, so one could hope it's well-enough supported for WPA. A year or so ago when I first got my wireless router (Linksys WRT54GL) I couldn't get WPA to work with FC5, but then I didn't have a clue HOW, either. Since that is my only wireless device, and since I don't use it a lot at home (mostly for travel) I usually leave wireless disabled in the router anyway, especially since WEP isn't secure. -- --- .Fred Smith / ( /__ ,__. __ __ / __ : / // / /__) / / /__) .+' Home: [EMAIL PROTECTED] // (__ (___ (__(_ (___ / :__ 781-438-5471 Jude 1:24,25 - pgpgiBXRhxWYJ.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] DVD support on CentOS 5.1
On Sat, Feb 02, 2008 at 09:01:48AM -0700, David G. Miller wrote: > On Feb 1, 2008 2:17 AM, Ross Cavanagh <[EMAIL PROTECTED]> wrote: > >> > > > >>> > > >>> > The package that you want to install from rpmforge is: > >>> > > >>> > gstreamer-ugly-plugins > >>> > > >>> > It should make gstreamer (and totem on centos5) be able to play dvds. > >>> > > >>> > I am not sure if it works, as I use mplayer on my personal > >>workstation :D > >>> > > >>> > Thanks, > >>> > Johnny Hughes > >> > >> Also, you may require libdvd, this is available from the rpmforge repo. > >> > >> -Ross- > >> > > > > That should be gstreamer-plugins-ugly. I usually only make such > transpositions with numbers. hmm. doesn't work for me. Totem still says: Totem cannot play this type of media (DVD) because you do not have the appropriate plugins to handle it. But of course it doesn't say which plugins it wants. vlc and mplayer both work for DVDs,... wonder what else totem needs? -- Fred Smith -- [EMAIL PROTECTED] - "And he will be called Wonderful Counselor, Mighty God, Everlasting Father, Prince of Peace. Of the increase of his government there will be no end. He will reign on David's throne and over his kingdom, establishing and upholding it with justice and righteousness from that time on and forever." --- Isaiah 9:7 (niv) -- pgpikgmXbOSwb.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] VPNC
On Wed, Feb 06, 2008 at 01:22:45PM -0500, Terry Polzin wrote: > What's the best bet for getting vpnc on v5.1? > > Compile from cource, DAG repo, other repo? > > Compiled from source I can't seem to get a response from the target. I built it from source and it works fine for me. For most sites. There are some to which it won't connect, or to which I cannot login or ping after it connects. For those few I use the real cisco client, as much as I don't like to. Do you have your .conf file, for the site in question, set up correctly? If you have a .pcf file for it, you can convert it with 'pcf2vpnc' into a vpnc .conf file. -- Fred Smith -- [EMAIL PROTECTED] - The eyes of the Lord are everywhere, keeping watch on the wicked and the good. - Proverbs 15:3 (niv) - pgpU39X8yjVzz.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] automatically select a virtual console
On Fri, Feb 08, 2008 at 08:42:03AM -0800, Ray Van Dolson wrote: > On Fri, Feb 08, 2008 at 11:37:24AM -0500, Jerry Geis wrote: > > Is there a way in a shell script to switch virtual consoles? > > I want to switch to virtual console 3 using a command line . > > How do I do that? > > chvt > > Ray There's also "switchto" which appears to do pretty much the same thing, as far as I can tell from reading the man page. -- Fred Smith -- [EMAIL PROTECTED] - I can do all things through Christ who strengthens me. -- Philippians 4:13 --- pgpELGG0LtVOU.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
RE: [CentOS] CentOS, ISDN and Fax ...
> -Original Message- > From: Bill Campbell [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 02, 2008 12:35 PM > To: centos@centos.org > Subject: Re: [CentOS] CentOS, ISDN and Fax ... > > On Sun, Mar 02, 2008, Ralph Angenendt wrote: > >Hey guys, > > > >is anyone of you using CentOS (4/5) for an ISDN fax gateway? > I just had > >someone over here at the CentOS booth who wanted to know if > there's a > >possibility to integrate the AVM CAPI into CentOS and then use the > >machine as a fax gateway with 2, 3 or 4 S0 buses. > > > >Is that possible? > > Probably. It's been quite a while since I did any new ISDN > connections, and have never done it with internal cards, only > with device line Annex 8000s via PRIs, and smaller Ascend > Pipelines and Max 1600s (I have a couple of Max 1600s and a > variety of Pipelines here we're not using if anybody is > interested). I looked at a variety of internal ISDN cards > with Linux about 10 years ago, but preferred to stick with > external devices. > > We use HylaFAX for all our incoming and outgoing fax, with > Multitech external modems. I've always avoided any internal > modems as it's kinda hard to reset a wedged internal modem > without rebooting the machine. > > Bill > -- > INTERNET: [EMAIL PROTECTED] Bill Campbell; Celestial Software LLC > URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way > FAX:(206) 232-9186 Mercer Island, WA 98040-0820; > (206) 236-1676 > > Life is not a journey to the grave with the intention of > arriving safely in one pretty and well preserved piece, but > to skid across the line broadside, thoroughly used up, worn > out, leaking oil, shouting GERONIMO! > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > > What Multitech external modem(s) do you recommend using with HylaFax? Fred Kienker AT4B 5261 Sunset Trail Marietta, GA 30068 [EMAIL PROTECTED] <<mailto:[EMAIL PROTECTED]>> 770.518.6166 Phone 770.518.6992 Fax ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Anyone installed the amazon downloader on 5.1?
Just tried to install the Amazon-downloader on Centos 5.1 (the Fedora 8 version, which seems the closest match of any they offer). Of course it gets a bazillion unfulfilled dependencies. so I tried "yum localinstall ./a*m" and it trundles along for a while finding several of the packages available then spews out this: Error: Missing Dependency: libboost_date_time.so.3 is needed by package amazonmp3 Error: Missing Dependency: libboost_signals.so.3 is needed by package amazonmp3 Error: Missing Dependency: libboost_iostreams.so.3 is needed by package amazonmp3 Error: Missing Dependency: libboost_thread-mt.so.3 is needed by package amazonmp3 Error: Missing Dependency: libcurl.so.4 is needed by package amazonmp3 Can anyone point me to a repo where I could find these? Or other tricks for getting this to work? Thanks! -- Fred Smith -- [EMAIL PROTECTED] - "Not everyone who says to me, 'Lord, Lord,' will enter the kingdom of heaven, but only he who does the will of my Father who is in heaven." -- Matthew 7:21 (niv) - pgpyvEqyqYc98.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Cisco PIX vpn software
On Fri, Mar 28, 2008 at 12:49:57PM -0600, Joseph L. Casale wrote: > Anyone got a resource on setting up a CentOS box to connect to a Cisco PIX > 5xx VPN using IPSec? I don't know if it matters but an important part of > functionality would be split tunneling, I need to maintain that from the > windows side of functionality. > > Thanks! > jlc I don't know anything about "split tunneling". But I use VPNC for most of my cisco vpn work: http://www.unix-ag.uni-kl.de/~massar/vpnc/ There's also the "real" Cisco client for Linux. You're allegedly supposed to be a real cisco customer to get access to it, but you should be able to find it here too: http://www.uni-konstanz.de/RZ/wlan/ipsec/software/ -- Fred Smith -- [EMAIL PROTECTED] - "And he will be called Wonderful Counselor, Mighty God, Everlasting Father, Prince of Peace. Of the increase of his government there will be no end. He will reign on David's throne and over his kingdom, establishing and upholding it with justice and righteousness from that time on and forever." --- Isaiah 9:7 (niv) -- pgp78kBJ86CPm.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Cisco PIX vpn software
On Sat, Mar 29, 2008 at 12:38:06AM -0600, Joseph L. Casale wrote: > >I don't know anything about "split tunneling". But I use VPNC for most > >of my cisco vpn work: http://www.unix-ag.uni-kl.de/~massar/vpnc/ > > > > Fred, > What do you need to get vpnc compiled and installed? It looks as if it is available as a "el5" package from the rpmforge repository, but I just downloaded the source package from the URL given above and did "make". The README in the source directory says it requires libgcrypt (and though it doesn't say specifically, that probably means the 'devel' package for libgcrypt). Fred -- Fred Smith -- [EMAIL PROTECTED] - The eyes of the Lord are everywhere, keeping watch on the wicked and the good. - Proverbs 15:3 (niv) - pgprIxY7P5Zjs.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] yum dependency problem
Hi! I recently removed (rpm -e) all the openoffice packages (2.0.4) from Centos and replaced them with Sun's packages for openoffice 2.4. Works fine. however, now whenever I run yum update I get this: = Package Arch Version RepositorySize = Updating: openoffice.org-base i386 1:2.0.4-5.4.25 updates 868 k openoffice.org-calc i386 1:2.0.4-5.4.25 updates 7.7 M openoffice.org-draw i386 1:2.0.4-5.4.25 updates 1.1 M openoffice.org-emailmerge i386 1:2.0.4-5.4.25 updates63 k openoffice.org-graphicfilter i386 1:2.0.4-5.4.25 updates 205 k openoffice.org-impress i386 1:2.0.4-5.4.25 updates 1.6 M openoffice.org-javafilter i386 1:2.0.4-5.4.25 updates 148 k openoffice.org-math i386 1:2.0.4-5.4.25 updates 1.3 M openoffice.org-pyunoi386 1:2.0.4-5.4.25 updates 184 k openoffice.org-writer i386 1:2.0.4-5.4.25 updates 3.0 M openoffice.org-xsltfilter i386 1:2.0.4-5.4.25 updates97 k Installing for dependencies: openoffice.org-core i386 1:2.0.4-5.4.25 updates88 M Transaction Summary = Install 1 Package(s) Update 11 Package(s) Remove 0 Package(s) Total download size: 104 M what I'd like to know is why does it think it needs to update all those openoffice packages? They don't exist on the machine anymore, I removed all of 'em. How can I get it to stop doing this? Thanks! -- --- .Fred Smith / ( /__ ,__. __ __ / __ : / // / /__) / / /__) .+' Home: [EMAIL PROTECTED] // (__ (___ (__(_ (___ / :__ 781-438-5471 Jude 1:24,25 - pgpAF1qJNUzqc.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
RE: [CentOS] Re: MS Exchange Replacement
> -Original Message- > From: Bill Campbell [mailto:[EMAIL PROTECTED] > Sent: Monday, April 07, 2008 2:03 PM > To: centos@centos.org > Subject: Re: [CentOS] Re: MS Exchange Replacement > > On Mon, Apr 07, 2008, Johnny Hughes wrote: > >Jun Salen wrote: > >>Joseph L. Casale wrote: > >>>What is the closest open source mail server I can replace exchange > >>>with that provides the nearest equivalent in user experience? > >>> > >>>Thanks! > >>>jlc > >> > >>I use Zimbra OS Edition with more than 300 users, Ajax and HTML > >>capable and very easy to setup. Looks professional in terms of > >>interface. Good community too. The only problem is that it > was bought > >>by Yahoo which is planning to buy by M$, but since OS > version was GPL, > >>then I assume that the project will continue even after > acquired by M$. Maybe. > > > >it is NOT GPL, it is YPL > ><http://www.zimbra.com/license/yahoo_public_license_1.0.html> > and can > >not be redistributed without attribution ... so if the M$ buy out > >happens there is no guarantee that another version could be > made under > >the terms of the YPL. > > > >There has been MUCH dismay about this in the Zimbra forums > ... and we > >will have to see what happens if the buyout happens. > > As well there should be. Microsoft has a long history of > buying software companies that have *nix solutions that > compete with their own products, then killing the *nix > versions (RealWorld and other accounting software comes to mind). > > At one time HP had a promising Exchange replacement, which > they dropped. There are those who think that M$ brought > pressure on HP to drop this, and HP probably sells far more > systems running Windows than they do running *nix systems. > > Bill > -- > INTERNET: [EMAIL PROTECTED] Bill Campbell; Celestial Software LLC > URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way > Voice: (206) 236-1676 Mercer Island, WA 98040-0820 > Fax:(206) 232-9186 > > Liberty don't work as good in practice as it does in speeches. > Will Rogers___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > > The HP product OpenMail lives on as Scalix. It's not the best license but it has a goood community. They were purchased in the fall of 2007 by Xandros which has a "special relationship" with Microsoft. It's a bit of a worry but so far so good. Scalix can push email to Blackberry's and the Blackberry desktop sync program works well with the Scalix - Outlook combination. Scalix promises better integration "shortly". While it installs with sendmail, it does allow use of postfix, amavis, spamassasin, and clam. For the most part "plays well with others." Like Zimbra it does tend to take over but not NEARLY to the same extent. For example we have successfully integrated Samba on the same server with good results. YMMV Fred Kienker AT4B 5261 Sunset Trail Marietta, GA 30068 [EMAIL PROTECTED] <<mailto:[EMAIL PROTECTED]>> 770.518.6166 Phone 770.518.6992 Fax "Advanced Technologies For Business" This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Me llega mucho spammmmm
On Tue, 2007-07-31 at 22:14 -0500, Cartman wrote: > Hola, estoy usando Centos 4.4 con sendmail y me llega demasiado > spam... al menos 50 en el día, que debo hacer para que no me llegue > tanto spam... que debo configurar... gracias. > > -- > Gracias. > Atentamente, > Carlos Arturo Trujillo Silva > Ingeniero de Sistemas > ___ ¿Spamassissin? Fred ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Gnome panels
Hi! Just installed Centos 5 (I've been running 4.x which was an upgrade from previous versions, for a long time), but this one was a fresh install. Now Gnome gives me the two panel configuration (one at top, one at bottom) but I prefer the single, larger panel at the bottom. Anyone know how to tweak Gnome to revert to the single-panel form? Thanx! -- Fred Smith -- [EMAIL PROTECTED] - The Lord detests the way of the wicked but he loves those who pursue righteousness. - Proverbs 15:9 (niv) - pgp7i7ZuuQq0w.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] New launcher in Gnome
Hi! In Centos 5, when I add a launcher to the desktop, it doesn't allow me to choose an icon for the launcher. After creating it, right-click/properties also has no way to choose an icon. It seems to assign one itself, and the one i get looks like a small terminal window, or something. How can I pick the icon for a desktop launcher myself? My old Centos 4.5 installation allowed me to pick the icon. This seems to be a step backwards. Tks! Fred -- Fred Smith -- [EMAIL PROTECTED] - "For him who is able to keep you from falling and to present you before his glorious presence without fault and with great joy--to the only God our Savior be glory, majesty, power and authority, through Jesus Christ our Lord, before all ages, now and forevermore! Amen." - Jude 1:24,25 (niv) - pgpMWcJtIOiSQ.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Gnome panels
On Sat, Oct 06, 2007 at 04:15:13PM -0600, Frank Cox wrote: > On Sat, 06 Oct 2007 18:08:32 -0400 > fred smith <[EMAIL PROTECTED]> wrote: > > > Anyone know how to tweak Gnome to revert to the single-panel form? > > Just right-click on the panel that you don't want and delete it. > > Right-click on the other one and use the properties menu to increase its size. > > Once you're happy with it, put your configuration into /etc/skel so new users > will automatically get it too. But how do I get the menus, etc., from the top panel onto the bottom one? -- --- Under no circumstances will I ever purchase anything offered to me as the result of an unsolicited e-mail message. Nor will I forward chain letters, petitions, mass mailings, or virus warnings to large numbers of others. This is my contribution to the survival of the online community. --Roger Ebert, December, 1996 - The Boulder Pledge - pgpEHJeHZ3S0n.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] New launcher in Gnome
On Sat, Oct 06, 2007 at 04:17:52PM -0600, Frank Cox wrote: > On Sat, 06 Oct 2007 18:14:48 -0400 > fred smith <[EMAIL PROTECTED]> wrote: > > > How can I pick the icon for a desktop launcher myself? > > When creating the launcher, click where it says "no icon" to select your icon. > > Afterward, you can select "properties", then click on the icon where it > appears > on the Basic tab and select your icon. > > Or you can manually edit the relevant .desktop file under ~/Desktop to point > to > the icon that you want. Thanks, Frank! -- Fred Smith -- [EMAIL PROTECTED] - "Not everyone who says to me, 'Lord, Lord,' will enter the kingdom of heaven, but only he who does the will of my Father who is in heaven." -- Matthew 7:21 (niv) - pgpYdh5wyAvAq.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Gnome panels
On Sat, Oct 06, 2007 at 04:23:37PM -0600, Frank Cox wrote: > On Sat, 06 Oct 2007 18:19:13 -0400 > fred smith <[EMAIL PROTECTED]> wrote: > > > But how do I get the menus, etc., from the top panel onto the bottom one? > > Right-click on the item you want to move, select move, move it to the bottom > one. > > Or just delete the whole top panel and re-create it on the bottom by > right-clicking on the bottom panel and selecting "Add to Panel". OK, I can see how that can be made to work. But that doesn't seem to give me what I want, still. When I upgraded from a Centos-3 to centos-4 system, I retained the older look of the panels. But when installing Centos4 afresh it gives the new look. Even doing what you propose doesn't, as far as I can see, make the panel look like it did in the older versions. But since one can retain that look when upgrading an older system to the newer gnome, I surmise that the difference is entirely in the configuration. So, if I knew how to hack at the configurations (which I've not been able to figure out, so far) I should be able to get what I want. Example: the workspace switcher, in the older version, is a box that is 2X2, not four in a row. The panel buttons for switching tasks take up half the height of the panel, not the full height (as they do when I simply enlarge the panel of the new installation) and can be stacked two high on the panel. Frank, I appreciate your helpful advice! It's just that it doesn't seem to be taking me quite where I would like to go. Thanks anyhow! Fred -- Fred Smith -- [EMAIL PROTECTED] - The eyes of the Lord are everywhere, keeping watch on the wicked and the good. - Proverbs 15:3 (niv) - pgp7H7tdwzfDT.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Strange sound/browser problem on Centos5
I just did (the other day) a clean install of Centos 5 and am having a really weird problem that I never had before (on centos 4.5). when listening to nrk p2 (http://www.nrk.no/p2/) using Firefox, and when the small window for the player gets obscured by another window the sound stops playing. Move the obscuring window and it starts right up. I haven't yet been able to tell if it is paused, or if it is just silenced but still running. Anybody got any clues? -- Fred Smith -- [EMAIL PROTECTED] - "For the word of God is living and active. Sharper than any double-edged sword, it penetrates even to dividing soul and spirit, joints and marrow; it judges the thoughts and attitudes of the heart." Hebrews 4:12 (niv) -- pgpkJCjgFqiXX.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Strange sound/browser problem on Centos5
On Mon, Oct 08, 2007 at 07:46:20PM -0700, Bart Schaefer wrote: > On 10/8/07, fred smith <[EMAIL PROTECTED]> wrote: > > when listening to nrk p2 (http://www.nrk.no/p2/) using Firefox, and when the > > small window for the player gets obscured by another window the sound > > stops playing. > > You don't say what application is used for "the player" but I believe > this is an mplayer configuration setting. It may even be the default > setting; it's behaved that way for me for a long while, but I no > longer recall whether I explicitly set it. it isn't obvious what the player is... it looks like another browser window... I'll take a look for mplayer settings. thanks! -- Fred Smith -- [EMAIL PROTECTED] - But God demonstrates his own love for us in this: While we were still sinners, Christ died for us. --- Romans 5:8 (niv) -- pgpJjIBjh5luh.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] SOLVED--Strange sound/browser problem on Centos5
On Mon, Oct 08, 2007 at 07:46:20PM -0700, Bart Schaefer wrote: > On 10/8/07, fred smith <[EMAIL PROTECTED]> wrote: > > when listening to nrk p2 (http://www.nrk.no/p2/) using Firefox, and when the > > small window for the player gets obscured by another window the sound > > stops playing. > > You don't say what application is used for "the player" but I believe > this is an mplayer configuration setting. It may even be the default > setting; it's behaved that way for me for a long while, but I no > longer recall whether I explicitly set it. Ah, thanks for the hint! I dug around for docs on mplayerplug-in and there's a config item to enable/disable pausing playback when the window is hidden, so I changed it and voila! -- Fred Smith -- [EMAIL PROTECTED] - "And he will be called Wonderful Counselor, Mighty God, Everlasting Father, Prince of Peace. Of the increase of his government there will be no end. He will reign on David's throne and over his kingdom, establishing and upholding it with justice and righteousness from that time on and forever." --- Isaiah 9:7 (niv) -- pgp48eVr8i6Vf.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Balsa for CentOS ??
Anybody know where I can find a RPM of a recent version of Balsa for RH5 or Centos 5? Dag, et al, don't seem to have it. Thanks! -- Fred Smith -- [EMAIL PROTECTED] - The Lord is like a strong tower. Those who do what is right can run to him for safety. --- Proverbs 18:10 (niv) - pgp1cTyFT8zdT.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Balsa for CentOS ??
On Wed, Oct 10, 2007 at 08:05:32PM -0700, mark pryor wrote: > > > fred smith <[EMAIL PROTECTED]> wrote: Anybody know where I can find a RPM of > a recent version of Balsa for > RH5 or Centos 5? Dag, et al, don't seem to have it. > > > Fred, > > I looked into building the version from the FC6 extras repo. My build box is > KDE, but ideally one needs a Gnome devel box to build balsa. > > Do you want it for i386 or x86_64? Is there anything special about your env.? > On further info I might go ahead and build it. I'm on a 32-bit x86 (Athlon) system, so if you do bother to build it that's the one I'd like. I grabbed the latest source tarball (where'd you find the src.rpm??) from the balsa web page, and it quickly blew up (in ./configure) because of missing dependencies. It seems to want different versions of some of the libs I've already got. Thanks for replying, and please let me know if you get anywhere with the build. Fred > > My first cut at the dependencies got this > > 1st build attempt -- > [EMAIL PROTECTED] balsa]$ rpmbuild --sign --rebuild --define 'dist .el5' > balsa-2.3.20-1.fc6.src.rpm > Enter pass phrase: > Pass phrase is good. > Installing balsa-2.3.20-1.fc6.src.rpm > warning: InstallSourcePackage: Header V3 DSA signature: NOKEY, key ID 1ac70ce6 > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > warning: user mockbuild does not exist - using root > warning: group mockbuild does not exist - using root > error: Failed build dependencies: > aspell-devel is needed by balsa-2.3.20-1.el5.x86_64 > gmime-devel is needed by balsa-2.3.20-1.el5.x86_64 > gnome-vfs2-devel is needed by balsa-2.3.20-1.el5.x86_64 > gtkhtml2-devel is needed by balsa-2.3.20-1.el5.x86_64 > gtkspell-devel is needed by balsa-2.3.20-1.el5.x86_64 > intltool is needed by balsa-2.3.20-1.el5.x86_64 > libesmtp-devel >= 1.0.4 is needed by balsa-2.3.20-1.el5.x86_64 > libgnome-devel is needed by balsa-2.3.20-1.el5.x86_64 > libgnomeprint22-devel is needed by balsa-2.3.20-1.el5.x86_64 > libgnomeprintui22-devel is needed by balsa-2.3.20-1.el5.x86_64 > libgnomeui-devel is needed by balsa-2.3.20-1.el5.x86_64 > libnotify-devel is needed by balsa-2.3.20-1.el5.x86_64 > -- end snip -- > > -- missing packages - > Dependencies Resolved > > = > Package Arch Version RepositorySize > = > Installing: > aspell-develi386 12:0.60.3-7.1base 39 k > aspell-develx86_64 12:0.60.3-7.1base 38 k > gmime-devel x86_64 2.2.4-1.el5.rf rpmforge 307 k > gtkhtml2-devel x86_64 2.11.0-3 base 43 k > gtkhtml2-devel i386 2.11.0-3 base 43 k > gtkspell-devel i386 2.0.11-2.1 base 17 k > gtkspell-devel x86_64 2.0.11-2.1 base 18 k > libgnome-devel i386 2.16.0-6.el5 base 73 k > libgnome-devel x86_64 2.16.0-6.el5 base 73 k > libgnomeprint22-devel x86_64 2.12.1-9.el5 base 87 k > libgnomeprint22-devel i386 2.12.1-9.el5 base 88 k > libgnomeprintui22-devel i386 2.12.1-6 base 147 k > libgnomeprintui22-devel x86_64 2.12.1-6 base 158 k > libgnomeui-develi386 2.16.0-5.el5 base 295 k > libgnomeui-develx86_64 2.16.0-5.el5 base 295 k > libnotify-devel x86_64 0.4.2-6.el5 base 19 k > libnotify-devel i386 0.4.2-6.el5 base 19 k > Installing for dependencies: > GConf2-develx86_64 2.14.0-9.el5 base 93 k > ORBit2-develx86_64 2.14.3-4.el5 base 387 k > dbus-glib-devel x86_64 0.70-5 base 10 k > gaili386 1.9.2-1.fc6 base 353 k > gail-devel x86_64 1.9.2-1.fc6 base 19 k > ghostscript-fonts noarch 5.50-13.1.1 base 801 k > gnome-keyring-devel x86_64 0.6.0-1.fc6 base 25 k > gn
[CentOS] OT -- FLASH question
sorry, this is OT. I'm using the 9.x flash plugin with firefox on Centos 5. I keep hearing about "fullscreen mode" in flash, and it is said that it works on Linux. How do you get into that mode? I saw some videos from youtube the other day on a windows box and they were full screen. On my Centos box the same videos play in a small window in the browser. I see no mechanism at all for entering a fullscreen mode. Clues? -- Fred Smith -- [EMAIL PROTECTED] - "For the word of God is living and active. Sharper than any double-edged sword, it penetrates even to dividing soul and spirit, joints and marrow; it judges the thoughts and attitudes of the heart." Hebrews 4:12 (niv) -- pgp5tG3yqONEh.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] OT -- FLASH question
On Sat, Oct 13, 2007 at 02:31:10AM -0400, Ignacio Vazquez-Abrams wrote: > On Fri, 2007-10-12 at 21:26 -0400, fred smith wrote: > > sorry, this is OT. > > > > I'm using the 9.x flash plugin with firefox on Centos 5. > > > > I keep hearing about "fullscreen mode" in flash, and it is said that > > it works on Linux. How do you get into that mode? > > > > I saw some videos from youtube the other day on a windows box and they > > were full screen. > > > > On my Centos box the same videos play in a small window in the browser. I > > see no mechanism at all for entering a fullscreen mode. > > > > Clues? > > First, you need a prerelease version of the Flash plugin: Ah. so the "real" released 9.x doesn't do it. Thanks. I got the current beta and it will do the job. Thanks! > > http://labs.adobe.com/technologies/flashplayer9/ > > Second, the Flash movie needs to request full-screen mode. Try the > various controls in it. > > -- > Ignacio Vazquez-Abrams <[EMAIL PROTECTED]> > > PLEASE don't CC me; I'm already subscribed > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos -- Fred Smith -- [EMAIL PROTECTED] - The Lord detests the way of the wicked but he loves those who pursue righteousness. - Proverbs 15:9 (niv) - pgpAC9DozeLkw.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Sword Project for centos 5
Hi! Anyone know of RPMS for the Sword Project (and Bibletime and/or GnomeSword) for Centos5/RHEL5? Latest RPMS I've found have a ton of dependencies, some of which are older than packages I've already got. Thanks! -- --- .----Fred Smith / ( /__ ,__. __ __ / __ : / // / /__) / / /__) .+' Home: [EMAIL PROTECTED] // (__ (___ (__(_ (___ / :__ 781-438-5471 Jude 1:24,25 - pgpHDwHXCAUHb.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Display resolution problem on Centos 4.5
I've got a Centos 4.5 box at work (installed at 4.0 and kept up to date) that's having a really weird problem I haven't been able to figure out. It's been doing on for a loong time but today it just got my goat and I spent some bit of time fighting with it, unsuccessfully. /etc/X11/xorg.conf specifies that the display resolution should be 1280x1024. When root logs in it is. when a user named 'interface' logs in it is. When I log in with my normal login, 'fredex', it isn't. I get 1152x864. when I look at the "screen resolution" utility on the preferences menu it says 1280x1024. when I look at the "display" utility on the "system settings" menu it says 1280x1024. but using the monitor's OSD settings, the monitor says it's 1152x864. I CAN force it to 1280x1024 by using 'xrandr', and it then works fine at that resolution until I log in the next time. I'm left to conclude that at some point in the murky past that I must have done SOMETHING in Gnome that causes Gnome to somehow mess with the resolution when I login but not when other users do. But I've been reading the Centos forums, the Red Hat Knowledgebase, and the FAQs at gnome.org, and none of them has shed any light on this issue. Can any of you help please? Thanks in advance! -- Fred Smith -- [EMAIL PROTECTED] - I can do all things through Christ who strengthens me. -- Philippians 4:13 --- pgp4QXuV7yiXo.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] extras and vlc
On Thu, Oct 18, 2007 at 03:34:07PM -0400, Jerry Geis wrote: > What are the chances that a package such as vlc from http://videolan.org/vlc > would become included in extras? so a yum install vlc would work. I got vlc by doing "yum install vlc". I think it came from freshrpms. The Centos web site has instructions on how to set up freshrpms on your system. -- Fred Smith -- [EMAIL PROTECTED] - "For the word of God is living and active. Sharper than any double-edged sword, it penetrates even to dividing soul and spirit, joints and marrow; it judges the thoughts and attitudes of the heart." Hebrews 4:12 (niv) -- pgpWedNCScrHQ.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] extras and vlc
On Fri, Oct 19, 2007 at 01:12:18PM +0200, Ralph Angenendt wrote: > fred smith wrote: > > I got vlc by doing "yum install vlc". I think it came from freshrpms. > > The Centos web site has instructions on how to set up freshrpms on your > > system. > > I don't think so, as freshrpms doesn't do packages for Enterprise Linux. > > ITYM rpmforge. See http://wiki.centos.org/Repositories. > > Cheers, > > Ralph Yes, osryr. I meant rpmforge. Thanks for the corerction. > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos -- Fred Smith -- [EMAIL PROTECTED] - The Lord detests the way of the wicked but he loves those who pursue righteousness. - Proverbs 15:9 (niv) - pgp4YHRSqk3kn.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Screensave issue in Centos 4.5
On Thu, Nov 08, 2007 at 12:04:14AM -0600, Frank Cox wrote: > On Wed, 07 Nov 2007 23:12:32 -0500 > fred smith <[EMAIL PROTECTED]> wrote: > > > Anyone got any idea how I can figure this one out? > > Is it possible that external factors are causing this? For example, the chap > going past your desk to switch the coffee pot on may shake the desk enough to > make the mouse move. Etc. Doubt it. Office closed at night. I've got (luckily) my own office. I'm often the first person there, but it'a always like this. -- Fred Smith -- [EMAIL PROTECTED] - I can do all things through Christ who strengthens me. -- Philippians 4:13 --- pgpO7tiML6znY.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
[CentOS] Screensave issue in Centos 4.5
Hi! I've got a Centos 4.5 box at work. I recently got a new LCD monitor and since that time have been having screen saver problems (they might have been occurring with the older CRT too but if so I didn't notice.) I've set it up to use "blank screen" only, to go to black screen in 20 minutes. Then I set up powersave to progress through the three modes at short intervals so that after an hour the display should be powered off. If I sit there and watch it (say, e.g. I'm busy doing paperwork and don't use the computer for a while :) it'll do exactly that, i.e., the display goes OFF. So, I leave at the end of the day. When I come in the next morning the screen is NOT powered off, the power light is on (not yellow, not off) and every little while an OSD window pops up saying it's getting no video signal. So, somewhere between going off in the short-term and being idle for 12-14 hours overnight, something goes awry and the display appears to get turned back on. Anyone got any idea how I can figure this one out? I have very similar settings at home (now on Centos 5, but also previously on Centos 4.5) and have not observed that behavior. Different computer, different video card, different monitor, though I don't see what difference it should make Thanks! -- Fred Smith -- [EMAIL PROTECTED] - The eyes of the Lord are everywhere, keeping watch on the wicked and the good. - Proverbs 15:3 (niv) - pgpO9Le8YpCIK.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Re: [CentOS] Team CentOS breaks though the 200 ranking barrier.
On Sat, Sep 30, 2006 at 02:24:29PM +0100, Sharon Kimble wrote: > Congratulations to all the CentOS [EMAIL PROTECTED] team members for breaking > through the 200 world ranking barrier. Its taken a bit of time but we've all > helped to do it. Our next target is obviously to achieve 150th in the world > ranking. But, to help achieve that we're going to need more members and more > machines. So, if you think it sounds interesting and you want to learn more, > then please have a look at http://www.sharons.org.uk/cf.html or ask in > #centos-social on irc, or in the usual mailing list. Theres always someone on > hand to advise or to point you in the direction of someone who could possibly > help. > > Thanks everybody, and full steam ahead to the next target! :) > > Sharon. Sharon: I apologize, up front, for bothering you... I've been contributing my CPU to the project ever since I saw this mail from you. Lately, however, I've been having a problem and can't find any way to solve it, I'm hoping you can be so kind as to offer some helpful advice. I keep getting this error: Error: Attempt #xxx to get work failed, and no other work to do. I can't log in when I go to the web site so I can't ask on the forums for help with the problem. It's almost as if my login has been disabled, or something similar. Can you advise me how to resolve this issue? Thanks! -- --- Under no circumstances will I ever purchase anything offered to me as the result of an unsolicited e-mail message. Nor will I forward chain letters, petitions, mass mailings, or virus warnings to large numbers of others. This is my contribution to the survival of the online community. --Roger Ebert, December, 1996 - The Boulder Pledge - pgpvGwpvYorrE.pgp Description: PGP signature ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
RE: [CentOS] Mail Server Install
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 27, 2007 9:19 PM To: CentOS mailing list Cc: centos@centos.org Subject: Re: [CentOS] Mail Server Install - Original Message - From: "Jun Salen" <[EMAIL PROTECTED]> To: centos@centos.org Sent: Wednesday, November 28, 2007 11:54:46 AM (GMT+1000) Australia/Brisbane Subject: [CentOS] Mail Server Install Hi Friends, I am planning to upgrade my mail server from CentOS4.5 to CentOS5. By this, I also planned to replace my postfix mail server with Scalix although the community edition limit me to just 25 premium user, I think it is suffice for us with the remaining user as standard user (with approx. <> 100 users total). Is there a catch on using Scalix based on your experience. I see that Horde is available from Dag's repository, do you think it is better for me to use that instead? Is there anyone using it that may share their gotchas and good points from their experience for me to prepare and be ready. Thank you in advance. junji aisalen.wordpress.com Linux Registered User #253162 Send instant messages to your online friends http://uk.messenger.yahoo.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. Have a look at http://zimbra.com. It has an open-source version with unlimited users. I've tried both it and scalix and much prefer zimbra. Cheers. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. [Fred Kienker] Scalix has announced starting with Version 11.3, to be released mid December 2007, the number of premium users available in the Community Edition will be reduced from 25 to 10. The number of standard users will remain unlimited for now. There is new commercial licenses available starting at 20 users to fill in the gap. You can continue to use Ver. 11.2 which will remain at 25 premium users forever, but there are several serious issues in this version which will not be addressed except by updating to 11.3. In our experience the most current version of the Community Edition tends to be beta test software - YMMV. Using any version of the Community Edition in a commercial or educational environment would not be a good idea without a paid for support contract from Scalix. Best regards ==== Fred Kienker AT4B 5261 Sunset Trail Marietta, GA 30068 [EMAIL PROTECTED] <<mailto:[EMAIL PROTECTED]>> 770.518.6166 Phone 770.518.6992 Fax "Advanced Technologies For Business" This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos