From rpickeri at willco.niaaa.nih.gov Thu May 2 16:48:01 2013 From: rpickeri at willco.niaaa.nih.gov (Pickering, Roger (NIH/NIAAA) [E]) Date: Thu, 2 May 2013 14:48:01 +0000 Subject: [csw-users] Problem reinstalling gcc Message-ID: <987BE9F73B66B94B843DE2E21CBB771E0DB35F20@MLBXV06.nih.gov> I was having problems compiling packages in R using the gcc compiler, so I thought I'd reinstall gcc and R. Unfortunately, I'd forgotten that I'd installed gcc using pkgutil so I made the fatal mistake of just deleting the directory with gcc and trying to download the latest gcc (when will gcc be updated on pkgutil ? ) source code and compiling it. Because I have no C compiler now I cannot compile the source code! Duh! I tried to download the SUN Studio Compiler package, but it needs patches that I can't seem to download, in order to compile the gcc and R source code. So I have tried to reinstall or update the gcc package, but pkgutil thinks it is still there and it's the latest offered! I tried to remove the gcc package, but it is marked as "in use". I tried the force option, but to avail. I don't know what else to do. Which brings up another question - if and when I reinstall a working gcc using pkgutil, do I go ahead and compile the source code so I can have an up-to-date version of gcc or wait for pkgutil to update the compiler. Anyway, I really like pkgutil - when it works! I would really appreciate help in getting around this problem. Thanks in advance! Roger Pickering | Survey Statistician Laboratory of Epidemiology and Biometry National Institute on Alcohol Abuse and Alcoholism National Institutes of Health 5635 Fishers Lane, Room 3070, Bethesda, MD 20892-9304 Phone: 301-443-2535 Web: http://www.niaaa.nih.gov [::Documents:NIAAA Logo.jpg] -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 8263 bytes Desc: image001.jpg URL: From bonivart at opencsw.org Thu May 2 17:42:30 2013 From: bonivart at opencsw.org (Peter Bonivart) Date: Thu, 2 May 2013 17:42:30 +0200 Subject: [csw-users] Problem reinstalling gcc In-Reply-To: <987BE9F73B66B94B843DE2E21CBB771E0DB35F20@MLBXV06.nih.gov> References: <987BE9F73B66B94B843DE2E21CBB771E0DB35F20@MLBXV06.nih.gov> Message-ID: On Thu, May 2, 2013 at 4:48 PM, Pickering, Roger (NIH/NIAAA) [E] wrote: > > I was having problems compiling packages in R using the gcc compiler, so I thought I?d reinstall gcc and R. Unfortunately, I?d forgotten that I?d installed gcc using pkgutil so I made the fatal mistake of just deleting the directory with gcc and trying to download the latest gcc (when will gcc be updated on pkgutil ? ) source code and compiling it. Because I have no C compiler now I cannot compile the source code! Duh! I tried to download the SUN Studio Compiler package, but it needs patches that I can?t seem to download, in order to compile the gcc and R source code. > > So I have tried to reinstall or update the gcc package, but pkgutil thinks it is still there and it?s the latest offered! I tried to remove the gcc package, but it is marked as ?in use?. I tried the force option, but to avail. I don?t know what else to do. > > Which brings up another question ? if and when I reinstall a working gcc using pkgutil, do I go ahead and compile the source code so I can have an up-to-date version of gcc or wait for pkgutil to update the compiler. > > Anyway, I really like pkgutil ? when it works! I would really appreciate help in getting around this problem. Could you start by posting the output of "pkgutil -V" so we can see what OS release you have and what distribution you use because we do have a current gcc (4.8.0) in our "unstable" catalogs. As I'm sure you have just learned the hard way you never manually delete package files from a system with a package manager. Solaris still thinks the package is installed and that's why pkgutil is having a problem with it as well. You need to use the Solaris pkg-commands for lower level jobs, remember that pkgutil is basically just a wrapper around mostly pkgadd and pkgrm. The latter is a good start for you now. /peter From rpickeri at willco.niaaa.nih.gov Thu May 2 17:56:44 2013 From: rpickeri at willco.niaaa.nih.gov (Pickering, Roger (NIH/NIAAA) [E]) Date: Thu, 2 May 2013 15:56:44 +0000 Subject: [csw-users] Problem reinstalling gcc In-Reply-To: References: <987BE9F73B66B94B843DE2E21CBB771E0DB35F20@MLBXV06.nih.gov> Message-ID: <987BE9F73B66B94B843DE2E21CBB771E0DB37186@MLBXV06.nih.gov> You're right - I did learn the hard way not to manually remove packages! As Benjamin Franklin stated, "Experience teaches a dear school, but a fool will learn in no other!". I am enclosing the output you asked for. As I understand you - I can use the pkgrm to remove the packages. Right? I hope I can install the gcc 4.8! ;-) Thanks again for your time and this wonderful utility! Roger /export/home/nusers/roger> pkgutil -V - System - Pkgutil 2.6.5 Arch i386 Solaris 5.10 Pkg patch 119318 (119318-01 installed) GPG binary /opt/csw/bin/gpg Gzip binary /bin/gzip Mailx binary /bin/mailx MD5 binary /opt/csw/bin/gmd5sum MD5 module 2.39 (primary choice for MD5) Perl 5.010001 Perl binary /bin/perl Wget binary /opt/csw/bin/wget PATH /bin:/usr/bin - Configuration - catalog_not_cached true (default: true) catalog_update 14 (default: 14) deptree_filter_common false (default: false) exclude_pattern not set (default: none) gpg_homedir not set (default: none) maxpkglist 100000 (default: 10000) mirror not set (default: http://mirror.opencsw.org/opencsw/testing) noncsw 1 (default: false) pkgaddopts -G -S (default: none) pkgliststyle 2 (default: 0) pkgrmopts not set (default: none) root_path not set (default: /) show_current true (default: true) stop_on_hook_soft_error not set (default: false) use_gpg false (default: false) use_md5 false (default: false) wgetopts not set (default: none) -----Original Message----- From: Peter Bonivart [mailto:bonivart at opencsw.org] Sent: Thursday, May 02, 2013 11:43 AM To: Questions and discussions Subject: Re: [csw-users] Problem reinstalling gcc On Thu, May 2, 2013 at 4:48 PM, Pickering, Roger (NIH/NIAAA) [E] wrote: > > I was having problems compiling packages in R using the gcc compiler, so I thought I'd reinstall gcc and R. Unfortunately, I'd forgotten that I'd installed gcc using pkgutil so I made the fatal mistake of just deleting the directory with gcc and trying to download the latest gcc (when will gcc be updated on pkgutil ? ) source code and compiling it. Because I have no C compiler now I cannot compile the source code! Duh! I tried to download the SUN Studio Compiler package, but it needs patches that I can't seem to download, in order to compile the gcc and R source code. > > So I have tried to reinstall or update the gcc package, but pkgutil thinks it is still there and it's the latest offered! I tried to remove the gcc package, but it is marked as "in use". I tried the force option, but to avail. I don't know what else to do. > > Which brings up another question - if and when I reinstall a working gcc using pkgutil, do I go ahead and compile the source code so I can have an up-to-date version of gcc or wait for pkgutil to update the compiler. > > Anyway, I really like pkgutil - when it works! I would really appreciate help in getting around this problem. Could you start by posting the output of "pkgutil -V" so we can see what OS release you have and what distribution you use because we do have a current gcc (4.8.0) in our "unstable" catalogs. As I'm sure you have just learned the hard way you never manually delete package files from a system with a package manager. Solaris still thinks the package is installed and that's why pkgutil is having a problem with it as well. You need to use the Solaris pkg-commands for lower level jobs, remember that pkgutil is basically just a wrapper around mostly pkgadd and pkgrm. The latter is a good start for you now. /peter _______________________________________________ users mailing list users at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/users From bonivart at opencsw.org Thu May 2 18:14:02 2013 From: bonivart at opencsw.org (Peter Bonivart) Date: Thu, 2 May 2013 18:14:02 +0200 Subject: [csw-users] Problem reinstalling gcc In-Reply-To: <987BE9F73B66B94B843DE2E21CBB771E0DB37186@MLBXV06.nih.gov> References: <987BE9F73B66B94B843DE2E21CBB771E0DB35F20@MLBXV06.nih.gov> <987BE9F73B66B94B843DE2E21CBB771E0DB37186@MLBXV06.nih.gov> Message-ID: On Thu, May 2, 2013 at 5:56 PM, Pickering, Roger (NIH/NIAAA) [E] wrote: > You're right - I did learn the hard way not to manually remove packages! As Benjamin Franklin stated, "Experience teaches a dear school, but a fool will learn in no other!". I am enclosing the output you asked for. As I understand you - I can use the pkgrm to remove the packages. Right? I hope I can install the gcc 4.8! ;-) > > Thanks again for your time and this wonderful utility! > Roger > > mirror not set > (default: http://mirror.opencsw.org/opencsw/testing) As you can see from the above "mirror"-line you're on the "testing"-distribution, packages there are somewhat older. If you want our latest, but less tested, packages you need to change "testing" to "unstable", uncomment the "mirror"-line in /etc/opt/csw/pkgutil.conf and make sure you have "unstable" at the end. But to start with you need to get rid of CSWgcc from the systems package database, try "pkgrm CSWgcc". /peter From rpickeri at willco.niaaa.nih.gov Thu May 2 19:59:42 2013 From: rpickeri at willco.niaaa.nih.gov (Pickering, Roger (NIH/NIAAA) [E]) Date: Thu, 2 May 2013 17:59:42 +0000 Subject: [csw-users] Problem reinstalling gcc In-Reply-To: References: <987BE9F73B66B94B843DE2E21CBB771E0DB35F20@MLBXV06.nih.gov> <987BE9F73B66B94B843DE2E21CBB771E0DB37186@MLBXV06.nih.gov> Message-ID: <987BE9F73B66B94B843DE2E21CBB771E0DB37207@MLBXV06.nih.gov> Thanks! It worked! Roger -----Original Message----- From: Peter Bonivart [mailto:bonivart at opencsw.org] Sent: Thursday, May 02, 2013 12:14 PM To: Questions and discussions Subject: Re: [csw-users] Problem reinstalling gcc On Thu, May 2, 2013 at 5:56 PM, Pickering, Roger (NIH/NIAAA) [E] wrote: > You're right - I did learn the hard way not to manually remove packages! As Benjamin Franklin stated, "Experience teaches a dear school, but a fool will learn in no other!". I am enclosing the output you asked for. As I understand you - I can use the pkgrm to remove the packages. Right? I hope I can install the gcc 4.8! ;-) > > Thanks again for your time and this wonderful utility! > Roger > > mirror not set > (default: > http://mirror.opencsw.org/opencsw/testing) As you can see from the above "mirror"-line you're on the "testing"-distribution, packages there are somewhat older. If you want our latest, but less tested, packages you need to change "testing" to "unstable", uncomment the "mirror"-line in /etc/opt/csw/pkgutil.conf and make sure you have "unstable" at the end. But to start with you need to get rid of CSWgcc from the systems package database, try "pkgrm CSWgcc". /peter _______________________________________________ users mailing list users at lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/users From bonivart at opencsw.org Thu May 2 20:07:29 2013 From: bonivart at opencsw.org (Peter Bonivart) Date: Thu, 2 May 2013 20:07:29 +0200 Subject: [csw-users] Problem reinstalling gcc In-Reply-To: <987BE9F73B66B94B843DE2E21CBB771E0DB37207@MLBXV06.nih.gov> References: <987BE9F73B66B94B843DE2E21CBB771E0DB35F20@MLBXV06.nih.gov> <987BE9F73B66B94B843DE2E21CBB771E0DB37186@MLBXV06.nih.gov> <987BE9F73B66B94B843DE2E21CBB771E0DB37207@MLBXV06.nih.gov> Message-ID: On Thu, May 2, 2013 at 7:59 PM, Pickering, Roger (NIH/NIAAA) [E] wrote: > Thanks! It worked! Great! :) From lilachreshef at gmail.com Mon May 6 13:38:49 2013 From: lilachreshef at gmail.com (Lilach Reshef) Date: Mon, 6 May 2013 14:38:49 +0300 Subject: [csw-users] php5 Message-ID: Hey I installed php5 package on my solaris machine. I want to use the Thread class in my php web application, but its not part of the php package?! How can I enable it? Thanks Lilach -------------- next part -------------- An HTML attachment was scrubbed... URL: From maciej at opencsw.org Mon May 6 15:08:56 2013 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Mon, 6 May 2013 14:08:56 +0100 Subject: [csw-users] php5 In-Reply-To: References: Message-ID: 2013/5/6 Lilach Reshef > I installed php5 package on my solaris machine. > I want to use the Thread class in my php web application, but its not part of the php package?! > How can I enable it? Is this class released in version 5.3.21? PHP documentation says: "(No version information available, might only be in SVN)" [1] http://php.net/manual/en/class.thread.php From Jeff.Martin at tais.toshiba.com Tue May 7 01:20:49 2013 From: Jeff.Martin at tais.toshiba.com (Martin, Jeff) Date: Mon, 6 May 2013 16:20:49 -0700 Subject: [csw-users] orca on solaris 10u11 Message-ID: <6F486E6961C07949BECE5F2CF9633610AB6313@TAIS-ML-P01.na.toshiba-dpg.local> Hello, I am new to opencsw but have a few questions. I am trying to install orca and orcallator. Assuming this installed and all packages are running, is there any additional configuration that needs to take place? Or does the CSW packages take care fo everything soup to nuts? System is a T2000 LDOM with the end-user cluster installed. I see there are several packages: bash-3.2# pkgutil -a orca common package catalog size orca_services_collector CSWorca-services-collector ef85fa3541,REV=2011.11.28 17.5 KB orca_stub CSWorca ef85fa3541,REV=2011.11.28 3.1 KB orca_web CSWorca-web ef85fa3541,REV=2011.11.28 98.0 KB orca_web_stub CSWorcaweb ef85fa3541,REV=2011.11.28 3.1 KB orcallator CSWorcallator ef85fa3541,REV=2011.11.28 26.1 KB So how do I determine which ones I need? I've installed them all along with the dependecies and have one problem. bash-3.2# svcs -xv svc:/network/csworca_services:default (?) State: maintenance since Mon May 06 15:50:25 2013 Reason: Method failed repeatedly. See: http://sun.com/msg/SMF-8000-8Q See: /var/svc/log/network-csworca_services:default.log Impact: This service is not running. I am unable to clear this. [ May 6 15:37:44 Method "stop" failed due to signal HUP ] [ May 6 15:47:00 Leaving maintenance because disable requested. ] [ May 6 15:47:00 Disabled. ] [ May 6 15:50:23 Disabled. ] [ May 6 15:50:24 Rereading configuration. ] [ May 6 15:50:24 Enabled. ] [ May 6 15:50:24 Executing start method ("/var/opt/csw/svc/method/svc-csworca_services start") ] Orca_services already running. Exiting. [ May 6 15:50:24 Method "start" exited with status 0 ] [ May 6 15:50:24 Stopping because all processes in service exited. ] [ May 6 15:50:24 Executing stop method ("/var/opt/csw/svc/method/svc-csworca_services stop") ] Killing pids 1149 1150. [ May 6 15:50:24 Method "stop" failed due to signal HUP ] [ May 6 15:50:24 Executing stop method ("/var/opt/csw/svc/method/svc-csworca_services stop") ] Killing pids 1156 1157. [ May 6 15:50:24 Method "stop" failed due to signal HUP ] [ May 6 15:50:24 Executing stop method ("/var/opt/csw/svc/method/svc-csworca_services stop") ] Killing pids 1160 1161. [ May 6 15:50:25 Method "stop" failed due to signal HUP ] Any pointers is appreciated. The web page for orca show "It works" TIA, Jeff ________________________________ This message may contain confidential information. If you are not the intended recipient of this e-mail, do not disseminate, distribute or copy this e-mail and delete this e-mail from your system. From bwalton at opencsw.org Tue May 7 08:43:23 2013 From: bwalton at opencsw.org (Ben Walton) Date: Tue, 7 May 2013 07:43:23 +0100 Subject: [csw-users] orca on solaris 10u11 In-Reply-To: <6F486E6961C07949BECE5F2CF9633610AB6313@TAIS-ML-P01.na.toshiba-dpg.local> References: <6F486E6961C07949BECE5F2CF9633610AB6313@TAIS-ML-P01.na.toshiba-dpg.local> Message-ID: I'd figure out which script svcs is running and try it manually to see what's happening in there. Using the shell's -x option may prove useful in this case. I'm not famililar with orca at all so I can't give you any specific advice here... In general, OpenCSW packages try to do as much for you as they can. If orca needs site-specific config obviously we can't do that...it might be started with all defaults just to get things going though. HTH. -Ben On Tue, May 7, 2013 at 12:20 AM, Martin, Jeff wrote: > Hello, > I am new to opencsw but have a few questions. > I am trying to install orca and orcallator. > Assuming this installed and all packages are running, is there any > additional configuration that needs to take place? Or does the CSW > packages take care fo everything soup to nuts? > > System is a T2000 LDOM with the end-user cluster installed. > > I see there are several packages: > > bash-3.2# pkgutil -a orca > common package catalog > size > orca_services_collector CSWorca-services-collector > ef85fa3541,REV=2011.11.28 17.5 KB > orca_stub CSWorca ef85fa3541,REV=2011.11.28 > 3.1 KB > orca_web CSWorca-web ef85fa3541,REV=2011.11.28 > 98.0 KB > orca_web_stub CSWorcaweb ef85fa3541,REV=2011.11.28 > 3.1 KB > orcallator CSWorcallator ef85fa3541,REV=2011.11.28 > 26.1 KB > > So how do I determine which ones I need? > > I've installed them all along with the dependecies and have one problem. > > bash-3.2# svcs -xv > svc:/network/csworca_services:default (?) > State: maintenance since Mon May 06 15:50:25 2013 > Reason: Method failed repeatedly. > See: http://sun.com/msg/SMF-8000-8Q > See: /var/svc/log/network-csworca_services:default.log > Impact: This service is not running. > > I am unable to clear this. > [ May 6 15:37:44 Method "stop" failed due to signal HUP ] > [ May 6 15:47:00 Leaving maintenance because disable requested. ] > [ May 6 15:47:00 Disabled. ] > [ May 6 15:50:23 Disabled. ] > [ May 6 15:50:24 Rereading configuration. ] > [ May 6 15:50:24 Enabled. ] > [ May 6 15:50:24 Executing start method > ("/var/opt/csw/svc/method/svc-csworca_services start") ] > Orca_services already running. Exiting. > [ May 6 15:50:24 Method "start" exited with status 0 ] > [ May 6 15:50:24 Stopping because all processes in service exited. ] > [ May 6 15:50:24 Executing stop method > ("/var/opt/csw/svc/method/svc-csworca_services stop") ] > Killing pids 1149 > 1150. > [ May 6 15:50:24 Method "stop" failed due to signal HUP ] > [ May 6 15:50:24 Executing stop method > ("/var/opt/csw/svc/method/svc-csworca_services stop") ] > Killing pids 1156 > 1157. > [ May 6 15:50:24 Method "stop" failed due to signal HUP ] > [ May 6 15:50:24 Executing stop method > ("/var/opt/csw/svc/method/svc-csworca_services stop") ] > Killing pids 1160 > 1161. > [ May 6 15:50:25 Method "stop" failed due to signal HUP ] > > Any pointers is appreciated. > The web page for orca show "It works" > > TIA, > Jeff > > > > > > > > > > ________________________________ > This message may contain confidential information. If you are not the intended recipient of this e-mail, do not disseminate, distribute or copy this e-mail and delete this e-mail from your system. > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users From lilachreshef at gmail.com Tue May 7 08:57:03 2013 From: lilachreshef at gmail.com (Lilach Reshef) Date: Tue, 7 May 2013 09:57:03 +0300 Subject: [csw-users] php5 In-Reply-To: References: Message-ID: Thanks On Mon, May 6, 2013 at 4:08 PM, Maciej (Matchek) Blizi?ski < maciej at opencsw.org> wrote: > 2013/5/6 Lilach Reshef > > I installed php5 package on my solaris machine. > > I want to use the Thread class in my php web application, but its not > part of the php package?! > > How can I enable it? > > Is this class released in version 5.3.21? PHP documentation says: "(No > version information available, might only be in SVN)" > > [1] http://php.net/manual/en/class.thread.php > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From lilachreshef at gmail.com Tue May 7 09:08:54 2013 From: lilachreshef at gmail.com (Lilach Reshef) Date: Tue, 7 May 2013 10:08:54 +0300 Subject: [csw-users] php5 In-Reply-To: References: Message-ID: Hey The Thread class is extension to PHP5.3+: http://pecl.php.net/package/pthreads Lilach On Mon, May 6, 2013 at 4:08 PM, Maciej (Matchek) Blizi?ski < maciej at opencsw.org> wrote: > 2013/5/6 Lilach Reshef > > I installed php5 package on my solaris machine. > > I want to use the Thread class in my php web application, but its not > part of the php package?! > > How can I enable it? > > Is this class released in version 5.3.21? PHP documentation says: "(No > version information available, might only be in SVN)" > > [1] http://php.net/manual/en/class.thread.php > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jh at opencsw.org Tue May 7 09:51:24 2013 From: jh at opencsw.org (Jan Holzhueter) Date: Tue, 07 May 2013 09:51:24 +0200 Subject: [csw-users] orca on solaris 10u11 In-Reply-To: References: <6F486E6961C07949BECE5F2CF9633610AB6313@TAIS-ML-P01.na.toshiba-dpg.local> Message-ID: <5188B27C.6030804@opencsw.org> Hi, iirc the orca package is "broken" as the dependencies do not fit anymore. Newer bdb is installed then it's compiled with or something like that. But as Ben said just work through the start script it should tell you that something is broken. Greetings Jan Am 07.05.13 08:43, schrieb Ben Walton: > I'd figure out which script svcs is running and try it manually to see > what's happening in there. Using the shell's -x option may prove > useful in this case. I'm not famililar with orca at all so I can't > give you any specific advice here... > > In general, OpenCSW packages try to do as much for you as they can. > If orca needs site-specific config obviously we can't do that...it > might be started with all defaults just to get things going though. > > HTH. > -Ben > > On Tue, May 7, 2013 at 12:20 AM, Martin, Jeff > wrote: >> Hello, >> I am new to opencsw but have a few questions. >> I am trying to install orca and orcallator. >> Assuming this installed and all packages are running, is there any >> additional configuration that needs to take place? Or does the CSW >> packages take care fo everything soup to nuts? >> >> System is a T2000 LDOM with the end-user cluster installed. >> >> I see there are several packages: >> >> bash-3.2# pkgutil -a orca >> common package catalog >> size >> orca_services_collector CSWorca-services-collector >> ef85fa3541,REV=2011.11.28 17.5 KB >> orca_stub CSWorca ef85fa3541,REV=2011.11.28 >> 3.1 KB >> orca_web CSWorca-web ef85fa3541,REV=2011.11.28 >> 98.0 KB >> orca_web_stub CSWorcaweb ef85fa3541,REV=2011.11.28 >> 3.1 KB >> orcallator CSWorcallator ef85fa3541,REV=2011.11.28 >> 26.1 KB >> >> So how do I determine which ones I need? >> >> I've installed them all along with the dependecies and have one problem. >> >> bash-3.2# svcs -xv >> svc:/network/csworca_services:default (?) >> State: maintenance since Mon May 06 15:50:25 2013 >> Reason: Method failed repeatedly. >> See: http://sun.com/msg/SMF-8000-8Q >> See: /var/svc/log/network-csworca_services:default.log >> Impact: This service is not running. >> >> I am unable to clear this. >> [ May 6 15:37:44 Method "stop" failed due to signal HUP ] >> [ May 6 15:47:00 Leaving maintenance because disable requested. ] >> [ May 6 15:47:00 Disabled. ] >> [ May 6 15:50:23 Disabled. ] >> [ May 6 15:50:24 Rereading configuration. ] >> [ May 6 15:50:24 Enabled. ] >> [ May 6 15:50:24 Executing start method >> ("/var/opt/csw/svc/method/svc-csworca_services start") ] >> Orca_services already running. Exiting. >> [ May 6 15:50:24 Method "start" exited with status 0 ] >> [ May 6 15:50:24 Stopping because all processes in service exited. ] >> [ May 6 15:50:24 Executing stop method >> ("/var/opt/csw/svc/method/svc-csworca_services stop") ] >> Killing pids 1149 >> 1150. >> [ May 6 15:50:24 Method "stop" failed due to signal HUP ] >> [ May 6 15:50:24 Executing stop method >> ("/var/opt/csw/svc/method/svc-csworca_services stop") ] >> Killing pids 1156 >> 1157. >> [ May 6 15:50:24 Method "stop" failed due to signal HUP ] >> [ May 6 15:50:24 Executing stop method >> ("/var/opt/csw/svc/method/svc-csworca_services stop") ] >> Killing pids 1160 >> 1161. >> [ May 6 15:50:25 Method "stop" failed due to signal HUP ] >> >> Any pointers is appreciated. >> The web page for orca show "It works" >> >> TIA, >> Jeff >> >> >> >> >> >> >> >> >> >> ________________________________ >> This message may contain confidential information. If you are not the intended recipient of this e-mail, do not disseminate, distribute or copy this e-mail and delete this e-mail from your system. >> _______________________________________________ >> users mailing list >> users at lists.opencsw.org >> https://lists.opencsw.org/mailman/listinfo/users > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > From maciej at opencsw.org Tue May 7 10:22:54 2013 From: maciej at opencsw.org (=?UTF-8?Q?Maciej_=28Matchek=29_Blizi=C5=84ski?=) Date: Tue, 7 May 2013 09:22:54 +0100 Subject: [csw-users] php5 In-Reply-To: References: Message-ID: 2013/5/7 Lilach Reshef : > The Thread class is extension to PHP5.3+: > http://pecl.php.net/package/pthreads Looks like it's a separate package, not part of the PHP distribution, and not in our catalog currently. I looked at building it, but it doesn't have a ./configure file, and there's no building instructions in the tarball. Is there anyone here who knows how to build PHP packages? Maciej From bwalton at opencsw.org Tue May 7 10:31:12 2013 From: bwalton at opencsw.org (Ben Walton) Date: Tue, 7 May 2013 09:31:12 +0100 Subject: [csw-users] php5 In-Reply-To: References: Message-ID: It's a module so you need to use pecl or pear to install it. I don't think I've looked to package modules like this before so I don't know what the complexity of making it play nice will be. Thanks -Ben On May 7, 2013 9:23 AM, "Maciej (Matchek) Blizi?ski" wrote: > 2013/5/7 Lilach Reshef : > > The Thread class is extension to PHP5.3+: > > http://pecl.php.net/package/pthreads > > Looks like it's a separate package, not part of the PHP distribution, > and not in our catalog currently. I looked at building it, but it > doesn't have a ./configure file, and there's no building instructions > in the tarball. > > Is there anyone here who knows how to build PHP packages? > > Maciej > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users > -------------- next part -------------- An HTML attachment was scrubbed... URL: From ghenry at cmi.univ-mrs.fr Mon May 13 11:18:15 2013 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Mon, 13 May 2013 11:18:15 +0200 Subject: [csw-users] openldap and bdb Message-ID: <5190AFD7.105@cmi.univ-mrs.fr> hello all, i'm on solaris 10 sparc. Installing the latest CSWopenldap (2.4.32,REV=2012.11.05) , i got this error: [ May 13 11:00:26 Executing start method ("/var/opt/csw/svc/method/svc-cswopenldap start") ] Starting openldap-slapd: Unrecognized database type (bdb) [FAILED] searching on the Net, it seems related to a bdb module. In /etc/opt/csw/openldap/slapd.conf, lines with bdb are commented: # Load dynamic backend modules: # modulepath /opt/csw/libexec/sparcv9/openldap # moduleload back_bdb.la # moduleload back_hdb.la # moduleload back_ldap.la do i have to comment out? or do i miss something? thanks in advance for help, gerard From dam at opencsw.org Mon May 13 11:25:44 2013 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 13 May 2013 11:25:44 +0200 Subject: [csw-users] openldap and bdb In-Reply-To: <5190AFD7.105@cmi.univ-mrs.fr> References: <5190AFD7.105@cmi.univ-mrs.fr> Message-ID: Hi Gerard, Am 13.05.2013 um 11:18 schrieb Gerard Henry : > i'm on solaris 10 sparc. Installing the latest CSWopenldap (2.4.32,REV=2012.11.05) , i got this error: > [ May 13 11:00:26 Executing start method ("/var/opt/csw/svc/method/svc-cswopenldap start") ] > Starting openldap-slapd: Unrecognized database type (bdb) > [FAILED] > > > searching on the Net, it seems related to a bdb module. In /etc/opt/csw/openldap/slapd.conf, lines with bdb are commented: > # Load dynamic backend modules: > # modulepath /opt/csw/libexec/sparcv9/openldap > # moduleload back_bdb.la > # moduleload back_hdb.la > # moduleload back_ldap.la > > do i have to comment out? or do i miss something? Yes, back_bdb.la must be commented in. Best regards -- Dago > > thanks in advance for help, > > gerard > _______________________________________________ > users mailing list > users at lists.opencsw.org > https://lists.opencsw.org/mailman/listinfo/users -- "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 From ghenry at cmi.univ-mrs.fr Mon May 13 13:32:00 2013 From: ghenry at cmi.univ-mrs.fr (Gerard Henry) Date: Mon, 13 May 2013 13:32:00 +0200 Subject: [csw-users] openldap and bdb In-Reply-To: References: <5190AFD7.105@cmi.univ-mrs.fr> Message-ID: <5190CF30.8070908@cmi.univ-mrs.fr> another trouble. Looking at file /var/opt/csw/svc/method/svc-cswopenldap, i notice: # Check the old location first [ -r /opt/csw/etc/csw.conf ] && . /opt/csw/etc/csw.conf # Check the current location, its content overrides the previous one [ -r /etc/opt/csw/csw.conf ] && . /etc/opt/csw/csw.conf what is the file csw.conf? and yes, the file /var/opt/csw/svc/method/svc-cswopenldap is correct: annu1-root% pkgchk -l -p /var/opt/csw/svc/method/svc-cswopenldap Pathname: /var/opt/csw/svc/method/svc-cswopenldap Type: symbolic link Source of link: /etc/opt/csw/init.d/cswopenldap Referenced by the following packages: CSWopenldap Current status: installed annu1-root% pkgchk -l -p /etc/opt/csw/init.d/cswopenldap Pathname: /etc/opt/csw/init.d/cswopenldap Type: regular file Expected mode: 0755 Expected owner: root Expected group: bin Expected file size (bytes): 5572 Expected sum(1) of contents: 34394 Expected last modification: Nov 05 15:24:15 2012 Referenced by the following packages: CSWopenldap Current status: installed but it seems to me that i should find openldaprc instead of csw.conf in the script gerard