Displaying 20 results from an estimated 10000 matches similar to: "Perl Charting Software"
2015 May 25
4
Systemd
On May 24, 2015 4:46:18 PM PDT, Jonathan Billings <billings at negate.org> wrote:
>> On May 24, 2015, at 18:24, Kirk Bocek <t004 at kbocek.com> wrote:
>>
>> So:
>>
>> $rpm -e --nodeps chrony
>
>No. Bad.
>
Okay, okay! I'll go on the paper.
I'll reinstall chrony. But there *are* places I've needed to use nodeps. Mostly to manage
2015 May 25
3
Systemd
On 5/25/2015 4:40 AM, Jonathan Billings wrote:
>> On May 25, 2015, at 01:10, Kirk Bocek <t004 at kbocek.com> wrote:
>>
>> I'll reinstall chrony. But there *are* places I've needed to use nodeps. Mostly to manage inter-repo package incompatibilities.
> You should look into the yum priorities option to ensure packages from different repos don't step on each
2015 May 22
2
Command line mp3 player
------------ Original Message ------------
> Date: Friday, May 22, 2015 11:52:43 AM -0700
> From: Kirk Bocek <t004 at kbocek.com>
>
> On May 22, 2015 11:46:23 AM PDT, Bowie Bailey
> <Bowie_Bailey at BUC.com> wrote:
>> I have a CentOS 7 server that I want to use as an audio source
>> for our hold music. It does not have a GUI installed, so I am
>>
2015 May 24
4
Systemd
On 5/24/2015 12:22 PM, Gordon Messmer wrote:
> On 05/24/2015 11:41 AM, Kirk Bocek wrote:
>> to activate your selected daemon. I just used the new systemd commands,
>> thinking that would be enough. So I tried that and rebooted. Nope, same
>> problem:
>
> chronyd and ntpd both use UDP port 123, so each will terminate the
> other when it starts. If both are enabled,
2006 May 18
1
Tripplite SU2200XL
Can anyone help getting a Tripplite SU2200XL to work with nut 2.0.3
using the supplied serial cable? Starting the ups service yields:
Starting tripplitesu: Network UPS Tools - Tripp Lite SmartOnline driver
0.02 (2.0.3)
Unable to detect Tripp Lite SmartOnline UPS on port /dev/ttyS0
I also have Tripplite's PowerAlert 12 software installed and when run it
finds the UPS without a problem. So
2008 Jun 03
1
5.1 Anaconda Install Error
I'm unable to install x86_64 on a host. The installer gets through the first
part, asking for install type and it begins loading the images from whatever
media was selected.
Then anaconda spills a series of cryptic messages ending in 'file not found'
and the console on F2 is locked up. I've tried this with physical DVD media,
PXE-HTTP and media-boot HTTP install. It happens
2008 Jun 26
4
RTL8111 Wiki Pages
Howdy,
It appears that CentOS 5.2's support for the RTL8111B/C chip is incomplete.
The wiki has some blanket statements regarding this support:
http://wiki.centos.org/AdditionalResources/HardwareList/CentOS5/RealTek/r1000
http://wiki.centos.org/AdditionalResources/HardwareList/RealTekRTL8111b
I could dive in an make the changes *I* think need to happen but I'd like to
talk to people
2005 Sep 26
0
[Off-list] Re: MythTV on Centos 4
Bryan J. Smith wrote:
> Kirk Bocek <t004 at kbocek.com> wrote:
>
>>- I was originally planning on using KnoppMyth.
>>But their CD appears to be only for i386.
>>Without realizing it, the P4 CPU I picked is one of
>>the newer ones with the x86_64 extensions.
>>It won't boot i386.
>
>
> ??? It should run i386 code all-the-same.
That what I
2020 Sep 22
0
[EXTERNAL] UPS Losing Connection
Can you send me the serial number (at least 1st 12 characters, see: https://www.tripplite.com/support/identify-products) and lsusb -v output for the UPS?
Thank you,
David Zomaya
Tripp Lite
From: Nut-upsuser <nut-upsuser-bounces+david_zomaya=tripplite.com at alioth-lists.debian.net> on behalf of Kirk Bocek <t004 at kbocek.com>
Sent: Tuesday, September 22, 2020 11:55 AM
To:
2020 Sep 22
0
[EXTERNAL] UPS Losing Connection
Thanks!
I think we ran into something similar in the past with the 2012 protocol a while back. Let me look into it and follow up.
Feel free to nudge me if I don't respond in a day or two.
(There are others on the list who may know a fix quicker than I, feel free to chime in!)
From: Kirk Bocek <t004 at kbocek.com>
Sent: Tuesday, September 22, 2020 1:38 PM
To: David Zomaya; nut-upsuser
2020 Sep 24
0
[EXTERNAL] Re: UPS Losing Connection
Not a whole lot to do in the field for a legitimate USB not responding issue other than verify cabling and give a power cycle and/or discharge reset a try (which, given the nature of a UPS isn't always something you can easily do of course).
If it looks like a problem with USB being completely dead, as opposed to just the "drops" issue we started with, I definitely recommend
2015 May 22
0
Command line mp3 player
On 5/22/2015 3:01 PM, Richard wrote:
>
> ------------ Original Message ------------
>> Date: Friday, May 22, 2015 11:52:43 AM -0700
>> From: Kirk Bocek <t004 at kbocek.com>
>>
>> On May 22, 2015 11:46:23 AM PDT, Bowie Bailey
>> <Bowie_Bailey at BUC.com> wrote:
>>> I have a CentOS 7 server that I want to use as an audio source
>>>
2015 May 24
0
Systemd
El s?b., may. 23, 2015 10:37 PM, Kirk Bocek <t004 at kbocek.com> escribi?:
...
Ntpd runs just fine. But why isn't it loading at
boot...
Did you run
systemctl enable ntp.service
after installing it?
HTH,
Carlos.
2015 May 24
0
Systemd
> On May 24, 2015, at 18:24, Kirk Bocek <t004 at kbocek.com> wrote:
>
> So:
>
> $rpm -e --nodeps chrony
No. Bad.
Just disable the service. Breaking your rpm database will just lead to pain down the road. Disabling the service will maintain the integrity of the package dependencies, and most likely a later yum update will reinstall chrony, possibly enabled.
--
Jonathan
2015 May 25
0
Systemd
> On May 25, 2015, at 01:10, Kirk Bocek <t004 at kbocek.com> wrote:
>
> I'll reinstall chrony. But there *are* places I've needed to use nodeps. Mostly to manage inter-repo package incompatibilities.
You should look into the yum priorities option to ensure packages from different repos don't step on each other, however I'd consider any yum repository that requires
2015 May 25
0
Systemd
On May 25, 2015, at 10:48 AM, Kirk Bocek <t004 at kbocek.com> wrote:
> It usually happens when I've wanted to change versions of the same software between repos and that software has been compiled differently. Usually audio-visual software. Yum install triggers a conflict and yum uninstall on the older package cascades a bunch of undesirable uninstalls. The only solution is rpm -e
2015 May 25
1
Systemd
On 5/25/2015 12:12 PM, Jonathan Billings wrote:
> On May 25, 2015, at 10:48 AM, Kirk Bocek <t004 at kbocek.com> wrote:
>> It usually happens when I've wanted to change versions of the same software between repos and that software has been compiled differently. Usually audio-visual software. Yum install triggers a conflict and yum uninstall on the older package cascades a bunch
2005 Jun 24
0
Re: Opteron Mobo Suggestions -- the follies of typical tape backup (it's the 21st century)
From: Kirk Bocek <t004 at kbocek.com>
> Another poster (sorry, could find the name, was it Peter?) mentioned the
> lack of hot-swap support in most of the hardware raid out there. If this
> is the case, what's the point of raid 1 or 5 if a failed drive will hang
> the system? What's your experience with the 3Ware cards?
"Hot-swap" is like saying "3D
2005 Jun 22
11
Opteron Mobo Suggestions
I've been planning to build a dual Opteron server for awhile. I'd like
to get people's suggestions on a suitable motherboard.
I've looked at the Tyan K8SE (S2892) and K8SRE (S2891) but would like to
find more Linux-specific experiences with these boards.
Some features I expect are at least 4 SATA (SATA-300?) ports, serial
console support in the BIOS, USB 2.0 and IEEE-1394
2020 Sep 24
0
[EXTERNAL] Re: UPS Losing Connection
Update from my end:
I found the old thread where I posted a possible resolution for a similar issue on CentOS 7.6 with the same protocol (2012):
https://alioth-lists.debian.net/pipermail/nut-upsuser/2019-June/011451.html
https://alioth-lists.debian.net/pipermail/nut-upsdev/2019-June/007440.html
Some of my initial steps were probably unnecessary, but through a combination of configuration tweaks