From stan.hearn at nscorp.com Wed Nov 5 14:26:10 2008 From: stan.hearn at nscorp.com (Hearn, Stan J.) Date: Wed, 05 Nov 2008 09:26:10 -0500 Subject: Discerning x86_64 and i386 packages In-Reply-To: Message-ID: This may be a dumb question, but how do I tell the differences between these to packages? One is x86_64 and the other is i386. [root at xxx sysconfig]# rpm -qi compat-libstdc++-33-3.2.3-61 Name : compat-libstdc++-33 Relocations: (not relocatable) Version : 3.2.3 Vendor: Red Hat, Inc. Release : 61 Build Date: Mon 21 Aug 2006 09:39:49 AM EDT Install Date: Wed 05 Nov 2008 09:09:59 AM EST Build Host: hs20-bc1-5.build.redhat.com Group : System Environment/Libraries Source RPM: compat-gcc-32-3.2.3-61.src.rpm Size : 733456 License: GPL Signature : DSA/SHA1, Tue 03 Oct 2006 09:11:53 PM EDT, Key ID b44269d04f2a6fd2 Packager : Red Hat, Inc. URL : http://gcc.gnu.org Summary : Compatibility standard C++ libraries Description : The compat-libstdc++ package contains compatibility standard C++ library from GCC 3.3.4. Name : compat-libstdc++-33 Relocations: (not relocatable) Version : 3.2.3 Vendor: Red Hat, Inc. Release : 61 Build Date: Mon 21 Aug 2006 09:43:13 AM EDT Install Date: Wed 05 Nov 2008 09:19:06 AM EST Build Host: hs20-bc2-2.build.redhat.com Group : System Environment/Libraries Source RPM: compat-gcc-32-3.2.3-61.src.rpm Size : 825400 License: GPL Signature : DSA/SHA1, Thu 18 Jan 2007 10:36:32 AM EST, Key ID 5326810137017186 Packager : Red Hat, Inc. URL : http://gcc.gnu.org Summary : Compatibility standard C++ libraries Description : The compat-libstdc++ package contains compatibility standard C++ library from GCC 3.3.4. From JMcCune at ntst.com Wed Nov 5 14:33:41 2008 From: JMcCune at ntst.com (Jeff McCune) Date: Wed, 5 Nov 2008 09:33:41 -0500 Subject: Discerning x86_64 and i386 packages In-Reply-To: References: Message-ID: <9A7F9F83A843AD4EBDE53D0D868ECD4203471618@NTST-OH-MAIL01.ntst.com> Good morning, You could query with .[arch] at the end of the package name to discern one from the other: [jmccune at abraham ~]$ cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.2 (Tikanga) [jmccune at abraham ~]$ rpm -qi compat-libstdc++-33-3.2.3-61.x86_64 Name : compat-libstdc++-33 Relocations: (not relocatable) Version : 3.2.3 Vendor: Red Hat, Inc. Release : 61 Build Date: Mon 21 Aug 2006 09:43:13 AM EDT Install Date: Fri 05 Sep 2008 12:00:38 PM EDT Build Host: hs20-bc2-2.build.redhat.com Group : System Environment/Libraries Source RPM: compat-gcc-32-3.2.3-61.src.rpm Size : 825400 License: GPL Signature : DSA/SHA1, Thu 18 Jan 2007 10:36:32 AM EST, Key ID 5326810137017186 Packager : Red Hat, Inc. URL : http://gcc.gnu.org Summary : Compatibility standard C++ libraries Description : The compat-libstdc++ package contains compatibility standard C++ library from GCC 3.3.4. [jmccune at abraham ~]$ rpm -qi compat-libstdc++-33-3.2.3-61.i386 Name : compat-libstdc++-33 Relocations: (not relocatable) Version : 3.2.3 Vendor: Red Hat, Inc. Release : 61 Build Date: Mon 21 Aug 2006 09:39:49 AM EDT Install Date: Fri 05 Sep 2008 12:00:41 PM EDT Build Host: hs20-bc1-5.build.redhat.com Group : System Environment/Libraries Source RPM: compat-gcc-32-3.2.3-61.src.rpm Size : 733456 License: GPL Signature : DSA/SHA1, Thu 18 Jan 2007 10:36:32 AM EST, Key ID 5326810137017186 Packager : Red Hat, Inc. URL : http://gcc.gnu.org Summary : Compatibility standard C++ libraries Description : The compat-libstdc++ package contains compatibility standard C++ library from GCC 3.3.4. Cheers, -- Jeff McCune Senior System Administrator Netsmart Technologies 1-800-434-2642 x7382 > -----Original Message----- > From: redhat-sysadmin-list-bounces at redhat.com [mailto:redhat-sysadmin- > list-bounces at redhat.com] On Behalf Of Hearn, Stan J. > Sent: Wednesday, November 05, 2008 9:26 AM > To: redhat-sysadmin-list at redhat.com > Subject: Discerning x86_64 and i386 packages > > > This may be a dumb question, but how do I tell the differences between > these to packages? One is x86_64 and the other is i386. > > [root at xxx sysconfig]# rpm -qi compat-libstdc++-33-3.2.3-61 > Name : compat-libstdc++-33 Relocations: (not > relocatable) > Version : 3.2.3 Vendor: Red Hat, Inc. > Release : 61 Build Date: Mon 21 Aug 2006 > 09:39:49 AM EDT > Install Date: Wed 05 Nov 2008 09:09:59 AM EST Build Host: > hs20-bc1-5.build.redhat.com > Group : System Environment/Libraries Source RPM: > compat-gcc-32-3.2.3-61.src.rpm > Size : 733456 License: GPL > Signature : DSA/SHA1, Tue 03 Oct 2006 09:11:53 PM EDT, Key ID > b44269d04f2a6fd2 > Packager : Red Hat, Inc. > URL : http://gcc.gnu.org > Summary : Compatibility standard C++ libraries > Description : > The compat-libstdc++ package contains compatibility standard C++ > library > from GCC 3.3.4. > Name : compat-libstdc++-33 Relocations: (not > relocatable) > Version : 3.2.3 Vendor: Red Hat, Inc. > Release : 61 Build Date: Mon 21 Aug 2006 > 09:43:13 AM EDT > Install Date: Wed 05 Nov 2008 09:19:06 AM EST Build Host: > hs20-bc2-2.build.redhat.com > Group : System Environment/Libraries Source RPM: > compat-gcc-32-3.2.3-61.src.rpm > Size : 825400 License: GPL > Signature : DSA/SHA1, Thu 18 Jan 2007 10:36:32 AM EST, Key ID > 5326810137017186 > Packager : Red Hat, Inc. > URL : http://gcc.gnu.org > Summary : Compatibility standard C++ libraries > Description : > The compat-libstdc++ package contains compatibility standard C++ > library > from GCC 3.3.4. > > -- > redhat-sysadmin-list mailing list > redhat-sysadmin-list at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or the employer or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by telephone and delete the material from your computer. Thank you for your cooperation. From stan.hearn at nscorp.com Wed Nov 5 17:39:13 2008 From: stan.hearn at nscorp.com (Hearn, Stan J.) Date: Wed, 05 Nov 2008 12:39:13 -0500 Subject: Discerning x86_64 and i386 packages In-Reply-To: <9A7F9F83A843AD4EBDE53D0D868ECD4203471618@NTST-OH-MAIL01.ntst.com> Message-ID: Why does this install fail? [root at viola ~]# up2date --show-available | grep openmo openmotif-2.2.3-10.2.el4.i386 openmotif-2.2.3-10.2.el4.x86_64 openmotif-devel-2.2.3-10.2.el4.i386 openmotif-devel-2.2.3-10.2.el4.x86_64 openmotif21-2.1.30-11.RHEL4.6.i386 [root at viola ~]# up2date --install openmotif-2.2.3-10.2.el4.i386 Fetching Obsoletes list for channel: rhel-x86_64-as-4... Fetching rpm headers... ######################################## Name Version Rel ---------------------------------------------------------- The following packages you requested were not found: openmotif-2.2.3-10.2.el4.i386 From stan.hearn at nscorp.com Wed Nov 5 17:59:10 2008 From: stan.hearn at nscorp.com (Hearn, Stan J.) Date: Wed, 05 Nov 2008 12:59:10 -0500 Subject: Discerning x86_64 and i386 packages In-Reply-To: Message-ID: I've answered my own question. Use the --arch=[i386|x86_64] option of up2date and drop the version number. [root at viola ~]# up2date --arch=i386 --install openmotif Fetching Obsoletes list for channel: rhel-x86_64-as-4... Fetching rpm headers... ######################################## Name Version Rel ---------------------------------------------------------- openmotif 2.2.3 10.2.el4 i386 Thanks, Stan -----Original Message----- From: redhat-sysadmin-list-bounces at redhat.com [mailto:redhat-sysadmin-list-bounces at redhat.com] On Behalf Of Hearn, Stan J. Sent: Wednesday, November 05, 2008 12:39 PM To: redhat-sysadmin-list at redhat.com Subject: RE: Discerning x86_64 and i386 packages Why does this install fail? [root at viola ~]# up2date --show-available | grep openmo openmotif-2.2.3-10.2.el4.i386 openmotif-2.2.3-10.2.el4.x86_64 openmotif-devel-2.2.3-10.2.el4.i386 openmotif-devel-2.2.3-10.2.el4.x86_64 openmotif21-2.1.30-11.RHEL4.6.i386 [root at viola ~]# up2date --install openmotif-2.2.3-10.2.el4.i386 Fetching Obsoletes list for channel: rhel-x86_64-as-4... Fetching rpm headers... ######################################## Name Version Rel ---------------------------------------------------------- The following packages you requested were not found: openmotif-2.2.3-10.2.el4.i386 -- redhat-sysadmin-list mailing list redhat-sysadmin-list at redhat.com https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list From CHort at caed.uscourts.gov Wed Nov 5 18:02:01 2008 From: CHort at caed.uscourts.gov (CHort at caed.uscourts.gov) Date: Wed, 5 Nov 2008 10:02:01 -0800 Subject: Cheree Hort/CAED/09/USCOURTS is out of the office. Message-ID: I will be out of the office starting 10/29/2008 and will not return until 11/10/2008. If you require immediate assistance, please contact Technical Support at 916-930-4335 or Mihir Modi at 916-930-4043. Thanks and have a great day! From jbourne at hardrock.org Wed Nov 5 18:43:04 2008 From: jbourne at hardrock.org (James Bourne) Date: Wed, 5 Nov 2008 11:43:04 -0700 (MST) Subject: Discerning x86_64 and i386 packages In-Reply-To: References: Message-ID: On Wed, 5 Nov 2008, Hearn, Stan J. wrote: > I've answered my own question. Use the --arch=[i386|x86_64] option of > up2date and drop the version number. bash# rpm -qa --queryformat="%{name}-%{version}-%{release}-%{arch}\n" glibc glibc-2.3.4-2.41-x86_64 glibc-2.3.4-2.41-i686 For RPM to query what you have installed. Regards James > > [root at viola ~]# up2date --arch=i386 --install openmotif > > Fetching Obsoletes list for channel: rhel-x86_64-as-4... > > Fetching rpm headers... > ######################################## > > Name Version Rel > ---------------------------------------------------------- > openmotif 2.2.3 10.2.el4 > i386 > > > Thanks, > Stan > > > -----Original Message----- > From: redhat-sysadmin-list-bounces at redhat.com > [mailto:redhat-sysadmin-list-bounces at redhat.com] On Behalf Of Hearn, > Stan J. > Sent: Wednesday, November 05, 2008 12:39 PM > To: redhat-sysadmin-list at redhat.com > Subject: RE: Discerning x86_64 and i386 packages > > Why does this install fail? > > [root at viola ~]# up2date --show-available | grep openmo > openmotif-2.2.3-10.2.el4.i386 > openmotif-2.2.3-10.2.el4.x86_64 > openmotif-devel-2.2.3-10.2.el4.i386 > openmotif-devel-2.2.3-10.2.el4.x86_64 > openmotif21-2.1.30-11.RHEL4.6.i386 > [root at viola ~]# up2date --install openmotif-2.2.3-10.2.el4.i386 > > Fetching Obsoletes list for channel: rhel-x86_64-as-4... > > Fetching rpm headers... > ######################################## > > Name Version Rel > ---------------------------------------------------------- > > > The following packages you requested were not found: > openmotif-2.2.3-10.2.el4.i386 > > -- > redhat-sysadmin-list mailing list > redhat-sysadmin-list at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list > > -- > redhat-sysadmin-list mailing list > redhat-sysadmin-list at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-sysadmin-list > > -- James Bourne | Email: jbourne at hardrock.org UNIX Systems Administration | WWW: http://www.hardrock.org Custom UNIX Programming | Linux: The choice of a GNU generation ---------------------------------------------------------------------- "All you need's an occasional kick in the philosophy." Frank Herbert Need an inexpensive domain alternative? http://fastforwarddomains.com From thierry.leurent at asgardian.be Fri Nov 21 15:29:29 2008 From: thierry.leurent at asgardian.be (Thierry Leurent) Date: Fri, 21 Nov 2008 16:29:29 +0100 (CET) Subject: RHEL, Samba, Cups, Windows and AD Message-ID: <0c8a5437497e2966016280943b1fe822.squirrel@squirrel.asgardian.be> Hello, On a RHEL ES 3, I have : - One cups (1.1.17) server used by Linux application. - One samba (3.0.22) server AD integrated used to share Linux disk to Windows systems. I would like print form Windows using Samba and Cups. I added this section to my smb.conf : # | Global printers definition # ------------------------------------------------------ [printers] comment = All Printers using CUPS path = /var/spool/samba printable = yes browseable = no create mode = 1777 I created /var/spool/samba and I changed the right to 1777. On Windows as Domain adminitrator, I added a new printer and I used the HP Universal Printing PS. When I want print a test page, that don't work. In Samba's log, I see the following messages : Nov 20 16:02:48 PrintServer smbd[5899]: [2008/11/20 16:02:48, 0] lib/util_sock.c:read_data(529) Nov 20 16:02:48 PrintServer smbd[5899]: read_data: read failure for 4 bytes to client 128.1.10.119. Error = Connection reset by peer Nov 20 16:03:06 PrintServer smbd[5898]: [2008/11/20 16:03:06, 0] printing/printing.c:allocate_print_jobid(2241) Nov 20 16:03:06 PrintServer smbd[5898]: allocate_print_jobid: failed to allocate a print job for queue 1D751_A4_WINDOWS Nov 20 16:03:06 PrintServer smbd[5898]: Permission denied-- user not allowed to delete, pause, or resume print job. User name: MyDomain+administrator. Printer name: 1D751_A4_WINDOWS. Nov 20 16:06:24 PrintServer smbd[5868]: [2008/11/20 16:06:24, 0] lib/util_sock.c:get_peer_addr(1225) Nov 20 16:06:24 PrintServer smbd[5868]: getpeername failed. Error was Transport endpoint is not connected Nov 20 16:06:24 PrintServer smbd[5948]: [2008/11/20 16:06:24, 0] lib/util_sock.c:get_peer_addr(1225) Nov 20 16:06:24 PrintServer smbd[5948]: getpeername failed. Error was Transport endpoint is not connected Nov 20 16:06:24 PrintServer smbd[5948]: [2008/11/20 16:06:24, 0] lib/util_sock.c:write_data(557) Nov 20 16:06:24 PrintServer smbd[5948]: write_data: write failure in writing to client 0.0.0.0. Error Connection reset by peer Nov 20 16:06:24 PrintServer smbd[5948]: [2008/11/20 16:06:24, 0] lib/util_sock.c:send_smb(765) Nov 20 16:06:24 PrintServer smbd[5948]: Error writing 4 bytes to client. -1. (Connection reset by peer) I see nothing in Cups' logs. Do you have an idea or do you have still implement this kind of server and you have some samples for me ? Thanks. -- Thierry Leurent