From rdodolak at woh.rr.com Fri Apr 1 22:56:24 2005 From: rdodolak at woh.rr.com (Ronald E Dodolak Jr) Date: Fri, 1 Apr 2005 17:56:24 -0500 Subject: [rhn-users] RHEL 4 WS kernel source In-Reply-To: <355071ab0503291436478dd8bd@mail.gmail.com> Message-ID: <000801c5370e$0b703520$308dd218@D6J29H11> The kernel-source rpm is no longer provided as of v4. Install kernel-devel or kernel-smp-devel (depending on which kernel your using) and then try to reinstall your nvidia driver. -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Aaron Gniewek Sent: Tuesday, March 29, 2005 5:36 PM To: rhn-users at redhat.com Subject: [rhn-users] RHEL 4 WS kernel source i just upgraded WS from v3 to v4. I canot find the kernel-source to compile my video driver. Is it nolonger made available or where can I get it? Thanks! -- _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From rdodolak at woh.rr.com Fri Apr 1 23:06:12 2005 From: rdodolak at woh.rr.com (Ronald E Dodolak Jr) Date: Fri, 1 Apr 2005 18:06:12 -0500 Subject: [rhn-users] nVidia Quadro driver for x86_64 RHEL 3 In-Reply-To: Message-ID: <000901c5370f$665c0170$308dd218@D6J29H11> You mentioned that you had a dual processor machine, so if you're loading the smp version of the kernel at boot then you'll need to compile the kernel with the Elsmp source code. According to the output you've attached it's compiling the driver with the EL source code and not the Elsmp source code. The driver needs to be compiled for each kernel being used. Check to see if you have a /usr/src/linux-2.4.21-15.Elsmp directory. -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Jon LaBadie Sent: Monday, March 28, 2005 4:22 PM To: rhn-users at redhat.com Subject: [rhn-users] nVidia Quadro driver for x86_64 RHEL 3 On a 64-bit system with dual processors, I'm trying to get an nVidia Quadro card working with nvidia drivers rather than simply a vesa driver. I'm attempting to build the drivers that were released on 3/11 as version 1.0-7167, although I've gotten virtually identical "bad" results when using earlier versions. At the end I've included a lot of the output from an nvidia-installer log. I've cut out a lot of redundant info and added a few comments with leading "#### " strings. Sorry for the length despite my editing. OS is RHEL 3, WS version Update 2 for x86_64 processors System is dual EM64T capable Xeons in a Dell 670n workstation Graphics card is a Quadro FX 3400. Because the installer does not find a precompiled driver for my system I run the installer with options to point it to the source code tree for my OS and kernel (2.4.21-15.EL x86_64). Thinking there might be something wrong with the kernel source tree, I've deleted the rpm's and reinstalled them but still get the same nvidia-installer errors and a bad driver module. When I run the installer it produces the nvidia.o module, but upon installing it into the kernel there are tons of unresolved references. Perhaps someone has seen similar results and will probably point me to a silly error on my part. #### The edited logfile nvidia-installer log file '/var/log/nvidia-installer.log' creation time: Wed Mar 23 10:26:16 2005 option status: license pre-accepted : true update : false force update : false expert : false uninstall : false driver info : false no precompiled interface: false no ncurses color : false query latest driver ver : false OpenGL header files : false no questions : false silent : false no backup : false kernel module only : false sanity : false add this kernel : false no runlevel check : false no network : false no ABI note : false no RPMs : false force tls : (not specified) force compat32 tls : (not specified) X install prefix : /usr/X11R6 OpenGL install prefix : /usr compat32 install prefix : (not specified) installer install prefix: /usr utility install prefix : /usr kernel name : (not specified) kernel include path : (not specified) kernel source path : /usr/src/linux-2.4.21-15.EL kernel output path : (not specified) kernel install path : (not specified) proc mount point : /proc ui : (not specified) tmpdir : /tmp ftp mirror : ftp://download.nvidia.com RPM file list : (not specified) Using: nvidia-installer ncurses user interface -> License accepted by command line option. -> No precompiled kernel interface was found to match your kernel; would you like the installer to attempt to download a kernel interface for your kernel from the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes) -> No matching precompiled kernel interface was found on the NVIDIA ftp site; this means that the installer will need to compile a kernel interface for your kernel. -> Using the kernel source path '/usr/src/linux-2.4.21-15.EL' as specified by the '--kernel-source-path' commandline option. -> Kernel source path: '/usr/src/linux-2.4.21-15.EL' -> Performing CC test with CC="cc". -> Performing rivafb check. -> Performing change_page_attr() check. -> Cleaning kernel module build directory. executing: 'cd ./usr/src/nv; make clean'... rm -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o \ nv-linux.o nv_compiler.h *.d NVdriver nvidia.o -> Building kernel module: executing: 'cd ./usr/src/nv; make module SYSSRC=/usr/src/linux-2.4.21-15.EL SYSOUT=/usr/src/linux-2.4.21-15.EL'... echo \#define NV_COMPILER \"`cc -v 2>&1 | tail -n 1`\" \ > nv_compiler.h cc -c -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-common -mno-red-zone -UDEBUG -U_DEBUG -DNDEBUG -MD -D__KERNEL__ -DMODULE -D_LOOSE_KERNEL_NAMES -mcmodel=kernel -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=7167 -DNV_UNIX -DNV_LINUX -DNV_INT64_OK -DNVCPU_X86_64 -DNV_64_BITS -DNV_REMAP_PAGE_RANGE_5_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_PCI_DISABLE_DEVICE_PRESENT -DNV_VMAP_4_PRESENT -I. -I/usr/src/linux-2.4.21-15.EL/include -Wsign-compare -Wno-cast-qual -Wno-error nv.c In file included from /usr/src/linux-2.4.21-15.EL/include/linux/poll.h:11, from nv-linux.h:58, from nv.c:14: /usr/src/linux-2.4.21-15.EL/include/asm/uaccess.h: In function `__copy_from_user': /usr/src/linux-2.4.21-15.EL/include/asm/uaccess.h:257: warning: pointer of type `void *' used in arithmetic /usr/src/linux-2.4.21-15.EL/include/asm/uaccess.h:262: warning: pointer of type `void *' used in arithmetic ... ########################################################## #### Same compile and warning was logged for each of these #### source files: #### nv.c #### nv-vm.c #### os-agp.c #### os-interface.c #### os-registry.c ########################################################### ld -r -o nv-linux.o nv.o nv-vm.o os-agp.o os-interface.o \ os-registry.o ld -r -o nvidia.o nv-linux.o nv-kernel.o -> done. -> Kernel module compilation complete. ERROR: Unable to load the kernel module 'nvidia.o'. This is most likely because the kernel module was built using the wrong kernel source files. Please make sure you have installed the kernel source files for your kernel; on Red Hat Linux systems, for example, be sure you have the 'kernel-source' rpm installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the '--kernel-source-path' commandline option. #### which is what I did to create this log file!! -> Kernel module load error: ./usr/src/nv/nvidia.o: unresolved symbol __ioremap_R9eac042a #### some additional symbols unresolved, about 80 althgether pci_read_config_byte_R0e425a9e del_timer_Rd35376fe inter_module_get_Rf6a0ce24 __get_free_pages_R9016dd82 do_gettimeofday_R72270e35 __vmalloc_R79995c5b register_chrdev_R4df0fcb3 init_mm_R8a0aaff8 mem_map_R7b3e78dd strncpy_from_user_R24428be5 copy_to_user_Rbe499d81 ./usr/src/nv/nvidia.o: ############################################################## #### A total of about 80 unresolved references are reported #### each time an insmod is attempted with the nvidia.o module ############################################################## Hint: You are trying to load a module without a GPL compat- ible license and it has unresolved symbols. The module may be trying to access GPLONLY symbols but the problem is more likely to be a coding or user error. Contact the module supplier for assistance, only they can help you. #### End of edited logfile _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From rdodolak at woh.rr.com Fri Apr 1 23:26:31 2005 From: rdodolak at woh.rr.com (Ronald E Dodolak Jr) Date: Fri, 1 Apr 2005 18:26:31 -0500 Subject: [rhn-users] Antivirus for RHEL 3 WS In-Reply-To: Message-ID: <000a01c53712$3fb01310$308dd218@D6J29H11> Computer Associates offers eTrust Antivirus software of Linux. You can order a free trial CD at http://www3.ca.com/Solutions/Collateral.asp?CID=39914 -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of George Allen Jr Sent: Monday, March 14, 2005 7:39 AM To: rhn-users at redhat.com Subject: [rhn-users] Antivirus for RHEL 3 WS Hello all I am in need of an antivirus solution for two RHEL 3 WS standalone workstations. I'd prefer a Norton-esque product that comes with solid support and frequent definition updates. Further, since these boxes DO NOT have an external connection (i.e. Internet), I'd need to be able to download the definition/application updates to a CD for installation onto these workstations. I've checked the Symantec website, but have not had any luck identifying an application for RHEL 3 WS. Does anyone have any ideas? If so, please include a URL or a MFG for me to locate the solution you are reccomending. Thanks in advance for the help George _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From mailinglist at ltsai.com Sat Apr 2 05:10:15 2005 From: mailinglist at ltsai.com (Tsai Li Ming) Date: Sat, 02 Apr 2005 13:10:15 +0800 Subject: [rhn-users] Building kernel-source rpm Message-ID: Dear all, What are the options to choose in the kernel spec file to build a kernel-source rpm? %define buildup 0 %define buildsmp 0 %define buildsource 1 %define buildhugemem 0 %define builddoc 0 %define kabi 0 What's kabi? Liming From mailinglist at ltsai.com Sat Apr 2 05:19:50 2005 From: mailinglist at ltsai.com (Tsai Li Ming) Date: Sat, 02 Apr 2005 13:19:50 +0800 Subject: [rhn-users] Re: Building kernel-source rpm In-Reply-To: References: Message-ID: Tsai Li Ming wrote: > Dear all, > > What are the options to choose in the kernel spec file to build a > kernel-source rpm? > > %define buildup 0 > %define buildsmp 0 > %define buildsource 1 > %define buildhugemem 0 > %define builddoc 0 > %define kabi 0 > > What's kabi? > > Liming It's for RHEL4. Liming From noc at 100pour100net.com Sat Apr 2 07:30:44 2005 From: noc at 100pour100net.com (Jean-Philippe CIVADE) Date: Sat, 2 Apr 2005 09:30:44 +0200 Subject: [rhn-users] Antivirus for RHEL 3 WS In-Reply-To: <000a01c53712$3fb01310$308dd218@D6J29H11> Message-ID: There's also a trend micro product for Linux servers or WS, working on RHES: http://www.antivirus.com > -----Original Message----- > From: rhn-users-bounces at redhat.com > [mailto:rhn-users-bounces at redhat.com]On Behalf Of Ronald E Dodolak Jr > Sent: Saturday, April 02, 2005 1:27 AM > To: 'Red Hat Network Users List' > Subject: RE: [rhn-users] Antivirus for RHEL 3 WS > > > Computer Associates offers eTrust Antivirus software of Linux. You can > order a free trial CD at > http://www3.ca.com/Solutions/Collateral.asp?CID=39914 > > -----Original Message----- > From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On > Behalf Of George Allen Jr > Sent: Monday, March 14, 2005 7:39 AM > To: rhn-users at redhat.com > Subject: [rhn-users] Antivirus for RHEL 3 WS > > > Hello all > > I am in need of an antivirus solution for two RHEL 3 WS standalone > workstations. I'd prefer a Norton-esque product that comes with solid > support and frequent definition updates. > > Further, since these boxes DO NOT have an external connection (i.e. > Internet), I'd need to be able to download the definition/application > updates to a CD for installation onto these workstations. > > I've checked the Symantec website, but have not had any luck identifying an > application for RHEL 3 WS. > > Does anyone have any ideas? If so, please include a URL or a MFG for me to > locate the solution you are reccomending. > > Thanks in advance for the help > George > > _________________________________________________________________ > Express yourself instantly with MSN Messenger! Download today - it's FREE! > http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users > > > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > -------------- next part -------------- A non-text attachment was scrubbed... Name: Jean-Philippe Civade.vcf Type: text/x-vcard Size: 580 bytes Desc: not available URL: From rajkum2002 at rediffmail.com Mon Apr 4 17:08:34 2005 From: rajkum2002 at rediffmail.com (Raj Kumar) Date: 4 Apr 2005 17:08:34 -0000 Subject: [rhn-users] nis-samba password sync Message-ID: <20050404170834.13784.qmail@webmail46.rediffmail.com> Hello, I have one file server that is configured with both NIS and Samba services to allow access to files from Linux & Window servers. Using "password sync" options in the smb.conf file I was able to update unix password when the user changes password using smbpasswd. However, the new password was not reflected on other NIS clients since the passwd db is not updated (/var/yp/make). I want to set up the environment that allows users to change password from either windows or Linux machines and the password should be updated both in NIS and Samba. Please give me some steps to achieve this cofiguration. Thanks, Raj -------------- next part -------------- An HTML attachment was scrubbed... URL: From gniewek at gmail.com Mon Apr 4 19:34:22 2005 From: gniewek at gmail.com (Aaron Gniewek) Date: Mon, 4 Apr 2005 15:34:22 -0400 Subject: [rhn-users] RHEL4 / Appache Message-ID: <355071ab05040412347482fc0b@mail.gmail.com> I am trying to get Appache working on a RHEL 4 box. Any time a client trys to access index.html in /var/www/html it gets a permission denied (error.log - (13)Permission denied: access to /index.html and error code 403 in access.log) denied and and forwards to the defualt page (saying the server is running). The permissions on the file and directory are set for the proper user. Also noticed that this is not happening on virtual servers located in a different directory. Any ideas as to what is causing the permission denied? -- Aaron Gniewek From pete at chemistry.montana.edu Mon Apr 4 22:47:57 2005 From: pete at chemistry.montana.edu (Pete Masse) Date: Mon, 4 Apr 2005 16:47:57 -0600 Subject: [rhn-users] User accounting software References: <355071ab05040412347482fc0b@mail.gmail.com> Message-ID: <024d01c53968$5884d710$ebf25a99@msu.montana.edu> Hello, Is there some software out there that would work on RH that keeps track of users login in and out and how much time the spent during each session? I've been working on something but time hasn't allow for much progress. I just thought there might be something available from Redhat or some third party vendor. This would be used to keep track of how much to charge users as per their time usage. Thanks in advance. Pete From nhruby at uga.edu Tue Apr 5 02:07:19 2005 From: nhruby at uga.edu (nathan r. hruby) Date: Mon, 4 Apr 2005 22:07:19 -0400 (EDT) Subject: [rhn-users] User accounting software In-Reply-To: <024d01c53968$5884d710$ebf25a99@msu.montana.edu> References: <355071ab05040412347482fc0b@mail.gmail.com> <024d01c53968$5884d710$ebf25a99@msu.montana.edu> Message-ID: On Mon, 4 Apr 2005, Pete Masse wrote: > Hello, > > Is there some software out there that would work on RH that keeps track of > users login in and out and how much time the spent during each session? I've > been working on something but time hasn't allow for much progress. I just > thought there might be something available from Redhat or some third party > vendor. This would be used to keep track of how much to charge users as per > their time usage. What you want is process accounting. Install the psacct package and then do a "rpm -ql psacct" to find the programs and man pages associoated with it. this will allow you to figure out who's running what and how much CPU time they be eating. Other than that, the "last" command will tell you when users are logged and and you can calulate wall clock time they were logged in. Personally, chargebacks based on CPU or wall-clock usage is kinda silly. It's probably easier (both technically and for users to grok) to charge a flat rate based on services offered. -n -- ------------------------------------------- nathan hruby uga enterprise information technology services production systems support metaphysically wrinkle-free ------------------------------------------- From Frederic.Hornain at GB.BE Tue Apr 5 07:41:07 2005 From: Frederic.Hornain at GB.BE (Hornain Frederic) Date: Tue, 5 Apr 2005 09:41:07 +0200 Subject: [rhn-users] User accounting software Message-ID: Hi Pete, Try the command "last", it is provided with the operating system. BR Fred -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com]On Behalf Of Pete Masse Sent: Tuesday, April 05, 2005 12:48 AM To: Aaron Gniewek; Red Hat Network Users List Subject: [rhn-users] User accounting software Hello, Is there some software out there that would work on RH that keeps track of users login in and out and how much time the spent during each session? I've been working on something but time hasn't allow for much progress. I just thought there might be something available from Redhat or some third party vendor. This would be used to keep track of how much to charge users as per their time usage. Thanks in advance. Pete _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From dist-list at LEXUM.UMontreal.CA Tue Apr 5 13:51:22 2005 From: dist-list at LEXUM.UMontreal.CA (FM) Date: Tue, 05 Apr 2005 09:51:22 -0400 Subject: [rhn-users] ntp parameter to reduce update interval Message-ID: <425297DA.1040704@lexum.umontreal.ca> Hello, From time to time I have to force all our servers to query ntp server to get the clock back in time. Which option do I have to tune in ntpd.conf (on server or on clients) to force clients to update their clock more often ? thanks ! From brian.t.brunner at gai-tronics.com Tue Apr 5 14:39:56 2005 From: brian.t.brunner at gai-tronics.com (Brian T. Brunner) Date: Tue, 05 Apr 2005 07:39:56 -0700 Subject: [rhn-users] ntp parameter to reduce update interval Message-ID: The commands are ntpdc to control ntpd ntpd which is a service (chkconfig --list | grep ntpd) /etc/rc.d/init.d/ntpd (the service script) has much useful information /etc/ntp.conf is the main control point the man pages are html files distributed with ntp Unfortunately the 'normal' man pages are non-existent. Brian Brunner brian.t.brunner at gai-tronics.com (610)796-5838 >>> dist-list at LEXUM.UMontreal.CA 04/05/05 09:51AM >>> Hello, From time to time I have to force all our servers to query ntp server to get the clock back in time. Which option do I have to tune in ntpd.conf (on server or on clients) to force clients to update their clock more often ? thanks ! _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users ******************************************************************* This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept for the presence of computer viruses. www.hubbell.com - Hubbell Incorporated From mmerrick at idleaire.com Tue Apr 5 14:50:55 2005 From: mmerrick at idleaire.com (Marty Merrick) Date: Tue, 5 Apr 2005 10:50:55 -0400 Subject: [rhn-users] ntp parameter to reduce update interval Message-ID: <58E38CD87C989C4CA0CA0E3A1CEFDC6C34CCA4@corp4.idleaire.com> I'm assuming your NTP server is operational, in that when you force a sync, it does set the client's time correctly. I used to have problems with this as well and thought I needed to sync more often, but never found a way to do it. I played with ntp.conf enough to make it work. Here's an client ntp.conf (that works for me) for you to start with, it's pretty vanilla, so there's more you can do with it. Replace NTPSERVERIP with the obvious. Also make sure that same IP is in /etc/ntp/step-tickers. Add more NTP servers as you wish. I have this setup on many machines and it works 100%. restrict default ignore restrict NTPSERVERIP mask 255.255.255.255 nomodify notrap noquery restrict 127.0.0.1 server NTPSERVERIP fudge 127.127.1.0 stratum 10 driftfile /var/lib/ntp/drift broadcastdelay 0.008 authenticate yes keys /etc/ntp/keys YMMV, Marty -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com]On Behalf Of FM Sent: Tuesday, April 05, 2005 9:51 AM To: Mailing List Redhat Network Subject: [rhn-users] ntp parameter to reduce update interval Hello, From time to time I have to force all our servers to query ntp server to get the clock back in time. Which option do I have to tune in ntpd.conf (on server or on clients) to force clients to update their clock more often ? thanks ! _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From Steven.Jones at vuw.ac.nz Wed Apr 6 02:12:51 2005 From: Steven.Jones at vuw.ac.nz (Steven Jones) Date: Wed, 6 Apr 2005 14:12:51 +1200 Subject: [rhn-users] STARTTLS: read error=generic SSL error (0) Message-ID: <06E2E60FB9C6EF409EFE472A8F4A82EB01446E69@coso.staff.vuw.ac.nz> I appear to have encountered a terminal problem within sendmail on RHAS3-64. :( The above is logged into maillog which fills /var then /tmp it does this in a matter of hours ( I allowed 12 gig for /var and 2 gig for /tmp) hence I loose my outgoing email servers (2). :( Anybody know a fix? I have had to go back to the old system at present. >From googling it looks so far like a problem from Nov 04, in 8.10 and was supposed to be fixed in 8.11, we have 8.12 so it is an ongoing problem..... Contemplating removing sendmail and installing postfix because I need a fix fast.... Help appreciated. Regards Steven From chuenwe at cetus.net Wed Apr 6 04:39:27 2005 From: chuenwe at cetus.net (chuenwe at cetus.net) Date: Wed, 6 Apr 2005 00:39:27 -0400 (EDT) Subject: [rhn-users] PINE! In-Reply-To: Message-ID: Why there are no pine RPM package for Redhat WS v4 any more? I know I can use mutt, but many of our users just don't want to switch away from their favorite text mail reader. Wes From cbeerse at gmail.com Wed Apr 6 10:04:36 2005 From: cbeerse at gmail.com (cbeerse at gmail.com) Date: Wed, 06 Apr 2005 12:04:36 +0200 Subject: [rhn-users] ntp parameter to reduce update interval In-Reply-To: <425297DA.1040704@lexum.umontreal.ca> References: <425297DA.1040704@lexum.umontreal.ca> Message-ID: <4253B434.1020804@gmail.com> FM wrote: > Hello, > From time to time I have to force all our servers to query ntp server > to get the clock back in time. > > > Which option do I have to tune in ntpd.conf (on server or on clients) to > force clients to update their clock more often ? > In my /etc/ntp.conf file, I have the next 'server' line. ======== ## # A list of available servers can be found here: # http://www.pool.ntp.org/ # http://www.pool.ntp.org/#use ## #server pool.ntp.org server pool.ntp.org minpoll 15 maxpoll 17 ======== The server is polled regularly, starting at every 2^minpoll seconds. Once the time is in sync, the poll time is extended up to every 2^maxpoll seconds. I don't know the defaults by head, as far as I see my machine, maxpoll is 10, resulting in a poll every 1024 seconds. You can see this happen with `ntpq -p`: under the 'poll' column, the effective poll-time is given. Under 'when', you see how many seconds ago the last poll has been. Do not be horified by the numbers under 'delay', 'offset' and 'jitter', they are in milliseconds... (btw 'delay' is roughly the same as the `ping`-time to the machine) CBee From jodie at cs.cornell.edu Wed Apr 6 14:08:58 2005 From: jodie at cs.cornell.edu (Jodie Sprouse) Date: Wed, 6 Apr 2005 10:08:58 -0400 Subject: [rhn-users] PINE! Message-ID: <0EBBFE97A53E7A47BACB7A550B74391756B8E7@EXCHVS2.cs.cornell.edu> Hello Pine was actually dropped in Enterprise 3. Ref: http://linux.web.cern.ch/linux/cel3/RH7-CEL3.shtml Try grabbing the release for EL3: http://www.washington.edu/pine/getpine/linux.html Jodie ________________________________ From: rhn-users-bounces at redhat.com on behalf of chuenwe at cetus.net Sent: Wed 4/6/2005 12:39 AM To: rhn-users at redhat.com Subject: [rhn-users] PINE! Why there are no pine RPM package for Redhat WS v4 any more? I know I can use mutt, but many of our users just don't want to switch away from their favorite text mail reader. Wes _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From alfred.hovdestad at usask.ca Wed Apr 6 16:29:19 2005 From: alfred.hovdestad at usask.ca (Alfred Hovdestad) Date: Wed, 06 Apr 2005 10:29:19 -0600 Subject: [rhn-users] RHEL 2.1 Message-ID: <42540E5F.6060609@usask.ca> Hi: Is anyone aware of a fix for the man pages in RHEL 2.1? If I do a man trap in RHEL 2.1, I get the following error: :14: realpath on `bash.1' failed: No such file or directory I managed to find a workaround by changing the .so command on /usr/share/man/man1/builtins.1.gz from '.so bash.1' to '.so man1/bash.1' I found that I also had to unzip /usr/share/man/man1/bash.1.gz in order for man to find the bash.1 file. I checked RHN and I didn't find any updates for man or bash. Has anyone else encountered a similar problem? The problem has been fixed in RHEL 3.0. Alfred Hovdestad University of Saskatchewan From GWOJTAK at salliemae.com Wed Apr 6 16:37:54 2005 From: GWOJTAK at salliemae.com (GREG WOJTAK) Date: Wed, 06 Apr 2005 11:37:54 -0500 Subject: [rhn-users] RHEL 2.1 Message-ID: Have you removed any RPM's that you thought were unnecesary? It is possible that the man rpm requires some other rpm that may have been removed to function correctly. Just a thought... Greg >>> alfred.hovdestad at usask.ca 4/6/2005 11:29:19 AM >>> Hi: Is anyone aware of a fix for the man pages in RHEL 2.1? If I do a man trap in RHEL 2.1, I get the following error: :14: realpath on `bash.1' failed: No such file or directory I managed to find a workaround by changing the .so command on /usr/share/man/man1/builtins.1.gz from '.so bash.1' to '.so man1/bash.1' I found that I also had to unzip /usr/share/man/man1/bash.1.gz in order for man to find the bash.1 file. I checked RHN and I didn't find any updates for man or bash. Has anyone else encountered a similar problem? The problem has been fixed in RHEL 3.0. Alfred Hovdestad University of Saskatchewan _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users This E-Mail has been scanned for viruses. From nhruby at uga.edu Wed Apr 6 16:43:31 2005 From: nhruby at uga.edu (nathan r. hruby) Date: Wed, 6 Apr 2005 12:43:31 -0400 (EDT) Subject: [rhn-users] PINE! In-Reply-To: References: Message-ID: On Wed, 6 Apr 2005 chuenwe at cetus.net wrote: > Why there are no pine RPM package for Redhat WS v4 any more? I know I can > use mutt, but many of our users just don't want to switch away from their > favorite text mail reader. > Pine was dropped in RHEL3, mainly because the Pine license is very very very very oddball. Dag has RPM's in RPMForge and UW distributes precompiled binaries for FC3 as well as .src.rpm's if you prefer to use vanilla sources. -n -- ------------------------------------------- nathan hruby uga enterprise information technology services production systems support metaphysically wrinkle-free ------------------------------------------- From Steven.Jones at vuw.ac.nz Wed Apr 6 20:49:23 2005 From: Steven.Jones at vuw.ac.nz (Steven Jones) Date: Thu, 7 Apr 2005 08:49:23 +1200 Subject: [rhn-users] STARTTLS: read error=generic SSL error (0) Message-ID: <06E2E60FB9C6EF409EFE472A8F4A82EB01446E87@coso.staff.vuw.ac.nz> Sendmail suggested this fix, which appears to be an effective work around. Ad these 2 lines to access and run the hash. Try_TLS: NO Srv_Features: S Regards Steven PS sent for list archive purposes... -----Original Message----- From: Steven Jones Sent: Wednesday, 6 April 2005 2:13 p.m. To: Red Hat Network Users List Subject: [rhn-users] STARTTLS: read error=generic SSL error (0) I appear to have encountered a terminal problem within sendmail on RHAS3-64. :( The above is logged into maillog which fills /var then /tmp it does this in a matter of hours ( I allowed 12 gig for /var and 2 gig for /tmp) hence I loose my outgoing email servers (2). :( Anybody know a fix? I have had to go back to the old system at present. >From googling it looks so far like a problem from Nov 04, in 8.10 and was supposed to be fixed in 8.11, we have 8.12 so it is an ongoing problem..... Contemplating removing sendmail and installing postfix because I need a fix fast.... Help appreciated. Regards Steven _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From Margaret_Doll at brown.edu Wed Apr 6 21:28:41 2005 From: Margaret_Doll at brown.edu (Margaret Doll) Date: Wed, 6 Apr 2005 17:28:41 -0400 Subject: [rhn-users] print queues not clearing out Message-ID: We are using a linux computer as print server for our department. The server is at 2.4.21-27.0.2.EL. samba and cups are the software products that we are using. The print queues on the Windows do not clear as jobs are printed. The jobs move off the linux queue ok; ie. "lpq" shows no jobs. We find that we have to restart smb and cups to clear the queues on the Windows computers so that they can print. What do I have set up incorrectly? We have Windows 98, 2000, NT, XP Home and XP editions running within the department. From Margaret_Doll at brown.edu Wed Apr 6 21:48:40 2005 From: Margaret_Doll at brown.edu (Margaret Doll) Date: Wed, 6 Apr 2005 17:48:40 -0400 Subject: [rhn-users] portmap failure Message-ID: I have three systems at RH 7.3 and one system at Enterprise 3. They are supposed to share partitions via nsf. The Enterprise 3 system mounts partitions from each of the RH 7.3 systems. The RH 7.3 systems can mount each others partitions. However, the RH 7.3 systems cannot mount the partitions from the Enterprise system. All of them show port 111 open when I run nmap. All of them have each other's ip address in their /etc/hosts table and /etc/hosts_allow is set correctly. # mount /uo mount: RPC: Port mapper failure - RPC: Unable to receive mount: backgrounding "RH-E3:/workspacer" From the 7.3 systems: rpcinfo -u RH-7.3 portmap program 100000 version 2 ready and waiting # rpcinfo -u RH-E3 portmap rpcinfo: RPC: Port mapper failure - RPC: Unable to receive program 100000 is not available Any ideas why this is not working? Thanks. From alfred.hovdestad at usask.ca Wed Apr 6 21:56:00 2005 From: alfred.hovdestad at usask.ca (Alfred Hovdestad) Date: Wed, 06 Apr 2005 15:56:00 -0600 Subject: [rhn-users] portmap failure In-Reply-To: References: Message-ID: <42545AF0.6070005@usask.ca> The first thing to check is iptables (firewall). What does # iptables -L return? Alfred Hovdestad Margaret Doll wrote: > I have three systems at RH 7.3 and one system at Enterprise 3. They are > supposed to share partitions via nsf. The Enterprise 3 system mounts > partitions from each of the RH 7.3 systems. The RH 7.3 systems can > mount each others partitions. However, the RH 7.3 systems cannot mount > the partitions from the Enterprise system. > > All of them show port 111 open when I run nmap. > > All of them have each other's ip address in their /etc/hosts table and > /etc/hosts_allow is set correctly. > > # mount /uo > mount: RPC: Port mapper failure - RPC: Unable to receive > mount: backgrounding "RH-E3:/workspacer" > > > From the 7.3 systems: > rpcinfo -u RH-7.3 portmap > program 100000 version 2 ready and waiting > # rpcinfo -u RH-E3 portmap > rpcinfo: RPC: Port mapper failure - RPC: Unable to receive > program 100000 is not available > > Any ideas why this is not working? > > Thanks. > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users From jbecker at northwestern.edu Wed Apr 6 22:12:57 2005 From: jbecker at northwestern.edu (Jesse Becker) Date: Wed, 6 Apr 2005 17:12:57 -0500 Subject: [rhn-users] ntp parameter to reduce update interval In-Reply-To: <4253B434.1020804@gmail.com> References: <425297DA.1040704@lexum.umontreal.ca> <4253B434.1020804@gmail.com> Message-ID: <20050406221257.GF9180@northwestern.edu> On Wed, Apr 06, 2005 at 12:04:36PM +0200, cbeerse at gmail.com wrote: > ======== > ## > # A list of available servers can be found here: > # http://www.pool.ntp.org/ > # http://www.pool.ntp.org/#use Those are public pool servers. You don't have to use them (if you have very strict firewall rules, for example. Naturally, it's best to have all of your computers have the "correct" time, but having everything consistantly incorrect (say, everyone is 23 seconds slow) is better than nothing. That said, sync one of your local boxes to several pool servers, and then sync your other local boxes to that one. > ## > #server pool.ntp.org > server pool.ntp.org minpoll 15 maxpoll 17 > ======== > > The server is polled regularly, starting at every 2^minpoll seconds. Once > the time is in sync, the poll time is extended up to every 2^maxpoll > seconds. I don't know the defaults by head, as far as I see my machine, > maxpoll is 10, resulting in a poll every 1024 seconds. The defaults are: minpoll = 6 (2^6 = 64 seconds) maxpoll = 10 (2^10 = 1024 seconds) Valid ranges are 4 (sixteen seconds) to 17 (well over 36 hours). Another way to do this is use a multicast or broadcast setup for NTP packets. On your NTP server, add a line like this: broadcast 1.2.3.255 Replace "1.2.3.255" with the broadcast address of your subnet. You can set maxpoll to adjust how often the NTP server will send updates. I am not sure of the exact behviour of minpoll in this context. On the NTP clients, these two lines should work: restrict 1.2.3.0 mask 255.255.255.0 broadcastclient Replace "1.2.3.0" with your *subnet* address (not broadcast), and set the netmask appropriately. I am omiting a number of authorization and security things (auth keys, and restrict lines, as you should set those up as appropriate for each site. -- Jesse Becker GPG-fingerprint: BD00 7AA4 4483 AFCC 82D0 2720 0083 0931 9A2B 06A2 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From Margaret_Doll at brown.edu Thu Apr 7 12:18:42 2005 From: Margaret_Doll at brown.edu (Margaret Doll) Date: Thu, 7 Apr 2005 08:18:42 -0400 Subject: [rhn-users] portmap failure In-Reply-To: <42545AF0.6070005@usask.ca> Message-ID: <2E8A4A0C-A75F-11D9-A33B-000393B6FE60@brown.edu> On Wednesday, April 6, 2005, at 05:56 PM, Alfred Hovdestad wrote: > The first thing to check is iptables (firewall). What does > > # iptables -L > > return? From the Enterprise System: # iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination RH-Firewall-1-INPUT all -- anywhere anywhere Chain FORWARD (policy ACCEPT) target prot opt source destination RH-Firewall-1-INPUT all -- anywhere anywhere Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain RH-Firewall-1-INPUT (2 references) target prot opt source destination ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT icmp -- anywhere anywhere icmp any ACCEPT ipv6-crypt-- anywhere anywhere ACCEPT ipv6-auth-- anywhere anywhere ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ftp ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:617 REJECT all -- anywhere anywhere reject-with icmp-host-prohibited From the RH7,3 systems: ipchains -L Chain input (policy ACCEPT): target prot opt source destination ports icmp icmp ------ anywhere anywhere any -> any Chain forward (policy ACCEPT): Chain output (policy ACCEPT): Chain icmp (1 references): target prot opt source destination ports ACCEPT all ------ anywhere anywhere n/a nmap on the Enterprise System (The 1593 ports scanned but not shown below are in state: closed) Port State Service 22/tcp open ssh 111/tcp open sunrpc 617/tcp open unknown 667/tcp open unknown 681/tcp open unknown 2049/tcp open nfs 6000/tcp open X11 32771/tcp open sometimes-rpc5 nmap on the RH 7.3 system Port State Service 22/tcp open ssh 111/tcp open sunrpc 515/tcp open printer 617/tcp open unknown 820/tcp open unknown 1024/tcp open kdm 6000/tcp open X11 32770/tcp open sometimes-rpc3 32771/tcp open sometimes-rpc5 > > Alfred Hovdestad > > > Margaret Doll wrote: >> I have three systems at RH 7.3 and one system at Enterprise 3. They >> are supposed to share partitions via nsf. The Enterprise 3 system >> mounts partitions from each of the RH 7.3 systems. The RH 7.3 >> systems can mount each others partitions. However, the RH 7.3 >> systems cannot mount the partitions from the Enterprise system. >> All of them show port 111 open when I run nmap. >> All of them have each other's ip address in their /etc/hosts table >> and /etc/hosts_allow is set correctly. >> # mount /uo >> mount: RPC: Port mapper failure - RPC: Unable to receive >> mount: backgrounding "RH-E3:/workspacer" >> From the 7.3 systems: >> rpcinfo -u RH-7.3 portmap >> program 100000 version 2 ready and waiting >> # rpcinfo -u RH-E3 portmap >> rpcinfo: RPC: Port mapper failure - RPC: Unable to receive >> program 100000 is not available >> Any ideas why this is not working? >> Thanks. >> _______________________________________________ >> rhn-users mailing list >> rhn-users at redhat.com >> https://www.redhat.com/mailman/listinfo/rhn-users > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > From spiv007 at gmail.com Thu Apr 7 16:42:29 2005 From: spiv007 at gmail.com (spiv007) Date: Thu, 7 Apr 2005 12:42:29 -0400 Subject: [rhn-users] adding a task for shutdown Message-ID: I would like my box to preform a few task when it is shutting down. But for some reason it will not run and I not sure what im doing wrong. Also in order for the script to work do it have to be in chkconfig format? Or can just make a basic shell script? I create the script and put it in /etc/init.d/foo for there i link the following /etc/init.d/foo -> /etc/rc.d/rc0.d/K01foo /etc/init.d/foo -> /etc/rc.d/rc6.d/K01foo So after that if i do a shutdown -r or shutdown -h the script does not run on those runlevel. The way im testing this is by making a log file to echo to /tmp/foo.log From jbecker at northwestern.edu Thu Apr 7 16:49:25 2005 From: jbecker at northwestern.edu (Jesse Becker) Date: Thu, 7 Apr 2005 11:49:25 -0500 Subject: [rhn-users] adding a task for shutdown In-Reply-To: References: Message-ID: <20050407164925.GH8522@northwestern.edu> On Thu, Apr 07, 2005 at 12:42:29PM -0400, spiv007 wrote: > I create the script and put it in /etc/init.d/foo > for there i link the following > > /etc/init.d/foo -> /etc/rc.d/rc0.d/K01foo > /etc/init.d/foo -> /etc/rc.d/rc6.d/K01foo Shouldn't those point the other way? You want K01foo to be a symlink to ../init.d/foo. > So after that if i do a shutdown -r or shutdown -h the script does not > run on those runlevel. Make sure that /etc/init.d/foo is executable. > The way im testing this is by making a log file to echo to /tmp/foo.log Make sure you aren't cleaning /tmp on each system boot. Probably the easiest thing to do it write the log somehwere else (perhaps /var/log/shutdown.log) as a test. -- Jesse Becker GPG-fingerprint: BD00 7AA4 4483 AFCC 82D0 2720 0083 0931 9A2B 06A2 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From spiv007 at gmail.com Thu Apr 7 18:31:15 2005 From: spiv007 at gmail.com (spiv007) Date: Thu, 7 Apr 2005 14:31:15 -0400 Subject: [rhn-users] adding a task for shutdown In-Reply-To: <20050407164925.GH8522@northwestern.edu> References: <20050407164925.GH8522@northwestern.edu> Message-ID: > > /etc/init.d/foo -> /etc/rc.d/rc0.d/K01foo > > /etc/init.d/foo -> /etc/rc.d/rc6.d/K01foo > > Shouldn't those point the other way? You want K01foo to be a symlink to > ../init.d/foo. its right ln -s /etc/init.d/foo /etc/rc.d/rc0.d/K01foo and ln -s /etc/init.d/foo /etc/rc.d/rc6.d/K01foo its +rx and tmp not being cleaned... this is werid, not sure what im missing here. On Apr 7, 2005 12:49 PM, Jesse Becker wrote: > On Thu, Apr 07, 2005 at 12:42:29PM -0400, spiv007 wrote: > > I create the script and put it in /etc/init.d/foo > > for there i link the following > > > > /etc/init.d/foo -> /etc/rc.d/rc0.d/K01foo > > /etc/init.d/foo -> /etc/rc.d/rc6.d/K01foo > > Shouldn't those point the other way? You want K01foo to be a symlink to > ../init.d/foo. > > > So after that if i do a shutdown -r or shutdown -h the script does not > > run on those runlevel. > > Make sure that /etc/init.d/foo is executable. > > > The way im testing this is by making a log file to echo to /tmp/foo.log > > Make sure you aren't cleaning /tmp on each system boot. Probably the easiest > thing to do it write the log somehwere else (perhaps /var/log/shutdown.log) as a test. > > -- > Jesse Becker > GPG-fingerprint: BD00 7AA4 4483 AFCC 82D0 2720 0083 0931 9A2B 06A2 > > > From spiv007 at gmail.com Thu Apr 7 18:31:15 2005 From: spiv007 at gmail.com (spiv007) Date: Thu, 7 Apr 2005 14:31:15 -0400 Subject: [rhn-users] adding a task for shutdown In-Reply-To: <20050407164925.GH8522@northwestern.edu> References: <20050407164925.GH8522@northwestern.edu> Message-ID: > > /etc/init.d/foo -> /etc/rc.d/rc0.d/K01foo > > /etc/init.d/foo -> /etc/rc.d/rc6.d/K01foo > > Shouldn't those point the other way? You want K01foo to be a symlink to > ../init.d/foo. its right ln -s /etc/init.d/foo /etc/rc.d/rc0.d/K01foo and ln -s /etc/init.d/foo /etc/rc.d/rc6.d/K01foo its +rx and tmp not being cleaned... this is werid, not sure what im missing here. On Apr 7, 2005 12:49 PM, Jesse Becker wrote: > On Thu, Apr 07, 2005 at 12:42:29PM -0400, spiv007 wrote: > > I create the script and put it in /etc/init.d/foo > > for there i link the following > > > > /etc/init.d/foo -> /etc/rc.d/rc0.d/K01foo > > /etc/init.d/foo -> /etc/rc.d/rc6.d/K01foo > > Shouldn't those point the other way? You want K01foo to be a symlink to > ../init.d/foo. > > > So after that if i do a shutdown -r or shutdown -h the script does not > > run on those runlevel. > > Make sure that /etc/init.d/foo is executable. > > > The way im testing this is by making a log file to echo to /tmp/foo.log > > Make sure you aren't cleaning /tmp on each system boot. Probably the easiest > thing to do it write the log somehwere else (perhaps /var/log/shutdown.log) as a test. > > -- > Jesse Becker > GPG-fingerprint: BD00 7AA4 4483 AFCC 82D0 2720 0083 0931 9A2B 06A2 > > > From erik at scali.com Fri Apr 8 09:57:51 2005 From: erik at scali.com (Erik Kristensen) Date: Fri, 8 Apr 2005 11:57:51 +0200 (CEST) Subject: [rhn-users] Mirroring updates from RHN Message-ID: Is there an easy way to mass download updates for RHEL with a valid entitlement? We are a development shop that do frequent reinstalls of clusters, so we need to have a mirror of updates locally. The options I have found so far is: 1. Downloading each rpm one by one from the webpage, which is very timeconsuming. 2. Using up2date, which has the drawback that it's only possible to download for the version of the os that up2date runs on. -- Erik Kristensen Scali - www.scali.com High Performance Clustering From guenter.schmidt at bruker.de Fri Apr 8 10:19:33 2005 From: guenter.schmidt at bruker.de (=?ISO-8859-15?Q?=22Dr=2E_G=FCnter_Schmidt=22?=) Date: Fri, 08 Apr 2005 12:19:33 +0200 Subject: [rhn-users] Mirroring updates from RHN In-Reply-To: References: Message-ID: <42565AB5.8080502@bruker.de> Erik Kristensen wrote: > > Is there an easy way to mass download updates for RHEL > with a valid entitlement? > > 2. Using up2date, which has the drawback that > it's only possible to download for the version > of the os that up2date runs on. That's the way I do it. One system with all available packages installed does automatically 'up2date' remaining the binary packages. The up2date directory is available by NFS. If a new system has to be installed, all rpm-files from the NFS directory are copied to /var/spool/upadate and then up2date started, which now does only donwload the header files. -- Dr. G?nter Schmidt | E-Mail: gsc at bruker.de NMR Software | Tel: +49 721 5161 443 Bruker BioSpin GmbH | Fax: +49 721 5161 480 From shadow at psoft.net Fri Apr 8 10:27:19 2005 From: shadow at psoft.net (Alex Lyashkov) Date: Fri, 08 Apr 2005 13:27:19 +0300 Subject: [rhn-users] Mirroring updates from RHN In-Reply-To: References: Message-ID: <1112956039.3015.6.camel@berloga.shadowland> ? ???, 08.04.2005, ? 12:57, Erik Kristensen ?????: > Is there an easy way to mass download updates for RHEL > with a valid entitlement? > > We are a development shop that do frequent reinstalls > of clusters, so we need to have a mirror of updates locally. > > The options I have found so far is: > > 1. Downloading each rpm one by one from the webpage, > which is very timeconsuming. > > 2. Using up2date, which has the drawback that > it's only possible to download for the version > of the os that up2date runs on. > http://www.nrh-up2date.org/ -- FreeVPS Developers Team http://www.freevps.com Positive Software http://www.psoft.net From PJUELS at PARTNERS.ORG Fri Apr 8 15:45:48 2005 From: PJUELS at PARTNERS.ORG (Juels, Philip) Date: Fri, 8 Apr 2005 11:45:48 -0400 Subject: [rhn-users] Access to Service Requests Message-ID: <3CFEFF6C55FB5C42A6E68E9521D5C436AC3F93@PHSXMB9.partners.org> At the risk of sound like an idiot...how do I access active Service Requests on RedHat's website. I submitted one over the phone and received an email to directing me to... "Please use Technical Support at (http://www.redhat.com/apps/support) to view the progress of or to update this Service Request." But I can't for the life of me find anything referencing Service Requests. Thanks, Phil Juels From Roman.Lazarev at FMR.COM Fri Apr 8 15:48:15 2005 From: Roman.Lazarev at FMR.COM (Lazarev, Roman) Date: Fri, 8 Apr 2005 11:48:15 -0400 Subject: [rhn-users] Access to Service Requests Message-ID: <5904C6EA1AC43B418E30B3D6FA2647520139B983@MSGMMKCLF2WIN.DMN1.FMR.COM> Look for "Web Support" after you log in. Roman -----Original Message----- From: Juels, Philip [mailto:PJUELS at PARTNERS.ORG] Sent: Friday, April 08, 2005 11:46 AM To: rhn-users at redhat.com Subject: [rhn-users] Access to Service Requests At the risk of sound like an idiot...how do I access active Service Requests on RedHat's website. I submitted one over the phone and received an email to directing me to... "Please use Technical Support at (http://www.redhat.com/apps/support) to view the progress of or to update this Service Request." But I can't for the life of me find anything referencing Service Requests. Thanks, Phil Juels _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From PJUELS at PARTNERS.ORG Fri Apr 8 16:02:51 2005 From: PJUELS at PARTNERS.ORG (Juels, Philip) Date: Fri, 8 Apr 2005 12:02:51 -0400 Subject: [rhn-users] Access to Service Requests Message-ID: <3CFEFF6C55FB5C42A6E68E9521D5C436AC3F94@PHSXMB9.partners.org> Sorry, I'm not seeing "Web Support" either...if I follow the "Support Guide" link and drill down to ... "Submit via web You may submit your request for assistance by logging into www.redhat.com/apps/support" I'm back to square one. Is there a specific URL? --Phil -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com]On Behalf Of Lazarev, Roman Sent: Friday, April 08, 2005 11:48 AM To: Red Hat Network Users List Subject: RE: [rhn-users] Access to Service Requests Look for "Web Support" after you log in. Roman -----Original Message----- From: Juels, Philip [mailto:PJUELS at PARTNERS.ORG] Sent: Friday, April 08, 2005 11:46 AM To: rhn-users at redhat.com Subject: [rhn-users] Access to Service Requests At the risk of sound like an idiot...how do I access active Service Requests on RedHat's website. I submitted one over the phone and received an email to directing me to... "Please use Technical Support at (http://www.redhat.com/apps/support) to view the progress of or to update this Service Request." But I can't for the life of me find anything referencing Service Requests. Thanks, Phil Juels _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From nhruby at uga.edu Fri Apr 8 16:24:16 2005 From: nhruby at uga.edu (nathan r. hruby) Date: Fri, 8 Apr 2005 12:24:16 -0400 (EDT) Subject: [rhn-users] Access to Service Requests In-Reply-To: <3CFEFF6C55FB5C42A6E68E9521D5C436AC3F94@PHSXMB9.partners.org> References: <3CFEFF6C55FB5C42A6E68E9521D5C436AC3F94@PHSXMB9.partners.org> Message-ID: On Fri, 8 Apr 2005, Juels, Philip wrote: > Sorry, I'm not seeing "Web Support" either...if I follow the "Support Guide" > link and drill down to ... > > "Submit via web > You may submit your request for assistance by logging into > www.redhat.com/apps/support" > > I'm back to square one. Is there a specific URL? > On that page, there's a login form, log in with your RHN username and password, and you'll be presented with a list of products you own and links to the the web support area for each product. It's all the same area, so just click "Web Support" -n -- ------------------------------------------- nathan hruby uga enterprise information technology services production systems support metaphysically wrinkle-free ------------------------------------------- From Richard.Lefebvre at rqchp.qc.ca Fri Apr 8 20:21:25 2005 From: Richard.Lefebvre at rqchp.qc.ca (Richard Lefebvre) Date: Fri, 08 Apr 2005 16:21:25 -0400 Subject: [rhn-users] Installing using serial console Message-ID: <4256E7C5.6060709@rqchp.qc.ca> Hi, Can RHEL AS 3 be install using a serial console? Richard From nhruby at uga.edu Fri Apr 8 21:55:13 2005 From: nhruby at uga.edu (nathan r. hruby) Date: Fri, 8 Apr 2005 17:55:13 -0400 (EDT) Subject: [rhn-users] Installing using serial console In-Reply-To: <4256E7C5.6060709@rqchp.qc.ca> References: <4256E7C5.6060709@rqchp.qc.ca> Message-ID: On Fri, 8 Apr 2005, Richard Lefebvre wrote: > Hi, > > Can RHEL AS 3 be install using a serial console? > Yes, when booting, use "console=ttyS0" as the first argument. Eg: linux console=ttyS0 There are other options for things like baud, parity, stop bits, etc.. IIRC, by default it assumes 9600,8,1,N -n -- ------------------------------------------- nathan hruby uga enterprise information technology services production systems support metaphysically wrinkle-free ------------------------------------------- From dcolquhoun at motorola.com Mon Apr 11 22:08:09 2005 From: dcolquhoun at motorola.com (Colquhoun Daniel-Y18281) Date: Mon, 11 Apr 2005 18:08:09 -0400 Subject: [rhn-users] Migrating to multiple systems management Message-ID: <6D4DC8B4AD16D6118E8200D0B76FE2621020FFAD@ont06exm01.comm.mot.com> Hi, I'm looking for some advice on what would be the best way to consolidate our two systems/accounts. Currently my colleague and I each manage one system which is tied to our own RHN accounts. We would each like to be able to manage both systems from our own logins. As we're getting a third system soon (which we both manage), we think now is the best time to rework how we do this. Can we reconfigure RHN to allow us each to manage both systems. And how would we add the third system once it's up and running? I'd prefer to not share a common account between us all. Thanks, -- Dan From jorge at sur-se.com Tue Apr 12 11:47:34 2005 From: jorge at sur-se.com (Jorge) Date: Tue, 12 Apr 2005 13:47:34 +0200 Subject: [rhn-users] Kernel compilation Message-ID: Hi. I've installed Red-Hat 8.0 with kernel 2.4.18-14. I want to install a dvd-recorder and I need to deactivate ATAPI/IDE cdrom and activate SCSI emulation in Kernel configuration to do it. I did: "make xconfig" --> to config kernel "make dep" "make clean" "make bzImage" --> Errors with kernel.h I do "rpm -q kernel-headers" and It says "kernel-headers not found". What Can I do to install the dvd recorder?. How can I compile the kernel? Thanks. From Delta.Root at comcast.net Tue Apr 12 13:30:58 2005 From: Delta.Root at comcast.net (Delta.Root) Date: Tue, 12 Apr 2005 09:30:58 -0400 Subject: [rhn-users] localhost@localdomain Message-ID: <1113312658.3026.2.camel@localhost.localdomain> I would like to set localhost and localdomain values after the install completed, but I can't find documentation on how to do this and still use DHCP for the IP address. I've searched for the reference, but can't locate it. I know this is simple, but any help would be appreciated. Thanks. Delta From dist-list at LEXUM.UMontreal.CA Tue Apr 12 13:38:26 2005 From: dist-list at LEXUM.UMontreal.CA (FM) Date: Tue, 12 Apr 2005 09:38:26 -0400 Subject: [rhn-users] localhost@localdomain In-Reply-To: <1113312658.3026.2.camel@localhost.localdomain> References: <1113312658.3026.2.camel@localhost.localdomain> Message-ID: <425BCF52.5050706@lexum.umontreal.ca> as root, in a shell: hostname hostname.yourdomain and in /etc/sysconfig/network add this : HOSTNAME=hostname.yourdomain Delta.Root wrote: > I would like to set localhost and localdomain values after the install > completed, but I can't find documentation on how to do this and still > use DHCP for the IP address. > > I've searched for the reference, but can't locate it. > > I know this is simple, but any help would be appreciated. > > Thanks. > > Delta > > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users From lennart at rogers.com Thu Apr 14 14:38:40 2005 From: lennart at rogers.com (Lennart Andersen) Date: Thu, 14 Apr 2005 10:38:40 -0400 Subject: [rhn-users] ncpfs Message-ID: <20050414143839.GA7136@lnux2> Hey, Can anyone tell me where I can find ncpfs rpm for Redhat 3.0 ES. -- Lennart Andersen St Thomas, Ontario lennart at rogers dot com -------------------------- - Debian - Our Priorities are Our Users and Free Software [Social Contract] From james.a.sterling at boeing.com Thu Apr 14 15:23:57 2005 From: james.a.sterling at boeing.com (Sterling, James A) Date: Thu, 14 Apr 2005 11:23:57 -0400 Subject: [rhn-users] ncpfs Message-ID: I found the following: http://platan.vc.cvut.cz/ftp/pub/linux/ncpfs/ncpfs-2.2.4.tar.gz This should work Hope it helps Jim Sterling -----Original Message----- From: Lennart Andersen [mailto:lennart at rogers.com] Sent: Thursday, April 14, 2005 10:39 AM To: rhn-users Subject: [rhn-users] ncpfs Hey, Can anyone tell me where I can find ncpfs rpm for Redhat 3.0 ES. -- Lennart Andersen St Thomas, Ontario lennart at rogers dot com -------------------------- - Debian - Our Priorities are Our Users and Free Software [Social Contract] _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From george_allenjr at hotmail.com Thu Apr 14 18:46:02 2005 From: george_allenjr at hotmail.com (George Allen Jr) Date: Thu, 14 Apr 2005 14:46:02 -0400 Subject: [rhn-users] RE: Antivirus for RHEL 3 WS In-Reply-To: <20050314135453.7AE7F733D5@hormel.redhat.com> Message-ID: Hello all, I found a product which I will be using and thought I'd share the knowledge: McAfee LinuxShield << http://www.mcafeesecurity.com/us/products/mcafee/antivirus/fileserver/linuxshield.htm >> Thanks to all who responded! George >------------------------------ >Message: 3 >Date: Mon, 14 Mar 2005 07:38:40 -0500 >From: "George Allen Jr" >Subject: [rhn-users] Antivirus for RHEL 3 WS >To: rhn-users at redhat.com >Message-ID: >Content-Type: text/plain; format=flowed > >Hello all > >I am in need of an antivirus solution for two RHEL 3 WS standalone >workstations. I'd prefer a Norton-esque product that comes with solid >support and frequent definition updates. > >Further, since these boxes DO NOT have an external connection (i.e. >Internet), I'd need to be able to download the definition/application >updates to a CD for installation onto these workstations. > >I've checked the Symantec website, but have not had any luck identifying an >application for RHEL 3 WS. > >Does anyone have any ideas? If so, please include a URL or a MFG for me to >locate the solution you are reccomending. > >Thanks in advance for the help >George > >------------------------------ > >_______________________________________________ >rhn-users mailing list >rhn-users at redhat.com >https://www.redhat.com/mailman/listinfo/rhn-users > >End of rhn-users Digest, Vol 13, Issue 18 >***************************************** _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/ From ad_chirag at yahoo.co.in Thu Apr 14 19:11:52 2005 From: ad_chirag at yahoo.co.in (chirag thakkar) Date: Thu, 14 Apr 2005 12:11:52 -0700 (PDT) Subject: [rhn-users] How to check which rpm is required? Message-ID: <20050414191153.59315.qmail@web8407.mail.in.yahoo.com> Hi, I have some webite to maintain. I have code with me. This is perl code. When i run:-- perl xyz.pl It throws :-- Cant locate ___.pm ... blah blah.. which signifies that some rpm is missing. OS: RH AS 2.1 This happen one error at a time.. i.e. if i fix problem of one rpm then only i see another err for another rpm.. Firstly; Can i find the entire of list of missing .pm files (packages) missing; so that i can fix them all at one go. i am well versed with the application; so know till now which rpm would be missing. But in case i come across some package (.pm) missing; how/where do i find the rpm easily.. i.e. other than googling.. Please revert for any clarificaitons. Thanks, Chirag. --------------------------------- Do you Yahoo!? Yahoo! Small Business - Try our new resources site! -------------- next part -------------- An HTML attachment was scrubbed... URL: From kevinslair at verizon.net Thu Apr 14 20:05:53 2005 From: kevinslair at verizon.net (Kevin O'Neil) Date: Thu, 14 Apr 2005 16:05:53 -0400 Subject: [rhn-users] RE: Antivirus for RHEL 3 WS References: Message-ID: <060a01c5412d$5d7faf70$6501a8c0@kevinslair> ----- Original Message ----- From: "George Allen Jr" To: Sent: Thursday, April 14, 2005 2:46 PM Subject: [rhn-users] RE: Antivirus for RHEL 3 WS > Hello all, > > I found a product which I will be using and thought I'd share the > knowledge: > McAfee LinuxShield > << > http://www.mcafeesecurity.com/us/products/mcafee/antivirus/fileserver/linuxshield.htm > >> > > Thanks to all who responded! > George > > > >>------------------------------ >>Message: 3 >>Date: Mon, 14 Mar 2005 07:38:40 -0500 >>From: "George Allen Jr" >>Subject: [rhn-users] Antivirus for RHEL 3 WS >>To: rhn-users at redhat.com >>Message-ID: >>Content-Type: text/plain; format=flowed >> >>Hello all >> >>I am in need of an antivirus solution for two RHEL 3 WS standalone >>workstations. I'd prefer a Norton-esque product that comes with solid >>support and frequent definition updates. >> >>Further, since these boxes DO NOT have an external connection (i.e. >>Internet), I'd need to be able to download the definition/application >>updates to a CD for installation onto these workstations. >> >>I've checked the Symantec website, but have not had any luck identifying >>an >>application for RHEL 3 WS. >> >>Does anyone have any ideas? If so, please include a URL or a MFG for me to >>locate the solution you are reccomending. >> >>Thanks in advance for the help >>George I would like to purchase AV from them, but I only have the one server. Is there a way to just purchase one license? I have emailed them directly but haven't received a response yet. Thanks, Kevin From brian at cypher.acomp.usf.edu Thu Apr 14 23:33:29 2005 From: brian at cypher.acomp.usf.edu (Brian R Smith) Date: Thu, 14 Apr 2005 19:33:29 -0400 Subject: [rhn-users] How to check which rpm is required? In-Reply-To: <20050414191153.59315.qmail@web8407.mail.in.yahoo.com> References: <20050414191153.59315.qmail@web8407.mail.in.yahoo.com> Message-ID: <425EFDC9.5010701@cypher.acomp.usf.edu> Chirag, What is the name of the perl module that can't be located, more specifically, > Can't locate .pm Let us know what that is and we'll tell you how to find the RPM -brian chirag thakkar wrote: > Hi, > I have some webite to maintain. I have code with me. > This is perl code. > When i run:-- > perl xyz.pl > It throws :-- > Cant locate ___.pm ... blah blah.. > which signifies that some rpm is missing. > OS: RH AS 2.1 > This happen one error at a time.. i.e. if i fix problem of one rpm > then only i see another err for another rpm.. > Firstly; Can i find the entire of list of missing .pm files (packages) > missing; so that i can fix them all at one go. > > i am well versed with the application; so know till now which rpm > would be missing. > But in case i come across some package (.pm) missing; how/where do i > find the rpm easily.. i.e. other than googling.. > > Please revert for any clarificaitons. > > Thanks, > Chirag. > > > ------------------------------------------------------------------------ > Do you Yahoo!? > Yahoo! Small Business - Try our new resources site! > > > >------------------------------------------------------------------------ > >_______________________________________________ >rhn-users mailing list >rhn-users at redhat.com >https://www.redhat.com/mailman/listinfo/rhn-users > From djf at pipex.net Fri Apr 15 10:55:00 2005 From: djf at pipex.net (Daryl Field) Date: Fri, 15 Apr 2005 11:55:00 +0100 Subject: [rhn-users] Migrating to multiple systems management In-Reply-To: <6D4DC8B4AD16D6118E8200D0B76FE2621020FFAD@ont06exm01.comm.mot.com> References: <6D4DC8B4AD16D6118E8200D0B76FE2621020FFAD@ont06exm01.comm.mot.com> Message-ID: <425F9D84.6090108@pipex.net> I believe that with the management modules for each server, you can specify different rhn logins with specific access to servers under the same general account. There will be one master account, but it will allow you to acheive what you are after, for a cost. Daryl Colquhoun Daniel-Y18281 wrote: > Hi, > > I'm looking for some advice on what would be the best way to consolidate our two systems/accounts. Currently my colleague and I each manage one system which is tied to our own RHN accounts. We would each like to be able to manage both systems from our own logins. As we're getting a third system soon (which we both manage), we think now is the best time to rework how we do this. > > Can we reconfigure RHN to allow us each to manage both systems. And how would we add the third system once it's up and running? > > I'd prefer to not share a common account between us all. > > Thanks, > From lennart at rogers.com Fri Apr 15 13:24:22 2005 From: lennart at rogers.com (Lennart Andersen) Date: Fri, 15 Apr 2005 09:24:22 -0400 Subject: [rhn-users] RE: Antivirus for RHEL 3 WS In-Reply-To: <060a01c5412d$5d7faf70$6501a8c0@kevinslair> References: <060a01c5412d$5d7faf70$6501a8c0@kevinslair> Message-ID: <20050415132422.GA547@lnux2> * Kevin O'Neil [2005-04-14 16:05-0400] > > > ----- Original Message ----- > From: "George Allen Jr" > To: > Sent: Thursday, April 14, 2005 2:46 PM > Subject: [rhn-users] RE: Antivirus for RHEL 3 WS > > > >Hello all, > > > >I found a product which I will be using and thought I'd share the > >knowledge: > >McAfee LinuxShield > ><< > >http://www.mcafeesecurity.com/us/products/mcafee/antivirus/fileserver/linuxshield.htm > >>> > > > >Thanks to all who responded! > >George > > > > > > > >>------------------------------ > >>Message: 3 > >>Date: Mon, 14 Mar 2005 07:38:40 -0500 > >>From: "George Allen Jr" > >>Subject: [rhn-users] Antivirus for RHEL 3 WS > >>To: rhn-users at redhat.com > >>Message-ID: > >>Content-Type: text/plain; format=flowed > >> > >>Hello all > >> > >>I am in need of an antivirus solution for two RHEL 3 WS standalone > >>workstations. I'd prefer a Norton-esque product that comes with solid > >>support and frequent definition updates. > >> > >>Further, since these boxes DO NOT have an external connection (i.e. > >>Internet), I'd need to be able to download the definition/application > >>updates to a CD for installation onto these workstations. > >> > >>I've checked the Symantec website, but have not had any luck identifying > >>an > >>application for RHEL 3 WS. > >> > >>Does anyone have any ideas? If so, please include a URL or a MFG for me to > >>locate the solution you are reccomending. > >> > >>Thanks in advance for the help > >>George > > > > I would like to purchase AV from them, but I only have the one server. Is > there a way to just purchase one license? I have emailed them directly but > haven't received a response yet. > > Thanks, > Kevin > > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users how about http://www.clamav.net ??? -- Lennart Andersen St Thomas, Ontario lennart at rogers dot com -------------------------- - Debian - I hack, therefore I am From dcolquhoun at motorola.com Fri Apr 15 13:49:31 2005 From: dcolquhoun at motorola.com (Colquhoun Daniel-Y18281) Date: Fri, 15 Apr 2005 09:49:31 -0400 Subject: [rhn-users] Migrating to multiple systems management Message-ID: <6D4DC8B4AD16D6118E8200D0B76FE2621020FFCB@ont06exm01.comm.mot.com> Daryl, You're right about the management modules, I found a description of the master/multiple administrator setup reading through the RHN Best Practices Guide[1]. We don't have enough of a need to manage these systems (they're used in testing short-term) to justify the cost of a management module, so what we're looking for is really more of just a Nice To Have. Fortunately, the support staff at RHN seems to be on our side with this one. They've detailed the procedure for account transfer to me, and I'll be creating a third generic account for our facility and transferring both systems to that. We will then share that account amongst our staff and subscribe those with systems to the maillist with which it is associated. So if you find your organization fragmented because you read [1] a little late in the game, an email to cutsomerservice will get you straightened out. [1] https://rhn.redhat.com/help/rhn_best_practices.pdf -- Dan > -----Original Message----- > From: rhn-users-bounces at redhat.com > [mailto:rhn-users-bounces at redhat.com] On Behalf Of Daryl Field > Sent: Friday, April 15, 2005 6:55 AM > To: Red Hat Network Users List > Subject: Re: [rhn-users] Migrating to multiple systems management > > > I believe that with the management modules for each server, you can > specify different rhn logins with specific access to servers > under the > same general account. > There will be one master account, but it will allow you to > acheive what > you are after, for a cost. > > Daryl > > Colquhoun Daniel-Y18281 wrote: > > Hi, > > > > I'm looking for some advice on what would be the best way > to consolidate our two systems/accounts. Currently my > colleague and I each manage one system which is tied to our > own RHN accounts. We would each like to be able to manage > both systems from our own logins. As we're getting a third > system soon (which we both manage), we think now is the best > time to rework how we do this. > > > > Can we reconfigure RHN to allow us each to manage both > systems. And how would we add the third system once it's up > and running? > > > > I'd prefer to not share a common account between us all. > > > > Thanks, > > > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > From GWOJTAK at salliemae.com Fri Apr 15 14:15:01 2005 From: GWOJTAK at salliemae.com (GREG WOJTAK) Date: Fri, 15 Apr 2005 09:15:01 -0500 Subject: [rhn-users] Migrating to multiple systems management Message-ID: Red Hat Enterprise 2.1 includes the management module. So you could purchase 2.1, then just upgrade, since you are entitled to 3 and 4 anyways when you purchase 2.1. Greg Wojtak Unix Systems Administrator Sallie Mae (317) 598-4058 >>> dcolquhoun at motorola.com 4/15/2005 8:49:31 AM >>> Daryl, You're right about the management modules, I found a description of the master/multiple administrator setup reading through the RHN Best Practices Guide[1]. We don't have enough of a need to manage these systems (they're used in testing short-term) to justify the cost of a management module, so what we're looking for is really more of just a Nice To Have. Fortunately, the support staff at RHN seems to be on our side with this one. They've detailed the procedure for account transfer to me, and I'll be creating a third generic account for our facility and transferring both systems to that. We will then share that account amongst our staff and subscribe those with systems to the maillist with which it is associated. So if you find your organization fragmented because you read [1] a little late in the game, an email to cutsomerservice will get you straightened out. [1] https://rhn.redhat.com/help/rhn_best_practices.pdf -- Dan > -----Original Message----- > From: rhn-users-bounces at redhat.com > [mailto:rhn-users-bounces at redhat.com] On Behalf Of Daryl Field > Sent: Friday, April 15, 2005 6:55 AM > To: Red Hat Network Users List > Subject: Re: [rhn-users] Migrating to multiple systems management > > > I believe that with the management modules for each server, you can > specify different rhn logins with specific access to servers > under the > same general account. > There will be one master account, but it will allow you to > acheive what > you are after, for a cost. > > Daryl > > Colquhoun Daniel-Y18281 wrote: > > Hi, > > > > I'm looking for some advice on what would be the best way > to consolidate our two systems/accounts. Currently my > colleague and I each manage one system which is tied to our > own RHN accounts. We would each like to be able to manage > both systems from our own logins. As we're getting a third > system soon (which we both manage), we think now is the best > time to rework how we do this. > > > > Can we reconfigure RHN to allow us each to manage both > systems. And how would we add the third system once it's up > and running? > > > > I'd prefer to not share a common account between us all. > > > > Thanks, > > > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users This E-Mail has been scanned for viruses. From cbeerse at gmail.com Fri Apr 15 15:03:58 2005 From: cbeerse at gmail.com (cbeerse at gmail.com) Date: Fri, 15 Apr 2005 17:03:58 +0200 Subject: [rhn-users] Migrating to multiple systems management In-Reply-To: <6D4DC8B4AD16D6118E8200D0B76FE2621020FFAD@ont06exm01.comm.mot.com> References: <6D4DC8B4AD16D6118E8200D0B76FE2621020FFAD@ont06exm01.comm.mot.com> Message-ID: <425FD7DE.1030203@gmail.com> Colquhoun Daniel-Y18281 wrote: > Hi, > > I'm looking for some advice on what would be the best way to consolidate our two systems/accounts. Currently my colleague and I each manage one system which is tied to our own RHN accounts. We would each like to be able to manage both systems from our own logins. As we're getting a third system soon (which we both manage), we think now is the best time to rework how we do this. > > Can we reconfigure RHN to allow us each to manage both systems. And how would we add the third system once it's up and running? > > I'd prefer to not share a common account between us all. > > Thanks, > How about to do rhn from the root-account? CBee From ad_chirag at yahoo.co.in Fri Apr 15 22:02:41 2005 From: ad_chirag at yahoo.co.in (chirag thakkar) Date: Fri, 15 Apr 2005 15:02:41 -0700 (PDT) Subject: [rhn-users] How to check which rpm is required? Message-ID: <20050415220241.78370.qmail@web8409.mail.in.yahoo.com> Hi Brian, Can't locate Net/LDAPS.pm in @INC For now i know that this file is provided by perl-ldap-0.31-1.0.rh7.dag. rpm The way i cud find :-- 1. This file existed on some other machine i have. 2. there i did locate LDAP.pm then rpm -q --whatprovides /usr/lib/perl5/vendor_perl/5.6.1/Net/LDAP.pm . But say i dont have this file on any of my machines; then where do i go from here. Also it has happened at times that multiple rpms were missing for running a perl file. Is there a way to find the entire list of required & / or missing rpms in one go .. rather than having one error / missing rpm at a time.. One more question: (sorry i have just too many ... ) how can i modify @INC variable without using use lib qw (path to the .pm). I wud like to know if there is another way. Thanks in Adv. - Chirag. _____________ Chirag, What is the name of the perl module that can't be located, more specifically, > Can't locate .pm Let us know what that is and we'll tell you how to find the RPM -brian chirag thakkar wrote: > Hi, > I have some webite to maintain. I have code with me. > This is perl code. > When i run:-- > perl xyz.pl > It throws :-- > Cant locate ___.pm ... blah blah.. > which signifies that some rpm is missing. > OS: RH AS 2.1 > This happen one error at a time.. i.e. if i fix problem of one rpm > then only i see another err for another rpm.. > Firstly; Can i find the entire of list of missing .pm files (packages) > missing; so that i can fix them all at one go. > > i am well versed with the application; so know till now which rpm > would be missing. > But in case i come across some package (.pm) missing; how/where do i > find the rpm easily.. i.e. other than googling.. > > Please revert for any clarificaitons. > > Thanks, > Chirag. > > > --------------------------------- Do you Yahoo!? Yahoo! Small Business - Try our new resources site! -------------- next part -------------- An HTML attachment was scrubbed... URL: From Delta.Root at comcast.net Sun Apr 17 02:25:09 2005 From: Delta.Root at comcast.net (Delta.Root) Date: Sat, 16 Apr 2005 22:25:09 -0400 Subject: [rhn-users] RPM Not Processing - Not Using CPU Message-ID: <1113704708.2111.7.camel@delta.nz3o.us> I've been attempting to install packages that wew not part of the default installation that Red Hat workstation did. But I can't seem to make much progress. First, attempts to get Samba installed and configured to begin to make "life migrating from Windows" a little easier resulted in messages about -common not being around, and after thinking I added what I needed my "database" doesn't think I changed anything - so I suspect I now have created two, if that's possible, the second from double-clicking on the files I downloaded from samba.org When I go back to the CDROM, the initial check of package headers never completes, and a check of the system shows it isn't doing anything (0% CPU), as if there was some error that caused a silent death. If I could just get the webserver installed...but that also says some required package isn't on my system and it doesn't have any suggestion on how to get it there. I've read RPM docs on the web, and "rpm -V -a" doesn't even blink the busy light on the disk. Please point me in the right direction, as this is my first experience with RPM, and it's been quite awhile since I've done SCCS and SysV packaging. Thanks! Delta From ashmib at gmail.com Mon Apr 18 05:01:51 2005 From: ashmib at gmail.com (Ashmi Bhanushali) Date: Sun, 17 Apr 2005 22:01:51 -0700 Subject: [rhn-users] a networking question Message-ID: <6596a01050417220176f61276@mail.gmail.com> hi all.. i m a new bee in lunix kernel. and i m trying to implement "FIFO+" queuing for packet forwarding in linux kernel by modifying the original code for packet forwarding(FIFO). i m going to use fedora core 2 and the kernel version is 2.6.11-7. i need some help to locate the original code of queuing (FIFO). I looked at some files like ip_input.c, ip_output.c and ip_forward.c in the net/ipv4 directory of the kernel source code. but i m not sure if these are the correct files to look for the original FIFO packet queuing implemented in linux kernel. could someone please help me in locating the files which has the FIFO queuing code. thanks in advance. -ashmi From kovacsgyuszko at yahoo.com Mon Apr 18 08:53:04 2005 From: kovacsgyuszko at yahoo.com (Kovacs Gyuszko SK) Date: Mon, 18 Apr 2005 01:53:04 -0700 (PDT) Subject: [rhn-users] network speed test - route problem Message-ID: <20050418085304.14974.qmail@web41511.mail.yahoo.com> Hi, i'm trying to make speed tests on linux with two gigabit ethernet interfaces and with the iperf program. actually i want to manage those tests with only one machine. the linux box has two gigabit interfaces, which is connected to a switch. the actual network settings is the follows: eth0: 10.0.0.1 netmask 255.255.255.0 eth1: 10.0.1.1 netmask 255.255.255.0 the route table is the follows: Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.0.0.0 * 255.255.255.0 U 0 0 0 eth0 10.0.1.0 * 255.255.255.0 U 0 0 0 eth1 loopback * 255.0.0.0 U 0 0 0 lo i can ping the two ip from an another machine, works well. but i cant use another pc for my tests, i must use only one (with two iface). with the following commands i try to run the speed tests: # start the iperf server iperf -B 10.0.0.1 -D -s # start the iperf client iperf -B 10.0.1.1 -c 10.0.0.1 if you are not familiar with the iperf, that is for testing network's speeds. iperf can be used in two modes: client and server. the server accepts connections from the client, and the data will go through the network (if you use two computers) to test the network's speed. my iperf start parameter meanings the follows: create a listen socket on ip 10.0.0.1 for the server and for the client: use the 10.0.1.1 ip address as the src ip and conncet to the 10.0.0.1 every time i run this program, i got 4.5g/s bandwith, which is too fast for my gigabit ether card :) unfortunately the packets go through the loopback interface (checked with tcpdump). i think that is not a iperf related problem, just a routing mistake. how can i manage to the packets go through the ethernet interfaces? thanks, Gyorgy Kovacs __________________________________ Do you Yahoo!? Plan great trips with Yahoo! Travel: Now over 17,000 guides! http://travel.yahoo.com/p-travelguide From mfatticcioni at mbigroup.it Mon Apr 18 09:49:09 2005 From: mfatticcioni at mbigroup.it (Maila Fatticcioni) Date: Mon, 18 Apr 2005 11:49:09 +0200 Subject: [rhn-users] Easy question about Red Hat AS 3.0 Message-ID: <42638295.2040607@mbigroup.it> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello. I need to know on which system is based the Red Hat AS 3.0. I know the the AS 2.1 is based on the Red Hat 7.2 but I am not able to find the information about the other distribution. Thank you for the replay, Maila Fatticcioni -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCY4KVi2q3wPb3FcMRAjMqAJ9XAXK1GRHQS33LdzfQNU2TVdAhFACfTci7 hz8nqXHTQClP8YJqQ6YVefA= =/XeV -----END PGP SIGNATURE----- From Donald.Lambert at dal.ca Mon Apr 18 11:52:36 2005 From: Donald.Lambert at dal.ca (Donald Lambert) Date: Mon, 18 Apr 2005 08:52:36 -0300 Subject: [rhn-users] Easy question about Red Hat AS 3.0 In-Reply-To: <42638295.2040607@mbigroup.it> References: <42638295.2040607@mbigroup.it> Message-ID: <42639F84.1060306@dal.ca> The AS 3 distribution has the later 2.4 kernel, so it would be basically based on the RedHat 9 Distribution. The AS 4, used the new 2.6 kernel. Hope this helps. -- Donnie Maila Fatticcioni wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello. > I need to know on which system is based the Red Hat AS 3.0. I know the > the AS 2.1 is based on the Red Hat 7.2 but I am not able to find the > information about the other distribution. > > Thank you for the replay, > > Maila Fatticcioni > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.4 (GNU/Linux) > Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org > > iD8DBQFCY4KVi2q3wPb3FcMRAjMqAJ9XAXK1GRHQS33LdzfQNU2TVdAhFACfTci7 > hz8nqXHTQClP8YJqQ6YVefA= > =/XeV > -----END PGP SIGNATURE----- > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users -- Donald Lambert Donald.Lambert at Dal.Ca Networks and Systems, UCIS Dalhousie University (902) 494-3329 http://www.dal.ca/ucis From rajkum2002 at rediffmail.com Mon Apr 18 17:52:14 2005 From: rajkum2002 at rediffmail.com (Raj Kumar) Date: 18 Apr 2005 17:52:14 -0000 Subject: [rhn-users] Out of Memory Problem Message-ID: <20050418175214.7511.qmail@webmail17.rediffmail.com> Hi everone, cat /proc/slabinfo: size-64 4825410 4825410 128 160847 160847 1 : 1008 252 This seems to be unusal... size-64 slab is consuming upto 643MB of RAM. This number seems to increase slowly... how to track which process is requesting the objects from this slab? Does anyone know if there is a bug related to this in RH 2.4.21-27.0.1.ELsmp kernel? Thank you, Raj -------------- next part -------------- An HTML attachment was scrubbed... URL: From r.normand at le-moteur-moderne.fr Mon Apr 18 19:20:17 2005 From: r.normand at le-moteur-moderne.fr (normand) Date: Mon, 18 Apr 2005 21:20:17 +0200 Subject: [rhn-users] Out of Memory Problem In-Reply-To: <20050418175214.7511.qmail@webmail17.rediffmail.com> References: <20050418175214.7511.qmail@webmail17.rediffmail.com> Message-ID: <42640871.60400@le-moteur-moderne.fr> Raj Kumar wrote: > Hi everone, > > cat /proc/slabinfo: > > size-64 4825410 4825410 128 160847 160847 1 : 1008 252 > > This seems to be unusal... size-64 slab is consuming upto 643MB of > RAM. This number seems to increase slowly... how to track which > process is requesting the objects from this slab? Does anyone know if > there is a bug related to this in RH 2.4.21-27.0.1.ELsmp kernel? > > Thank you, > Raj > Have you got really memory problems. Linux will use almost the maximum usable memory, but only to make it fastly available. What's the results of the command : free The memory will increase slowly after the boot, and then stay at a high level. But it's the normal behaviour. From rajkum2002 at rediffmail.com Mon Apr 18 21:10:18 2005 From: rajkum2002 at rediffmail.com (Raj Kumar) Date: 18 Apr 2005 21:10:18 -0000 Subject: [rhn-users] Out of Memory Problem Message-ID: <20050418211018.5927.qmail@webmail29.rediffmail.com> Hi normand, Thanks for replying to my post! Yes, I got memory (big) problems!! I agree, the kernel will try to use all the memory to cache user files. However, after sometime the cached value is decreasing and used value increasing... indicating pages used for cache are released to meet the memory requirements. free -m total used free shared buffers cached Mem: 1001 892 108 0 28 48 -/+ buffers/cache: 815 185 Swap: 1996 0 1996 ? -/+ buffers/cache: 815 185 ^^^ This value is slowly increasing... that means memory used by application is increasing! Ref: http://rimuhosting.com/howto/memory.jsp >> size-64 4825410 4825410 128 160847 160847 1 : 1008 Someone should free the cache pages... I dont think I have that many pages active when I ran the command. This never decreases! On a similar machine this number increases and decreases. It would be useful to find who is requesting more objects from this pool. I am suspecting NFS is the culprit since when I write files from an NFS client these values start to increase quickly on the NFS server... may be 64bytes is the xfer size or something. May be those objects are not marked as unused and hence not cleared from cache... I dont know... just guessing... Thanks again! Raj On Tue, 19 Apr 2005 normand wrote : >Raj Kumar wrote: > >>Hi everone, >> >>cat /proc/slabinfo: >> size-64 4825410 4825410 128 160847 160847 1 : 1008 252 >> >>This seems to be unusal... size-64 slab is consuming upto 643MB of RAM. This number seems to increase slowly... how to track which process is requesting the objects from this slab? Does anyone know if there is a bug related to this in RH 2.4.21-27.0.1.ELsmp kernel? >> >>Thank you, >>Raj > >Have you got really memory problems. >Linux will use almost the maximum usable memory, but only to make it fastly available. > >What's the results of the command : free >The memory will increase slowly after the boot, and then stay at a high level. > >But it's the normal behaviour. > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From alfred.hovdestad at usask.ca Mon Apr 18 21:28:09 2005 From: alfred.hovdestad at usask.ca (Alfred Hovdestad) Date: Mon, 18 Apr 2005 15:28:09 -0600 Subject: [rhn-users] RPM Not Processing - Not Using CPU In-Reply-To: <1113704708.2111.7.camel@delta.nz3o.us> References: <1113704708.2111.7.camel@delta.nz3o.us> Message-ID: <42642669.9090105@usask.ca> There are a couple of things that you can try. First, clean out the temporary files and rebuild the rpm db: # rm /var/lib/rpm/__db* # rpm --rebuilddb The easiest way to install a package that was not part of the original install is to use up2date: # up2date samba up2date will work out the dependencies for you and download all of the required packages. It will also download the latest version of the package which is sometimes necessary if you have updated some of the prerequisite packages. If you do not have access to RHN, then you can install from your distribution but you will have to work out the dependencies. Alfred Hovdestad University of Saskatchewan Delta.Root wrote: > I've been attempting to install packages that wew not part of the > default installation that Red Hat workstation did. But I can't seem to > make much progress. > > First, attempts to get Samba installed and configured to begin to make > "life migrating from Windows" a little easier resulted in messages about > -common not being around, and after thinking I added what I needed my > "database" doesn't think I changed anything - so I suspect I now have > created two, if that's possible, the second from double-clicking on the > files I downloaded from samba.org > > When I go back to the CDROM, the initial check of package headers never > completes, and a check of the system shows it isn't doing anything (0% > CPU), as if there was some error that caused a silent death. > > If I could just get the webserver installed...but that also says some > required package isn't on my system and it doesn't have any suggestion > on how to get it there. > > I've read RPM docs on the web, and "rpm -V -a" doesn't even blink the > busy light on the disk. > > Please point me in the right direction, as this is my first experience > with RPM, and it's been quite awhile since I've done SCCS and SysV > packaging. > > Thanks! > > Delta > > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users From dominick.diorio at cgi.com Mon Apr 18 22:09:49 2005 From: dominick.diorio at cgi.com (Dominick Diorio) Date: Mon, 18 Apr 2005 18:09:49 -0400 Subject: [rhn-users] cron job fails Message-ID: <000801c54463$57a04720$818baf0a@DDIORIO2K> Hi , I am trying to schedule this perl script with the cron scheduler but it will not run when it is scheduled. If i run it with the at command the scripts runs fine (ftp file to dir , decrypts it and ftp it to dest). When running thru the cron scheduler I get pgp decryption failed return code -1 and the messaage Can't exec "pgp": No such file or directory at (user/homedir/). The first part of the script worked (file is ftp into the users working dir) . If i look in the home dir the file is there. I am new at this . What am i missing?? Thanks For your help Dominick -------------- next part -------------- An HTML attachment was scrubbed... URL: From cbeerse at gmail.com Tue Apr 19 07:53:34 2005 From: cbeerse at gmail.com (cbeerse at gmail.com) Date: Tue, 19 Apr 2005 09:53:34 +0200 Subject: [rhn-users] cron job fails In-Reply-To: <000801c54463$57a04720$818baf0a@DDIORIO2K> References: <000801c54463$57a04720$818baf0a@DDIORIO2K> Message-ID: <4264B8FE.4090404@gmail.com> Dominick Diorio schreef: > Hi , > I am trying to schedule this perl script with the cron scheduler but it > will not run when it is scheduled. > If i run it with the at command the scripts runs fine (ftp file to dir , > decrypts it and ftp it to dest). The major difference between `cron` and `at` is: `at`-jobs get a copy of the environment as at the prompt where `at` is issued. You can see details if you schedule something ahead and peek in /var/spool/at/, there you will find a script which will run to do you at-job. Just read it and see what `at` does for you. `cron`-jobs get a verry clean environment: a verry basic environment (like a limited $PATH and such) and running from your homedir (or /). Just create a cron-job that does an `env` and a `set` to see what is defined. Most systems even donnot source .profile (or .login/.cshrc) before running a cronjob. If you test with `at` and like to run it with `cron`, just copy the /var/spool/at/ to a script-directory and give it a decent name. Then call that from your cron entry. > When running thru the cron scheduler I get pgp decryption failed > return code -1 and the messaage > Can't exec "pgp": No such file or directory at (user/homedir/). The > first part of the script worked (file is ftp into the users > working dir) . > If i look in the home dir the file is there. I am new at this . What am > i missing?? Most likely the $PATH is not set as you think it is with `cron`. CBee From evs at kerridge.be Tue Apr 19 09:16:04 2005 From: evs at kerridge.be (Eric Van Steenbergen) Date: Tue, 19 Apr 2005 11:16:04 +0200 Subject: [rhn-users] Error writing on tape Message-ID: <200504190916.LAA32127@kerridge.nl> Hello all, When running a script to make a system backup I get the following error: ips 03:0e:0:Reset Request - Flushed Cache. Can anyone tell me what this means? The script or tape seems to hang and there is almost no traffic to the tape. Kind regards, Eric Van Steenbergen -------------- next part -------------- An HTML attachment was scrubbed... URL: From robert at techknow.com Tue Apr 19 10:08:40 2005 From: robert at techknow.com (Robert Saylor) Date: Tue, 19 Apr 2005 03:08:40 -0700 Subject: [rhn-users] Error writing on tape References: <200504190916.LAA32127@kerridge.nl> Message-ID: <001601c544c7$c3e8ed10$0d01a8c0@toshibauser> Try this: mt -f /dev/st0 rewind mt -f /dev/st0 setblk 0 ----- Original Message ----- From: Eric Van Steenbergen To: rhn-users at redhat.com Sent: Tuesday, April 19, 2005 2:16 AM Subject: [rhn-users] Error writing on tape Hello all, When running a script to make a system backup I get the following error: ips 03:0e:0:Reset Request - Flushed Cache. Can anyone tell me what this means? The script or tape seems to hang and there is almost no traffic to the tape. Kind regards, Eric Van Steenbergen ------------------------------------------------------------------------------ _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From james.a.sterling at boeing.com Tue Apr 19 12:21:04 2005 From: james.a.sterling at boeing.com (Sterling, James A) Date: Tue, 19 Apr 2005 08:21:04 -0400 Subject: [rhn-users] cron job fails Message-ID: Try using a fully qualified path to the script & command i.e. /usr/local/perl /user/home/jim.pl A lot of times the path is not defined when the script runs.. it can not find the application nor the script.. Your logon path may have the full path.. the systems shell may not ( this has bitten me a time or three ) Hope this helps Jim _____ From: Dominick Diorio [mailto:dominick.diorio at cgi.com] Sent: Monday, April 18, 2005 6:10 PM To: rhn-users at redhat.com Cc: dominick.diorio at cgi.com Subject: [rhn-users] cron job fails Hi , I am trying to schedule this perl script with the cron scheduler but it will not run when it is scheduled. If i run it with the at command the scripts runs fine (ftp file to dir , decrypts it and ftp it to dest). When running thru the cron scheduler I get pgp decryption failed return code -1 and the messaage Can't exec "pgp": No such file or directory at (user/homedir/). The first part of the script worked (file is ftp into the users working dir) . If i look in the home dir the file is there. I am new at this . What am i missing?? Thanks For your help Dominick -------------- next part -------------- An HTML attachment was scrubbed... URL: From dist-list at LEXUM.UMontreal.CA Tue Apr 19 13:29:44 2005 From: dist-list at LEXUM.UMontreal.CA (FM) Date: Tue, 19 Apr 2005 09:29:44 -0400 Subject: [rhn-users] unary operator expected ?? Message-ID: <426507C8.1060406@lexum.umontreal.ca> Hello my crontab is : if [ `ls /home/bc_bigfiles/pub` ]; then echo "Files found in server `hostname`"; fi ; in the folder pub : NBCA_20050418_1.zip NBQB_20050418_2.zip Now I received ths error : NBCA_20050418_1.zip: unary operator expected What does iy mean ? On the web I found some pages talking about unset variable, which it is not my case, I have none :-) Thanks ! From r.normand at le-moteur-moderne.fr Tue Apr 19 13:41:29 2005 From: r.normand at le-moteur-moderne.fr (=?iso-8859-1?Q?NORMAND_R=E9my?=) Date: Tue, 19 Apr 2005 15:41:29 +0200 Subject: [rhn-users] unary operator expected ?? Message-ID: <983015BF74E1D945B4E84180E8FF95974EB9@MERCURE.LEMOTEURMODERNE.LOCAL> Try with a quote ' , and not with the ` -----Message d'origine----- De : rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] De la part de FM Envoy? : mardi 19 avril 2005 15:30 ? : Mailing List Redhat Network Objet : [rhn-users] unary operator expected ?? Hello my crontab is : if [ `ls /home/bc_bigfiles/pub` ]; then echo "Files found in server `hostname`"; fi ; in the folder pub : NBCA_20050418_1.zip NBQB_20050418_2.zip Now I received ths error : NBCA_20050418_1.zip: unary operator expected What does iy mean ? On the web I found some pages talking about unset variable, which it is not my case, I have none :-) Thanks ! _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From alfred.hovdestad at usask.ca Tue Apr 19 14:46:56 2005 From: alfred.hovdestad at usask.ca (Alfred Hovdestad) Date: Tue, 19 Apr 2005 08:46:56 -0600 Subject: [rhn-users] unary operator expected ?? In-Reply-To: <426507C8.1060406@lexum.umontreal.ca> References: <426507C8.1060406@lexum.umontreal.ca> Message-ID: <426519E0.1000600@usask.ca> Hi: I don't think ls returns a true value. You will probably have to check for the existence of a specific file name or pipe the output of ls through wc to get a numeric value. numfiles=`ls /home/bc_bigfiles/pub | wc -l` if [ $numfiles -gt 0 ]; then echo "Files found in server `hostname`"; fi Alfred Hovdestad University of Saskatchewan FM wrote: > Hello my crontab is : > > if [ `ls /home/bc_bigfiles/pub` ]; then echo "Files found in server > `hostname`"; fi ; > > in the folder pub : > NBCA_20050418_1.zip NBQB_20050418_2.zip > > Now I received ths error : > NBCA_20050418_1.zip: unary operator expected > > What does iy mean ? On the web I found some pages talking about unset > variable, which it is not my case, I have none :-) > > Thanks ! > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users From dist-list at LEXUM.UMontreal.CA Tue Apr 19 14:49:55 2005 From: dist-list at LEXUM.UMontreal.CA (FM) Date: Tue, 19 Apr 2005 10:49:55 -0400 Subject: [rhn-users] unary operator expected ?? In-Reply-To: <983015BF74E1D945B4E84180E8FF95974EB9@MERCURE.LEMOTEURMODERNE.LOCAL> References: <983015BF74E1D945B4E84180E8FF95974EB9@MERCURE.LEMOTEURMODERNE.LOCAL> Message-ID: <42651A93.9000301@lexum.umontreal.ca> It worked ! thank you ! NORMAND R?my wrote: > Try with a quote ' , and not with the ` > > > -----Message d'origine----- > De : rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] De la part de FM > Envoy? : mardi 19 avril 2005 15:30 > ? : Mailing List Redhat Network > Objet : [rhn-users] unary operator expected ?? > > Hello my crontab is : > > if [ `ls /home/bc_bigfiles/pub` ]; then echo "Files found in server `hostname`"; fi ; > > in the folder pub : > NBCA_20050418_1.zip NBQB_20050418_2.zip > > Now I received ths error : > NBCA_20050418_1.zip: unary operator expected > > What does iy mean ? On the web I found some pages talking about unset variable, which it is not my case, I have none :-) > > Thanks ! > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users From alfred.hovdestad at usask.ca Tue Apr 19 15:03:02 2005 From: alfred.hovdestad at usask.ca (Alfred Hovdestad) Date: Tue, 19 Apr 2005 09:03:02 -0600 Subject: [rhn-users] unary operator expected ?? In-Reply-To: <42651A93.9000301@lexum.umontreal.ca> References: <983015BF74E1D945B4E84180E8FF95974EB9@MERCURE.LEMOTEURMODERNE.LOCAL> <42651A93.9000301@lexum.umontreal.ca> Message-ID: <42651DA6.9080300@usask.ca> Hi: Try removing the files or renaming the directory (mv pub bup) and rerun the script. Make sure it works when the files exist and when the files don't exist before you are sure that it works. Alfred FM wrote: > It worked ! thank you ! > > NORMAND R?my wrote: > >> Try with a quote ' , and not with the ` >> >> >> -----Message d'origine----- >> De : rhn-users-bounces at redhat.com >> [mailto:rhn-users-bounces at redhat.com] De la part de FM >> Envoy? : mardi 19 avril 2005 15:30 >> ? : Mailing List Redhat Network >> Objet : [rhn-users] unary operator expected ?? >> >> Hello my crontab is : >> >> if [ `ls /home/bc_bigfiles/pub` ]; then echo "Files found in server >> `hostname`"; fi ; >> >> in the folder pub : >> NBCA_20050418_1.zip NBQB_20050418_2.zip >> >> Now I received ths error : >> NBCA_20050418_1.zip: unary operator expected >> >> What does iy mean ? On the web I found some pages talking about unset >> variable, which it is not my case, I have none :-) >> >> Thanks ! From Eric.Lam at fmr.com Tue Apr 19 16:08:27 2005 From: Eric.Lam at fmr.com (Lam, Eric) Date: Tue, 19 Apr 2005 12:08:27 -0400 Subject: [rhn-users] RedHat Linux 2.1 SSL and LDAP issue Message-ID: Hi all I am not sure which mailing list to use. Someone said this list has the most Linux people, so I am trying my luck here. No one has reply me from the redhat-sysadmin-list at redhat.com mailing list ;-( I am enabling the local user to perform password authentication with some of our LDAP servers using the pam_ldap modules from nss_ldap package. Users use telnet/ftp/ssh/scp to logon to this RH Linux 2.1 system. We have 4 LDAP servers. Every 2 LDAP servers has a BigIP device in front of them. Two of the LDAP servers and one BigIP are for UAT, and the other two LDAP and one BigIP are for production. I added the pam_ldap entry into the /etc/pam.d/system-auth file, there is nothing else changed on the system - beside the /etc/ldap.conf file. I did the same on Linux 2.1 and 3.0. 3.0 has no issue at all, my problem is on Linux 2.1. Here is my system-auth file: auth required /lib/security/pam_env.so auth sufficient /lib/security/pam_unix.so likeauth nullok auth sufficient /lib/security/pam_ldauth.so use_first_pass auth required /lib/security/pam_deny.so account required /lib/security/pam_unix.so password required /lib/security/pam_cracklib.so retry=3 type= password sufficient /lib/security/pam_unix.so nullok use_authtok md5 shadow password required /lib/security/pam_deny.so session required /lib/security/pam_limits.so session required /lib/security/pam_unix.so session optional /lib/security/pam_mkhomedir.so skel=/etc/skel umask=002 On Linux 2.1, when SSL is disabled in /etc/ldap.conf, the system has no issue to use any LDAP servers and BigIP. The user can logon without any issue. When SSL is enabled (in /etc/ldap.conf) file, the system can only utilize the two UAT LDAP servers, but it can not communicate properly with the BigIP and also the two production servers. On the production LDAP log, I see the following: [07/Apr/2005:16:25:20 -0400] conn=302833 fd=188 slot=188 SSL connection from 172.26.30.52 to 172.26.30.13 [07/Apr/2005:16:25:20 -0400] conn=302833 op=-1 fd=188 closed error -12195 (unknown) - B1 The other error that I captured is running "sshd -d". When a user ssh to this Linux 2.1 system, the sshd show this error and disconnected. debug1: userauth_banner: sent Failed none for a232524 from 10.37.63.30 port 38517 ssh2 debug1: userauth-request for user a232524 service ssh-connection method password debug1: attempt 1 failures 1 sshd: ../../../libraries/libldap/cyrus.c:418: ldap_int_sasl_open: Assertion `lc->lconn_sasl_ctx == ((void *)0)' failed. Aborted Here is what I am using on the RH Linux 2.1 system: - openldap-2.0.27-4.7 - openldap-clients-2.0.27-4.7 - nss_ldap-189-9 - openssl-0.9.6b-36 I have compiled the pam_ldap 176 from padl.com, but the result is the same. I also tested and compiled it with my own SSL 097d and OpenLDAP 2217, but it did not change anything (but I am not sure if it is still using local ldap libraries during compile). All LDAP servers are SUN iPlanet 5.0. RH Linux 3.0 has no issue at all to any LDAP servers and BigIP using SSL or non-SSL. All my Solaris 2.6 to 9 has no issue too. It is the RH Linux 2.1 that has this issue. I am not sure what else I can capture. Please let me know if you need more information from this Linux 2.1 system. Thanks a in advance for any help. Eric Lam -------------- next part -------------- An HTML attachment was scrubbed... URL: From Delta.Root at comcast.net Tue Apr 19 23:32:21 2005 From: Delta.Root at comcast.net (Delta.Root) Date: Tue, 19 Apr 2005 19:32:21 -0400 Subject: [rhn-users] RPM for Samba Message-ID: <1113953541.10189.6.camel@delta.nz3o.us> I had three files that began with db, ending in 001, 002 and 003. I removed them all. I ran up2date samba and received the following error: Invalid group id server-cfg The command seemed to continue to execute and reported no packages under the output heading and said the package I requested was uptodate. Is the error message OK, or should I correct something? Thanks! Delta. From vvenbakkam at kbace.com Wed Apr 20 08:56:48 2005 From: vvenbakkam at kbace.com (Vinith C. Venbakkam) Date: Wed, 20 Apr 2005 04:56:48 -0400 Subject: [rhn-users] RE: Couple of qestions Message-ID: From: Vinith C. Venbakkam Sent: Tuesday, April 19, 2005 12:52 PM To: 'rhn-users at redhat.com' Cc: Melanie Perry; Leo Belodeau Subject: Couple of qestions Importance: High Hi, We recently did a factory install of Redhat 3.0 on our Dell server. After setting up the server, we have installed the Oracle Applications 11i on the server. Some of the issues at the O/S level is mentioned below. 1. Whenever, we use the copy (cp) command and copy huge files, either across file systems, or from cdrom, the memory maxes out. We have 4 GB of memory and only 1 database running on the machine. Still it maxes out the entire memory. But, strangely the process continues. Is there anything we could do, to control the usage of memory? 2. As part of the server setup we created 2 partitions, and added these partitions in the /etc/fstab file, in the following manner /dev/sdb1 /test1 ext3 defaults 1 2 /dev/sdb2 /test2 ext3 defaults 1 2 However, whenever we re-boot the server, these mount points don't mount automatically. They have be manually mounted each time, after the re-boot. Is there any way, we could enable these mount points to mount automatically? 3. The telnet server is running, but we are unable to connect using telnet to this redhat server. Somewhere, I read it's because of security restrictions, and we can connect only through secure shell. Any idea, how to connect using telnet? Thanks, Vinith Venbakkam Oracle Apps DBA, KBace Technologies, Suite 318, 12, Museum Road, Bangalore - 560001 Office - 51121700 Extn -215 Cell - 9845537521 -------------- next part -------------- An HTML attachment was scrubbed... URL: From janez.urevc at gisdata.si Wed Apr 20 12:26:50 2005 From: janez.urevc at gisdata.si (JAnez Urevc) Date: Wed, 20 Apr 2005 14:26:50 +0200 Subject: [rhn-users] Package error while installing RHEL 3 Message-ID: <42664A8A.7090606@gisdata.si> I tried to install RHEL 3 several times, but I always got the same error: "There was an error installing redhat-artwork-0.73.2-2E. This can indicate media failure, lack of disk space, and/or hardware problems. This is fatal error and your install will be aborted. Please verify your media and try your install again." When this error occurs instalation stops. CD-check before the installation sucsessfully passed. There is enough disk space. Instalation sucseeded only once. Since then no settings or hardwadre was changed. Installation logs on third and fourth virtual console show nothing special. Also tried to use different cd-drives and medias. Always the same result. What could be the problem? JAnez Urevc, Slovenija From r.normand at le-moteur-moderne.fr Wed Apr 20 12:31:21 2005 From: r.normand at le-moteur-moderne.fr (=?iso-8859-1?Q?NORMAND_R=E9my?=) Date: Wed, 20 Apr 2005 14:31:21 +0200 Subject: [rhn-users] Package error while installing RHEL 3 Message-ID: <983015BF74E1D945B4E84180E8FF95974FCD@MERCURE.LEMOTEURMODERNE.LOCAL> I'm not really used to install Redhat, but with other distrib, I had the problem with the type of formatting ext3, which is not always supported by the hardware, test with ext2, it maybe work ... R?my -----Message d'origine----- De : rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] De la part de JAnez Urevc Envoy? : mercredi 20 avril 2005 14:27 ? : rhn-users at redhat.com Objet : [rhn-users] Package error while installing RHEL 3 I tried to install RHEL 3 several times, but I always got the same error: "There was an error installing redhat-artwork-0.73.2-2E. This can indicate media failure, lack of disk space, and/or hardware problems. This is fatal error and your install will be aborted. Please verify your media and try your install again." When this error occurs instalation stops. CD-check before the installation sucsessfully passed. There is enough disk space. Instalation sucseeded only once. Since then no settings or hardwadre was changed. Installation logs on third and fourth virtual console show nothing special. Also tried to use different cd-drives and medias. Always the same result. What could be the problem? JAnez Urevc, Slovenija _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From trsmith at mail.nih.gov Wed Apr 20 12:49:51 2005 From: trsmith at mail.nih.gov (Smith, Troy (NIH/NCI)) Date: Wed, 20 Apr 2005 08:49:51 -0400 Subject: [rhn-users] Gnome Issues Message-ID: Hello all. I apologize if this question is sent to the incorrect list. Server running RHEL ES 3, patched as of this past weekend. When boot to runlevel 5 with Gnome, the login prompt does not appear. Instead the error "The theme for the graphical greeter is corrupt. It does not contain definition for the username/password entry element" appears. If we boot to runlevel 3, and execute startx, the environment comes up, sort of. The background is a blue-ish green, none of the panel or desktop icons appear, and we are unable to execute most of the utilities from the menu. Booting to KDE or startx to KDE tests OK. Same with WindowMaker, but developers want Gnome. We have tried completely removing and reinstalling Gnome, but this did not work. I'm sure we are missing one or several files somewhere that need to be replaced. If anyone has any ideas, we greatly appreciate the assistance. Thanks Troy -------------- next part -------------- An HTML attachment was scrubbed... URL: From janez.urevc at gisdata.si Wed Apr 20 13:14:52 2005 From: janez.urevc at gisdata.si (JAnez Urevc) Date: Wed, 20 Apr 2005 15:14:52 +0200 Subject: [rhn-users] Package error while installing RHEL 3 In-Reply-To: <983015BF74E1D945B4E84180E8FF95974FCD@MERCURE.LEMOTEURMODERNE.LOCAL> References: <983015BF74E1D945B4E84180E8FF95974FCD@MERCURE.LEMOTEURMODERNE.LOCAL> Message-ID: <426655CC.5010700@gisdata.si> NORMAND R?my wrote: > I'm not really used to install Redhat, but with other distrib, I had the problem with the type of formatting ext3, which is not always supported by the hardware, test with ext2, it maybe work ... > > etx2 doesen't help. JAnez >R?my > > >-----Message d'origine----- >De : rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] De la part de JAnez Urevc >Envoy? : mercredi 20 avril 2005 14:27 >? : rhn-users at redhat.com >Objet : [rhn-users] Package error while installing RHEL 3 > >I tried to install RHEL 3 several times, but I always got the same error: > >"There was an error installing redhat-artwork-0.73.2-2E. This can indicate media failure, lack of disk space, and/or hardware problems. >This is fatal error and your install will be aborted. Please verify your media and try your install again." > >When this error occurs instalation stops. CD-check before the installation sucsessfully passed. >There is enough disk space. Instalation sucseeded only once. Since then no settings or hardwadre was changed. Installation logs on third and fourth virtual console show nothing special. Also tried to use different cd-drives and medias. Always the same result. What could be the problem? > > >JAnez Urevc, Slovenija > >_______________________________________________ >rhn-users mailing list >rhn-users at redhat.com >https://www.redhat.com/mailman/listinfo/rhn-users > > >_______________________________________________ >rhn-users mailing list >rhn-users at redhat.com >https://www.redhat.com/mailman/listinfo/rhn-users > > > From Justin_Dybedahl at fws.gov Wed Apr 20 18:20:00 2005 From: Justin_Dybedahl at fws.gov (Justin_Dybedahl at fws.gov) Date: Wed, 20 Apr 2005 13:20:00 -0500 Subject: [rhn-users] Blocking/Ignoring RHN updates Message-ID: Greetings, I was wondering if anyone happens to know if there is a way to ignore errata through the RHN web interface. I keep getting notified that there is a Samba update but I do not want to install it. Anyone know? Thanks, Justin Dybedahl Computer Assistant Region 3 Computer Support Group U.S. Fish and Wildlife Service 612-713-5118 -------------- next part -------------- An HTML attachment was scrubbed... URL: From jbecker at northwestern.edu Wed Apr 20 21:13:43 2005 From: jbecker at northwestern.edu (Jesse Becker) Date: Wed, 20 Apr 2005 16:13:43 -0500 Subject: [rhn-users] How to check which rpm is required? In-Reply-To: <20050415220241.78370.qmail@web8409.mail.in.yahoo.com> References: <20050415220241.78370.qmail@web8409.mail.in.yahoo.com> Message-ID: <20050420211343.GG8608@northwestern.edu> On Fri, Apr 15, 2005 at 03:02:41PM -0700, chirag thakkar wrote: > For now i know that this file is provided by perl-ldap-0.31-1.0.rh7.dag. rpm > The way i cud find :-- > 1. This file existed on some other machine i have. > 2. there i did > locate LDAP.pm > then rpm -q --whatprovides /usr/lib/perl5/vendor_perl/5.6.1/Net/LDAP.pm . > > But say i dont have this file on any of my machines; then where do i go from here. Then you need to hunt around via other means, of which there are a few. You can try rpmfind.net, or rpm.pbone.net, and hunt for things yourself. There's a nice little program called 'cpan2rpm' that packages Perl modules from CPAN, and builds RPMs out of them: http://perl.arix.com/cpan2rpm/ If you have a large local repository of RPMs (for whatever reason), you can run your own searching program. The code that runs rpmfind.net (rpm2html) is available on that site (rpmfind and rpm2html). I found it cumbersome, and slow, so I wrote my own: http://hunterpm.sf.net/. It works for me, on an archive of about 38,0000 packages. > Also it has happened at times that multiple rpms were missing for running a perl file. > Is there a way to find the entire list of required & / or missing rpms in one go .. rather than having one error / missing rpm at a time.. The cpan2rpm program can automatical.y follow dependencies. This is more a function of CPAN, than of RPM though. > One more question: (sorry i have just too many ... ) how can i modify >@INC variable without using use lib qw (path to the .pm). I wud like >to know if there is another way. Use the -I flag when invoking perl: perl -I/some/other/path script.pl It is documented in the 'perlrun' man page, or via perldoc. -- Jesse Becker GPG-fingerprint: BD00 7AA4 4483 AFCC 82D0 2720 0083 0931 9A2B 06A2 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From gwaugh at scu.edu.au Wed Apr 20 23:09:16 2005 From: gwaugh at scu.edu.au (Guy Waugh) Date: Thu, 21 Apr 2005 09:09:16 +1000 Subject: [rhn-users] Package error while installing RHEL 3 In-Reply-To: <426655CC.5010700@gisdata.si> References: <983015BF74E1D945B4E84180E8FF95974FCD@MERCURE.LEMOTEURMODERNE.LOCAL> <426655CC.5010700@gisdata.si> Message-ID: <4266E11C.5050202@scu.edu.au> JAnez Urevc wrote: > NORMAND R?my wrote: > > >>I'm not really used to install Redhat, but with other distrib, I had the problem with the type of formatting ext3, which is not always supported by the hardware, test with ext2, it maybe work ... >> >> > > etx2 doesen't help. > > JAnez > > >>R?my >> >> >>-----Message d'origine----- >>De : rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] De la part de JAnez Urevc >>Envoy? : mercredi 20 avril 2005 14:27 >>? : rhn-users at redhat.com >>Objet : [rhn-users] Package error while installing RHEL 3 >> >>I tried to install RHEL 3 several times, but I always got the same error: >> >>"There was an error installing redhat-artwork-0.73.2-2E. This can indicate media failure, lack of disk space, and/or hardware problems. >>This is fatal error and your install will be aborted. Please verify your media and try your install again." >> >>When this error occurs instalation stops. CD-check before the installation sucsessfully passed. >>There is enough disk space. Instalation sucseeded only once. Since then no settings or hardwadre was changed. Installation logs on third and fourth virtual console show nothing special. Also tried to use different cd-drives and medias. Always the same result. What could be the problem? >> >> >>JAnez Urevc, Slovenija >> Hi, It could be a dirty install CD, or just a bad file - try washing the CD, copying the redhat-artwork RPM to a hard drive on another machine, etc. etc... Cheers, Guy. From jconnor at redhat.com Thu Apr 21 01:47:50 2005 From: jconnor at redhat.com (Jason Connor) Date: Wed, 20 Apr 2005 21:47:50 -0400 (EDT) Subject: [rhn-users] unary operator expected ?? In-Reply-To: <42651DA6.9080300@usask.ca> References: <983015BF74E1D945B4E84180E8FF95974EB9@MERCURE.LEMOTEURMODERNE.LOCAL> <42651A93.9000301@lexum.umontreal.ca> <42651DA6.9080300@usask.ca> Message-ID: Alfred is right, the script actually doesn't work. You're testing the existence of a string when it's quoted with ''. The [] brackets in bourne and bash are an alternate syntax for the built-in command: test. Run: man test and you should bet the information you need to make the cron job work. -- Jason L. Connor Software Engineer, Red Hat Network 919.754.4013 jconnor at redhat.com On Tue, 19 Apr 2005, Alfred Hovdestad wrote: > Hi: > > Try removing the files or renaming the directory (mv pub bup) and rerun the > script. Make sure it works when the files exist and when the files don't > exist before you are sure that it works. > > Alfred > > > > FM wrote: > > It worked ! thank you ! > > > > NORMAND R?my wrote: > > > > > Try with a quote ' , and not with the ` > > > > > > > > > -----Message d'origine----- > > > De : rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] De > > > la part de FM > > > Envoy? : mardi 19 avril 2005 15:30 > > > ? : Mailing List Redhat Network > > > Objet : [rhn-users] unary operator expected ?? > > > > > > Hello my crontab is : > > > > > > if [ `ls /home/bc_bigfiles/pub` ]; then echo "Files found in server > > > `hostname`"; fi ; > > > > > > in the folder pub : > > > NBCA_20050418_1.zip NBQB_20050418_2.zip > > > > > > Now I received ths error : > > > NBCA_20050418_1.zip: unary operator expected > > > > > > What does iy mean ? On the web I found some pages talking about unset > > > variable, which it is not my case, I have none :-) > > > > > > Thanks ! > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > From dcvoyager at gmail.com Thu Apr 21 02:39:37 2005 From: dcvoyager at gmail.com (voyager dc) Date: Wed, 20 Apr 2005 22:39:37 -0400 Subject: [rhn-users] Samba errors Message-ID: <6c1eebc505042019395854042d@mail.gmail.com> I am having problems logging into my samba drive, it shows up in my network neighbourhood and when I click on my home directory , it asks me for a user name and password. After that it says invalid user name or password. Not sure if I have my smb.conf is right. here is my smb.conf [global] smb passwd file = /etc/samba/smbpasswd dns proxy = no socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 max log size = 0 #obey pam restrictions = yes passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully* writeable = yes #guest account = sender security = share unix password sync = Yes server string = linix Server workgroup = WORKGRP log file = /var/log/samba/%m.log netbios name = Fileshare load printers = yes local master = no domain master = no preferred master = no [randy] comment = randy's M drive browseable = yes writable = yes valid users = %S public = yes guest ok = yes create mask = 0777 directory mode = 0777 path = /home/randy I created the same user name and password as my windows log in and password in the smpasswd. But no luck yet and the log files show theses errors [errors] [2005/04/18 12:30:12, 0] smbd/password.c:authorise_login(863) authorise_login: rejected invalid user nobody [2005/04/18 12:30:11, 0] nmbd/nmbd_responserecordsdb.c:find_response_record(235) find_response_record: response packet id 2248 received with no matching record. am i missing something? From lennart at rogers.com Thu Apr 21 16:41:34 2005 From: lennart at rogers.com (Lennart Andersen) Date: Thu, 21 Apr 2005 12:41:34 -0400 Subject: [rhn-users] Blocking/Ignoring RHN updates In-Reply-To: References: Message-ID: <20050421164134.GA2241@lnux2> * Justin_Dybedahl at fws.gov [2005-04-20 13:20-0500] > Greetings, > I was wondering if anyone happens to know if there is a way to ignore > errata through the RHN web interface. I keep getting notified that there > is a Samba update but I do not want to install it. Anyone know? > Thanks, > Justin Dybedahl > Computer Assistant > Region 3 Computer Support Group > U.S. Fish and Wildlife Service > 612-713-5118 > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users you could stop the rhnsd service, use ntsysv to uncheck the service then, do /etc/init.d/rhnsd stop -- Lennart Andersen St Thomas, Ontario lennart at rogers dot com -------------------------- - Debian - apt-get into it From lennart at rogers.com Thu Apr 21 16:56:12 2005 From: lennart at rogers.com (Lennart Andersen) Date: Thu, 21 Apr 2005 12:56:12 -0400 Subject: [rhn-users] redhat-config-users RHEL 3 Message-ID: <20050421165612.GA2424@lnux2> Hey, I have a problem with redhat-config-users, if I do a useradd -D from a command line, I get the correct home directory I want /home/app. But when I use redhat-config-users it will only configure /home/username automatically when I create a user, is there a way for me to change the default /home/username to /home/app/username for example. -- Lennart Andersen St Thomas, Ontario lennart at rogers dot com -------------------------- - Debian - apt-get into it From stephenk at olcinc.com Thu Apr 21 18:50:26 2005 From: stephenk at olcinc.com (Stephen Kirkpatrick) Date: Thu, 21 Apr 2005 13:50:26 -0500 Subject: [rhn-users] Error writing on tape In-Reply-To: <200504190916.LAA32127@kerridge.nl> References: <200504190916.LAA32127@kerridge.nl> Message-ID: <4267F5F2.8040101@olcinc.com> Eric, First, ips is the driver for IBM's ServeRAID controller. Every once in a while, the reset request will take the tape drive offline. We have experienced this problem on a number of systems with ServeRAID cards. Having a dedicated scsi controller for the tape drive seems to have eliminated this problem. Check the following: cat /proc/scsi/scsi output from a system with ServeRAID 6i and dedicated scsi controller for the tape drive: Attached devices: Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: IBM Model: SERVERAID Rev: 1.00 Type: Direct-Access ANSI SCSI revision: 02 Host: scsi0 Channel: 00 Id: 15 Lun: 00 Vendor: IBM Model: SERVERAID Rev: 1.00 Type: Processor ANSI SCSI revision: 02 Host: scsi0 Channel: 01 Id: 08 Lun: 00 Vendor: IBM Model: 02R0980a S320 1 Rev: 1 Type: Processor ANSI SCSI revision: 02 Host: scsi1 Channel: 00 Id: 06 Lun: 00 Vendor: SEAGATE Model: DAT 9SP40-000 Rev: 9100 Type: Sequential-Access ANSI SCSI revision: 03 output from another system with ServeRAID 6i without dedicated scsi controller for the tape drive: Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: IBM Model: SERVERAID Rev: 1.00 Type: Direct-Access ANSI SCSI revision: 02 Host: scsi0 Channel: 00 Id: 15 Lun: 00 Vendor: IBM Model: SERVERAID Rev: 1.00 Type: Processor ANSI SCSI revision: 02 Host: scsi0 Channel: 01 Id: 08 Lun: 00 Vendor: IBM Model: 02R0980a S320 1 Rev: 1 Type: Processor ANSI SCSI revision: 02 Host: scsi0 Channel: 02 Id: 06 Lun: 00 Vendor: SEAGATE Model: DAT 9SP40-000 Rev: 9070 Type: Sequential-Access ANSI SCSI revision: 03 Note that the last entry shows the tape drive on the same adapter as the RAID array. This generally not recommended. This is only a problem when you use the ServeRAID controller instead of the integrated controller. output from a system with integrated raid controller, no dedicated scsi controller for tape drive: Attached devices: Host: scsi0 Channel: 00 Id: 00 Lun: 00 Vendor: LSILOGIC Model: 1030 Rev: 1000 Type: Direct-Access ANSI SCSI revision: 02 Host: scsi0 Channel: 00 Id: 08 Lun: 00 Vendor: IBM Model: 02R0980a S320 1 Rev: 1 Type: Processor ANSI SCSI revision: 02 Host: scsi1 Channel: 00 Id: 06 Lun: 00 Vendor: IBM Model: DDS Gen5 Rev: A04A Type: Sequential-Access ANSI SCSI revision: 03 I have spoken with a number of support personnel at IBM about this very issue. My conclusion from all of this is if you are going to use the ServeRAID controller, you will need a separate scsi controller for the tape drive. Hope this helps. Eric Van Steenbergen wrote: > Hello all, > > When running a script to make a system backup I get the following error: > > ips 03:0e:0:Reset Request - Flushed Cache. > > Can anyone tell me what this means? The script or tape seems to hang > and there is almost no traffic to the tape. > > Kind regards, > > Eric Van Steenbergen > > >------------------------------------------------------------------------ > >_______________________________________________ >rhn-users mailing list >rhn-users at redhat.com >https://www.redhat.com/mailman/listinfo/rhn-users > From nick.bruton at bristol.ac.uk Thu Apr 21 20:01:47 2005 From: nick.bruton at bristol.ac.uk (Nick Bruton) Date: Thu, 21 Apr 2005 21:01:47 +0100 Subject: [rhn-users] Deleteing system from a satellite server Message-ID: Hi, I am unable to delete a system from my satellite-server (Version 3.4.0) The error message is ..... [Thu Apr 21 15:01:15 2005] [error] Execution of /var/www/html/network/systems/details/delete_confirm.pxt failed at Thu Apr 21 15:01:15 2005: RHN::Exception: DBD::Oracle::st execute failed: ORA-02292: integrity constraint (REDHAT.RHN_SERVER_UUID_SID_FK) violated - child record found!ORA-06512: at "REDHAT.DELETE_SERVER", line 95!ORA-06512: at line 2 (DBD ERROR: OCIStmtExecute) [for statement ``BEGIN! delete_server(?);!END;!'' with params: :p1='1000010121'])! RHN::DB /usr/lib/perl5/site_perl/5.6.1/i386-linux/RHN/DB.pm 214 RHN::Exception::DB::throw! RHN::DB::Server /usr/lib/perl5/site_perl/5.6.1/i386-linux/RHN/DB/Server.pm 1052 RHN::DB::handle_error! RHN::DB::Server /usr/lib/perl5/site_perl/5.6.1/i386-linux/RHN/DB/Server.pm 1045 (eval)! Sniglets::Servers /usr/lib/perl5/site_perl/5.6.1/i386-linux/Sniglets/Servers.pm 1049 RHN::DB::Server::delete_server! PXT::ApacheHandler /usr/lib/perl5/site_perl/5.6.1/i386-linux/PXT/ApacheHandler.pm 608 Sniglets::Servers::delete_server_cb! PXT::ApacheHandler /usr/lib/perl5/site_perl/5.6.1/i386-linux/PXT/ApacheHandler.pm 107 PXT::ApacheHandler::pxt_parse_data! PXT::ApacheHandler /usr/lib/perl5/site_perl/5.6.1/i386-linux/PXT/ApacheHandler.pm 107 (eval)! main /dev/null 0 PXT::ApacheHandler::handler! main /dev/null 0 (eval)!!Offending Query: BEGIN! delete_server(?);!END;! Can anyone help please Thanks Nick ---------------------------------------------------------------------------- Nick Bruton PADI Divemaster #624215 University of Bristol Yamaha YZF R1 Computing Service Tyndall Avenue Bristol BS8 1UD Tel: 0117 9288193 From smkeesle at syr.edu Thu Apr 21 21:00:44 2005 From: smkeesle at syr.edu (Sean Keesler) Date: Thu, 21 Apr 2005 17:00:44 -0400 Subject: [rhn-users] rhn_check fails Message-ID: <4496485a12c5de17911cfb56eb36f149@syr.edu> I have just installed RHEL4 ES (Academic license) on a Athlon server. I tried to minimize the # of installed packages to only what I needed but found that the installation installed a lot of items I didn't need. I attempted to use rhn to delete the packages from this box. I selected the packages I wanted to remove and it sat the in queue to be deleted. I manually ran rhn_check with the verbose option and the box did get the transaction. However the verbose output produces a python trackback that ultimately points to the runTransaction function. [root at syru102-252 ~]# rhn_check -v packages.remove ([['bluez-bluefw', '1.0', '6', ''], ['bluez-hcidump', '1.11', '1', ''], ['bluez-libs', '2.10', '2', ''], ['bluez-utils', '2.10', '2.1', '']],) Traceback (most recent call last): File "/usr/sbin/rhn_check", line 174, in run_action (status, message, data) = do_call(method, params) File "/usr/sbin/rhn_check", line 91, in do_call retval = apply(method, params) File "/usr/share/rhn/actions/packages.py", line 83, in remove up2date.removePackages(pkgList, rpmCallback) File "/usr/share/rhn/up2date_client/up2date.py", line 1009, in removePackages runTransaction(ts,rpmCallback) TypeError: runTransaction() takes at least 4 arguments (2 given) has anyone else had this issue crop up? From cperry at redhat.com Fri Apr 22 00:46:58 2005 From: cperry at redhat.com (Clifford Perry @ Red Hat) Date: Thu, 21 Apr 2005 20:46:58 -0400 Subject: [rhn-users] Deleteing system from a satellite server In-Reply-To: References: Message-ID: <1114130833.4085.14.camel@cpe-065-190-151-198.nc.res.rr.com> The rhn-satellite-users list would be a better place to post this question. I would recommend to contact support. I suspect that this system has an older database schema which is the cause of this. The system you are trying to delete was activated to allow the RHN Applet program to work with it. Regards, Clifford. On Thu, 2005-04-21 at 21:01 +0100, Nick Bruton wrote: > Hi, > > I am unable to delete a system from my satellite-server (Version 3.4.0) > > The error message is ..... > > [Thu Apr 21 15:01:15 2005] [error] Execution of > /var/www/html/network/systems/details/delete_confirm.pxt failed at Thu Apr > 21 15:01:15 2005: RHN::Exception: DBD::Oracle::st execute failed: > ORA-02292: integrity constraint (REDHAT.RHN_SERVER_UUID_SID_FK) violated - > child record found!ORA-06512: at "REDHAT.DELETE_SERVER", line 95!ORA-06512: > at line 2 (DBD ERROR: OCIStmtExecute) [for statement ``BEGIN! > delete_server(?);!END;!'' with params: :p1='1000010121'])! RHN::DB > /usr/lib/perl5/site_perl/5.6.1/i386-linux/RHN/DB.pm 214 > RHN::Exception::DB::throw! RHN::DB::Server > /usr/lib/perl5/site_perl/5.6.1/i386-linux/RHN/DB/Server.pm 1052 > RHN::DB::handle_error! RHN::DB::Server > /usr/lib/perl5/site_perl/5.6.1/i386-linux/RHN/DB/Server.pm 1045 (eval)! > Sniglets::Servers > /usr/lib/perl5/site_perl/5.6.1/i386-linux/Sniglets/Servers.pm 1049 > RHN::DB::Server::delete_server! PXT::ApacheHandler > /usr/lib/perl5/site_perl/5.6.1/i386-linux/PXT/ApacheHandler.pm 608 > Sniglets::Servers::delete_server_cb! PXT::ApacheHandler > /usr/lib/perl5/site_perl/5.6.1/i386-linux/PXT/ApacheHandler.pm 107 > PXT::ApacheHandler::pxt_parse_data! PXT::ApacheHandler > /usr/lib/perl5/site_perl/5.6.1/i386-linux/PXT/ApacheHandler.pm 107 (eval)! > main /dev/null 0 PXT::ApacheHandler::handler! main /dev/null 0 > (eval)!!Offending Query: BEGIN! delete_server(?);!END;! > > Can anyone help please > > Thanks Nick > > ---------------------------------------------------------------------------- > Nick Bruton PADI Divemaster #624215 > University of Bristol Yamaha YZF R1 > Computing Service > Tyndall Avenue > Bristol BS8 1UD > Tel: 0117 9288193 > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users From alejandro_lemus2003 at yahoo.com Fri Apr 22 01:28:01 2005 From: alejandro_lemus2003 at yahoo.com (Alejandro Lemus) Date: Thu, 21 Apr 2005 20:28:01 -0500 (CDT) Subject: [rhn-users] multiples dominios reales con sendmail In-Reply-To: 6667 Message-ID: <20050422012801.40414.qmail@web54704.mail.yahoo.com> Gracias ante todo. Tengo linux RH 7.3 configurado con sendmail para mi dominio real primero.com y gestino el correo perfectamente, quiero ahora gestionar en la misma maquina el correo para un segundo dominio real segundo.com, como lo hago? _________________________________________________________ Do You Yahoo!? Informaci?n de Estados Unidos y Am?rica Latina, en Yahoo! Noticias. Vis?tanos en http://noticias.espanol.yahoo.com From Margaret_Doll at brown.edu Fri Apr 22 13:13:43 2005 From: Margaret_Doll at brown.edu (Margaret Doll) Date: Fri, 22 Apr 2005 09:13:43 -0400 Subject: [rhn-users] Adding printer ppds to cups - RedHat Linux Enterprise Message-ID: <92d62ddacd21b9175c38f835a067550f@brown.edu> I know that Fedora 3 includes an import function for ppds with its printer management program, printtool. RedHat En 3 does not yet have that feature. After reading through the cups documentation I thought that one just had to add the new ppd files to the /usr/share/cups/model directory and restart cups. This does not add the new ppds to the printtool driver selections for my Enterprise systems. Does anyone have a solution? I have some new HP and Lexmarc printers that are not included in the default printer configurations. Thanks From dist-list at LEXUM.UMontreal.CA Mon Apr 25 13:56:59 2005 From: dist-list at LEXUM.UMontreal.CA (FM) Date: Mon, 25 Apr 2005 09:56:59 -0400 Subject: [rhn-users] There was some sort of I/O error: Message-ID: <426CF72B.4020008@lexum.umontreal.ca> Hello since saturday, I receive this error : -- There was some sort of I/O error: On several (not all server). Am I the only one ? Fr?d?ric M?dery Administrateur Syst?me LexUM, Universit? de Montr?al mederyf at lexum.umontreal.ca tel. : (514) 343-6111 #3288 From Cleveland at winnefox.org Mon Apr 25 16:18:53 2005 From: Cleveland at winnefox.org (Jody Cleveland) Date: Mon, 25 Apr 2005 11:18:53 -0500 Subject: [rhn-users] Errors in LogWatch Message-ID: <7D3DDF19D93C3642931C3EB8803165A901ADB47F@mail.winnefox.org> Hello, I'm running redhat 3.0as. To back up the system, I use rsync to copy the system to a windows box that has a tape drive. Since I started doing that, each day in my LogWatch email, I get multiple lines of errors. Here are a few of them: --------------------- Kernel Begin ------------------------ WARNING: Kernel Errors Present smb_create: acl/.config-*-linux.QSaTmq failed, error=-2...: 1Time(s) smb_create: adsl-client/.config-redhat-linux-7.2-*.l6ySDH failed, error=-2...: 1Time(s) smb_create: apache/.config-macos-1.3-*.d4qkUz failed, error=-2...: 1Time(s) smb_create: apache/.config-redhat-linux-9.0-*.dctgdh failed, error=-2...: 1Time(s) smb_create: apache/.config-slackware-linux-8.0-*.HOB8X7 failed, error=-2...: 1Time(s) ----------------------------------- How do I figure out and correct those errors? -- Jody Cleveland Computer Support Specialist cleveland at winnefox.org From ashmib at gmail.com Mon Apr 25 17:47:07 2005 From: ashmib at gmail.com (Ashmi Bhanushali) Date: Mon, 25 Apr 2005 10:47:07 -0700 Subject: [rhn-users] how to disable kernel from processing incoming and outgoing packets?? Message-ID: <6596a0105042510475a287abd@mail.gmail.com> hi all... i m trying to do the following... i m going to use static route .. i m writing a program which processes the incoming packets on one (fixed) ethernet card and forwards it on another (fixed) ethernet card... i m using PF_PACKET for this purpose... and my problem is that along with packets forwarded by my program the kernel is also forwarding the packets.... so the machine at next hop gets 2 copies instead of 1... i want kernel to stop processing the packets but i also want it to pass the packets to my program... i dont even want it to generate ARP when it does not know the route to destination... i.e. i just want it to pass the packet to my program and forget everything about processing the packet on its own... can anyone tell me how to solve this prob?? thanks in advance... ashmi From Justin_Dybedahl at fws.gov Mon Apr 25 18:24:57 2005 From: Justin_Dybedahl at fws.gov (Justin_Dybedahl at fws.gov) Date: Mon, 25 Apr 2005 13:24:57 -0500 Subject: [rhn-users] Excluding packages on RHN side Message-ID: I was wondering if there was a way you could exclude packages from being installed on a specific system from the RHN side. I've already excluded them on the client side but I'm still getting notifications that the patches need to be installed. Can anyone help? Thanks, Justin Dybedahl Computer Assistant Region 3 ITM U.S. Fish and Wildlife Service 612-713-5118 -------------- next part -------------- An HTML attachment was scrubbed... URL: From cjarith at comcast.net Mon Apr 25 21:38:23 2005 From: cjarith at comcast.net (Craig M. Jameson) Date: Mon, 25 Apr 2005 15:38:23 -0600 Subject: [rhn-users] Trouble with gcc Message-ID: <1114465103.3841.26.camel@Prescott> Hi all; I am trying to run an installation script for a third party program which contains gcc with the -V switch. On partition one I am running RHEL 3 with gcc 3.2.3. On partion two I am running RHEL 4 with gcc 3.4.3. The the command "gcc -V 3.2.3 file.c" returns "a.out" on partition one, but "gcc -V 3.4.3 file.c" returns "gcc: couldn't run `i386-redhat-linux-gcc-3.4.3': No such file or directory" on partition two. On the one partition, I have the path "/usr/lib/gcc-lib/i386-redhat-linux/3.2.3" on the other I have "/usr/lib/gcc-lib" which is empty and "/usr/lib/gcc/i386-redhat-linux/3.4.3" I have tried making /usr/lib/gcc-lib a link to /usr/lib/gcc, but to know avail. What am I missing? Craig. From eoflores at hesvtel.net Mon Apr 25 22:45:28 2005 From: eoflores at hesvtel.net (Eric O. Flores) Date: Tue, 26 Apr 2005 07:45:28 +0900 Subject: [rhn-users] how to disable kernel from processing incoming andoutgoing packets?? In-Reply-To: <6596a0105042510475a287abd@mail.gmail.com> Message-ID: <200504252246.j3PMkfUV003119@mx3.redhat.com> Hi, Thank you for prompt reply. After deleting the current profile. I started the process again * From the command line I typed rhn_register [ENTER] * The process works smoothly until it arrives at Activate Dialog. * Here I selected Use oen of my existing, active subscriptions. * Down at the botton I provide a system name * In this case he-serv02 * When pressing forward * After a few minutes another dialog box appear with: ERROR Problem sending hardware profile -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Ashmi Bhanushali Sent: Tuesday, April 26, 2005 2:47 AM To: rhn-users at redhat.com Subject: [rhn-users] how to disable kernel from processing incoming andoutgoing packets?? hi all... i m trying to do the following... i m going to use static route .. i m writing a program which processes the incoming packets on one (fixed) ethernet card and forwards it on another (fixed) ethernet card... i m using PF_PACKET for this purpose... and my problem is that along with packets forwarded by my program the kernel is also forwarding the packets.... so the machine at next hop gets 2 copies instead of 1... i want kernel to stop processing the packets but i also want it to pass the packets to my program... i dont even want it to generate ARP when it does not know the route to destination... i.e. i just want it to pass the packet to my program and forget everything about processing the packet on its own... can anyone tell me how to solve this prob?? thanks in advance... ashmi _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users -------------- next part -------------- An HTML attachment was scrubbed... URL: From Vellimalai.Karuppanan at cmc.optus.net.au Mon Apr 25 23:39:22 2005 From: Vellimalai.Karuppanan at cmc.optus.net.au (Vellimalai Karuppanan) Date: Tue, 26 Apr 2005 09:39:22 +1000 Subject: [rhn-users] Upgrading 8 CPU from 4 CPU Message-ID: Hello, I am planning to build a system with 4 CPU's under RHEL3 and later planned to upgrade to 8 CPU's. Will there be a problem? Do I need to reinstall the complete O/S or just recompile the kernel? Thanks in advance for the help. Thanks ...Velli ______________________________________ Vellimalai Karuppanan Hosting Specialist Enterprise Management Centre Business Network Operations Our Customers, Our People - Our Service Phone: 61 2 97759105 Fax: 61 2 97759100 Mobile: 0402 470 711 Vellimalai.karuppanan at cmc.optus.net.au ______________________________________ ****DISCLAIMER**** This e-mail may contain confidential information. If you are not the intended recipient, please notify the sender immediately and delete this e-mail from your system. You must not disclose this email to anyone without express permission from the sender. The contents of all emails sent to, and received from, Optus may be scanned, stored, or disclosed to others by Optus at Optus' discretion. Optus has exercised care to avoid errors in the information contained in this e-mail but does not warrant that the information is error or omission free. <> -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Vellimalai Karuppanan.vcf Type: application/octet-stream Size: 267 bytes Desc: not available URL: From nhruby at uga.edu Tue Apr 26 00:01:12 2005 From: nhruby at uga.edu (nathan r. hruby) Date: Mon, 25 Apr 2005 20:01:12 -0400 (EDT) Subject: [rhn-users] Upgrading 8 CPU from 4 CPU In-Reply-To: References: Message-ID: On Tue, 26 Apr 2005, Vellimalai Karuppanan wrote: > Hello, > I am planning to build a system with 4 CPU's under RHEL3 and later planned > to upgrade to 8 CPU's. > Will there be a problem? > Do I need to reinstall the complete O/S or just recompile the kernel? > > Thanks in advance for the help. Neither, just install AS on the 4CPU system, and when upgrading the same kernel should continue to work. -n -- ------------------------------------------- nathan hruby uga enterprise information technology services production systems support metaphysically wrinkle-free ------------------------------------------- From joel.esler at rcert-s.army.mil Tue Apr 26 14:59:06 2005 From: joel.esler at rcert-s.army.mil (Esler, Joel - Contractor) Date: Tue, 26 Apr 2005 10:59:06 -0400 Subject: [rhn-users] Upgrading 8 CPU from 4 CPU Message-ID: <41C902FBC7F1EA47933D76631B1704EE3C4436@rcertsexch.rcert-s.army.mil> I was going to say, it shouldn't balk at you, it should adjust as it goes.. J -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of nathan r. hruby Sent: Monday, April 25, 2005 8:01 PM To: Red Hat Network Users List Subject: Re: [rhn-users] Upgrading 8 CPU from 4 CPU On Tue, 26 Apr 2005, Vellimalai Karuppanan wrote: > Hello, > I am planning to build a system with 4 CPU's under RHEL3 and later > planned to upgrade to 8 CPU's. Will there be a problem? > Do I need to reinstall the complete O/S or just recompile the kernel? > > Thanks in advance for the help. Neither, just install AS on the 4CPU system, and when upgrading the same kernel should continue to work. -n -- ------------------------------------------- nathan hruby uga enterprise information technology services production systems support metaphysically wrinkle-free ------------------------------------------- _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users From dean.woods at st.com Tue Apr 26 15:43:57 2005 From: dean.woods at st.com (Dean WOODS) Date: Tue, 26 Apr 2005 09:43:57 -0600 Subject: [rhn-users] sendmail-8.13.1-2 In-Reply-To: References: Message-ID: <426E61BD.5000209@st.com> Hi Susanne, Did you ever resolve this problem? I am running into the same problem with my sendmail configuration. Regards, Dean Woods Susanne Hemker wrote: >Hi everybody, >I have upgraded one system to RHEL4 which includes sendmail-8.13.1-2. >Sendmail should be configured to just send mail and not receive any so I >removed the "dnl" section in /etc/mail/sendmail.mc file and replaced >"smtp.your.provider" with my relay server. The line looked like this : >define(`SMART_HOST'',`my.relay.server') >Trying to send mail from this client gets me the following error: >sendmail -v shemker2 at jhmi.edu >shemker2 at jhmi.edu... Connecting to [127.0.0.1] via relay... >220 myhost.edu ESMTP Sendmail 8.13.1/8.13.1; Wed, 30 Mar 2005 17:05:17 >-0500 > > >>>>EHLO myhost.edu >>>> >>>> >250-myhost.edu Hello localhost.localdomain [127.0.0.1], pleased to meet >you >250 ENHANCEDSTATUSCODES > > >>>>MAIL From: >>>> >>>> >550 5.0.0 Access denied >susanne... Using cached ESMTP connection to [127.0.0.1] via relay... > > >>>>RSET >>>> >>>> >250 2.0.0 Reset state > > >>>>MAIL From:<> >>>> >>>> >550 5.0.0 Access denied >postmaster... Using cached ESMTP connection to [127.0.0.1] via >relay... > > >>>>RSET >>>> >>>> >250 2.0.0 Reset state > > >>>>MAIL From:<> >>>> >>>> >550 5.0.0 Access denied >Closing connection to [127.0.0.1] > > >>>>QUIT >>>> >>>> >221 2.0.0 myhost.edu closing connection > >When I do the same thing on a machine that is running RHEL3 with >sendmail-8.12.11-4.RHEL3.1 the mail is send without any problems. >Any ideas what has changed between sendmail-8.12.11-4.RHEL3.1 and >sendmail-8.13.1-2. and how I could fix this? > >Thanks, > >Susanne > > >Dr. Susanne Hemker >Division of Medical Imaging Physics >The Russell H. Morgan Department of Radiology and Radiological Science >Johns Hopkins Medical Institutions > >http://dmip.rad.jhmi.edu > >_______________________________________________ >rhn-users mailing list >rhn-users at redhat.com >https://www.redhat.com/mailman/listinfo/rhn-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jamesaharrisonuk at yahoo.co.uk Tue Apr 26 18:05:19 2005 From: jamesaharrisonuk at yahoo.co.uk (James Harrison) Date: Tue, 26 Apr 2005 11:05:19 -0700 (PDT) Subject: [rhn-users] Im using up2date on a registered machine Message-ID: <20050426180520.27561.qmail@web25305.mail.ukl.yahoo.com> Hi all, The machine's system details are: - Linux host.domain.com 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:32:58 EDT 2003 x86_64 x86_64 x86_64 GNU/Linux - Red Hat Enterprise Linux WS release 3 (Taroon) Up2date gets as far as checking dependencies and throws this message at me: "Unresolvable chain of dependencies: bind-utils 9.2.4-5_EL3 requires libdns.so.16()(64bit) bind-utils 9.2.4-5_EL3 requires libisc.so.7()(64bit) bind-utils 9.2.4-5_EL3 requires liblwres.so.1()(64bit) gnome-libs 1.4.1.2.90-34.2 requires libdb.so.2()(64bit) gnome-libs 1.4.1.2.90-34.2 requires libdb.so.2(GLIBC_2.0)(64bit) hpoj 0.90-14 requires libsnmp.so.5()(64bit) net-snmp 5.0.9-2.30E.12 requires libnetsnmp.so.5()(64bit) net-snmp 5.0.9-2.30E.12 requires libnetsnmpagent.so.5()(64bit) net-snmp 5.0.9-2.30E.12 requires libnetsnmphelpers.so.5()(64bit) net-snmp 5.0.9-2.30E.12 requires libnetsnmpmibs.so.5()(64bit) openoffice.org-libs 1.1.2-24.2.0.EL3 requires libbonobo-activation.so.4 openoffice.org-libs 1.1.2-24.2.0.EL3 requires libgnomevfs-2.so.0 pam 0.75-62 requires liblaus.so.1()(64bit) passwd 0.68-3.1 requires liblaus.so.1()(64bit) rpm-libs 4.2.3-13 requires libelf.so.1 rpm-libs 4.2.3-13 requires libelf.so.1(ELFUTILS_1.0) shadow-utils 4.0.3-22.02 requires liblaus.so.1()(64bit) vixie-cron 3.0.1-75.1 requires liblaus.so.1()(64bit) Please modify your package selections and try again." Do I fix these errors? Thanks for any help James Harrison __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From alfred.hovdestad at usask.ca Tue Apr 26 20:25:05 2005 From: alfred.hovdestad at usask.ca (Alfred Hovdestad) Date: Tue, 26 Apr 2005 14:25:05 -0600 Subject: [rhn-users] Im using up2date on a registered machine In-Reply-To: <20050426180520.27561.qmail@web25305.mail.ukl.yahoo.com> References: <20050426180520.27561.qmail@web25305.mail.ukl.yahoo.com> Message-ID: <426EA3A1.6060607@usask.ca> Hello James: The first thing to try is to flush out the temporary db files: # rm /var/lib/rpm/__db* If that doesn't fix the problem, try rebuilding the rpm database: # rpm --rebuilddb If that doesn't work, get back to this list and we'll take a closer look. Alfred Hovdestad University of Saskatchewan James Harrison wrote: > Hi all, > > The machine's system details are: > - Linux host.domain.com 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:32:58 EDT 2003 > x86_64 x86_64 x86_64 GNU/Linux > - Red Hat Enterprise Linux WS release 3 (Taroon) > > Up2date gets as far as checking dependencies and throws this message at me: > > "Unresolvable chain of dependencies: > bind-utils 9.2.4-5_EL3 requires libdns.so.16()(64bit) > bind-utils 9.2.4-5_EL3 requires libisc.so.7()(64bit) > bind-utils 9.2.4-5_EL3 requires liblwres.so.1()(64bit) > gnome-libs 1.4.1.2.90-34.2 requires libdb.so.2()(64bit) > gnome-libs 1.4.1.2.90-34.2 requires libdb.so.2(GLIBC_2.0)(64bit) > hpoj 0.90-14 requires libsnmp.so.5()(64bit) > net-snmp 5.0.9-2.30E.12 requires libnetsnmp.so.5()(64bit) > net-snmp 5.0.9-2.30E.12 requires > libnetsnmpagent.so.5()(64bit) > net-snmp 5.0.9-2.30E.12 requires > libnetsnmphelpers.so.5()(64bit) > net-snmp 5.0.9-2.30E.12 requires libnetsnmpmibs.so.5()(64bit) > openoffice.org-libs 1.1.2-24.2.0.EL3 requires libbonobo-activation.so.4 > openoffice.org-libs 1.1.2-24.2.0.EL3 requires libgnomevfs-2.so.0 > pam 0.75-62 requires liblaus.so.1()(64bit) > passwd 0.68-3.1 requires liblaus.so.1()(64bit) > rpm-libs 4.2.3-13 requires libelf.so.1 > rpm-libs 4.2.3-13 requires libelf.so.1(ELFUTILS_1.0) > shadow-utils 4.0.3-22.02 requires liblaus.so.1()(64bit) > vixie-cron 3.0.1-75.1 requires liblaus.so.1()(64bit) > > Please modify your package selections and try again." > > > > Do I fix these errors? > > Thanks for any help > > James Harrison > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users From jamesaharrisonuk at yahoo.co.uk Tue Apr 26 21:27:34 2005 From: jamesaharrisonuk at yahoo.co.uk (James Harrison) Date: Tue, 26 Apr 2005 14:27:34 -0700 (PDT) Subject: [rhn-users] Im using up2date on a registered machine In-Reply-To: 6667 Message-ID: <20050426212734.52606.qmail@web25307.mail.ukl.yahoo.com> Hello Thanks for you email and suggestions. Unfortunately neither of these suggestions worked. I tried rm /var/lib/rpm/__db* then up2date (didnt work). then rm /var/lib/rpm/__db* and rpm --rebuilddb (didnt work). Is there a way to take a list of rpm package names (/root/install.log) and recreate the rpm database from this? Hope you can help further. Thanks James Harrison --- Alfred HoHovdestadalalfredohovdestadsusaska> wrote: > Hello James: > > The first thing to try is to flush out the temporary db files: > > # rm /var/lib/rpm/__db* > > > If that doesn't fix the problem, try rebuilding the rpm database: > > # rpm --rerebuilddb> > > If that doesn't work, get back to this list and we'll take a closer look. > > Alfred HoHovdestad> University of Saskatchewan > > > > James Harrison wrote: > > Hi all, > > > > The machine's system details are: > > - Linux host.domain.com 2.4.21-4.ELELsmp1 SMSMPri Oct 3 17:32:58 EDT 2003 > > x86_64 x86_64 x86_64 GNU/Linux > > - Red Hat Enterprise Linux WSWSelease 3 (TaTaroon > > > > Up2date gets as far as checking dependencies and throws this message at > me: > > > > "Unresolvable chain of dependencies: > > bind-ututils9.2.4-5_EL3 requires lilibdnso.16()(64bit) > > bind-ututils9.2.4-5_EL3 requires lilibisco.7()(64bit) > > bind-ututils9.2.4-5_EL3 requires liliblwreso.1()(64bit) > > gnome-libs 1.4.1.2.90-34.2 requires lilibdbo.2()(64bit) > > gnome-libs 1.4.1.2.90-34.2 requires > lilibdbo.2(GLGLIBC.0)(64bit) > > hphpoj0.90-14 requires lilibsnmpo.5()(64bit) > > net-snsnmp5.0.9-2.30E.12 requires lilibnetsnmpo.5()(64bit) > > net-snsnmp5.0.9-2.30E.12 requires > > lilibnetsnmpagento.5()(64bit) > > net-snsnmp5.0.9-2.30E.12 requires > > lilibnetsnmphelperso.5()(64bit) > > net-snsnmp5.0.9-2.30E.12 requires > lilibnetsnmpmibso.5()(64bit) > > opopenofficerorgibs 1.1.2-24.2.0.EL3 requires > lilibbonoboctivation.so.4 > > opopenofficerorgibs 1.1.2-24.2.0.EL3 requires lilibgnomevfs.so.0 > > papam0.75-62 requires liliblauso.1()(64bit) > > papasswd0.68-3.1 requires liliblauso.1()(64bit) > > rpm-libs 4.2.3-13 requires lilibelfo.1 > > rpm-libs 4.2.3-13 requires > lilibelfo.1(ELELFUTILS.0) > > shadow-ututils4.0.3-22.02 requires liliblauso.1()(64bit) > > vivixiercron3.0.1-75.1 requires liliblauso.1()(64bit) > > > > Please modify your package selections and try again." > > > > > > > > Do I fix these errors? > > > > Thanks for any help > > > > James Harrison > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > hthttp/mail.yahoo.com > > > > _______________________________________________ > > rhrhnsers mailing list > > rhrhnsers at reredhatom > > hthttps/wwwwweredhatom/mailman/lilistinfohrhnsers > > _______________________________________________ > rhrhnsers mailing list > rhrhnsers at reredhatom > hthttps/wwwwweredhatom/mailman/lilistinfohrhnsers > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From lists.james at gmail.com Tue Apr 26 21:52:21 2005 From: lists.james at gmail.com (James P) Date: Tue, 26 Apr 2005 16:52:21 -0500 Subject: [rhn-users] Im using up2date on a registered machine In-Reply-To: <20050426212734.52606.qmail@web25307.mail.ukl.yahoo.com> References: <20050426212734.52606.qmail@web25307.mail.ukl.yahoo.com> Message-ID: <426EB815.3040305@gmail.com> What is the exact up2date command you are running (with flags) and what is the output of the "up2date --show-channels" command? James Harrison wrote: >Hello > >Thanks for you email and suggestions. > >Unfortunately neither of these suggestions worked. > >I tried rm /var/lib/rpm/__db* then up2date (didnt work). > >then rm /var/lib/rpm/__db* and rpm --rebuilddb (didnt work). > >Is there a way to take a list of rpm package names (/root/install.log) and >recreate the rpm database from this? > >Hope you can help further. > >Thanks > >James Harrison > > >--- Alfred HoHovdestadalalfredohovdestadsusaska> wrote: > > >>Hello James: >> >>The first thing to try is to flush out the temporary db files: >> >># rm /var/lib/rpm/__db* >> >> >>If that doesn't fix the problem, try rebuilding the rpm database: >> >># rpm --rerebuilddb> >> >>If that doesn't work, get back to this list and we'll take a closer look. >> >> Alfred HoHovdestad> University of Saskatchewan >> >> >> >>James Harrison wrote: >> >> >>>Hi all, >>> >>>The machine's system details are: >>>- Linux host.domain.com 2.4.21-4.ELELsmp1 SMSMPri Oct 3 17:32:58 EDT 2003 >>>x86_64 x86_64 x86_64 GNU/Linux >>>- Red Hat Enterprise Linux WSWSelease 3 (TaTaroon >>> >>>Up2date gets as far as checking dependencies and throws this message at >>> >>> >>me: >> >> >>>"Unresolvable chain of dependencies: >>>bind-ututils9.2.4-5_EL3 requires lilibdnso.16()(64bit) >>>bind-ututils9.2.4-5_EL3 requires lilibisco.7()(64bit) >>>bind-ututils9.2.4-5_EL3 requires liliblwreso.1()(64bit) >>>gnome-libs 1.4.1.2.90-34.2 requires lilibdbo.2()(64bit) >>>gnome-libs 1.4.1.2.90-34.2 requires >>> >>> >>lilibdbo.2(GLGLIBC.0)(64bit) >> >> >>>hphpoj0.90-14 requires lilibsnmpo.5()(64bit) >>>net-snsnmp5.0.9-2.30E.12 requires lilibnetsnmpo.5()(64bit) >>>net-snsnmp5.0.9-2.30E.12 requires >>>lilibnetsnmpagento.5()(64bit) >>>net-snsnmp5.0.9-2.30E.12 requires >>>lilibnetsnmphelperso.5()(64bit) >>>net-snsnmp5.0.9-2.30E.12 requires >>> >>> >>lilibnetsnmpmibso.5()(64bit) >> >> >>>opopenofficerorgibs 1.1.2-24.2.0.EL3 requires >>> >>> >>lilibbonoboctivation.so.4 >> >> >>>opopenofficerorgibs 1.1.2-24.2.0.EL3 requires lilibgnomevfs.so.0 >>>papam0.75-62 requires liliblauso.1()(64bit) >>>papasswd0.68-3.1 requires liliblauso.1()(64bit) >>>rpm-libs 4.2.3-13 requires lilibelfo.1 >>>rpm-libs 4.2.3-13 requires >>> >>> >>lilibelfo.1(ELELFUTILS.0) >> >> >>>shadow-ututils4.0.3-22.02 requires liliblauso.1()(64bit) >>>vivixiercron3.0.1-75.1 requires liliblauso.1()(64bit) >>> >>>Please modify your package selections and try again." >>> >>> >>> >>>Do I fix these errors? >>> >>>Thanks for any help >>> >>>James Harrison >>> >>> >>>__________________________________________________ >>>Do You Yahoo!? >>>Tired of spam? Yahoo! Mail has the best spam protection around >>>hthttp/mail.yahoo.com >>> >>>_______________________________________________ >>>rhrhnsers mailing list >>>rhrhnsers at reredhatom >>>hthttps/wwwwweredhatom/mailman/lilistinfohrhnsers >>> >>> >>_______________________________________________ >>rhrhnsers mailing list >>rhrhnsers at reredhatom >>hthttps/wwwwweredhatom/mailman/lilistinfohrhnsers >> >> >> > >__________________________________________________ >Do You Yahoo!? >Tired of spam? Yahoo! Mail has the best spam protection around >http://mail.yahoo.com > >_______________________________________________ >rhn-users mailing list >rhn-users at redhat.com >https://www.redhat.com/mailman/listinfo/rhn-users > > > From alfred.hovdestad at usask.ca Tue Apr 26 22:01:32 2005 From: alfred.hovdestad at usask.ca (Alfred Hovdestad) Date: Tue, 26 Apr 2005 16:01:32 -0600 Subject: [rhn-users] Im using up2date on a registered machine In-Reply-To: <20050426212734.52606.qmail@web25307.mail.ukl.yahoo.com> References: <20050426212734.52606.qmail@web25307.mail.ukl.yahoo.com> Message-ID: <426EBA3C.6030508@usask.ca> rpm --rebuilddb rebuilds the rpm database from the installed package headers (look in /var/spool/up2date for the xml header file). You can also try up2date -p after a rpm --rebuilddb to re-synchronize your list of installed packaged with RHN. I guess the other thing to check is that you are subscribed to the correct channel (64 bit). Alfred Hovdestad University of Saskatchewan James Harrison wrote: > Hello > > Thanks for you email and suggestions. > > Unfortunately neither of these suggestions worked. > > I tried rm /var/lib/rpm/__db* then up2date (didnt work). > > then rm /var/lib/rpm/__db* and rpm --rebuilddb (didnt work). > > Is there a way to take a list of rpm package names (/root/install.log) and > recreate the rpm database from this? > > Hope you can help further. > > Thanks > > James Harrison From Frank_LaMon at csx.com Tue Apr 26 22:01:09 2005 From: Frank_LaMon at csx.com (Lamon, Frank III) Date: Tue, 26 Apr 2005 18:01:09 -0400 Subject: [rhn-users] Im using up2date on a registered machine Message-ID: <5485CD8F71979F4093B2EA34A613FACA0812FADE@TJAX2735EXCH.csxt.ad.csx.com> Try the info at this website: http://www.shaftek.org/blog/archives/000188.html I used the info and script from there to successfully rebuild an RPM database in about 30 minutes that our MQSeries guys ruined beyond repair. You'll need access to all the RPMs that are currently installed, easy enough in our case since our installs are via NFS anyway. -Good luck -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com]On Behalf Of James P Sent: Tuesday, April 26, 2005 5:52 PM To: Red Hat Network Users List Subject: Re: [rhn-users] Im using up2date on a registered machine What is the exact up2date command you are running (with flags) and what is the output of the "up2date --show-channels" command? James Harrison wrote: >Hello > >Thanks for you email and suggestions. > >Unfortunately neither of these suggestions worked. > >I tried rm /var/lib/rpm/__db* then up2date (didnt work). > >then rm /var/lib/rpm/__db* and rpm --rebuilddb (didnt work). > >Is there a way to take a list of rpm package names (/root/install.log) and >recreate the rpm database from this? > >Hope you can help further. > >Thanks > >James Harrison > > >--- Alfred HoHovdestadalalfredohovdestadsusaska> wrote: > > >>Hello James: >> >>The first thing to try is to flush out the temporary db files: >> >># rm /var/lib/rpm/__db* >> >> >>If that doesn't fix the problem, try rebuilding the rpm database: >> >># rpm --rerebuilddb> >> >>If that doesn't work, get back to this list and we'll take a closer look. >> >> Alfred HoHovdestad> University of Saskatchewan >> >> >> >>James Harrison wrote: >> >> >>>Hi all, >>> >>>The machine's system details are: >>>- Linux host.domain.com 2.4.21-4.ELELsmp1 SMSMPri Oct 3 17:32:58 EDT 2003 >>>x86_64 x86_64 x86_64 GNU/Linux >>>- Red Hat Enterprise Linux WSWSelease 3 (TaTaroon >>> >>>Up2date gets as far as checking dependencies and throws this message at >>> >>> >>me: >> >> >>>"Unresolvable chain of dependencies: >>>bind-ututils9.2.4-5_EL3 requires lilibdnso.16()(64bit) >>>bind-ututils9.2.4-5_EL3 requires lilibisco.7()(64bit) >>>bind-ututils9.2.4-5_EL3 requires liliblwreso.1()(64bit) >>>gnome-libs 1.4.1.2.90-34.2 requires lilibdbo.2()(64bit) >>>gnome-libs 1.4.1.2.90-34.2 requires >>> >>> >>lilibdbo.2(GLGLIBC.0)(64bit) >> >> >>>hphpoj0.90-14 requires lilibsnmpo.5()(64bit) >>>net-snsnmp5.0.9-2.30E.12 requires lilibnetsnmpo.5()(64bit) >>>net-snsnmp5.0.9-2.30E.12 requires >>>lilibnetsnmpagento.5()(64bit) >>>net-snsnmp5.0.9-2.30E.12 requires >>>lilibnetsnmphelperso.5()(64bit) >>>net-snsnmp5.0.9-2.30E.12 requires >>> >>> >>lilibnetsnmpmibso.5()(64bit) >> >> >>>opopenofficerorgibs 1.1.2-24.2.0.EL3 requires >>> >>> >>lilibbonoboctivation.so.4 >> >> >>>opopenofficerorgibs 1.1.2-24.2.0.EL3 requires lilibgnomevfs.so.0 >>>papam0.75-62 requires liliblauso.1()(64bit) >>>papasswd0.68-3.1 requires liliblauso.1()(64bit) >>>rpm-libs 4.2.3-13 requires lilibelfo.1 >>>rpm-libs 4.2.3-13 requires >>> >>> >>lilibelfo.1(ELELFUTILS.0) >> >> >>>shadow-ututils4.0.3-22.02 requires liliblauso.1()(64bit) >>>vivixiercron3.0.1-75.1 requires liliblauso.1()(64bit) >>> >>>Please modify your package selections and try again." >>> >>> >>> >>>Do I fix these errors? >>> >>>Thanks for any help >>> >>>James Harrison >>> >>> >>>__________________________________________________ >>>Do You Yahoo!? >>>Tired of spam? Yahoo! Mail has the best spam protection around >>>hthttp/mail.yahoo.com >>> >>>_______________________________________________ >>>rhrhnsers mailing list >>>rhrhnsers at reredhatom >>>hthttps/wwwwweredhatom/mailman/lilistinfohrhnsers >>> >>> >>_______________________________________________ >>rhrhnsers mailing list >>rhrhnsers at reredhatom >>hthttps/wwwwweredhatom/mailman/lilistinfohrhnsers >> >> >> > >__________________________________________________ >Do You Yahoo!? >Tired of spam? Yahoo! Mail has the best spam protection around >http://mail.yahoo.com > >_______________________________________________ >rhn-users mailing list >rhn-users at redhat.com >https://www.redhat.com/mailman/listinfo/rhn-users > > > _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users ----------------------------------------- This email transmission and any accompanying attachments may contain CSX privileged and confidential information intended only for the use of the intended addressee. Any dissemination, distribution, copying or action taken in reliance on the contents of this email by anyone other than the intended recipient is strictly prohibited. If you have received this email in error please immediately delete it and notify sender at the above CSX email address. Sender and CSX accept no liability for any damage caused directly or indirectly by receipt of this email. From jamesaharrisonuk at yahoo.co.uk Tue Apr 26 23:01:37 2005 From: jamesaharrisonuk at yahoo.co.uk (James Harrison) Date: Tue, 26 Apr 2005 16:01:37 -0700 (PDT) Subject: [rhn-users] Im using up2date on a registered machine In-Reply-To: <426EB815.3040305@gmail.com> Message-ID: <20050426230137.7551.qmail@web25303.mail.ukl.yahoo.com> Hi, The command I am running is: "up2date". > what is the output of the "up2date --show-channels" command? # up2date --show-channels rhel-x86_64-ws-3 Thanks James Harrison --- James P wrote: > What is the exact up2date command you are running (with flags) and what > is the output of the "up2date --show-channels" command? > > James Harrison wrote: > > >Hello > > > >Thanks for you email and suggestions. > > > >Unfortunately neither of these suggestions worked. > > > >I tried rm /var/lib/rpm/__db* then up2date (didnt work). > > > >then rm /var/lib/rpm/__db* and rpm --rebuilddb (didnt work). > > > >Is there a way to take a list of rpm package names (/root/install.log) and > >recreate the rpm database from this? > > > >Hope you can help further. > > > >Thanks > > > >James Harrison > > > > > >--- Alfred HoHovdestadalalfredohovdestadsusaska> wrote: > > > > > >>Hello James: > >> > >>The first thing to try is to flush out the temporary db files: > >> > >># rm /var/lib/rpm/__db* > >> > >> > >>If that doesn't fix the problem, try rebuilding the rpm database: > >> > >># rpm --rerebuilddb> > >> > >>If that doesn't work, get back to this list and we'll take a closer look. > >> > >> Alfred HoHovdestad> University of Saskatchewan > >> > >> > >> > >>James Harrison wrote: > >> > >> > >>>Hi all, > >>> > >>>The machine's system details are: > >>>- Linux host.domain.com 2.4.21-4.ELELsmp1 SMSMPri Oct 3 17:32:58 EDT 2003 > >>>x86_64 x86_64 x86_64 GNU/Linux > >>>- Red Hat Enterprise Linux WSWSelease 3 (TaTaroon > >>> > >>>Up2date gets as far as checking dependencies and throws this message at > >>> > >>> > >>me: > >> > >> > >>>"Unresolvable chain of dependencies: > >>>bind-ututils9.2.4-5_EL3 requires lilibdnso.16()(64bit) > >>>bind-ututils9.2.4-5_EL3 requires lilibisco.7()(64bit) > >>>bind-ututils9.2.4-5_EL3 requires liliblwreso.1()(64bit) > >>>gnome-libs 1.4.1.2.90-34.2 requires lilibdbo.2()(64bit) > >>>gnome-libs 1.4.1.2.90-34.2 requires > >>> > >>> > >>lilibdbo.2(GLGLIBC.0)(64bit) > >> > >> > >>>hphpoj0.90-14 requires lilibsnmpo.5()(64bit) > >>>net-snsnmp5.0.9-2.30E.12 requires > lilibnetsnmpo.5()(64bit) > >>>net-snsnmp5.0.9-2.30E.12 requires > >>>lilibnetsnmpagento.5()(64bit) > >>>net-snsnmp5.0.9-2.30E.12 requires > >>>lilibnetsnmphelperso.5()(64bit) > >>>net-snsnmp5.0.9-2.30E.12 requires > >>> > >>> > >>lilibnetsnmpmibso.5()(64bit) > >> > >> > >>>opopenofficerorgibs 1.1.2-24.2.0.EL3 requires > >>> > >>> > >>lilibbonoboctivation.so.4 > >> > >> > >>>opopenofficerorgibs 1.1.2-24.2.0.EL3 requires lilibgnomevfs.so.0 > >>>papam0.75-62 requires liliblauso.1()(64bit) > >>>papasswd0.68-3.1 requires liliblauso.1()(64bit) > >>>rpm-libs 4.2.3-13 requires lilibelfo.1 > >>>rpm-libs 4.2.3-13 requires > >>> > >>> > >>lilibelfo.1(ELELFUTILS.0) > >> > >> > >>>shadow-ututils4.0.3-22.02 requires liliblauso.1()(64bit) > >>>vivixiercron3.0.1-75.1 requires liliblauso.1()(64bit) > >>> > >>>Please modify your package selections and try again." > >>> > >>> > >>> > >>>Do I fix these errors? > >>> > >>>Thanks for any help > >>> > >>>James Harrison > >>> > >>> > >>>__________________________________________________ > >>>Do You Yahoo!? > >>>Tired of spam? Yahoo! Mail has the best spam protection around > >>>hthttp/mail.yahoo.com > >>> > >>>_______________________________________________ > >>>rhrhnsers mailing list > >>>rhrhnsers at reredhatom > >>>hthttps/wwwwweredhatom/mailman/lilistinfohrhnsers > >>> > >>> > >>_______________________________________________ > >>rhrhnsers mailing list > >>rhrhnsers at reredhatom > >>hthttps/wwwwweredhatom/mailman/lilistinfohrhnsers > >> > >> > >> > > > >__________________________________________________ > >Do You Yahoo!? > >Tired of spam? Yahoo! Mail has the best spam protection around > >http://mail.yahoo.com > > > >_______________________________________________ > >rhn-users mailing list > >rhn-users at redhat.com > >https://www.redhat.com/mailman/listinfo/rhn-users > > > > > > > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From jamesaharrisonuk at yahoo.co.uk Tue Apr 26 23:07:14 2005 From: jamesaharrisonuk at yahoo.co.uk (James Harrison) Date: Tue, 26 Apr 2005 16:07:14 -0700 (PDT) Subject: [rhn-users] Im using up2date on a registered machine In-Reply-To: <5485CD8F71979F4093B2EA34A613FACA0812FADE@TJAX2735EXCH.csxt.ad.csx.com> Message-ID: <20050426230714.53247.qmail@web25301.mail.ukl.yahoo.com> Hi, That looks really interesting and I will use this at my last resort. However, the advice so far (which I am very greatful) assumes the rpm database is corrupt. Is there a method to check if the rpm database is corrupt? Thanks James Harrison --- "Lamon, Frank III" wrote: > Try the info at this website: > http://www.shaftek.org/blog/archives/000188.html > > I used the info and script from there to successfully rebuild an RPM > database in about 30 minutes that our MQSeries guys ruined beyond repair. > You'll need access to all the RPMs that are currently installed, easy enough > in our case since our installs are via NFS anyway. -Good luck > > -----Original Message----- > From: rhn-users-bounces at redhat.com > [mailto:rhn-users-bounces at redhat.com]On Behalf Of James P > Sent: Tuesday, April 26, 2005 5:52 PM > To: Red Hat Network Users List > Subject: Re: [rhn-users] Im using up2date on a registered machine > > > What is the exact up2date command you are running (with flags) and what > is the output of the "up2date --show-channels" command? > > James Harrison wrote: > > >Hello > > > >Thanks for you email and suggestions. > > > >Unfortunately neither of these suggestions worked. > > > >I tried rm /var/lib/rpm/__db* then up2date (didnt work). > > > >then rm /var/lib/rpm/__db* and rpm --rebuilddb (didnt work). > > > >Is there a way to take a list of rpm package names (/root/install.log) and > >recreate the rpm database from this? > > > >Hope you can help further. > > > >Thanks > > > >James Harrison > > > > > >--- Alfred HoHovdestadalalfredohovdestadsusaska> wrote: > > > > > >>Hello James: > >> > >>The first thing to try is to flush out the temporary db files: > >> > >># rm /var/lib/rpm/__db* > >> > >> > >>If that doesn't fix the problem, try rebuilding the rpm database: > >> > >># rpm --rerebuilddb> > >> > >>If that doesn't work, get back to this list and we'll take a closer look. > >> > >> Alfred HoHovdestad> University of Saskatchewan > >> > >> > >> > >>James Harrison wrote: > >> > >> > >>>Hi all, > >>> > >>>The machine's system details are: > >>>- Linux host.domain.com 2.4.21-4.ELELsmp1 SMSMPri Oct 3 17:32:58 EDT 2003 > >>>x86_64 x86_64 x86_64 GNU/Linux > >>>- Red Hat Enterprise Linux WSWSelease 3 (TaTaroon > >>> > >>>Up2date gets as far as checking dependencies and throws this message at > >>> > >>> > >>me: > >> > >> > >>>"Unresolvable chain of dependencies: > >>>bind-ututils9.2.4-5_EL3 requires lilibdnso.16()(64bit) > >>>bind-ututils9.2.4-5_EL3 requires lilibisco.7()(64bit) > >>>bind-ututils9.2.4-5_EL3 requires liliblwreso.1()(64bit) > >>>gnome-libs 1.4.1.2.90-34.2 requires lilibdbo.2()(64bit) > >>>gnome-libs 1.4.1.2.90-34.2 requires > >>> > >>> > >>lilibdbo.2(GLGLIBC.0)(64bit) > >> > >> > >>>hphpoj0.90-14 requires lilibsnmpo.5()(64bit) > >>>net-snsnmp5.0.9-2.30E.12 requires > lilibnetsnmpo.5()(64bit) > >>>net-snsnmp5.0.9-2.30E.12 requires > >>>lilibnetsnmpagento.5()(64bit) > >>>net-snsnmp5.0.9-2.30E.12 requires > >>>lilibnetsnmphelperso.5()(64bit) > >>>net-snsnmp5.0.9-2.30E.12 requires > >>> > >>> > >>lilibnetsnmpmibso.5()(64bit) > >> > >> > >>>opopenofficerorgibs 1.1.2-24.2.0.EL3 requires > >>> > >>> > >>lilibbonoboctivation.so.4 > >> > >> > >>>opopenofficerorgibs 1.1.2-24.2.0.EL3 requires lilibgnomevfs.so.0 > >>>papam0.75-62 requires liliblauso.1()(64bit) > >>>papasswd0.68-3.1 requires liliblauso.1()(64bit) > >>>rpm-libs 4.2.3-13 requires lilibelfo.1 > >>>rpm-libs 4.2.3-13 requires > >>> > >>> > >>lilibelfo.1(ELELFUTILS.0) > >> > >> > >>>shadow-ututils4.0.3-22.02 requires liliblauso.1()(64bit) > >>>vivixiercron3.0.1-75.1 requires liliblauso.1()(64bit) > >>> > >>>Please modify your package selections and try again." > >>> > >>> > >>> > >>>Do I fix these errors? > >>> > >>>Thanks for any help > >>> > >>>James Harrison > >>> > >>> > >>>__________________________________________________ > >>>Do You Yahoo!? > >>>Tired of spam? Yahoo! Mail has the best spam protection around > >>>hthttp/mail.yahoo.com > >>> > >>>_______________________________________________ > >>>rhrhnsers mailing list > >>>rhrhnsers at reredhatom > >>>hthttps/wwwwweredhatom/mailman/lilistinfohrhnsers > >>> > >>> > >>_______________________________________________ > >>rhrhnsers mailing list > >>rhrhnsers at reredhatom > >>hthttps/wwwwweredhatom/mailman/lilistinfohrhnsers > >> > >> > >> > > > >__________________________________________________ > >Do You Yahoo!? > >Tired of spam? Yahoo! Mail has the best spam protection around > >http://mail.yahoo.com > > > >_______________________________________________ > >rhn-users mailing list > >rhn-users at redhat.com > >https://www.redhat.com/mailman/listinfo/rhn-users > > > > > > > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > > ----------------------------------------- > This email transmission and any accompanying attachments may contain CSX > privileged and confidential information intended only for the use of the > intended addressee. Any dissemination, distribution, copying or action > taken in reliance on the contents of this email by anyone other than the > intended recipient is strictly prohibited. If you have received this email > in error please immediately delete it and notify sender at the above CSX > email address. Sender and CSX accept no liability for any damage caused > directly or indirectly by receipt of this email. > > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From jamesaharrisonuk at yahoo.co.uk Wed Apr 27 00:09:53 2005 From: jamesaharrisonuk at yahoo.co.uk (James Harrison) Date: Tue, 26 Apr 2005 17:09:53 -0700 (PDT) Subject: [rhn-users] Im using up2date on a registered machine In-Reply-To: <5485CD8F71979F4093B2EA34A613FACA0812FADE@TJAX2735EXCH.csxt.ad.csx.com> Message-ID: <20050427000953.56555.qmail@web25301.mail.ukl.yahoo.com> I tried it. The Redhat SW is on NFS here too. I took the /root/install.log - modified it so it was a list of rpms. SAVED MY ORIGIONAL RPM DIRECTORY!! Ran the script and it reproduced a new /var/lib/rpm/* directory. However, up2date still shows me the same dependency errors.... Are you folks sure that I have a corrupted rpm database? I have moved the origional rpm database back into place. I am using up2date version: up2date-gnome-4.2.57-2 up2date-4.2.57-2 Thanks James Harrison --- "Lamon, Frank III" wrote: > Try the info at this website: > http://www.shaftek.org/blog/archives/000188.html > > I used the info and script from there to successfully rebuild an RPM > database in about 30 minutes that our MQSeries guys ruined beyond repair. > You'll need access to all the RPMs that are currently installed, easy enough > in our case since our installs are via NFS anyway. -Good luck > > -----Original Message----- > From: rhn-users-bounces at redhat.com > [mailto:rhn-users-bounces at redhat.com]On Behalf Of James P > Sent: Tuesday, April 26, 2005 5:52 PM > To: Red Hat Network Users List > Subject: Re: [rhn-users] Im using up2date on a registered machine > > > What is the exact up2date command you are running (with flags) and what > is the output of the "up2date --show-channels" command? > > James Harrison wrote: > > >Hello > > > >Thanks for you email and suggestions. > > > >Unfortunately neither of these suggestions worked. > > > >I tried rm /var/lib/rpm/__db* then up2date (didnt work). > > > >then rm /var/lib/rpm/__db* and rpm --rebuilddb (didnt work). > > > >Is there a way to take a list of rpm package names (/root/install.log) and > >recreate the rpm database from this? > > > >Hope you can help further. > > > >Thanks > > > >James Harrison > > > > > >--- Alfred HoHovdestadalalfredohovdestadsusaska> wrote: > > > > > >>Hello James: > >> > >>The first thing to try is to flush out the temporary db files: > >> > >># rm /var/lib/rpm/__db* > >> > >> > >>If that doesn't fix the problem, try rebuilding the rpm database: > >> > >># rpm --rerebuilddb> > >> > >>If that doesn't work, get back to this list and we'll take a closer look. > >> > >> Alfred HoHovdestad> University of Saskatchewan > >> > >> > >> > >>James Harrison wrote: > >> > >> > >>>Hi all, > >>> > >>>The machine's system details are: > >>>- Linux host.domain.com 2.4.21-4.ELELsmp1 SMSMPri Oct 3 17:32:58 EDT 2003 > >>>x86_64 x86_64 x86_64 GNU/Linux > >>>- Red Hat Enterprise Linux WSWSelease 3 (TaTaroon > >>> > >>>Up2date gets as far as checking dependencies and throws this message at > >>> > >>> > >>me: > >> > >> > >>>"Unresolvable chain of dependencies: > >>>bind-ututils9.2.4-5_EL3 requires lilibdnso.16()(64bit) > >>>bind-ututils9.2.4-5_EL3 requires lilibisco.7()(64bit) > >>>bind-ututils9.2.4-5_EL3 requires liliblwreso.1()(64bit) > >>>gnome-libs 1.4.1.2.90-34.2 requires lilibdbo.2()(64bit) > >>>gnome-libs 1.4.1.2.90-34.2 requires > >>> > >>> > >>lilibdbo.2(GLGLIBC.0)(64bit) > >> > >> > >>>hphpoj0.90-14 requires lilibsnmpo.5()(64bit) > >>>net-snsnmp5.0.9-2.30E.12 requires > lilibnetsnmpo.5()(64bit) > >>>net-snsnmp5.0.9-2.30E.12 requires > >>>lilibnetsnmpagento.5()(64bit) > >>>net-snsnmp5.0.9-2.30E.12 requires > >>>lilibnetsnmphelperso.5()(64bit) > >>>net-snsnmp5.0.9-2.30E.12 requires > >>> > >>> > >>lilibnetsnmpmibso.5()(64bit) > >> > >> > >>>opopenofficerorgibs 1.1.2-24.2.0.EL3 requires > >>> > >>> > >>lilibbonoboctivation.so.4 > >> > >> > >>>opopenofficerorgibs 1.1.2-24.2.0.EL3 requires lilibgnomevfs.so.0 > >>>papam0.75-62 requires liliblauso.1()(64bit) > >>>papasswd0.68-3.1 requires liliblauso.1()(64bit) > >>>rpm-libs 4.2.3-13 requires lilibelfo.1 > >>>rpm-libs 4.2.3-13 requires > >>> > >>> > >>lilibelfo.1(ELELFUTILS.0) > >> > >> > >>>shadow-ututils4.0.3-22.02 requires liliblauso.1()(64bit) > >>>vivixiercron3.0.1-75.1 requires liliblauso.1()(64bit) > >>> > >>>Please modify your package selections and try again." > >>> > >>> > >>> > >>>Do I fix these errors? > >>> > >>>Thanks for any help > >>> > >>>James Harrison > >>> > >>> > >>>__________________________________________________ > >>>Do You Yahoo!? > >>>Tired of spam? Yahoo! Mail has the best spam protection around > >>>hthttp/mail.yahoo.com > >>> > >>>_______________________________________________ > >>>rhrhnsers mailing list > >>>rhrhnsers at reredhatom > >>>hthttps/wwwwweredhatom/mailman/lilistinfohrhnsers > >>> > >>> > >>_______________________________________________ > >>rhrhnsers mailing list > >>rhrhnsers at reredhatom > >>hthttps/wwwwweredhatom/mailman/lilistinfohrhnsers > >> > >> > >> > > > >__________________________________________________ > >Do You Yahoo!? > >Tired of spam? Yahoo! Mail has the best spam protection around > >http://mail.yahoo.com > > > >_______________________________________________ > >rhn-users mailing list > >rhn-users at redhat.com > >https://www.redhat.com/mailman/listinfo/rhn-users > > > > > > > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > > ----------------------------------------- > This email transmission and any accompanying attachments may contain CSX > privileged and confidential information intended only for the use of the > intended addressee. Any dissemination, distribution, copying or action > taken in reliance on the contents of this email by anyone other than the > intended recipient is strictly prohibited. If you have received this email > in error please immediately delete it and notify sender at the above CSX > email address. Sender and CSX accept no liability for any damage caused > directly or indirectly by receipt of this email. > > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From Curtis at GreenKey.net Wed Apr 27 00:54:03 2005 From: Curtis at GreenKey.net (Curtis Doty) Date: Tue, 26 Apr 2005 17:54:03 -0700 Subject: [rhn-users] Im using up2date on a registered machine In-Reply-To: <20050427000953.56555.qmail@web25301.mail.ukl.yahoo.com> References: <20050427000953.56555.qmail@web25301.mail.ukl.yahoo.com> Message-ID: <426EE2AB.4070906@GreenKey.net> James Harrison wrote: >I tried it. The Redhat SW is on NFS here too. I took the /root/install.log - >modified it so it was a list of rpms. > >SAVED MY ORIGIONAL RPM DIRECTORY!! > >Ran the script and it reproduced a new /var/lib/rpm/* directory. > >However, up2date still shows me the same dependency errors.... > >Are you folks sure that I have a corrupted rpm database? > >I have moved the origional rpm database back into place. > > I'm not sure who said your rpm database was corrupt. Have you also tried purging the up2date cache in /var/spool/up2date/ so that it grabs all new headers and rpms? If that doesn't work, try narrowing down the b0rk'd dependency chain by updating only a package or two at a time. ../C From philip_lefort at yahoo.com Wed Apr 27 02:28:47 2005 From: philip_lefort at yahoo.com (Philip Lefort) Date: Tue, 26 Apr 2005 19:28:47 -0700 (PDT) Subject: [rhn-users] Upgrading 8 CPU from 4 CPU In-Reply-To: 6667 Message-ID: <20050427022847.10462.qmail@web50809.mail.yahoo.com> Hi Joel, You're going to need to rebuild the kernel. There's a hugemem kernel that needs to be built for any more than 4 cpus. Regards, Phil "Esler, Joel - Contractor" wrote: I was going to say, it shouldn't balk at you, it should adjust as it goes.. J -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of nathan r. hruby Sent: Monday, April 25, 2005 8:01 PM To: Red Hat Network Users List Subject: Re: [rhn-users] Upgrading 8 CPU from 4 CPU On Tue, 26 Apr 2005, Vellimalai Karuppanan wrote: > Hello, > I am planning to build a system with 4 CPU's under RHEL3 and later > planned to upgrade to 8 CPU's. Will there be a problem? > Do I need to reinstall the complete O/S or just recompile the kernel? > > Thanks in advance for the help. Neither, just install AS on the 4CPU system, and when upgrading the same kernel should continue to work. -n -- ------------------------------------------- nathan hruby uga enterprise information technology services production systems support metaphysically wrinkle-free ------------------------------------------- _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From philip_lefort at yahoo.com Wed Apr 27 02:41:24 2005 From: philip_lefort at yahoo.com (Philip Lefort) Date: Tue, 26 Apr 2005 19:41:24 -0700 (PDT) Subject: [rhn-users] how to disable kernel from processing incoming andoutgoing packets?? In-Reply-To: <200504252246.j3PMkfUV003119@mx3.redhat.com> Message-ID: <20050427024124.14740.qmail@web50809.mail.yahoo.com> Hi, How about turning of IP forwarding? ck out /etc/sysctl.conf. There's an option to turn off IP forwarding. (It's right after the comments). You might want to run "service network restart" for good measure. I hope this fixes your problem. Regards, Phil Lefort "Eric O. Flores" wrote: Hi, Thank you for prompt reply. After deleting the current profile. I started the process again l From the command line I typed rhn_register [ENTER] l The process works smoothly until it arrives at Activate Dialog. l Here I selected Use oen of my existing, active subscriptions. l Down at the botton I provide a system name l In this case he-serv02 l When pressing forward l After a few minutes another dialog box appear with: ERROR Problem sending hardware profile -----Original Message----- From: rhn-users-bounces at redhat.com [mailto:rhn-users-bounces at redhat.com] On Behalf Of Ashmi Bhanushali Sent: Tuesday, April 26, 2005 2:47 AM To: rhn-users at redhat.com Subject: [rhn-users] how to disable kernel from processing incoming andoutgoing packets?? hi all... i m trying to do the following... i m going to use static route .. i m writing a program which processes the incoming packets on one (fixed) ethernet card and forwards it on another (fixed) ethernet card... i m using PF_PACKET for this purpose... and my problem is that along with packets forwarded by my program the kernel is also forwarding the packets.... so the machine at next hop gets 2 copies instead of 1... i want kernel to stop processing the packets but i also want it to pass the packets to my program... i dont even want it to generate ARP when it does not know the route to destination... i.e. i just want it to pass the packet to my program and forget everything about processing the packet on its own... can anyone tell me how to solve this prob?? thanks in advance... ashmi _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From pchesnut at cox.net Wed Apr 27 03:00:06 2005 From: pchesnut at cox.net (PC) Date: Tue, 26 Apr 2005 23:00:06 -0400 Subject: [rhn-users] UPS Control package for RH ES 4 and APC CS-350 Message-ID: <20050427030006.SANS26223.lakermmtao02.cox.net@hthp1> Hello, Can any one provide me with information regarding the nut UPS package or suggest an alternative? I tried the APC solution but was unable to get through the configuration process. Does RH deliver the packages in the latest releases? o nut o nut-cgi o nut-client PC -------------- next part -------------- An HTML attachment was scrubbed... URL: From deterlin at us.ibm.com Wed Apr 27 13:32:34 2005 From: deterlin at us.ibm.com (Keith Deterling) Date: Wed, 27 Apr 2005 09:32:34 -0400 Subject: [rhn-users] Im using up2date on a registered machine In-Reply-To: <20050426220248.8B181736CE@hormel.redhat.com> Message-ID: If you are trying to update an AS or ES 3.0 machine to U1 or later, you may have some succes by downloading and Upgrading / Installing the approrpriate lib rpms. In some instances, you may need to do an rpm -ivh --repace files, or an rpm -Uvh --replace files. as part of the transaction, for example, on an i386 machine, Try that and see how that goes. In order to update bind-utils-9.2.4-1_EL3.i386.rpm you will need to Install bind-libs-9.2.4-1_EL3.i386.rpm In order to update net-snmp-5.0.9-2.30E.12.i386.rpm net-snmp-devel-5.0.9-2.30E.12.i386.rpm you will need to install net-snmp-libs-5.0.9-2.30E.12.i386.rpm In order to update laus-0.1-66RHEL3.i386.rpm laus-devel-0.1-66RHEL3.i386.rpm You will need to install laus-libs-0.1-66RHEL3.i386.rpm In order to update elfutils-0.91-3.i386.rpm elfutils-devel-0.91-3.i386.rpm you will need to install/upgrade binutils-2.14.90.0.4-35.i386.rpm elfutils-libelf-0.91-3.i386.rpm elfutils-libelf-devel-0.91-3.i386.rpm etc. etc. <<"Unresolvable chain of dependencies: bind-utils 9.2.4-5_EL3 requires libdns.so.16()(64bit) bind-utils 9.2.4-5_EL3 requires libisc.so.7()(64bit) bind-utils 9.2.4-5_EL3 requires liblwres.so.1()(64bit) gnome-libs 1.4.1.2.90-34.2 requires libdb.so.2()(64bit) gnome-libs 1.4.1.2.90-34.2 requires libdb.so.2(GLIBC_2.0)(64bit) hpoj 0.90-14 requires libsnmp.so.5()(64bit) net-snmp 5.0.9-2.30E.12 requires libnetsnmp.so.5()(64bit) net-snmp 5.0.9-2.30E.12 requires libnetsnmpagent.so.5()(64bit) net-snmp 5.0.9-2.30E.12 requires libnetsnmphelpers.so.5()(64bit) net-snmp 5.0.9-2.30E.12 requires libnetsnmpmibs.so.5()(64bit) openoffice.org-libs 1.1.2-24.2.0.EL3 requires libbonobo-activation.so.4 openoffice.org-libs 1.1.2-24.2.0.EL3 requires libgnomevfs-2.so.0 pam 0.75-62 requires liblaus.so.1()(64bit) passwd 0.68-3.1 requires liblaus.so.1()(64bit) shadow-utils 4.0.3-22.02 requires liblaus.so.1()(64bit) vixie-cron 3.0.1-75.1 requires liblaus.so.1()(64bit) rpm-libs 4.2.3-13 requires libelf.so.1 rpm-libs 4.2.3-13 requires libelf.so.1(ELFUTILS_1.0) Please modify your package selections and try again." Do I fix these errors? Thanks for any help James Harrison >> Keith Deterling deterlin at us.ibm.com I am not able to unfold, how this cautelous enterprise of licensing can be exempted from the number of vain and impossible attempts. And he who were pleasantly disposed could not well avoid to liken it to the exploit of that gallant man who thought to pound up the crows by shutting his park gate. ` -- comments on software patents from a long time ago. Technical Services Professional, Unix & Intel Server Services - IBM Account IBM Global Services - Americas Service Delivery ? Server Systems Operation Team Essex, Junction, VT 05242 ? Bldg. 967 ? 1C2009 Tie-Line 8-446-3535 or (802) 769-3535 Fax: (802)-769-4253 (T/L: 8-446-4253) -------------- next part -------------- An HTML attachment was scrubbed... URL: From obioravictor at yahoo.com Wed Apr 27 13:49:33 2005 From: obioravictor at yahoo.com (Victor Eze) Date: Wed, 27 Apr 2005 06:49:33 -0700 (PDT) Subject: [rhn-users] Kernel Recompile Message-ID: <20050427134933.93296.qmail@web30712.mail.mud.yahoo.com> Hi all, I want to recompile RH8.0 kernel on my system, and I do not know how to go about that. Can anyone out there explain to me the procedure. Thank you. Victor. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From Justin_Dybedahl at fws.gov Wed Apr 27 13:57:39 2005 From: Justin_Dybedahl at fws.gov (Justin_Dybedahl at fws.gov) Date: Wed, 27 Apr 2005 08:57:39 -0500 Subject: [rhn-users] Kernel Recompile In-Reply-To: <20050427134933.93296.qmail@web30712.mail.mud.yahoo.com> Message-ID: These links below should help somewhat: http://www.redhawk.org/print.php?sid=41 http://www.lesbell.com.au/Home.nsf/0/a81f3ecb7cf5028eca256cf2003035ca?OpenDocument Thanks, Justin Dybedahl Computer Assistant Region 3 ITM U.S. Fish and Wildlife Service 612-713-5118 Victor Eze To Sent by: rhn-users at redhat.com rhn-users-bounces cc @redhat.com Subject [rhn-users] Kernel Recompile 04/27/2005 08:49 AM Please respond to Red Hat Network Users List Hi all, I want to recompile RH8.0 kernel on my system, and I do not know how to go about that. Can anyone out there explain to me the procedure. Thank you. Victor. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ rhn-users mailing list rhn-users at redhat.com https://www.redhat.com/mailman/listinfo/rhn-users -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: graycol.gif Type: image/gif Size: 105 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: pic00041.gif Type: image/gif Size: 1255 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: ecblank.gif Type: image/gif Size: 45 bytes Desc: not available URL: From brian at cypher.acomp.usf.edu Wed Apr 27 15:09:46 2005 From: brian at cypher.acomp.usf.edu (Brian R Smith) Date: Wed, 27 Apr 2005 11:09:46 -0400 Subject: [rhn-users] UPS Control package for RH ES 4 and APC CS-350 In-Reply-To: <20050427030006.SANS26223.lakermmtao02.cox.net@hthp1> References: <20050427030006.SANS26223.lakermmtao02.cox.net@hthp1> Message-ID: <1114614586.22799.17.camel@daemon.acomp.usf.edu> Hi, I do not believe that NUT is offered in the RHEL4 release. However, here is a link to compatible RPMS http://migpc.net/yum/RH9/RPMS/ The setup is quite simple if you read the how-to located here: http://us1.networkupstools.org/doc/2.0.1/ and it should work quite nicely with all APC Smart protocol UPS's (I know, I have 20 of them I manage under linux with NUT) Hope this helps. -brian On Tue, 2005-04-26 at 23:00 -0400, PC wrote: > > > Hello, > > > > Can any one provide me with information regarding the nut UPS package > or suggest an alternative? I tried the APC solution but was unable to > get through the configuration process. > > > > Does RH deliver the packages in the latest releases? > > > > > o nut > > o nut-cgi > > o nut-client > > > > PC > > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users -- -- Brian R. Smith Systems Engineer Research Computing Core Facility, USF Phone: 1(813)974-1467 Cell: 1(813)230-3441 Address: 4202 E Fowler Ave LIB 613 Tampa, FL 33620 Web: http://rccf.acomp.usf.edu From rajkum2002 at rediffmail.com Wed Apr 27 20:22:43 2005 From: rajkum2002 at rediffmail.com (Raj Kumar) Date: 27 Apr 2005 20:22:43 -0000 Subject: [rhn-users] NIS- refused connect errors Message-ID: <20050427202243.6093.qmail@webmail46.rediffmail.com> Hello all, I'm getting too many errors in my /var/log/messages: Apr 27 14:44:32 server1 ypserv[3838]: refused connect from $IPADDRESS to procedure ypproc_match (nis1,hosts.byname;-2) can someone tell me what these errors are and how to solve that? Thank you, Raj -------------- next part -------------- An HTML attachment was scrubbed... URL: From lin77sys at yahoo.it Thu Apr 28 06:43:45 2005 From: lin77sys at yahoo.it (lin77sys) Date: Thu, 28 Apr 2005 08:43:45 +0200 (CEST) Subject: [rhn-users] Adding printer ppds to cups - RedHat Linux Enterprise In-Reply-To: 6667 Message-ID: <20050428064345.78803.qmail@web26204.mail.ukl.yahoo.com> Did you make lpadmin -m to create a copy of the file into /etc/cups/ppd ? --- Margaret Doll wrote: > I know that Fedora 3 includes an import function for > ppds with its > printer management program, printtool. RedHat En 3 > does not yet have > that feature. > > After reading through the cups documentation I > thought that one just > had to add the new ppd files to the > /usr/share/cups/model directory and > restart cups. This does not add the new ppds to the > printtool driver > selections for my Enterprise systems. > > Does anyone have a solution? I have some new HP and > Lexmarc printers > that are not included in the default printer > configurations. > > Thanks > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > ___________________________________ Nuovo Yahoo! Messenger: E' molto pi? divertente: Audibles, Avatar, Webcam, Giochi, Rubrica Scaricalo ora! http://it.messenger.yahoo.it From campbell at accelinc.com Thu Apr 28 14:18:24 2005 From: campbell at accelinc.com (Chuck Campbell) Date: Thu, 28 Apr 2005 09:18:24 -0500 Subject: [rhn-users] up2date won't update openoffice Message-ID: <20050428141824.GA10904@helium.inexs.com> I have two machines running RHEL3-U5. Both are dual Opteron, running 64 bit. Both are entitles. One is WS and one is ES. Both behave identically with respect to the information below. When I run up2date, it tells me there are three packages for upgrading. [root at cm up2date]# up2date --list Fetching Obsoletes list for channel: rhel-x86_64-es-3... Fetching Obsoletes list for channel: rhel-x86_64-es-3-extras... Fetching rpm headers... ######################################## Name Version Rel ---------------------------------------------------------- openoffice.org 1.1.2 24.2.0.EL3 i386 openoffice.org-i18n 1.1.2 24.2.0.EL3 i386 openoffice.org-libs 1.1.2 24.2.0.EL3 i386 when I try to update these I get the following: Testing package set / solving RPM inter-dependencies... ######################################## RPM package conflict error. The message was: Test install failed because of package conflicts: The following packages were added to your selection to satisfy dependencies: Name Version Release -------------------------------------------------------------- GConf2 2.2.1 4 ORBit2 2.6.2 1 bonobo-activation 2.2.2 1 fam 2.6.8 15 gnome-vfs2 2.2.5 2E.1 libbonobo 2.2.3 1 linc 1.0.3 1 qt 3.1.2 13.4 redhat-artwork 0.73.2 2E startup-notification 0.5 1 libmng 1.0.4 3 file /usr/share/man/man1/bonobo-activation-server.1.gz from install of bonobo-activation-2.2.2-1 conflicts with file from package bonobo-activation-2.2.2-1 If I do an rpm -qa, I see that every one of these "packages added to your selection" is already installed, with an exact version and release match to the above list reported by up2date. I did an up2date -p to re-synchronize, but it made no difference. What gives? What do I do to get past this problem? thanks, -chuck From jamesaharrisonuk at yahoo.co.uk Thu Apr 28 15:06:27 2005 From: jamesaharrisonuk at yahoo.co.uk (James Harrison) Date: Thu, 28 Apr 2005 08:06:27 -0700 (PDT) Subject: [rhn-users] up2date won't update openoffice In-Reply-To: 6667 Message-ID: <20050428150633.22923.qmail@web25307.mail.ukl.yahoo.com> If you find a solution, please let me know. I have a similar problem of dependencies WS RHEL3, dual Opteron openoffice is one of them. Thanks --- Chuck Campbell wrote: > I have two machines running RHEL3-U5. Both are dual Opteron, running > 64 bit. Both are entitles. One is WS and one is ES. Both behave > identically > with respect to the information below. > > When I run up2date, it tells me there are three packages for upgrading. > > [root at cm up2date]# up2date --list > Fetching Obsoletes list for channel: rhel-x86_64-es-3... > Fetching Obsoletes list for channel: rhel-x86_64-es-3-extras... > Fetching rpm headers... > ######################################## > Name Version Rel > ---------------------------------------------------------- > openoffice.org 1.1.2 24.2.0.EL3 > i386 > openoffice.org-i18n 1.1.2 24.2.0.EL3 > i386 > openoffice.org-libs 1.1.2 24.2.0.EL3 > i386 > > when I try to update these I get the following: > > Testing package set / solving RPM inter-dependencies... > ######################################## > RPM package conflict error. The message was: > Test install failed because of package conflicts: > The following packages were added to your selection to satisfy dependencies: > Name Version Release > -------------------------------------------------------------- > GConf2 2.2.1 4 > ORBit2 2.6.2 1 > bonobo-activation 2.2.2 1 > fam 2.6.8 15 > gnome-vfs2 2.2.5 2E.1 > libbonobo 2.2.3 1 > linc 1.0.3 1 > qt 3.1.2 13.4 > redhat-artwork 0.73.2 2E > startup-notification 0.5 1 > libmng 1.0.4 3 > > file /usr/share/man/man1/bonobo-activation-server.1.gz from install of > bonobo-activation-2.2.2-1 conflicts with file from package > bonobo-activation-2.2.2-1 > > > If I do an rpm -qa, I see that every one of these "packages added to your > selection" is already installed, with an exact version and release match > to the above list reported by up2date. > > I did an up2date -p to re-synchronize, but it made no difference. What > gives? > > What do I do to get past this problem? > > thanks, > -chuck > > _______________________________________________ > rhn-users mailing list > rhn-users at redhat.com > https://www.redhat.com/mailman/listinfo/rhn-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com