From jean.pierre.gervasoni at gmail.com Sun Jul 6 19:57:10 2014 From: jean.pierre.gervasoni at gmail.com (Jean-Pierre Gervasoni) Date: Sun, 6 Jul 2014 19:57:10 +0200 Subject: Configuring acpsupsd for CP1500EPFCLCD Message-ID: Dear members, I have set up a OmniOS box on a HP n54l. I have one issue left for now - configuring acpupsd to drive a CyberPower CP1500EPFCLCD unit. Here is a recap of what I did: - Remove HID, replace by UGEN using following link: http://www.packetmischief.ca/2013/01/01/installing-apcupsd-with-usb-support-on-omnios/ - Install pkgutil from http://www.opencsw.org/ - Install CSWapcupsd from http://www.opencsw.org/ - Configured /etc/opt/csw/apcsupsd/apcsupsd.conf to make it work with USB (I have attached the file) - Running apctest failed with a cryptic error message: 2014-07-06 19:32:36 apctest 3.14.10 (13 September 2011) sun Checking configuration ... Attached to driver: usb sharenet.type = Network & ShareUPS Disabled cable.type = USB Cable mode.type = USB UPS Driver Setting up the port ... apctest FATAL ERROR in generic-usb.c at line 674 Cannot find UPS device -- For a link to detailed USB trouble shooting information, please see . apctest error termination completed - I am attaching apcupsd.trace file - Here's a copy of log file when i unplug/plug the usb cable: Jul 6 19:01:02 OmniOS genunix: [ID 408114 kern.info] /pci at 0,0/pci103c,1609 at 12/input at 5 (ugen0) removed Jul 6 19:01:42 OmniOS usba: [ID 912658 kern.info] USB 2.0 device (usb764,501) operating at full speed (USB 1.x) on USB 1.10 root hub: input at 5, ugen0 at bus address 2 Jul 6 19:01:42 OmniOS usba: [ID 349649 kern.info] CP1500EPFCLCD RJB103.551 CPS Jul 6 19:01:42 OmniOS genunix: [ID 936769 kern.info] ugen0 is /pci at 0,0/pci103c,1609 at 12/input at 5 Jul 6 19:01:42 OmniOS genunix: [ID 408114 kern.info] /pci at 0,0/pci103c,1609 at 12/input at 5 (ugen0) online - I'm kind of lost for now..... Thank you for any help you could provide, Jean-Pierre -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: apcupsd.conf Type: application/octet-stream Size: 12874 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: apcupsd.trace Type: application/octet-stream Size: 3960 bytes Desc: not available URL: From laurent at opencsw.org Mon Jul 7 13:34:44 2014 From: laurent at opencsw.org (Laurent Blume) Date: Mon, 07 Jul 2014 13:34:44 +0200 Subject: Configuring acpsupsd for CP1500EPFCLCD In-Reply-To: References: Message-ID: <53BA85D4.6090905@opencsw.org> Hello, Have you tried with an empty DEVICE value? That should be the default for USB. Laurent Le 2014/07/06 19:57 +0200, Jean-pierre Gervasoni a ?crit: > Dear members, > > I have set up a OmniOS box on a HP n54l. I have one issue left for now - > configuring acpupsd to drive a CyberPower CP1500EPFCLCD unit. Here is a > recap of what I did: > > - Remove HID, replace by UGEN using following link: > > http://www.packetmischief.ca/2013/01/01/installing-apcupsd-with-usb-support-on-omnios/ > > - Install pkgutil from http://www.opencsw.org/ > > - Install CSWapcupsd from http://www.opencsw.org/ > > - Configured /etc/opt/csw/apcsupsd/apcsupsd.conf to make it work with > USB (I have attached the file) > > - Running apctest failed with a cryptic error message: > > 2014-07-06 19:32:36 apctest 3.14.10 (13 September 2011) sun > Checking configuration ... > Attached to driver: usb > sharenet.type = Network & ShareUPS Disabled > cable.type = USB Cable > mode.type = USB UPS Driver > Setting up the port ... > apctest FATAL ERROR in generic-usb.c at line 674 > Cannot find UPS device -- > For a link to detailed USB trouble shooting information, > please see . > apctest error termination completed > > - I am attaching apcupsd.trace file > > - Here's a copy of log file when i unplug/plug the usb cable: > > Jul 6 19:01:02 OmniOS genunix: [ID 408114kern.info ] /pci at 0,0/pci103c,1609 at 12/input at 5 (ugen0) removed > Jul 6 19:01:42 OmniOS usba: [ID 912658kern.info ] USB 2.0 device (usb764,501) operating at full speed (USB 1.x) on USB 1.10 root hub: input at 5, ugen0 at bus address 2 > Jul 6 19:01:42 OmniOS usba: [ID 349649kern.info ] CP1500EPFCLCD RJB103.551 CPS > Jul 6 19:01:42 OmniOS genunix: [ID 936769kern.info ] ugen0 is /pci at 0,0/pci103c,1609 at 12/input at 5 > Jul 6 19:01:42 OmniOS genunix: [ID 408114kern.info ] /pci at 0,0/pci103c,1609 at 12/input at 5 (ugen0) online > > > - I'm kind of lost for now..... > > Thank you for any help you could provide, > > Jean-Pierre From jean.pierre.gervasoni at gmail.com Mon Jul 7 13:56:22 2014 From: jean.pierre.gervasoni at gmail.com (Jean-Pierre Gervasoni) Date: Mon, 7 Jul 2014 13:56:22 +0200 Subject: Configuring acpsupsd for CP1500EPFCLCD In-Reply-To: <53BA85D4.6090905@opencsw.org> References: <53BA85D4.6090905@opencsw.org> Message-ID: Dear Laurent, Yes i first tried to use an empty value for device flag with no luck. I am wondering wether this may be related to the fact that i do not see /dev/ugen0 entry.... Best regards, Jean-Pierre Le 7 juil. 2014 13:35, "Laurent Blume" a ?crit : > Hello, > > Have you tried with an empty DEVICE value? That should be the default for > USB. > > Laurent > > Le 2014/07/06 19:57 +0200, Jean-pierre Gervasoni a ?crit: > >> Dear members, >> >> I have set up a OmniOS box on a HP n54l. I have one issue left for now - >> configuring acpupsd to drive a CyberPower CP1500EPFCLCD unit. Here is a >> recap of what I did: >> >> - Remove HID, replace by UGEN using following link: >> >> http://www.packetmischief.ca/2013/01/01/installing-apcupsd- >> with-usb-support-on-omnios/ >> >> - Install pkgutil from http://www.opencsw.org/ >> >> - Install CSWapcupsd from http://www.opencsw.org/ >> >> - Configured /etc/opt/csw/apcsupsd/apcsupsd.conf to make it work with >> USB (I have attached the file) >> >> - Running apctest failed with a cryptic error message: >> >> 2014-07-06 19:32:36 apctest 3.14.10 (13 September 2011) sun >> Checking configuration ... >> Attached to driver: usb >> sharenet.type = Network & ShareUPS Disabled >> cable.type = USB Cable >> mode.type = USB UPS Driver >> Setting up the port ... >> apctest FATAL ERROR in generic-usb.c at line 674 >> Cannot find UPS device -- >> For a link to detailed USB trouble shooting information, >> please see . >> apctest error termination completed >> >> - I am attaching apcupsd.trace file >> >> - Here's a copy of log file when i unplug/plug the usb cable: >> >> Jul 6 19:01:02 OmniOS genunix: [ID 408114kern.info ] >> /pci at 0,0/pci103c,1609 at 12/input at 5 (ugen0) removed >> Jul 6 19:01:42 OmniOS usba: [ID 912658kern.info ] >> USB 2.0 device (usb764,501) operating at full speed (USB 1.x) on USB 1.10 >> root hub: input at 5, ugen0 at bus address 2 >> Jul 6 19:01:42 OmniOS usba: [ID 349649kern.info ] >> CP1500EPFCLCD RJB103.551 CPS >> Jul 6 19:01:42 OmniOS genunix: [ID 936769kern.info ] >> ugen0 is /pci at 0,0/pci103c,1609 at 12/input at 5 >> Jul 6 19:01:42 OmniOS genunix: [ID 408114kern.info ] >> /pci at 0,0/pci103c,1609 at 12/input at 5 (ugen0) online >> >> >> - I'm kind of lost for now..... >> >> Thank you for any help you could provide, >> >> Jean-Pierre >> > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From laurent at opencsw.org Mon Jul 7 14:12:00 2014 From: laurent at opencsw.org (Laurent Blume) Date: Mon, 07 Jul 2014 14:12:00 +0200 Subject: Configuring acpsupsd for CP1500EPFCLCD In-Reply-To: References: <53BA85D4.6090905@opencsw.org> Message-ID: <53BA8E90.1070600@opencsw.org> Are you sure that specific UPS is supported by apcupsd? Can you try it using a Linux distro? There's no ugen in /dev, apcupsd uses libusb to communicate, which does not need devices. Laurent Le 2014/07/07 13:56 +0200, Jean-pierre Gervasoni a ?crit: > Dear Laurent, > > Yes i first tried to use an empty value for device flag with no luck. I > am wondering wether this may be related to the fact that i do not see > /dev/ugen0 entry.... > > Best regards, > > Jean-Pierre > > Le 7 juil. 2014 13:35, "Laurent Blume" > a ?crit : > > Hello, > > Have you tried with an empty DEVICE value? That should be the > default for USB. > > Laurent > > Le 2014/07/06 19:57 +0200, Jean-pierre Gervasoni a ?crit: > > Dear members, > > I have set up a OmniOS box on a HP n54l. I have one issue left > for now - > configuring acpupsd to drive a CyberPower CP1500EPFCLCD unit. > Here is a > recap of what I did: > > - Remove HID, replace by UGEN using following link: > > http://www.packetmischief.ca/__2013/01/01/installing-apcupsd-__with-usb-support-on-omnios/ > > > - Install pkgutil from http://www.opencsw.org/ > > - Install CSWapcupsd from http://www.opencsw.org/ > > - Configured /etc/opt/csw/apcsupsd/__apcsupsd.conf to make it > work with > USB (I have attached the file) > > - Running apctest failed with a cryptic error message: > > 2014-07-06 19:32:36 apctest 3.14.10 (13 September 2011) sun > Checking configuration ... > Attached to driver: usb > sharenet.type = Network & ShareUPS Disabled > cable.type = USB Cable > mode.type = USB UPS Driver > Setting up the port ... > apctest FATAL ERROR in generic-usb.c at line 674 > Cannot find UPS device -- > For a link to detailed USB trouble shooting information, > please see >. > apctest error termination completed > > - I am attaching apcupsd.trace file > > - Here's a copy of log file when i unplug/plug the usb cable: > > Jul 6 19:01:02 OmniOS genunix: [ID 408114kern.info > ] > /pci at 0,0/pci103c,1609 at 12/__input at 5 (ugen0) removed > Jul 6 19:01:42 OmniOS usba: [ID 912658kern.info > ] USB 2.0 device > (usb764,501) operating at full speed (USB 1.x) on USB 1.10 root > hub: input at 5, ugen0 at bus address 2 > Jul 6 19:01:42 OmniOS usba: [ID 349649kern.info > ] CP1500EPFCLCD > RJB103.551 CPS > Jul 6 19:01:42 OmniOS genunix: [ID 936769kern.info > ] ugen0 is > /pci at 0,0/pci103c,1609 at 12/__input at 5 > Jul 6 19:01:42 OmniOS genunix: [ID 408114kern.info > ] > /pci at 0,0/pci103c,1609 at 12/__input at 5 (ugen0) online > > > - I'm kind of lost for now..... > > Thank you for any help you could provide, > > Jean-Pierre > > > From jean.pierre.gervasoni at gmail.com Mon Jul 7 14:22:29 2014 From: jean.pierre.gervasoni at gmail.com (Jean-Pierre Gervasoni) Date: Mon, 7 Jul 2014 14:22:29 +0200 Subject: Configuring acpsupsd for CP1500EPFCLCD In-Reply-To: <53BA8E90.1070600@opencsw.org> References: <53BA85D4.6090905@opencsw.org> <53BA8E90.1070600@opencsw.org> Message-ID: This is indeed a good question... I have yet to find the answer ;) Le 7 juil. 2014 14:12, "Laurent Blume" a ?crit : > Are you sure that specific UPS is supported by apcupsd? Can you try it > using a Linux distro? > > There's no ugen in /dev, apcupsd uses libusb to communicate, which does > not need devices. > > Laurent > > Le 2014/07/07 13:56 +0200, Jean-pierre Gervasoni a ?crit: > >> Dear Laurent, >> >> Yes i first tried to use an empty value for device flag with no luck. I >> am wondering wether this may be related to the fact that i do not see >> /dev/ugen0 entry.... >> >> Best regards, >> >> Jean-Pierre >> >> Le 7 juil. 2014 13:35, "Laurent Blume" > > a ?crit : >> >> Hello, >> >> Have you tried with an empty DEVICE value? That should be the >> default for USB. >> >> Laurent >> >> Le 2014/07/06 19:57 +0200, Jean-pierre Gervasoni a ?crit: >> >> Dear members, >> >> I have set up a OmniOS box on a HP n54l. I have one issue left >> for now - >> configuring acpupsd to drive a CyberPower CP1500EPFCLCD unit. >> Here is a >> recap of what I did: >> >> - Remove HID, replace by UGEN using following link: >> >> http://www.packetmischief.ca/__2013/01/01/installing- >> apcupsd-__with-usb-support-on-omnios/ >> > with-usb-support-on-omnios/> >> >> - Install pkgutil from http://www.opencsw.org/ >> >> - Install CSWapcupsd from http://www.opencsw.org/ >> >> - Configured /etc/opt/csw/apcsupsd/__apcsupsd.conf to make it >> work with >> USB (I have attached the file) >> >> - Running apctest failed with a cryptic error message: >> >> 2014-07-06 19:32:36 apctest 3.14.10 (13 September 2011) sun >> Checking configuration ... >> Attached to driver: usb >> sharenet.type = Network & ShareUPS Disabled >> cable.type = USB Cable >> mode.type = USB UPS Driver >> Setting up the port ... >> apctest FATAL ERROR in generic-usb.c at line 674 >> Cannot find UPS device -- >> For a link to detailed USB trouble shooting information, >> please see > >. >> apctest error termination completed >> >> - I am attaching apcupsd.trace file >> >> - Here's a copy of log file when i unplug/plug the usb cable: >> >> Jul 6 19:01:02 OmniOS genunix: [ID 408114kern.info >> ] >> /pci at 0,0/pci103c,1609 at 12/__input at 5 (ugen0) removed >> Jul 6 19:01:42 OmniOS usba: [ID 912658kern.info >> ] USB 2.0 device >> (usb764,501) operating at full speed (USB 1.x) on USB 1.10 root >> hub: input at 5, ugen0 at bus address 2 >> Jul 6 19:01:42 OmniOS usba: [ID 349649kern.info >> ] CP1500EPFCLCD >> RJB103.551 CPS >> Jul 6 19:01:42 OmniOS genunix: [ID 936769kern.info >> ] ugen0 is >> /pci at 0,0/pci103c,1609 at 12/__input at 5 >> Jul 6 19:01:42 OmniOS genunix: [ID 408114kern.info >> ] >> /pci at 0,0/pci103c,1609 at 12/__input at 5 (ugen0) online >> >> >> - I'm kind of lost for now..... >> >> Thank you for any help you could provide, >> >> Jean-Pierre >> >> >> >> > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From dam at opencsw.org Wed Jul 9 11:13:14 2014 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 9 Jul 2014 11:13:14 +0200 Subject: CSWphp5 plans to update? In-Reply-To: <71545B47-2EDD-4E79-9811-34F1C0502372@opencsw.org> References: <71545B47-2EDD-4E79-9811-34F1C0502372@opencsw.org> Message-ID: <4DF5FB3F-15B9-47F3-B169-02E60DC13CAB@opencsw.org> Hi, Am 25.06.2014 um 12:02 schrieb Dagobert Michelsen : > Am 21.06.2014 um 17:04 schrieb Maciej (Matchek) Blizi?ski : >> On Fri, Jun 20, 2014 at 10:17 PM, Mike Gower wrote: >>> There are several vulnerabilities in the php5 current version 5.3.21. Are there any plans to update it to 5.3.27 or later? >> >> Last commits are from May. >> https://buildfarm.opencsw.org/source/history/opencsw/csw/mgar/pkg/php5/trunk/Makefile >> >> It doesn't look like anybody is working on it. > > I just kicked off an 5.3.28 build, we?ll see if it is an easy version bump. Packages have been put in experimental: http://buildfarm.opencsw.org/experimental.html#php5 They will show up soon, please give them a try and let me know if they work for you. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2418 bytes Desc: not available URL: From ghenry at cmi.univ-mrs.fr Tue Jul 22 09:15:19 2014 From: ghenry at cmi.univ-mrs.fr (G H) Date: Tue, 22 Jul 2014 09:15:19 +0200 Subject: logwatch broken after replacing sendmail with postfix Message-ID: <53CE0F87.7020100@cmi.univ-mrs.fr> hello all, on sparc S10, i got this error: Can't exec "sendmail": No such file or directory at /opt/csw/bin/logwatch.pl line 1017, line 3. Can't execute sendmail -t: No such file or directory CSWpostfix-2.9.4,REV=2012.09.19 is installed, and i removed SUNWsndmr SUNWsndmu, as stated in /opt/csw/share/doc/postfix/README.CSW. The links are ok: fury # ls -l /usr/lib/sendmail /usr/sbin/newaliases /usr/bin/mailq lrwxrwxrwx 1 root root 18 Jul 21 14:50 /usr/bin/mailq -> /opt/csw/bin/mailq lrwxrwxrwx 1 root root 22 Jul 21 14:50 /usr/lib/sendmail -> /opt/csw/sbin/sendmail lrwxrwxrwx 1 root root 23 Jul 21 14:50 /usr/sbin/newaliases -> /opt/csw/bin/newaliases does it mean that it just lacks the link: /usr/sbin/sendmail -> /opt/csw/sbin/sendmail thanks, gerard From bwalton at opencsw.org Tue Jul 22 09:39:26 2014 From: bwalton at opencsw.org (Ben Walton) Date: Tue, 22 Jul 2014 08:39:26 +0100 Subject: logwatch broken after replacing sendmail with postfix In-Reply-To: <53CE0F87.7020100@cmi.univ-mrs.fr> References: <53CE0F87.7020100@cmi.univ-mrs.fr> Message-ID: On Jul 22, 2014 8:15 AM, "G H" wrote: > > hello all, > on sparc S10, i got this error: > Can't exec "sendmail": No such file or directory at /opt/csw/bin/ logwatch.pl line 1017, line 3. > Can't execute sendmail -t: No such file or directory > > CSWpostfix-2.9.4,REV=2012.09.19 is installed, and i removed SUNWsndmr SUNWsndmu, as stated in /opt/csw/share/doc/postfix/README.CSW. The links are ok: > fury # ls -l /usr/lib/sendmail /usr/sbin/newaliases /usr/bin/mailq > lrwxrwxrwx 1 root root 18 Jul 21 14:50 /usr/bin/mailq -> /opt/csw/bin/mailq > lrwxrwxrwx 1 root root 22 Jul 21 14:50 /usr/lib/sendmail -> /opt/csw/sbin/sendmail > lrwxrwxrwx 1 root root 23 Jul 21 14:50 /usr/sbin/newaliases -> /opt/csw/bin/newaliases > > does it mean that it just lacks the link: > /usr/sbin/sendmail -> /opt/csw/sbin/sendmail What is logwatch trying to execute? Is it some /opt/csw path or some other path that isn't /use/lib/send mail? If it is trying to explicitly execute /use/sbin/send mail, that is a bug we should definitely fix. >From the error message, it sounds like it is simply executing sendmail and relying on path to find it. If the latter is happening, we should force it to use /use/lib/sendmail explicitly (and likely make it a configure time option which is submitted upstream). I haven't actually looked at this so I could be way off... Thanks -Ben > > thanks, > > gerard -------------- next part -------------- An HTML attachment was scrubbed... URL: From ghenry at cmi.univ-mrs.fr Tue Jul 22 10:06:03 2014 From: ghenry at cmi.univ-mrs.fr (G H) Date: Tue, 22 Jul 2014 10:06:03 +0200 Subject: logwatch broken after replacing sendmail with postfix In-Reply-To: References: <53CE0F87.7020100@cmi.univ-mrs.fr> Message-ID: <53CE1B6B.8090909@cmi.univ-mrs.fr> i don't know, the script contains: open(OUTFILE,"|$Config{'mailer'}") or die "Can't execute $Config{'mailer'}: $!\n"; for what i understand, it does not search sendmail in /usr/lib. On antoher solaris machine: gyptis # pkgchk -l -p /usr/sbin/sendmail Pathname: /usr/sbin/sendmail Type: symbolic link Source of link: ../lib/sendmail Referenced by the following packages: SUNWsndmu Current status: installed thanks for your reply, On 07/22/2014 09:39 AM, Ben Walton wrote: > What is logwatch trying to execute? Is it some /opt/csw path or some > other path that isn't /use/lib/send mail? If it is trying to explicitly > execute /use/sbin/send mail, that is a bug we From bwalton at opencsw.org Tue Jul 22 10:58:11 2014 From: bwalton at opencsw.org (Ben Walton) Date: Tue, 22 Jul 2014 09:58:11 +0100 Subject: logwatch broken after replacing sendmail with postfix In-Reply-To: <53CE1B6B.8090909@cmi.univ-mrs.fr> References: <53CE0F87.7020100@cmi.univ-mrs.fr> <53CE1B6B.8090909@cmi.univ-mrs.fr> Message-ID: On Jul 22, 2014 9:06 AM, "G H" wrote: > > i don't know, the script contains: > open(OUTFILE,"|$Config{'mailer'}") or die "Can't execute $Config{'mailer'}: $!\n"; > OK, so given the error message you pasted, it's relying on finding sendmail in the path. Try executing PATH=$PATH:/use/lib logwatch.pl ... We should still fix this in the package to use the canonical location for sendmail though. Thanks -Ben > > for what i understand, it does not search sendmail in /usr/lib. > On antoher solaris machine: > gyptis # pkgchk -l -p /usr/sbin/sendmail > Pathname: /usr/sbin/sendmail > Type: symbolic link > Source of link: ../lib/sendmail > Referenced by the following packages: > SUNWsndmu > Current status: installed > > > thanks for your reply, > > > On 07/22/2014 09:39 AM, Ben Walton wrote: >> >> What is logwatch trying to execute? Is it some /opt/csw path or some >> other path that isn't /use/lib/send mail? If it is trying to explicitly >> execute /use/sbin/send mail, that is a bug we -------------- next part -------------- An HTML attachment was scrubbed... URL: From ghenry at cmi.univ-mrs.fr Tue Jul 22 15:59:07 2014 From: ghenry at cmi.univ-mrs.fr (G H) Date: Tue, 22 Jul 2014 15:59:07 +0200 Subject: logwatch broken after replacing sendmail with postfix In-Reply-To: References: <53CE0F87.7020100@cmi.univ-mrs.fr> <53CE1B6B.8090909@cmi.univ-mrs.fr> Message-ID: <53CE6E2B.50308@cmi.univ-mrs.fr> On 07/22/2014 10:58 AM, Ben Walton wrote: > > On Jul 22, 2014 9:06 AM, "G H" > wrote: > > > > i don't know, the script contains: > > open(OUTFILE,"|$Config{'mailer'}") or die "Can't execute > $Config{'mailer'}: $!\n"; > > > > OK, so given the error message you pasted, it's relying on finding > sendmail in the path. Try executing PATH=$PATH:/use/lib logwatch.pl > ... > > We should still fix this in the package to use the canonical location > for sendmail though. > thanks ben for your help. But as i said previousy, adding the link: /usr/sbin/sendmail -> /opt/csw/sbin/sendmail does the trick. IMHO, it's sufficient. gerard From bwalton at opencsw.org Thu Jul 31 09:15:39 2014 From: bwalton at opencsw.org (Ben Walton) Date: Thu, 31 Jul 2014 08:15:39 +0100 Subject: logwatch broken after replacing sendmail with postfix In-Reply-To: <53CE6E2B.50308@cmi.univ-mrs.fr> References: <53CE0F87.7020100@cmi.univ-mrs.fr> <53CE1B6B.8090909@cmi.univ-mrs.fr> <53CE6E2B.50308@cmi.univ-mrs.fr> Message-ID: On Jul 22, 2014 2:59 PM, "G H" wrote: > > > > On 07/22/2014 10:58 AM, Ben Walton wrote: >> >> >> On Jul 22, 2014 9:06 AM, "G H" > > wrote: >> > >> > i don't know, the script contains: >> > open(OUTFILE,"|$Config{'mailer'}") or die "Can't execute >> $Config{'mailer'}: $!\n"; >> > >> >> OK, so given the error message you pasted, it's relying on finding >> sendmail in the path. Try executing PATH=$PATH:/use/lib logwatch.pl >> ... >> >> >> We should still fix this in the package to use the canonical location >> for sendmail though. >> > > thanks ben for your help. But as i said previousy, adding the link: > /usr/sbin/sendmail -> /opt/csw/sbin/sendmail > does the trick. IMHO, it's sufficient. OK. I fixed logwatch anyway. Or should depend on the mailer package (postfix or otherwise) placing a symlink in some non-standard location. Thanks -Ben > > gerard -------------- next part -------------- An HTML attachment was scrubbed... URL: From reader at newsguy.com Thu Jul 31 22:42:53 2014 From: reader at newsguy.com (Harry Putnam) Date: Thu, 31 Jul 2014 16:42:53 -0400 Subject: What tools are available for hardware ID and report? Message-ID: <87d2cl2raq.fsf@reader.local.lan> Can anyone tell me if there are tools available that will report the number of SATA and/or SAS ports available. Also showing how the OS views them (numerically). Or alternatively, what is the best system reporting tool for solaris? From laurent at opencsw.org Thu Jul 31 23:00:22 2014 From: laurent at opencsw.org (Laurent Blume) Date: Thu, 31 Jul 2014 23:00:22 +0200 Subject: What tools are available for hardware ID and report? In-Reply-To: <87d2cl2raq.fsf@reader.local.lan> References: <87d2cl2raq.fsf@reader.local.lan> Message-ID: <53DAAE66.5080803@opencsw.org> Le 2014/07/31 22:42 +0200, Harry Putnam a ?crit: > Can anyone tell me if there are tools available that will report the > number of SATA and/or SAS ports available. Also showing how the OS > views them (numerically). cfgadm does that. > Or alternatively, what is the best system reporting tool for solaris? Depends what you mean by ?reporting?. Laurent