From henry at cmi.univ-mrs.fr Tue Jun 1 20:52:46 2004 From: henry at cmi.univ-mrs.fr (Gerard Henry) Date: Tue, 1 Jun 2004 20:52:46 +0200 Subject: [csw-users] postgres usage? Message-ID: <20040601185246.GH27742@cmi.univ-mrs.fr> hello, i just installed postgres for the first time from blastwave, and it says that server is successfully started at the end of install, but there is nothing about connect to the base?! before using postgres, i only use mysql... but with postgres, how can i connect to the database to administer? if i type psql: hobbit-henry% psql -l psql: FATAL: user "henry" does not exist How can i create a database? the script /etc/init.d/cswpostgres init seems to create a database, but what is name? Thanks in advance for your help, -- Gerard HENRY From mark at markround.com Wed Jun 2 10:44:47 2004 From: mark at markround.com (Mark Round) Date: Wed, 02 Jun 2004 09:44:47 +0100 Subject: [csw-users] postgres usage? In-Reply-To: <20040601185246.GH27742@cmi.univ-mrs.fr> References: <20040601185246.GH27742@cmi.univ-mrs.fr> Message-ID: <40BD937F.7090400@markround.com> Hi! First thing - make sure you have the latest version of PostgreSQL (7.3.6,REV=2004.05.27). You can do this with :- # pkg-get -U # pkg-get -u postgresql There was a bug on a previous release that prevented it from working properly. When postgresql initialises (via the "initdb" argument to the cswpostgresql init wrapper), all it does is create a "blank" database directory - this is like running mysql_install_db. You specify the user with the -U flag. So, to verify postgres is running and you can connect, try the following :- # psql -U postgres template1 You should then be at the psql prompt, with the database "template1" open (\? gives help). First thing to do, is set a password for your "postgres" user :- template1=# ALTER USER postgres WITH PASSWORD ''; Log out of the psql interface with \q. Now, modify your /opt/csw/var/pgdata/pg_hba.conf file to not accept connections without a password - change the "trust" values to "password" in the METHOD field. Restart postgresql, and it won't let you in without a password. Now, start psql up again as before, enter your password for the postgres user, and create a regular user :- template1=# CREATE USER newuser WITH PASSWORD ''; And you should be good to go, There is also a shell script called "createuser" that you can run that makes adding users easy. See the documentation for more information on creating new databases and granting privileges to new users... -Mark Gerard Henry wrote: >hello, >i just installed postgres for the first time from blastwave, and it says that server is successfully started at the end of install, but there is nothing about connect to the base?! >before using postgres, i only use mysql... >but with postgres, how can i connect to the database to administer? if i type psql: >hobbit-henry% psql -l >psql: FATAL: user "henry" does not exist > >How can i create a database? the script /etc/init.d/cswpostgres init >seems to create a database, but what is name? > >Thanks in advance for your help, > > > From tom at tomseeley.co.uk Wed Jun 2 18:07:30 2004 From: tom at tomseeley.co.uk (Tom Seeley) Date: Wed, 2 Jun 2004 17:07:30 +0100 Subject: [csw-users] Samba and winbind? Message-ID: <1086192450.40bdfb423eecd@www.karenhudson.co.uk> Has anybody on this list configured winbind sucessfully from the blastwave pkgs? /opt/csw/sbin/winbindd comes with CSWsambacommon however I don't seem to be able to find the nsswitch and pam libraries (libnss_winbind.so and pam_winbind.so) in any of the provided packages. According to the documentation these are both required to actually use winbindd. Any insight would be appreciated. Thanks, From blastwave at tomseeley.co.uk Wed Jun 2 18:07:53 2004 From: blastwave at tomseeley.co.uk (Tom Seeley) Date: Wed, 2 Jun 2004 17:07:53 +0100 Subject: [csw-users] Samba and winbind? Message-ID: <1086192473.40bdfb594a769@www.karenhudson.co.uk> Has anybody on this list configured winbind sucessfully from the blastwave pkgs? /opt/csw/sbin/winbindd comes with CSWsambacommon however I don't seem to be able to find the nsswitch and pam libraries (libnss_winbind.so and pam_winbind.so) in any of the provided packages. According to the documentation these are both required to actually use winbindd. Any insight would be appreciated. Thanks, -- Tom Seeley From eric at tiptsoft.com Thu Jun 3 04:27:00 2004 From: eric at tiptsoft.com (Eric Enright) Date: Wed, 02 Jun 2004 22:27:00 -0400 Subject: [csw-users] KDE problems Message-ID: <40BE8C74.60503@tiptsoft.com> Hi, I saw mention of this problem a while ago somewhere, but for the life of me I can't seem to find it again. KDE 3.2.1, installed with "pkg-get -i kdebase_gcc" installed it and all of it's dependancies fine. Login to KDE, and it seems to be okay. However, Konqueror does not want to play nice. It doesn't start up by clicking the icon in the panel, though it does run from commandline. Starting it gives me a dialog first with this: "There was an error loading the module About-Page for Konqueror. The diagnostics is:" Trying to set my homepage causes it to complain of two missing libraries: libkcm_konqhtml.la (seems to exist as kcm_konqhtml.la) libkhtmlpart.so.0 (exists as libkhtmlpart.so) Linking to them doesn't work. Also, the K menu is sort of "off". There are missing bullets, and the menu given from a bullet is far too far to the right. Otherwise, things seem to be in order.. My system is Solaris 9 x86, 12/03. Any ideas what could be causing this? -- Eric Enright /"\ ericAtiptsoftDcom \ / ASCII Ribbon Campaign X Against HTML E-Mail Public Key: 0xBEDF636F / \ From rsun at wlgore.com Fri Jun 11 22:02:53 2004 From: rsun at wlgore.com (Richard D Sun) Date: Fri, 11 Jun 2004 16:02:53 -0400 Subject: [csw-users] pkg-get -u automation? Message-ID: Hi, I set the /var/sadm/install/admin/default to automated installs, etc. but is there a way to automate upgrades so that you don't have to hit y for each package to be upgraded? --------------------------------------------------------------------------- Richard D. Sun ?? W. L. Gore & Associates, Inc. mailto:rsun at wlgore.com (preferred) Tel: (410)506-4168, Fax: (410)506-4400 http://www.gore.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20040611/444a8482/attachment.html From sithglan at stud.uni-erlangen.de Fri Jun 11 22:14:07 2004 From: sithglan at stud.uni-erlangen.de (Thomas Glanzmann) Date: Fri, 11 Jun 2004 22:14:07 +0200 Subject: [csw-users] pkg-get -u automation? In-Reply-To: References: Message-ID: <20040611201407.GU26294@cip.informatik.uni-erlangen.de> Hallo, > Hi, I set the /var/sadm/install/admin/default to automated installs, etc. > but is there a way to automate upgrades so that you don't have to hit y > for each package to be upgraded? /usr/bin/pkg-get -f -u /usr/bin/pkg-get -f -u echo "Getting uninstalled packages..." CSW_UNINSTALLED=(`/usr/bin/pkg-get -c | /usr/bin/awk -e '{if ( $2 == "[Not" && $3 == "installed]" ) print $1; }'`) echo "Installing new packages" CSW_INDEX=0 (while read selections; do FOUND=0 for CSW_AVAILABLE in "${CSW_UNINSTALLED[@]}"; do if [ "${CSW_AVAILABLE}" = "${selections}" ]; then echo /usr/bin/pkg-get -f install "${selections}" FOUND=1 fi done if [ "${FOUND}" = "0" ]; then echo -n "." fi done) from Richard D Sun at "Jun 11, 2004 04:02:53 pm" Message-ID: <200406112029.i5BKTf7P016782@cs1.gmu.edu> > I set the /var/sadm/install/admin/default to automated installs, etc. > but is there a way to automate upgrades so that you don't have to hit y > for each package to be upgraded? I think you should be able to use pkg-get -f -u. Markus From rsun at wlgore.com Fri Jun 11 22:49:13 2004 From: rsun at wlgore.com (Richard D Sun) Date: Fri, 11 Jun 2004 16:49:13 -0400 Subject: [csw-users] pkg-get -u automation? In-Reply-To: <200406112029.i5BKTf7P016782@cs1.gmu.edu> Message-ID: That's silly of me, thanks. --------------------------------------------------------------------------- Richard D. Sun ?? W. L. Gore & Associates, Inc. mailto:rsun at wlgore.com (preferred) Tel: (410)506-4168, Fax: (410)506-4400 http://www.gore.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20040611/d7e550f1/attachment.html From info at KarlheinzGuenster.de Mon Jun 14 18:59:58 2004 From: info at KarlheinzGuenster.de (Karlheinz Guenster) Date: Mon, 14 Jun 2004 18:59:58 +0200 Subject: [csw-users] Gimp 2.0 and Gimp-Print Message-ID: <40CDD98E.8060107@KarlheinzGuenster.de> Hi, I have problems to run Gimp-Print with Gimp 2.0. The Plugin "print" is installed in the directory /opt/csw/lib/gimp/1.2/plug-ins/ but not in /opt/csw/lib/gimp/2.0/plug-ins. I have copied the file "print" into the 2.0-directory, I have restarted Gimp but it does not work. "print" takes 1030 MByte memory but it does not anything further. I have used the latest programm-packets on Solaris 9 and Sun Ultra 60. I have tried to compile gimp-print version 5 alpha from the source code, but I don't unterstand the error-messages. "Configure" has run without errors but "make" has failed. Can anybody help me? Greetings Karlheinz -- Mail: info at KarlheinzGuenster.de * http://KarlheinzGuenster.de From mark.a.gebhart at lmco.com Mon Jun 21 19:45:31 2004 From: mark.a.gebhart at lmco.com (Gebhart, Mark A) Date: Mon, 21 Jun 2004 12:45:31 -0500 Subject: [csw-users] Problems running gimp 2.0 Message-ID: <94AC76452370C6409AC567DF26AFEC5A0A1443F9@emss07m11.us.lmco.com> Hi, I was trying to upgrade to the latest version of gimp. I have gotten the latest gtk and glib and when I run gimp which is under /opt/csw/bin I get the following error: Ld.so.1: gimp:fatal: relocation error: file gimp: symbol gdk_threads_unlock: referenced symbol not found I got gtk2-2.2.4 from csw. Any help would be appreciated. Thanks Mark Gebhart -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20040621/4b2059b6/attachment.html From kenmays at blastwave.org Tue Jun 22 02:58:54 2004 From: kenmays at blastwave.org (Ken Mays) Date: Mon, 21 Jun 2004 20:58:54 -0400 (EDT) Subject: [csw-users] Re: [csw-newpkgs] Gnumeric available Message-ID: <200406220058.i5M0wsD13213@blastwave.org> Ops! From OcallD at cogent-dsn.com Tue Jun 22 15:43:32 2004 From: OcallD at cogent-dsn.com (Dan O'Callaghan) Date: Tue, 22 Jun 2004 14:43:32 +0100 Subject: [csw-users] csw's samba & cups Message-ID: Does the samba & cups interface from CSW work for printing to a WINDOWS NT2k SERVER? I've tried to get my cups to print to the smbspool (I've made the link from smbspool to smb as per instructions), but when I check the log all I see is printjob cancelled. I;ve confirmed that the printers.conf entry is correct (compared it to my linux box which does work). Has anyone got cups to smb print ?? Cheers Dan. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.blastwave.org/pipermail/users/attachments/20040622/f629cb5b/attachment.html From asmoore at edge.net Tue Jun 22 16:35:56 2004 From: asmoore at edge.net (Alex S Moore) Date: Tue, 22 Jun 2004 09:35:56 -0500 Subject: [csw-users] RE: new sendmail Message-ID: <20040622093556.470d6869@sws602> If anyone wants to try or test sendmail 8.13.0 pkgs, they are available at: http://blastwave.informatik.uni-erlangen.de/csw/users/asmoore/ This is final release code. This time, libmilter is a separate pkg and a dependency of sendmail. This was done to eliminate redundant files that Phil posted as a problem. Again, for the sendmail pkg on Solaris 9 or 10, there is a SunOS5.9 pkg which uses a different ldap library for Solaris naming services. This pkg seems to work fine on Sol 10 beta. I forgot the release notes file, but will include this in the released pkg. Of course, it is on the web. Included in this release is a new socketmap option. There are some interesting comments about this new feature on the mimedefang mailing list. My Sol 8 test boxes are currently loaded with Sol 10 beta. So if someone could give me some feedback on Sol 8, it is appreciated. Alex From dclarke at blastwave.org Wed Jun 23 08:11:56 2004 From: dclarke at blastwave.org (Dennis Clarke) Date: Wed, 23 Jun 2004 02:11:56 -0400 (EDT) Subject: [csw-users] Re: [csw-announce] "stable" becoming a little unstable In-Reply-To: <20040623015722.GA28061@blastwave.blastwave.org> References: <20040623015722.GA28061@blastwave.blastwave.org> Message-ID: On Tue, 22 Jun 2004, Philip Brown wrote: > FYI: the "stable" archive" is about to get a wealth of packages soon. > I just noticed that over 200 packages have been patiently sitting > without bugs for our desired ripening period. > I'll only be doing about 100 a day, to conserve bandwidth. Can you hold off until late on Friday and then let them ALL go out the door at once? I realize we will saturate the channel for a while but the dependencies have to go. IMO Dennis From claude.arnold at l2mp.fr Tue Jun 29 15:03:07 2004 From: claude.arnold at l2mp.fr (Claude Arnold) Date: Tue, 29 Jun 2004 15:03:07 +0200 Subject: [csw-users] relocation error after upgrade Message-ID: <40E1688B.9030208@l2mp.fr> Hello, after an "pkg-get upgrade" the bluefish-0.13 start with the following message: fatal: relocation error: file /opt/csw/lib/libfontconfig.so.1: \ symbol FT_Get_BDF_property: referenced symbol not found the same problem occurs when i start mozilla and gftp Is it a problem of library version ? now the version of fontconfig is 2.2.2. Has anyone an idea ? Thanks a lot C. Arnold -- Claude Arnold L2MP-POLYTECH, UMR 6137 C/O IMT-Technop?le de Ch?teau-Gombert 13451 Marseille Cedex 20 T?l: 04.91.05.47.83 fax: 04.91.05.47.82 email: claude.arnold at l2mp.fr From claude.arnold at l2mp.fr Tue Jun 29 16:12:55 2004 From: claude.arnold at l2mp.fr (Claude Arnold) Date: Tue, 29 Jun 2004 16:12:55 +0200 Subject: [csw-users] relocation error after upgrade In-Reply-To: <40E1688B.9030208@l2mp.fr> References: <40E1688B.9030208@l2mp.fr> Message-ID: <40E178E7.5070906@l2mp.fr> Claude Arnold wrote: > Hello, > > after an "pkg-get upgrade" the bluefish-0.13 start with > the following message: > > fatal: relocation error: file /opt/csw/lib/libfontconfig.so.1: \ > symbol FT_Get_BDF_property: referenced symbol not found > > the same problem occurs when i start mozilla and gftp > Is it a problem of library version ? now the version of fontconfig is > 2.2.2. > > Has anyone an idea ? > > Thanks a lot > > C. Arnold > Sorry, I found the problem In LD_LIBRARY_PATH was the path /opt/swf/lib where some libraries conflicts with libraries in /opt/csw/lib. I remove /opt/swf/lib from LD_LIBRARY_PATH and all works well. Thank's -- Claude Arnold L2MP-POLYTECH, UMR 6137 C/O IMT-Technop?le de Ch?teau-Gombert 13451 Marseille Cedex 20 T?l: 04.91.05.47.83 fax: 04.91.05.47.82 email: claude.arnold at l2mp.fr From garyarm at testedgeinc.com Tue Jun 29 17:53:27 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Tue, 29 Jun 2004 08:53:27 -0700 Subject: [csw-users] CSWcommon References: <20040628034502.GA18357@blastwave.blastwave.org> Message-ID: <40E19077.9030004@testedgeinc.com> Background: I'm having trouble installing CSWcommon. Initially I tried an upgrade, then a remove and install. The complaint remains the same: Installing common - common files and dirs for CSW packages as ## Installing part 1 of 1. /opt/csw/bin/sparc /opt/csw/doc /opt/csw/info /opt/csw/lib/32 /opt/csw/lib/64 /opt/csw/lib/locale WARNING: /opt/csw/lib/sparc may not overwrite a populated directory. /opt/csw/share/locale/bg/LC_TIME /opt/csw/share/locale/locale.alias [ verifying class ] pkgadd: ERROR: /opt/csw/lib/sparc could not be installed. Installation of partially failed. ERROR: could not add CSWcommon So, I renamed the above dir created an empty one and got common to install successfully. Common configured the above to be: # ls -ld /opt/csw/lib/sparc lrwxrwxrwx 1 root other 1 Jun 29 08:31 /opt/csw/lib/sparc -> . So, I took a look at the old dir and it truly is not empty: # ls sparc.old libswt-cde-motif-2135.so libswt-motif-2135.so I'm thinking easy enough, I'll just move the libs up but: # ls -ld libswt-cde-motif-2135.so libswt-motif-2135.so lrwxrwxrwx 1 root other 30 Mar 18 14:41 libswt-cde-motif-2135.so -> sparc/libswt-cde-motif-2135.so lrwxrwxrwx 1 root other 26 Mar 18 14:41 libswt-motif-2135.so -> sparc/libswt-motif-2135.so links exist that point to the dir I moved. What should it be and how did this happen to me? TIA Gary From ihsan at blastwave.org Tue Jun 29 22:27:02 2004 From: ihsan at blastwave.org (Ihsan Dogan) Date: Tue, 29 Jun 2004 22:27:02 +0200 Subject: [csw-users] CSWcommon In-Reply-To: <40E19077.9030004@testedgeinc.com> References: <20040628034502.GA18357@blastwave.blastwave.org> <40E19077.9030004@testedgeinc.com> Message-ID: <20040629202702.GA22256@dogan.ch> On Tuesday, 29 Jun 2004 08:53 -0700, Gary Armstrong wrote: > # ls -ld libswt-cde-motif-2135.so libswt-motif-2135.so > lrwxrwxrwx 1 root other 30 Mar 18 14:41 > libswt-cde-motif-2135.so -> sparc/libswt-cde-motif-2135.so > lrwxrwxrwx 1 root other 26 Mar 18 14:41 > libswt-motif-2135.so -> sparc/libswt-motif-2135.so Looks like a veryy old version of eclipse or swtlibs. Please remove those packages first. Cheers, Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From garyarm at testedgeinc.com Tue Jun 29 23:26:47 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Tue, 29 Jun 2004 14:26:47 -0700 Subject: [csw-users] CSWcommon References: <20040628034502.GA18357@blastwave.blastwave.org> <40E19077.9030004@testedgeinc.com> <20040629202702.GA22256@dogan.ch> Message-ID: <40E1DE97.3000701@testedgeinc.com> Ihsan Dogan wrote: >On Tuesday, 29 Jun 2004 08:53 -0700, Gary Armstrong wrote: > > > >># ls -ld libswt-cde-motif-2135.so libswt-motif-2135.so >>lrwxrwxrwx 1 root other 30 Mar 18 14:41 >>libswt-cde-motif-2135.so -> sparc/libswt-cde-motif-2135.so >>lrwxrwxrwx 1 root other 26 Mar 18 14:41 >>libswt-motif-2135.so -> sparc/libswt-motif-2135.so >> >> > >Looks like a veryy old version of eclipse or swtlibs. Please >remove those packages first. > > >Cheers, Ihsan... > > > Appears to have worked. Thanks Gary From henry at cmi.univ-mrs.fr Tue Jun 1 20:52:46 2004 From: henry at cmi.univ-mrs.fr (Gerard Henry) Date: Tue, 1 Jun 2004 20:52:46 +0200 Subject: [csw-users] postgres usage? Message-ID: <20040601185246.GH27742@cmi.univ-mrs.fr> hello, i just installed postgres for the first time from blastwave, and it says that server is successfully started at the end of install, but there is nothing about connect to the base?! before using postgres, i only use mysql... but with postgres, how can i connect to the database to administer? if i type psql: hobbit-henry% psql -l psql: FATAL: user "henry" does not exist How can i create a database? the script /etc/init.d/cswpostgres init seems to create a database, but what is name? Thanks in advance for your help, -- Gerard HENRY From mark at markround.com Wed Jun 2 10:44:47 2004 From: mark at markround.com (Mark Round) Date: Wed, 02 Jun 2004 09:44:47 +0100 Subject: [csw-users] postgres usage? In-Reply-To: <20040601185246.GH27742@cmi.univ-mrs.fr> References: <20040601185246.GH27742@cmi.univ-mrs.fr> Message-ID: <40BD937F.7090400@markround.com> Hi! First thing - make sure you have the latest version of PostgreSQL (7.3.6,REV=2004.05.27). You can do this with :- # pkg-get -U # pkg-get -u postgresql There was a bug on a previous release that prevented it from working properly. When postgresql initialises (via the "initdb" argument to the cswpostgresql init wrapper), all it does is create a "blank" database directory - this is like running mysql_install_db. You specify the user with the -U flag. So, to verify postgres is running and you can connect, try the following :- # psql -U postgres template1 You should then be at the psql prompt, with the database "template1" open (\? gives help). First thing to do, is set a password for your "postgres" user :- template1=# ALTER USER postgres WITH PASSWORD ''; Log out of the psql interface with \q. Now, modify your /opt/csw/var/pgdata/pg_hba.conf file to not accept connections without a password - change the "trust" values to "password" in the METHOD field. Restart postgresql, and it won't let you in without a password. Now, start psql up again as before, enter your password for the postgres user, and create a regular user :- template1=# CREATE USER newuser WITH PASSWORD ''; And you should be good to go, There is also a shell script called "createuser" that you can run that makes adding users easy. See the documentation for more information on creating new databases and granting privileges to new users... -Mark Gerard Henry wrote: >hello, >i just installed postgres for the first time from blastwave, and it says that server is successfully started at the end of install, but there is nothing about connect to the base?! >before using postgres, i only use mysql... >but with postgres, how can i connect to the database to administer? if i type psql: >hobbit-henry% psql -l >psql: FATAL: user "henry" does not exist > >How can i create a database? the script /etc/init.d/cswpostgres init >seems to create a database, but what is name? > >Thanks in advance for your help, > > > From tom at tomseeley.co.uk Wed Jun 2 18:07:30 2004 From: tom at tomseeley.co.uk (Tom Seeley) Date: Wed, 2 Jun 2004 17:07:30 +0100 Subject: [csw-users] Samba and winbind? Message-ID: <1086192450.40bdfb423eecd@www.karenhudson.co.uk> Has anybody on this list configured winbind sucessfully from the blastwave pkgs? /opt/csw/sbin/winbindd comes with CSWsambacommon however I don't seem to be able to find the nsswitch and pam libraries (libnss_winbind.so and pam_winbind.so) in any of the provided packages. According to the documentation these are both required to actually use winbindd. Any insight would be appreciated. Thanks, From blastwave at tomseeley.co.uk Wed Jun 2 18:07:53 2004 From: blastwave at tomseeley.co.uk (Tom Seeley) Date: Wed, 2 Jun 2004 17:07:53 +0100 Subject: [csw-users] Samba and winbind? Message-ID: <1086192473.40bdfb594a769@www.karenhudson.co.uk> Has anybody on this list configured winbind sucessfully from the blastwave pkgs? /opt/csw/sbin/winbindd comes with CSWsambacommon however I don't seem to be able to find the nsswitch and pam libraries (libnss_winbind.so and pam_winbind.so) in any of the provided packages. According to the documentation these are both required to actually use winbindd. Any insight would be appreciated. Thanks, -- Tom Seeley From eric at tiptsoft.com Thu Jun 3 04:27:00 2004 From: eric at tiptsoft.com (Eric Enright) Date: Wed, 02 Jun 2004 22:27:00 -0400 Subject: [csw-users] KDE problems Message-ID: <40BE8C74.60503@tiptsoft.com> Hi, I saw mention of this problem a while ago somewhere, but for the life of me I can't seem to find it again. KDE 3.2.1, installed with "pkg-get -i kdebase_gcc" installed it and all of it's dependancies fine. Login to KDE, and it seems to be okay. However, Konqueror does not want to play nice. It doesn't start up by clicking the icon in the panel, though it does run from commandline. Starting it gives me a dialog first with this: "There was an error loading the module About-Page for Konqueror. The diagnostics is:" Trying to set my homepage causes it to complain of two missing libraries: libkcm_konqhtml.la (seems to exist as kcm_konqhtml.la) libkhtmlpart.so.0 (exists as libkhtmlpart.so) Linking to them doesn't work. Also, the K menu is sort of "off". There are missing bullets, and the menu given from a bullet is far too far to the right. Otherwise, things seem to be in order.. My system is Solaris 9 x86, 12/03. Any ideas what could be causing this? -- Eric Enright /"\ ericAtiptsoftDcom \ / ASCII Ribbon Campaign X Against HTML E-Mail Public Key: 0xBEDF636F / \ From rsun at wlgore.com Fri Jun 11 22:02:53 2004 From: rsun at wlgore.com (Richard D Sun) Date: Fri, 11 Jun 2004 16:02:53 -0400 Subject: [csw-users] pkg-get -u automation? Message-ID: Hi, I set the /var/sadm/install/admin/default to automated installs, etc. but is there a way to automate upgrades so that you don't have to hit y for each package to be upgraded? --------------------------------------------------------------------------- Richard D. Sun ?? W. L. Gore & Associates, Inc. mailto:rsun at wlgore.com (preferred) Tel: (410)506-4168, Fax: (410)506-4400 http://www.gore.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From sithglan at stud.uni-erlangen.de Fri Jun 11 22:14:07 2004 From: sithglan at stud.uni-erlangen.de (Thomas Glanzmann) Date: Fri, 11 Jun 2004 22:14:07 +0200 Subject: [csw-users] pkg-get -u automation? In-Reply-To: References: Message-ID: <20040611201407.GU26294@cip.informatik.uni-erlangen.de> Hallo, > Hi, I set the /var/sadm/install/admin/default to automated installs, etc. > but is there a way to automate upgrades so that you don't have to hit y > for each package to be upgraded? /usr/bin/pkg-get -f -u /usr/bin/pkg-get -f -u echo "Getting uninstalled packages..." CSW_UNINSTALLED=(`/usr/bin/pkg-get -c | /usr/bin/awk -e '{if ( $2 == "[Not" && $3 == "installed]" ) print $1; }'`) echo "Installing new packages" CSW_INDEX=0 (while read selections; do FOUND=0 for CSW_AVAILABLE in "${CSW_UNINSTALLED[@]}"; do if [ "${CSW_AVAILABLE}" = "${selections}" ]; then echo /usr/bin/pkg-get -f install "${selections}" FOUND=1 fi done if [ "${FOUND}" = "0" ]; then echo -n "." fi done) from Richard D Sun at "Jun 11, 2004 04:02:53 pm" Message-ID: <200406112029.i5BKTf7P016782@cs1.gmu.edu> > I set the /var/sadm/install/admin/default to automated installs, etc. > but is there a way to automate upgrades so that you don't have to hit y > for each package to be upgraded? I think you should be able to use pkg-get -f -u. Markus From rsun at wlgore.com Fri Jun 11 22:49:13 2004 From: rsun at wlgore.com (Richard D Sun) Date: Fri, 11 Jun 2004 16:49:13 -0400 Subject: [csw-users] pkg-get -u automation? In-Reply-To: <200406112029.i5BKTf7P016782@cs1.gmu.edu> Message-ID: That's silly of me, thanks. --------------------------------------------------------------------------- Richard D. Sun ?? W. L. Gore & Associates, Inc. mailto:rsun at wlgore.com (preferred) Tel: (410)506-4168, Fax: (410)506-4400 http://www.gore.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From info at KarlheinzGuenster.de Mon Jun 14 18:59:58 2004 From: info at KarlheinzGuenster.de (Karlheinz Guenster) Date: Mon, 14 Jun 2004 18:59:58 +0200 Subject: [csw-users] Gimp 2.0 and Gimp-Print Message-ID: <40CDD98E.8060107@KarlheinzGuenster.de> Hi, I have problems to run Gimp-Print with Gimp 2.0. The Plugin "print" is installed in the directory /opt/csw/lib/gimp/1.2/plug-ins/ but not in /opt/csw/lib/gimp/2.0/plug-ins. I have copied the file "print" into the 2.0-directory, I have restarted Gimp but it does not work. "print" takes 1030 MByte memory but it does not anything further. I have used the latest programm-packets on Solaris 9 and Sun Ultra 60. I have tried to compile gimp-print version 5 alpha from the source code, but I don't unterstand the error-messages. "Configure" has run without errors but "make" has failed. Can anybody help me? Greetings Karlheinz -- Mail: info at KarlheinzGuenster.de * http://KarlheinzGuenster.de From mark.a.gebhart at lmco.com Mon Jun 21 19:45:31 2004 From: mark.a.gebhart at lmco.com (Gebhart, Mark A) Date: Mon, 21 Jun 2004 12:45:31 -0500 Subject: [csw-users] Problems running gimp 2.0 Message-ID: <94AC76452370C6409AC567DF26AFEC5A0A1443F9@emss07m11.us.lmco.com> Hi, I was trying to upgrade to the latest version of gimp. I have gotten the latest gtk and glib and when I run gimp which is under /opt/csw/bin I get the following error: Ld.so.1: gimp:fatal: relocation error: file gimp: symbol gdk_threads_unlock: referenced symbol not found I got gtk2-2.2.4 from csw. Any help would be appreciated. Thanks Mark Gebhart -------------- next part -------------- An HTML attachment was scrubbed... URL: From kenmays at blastwave.org Tue Jun 22 02:58:54 2004 From: kenmays at blastwave.org (Ken Mays) Date: Mon, 21 Jun 2004 20:58:54 -0400 (EDT) Subject: [csw-users] Re: [csw-newpkgs] Gnumeric available Message-ID: <200406220058.i5M0wsD13213@blastwave.org> Ops! From OcallD at cogent-dsn.com Tue Jun 22 15:43:32 2004 From: OcallD at cogent-dsn.com (Dan O'Callaghan) Date: Tue, 22 Jun 2004 14:43:32 +0100 Subject: [csw-users] csw's samba & cups Message-ID: Does the samba & cups interface from CSW work for printing to a WINDOWS NT2k SERVER? I've tried to get my cups to print to the smbspool (I've made the link from smbspool to smb as per instructions), but when I check the log all I see is printjob cancelled. I;ve confirmed that the printers.conf entry is correct (compared it to my linux box which does work). Has anyone got cups to smb print ?? Cheers Dan. -------------- next part -------------- An HTML attachment was scrubbed... URL: From asmoore at edge.net Tue Jun 22 16:35:56 2004 From: asmoore at edge.net (Alex S Moore) Date: Tue, 22 Jun 2004 09:35:56 -0500 Subject: [csw-users] RE: new sendmail Message-ID: <20040622093556.470d6869@sws602> If anyone wants to try or test sendmail 8.13.0 pkgs, they are available at: http://blastwave.informatik.uni-erlangen.de/csw/users/asmoore/ This is final release code. This time, libmilter is a separate pkg and a dependency of sendmail. This was done to eliminate redundant files that Phil posted as a problem. Again, for the sendmail pkg on Solaris 9 or 10, there is a SunOS5.9 pkg which uses a different ldap library for Solaris naming services. This pkg seems to work fine on Sol 10 beta. I forgot the release notes file, but will include this in the released pkg. Of course, it is on the web. Included in this release is a new socketmap option. There are some interesting comments about this new feature on the mimedefang mailing list. My Sol 8 test boxes are currently loaded with Sol 10 beta. So if someone could give me some feedback on Sol 8, it is appreciated. Alex From dclarke at blastwave.org Wed Jun 23 08:11:56 2004 From: dclarke at blastwave.org (Dennis Clarke) Date: Wed, 23 Jun 2004 02:11:56 -0400 (EDT) Subject: [csw-users] Re: [csw-announce] "stable" becoming a little unstable In-Reply-To: <20040623015722.GA28061@blastwave.blastwave.org> References: <20040623015722.GA28061@blastwave.blastwave.org> Message-ID: On Tue, 22 Jun 2004, Philip Brown wrote: > FYI: the "stable" archive" is about to get a wealth of packages soon. > I just noticed that over 200 packages have been patiently sitting > without bugs for our desired ripening period. > I'll only be doing about 100 a day, to conserve bandwidth. Can you hold off until late on Friday and then let them ALL go out the door at once? I realize we will saturate the channel for a while but the dependencies have to go. IMO Dennis From claude.arnold at l2mp.fr Tue Jun 29 15:03:07 2004 From: claude.arnold at l2mp.fr (Claude Arnold) Date: Tue, 29 Jun 2004 15:03:07 +0200 Subject: [csw-users] relocation error after upgrade Message-ID: <40E1688B.9030208@l2mp.fr> Hello, after an "pkg-get upgrade" the bluefish-0.13 start with the following message: fatal: relocation error: file /opt/csw/lib/libfontconfig.so.1: \ symbol FT_Get_BDF_property: referenced symbol not found the same problem occurs when i start mozilla and gftp Is it a problem of library version ? now the version of fontconfig is 2.2.2. Has anyone an idea ? Thanks a lot C. Arnold -- Claude Arnold L2MP-POLYTECH, UMR 6137 C/O IMT-Technop?le de Ch?teau-Gombert 13451 Marseille Cedex 20 T?l: 04.91.05.47.83 fax: 04.91.05.47.82 email: claude.arnold at l2mp.fr From claude.arnold at l2mp.fr Tue Jun 29 16:12:55 2004 From: claude.arnold at l2mp.fr (Claude Arnold) Date: Tue, 29 Jun 2004 16:12:55 +0200 Subject: [csw-users] relocation error after upgrade In-Reply-To: <40E1688B.9030208@l2mp.fr> References: <40E1688B.9030208@l2mp.fr> Message-ID: <40E178E7.5070906@l2mp.fr> Claude Arnold wrote: > Hello, > > after an "pkg-get upgrade" the bluefish-0.13 start with > the following message: > > fatal: relocation error: file /opt/csw/lib/libfontconfig.so.1: \ > symbol FT_Get_BDF_property: referenced symbol not found > > the same problem occurs when i start mozilla and gftp > Is it a problem of library version ? now the version of fontconfig is > 2.2.2. > > Has anyone an idea ? > > Thanks a lot > > C. Arnold > Sorry, I found the problem In LD_LIBRARY_PATH was the path /opt/swf/lib where some libraries conflicts with libraries in /opt/csw/lib. I remove /opt/swf/lib from LD_LIBRARY_PATH and all works well. Thank's -- Claude Arnold L2MP-POLYTECH, UMR 6137 C/O IMT-Technop?le de Ch?teau-Gombert 13451 Marseille Cedex 20 T?l: 04.91.05.47.83 fax: 04.91.05.47.82 email: claude.arnold at l2mp.fr From garyarm at testedgeinc.com Tue Jun 29 17:53:27 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Tue, 29 Jun 2004 08:53:27 -0700 Subject: [csw-users] CSWcommon References: <20040628034502.GA18357@blastwave.blastwave.org> Message-ID: <40E19077.9030004@testedgeinc.com> Background: I'm having trouble installing CSWcommon. Initially I tried an upgrade, then a remove and install. The complaint remains the same: Installing common - common files and dirs for CSW packages as ## Installing part 1 of 1. /opt/csw/bin/sparc /opt/csw/doc /opt/csw/info /opt/csw/lib/32 /opt/csw/lib/64 /opt/csw/lib/locale WARNING: /opt/csw/lib/sparc may not overwrite a populated directory. /opt/csw/share/locale/bg/LC_TIME /opt/csw/share/locale/locale.alias [ verifying class ] pkgadd: ERROR: /opt/csw/lib/sparc could not be installed. Installation of partially failed. ERROR: could not add CSWcommon So, I renamed the above dir created an empty one and got common to install successfully. Common configured the above to be: # ls -ld /opt/csw/lib/sparc lrwxrwxrwx 1 root other 1 Jun 29 08:31 /opt/csw/lib/sparc -> . So, I took a look at the old dir and it truly is not empty: # ls sparc.old libswt-cde-motif-2135.so libswt-motif-2135.so I'm thinking easy enough, I'll just move the libs up but: # ls -ld libswt-cde-motif-2135.so libswt-motif-2135.so lrwxrwxrwx 1 root other 30 Mar 18 14:41 libswt-cde-motif-2135.so -> sparc/libswt-cde-motif-2135.so lrwxrwxrwx 1 root other 26 Mar 18 14:41 libswt-motif-2135.so -> sparc/libswt-motif-2135.so links exist that point to the dir I moved. What should it be and how did this happen to me? TIA Gary From ihsan at blastwave.org Tue Jun 29 22:27:02 2004 From: ihsan at blastwave.org (Ihsan Dogan) Date: Tue, 29 Jun 2004 22:27:02 +0200 Subject: [csw-users] CSWcommon In-Reply-To: <40E19077.9030004@testedgeinc.com> References: <20040628034502.GA18357@blastwave.blastwave.org> <40E19077.9030004@testedgeinc.com> Message-ID: <20040629202702.GA22256@dogan.ch> On Tuesday, 29 Jun 2004 08:53 -0700, Gary Armstrong wrote: > # ls -ld libswt-cde-motif-2135.so libswt-motif-2135.so > lrwxrwxrwx 1 root other 30 Mar 18 14:41 > libswt-cde-motif-2135.so -> sparc/libswt-cde-motif-2135.so > lrwxrwxrwx 1 root other 26 Mar 18 14:41 > libswt-motif-2135.so -> sparc/libswt-motif-2135.so Looks like a veryy old version of eclipse or swtlibs. Please remove those packages first. Cheers, Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris: http://www.blastwave.org/ From garyarm at testedgeinc.com Tue Jun 29 23:26:47 2004 From: garyarm at testedgeinc.com (Gary Armstrong) Date: Tue, 29 Jun 2004 14:26:47 -0700 Subject: [csw-users] CSWcommon References: <20040628034502.GA18357@blastwave.blastwave.org> <40E19077.9030004@testedgeinc.com> <20040629202702.GA22256@dogan.ch> Message-ID: <40E1DE97.3000701@testedgeinc.com> Ihsan Dogan wrote: >On Tuesday, 29 Jun 2004 08:53 -0700, Gary Armstrong wrote: > > > >># ls -ld libswt-cde-motif-2135.so libswt-motif-2135.so >>lrwxrwxrwx 1 root other 30 Mar 18 14:41 >>libswt-cde-motif-2135.so -> sparc/libswt-cde-motif-2135.so >>lrwxrwxrwx 1 root other 26 Mar 18 14:41 >>libswt-motif-2135.so -> sparc/libswt-motif-2135.so >> >> > >Looks like a veryy old version of eclipse or swtlibs. Please >remove those packages first. > > >Cheers, Ihsan... > > > Appears to have worked. Thanks Gary