search for: t004

Displaying 20 results from an estimated 65 matches for "t004".

Did you mean: 2004
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 inter-repo package incompatibilities. Fortunat...
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 other...
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 >> looking for a program wit...
2015 May 24
4
Systemd
So I've built my first CentOS 7 host and am learning all the new ways of doing things. I setup and enabled ntpd but after a reboot I get: $ systemctl status ntpd ntpd.service - Network Time Service Loaded: loaded (/usr/lib/systemd/system/ntpd.service; enabled) Active: inactive (dead) After issuing: $ systemctl start ntpd Ntpd runs just fine. But why isn't it loading at boot
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
2020 Sep 22
0
[EXTERNAL] UPS Losing Connection
...mber (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: nut-upsuser at lists.alioth.debian.org Subject: [EXTERNAL] [Nut-upsuser] UPS Losing Connection This is an EXTERNAL email. Please take a moment and think before clicking any links or opening any attachments from this email. If suspi...
2020 Sep 22
0
[EXTERNAL] UPS Losing Connection
...! 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 at lists.alioth.debian.org Subject: Re: [EXTERNAL] [Nut-upsuser] UPS Losing Connection On 9/22/2020 10:01 AM, David Zomaya wrote: > Can you send me the serial number (at least 1st 12 characters, see: ht...
2020 Sep 24
0
[EXTERNAL] Re: UPS Losing Connection
...harge 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 contacting support. From: Kirk Bocek <t004 at kbocek.com> Sent: Thursday, September 24, 2020 11:53 AM To: David Zomaya; Stuart D. Gathman Cc: nut-upsuser at lists.alioth.debian.org Subject: Re: [EXTERNAL] Re: [Nut-upsuser] UPS Losing Connection On 9/24/2020 9:05 AM, David Zomaya wrote: > Update from my end: > > I found the old...
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 >>> for our hold music. It does not have a GUI installed, so I am >>> loo...
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 rei...
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...
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 unde...
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. > > > ??...
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
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
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 of...
2020 Sep 22
2
[EXTERNAL] UPS Losing Connection
On 9/22/2020 10:01 AM, David Zomaya wrote: > 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 > Oh cool, someone from Tripplite. Serial number 3021EYOSM886901200. lsusb -v for just the Tripplite: Bus 003 Device 057: ID 09ae:2012
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 experie...