search for: iversion

Displaying 9 results from an estimated 9 matches for "iversion".

Did you mean: version
2010 Apr 23
2
[PATCH] Config: Change config to lookup dependencies by name
...n(' ', @$rpmcmd), error => $error))); } + my @installed; foreach my $installed (@output) { $installed =~ /^(\S+)\s+(\S+)\s+(\S+)$/ or die("Unexpected return from rpm command: $installed"); - my ($iepoch, $iversion, $irelease) = ($1, $2, $3); + my ($epoch, $version, $release) = ($1, $2, $3); # Ensure iepoch is always numeric - $iepoch = 0 if('(none)' eq $iepoch); + $epoch = 0 if('(none)' eq $epoch); + + push(@installed, [$epoch, $version, $release]); +...
2010 Feb 12
1
[PATCH] GuestOS: Fix _is_installed to return 0 if the package isn't installed
...command => join(' ', @$rpmcmd), + error => $error))); + } + + foreach my $installed (@output) { $installed =~ /^(\S+)\s+(\S+)\s+(\S+)$/ or die("Unexpected return from rpm command: $installed"); my ($iepoch, $iversion, $irelease) = ($1, $2, $3); -- 1.6.6
2003 Dec 23
6
UTMP logging in Samba 3.0.1 does not have hostnames
Hi, I was testing Samba 3.0.1 as a logon server on a Solaris 9 Sparc box. I compiled Samba using gcc 3.3 with the following options: configure --prefix=/local/samba-3.0.1 --enable-static --with-nis --with-quotas --with-syslog --with-msdfs --with-utmp I set utmp = yes in the smb.conf file The samba server does create login entries but minus the hostname entries. The following
2005 May 24
4
How To Installing tcng at slackware 10.1
How To Installing tcng at slackware 10.1
2012 Jul 18
1
Problem connecting to eaton ups. No matching HID UPS found. Driver failed to start(exit status=1)
..., ReportID: 0x10, Offset: 16, Size: 8, Value: 3 4.940440 Path: UPS.PowerSummary.iProduct, Type: Feature, ReportID: 0x10, Offset: 24, Size: 8, Value: 2 4.940627 Path: UPS.PowerSummary.iSerialNumber, Type: Feature, ReportID: 0x10, Offset: 32, Size: 8, Value: 4 4.940728 Path: UPS.PowerSummary.iVersion, Type: Feature, ReportID: 0x10, Offset: 40, Size: 8, Value: 6 4.985946 Path: UPS.PowerSummary.PercentLoad, Type: Feature, ReportID: 0x07, Offset: 0, Size: 8, Value: 0 4.986141 Path: UPS.PowerSummary.PowerSummaryID, Type: Feature, ReportID: 0x0b, Offset: 88, Size: 8, Value: 1 5.035951 Path:...
2016 May 03
2
New UPS Support: Eaton 5S 1000
Oops... changing that to --with-user=nut solved one problem. I have the driver, upsd and upsmon running now. Thank you! Now I'm back to another issue, every 2 seconds I get in the logs: May 3 13:45:23 myhost upsd[2587]: Connected to UPS [eaton]: usbhid-ups-eaton It seems happy to do this forever. On Tue, May 3, 2016 at 8:17 AM, Charles Lepple <clepple at gmail.com> wrote: > On
2016 May 04
2
New UPS Support: Eaton 5S 1000
...ReportID: 0x10, Offset: 16, Size: 8, Value: 12 5.680012 Path: UPS.PowerSummary.iProduct, Type: Feature, ReportID: 0x10, Offset: 24, Size: 8, Value: 3 5.680020 Path: UPS.PowerSummary.iSerialNumber, Type: Feature, ReportID: 0x10, Offset: 32, Size: 8, Value: 4 5.680027 Path: UPS.PowerSummary.iVersion, Type: Feature, ReportID: 0x10, Offset: 40, Size: 8, Value: 6 5.727946 Path: UPS.PowerSummary.PercentLoad, Type: Feature, ReportID: 0x07, Offset: 0, Size: 8, Value: 0 5.727964 Path: UPS.PowerSummary.PowerSummaryID, Type: Feature, ReportID: 0x0b, Offset: 104, Size: 8, Value: 1 5.777970 Path...
2010 May 19
8
RHN support and capabilities
This patch series includes a repost of Milan's unmodified RHN support patch because I haven't pushed it yet. On top of that patch, it includes the capabilities patch in as many bits as I could make it into. The big one is 7/8. I've tested all of the following guests both with and without RHN registration: Xen RHEL 54 PV Xen RHEL 51 PV Xen RHEL 48 PV ESX RHEL 54 FV
2018 Jan 16
2
Eaton 5PX after battery replacement still says "replace battery" in NUT
...ReportID: 0x10, Offset: 24, Size: 8, Value: 15 7.736992 Path: UPS.PowerSummary.iProduct, Type: Feature, ReportID: 0x10, Offset: 32, Size: 8, Value: 2 7.737001 Path: UPS.PowerSummary.iSerialNumber, Type: Feature, ReportID: 0x10, Offset: 40, Size: 8, Value: 3 7.737010 Path: UPS.PowerSummary.iVersion, Type: Feature, ReportID: 0x10, Offset: 48, Size: 8, Value: 5 7.768583 Path: UPS.PowerSummary.PercentLoad, Type: Feature, ReportID: 0x07, Offset: 0, Size: 8, Value: 30 7.768606 Path: UPS.PowerSummary.PowerSummaryID, Type: Feature, ReportID: 0x0b, Offset: 32, Size: 8, Value: 1 7.806602 Path...