Re: [CentOS] dconf under Centos 6 vs Centos 7

2015-06-15 Thread B.J. McClure



On 06/15/2015 05:30 AM, centos wrote:

On 15/06/2015 12:40 AM, Jonathan Billings wrote:

On Sun, Jun 14, 2015 at 02:08:54PM +1000, centos wrote:

under Centos 6,
dconf -o ./outfile
it will copy and combine all the .conf files to outfile.
under Centos 7,
is there any similar command will do the same things ?

There is no 'dconf' executable in CentOS6, at least, not in the
standard repos.  Are you thinking about gconf-tool?

I don't see a way to dump all dconf settings with 'dconf', although
'gsettings list-recursively' seems to dump everything from the
gsettings side.


I used this command from Centos 5/6, dconf(1)
man dconf - create a system's hardware and software configuration 
snapshot
description : dconf is a tool to collect a system's hardware and 
software configuration.




Sounds like OP is using dconf.noarch from Dag's rhel/centos 5 rpmforge 
repository.


b.j.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Kernel panic with VMware Workstation 8.0.6 and 6.5 kernel

2013-12-02 Thread B.J. McClure
There is apparently a kernel bug that creates a kernel panic when 
starting a windows guest in vmware workstation.  I have experienced this 
bug on two machines, both with workstation 8.0.6 but it has been 
reported with other versions as well: 
https://communities.vmware.com/message/2318686 .

Booting kernel 2.6.32-358.23.2.el6.x86_64 instead of 
2.6.32-431.el6.x86_64 resolves the issue.

Just a heads up for those who may encounter it.

Cheers,
B.J.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Thank You To The CentOS Team

2013-12-01 Thread B.J. McClure
On 12/01/2013 09:56 PM, Mark LaPierre wrote:
 Hey all you dedicated folks out there who support the CentOS project.
 Thank you all for your dedicated effort and the great deal of work to
 get the 6.5 release up and running.

 Thank you all!

+1

B.J.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] xorg updates hose GUI with Nvidia driver

2013-10-15 Thread B.J. McClure
Just a heads up that once again an xorg update has removed the link in 
/usr/lib64/xorg/modules/extensions that points to libglx.so.325.15 in 
/usr/lib64/xorg/modules/extensions/nvidia thus breaking X.  This should 
only effect those with nvidia proprietary driver.  One of the following 
packages is the culprit but I have not tried to narrow it down.  I have 
done updates and downgrades several times and it is quite reproducible.

Oct 15 17:53:01 Updated: 
xorg-x11-server-common-1.13.0-11.1.el6.centos.1.x86_64
Oct 15 17:53:03 Updated: 
xorg-x11-server-Xorg-1.13.0-11.1.el6.centos.1.x86_64
Oct 15 17:53:03 Updated: xorg-x11-drv-mga-1.6.1-8.el6_4.x86_64
Oct 15 17:53:04 Updated: xorg-x11-drv-synaptics-1.6.2-11.el6_4.1.x86_64
Oct 15 17:53:04 Updated: xorg-x11-drv-mach64-6.9.3-4.1.el6_4.x86_64

Cheers,
B.J.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] xorg updates hose GUI with Nvidia driver

2013-10-15 Thread B.J. McClure
On 10/15/2013 07:52 PM, Akemi Yagi wrote:
 On Tue, Oct 15, 2013 at 3:46 PM, B.J. McClure keepert...@bellsouth.net 
 wrote:
 Just a heads up that once again an xorg update has removed the link in
 /usr/lib64/xorg/modules/extensions that points to libglx.so.325.15 in
 /usr/lib64/xorg/modules/extensions/nvidia thus breaking X.
 This is yet another reason to use ELRepo's kmod-nvidia [1]. :-)  The
 major reason is that ELRepo's kmods are kABI-tracking, meaning no need
 to reinstall the driver upon kernel updates.

 Akemi

 [1] http://elrepo.org/tiki/kmod-nvidia
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Errr, this was not a kernel update and elrepo kmod-nvidia is installed.

Cheers,
B.J.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] xorg updates hose GUI with Nvidia driver

2013-10-15 Thread B.J. McClure
On 10/15/2013 08:51 PM, Thomas Eriksson wrote:

 On 10/15/2013 05:19 PM, B.J. McClure wrote:
 On 10/15/2013 07:52 PM, Akemi Yagi wrote:
 On Tue, Oct 15, 2013 at 3:46 PM, B.J. McClure keepert...@bellsouth.net 
 wrote:
 Just a heads up that once again an xorg update has removed the link in
 /usr/lib64/xorg/modules/extensions that points to libglx.so.325.15 in
 /usr/lib64/xorg/modules/extensions/nvidia thus breaking X.
 This is yet another reason to use ELRepo's kmod-nvidia [1]. :-)  The
 major reason is that ELRepo's kmods are kABI-tracking, meaning no need
 to reinstall the driver upon kernel updates.

 Akemi

 [1] http://elrepo.org/tiki/kmod-nvidia
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

 Errr, this was not a kernel update and elrepo kmod-nvidia is installed.

 Cheers,
 B.J.
 The libglx.so.325.15 file comes from the nvidia-x11-drv package, not the
 kmod-nvidia.

 Elrepo is not putting any symlink in /usr/lib64/xorg/modules/extensions
 only in /usr/lib64/xorg/modules/extensions/nvidia

 It then adds /usr/lib64/xorg/modules/extensions/nvidia to the
 ModulePath in xorg.conf so the Xserver picks up the nvidia version of
 libglx.so before the Xorg version. That way you

 If you do have/had a symlink in /usr/lib64/xorg/modules/extensions, it's
 a remnant from NVIDIA's own distribution, IIRC. It is the
 xorg-x11-server-Xorg package that writes over that symlink.

   Thomas
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Thanks for the input.  Will take a look tomorrow.

B.J.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Motherboard and chipset compatibility

2013-08-12 Thread B.J. McClure
On 08/12/2013 01:22 PM, Glenn Eychaner wrote:
 m.roth at 5-cent.us wrote:
 Now, about what you're looking to build - you say that you want 1U, and
 mention rackspace: in my experience, rackmounts are a *lot* larger than a
 pizza box, so I'm a little confused at the requirements you're building
 for.
 The rack is already full; I only get that 1U of space by removing a spare
 part to another location, and unfortunately, I have a depth limit due to
 the power distribution module on the rack rear. These computers are
 replacing tower PCs that sit on the floor under a desk in a rather hostile
 environment, so I'd like to move them to either the desktop or the adjacent
 rack, but have limited space in either location (1U of short-depth rack or
 about room for a miniITX box on the desk).

 -G.
 --
 Glenn Eychaner (geycha...@lco.cl)
 Telescope Systems Programmer, Las Campanas Observatory
I have a single Zotac ZBOXHD-ID11 mounted in a mobile cart for driving 
an ancient projector for small classroom learning environment.  Not sure 
motherboard designation but CentOS 6.4 upgraded from 6.3 plays very 
nicely.  This is a 64 bit system.  Not much help and I am having 
difficulty seeing all your requirements being met in an ITX form 
factor.  FWIW, Intel N10/ICH7 chipset, atom quad core CPU.

Cheers.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Kernel 3.10 and CentOS 5

2013-07-31 Thread b.j. mcclure
We have one workstation running the elrepo kernel-lt because that was
the only way I could get usb functionality.  Motherboard is a Gigabyte
990 chipset and stock centos kernel seemed to recognize the chip set and
usb chips but gave failure to enumerate errors.  Tried all fixes found
on google without success.

So far only drawback I have found to elrepo kernel is one cannot use
kmod-nvidia with it.  Building the driver from source the old way works
fine.  The kernel-lt without the nvidia driver would not find the second
monitor.  Stock kernel did.

B.J.

CentOS release 6.4 (Final) 

On Wed, 2013-07-31 at 14:17 -0700, Keith Keller wrote:

 On 2013-07-30, Ljubomir Ljubojevic cen...@plnet.rs wrote:
 
  HAve you checked ElRepo third-party reposiroty?
 
 Just out of curiosity, how many people are using either the kernel-ml or
 kernel-lt kernels from elrepo?  I've been using -ml on two machines for
 a few weeks now, and it seems okay so far.  (I forget exactly why, but I
 think it was to get want-replacement support in md.)
 
 --keith
 
 
 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] moderate rant un updates

2013-03-14 Thread b.j. mcclure
This may be slightly off topic on this thread but on all my workstations
using the Nvidia kmod from elrepo, the update to xorg removed the
symbolic link 'libglx.so in /usr/lib64/xorg/modules/extensions/nvidia
that points to nvidia's libglx.so.304.64.  Restoring that symbolic link
restored normal operation.  Perhaps a 

'yum --enablerepo=elrepo reinstall kmod-nvidia' 

would have accomplished the same thing but did not try it.  Seems like
it might not be the elrepo package that is the probleb.

B.J.

CentOS release 6.4 (Final) 

On Thu, 2013-03-14 at 09:25 -0500, Johnny Hughes wrote:

 On 03/14/2013 09:17 AM, m.r...@5-cent.us wrote:
  So, another admin I work with rolled out most (but not kernel) updates to
  6.4... but including xorg. I log out the end of the day, and I'm hosed -
  no X.
 
  Now, my not-two-year-old workstation has an nvidia card, and I'd installed
  kmod-nvidia from elrepo. I figured I'd fix my problem by finishing the
  upgrade and rebooting.
 
  Nope.
 
  I try to upgrade kmod-nvidia from elrepo. Anyone got any good explanations
  as to why they'd put kmod-nvidia-310.40 in the repo, with the previous
  version not obvious... AND NOT HAVE THE *REQUIRED* nvidia-x11-drv-310.40
  in there? Why not wait until both pieces could be uploaded, since
  kmod-nividia WILL NOT INSTALL without the other...?
 
  I then stupidly uninstalled the previous kmod-nvidia  nvidia-x11-drv,
  hoping it would allow a good install.
 
  Nope.
 
  Found the proprietary installer on the NVidia site, and I'm up.
  rant, snort
 
  On a related note, does anyone have a link to a howto build the NVidia
  proprietary driver on a kernel that's *not* running, so we could prebuild
  it before the reboot? I see there are options in the script, but no
  examples.
 
  Also, is dkms coming in, or deprecated?
 
 None of those modules are in CentOS, but a 3rd party repo.
 
 How about you test your setup and how 3rd party repos interact with it
 ... THEN ask on the 3rd party repo's own mailing list how or why their
 packages no longer work with the update?
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6.4 Release Date.

2013-03-10 Thread b.j. mcclure

On Sun, 2013-03-10 at 10:24 -0400, Scott Robbins wrote:

  We don't release redhat-release in CentOS at all ... we have
  centos-release instead.
 
 I figured that, but I now have an /etc/redhat-release saying 6.4, as
 does
 /etc/centos-release.  


/etc/redhat-release is a link to /etc/centos-release on my systems.

B.J.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Wireless cannot ping gateway after 6.3 CR updates

2013-03-06 Thread b.j. mcclure
I'm having a wireless connection issue with an HP laptop and a Zotac
media server after the 6.4 package updates from CR repository.  Nothing
changed with wireless config as far as I can tell.  Both have been
working fine with previous releases of 6.x.

Oddly, if a cat 5 cable is connected for a few seconds and then
disconnected the wireless works fine and survives a 'service network
restart' but does not survive a reboot.  A laptop running Ubuntu 12.04
continues to connect normally.

The boxes in question appear to connect to the router/accesspoint, are
assigned correct static IPs, but cannot ping any box on the intranet
including the router.  No other boxes on the intranet can ping the hp or
zotac, Once a network cable is inserted and removed all is well with
that box. The zotac box uses the ath9k wireless driver, the HP uses b43.
Same result using DHCP instead of static IP.

Output of iwconfig appears normal on both errant boxes and does not
change from non-working to working state.

Google has not been much help.  FWIW, here is output of iwconfig and
ifconfig.

~]$ ifconfig
eth0  Link encap:Ethernet  HWaddr 00:01:2E:BC:74:14  
  inet6 addr: fe80::201:2eff:febc:7414/64 Scope:Link
  UP BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:0 (0.0 b)  TX bytes:1249 (1.2 KiB)

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:89 errors:0 dropped:0 overruns:0 frame:0
  TX packets:89 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:8807 (8.6 KiB)  TX bytes:8807 (8.6 KiB)

wlan0 Link encap:Ethernet  HWaddr 74:F0:6D:8C:FE:CF  
  inet addr:192.168.1.208  Bcast:192.168.1.255
Mask:255.255.255.0
  inet6 addr: fe80::76f0:6dff:fe8c:fecf/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:732 errors:0 dropped:0 overruns:0 frame:0
  TX packets:79 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:107489 (104.9 KiB)  TX bytes:9217 (9.0 KiB)

[LSF@nra ~]$ iwconfig
lono wireless extensions.

eth0  no wireless extensions.

wlan0 IEEE 802.11bgn  ESSID:toadnet  
  Mode:Managed  Frequency:2.437 GHz  Access Point:
00:24:93:38:89:80   
  Bit Rate=54 Mb/s   Tx-Power=15 dBm   
  Retry  long limit:7   RTS thr:off   Fragment thr:off
  Power Management:on
  Link Quality=70/70  Signal level=-28 dBm  
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:29   Missed beacon:0

Any thoughts appreciated.

B.J.

CentOS release 6.3 (Final) 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Wireless cannot ping gateway after 6.3 CR updates

2013-03-06 Thread b.j. mcclure

On Wed, 2013-03-06 at 13:06 -0500, b.j. mcclure wrote:

 I'm having a wireless connection issue with an HP laptop and a Zotac
 media server after the 6.4 package updates from CR repository.  Nothing
 changed with wireless config as far as I can tell.  Both have been
 working fine with previous releases of 6.x.
 
 Oddly, if a cat 5 cable is connected for a few seconds and then
 disconnected the wireless works fine and survives a 'service network
 restart' but does not survive a reboot.  A laptop running Ubuntu 12.04
 continues to connect normally.
 
 The boxes in question appear to connect to the router/accesspoint, are
 assigned correct static IPs, but cannot ping any box on the intranet
 including the router.  No other boxes on the intranet can ping the hp or
 zotac, Once a network cable is inserted and removed all is well with
 that box. The zotac box uses the ath9k wireless driver, the HP uses b43.
 Same result using DHCP instead of static IP.
 
 Output of iwconfig appears normal on both errant boxes and does not
 change from non-working to working state.
 
 Google has not been much help.  FWIW, here is output of iwconfig and
 ifconfig.
 
 ~]$ ifconfig
 eth0  Link encap:Ethernet  HWaddr 00:01:2E:BC:74:14  
   inet6 addr: fe80::201:2eff:febc:7414/64 Scope:Link
   UP BROADCAST MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000 
   RX bytes:0 (0.0 b)  TX bytes:1249 (1.2 KiB)
 
 loLink encap:Local Loopback  
   inet addr:127.0.0.1  Mask:255.0.0.0
   inet6 addr: ::1/128 Scope:Host
   UP LOOPBACK RUNNING  MTU:16436  Metric:1
   RX packets:89 errors:0 dropped:0 overruns:0 frame:0
   TX packets:89 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0 
   RX bytes:8807 (8.6 KiB)  TX bytes:8807 (8.6 KiB)
 
 wlan0 Link encap:Ethernet  HWaddr 74:F0:6D:8C:FE:CF  
   inet addr:192.168.1.208  Bcast:192.168.1.255
 Mask:255.255.255.0
   inet6 addr: fe80::76f0:6dff:fe8c:fecf/64 Scope:Link
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:732 errors:0 dropped:0 overruns:0 frame:0
   TX packets:79 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:1000 
   RX bytes:107489 (104.9 KiB)  TX bytes:9217 (9.0 KiB)
 
 [LSF@nra ~]$ iwconfig
 lono wireless extensions.
 
 eth0  no wireless extensions.
 
 wlan0 IEEE 802.11bgn  ESSID:toadnet  
   Mode:Managed  Frequency:2.437 GHz  Access Point:
 00:24:93:38:89:80   
   Bit Rate=54 Mb/s   Tx-Power=15 dBm   
   Retry  long limit:7   RTS thr:off   Fragment thr:off
   Power Management:on
   Link Quality=70/70  Signal level=-28 dBm  
   Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
   Tx excessive retries:0  Invalid misc:29   Missed beacon:0
 
 Any thoughts appreciated.
 
 B.J.
 
 CentOS release 6.3 (Final) 


Replying to my own post, I forgot to mention I have tried several USB
wireless adapters on both boxes with same results as onboard adapter,
booted previous 2.6.32-279 kernel instead of 2.6.32-358 and disabled
Network Manager with no change in behavior.

B.J.



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] motherboard for cents 6.3

2013-02-14 Thread b.j. mcclure
Have built two workstations in last few months using Gigabyte
GA-880GA-UD3H motherboards.  One Rev. 2101, the other Rev. 3001.  Both
DVD installs of 6.3 w/o a hitch.  Using software Raid 10 on both with
four sata III drives.  Zero issues known.

HTH.

B.J.

CentOS release 6.3 (Final) 

On Thu, 2013-02-14 at 10:28 -0500, Jerry Geis wrote:

 Seems like overnight every motherboard that worked with linux has 
 DROPPED off
 the face of the earth.
 
 Every motherboard I looked at is using the realtek 8111 chipset and a 
 northbridge
 that is not supported.
 
 Example: GIGABYTE GA-970A-DS3, does not work with linux
 I tried disabling the onboard NIC and using a PCI-E intel card I always use
 and that would not work either. The north or south bridge is messing 
 with the network card.
 The card asks for a PXE boot but after centos starts it can no longer 
 find kickstart files, network
 is messed up.
 
 I was using Asus M5A88-M and they are no longer available.
 
 Anyway - anyone have a suggestion for and AMD motherboard that works with
 linux be great if it has onboard video (gaming is not needed), onboard 
 network,
 SATA nothing super special just working.
 
 Thanks,
 
 jerry
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] What to use on CentOS 6.2 w/ an Epson Stylus Photo 2200

2012-06-05 Thread b.j. mcclure



 Epson doesn't seem to have one; I see an rpm at openprinting.org, but that
 .rpm d/l I started around 11:30 my time, and the d/l slowed, and slowed,
 and it's been at 21% and 1 hr 17 min to go for it seems like close to
 half an hour. I d/l a tar.bz2, but I'm not sure I want to build and
 install it - my use of this printer is temporary, and I want to be able to
 uninstall it all.
 
 I also can't seem to find what some of the Epson drivers in the std.
 CentOS CUPS packages handle. Anyone have any pointers?
 
mark
__
snip

Mark, this system was installed as 6.0 and upgraded to 6.2. 

In /etc/cups/ppd I see two files re Epson 2200 Stylus Photo:
 EPSON_Stylus_Photo_2200_USB_1.ppd and Stylus_Photo_2200.ppd.

These were installed from install DVD. No known issues here.  HTH.

B.J.

-- 
b.j. mcclure keepert...@bellsouth.net

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Dual NVidia cards, dual monitors

2012-06-04 Thread b.j. mcclure


 Steven Chall wrote:
  I've just installed CentOS 6.2 on an HP xw8600 with two NVidia GeForce
  8800 GT video cards in it.  I have two Dell monitors than ran configured
  as a single contiguous desktop when this was a Windows 7 machine.  I've
  only been able to access one of the two monitors under CentOS, although
  the system demonstrates some awareness of the second GPU/monitor, because
  the second monitor shows the standard CentOS 6 image while the machine is
  running.  In addition, when it's starting up or shutting down a large wait
  cursor is displayed in that second monitor, and also shows the message
  shutting down... when that's going on.  However, the Display applet in
  the System | Preferences panel menu shows only the one monitor, and
  hitting the Detect Monitors button doesn't help.  Just to test the
  obvious, I switched the DVI cables coming out of the two video cards and
  as you'd expect what shows in the two monitors is also switched.
 snip
 Either install the proprietary NVidia driver, d/l from their website, by
 hand, or install kmod-nvidia from elrepo, which will build it
 automagically. In either case, it will install an NVidia control panel in
 your menus, and you can select twinview.
 
mark, on a Dell Precision with that as he types
 
snip

+1

-- 
b.j. mcclure keepert...@bellsouth.net

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Just Stuck

2012-05-29 Thread b.j. mcclure


 CentOS 5.8 x86_64 to CentOS 6.2 x86_64.  But, I'm stuck with a gnome GUI 
 that only sees 1024x768.  Under CentOS 5.8 it saw 1920x1080 (without much 
 work from me).  The command I was used to , system-config-display, is gone 
 and I've read that xrandr is the replacement.  I can't find a usage 
 document on this command.  The basic description of the hardware involved 
 is:
 nVidia GT 7300 video card
 Viewsonic 24 monitor
 I don't have the exact specs for this hardware, but I can post it later if 
 needed.
 
 I've run the following command:
 xrandr -q
 And sometimes it returns a list of modes that range from 5 entries to 15 
 entries. 
 
 Any help will be appreciated!
 
 TIA,
 Gene Poole

I use same displays on a workstation and just installed

kmod-nvidia-285.05.09-1.el6.elrepo.x86_64,

then used the Nvidia GUI at SystemAdministrationNVIDIA X Server
Settings.

CentOS release 6.2 (Final) 

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] squirrelmail for 6.2

2012-02-01 Thread B.J. McClure
On Wed, 2012-02-01 at 15:09 +0200, Nikos Gatsis - Qbit wrote:

 Hello list.
 I have install centos-release-6-2.el6.centos.7.x86_64 and I cant find 
 squirrelmail.
 Does any know why?

Check epel repo.

squirrelmail-1.4.22-2.el6.noarch : webmail client written in php

Regards,
B.J.

CentOS release 6.2 (Final)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Installation on a Macbook Pro with nVidia MCP89 SATA controller

2011-12-28 Thread B.J. McClure
On Wed, 2011-12-28 at 04:40 +, Karanbir Singh wrote:
 On 12/27/2011 01:10 PM, B.J. McClure wrote:
  I tried CentOS 6.0 and 6.1 on Mac-Air with SSD.  Installer could not
  find SSD and Google did not help.  FWIW, Ubuntu installed fine.  If you
 
 I've seen a couple of MacbookAir's now running CentOS-6, do you need to
 set some mode (bootcamp like ?)
 
 - KB

Could be.  Just downloaded 6.2 Live DVD and will have a serious go at it
after New Years.  Short handed at the moment.

Thanks for the suggestion and thanks to the entire team for a great job.
As one of the mostly silent majority, we do appreciate what you guys
contribute to us.

Happy New Year.

B.J.

CentOS release 6.2 (Final)

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Installation on a Macbook Pro with nVidia MCP89 SATA controller

2011-12-27 Thread B.J. McClure


On Tue, 2011-12-27 at 15:00 +0100, Ljubomir Ljubojevic wrote:
 On 12/27/2011 02:10 PM, B.J. McClure wrote:
 
  On Tue, 2011-12-27 at 09:30 +0100, Peter Hopfgartner wrote:
 
  Did anybody succeed in installing CentOS on a MacBook Pro with nVidia
  chipset (2010 edition,
  http://www.heise.de/mac-and-i/produkte/macbook-13-2-4-ghz-mitte-2010-86/#produkt_detail)?
  When I boot with the current minimal install disk, Linux does simply see
  non disks.
 
  Regards,
 
  Peter
 
  I tried CentOS 6.0 and 6.1 on Mac-Air with SSD.  Installer could not
  find SSD and Google did not help.  FWIW, Ubuntu installed fine.  If you
  find the solution please post.  All other machines in our shop are
  CentOS 5.x, 6.x or RHEL 6.x, so commonality would be perfect.
 
  Sorry I could not help.
 
  B.J.
 
  CentOS release 6.2 (Final)
 
 
 It is not clear if either of you tried CentOS 6.2, or just 6.0 and 6.2.

Errr, maybe a re-read is in order?

 I tried CentOS 6.0 and 6.1 on Mac-Air with SSD.
 
B.J.

CentOS release 6.2 (Final) 


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Installation on a Macbook Pro with nVidia MCP89 SATA controller

2011-12-27 Thread B.J. McClure

On Tue, 2011-12-27 at 09:30 +0100, Peter Hopfgartner wrote:

 Did anybody succeed in installing CentOS on a MacBook Pro with nVidia 
 chipset (2010 edition, 
 http://www.heise.de/mac-and-i/produkte/macbook-13-2-4-ghz-mitte-2010-86/#produkt_detail)?
 When I boot with the current minimal install disk, Linux does simply see 
 non disks.
 
 Regards,
 
 Peter

I tried CentOS 6.0 and 6.1 on Mac-Air with SSD.  Installer could not
find SSD and Google did not help.  FWIW, Ubuntu installed fine.  If you
find the solution please post.  All other machines in our shop are
CentOS 5.x, 6.x or RHEL 6.x, so commonality would be perfect.

Sorry I could not help.

B.J.

CentOS release 6.2 (Final) 


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] rhost= does not include IP in /var/log/secure

2011-12-09 Thread b.j. mcclure
For a couple months or so I have noticed that failed dovecot logins do
not print the offending IP address in /var/log/secure which prevents
fail2ban from blocking appropriate ports.  All had worked well for
several years.  Box is 5.7 fully updated.

I found this bug against cyrus-sasl which sounds like it might be
related:

https://bugzilla.redhat.com/show_bug.cgi?id=683797  

On the box in question,
 rpm -q  cyrus-sasl

cyrus-sasl-2.1.22-5.el5_4.3

Is anyone else seeing this?

Thanks in advance.

B.J.

-- 


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] what is pirut called under CentOS6?

2011-11-10 Thread b.j. mcclure
On Thu, 2011-11-10 at 09:23 -0500, Boris Epstein wrote:
 Hello all,
 
 I noticed that pirut is no longer part of CentOS6. Does anybody know if
 there is a different graphical interface to yum that came to replace it?
 
 Thanks.
 
 Boris.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Have you tried yumex from rpmforge or epel (can't remember which)?

B.J.
CentOS Linux release 6.0 (Final)

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Ekiga - camera

2011-09-21 Thread b.j. mcclure
On Wed, 2011-09-21 at 19:08 +0100, Always Learning wrote:
 On Wed, 2011-09-21 at 12:05 -0600, Frank Cox wrote:
 
  Try installing cheese .
 
 Where from ? Yum does not know it.
 
 Thank you,
 
 Paul.
 

Really?  It's on 6.0 at least.  Is OP on 5.x?

B.J.

]$ su
Password: 
[root@office2 bmcclure]# yum search cheese
Configuration file /etc/yum/pluginconf.d/rhnplugin.conf not found
Unable to find configuration file for plugin rhnplugin
Loaded plugins: fastestmirror, priorities, protectbase,
refresh-packagekit
Loading mirror speeds from cached hostfile
 * base: mirror.net.cen.ct.gov
 * extras: mirrors.seas.harvard.edu
 * updates: centos.omnispring.com
0 packages excluded due to repository priority protections
0 packages excluded due to repository protections
=== Matched: cheese

cheese.x86_64 : Application for taking pictures and movies from a webcam
pygpgme.x86_64 : Python module for working with OpenPGP messages
python-decoratortools.noarch : Use class and function decorators -- even
in
 : Python 2.3
python-turbojson.noarch : Python template plugin that supports json


CentOS Linux release 6.0 (Final)

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cons of disabling *.i386 and *.i686 in a 64bit Distribution

2011-09-16 Thread B.J. McClure
On Fri, 2011-09-16 at 11:01 +0100, Michael Simpson wrote:
 On 15 September 2011 19:58, James Nguyen ja...@callfire.com wrote
  On Thu, Sep 15, 2011 at 2:02 AM, John Doe jd...@yahoo.com wrote:
 
  From: James Nguyen ja...@callfire.com
 
   So the premise for this question is that I setup an
   exclude=*.i368,*.i686 in my yum.conf.
   While doing a yum update I come across missing package dependencies for
   instance mkinitrd for the i386 package.
 
 
 On our 2 colo servers we have one with i386/i686 only and on the other
 we are x86_64 only. Everything works (typical LAMP / Sendmail etc
 install)
 I just followed the intstructions from the centos wiki
 
 http://wiki.centos.org/FAQ/General#head-357346ff0bf7c14b0849c3bcce39677aaca528e9
 
 i used to regret the lack of a 64 bit native flash plugin which was
 the only reason to not move to a pure 64bit enviroment for the desktop
 but now that you-tube can serve html5 i no longer care
 
 mike
 ___


There is a 64 bit flashplayer now that seems to work fine on 5.x and
6.x.  This is an old link so not sure if it's still good.

http://labs.adobe.com/downloads/flashplayer10_square.html 

Sorry for the OT post.

Cheers,
B.J.

CentOS Linux release 6.0 (Final)

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Yum update to 5.7 unexpected results

2011-09-14 Thread b.j. mcclure
I have a couple machines running 5.6 fully updated from cr repo.  When I
did 'yum update' this morning it found 8 updates:
   centos-release-5-7.el5
   centos-release-notes-5.7-0
ghostscript 8.70-6.el5_7.3
nspr 4.8.8-1.el5_7
nss 3.12.10-4.el5
nss-tools 3.12.10-4.el5
   ntp-4.2.2p1-15.el5
   initscripts-8.45.38-2.el5

However yum reported 404 on everything but ntp and initscripts.  I
installed ntp and initscripts individually and yum continued to report
404 on the rest of the updates on both machines.  One machine i386, the
other x86_64.

I did a 'yum clean all' followed by 'yum update' and it installed
centos-release and centos-release-notes but not nss, nss-tools,
ghostscript or nspr updates.

[]# cat /etc/redhat-release
CentOS release 5.7 (Final)

[]# rpm -q nss nss-tools ghostscript nspr
nss-3.12.8-4.el5_6
nss-tools-3.12.8-4.el5_6
ghostscript-8.70-6.el5
nspr-4.8.6-1.el5_5

Both machines had identical results and appear to be fully updated to
5.7 but with at least four packages not updated.  I don't think this is
an intended result.

Any thoughts much appreciated.

B.J.

CentOS Linux release 6.0 (Final)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Yum update to 5.7 unexpected results

2011-09-14 Thread b.j. mcclure
On Wed, 2011-09-14 at 21:02 +0100, Karanbir Singh wrote:

 On 09/14/2011 05:38 PM, b.j. mcclure wrote:
  I have a couple machines running 5.6 fully updated from cr repo.  When I
  did 'yum update' this morning it found 8 updates:
 centos-release-5-7.el5
 centos-release-notes-5.7-0
  ghostscript 8.70-6.el5_7.3
  nspr 4.8.8-1.el5_7
  nss 3.12.10-4.el5
  nss-tools 3.12.10-4.el5
 ntp-4.2.2p1-15.el5
 initscripts-8.45.38-2.el5
 
 these are all updates released in the last 2 days, I suspect you were
 just hitting a mirror machine that did not have the entire rpms/ content
 in sync as yet.
 
 If you continue to see this issue, please open an issue report at
 bugs.centos.org and provide some details about what mirrors your machine
 is hitting ( usually, the fastest-mirror's timedhosts file is a good
 thing to check for this info )
 
 - KB

Many thanks.  That was indeed the situation.  Sorry I panicked
prematurely. ;-/

Cheers.

B.J.

CentOS Linux release 6.0 (Final)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Broadcom Wifi Problem

2011-09-05 Thread b.j. mcclure
On Mon, 2011-09-05 at 17:27 +, Michael D. Berger wrote:
 I have a Broadcom 802.11b/g hardware on my dual-boot laptop.
 Note first that in the WinXP partition, the wifi makes DHCP
 connections to my router with no problem.  Since this
 was not working in my new CentOS 6 partition, and
 remembering that there was a driver problem with the
 old Fedora partition it replaced, I followed instructions
 founs at:
 
 http://repecka.net/en/2011/04/19/install-broadcom-bcm4311-802-11bg-wlan-
 drivers-on-centos/
 
 and
 
 http://www.broadcom.com/docs/linux_sta/README.txt
 
 modifying for that fact that I use wlan0 rather than eth1.
 The wifi is now dead-in-the-water.  The wlan light now
 remains red, and neither ifconfig nor iwconfig show any
 sign of wlan0 (contra to the situation before I installed
 the new driver).  It still works in the WinXP partition.
 
 Suggestions for my next step in fixing this would be most
 welcome.
 
 Thank,
 Mike.

Maybe you need to install the firmware?  My laptop still uses the b43
driver but not entirely w/o issue.

# yum search b43

snip
= Matched: b43
=
b43-fwcutter.x86_64 : Firmware extraction tool for Broadcom wireless
driver
b43-tools.x86_64 : Tools for the Broadcom 43xx series WLAN chip
b43-openfwwf.noarch : Open firmware for some Broadcom 43xx series WLAN
chips
compat-db43.i686 : The Berkeley DB database 4.3.29 compatibility library
compat-db43.x86_64 : The Berkeley DB database 4.3.29 compatibility
library

HTH

B.J.
CentOS Linux release 6.0 (Final)

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Broadcom Wifi Problem

2011-09-05 Thread b.j. mcclure
On Mon, 2011-09-05 at 17:58 +, Michael D. Berger wrote:
 On Mon, 05 Sep 2011 13:47:43 -0400, b.j. mcclure wrote:
 
 [...]
  
  Maybe you need to install the firmware?  My laptop still uses the b43
  driver but not entirely w/o issue.
  
  # yum search b43
  
 [...]
 
 The instructions mentioned above include removing b43 and
 replacing it with something downloaded from Broadcom.
 
 Mike.
 
Yes, I'm aware of that, however, the driver is useless without the
firmware installed.  Whether the native CentOS 6 firmware package will
work with your driver is a question I cannot answer.  I see no reference
in the link you posted about firmware but since it discusses removing
and blacklisting the b43 driver I would guess the are assuming the
firmware is installed.

I would start with native packages in CentOS 6 and if operation is
unsatisfactory then seek another solution.

Just my $0.02.


CentOS Linux release 6.0 (Final)

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Broadcom Wifi Problem

2011-09-05 Thread b.j. mcclure
On Mon, 2011-09-05 at 18:26 +, Michael D. Berger wrote:
 On Mon, 05 Sep 2011 14:11:21 -0400, b.j. mcclure wrote:
 
 [...]
  
  I would start with native packages in CentOS 6 and if operation is
  unsatisfactory then seek another solution.
 
 Yes, the native packages didn't work and I am mow seeking
 another solution.  They did show the presence of wlan0, but
 they would not connect.
 
 Mike.

Could you please post the output of the following:

rpm -qa | grep fwcutter

lspci

lsmod

Thanks.

B.J.

CentOS Linux release 6.0 (Final)

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Broadcom Wifi Problem

2011-09-05 Thread b.j. mcclure
On Mon, 2011-09-05 at 19:28 +, Michael D. Berger wrote:
 On Mon, 05 Sep 2011 14:59:28 -0400, b.j. mcclure wrote:
 
  On Mon, 2011-09-05 at 18:26 +, Michael D. Berger wrote:
  On Mon, 05 Sep 2011 14:11:21 -0400, b.j. mcclure wrote:
  
  [...]
   
   I would start with native packages in CentOS 6 and if operation is
   unsatisfactory then seek another solution.
  
  Yes, the native packages didn't work and I am mow seeking another
  solution.  They did show the presence of wlan0, but they would not
  connect.
  
  Mike.
  
  Could you please post the output of the following:
  
  rpm -qa | grep fwcutter
  
  lspci
  
  lsmod
  
  Thanks.
  
  B.J.
  
 
 
 Thanks for your interest.  I hope it is not more
 than you expected.
 
 rpm -qa | grep fwcutter:
 b43-fwcutter-012-2.2.el6.i686
 
 lspci:
 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML 
 and 945GT Express Memory Controller Hub (rev 03)
 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
 943/940GML Express Integrated Graphics Controller (rev 03)
 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 
 943/940GML Express Integrated Graphics Controller (rev 03)
 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition 
 Audio Controller (rev 02)
 00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 
 (rev 02)
 00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 
 (rev 02)
 00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI 
 Controller #1 (rev 02)
 00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI 
 Controller #2 (rev 02)
 00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI 
 Controller #3 (rev 02)
 00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI 
 Controller #4 (rev 02)
 00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI 
 Controller (rev 02)
 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
 00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface 
 Bridge (rev 02)
 00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA 
 IDE Controller (rev 02)
 00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 
 02)
 02:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN 
 (rev 01)
 05:05.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
 05:05.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
 Adapter (rev 19)
 05:05.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 
 01)
 05:05.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host 
 Adapter (rev 0a)
 05:05.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 
 05)
 05:08.0 Ethernet controller: Intel Corporation PRO/100 VE Network 
 Connection (rev 02)
 
 lsmod:
 Module  Size  Used by
 sit 8292  0
 tunnel4 2089  1 sit
 sunrpc197617  1
 cpufreq_ondemand8454  2
 acpi_cpufreq7416  1
 nf_conntrack_ipv4   7700  29
 nf_defrag_ipv4  1013  1 nf_conntrack_ipv4
 ipt_REJECT  1905  1
 ipt_LOG 4835  9
 xt_iprange  1842  2
 iptable_filter  2147  1
 ip_tables   9541  1 iptable_filter
 ip6t_REJECT 3961  2
 nf_conntrack_ipv6  16198  2
 xt_state1006  31
 nf_conntrack   66010  3 
 nf_conntrack_ipv4,nf_conntrack_ipv6,xt_state
 ip6table_filter 2219  1
 ip6_tables 10809  1 ip6table_filter
 ipv6  264890  37 sit,ip6t_REJECT,nf_conntrack_ipv6
 dm_mirror  11620  0
 dm_region_hash 10127  1 dm_mirror
 dm_log  8520  2 dm_mirror,dm_region_hash
 wmi 5189  0
 e100   27825  0
 mii 4289  1 e100
 sg 24778  0
 i2c_i8019222  0
 iTCO_wdt9324  0
 iTCO_vendor_support 2382  1 iTCO_wdt
 wl   2635904  0
 lib802114858  1 wl
 snd_hda_codec_conexant28491  1
 snd_hda_intel  21333  3
 snd_hda_codec  70277  2 snd_hda_codec_conexant,snd_hda_intel
 snd_hwdep   5320  1 snd_hda_codec
 snd_seq46091  0
 snd_seq_device  5354  1 snd_seq
 snd_pcm67225  2 snd_hda_intel,snd_hda_codec
 snd_timer  18308  2 snd_seq,snd_pcm
 snd52754  14 
 snd_hda_codec_conexant,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,snd_seq_device,snd_pcm,snd_timer
 soundcore   6460  1 snd
 snd_page_alloc  7080  2 snd_hda_intel,snd_pcm
 ext4  322671  3
 mbcache 5918  1 ext4
 jbd2   73876  1 ext4
 aes_i5867208  2
 aes_generic26803  1 aes_i586
 xts 1907  1
 gf128mul7923  1 xts
 dm_crypt

Re: [CentOS] CentOS 6 packages

2011-08-31 Thread b.j. mcclure
On Wed, 2011-08-31 at 16:30 -0600, CS DBA wrote:
 Hi all;
 
 does anyone know if the following packages are available (via yum) for 
 CentOS 6 and if so which repo they come from?
 
 Thanks in advance...
 
 
 kmymoney
 darktable
 digiKam
 
You might try #yum --enablerepo=reponame search kmymoney darktable
digiKam 

HTH

CentOS Linux release 6.0 (Final)

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [C6] Some typical apps missing?

2011-08-30 Thread b.j. mcclure
On Tue, 2011-08-30 at 14:56 +0200, Marko Vojinovic wrote:
 Hi everyone! :-)
 
 I just installed CentOS 6 on one of my desktop machines, and yum now
 tells me that some of my favorite apps are not present in any of the
 repositories I configured. To name a few: ktorrent, kile, krusader,
 pavucontrol, mplayerplug-in (or is it now gecko-mediaplayer), xine,
 xmms, and so on... All these apps were readily available for C5, and I
 used them happily.
 
 I am mostly surprised with the absence of *any* torrent client, bar
 the rtorrent (which doesn't have a man page and I have no idea how to
 use it). Also kile, krusader and pavucontrol are quite basic and
 common apps...
 
 The configured repositories are: base, updates, extras, rpmforge,
 elrepo, as reported by yum.
 
 What am I missing?
 
 I would also be grateful if anyone has a suggestion for a reasonable
 (and available) substitute for any of these apps. I usually prefer
 KDE4 apps, but will use anything that works. I found some (rtorrent,
 mozilla-vlc, gnome-volume-control), but I am not exactly thrilled with
 their quality, so I'm hoping someone has a better suggestion. Google
 didn't want to be my friend this time, all hits were related to C5...
 ;-)
 
 TIA, :-)
 Marko

I use Vuze for bittorrent.  Used to be called Azureus.  Download here:
http://azureus.sourceforge.net/download.php 
HTH.

B.J.

CentOS Linux release 6.0 (Final)

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] instlaling onto mdadm centos 6

2011-08-13 Thread B.J. McClure
On Sat, 2011-08-13 at 00:01 -0400, William Warren wrote:
 I am attempting to use mdraid for booting my machine but it never does.  
 Does the centos 5 guide for linux software raid work for centos 6?

Dunno, but boot partition must be raid 1.  Grub does not work with 5,
10. etc.

Cheers,
B.J.


CentOS Linux release 6.0 (Final)

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] firewall?

2011-07-16 Thread B.J. McClure
On Sat, 2011-07-16 at 14:56 +0430, hadi motamedi wrote:

snip

 
 Thank you for your help. I tried to get it as 'yum install webadmin*'
 but unsuccessful. Can you please confirm if the spelling is correct?

Google is your friend.  A simple search would have revealed:

http://www.webmin.com/download.html 


B.J.

CentOS Linux release 6.0 (Final)

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centos 64 bit

2011-07-13 Thread B.J. McClure
On Wed, 2011-07-13 at 10:02 -0500, Les Mikesell wrote:
 On 7/13/2011 9:54 AM, Always Learning wrote:
 
 
  (2011/07/13 12:07), Edo wrote:
 
   “exclude=*.i?86” in your /etc/yum.conf
 
  Like many, I dislike both i386 and x64 packages being installed on my
  x64 machines.
 
  However, is there a potential danger than in installing only x64
  packages, one of the required files might be available only in i386
  format and thus detrimentally excluded ?
 
  Some illuminating clarity is welcome.
 
 Note that some 3rd party binaries programs may expect/require 32 bit 
 libs to be present - vmware server, for example.
 
And Skype.

B.J.

CentOS Linux release 6.0 (Final)

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 system-config-network missing

2011-07-11 Thread b.j. mcclure
On Mon, 2011-07-11 at 14:35 -0700, Emmett Culley wrote:
 The network configuration GUI is not to be found on any of the CentOS repos 
 or on EPEL.  I am not interested in having NetworkManager installed on a 
 server.  Is there an application that takes the place of 
 system-config-network?
 
 Emmett
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

There was much discussion about this on the RHEL 6 beta list several
months ago.  Many complaints but nothing came of it as far as I know.  I
just edit the config files in /etc/sysconfig/network-scripts/.

B.J.

RHEL 6.0, Linux 2.6.32-131.2.1.el6.x86_64

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 system-config-network missing

2011-07-11 Thread B.J. McClure
On Tue, 2011-07-12 at 01:52 +0300, Pasi Kärkkäinen wrote:
 On Mon, Jul 11, 2011 at 06:26:00PM -0400, b.j. mcclure wrote:
  On Mon, 2011-07-11 at 14:35 -0700, Emmett Culley wrote:
   The network configuration GUI is not to be found on any of the CentOS 
   repos or on EPEL.  I am not interested in having NetworkManager installed 
   on a server.  Is there an application that takes the place of 
   system-config-network?
   
   Emmett
   ___
   CentOS mailing list
   CentOS@centos.org
   http://lists.centos.org/mailman/listinfo/centos
  
  There was much discussion about this on the RHEL 6 beta list several
  months ago.  Many complaints but nothing came of it as far as I know.  I
  just edit the config files in /etc/sysconfig/network-scripts/.
  
  B.J.
  
  RHEL 6.0, Linux 2.6.32-131.2.1.el6.x86_64
  
 
 That's actually RHEL 6.1 kernel :)
 
 -- Pasi

Yep. So is OS.  Screwed up sig. ;-)

B.J.

-- 
Sent from Ubuntu

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Celebrating Centos 6.0 Day World-wide

2011-07-09 Thread B.J. McClure
On Sat, 2011-07-09 at 20:42 +0200, Ljubomir Ljubojevic wrote:
 Always Learning wrote:
  On Sat, 2011-07-09 at 20:25 +0200, Ljubomir Ljubojevic wrote:
  Most but not all. Windows users have only mp3 music, especially if they 
  have illegal copies like 90% of people in South East Europe. For those 
  you need non-free codecs.
  
  If MP3 music 'works' (meaning it successfully plays on Centos/Gnome) why
  would additional codecs be required ?
 Does it? It was not my experience on either CentOS or Fedora. MP3 codecs 
 are proprietary, and are not distributed by Red Hat distro's (RHEL and 
 Fedora)
 
  
  I'm not very knowledgeable about codecs, which I assume are the audio
  equivalent of printer drivers. I understand yum install gstreamer*
  adds the legal and the 'bad' codecs which makes unplayable music
  playable in Centos/Gnome.
  
 As far as I know there is no codec in base repo that can play MP3 files. 
   Not with Gstreamer nor with Xine.
 
 Ljubomir
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Here is my setup which includes a few packages from rpmforge.  Same
setup on a dozen desktops with various hardware.  All play mp3.

~]$ rpm -qa | grep gstreamer
gstreamer-ffmpeg-0.10.11-1.el6.rf.x86_64
phonon-backend-gstreamer-4.6.2-17.el6.x86_64
gstreamer-plugins-bad-free-0.10.19-2.el6.x86_64
gstreamer-plugins-ugly-0.10.16-2.el6.rf.x86_64
gstreamer-plugins-bad-free-extras-0.10.19-2.el6.x86_64
gstreamer-python-0.10.16-1.1.el6.x86_64
PackageKit-gstreamer-plugin-0.5.8-13.el6.x86_64
gstreamer-tools-0.10.29-1.el6.x86_64
gstreamer-plugins-good-0.10.23-1.el6.x86_64
gstreamer-0.10.29-1.el6.x86_64
gstreamer-plugins-bad-0.10.19-3.el6.rf.x86_64
gstreamer-plugins-base-0.10.29-1.el6.x86_64
[bmcclure@house ~]$ 

Cheers,
B.J.

RHEL 6.0, Linux 2.6.32-131.2.1.el6.x86_64

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Celebrating Centos 6.0 Day World-wide

2011-07-09 Thread b.j. mcclure
On Sat, 2011-07-09 at 21:09 +0200, Ljubomir Ljubojevic wrote:

 B.J. McClure wrote:
  Here is my setup which includes a few packages from rpmforge.  Same
  setup on a dozen desktops with various hardware.  All play mp3.
  
  ~]$ rpm -qa | grep gstreamer
  gstreamer-ffmpeg-0.10.11-1.el6.rf.x86_64
  phonon-backend-gstreamer-4.6.2-17.el6.x86_64
  gstreamer-plugins-bad-free-0.10.19-2.el6.x86_64
  gstreamer-plugins-ugly-0.10.16-2.el6.rf.x86_64
  gstreamer-plugins-bad-free-extras-0.10.19-2.el6.x86_64
  gstreamer-python-0.10.16-1.1.el6.x86_64
  PackageKit-gstreamer-plugin-0.5.8-13.el6.x86_64
  gstreamer-tools-0.10.29-1.el6.x86_64
  gstreamer-plugins-good-0.10.23-1.el6.x86_64
  gstreamer-0.10.29-1.el6.x86_64
  gstreamer-plugins-bad-0.10.19-3.el6.rf.x86_64
  gstreamer-plugins-base-0.10.29-1.el6.x86_64
  [bmcclure@house ~]$ 
  
 RPMForge is not the base/official repo, and you are using -ugly- 
 package for MP3

Gee, I think I mentioned that in the first line of my post. 

 Quote:
 GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and 
 correct functionality, but distributing them might pose problems. The 
 license on either the plug-ins or the supporting libraries might not be 
 how we'd like. The code might be widely known to present patent problems.

Most everyone is aware of that, however, there is a legal distinction between 
using 
and distributing, at least where I live.

Cheers,
B.J.

 Ljubomir
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


RHEL 6.0, Linux 2.6.32-131.2.1.el6.x86_64
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 supported hardware

2011-07-05 Thread B.J. McClure
On Tue, 2011-07-05 at 11:09 +0200, Ljubomir Ljubojevic wrote:
 Mark Weaver wrote:
  On 7/4/2011 10:41 PM, Scott Robbins wrote:
  On Mon, Jul 04, 2011 at 10:30:08PM -0400, Mark Weaver wrote:
  Has anyone seen a supported hardware list on CentOS 6? I've been looking
  around for the last few days; even looked at RedHat's site but didn't
  find one.
 
  I've got a Dell Inspiron 1501 with a Dell Wireless 1390 WLAN mini-card
  in it and I'm trying to find out if it's going to have native driver
  support for the WIFI.
  I think most of the Dell Inspirons actually have a Broadcom 1390.
  There's plenty of posts on it on Fedora forum, not sure how much will be
  applicable to CentOS 6.
  
  I took a look at the Fedora 15 live CD and it didn't have any idea what 
  to do with the WIFI chipset. As I recall it didn't even see it.
  
 
 Broadcom has license restrictions so even ElRepo guys wont create rpms, 
 but there is howto, even for CentOS 5:
 http://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom
 
 Ljubomir

Broadcom released open source drivers in Fall of 2010 for both 32  64
bit systems.  I do not know if it supports the 1390 chip.  It does
support 4300 series chips and b43-fwcutter, for extracting and
installing firmware, and b43 driver are shipped with RHEL 6.  One should
probably assume the same support in CentOS 6.

HTH,
B.J.

RHEL 6.0, Linux 2.6.32-131.2.1.el6.x86_64

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] hard disk install failure

2011-06-07 Thread b.j. mcclure

On Tue, 2011-06-07 at 11:22 -0400, m.r...@5-cent.us wrote:
 Timothy Murphy wrote:
  m.r...@5-cent.us wrote:
 snip
  Now I have to work out how to install Windows on the machine,
  but I daren't ask about that here ...
  I need it because my ISP claims to have tripled the speed
  of my supply, but says I have to run a Windows CD
  to setup the modem he has given me.
 
  ?? What kind of modem? Linux handles almost everything. Certainly, I
  didn't need to install WinDoze to work with the DSL modem I got from
  Verizon.
 
  The modem is a ZyXEL P-660HW-T1 WiFi modem/router (made in China).
  It works fine, but my speed is not 3 times what it was before!
  My ISP (Eircom) claims I have to run the configuration utility
  on the Windows CD to get up to speed.
  I doubt if this is true, but I guess I ought to try it.
 
 It is *not* true. The only thing that I can imagine that software doing is
 setting it up for Windows, and Windows only.
 
 Right, I just looked it up, and I see it's an ADSL modem. Look at your IP
 address, and I'll bet you're 192.168.0.x, or 192.168.1.x. Whatever it is,
 try pinging 192.168.[0 or 1].1. Whichever it is, pull up your browser, and
 point it to that IP, and you should be at the modem's web interface, and
 you can go from there.
 
  mark
Or 192.168.1.254
B.J.

CentOS 5.6, Linux 2.6.18-238.12.1.el5

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] EL 6 rollout strategies? (Scientific Linux)

2011-05-19 Thread B.J. McClure
On Thu, 2011-05-19 at 13:54 +0200, Dag Wieers wrote:
 On Mon, 16 May 2011, Johnny Hughes wrote:
 
  It will be released when it is released, if you don't like it then leave.
 
 Before I leave this list let me take you back about 7 years to the 
 Whitebox mailinglist. You may not remember that Whitebox had a list of 
 issues of its own, no timely updates, no community effort, lack of good
 communication. It was mostly a one-man-effort.

snip


 Anyay, goodbye and thanks for all the fish !

Sorry to see you go, Dag.  Your technical input to this list over the
years has, IMHO, been valuable.  And whether or not I agreed with your
opinion input, it was always presented in a professional manner.

This is my first, and last, post to this line of threads, but frankly, I
have greater concern for the lack of professionalism shown by some on
this list in the last few months than the timeliness, or lack thereof,
of updates.

IMHO, personal attacks and profanity directed at any list member is
always grossly inappropriate.

Thanks for your contributions.

B.J.

RHEL 6.0, Linux 2.6.32-71.29.1.el6.x86_64

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos 5.3, Firefox, and JRE

2011-04-19 Thread b.j. mcclure

CentOS 5.5, Linux 2.6.18-238.9.1.el5 athlon 17:00:52 up 1 day, 21:25, 1
user, load average: 0.22, 0.20, 0.11


On Tue, 2011-04-19 at 15:40 -0500, Eric Kaufmann wrote:
 I can't get java applets to run in Firefox.
 
 We are using centos 5.3, firefox 3.0.11. Java version 1.6.0_24 is
 installed.
 
 java version 1.6.0_24
 Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
 Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)
 
 I know there has been allot written about this issue. I did look and
 there is no jre plug in installed for Firefox.
 
 I tried to reinstall java and this did not work either.
 
 Any ideas?
 
 Eric

Java: To enable java, download and install the appropriate version for
your architecture here.
http://java.com/en/download/linux_manual.jsp?locale=enhost=www.java.com . 
For i386: 
Navigate to /usr/lib/mozilla/plugins and create ln -s
to /usr/java/jre*/lib/i386/libnpjp2.so.
For x86_64: 
Navigate to /usr/lib64/mozilla/plugins and ln -s
to /usr/lib/java/jre*/lib/amd64/libnpjp2.so.
Works for me.  HTH.

B.J.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] audio recorder compatibility

2011-04-12 Thread B.J. McClure
On Tue, 2011-04-12 at 18:12 -0400, ken wrote:
 I'm shopping for a small/tiny audio recorder, the kind for recording in
 a class, interviews, etc... not really music, just voice.  Per usual, a
 lot of these write their audio files in some Windows format, e.g., WMA.
  As a confirmed Linux guy, I'd want to offload the audio files in some
 format that Linux can read/play natively.  I've read a sketchy
 suggestion that there's a  Linux app or utility to do a translation from
 WMA, http://www.linux.com/archive/feature/127583, but I always like to
 keep things as simple as possible and so would much prefer avoiding the
 hassle and possible failure of conversion apps and Windows-format crap
 generally.
 
 Secondly, connecting to my laptop... I've got a sound card, but it
 doesn't have LineIn, just mike and headphone jacks; neither of these is
 good for input, but...  Many audio recorders these days connect with USB
 (which I've got), so that's the most likely connection path.
 
 Given these parameters, does anyone have good experiences with a really
 small audio recorder and offloading and then playing its sound files on
 Linux?
 
 
 Thanks much.
 
 

Sony ICD-PX820.  Records in mp3 format, connects with usb.  Sweet.

Cheers,
B.J.

Tue Apr 12 21:05:03 EDT 2011, RHEL 6, Linux 2.6.32-71.24.1.el6.x86_64
x86_64

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Server hangs on CentOS 5.5

2011-03-10 Thread B.J. McClure

B.J. McClure
keepert...@bellsouth.net

Sent from MacBook-Air


On Mar 10, 2011, at 5:28 PM, Nico Kadel-Garcia wrote:

 On Thu, Mar 10, 2011 at 11:13 AM, Michael Eager ea...@eagerm.com wrote:
 
 Previous cleaning have been with canned compressed air.
 Thanks for the caution about vacuums and static.  I may
 use the vacuum on the case fans from the outside.  The
 case should provide an adequate static shield.
 
 I've had good results with a damp, soft cloth or Q-tip with distilled
 water for awkward bits. and filters, and that cloth for the case
 itself. It also looks noticeably newer, which helps with walking
 investors through a small machine room.

I must respectfully disagree with any application of water, distilled or 
otherwise to things electronic.  I was taught in the Navy, and my engineering 
career has confirmed, that cleaning of electronic components should be done 
with low pressure, dried, compressed air.  50 psi max.  If some solvent must be 
used, try alcohol.  Evaporates quickly, leaves no residue and has an affinity 
for water.

Just my $0.02.

Cheers,
B.J.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RFC: video call recommendations

2011-03-02 Thread b.j. mcclure
+1 for Skype on CentOS 5.5, RHEL 6, and various flavors of Ubuntu.

B.J.
CentOS 5.5, Linux 2.6.18-194.32.1.el5 athlon 17:56:31 up 13 days, 22:24,
1 user, load average: 0.67, 0.53, 0.43


On Wed, 2011-03-02 at 18:39 +, Lars Hecking wrote:

 m.r...@5-cent.us writes:
  I run CentOS at home, not just at work... Anyway, I've got a friend in
  Chicago who recently mentioned that they'd like to do videocalling. Now,
  I've heard of skype, but a quick google says there's some problems on
  Linux. I also see ekiga, and aMSN.
  
  Anyone here run such a beast, and have any recommendations or comments?
  Obviously, must work on CentOS, not Ubuntu, or Fedora, or
  TheLatestCoolestDistroThisMonth
 
  Skype works fine on CentOS.
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] security cameras

2011-02-23 Thread B.J. McClure

Wed Feb 23 10:49:46 EST 2011, RHEL 6, Linux 2.6.18-194.32.1.el5 athlon


On Wed, 2011-02-23 at 10:30 -0500, ken wrote:
 On 02/22/2011 09:02 PM B.J. McClure wrote:
  Not sure it will answer your question but there was an article in
  December 2010 issue of Linux Magazine re surveillance cameras and linux.
  
  HTH.
  
  B.J.
  
  
 
 BJ, I looked around Linux Mag's site for quite a while, did a couple
 searches, and browsed the contents Dec 2010 and quite a few issues
 before and after that, but couldn't find any article about selecting
 and/or setting up surveillance cameras... except one on implementing
 motion detection in cameras.  Is that the one you were thinking of?
snip

Sorry about that.  I cannot find the article on their website.  Page 30
in the paper version by Marcel Gagne.  Did have some stuff on motion
detection but article was broader than that and the links at the end of
the article might be useful, especially this one:

http://www.lavrsen.dk/foswiki/bin/view/Motion/WorkingDevices 

Good luck.

B.J.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] security cameras

2011-02-22 Thread B.J. McClure
Not sure it will answer your question but there was an article in
December 2010 issue of Linux Magazine re surveillance cameras and linux.

HTH.

B.J.

Tue Feb 22 21:00:42 EST 2011, RHEL 6, Linux 2.6.18-194.32.1.el5 athlon


On Tue, 2011-02-22 at 20:27 -0500, ken wrote:

 I heard about some inexpensive security cameras which get their power
 through the same cat5 cable which delivers the data/pictures (which
 would simplify wiring tremendously).  Does anyone know about these?  Do
 they work with Linux, particularly CentOS?
 
 
 tnx 4 tips.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] java please help

2011-02-11 Thread b.j. mcclure

On Fri, 2011-02-11 at 11:42 -0800, ann kok wrote:
 Hi 
 
 I use yum to install openjdk 1.6.0 in centos5.5
 
 but the firefox browser still says that 
 
 JRE not installation / Java is disabled
 
 Can you help
 
snip

This works for me.


To enable java, download and install the appropriate version for your
architecture here.
http://java.com/en/download/linux_manual.jsp?locale=enhost=www.java.com . 

For i386:

Navigate to /usr/lib/mozilla/plugins and create ln -s
to /usr/java/jre*/lib/i386/libnpjp2.so.

For x86_64:

Navigate to /usr/lib64/mozilla/plugins and ln -s
to /usr/lib/java/jre*/lib/amd64/libnpjp2.so.

HTH, YMMV
B.J.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] How to disable screen locking system-wide?

2011-01-19 Thread b.j. mcclure
On Wed, 2011-01-19 at 15:29 -0500, Scott Robbins wrote:
 On Wed, Jan 19, 2011 at 03:18:37PM -0500, m.r...@5-cent.us wrote:
  Sean Hart wrote:
   On 1/19/11 11:49 AM, Rudi Ahlers wrote:
 
 
 
   I believe that CTRL-ALT-Bksp will restart X, not the computer.  On
   restart of X you should be welcomed with the login screen.
 
 
 Note that in later versions of X, this is disabled by default--this was
 an xorg decisions, apparently, they felt too many were typing it by
 mistake.  
 
 
 It can be enabled with an entry in /etc/X11/xorg.conf  
 (It can, apparently, also be enabled with a Gnome GUI, but not using
 Gnome, I've forgotten what it is.)
 
 
 I suspect that in CentOS 6, it will no longer work, not sure about 5.x
 at this point. 
 
I can confirm it does not work on RHEL 6 Workstation.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] source code location

2011-01-09 Thread B.J. McClure

On Sun, 2011-01-09 at 11:23 -0800, John R Pierce wrote:

 On 01/09/11 11:14 AM, derleader __ wrote:
  No, those are at ftp://ftp.redhat.com/redhat/linux/updates/enterprise/
 
  why there is no version 6? only 2, 3 and 4
 
 ftp://ftp.redhat.com/redhat/linux/updates/rhn/5Server/
 
 
 I don't believe there are any updates for 6 yet, are there?
 _

snip

Yes, at least for workstation version.

B.J.

Sun Jan 9 14:40:13 EST 2011, RHEL 6, Linux 2.6.32-71.7.1.el6.x86_64
x86_64
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Google Picasa / GNOME / how to launch application?

2010-12-17 Thread B.J. McClure

On Fri, 2010-12-17 at 06:02 -0500, Lanny Marcus wrote:

 On Wed, Dec 15, 2010 at 11:41 PM, Dejan cen...@bektchiev.net wrote:
  On Wed, Dec 15, 2010 at 06:47, Lanny Marcus lmmailingli...@gmail.com 
  wrote:
  I had installed Picasa,apparently properly, but am unable to launch
  the application. In the GNOME Desktop menu, Applications  Graphics 
  Picasa  Picasa it does not launch. Reinstalled it and the same issue.
  snip
  I had a similar issue with Picasa on my Fedora 14 laptop. The solution
  was to download the latest Picasa version for Windows and run it under
  Wine.

Fwiw, I am running Picasa 3 beta on two CentOS 5.5 32 bit machines
without known issue.  Ymmv.

Cheers,
B.J.

Fri Dec 17 06:05:49 EST 2010, CentOS 5.5, Linux 2.6.18-194.26.1.el5
athlon
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Google Picasa / GNOME / how to launch application?

2010-12-17 Thread B.J. McClure

On Fri, 2010-12-17 at 06:49 -0500, Lanny Marcus wrote:
 On Fri, Dec 17, 2010 at 6:08 AM, B.J. McClure keepert...@bellsouth.net 
 wrote:
  On Fri, 2010-12-17 at 06:02 -0500, Lanny Marcus wrote:
  On Wed, Dec 15, 2010 at 11:41 PM, Dejan cen...@bektchiev.net wrote:
   On Wed, Dec 15, 2010 at 06:47, Lanny Marcus lmmailingli...@gmail.com 
   wrote:
   I had installed Picasa,apparently properly, but am unable to launch
   the application. In the GNOME Desktop menu, Applications  Graphics 
   Picasa  Picasa it does not launch. Reinstalled it and the same issue.
   snip
   I had a similar issue with Picasa on my Fedora 14 laptop. The solution
   was to download the latest Picasa version for Windows and run it under
   Wine.
 
  Fwiw, I am running Picasa 3 beta on two CentOS 5.5 32 bit machines without 
  known issue.  Ymmv.
 
 B.J. I installed with yum from the google repository. Yum said it's
 the latest version, but obviously it's not, if you are on 3.x... Lanny
 
 Reinstalling:
  picasa   i386   2.7.3736-15 google

I downloaded and installed from here:

http://picasa.google.com/linux/ 

HTH.

B.J.

Fri Dec 17 06:55:08 EST 2010, CentOS 5.5, Linux 2.6.18-194.26.1.el5
athlon

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Google Picasa / GNOME / how to launch application?

2010-12-17 Thread B.J. McClure

On Fri, 2010-12-17 at 06:49 -0500, Lanny Marcus wrote:
 On Fri, Dec 17, 2010 at 6:08 AM, B.J. McClure keepert...@bellsouth.net 
 wrote:
  On Fri, 2010-12-17 at 06:02 -0500, Lanny Marcus wrote:
  On Wed, Dec 15, 2010 at 11:41 PM, Dejan cen...@bektchiev.net wrote:
   On Wed, Dec 15, 2010 at 06:47, Lanny Marcus lmmailingli...@gmail.com 
   wrote:
   I had installed Picasa,apparently properly, but am unable to launch
   the application. In the GNOME Desktop menu, Applications  Graphics 
   Picasa  Picasa it does not launch. Reinstalled it and the same issue.
   snip
   I had a similar issue with Picasa on my Fedora 14 laptop. The solution
   was to download the latest Picasa version for Windows and run it under
   Wine.
 
  Fwiw, I am running Picasa 3 beta on two CentOS 5.5 32 bit machines without 
  known issue.  Ymmv.
 
 B.J. I installed with yum from the google repository. Yum said it's
 the latest version, but obviously it's not, if you are on 3.x... Lanny
 
 Reinstalling:
  picasa   i386   2.7.3736-15 google

Here is the version:

[bmccl...@house ~]$ rpm -q picasa
picasa-3.0.5744-02

B.J.

Fri Dec 17 07:03:37 EST 2010, CentOS 5.5, Linux 2.6.18-194.26.1.el5
athlon

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] RHEL 6b2 Release

2010-06-30 Thread b.j. mcclure
For those who might be interested, RHEL 6b2 has just been announced.

http://www.redhat.com/rhel/beta 

Cheers,
B.J.

CentOS 5.5, Linux 2.6.18-194.3.1.el5 x86_64 10:47:08 up 8 days, 14:45, 1
user, load average: 0.56, 0.55, 0.49


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] where to download CENTOS 5.5 DVD version?

2010-06-11 Thread b.j. mcclure
Strange.

http://isoredirect.centos.org/centos/5/isos/x86_64/



On Fri, 2010-06-11 at 17:40 +0800, mcclnx mcc wrote:
 I want to CENTOS download side and tried to download CENTOS 5.5 X86_64 DVD 
 version.  I can NOT find on any site.
 
 Any ideal?
 
 Thanks.
 
 
   
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] how to build a centos kernel?

2010-05-01 Thread b.j. mcclure
Canonical?

http://wiki.centos.org/HowTos/Custom_Kernel

hth
B.J.
CentOS 5.4, Linux 2.6.18-164.15.1.el5 x86_64 08:58:50 up 4 days, 21:14,
1 user, load average: 1.10, 0.41, 0.19


On Sat, 2010-05-01 at 08:46 -0400, Robert P. J. Day wrote:

 a couple folks on the local mailing list were asking about the
 mechanics of building a kernel for a centos system, and they seemed to
 suggest that there were some intricacies involved as opposed to other
 distros.  i've never tried it -- is there a trick or something?  got a
 pointer to the canonical web page that has the directions?  thanks.
 
 rday
 --
 
 
 Robert P. J. Day   Waterloo, Ontario, CANADA
 
 Linux Consulting, Training and Kernel Pedantry.
 
 Web page:  http://crashcourse.ca
 Twitter:   http://twitter.com/rpjday
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHEL 6 Beta available for public download

2010-04-21 Thread b.j. mcclure



 
 http://press.redhat.com/2010/04/21/red-hat-enterprise-linux-6-beta-available-today-for-public-download/
 
 ...says it all.
 
 Have phun!
 
 Timo

Hmmm.  I get a 505.

B.J.

CentOS 5.4, Linux 2.6.18-164.15.1.el5 x86_64 07:55:04 up 1 day, 22:25, 1
user, load average: 0.09, 0.14, 0.16
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] printer trouble - missing driver?

2010-03-27 Thread B.J. McClure
Try the ppd file here:
http://www.openprinting.org/printer/HP/HP-DeskJet_D2300 

Cheers

Ubuntu 7.10, Linux 2.6.31-20-generic unknown 16:40:15 up 1 day, 2:29, 1
user, load average: 0.33, 0.20, 0.10 

On Sat, 2010-03-27 at 16:12 -0400, Michael Klinosky wrote:

 I can't get my HP DeskJet D2345 (USB) to work on my CentOS 5.3 machine. 
 It'll work on another machine (with Fedora 7).
 
 I compared the installation details (in CUPS http://localhost:631) - 
 seems that Cent does not have the driver. On the F7 machine, the device 
 is D2345 (HP D2300 series) and the driver is HP DeskJet D2300 
 Foomatic/hpijs. When I try to config my Cent machine for this printer, 
 I don't see that driver anywhere in the list.
 
 I searched cups.org for D2345 and D2300 - no joy.
 
 Can I merely copy some file (the driver?) to the Cent machine? (If so, 
 where would I find it?)
 
 Or, how do I get this printer to work with CentOS 5.x?
 
 * Details *
 On the Cent box, I tried using the HP DeskJet (generic?) driver. But, 
 when I tell it to print (in an app or even a test page from cups), the 
 computer seems to go thru the motions, but the printer doesn't respond 
 at all (no noises, nothing). Indeed, cups even states that the job is 
 completed.
 
 When I plug the printer into the Cent box, the message log reports:
 Mar 27 16:02:02 sr1220 kernel: usb 3-1: new full speed USB device using 
 uhci_hcd and address 7
 Mar 27 16:02:02 sr1220 kernel: usb 3-1: configuration #1 chosen from 1 
 choice
 Mar 27 16:02:02 sr1220 kernel: drivers/usb/class/usblp.c: usblp0: USB 
 Bidirectional printer dev 7 if 0 alt 0 proto 2 vid 0x03F0 pid 0xC302
 
 When I tell CUPS to print a test page, several lines are issued in the 
 CUPS log; here are a few:
 I [27/Mar/2010:16:04:47 -0400] [Job 14] Started filter 
 /usr/lib/cups/filter/pstops (PID 5297)
 I [27/Mar/2010:16:04:47 -0400] [Job 14] Started filter 
 /usr/lib/cups/filter/foomatic-rip (PID 5298)
 I [27/Mar/2010:16:04:47 -0400] [Job 14] Started backend 
 /usr/lib/cups/backend/hal (PID 5299)
 I [27/Mar/2010:16:04:49 -0400] [Job 14] Completed successfully.
 I [27/Mar/2010:16:04:50 -0400] Started 
 /usr/lib/cups/cgi-bin/printers.cgi (pid=5307)
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Email Problem

2010-02-26 Thread B.J. McClure

On Fri, 2010-02-26 at 08:57 -0400, Susan Day wrote:

snip

 With respect to Kai's suggestion I find a qmail list, I'm sorry to say
 there don't appear to be ANY discussion lists for ANY email servers
 that are active. I'm desperate to get this working.
 TIA,
 Suzie

How about

qmail-h...@list.cr.yp.to 

There is also a postfix list as well.

Cheers,
B.J.

CentOS 5.4, Linux 2.6.18-164.11.1.el5 athlon 08:13:27 up 4 days, 11:53,
1 user, load average: 0.30, 0.27, 0.24

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NFS client firewall config?

2010-02-19 Thread B.J. McClure

On Fri, 2010-02-19 at 16:42 +0200, Rudi Ahlers wrote:

 
 
 
 On Thu, Feb 18, 2010 at 10:22 PM, Agile Aspect
 agile.asp...@gmail.com wrote:
 
 
 
 
 
 
 I would strongly recommend using NFS4 if at all possible.
 
 See Chapter 18 for NFS in general and 18.8 for security issues
 
  
 http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-nfs-security.html
 
 --
  Enjoy global warming while it lasts.
 
 
 ___
 
 
 
 
 
 Hi, 
 
 
 How do I install NFS4, exactly? The server runs CentOS 5.4 with all
 the latest kernel  software updates. From what I can gather on
 google, NFS is NFS, is NFS?
 
 
 
 
 -- 
 Kind Regards
 Rudi Ahlers
 SoftDux


Try man nfs?

Regards,
B.J.

CentOS 5.4, Linux 2.6.18-164.11.1.el5 athlon 09:56:46 up 3 days, 21:57,
1 user, load average: 0.17, 0.13, 0.10
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] saslauthd attack

2010-02-11 Thread B.J. McClure

On Wed, 2010-02-10 at 22:33 -0500, John Hinton wrote:
 Yes... most of them. Just the new PITA. Anyway... I still can't seem to 
 figure out how to log the IP addresses for this attack.
 
 The system is saslauthd running as a service... sendmail and dovecot 
 setup. I have log levels in sendmail set to 14. Something has to be able 
 to log the offender(s).
 
 Any ideas what I'm missing or where to look?
 
 John
 
 Lincoln Zuljewic Silva wrote:
  I supose that you are using SMTP authentication with SASL.
 
  From the log service=smtp...so, in fact, the attack is coming from
  the SMTP server and not directly to the SASL.
 
  I guess that someone is trying to do a brute force attack on the SMTP 
  server.
 
  Regards
  Lincoln
 
  On Wed, Feb 10, 2010 at 6:08 PM, John Hinton webmas...@ew3d.com wrote:

  I'm seeing a lot of activity over the last two days with what looks to
  be a kiddie script. Mostly trying to access several of our servers with
  the username anna. All failed... in fact I don't think we have a user
  anna on any of our servers. Meanwhile...
 
  I'm running Sendmail. This pertains to Centos 4 and 5 servers. I'm also
  running fail2ban on some and Ossec on others. So far, no blocking is
  being done. When I look at the logs all I find is under messages and
  here is a sample:
snip

I use denyhosts which has worked well for me.  I have two IPs which have
been under attack mostly on ssh, some on dovecot, periodically for the
last six weeks.  Offending IPs are logged when blocked, but they just
switch IPs as well as login user names.

At least with denyhosts the IPs are readily available.

Cheers.
B.J.

CentOS 5.4, Linux 2.6.18-164.11.1.el5 athlon 05:24:40 up 9:38, 1 user,
load average: 0.33, 0.17, 0.19

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centos courseware?

2010-01-20 Thread b.j. mcclure

On Wed, 2010-01-20 at 10:31 -0500, Robert P. J. Day wrote:
 
   does anyone here have pointers or access to courseware that could be
 used to teach centos (5.4, i believe)?  publicly-available, free C/W
 would, of course, be ideal, but if you have some decent training
 manuals that you're willing to license on a per-manual basis, i'm
 still willing to chat.
 
 rday
I find the RHEL Deployment Guide very helpful in this regard.  Sorry. I
don't have the link handy at the moment but it's available on the RH
website.HTH.

B.J.
CentOS 5.4, Linux 2.6.18-164.9.1.el5 x86_64 10:47:33 up 10 days, 21:27,
1 user, load average: 0.21, 0.13, 0.45

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centos courseware?

2010-01-20 Thread b.j. mcclure



  I find the RHEL Deployment Guide very helpful in this regard.
  Sorry. I don't have the link handy at the moment but it's available
  on the RH website.HTH.
 
   yes, i've already bookmarked those.  i was curious in that there are
 some deployment guides at the centos site:
 
 http://www.centos.org/docs/5/
 
 but they stop at 5.2.  any reason for that?
 
 rday
 --
That issue was discussed on this list in the recent past.  Don't recall
the answer.  I have no difficulty in using the RH guide since CentOS
strives to be binary compatible with RHEL.

There is a textbook, Linux:The Textbook,published by Addison Wesley,
which is used in the local college in the AA program but it is generic
and somewhat out of date:circa 2002.

B.J.
CentOS 5.4, Linux 2.6.18-164.9.1.el5 x86_64 11:25:02 up 10 days, 22:04,
1 user, load average: 0.03, 0.05, 0.08

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] scp copy remote files does NOT copy link?

2009-12-21 Thread b.j. mcclure

On Mon, 2009-12-21 at 11:25 -0800, nate wrote:
 b.j. mcclure wrote:
 
  I know I'm going to be embarrassed by the answer to this one but I've
  checked a couple rsync and ssh references, including man rsync, and do
  not find an option -H.  What is it?
 
 Looks like
 
  -H, --hard-linkspreserve hard links
 
 In my experience hard links aren't very common, symlinks on the other
 hand are very common, and probably the type of link you were
 encountering.
 
 nate
 
Darn.  I knew it was dumb. ;-/
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
CentOS 5.4, Linux 2.6.18-164.9.1.el5 x86_64 14:29:22 up 2 days, 20:36, 1
user, load average: 0.13, 0.22, 0.20

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem with Yum on CentOS 5.4

2009-11-15 Thread B.J. McClure
You might need to verify internet access.  Are you connected via
wireless or wired?  Can you ping any IP?
 
CentOS 5.4, Linux 2.6.18-164.6.1.el5 athlon 07:05:30 up 1 day, 10:38, 1
user, load average: 0.07, 0.07, 0.07


On Sun, 2009-11-15 at 04:26 -0700, Joshua Gimer wrote:
 Could you please post the full output of the yum update? Also, are you
 using any additional yum repos outside of the default centos repo or
 any plugins?
 
 Thanks
 Josh
 
 On Sun, Nov 15, 2009 at 12:29 AM, Niki Kovacs cont...@kikinovak.net
 wrote:
 Hi,
 
 I recently downloaded and burned the 5.4 DVD ISO. All my
 machines are
 now running 5.4, but these are installs I performed with 5.0,
 5.1, 5.2
 etc. and then progressively upgraded. Now I had to use 5.4
 because a
 friend's laptop, a brandnew Fujitsu Esprimo Mobile, refuses to
 boot
 anything under 5.4.
 
 After a fresh install of the base system, first thing I do is
 'yum
 update' with the default setup... only this time, nothing
 happens. I
 stays about a minute or two on 'Determining fastest mirror'...
 and then
 tells me :
 
 Could not retrieve mirrorlist...
 
 On the other hand, 'yum update' on all the other installs
 (from older
 CentOS disks) works correctly.
 
 What's wrong?
 
 Niki
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
 
 
 
 -- 
 Thx
 Joshua Gimer
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] pan news reader

2009-11-14 Thread B.J. McClure

On Sat, 2009-11-14 at 03:38 +, MIKE - EMAIL IGNORED wrote:
 Does anyone know if the pan news reader works
 on CentOS 5.4?  I am considering installing
 version 0.132 that I downloaded from
 pan.rebelbase.com .
 
 Thanks for your advice.
 
 Mike.

This works fine for me on 5.4. 

[bmccl...@house ~]$ rpm -q pan
pan-0.132-1.el5.rf

CentOS 5.4, Linux 2.6.18-164.6.1.el5 athlon 04:58:11 up 8:30, 2 users,
load average: 0.06, 0.13, 0.09


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Cannot open port 631 for Cups printer sharing

2009-03-02 Thread b.j. mcclure
I have been trying to set up printer sharing on the LAN.All machines are
CentOS 5.2 fully updated. The problem server is a fresh build.  The box
it is replacing worked fine for many months.
The problem appears to be a closed port 631 on the new box.  iptables
and ip6tables are stopped as shown by the output below.  To confirm I
was using nmap correctly I ran it against the old server first which
shows 631 open.  No matter what I do to the new box (192.168.2.205) 631
remains closed.  I was running it on the new box via ssh which I think
eleminates any swithc/router issues.

Any thoughts gladly accepted.  This must be something simple/stupid I
have overlooked.  Not much hair left to pull out. ;-/

B.J. 

[r...@office bmcclure]# ssh 192.168.2.200
r...@192.168.2.200's password: 
Last login: Sat Feb 21 17:39:51 2009
[r...@fileserver ~]# nmap -sT -p 631 -PT 192.168.2.200

Starting Nmap 4.20 ( http://insecure.org ) at 2009-03-02 11:00 EST
Interesting ports on 192.168.2.200:
PORTSTATE SERVICE
631/tcp open  ipp

Nmap finished: 1 IP address (1 host up) scanned in 0.121 seconds
[r...@fileserver ~]# nmap -sT -p 631 -PT 192.168.2.205

Starting Nmap 4.20 ( http://insecure.org ) at 2009-03-02 11:01 EST
Interesting ports on 192.168.2.205:
PORTSTATE  SERVICE
631/tcp closed ipp
MAC Address: 00:17:31:EC:0B:2D (Asustek Computer)

Nmap finished: 1 IP address (1 host up) scanned in 0.185 seconds
[r...@fileserver ~]# exit
logout

Connection to 192.168.2.200 closed.
[r...@office bmcclure]# ssh 192.168.2.205
r...@192.168.2.205's password: 
Last login: Mon Mar  2 06:52:36 2009 from house.keepertoad.com
[r...@webserver ~]# service iptables stop
[r...@webserver ~]# service ip6tables stop
[r...@webserver ~]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source   destination 

Chain FORWARD (policy ACCEPT)
target prot opt source   destination 

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination 
[r...@webserver ~]# ip6tables -L
Chain INPUT (policy ACCEPT)
target prot opt source   destination 

Chain FORWARD (policy ACCEPT)
target prot opt source   destination 

Chain OUTPUT (policy ACCEPT)
target prot opt source   destination 
[r...@webserver ~]# nmap -sT -p 631 -PT 127.0.0.1

Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2009-03-02 11:03
EST
Interesting ports on localhost (127.0.0.1):
PORTSTATE  SERVICE
631/tcp closed ipp

Nmap finished: 1 IP address (1 host up) scanned in 0.031 seconds
[r...@webserver ~]# service cups status
cupsd (pid 6941) is running...
[r...@webserver ~]# nmap -sT -F -PT 127.0.0.1

Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2009-03-02 11:09
EST
Interesting ports on localhost (127.0.0.1):
Not shown: 1233 closed ports
PORT STATE SERVICE
22/tcp   open  ssh
25/tcp   open  smtp
111/tcp  open  rpcbind
443/tcp  open  https
636/tcp  open  ldapssl
2049/tcp open  nfs

Nmap finished: 1 IP address (1 host up) scanned in 0.077 seconds

[r...@webserver ~]# 


CentOS 5.2, Linux 2.6.18-92.1.22.el5 x86_64 10:54:59 up 17:48, 1 user,
load average: 0.34, 0.23, 0.09

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cannot open port 631 for Cups printer sharing

2009-03-02 Thread b.j. mcclure

On Mon, 2009-03-02 at 11:37 -0500, JohnS wrote:
 On Mon, 2009-03-02 at 11:20 -0500, b.j. mcclure wrote:
  I have been trying to set up printer sharing on the LAN.All machines are
  CentOS 5.2 fully updated. The problem server is a fresh build.  The box
  it is replacing worked fine for many months.
  The problem appears to be a closed port 631 on the new box.  iptables
  and ip6tables are stopped as shown by the output below.  To confirm I
  was using nmap correctly I ran it against the old server first which
  shows 631 open.  No matter what I do to the new box (192.168.2.205) 631
  remains closed.  I was running it on the new box via ssh which I think
  eleminates any swithc/router issues.
  
  Any thoughts gladly accepted.  This must be something simple/stupid I
  have overlooked.  Not much hair left to pull out. ;-/
 
 Do you have the Cups Service running? service cups status and service
 hplip status.
 
 JohnStanley
Yes.  See output in original post.  Thanks.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
CentOS 5.2, Linux 2.6.18-92.1.22.el5 x86_64 12:20:30 up 19:14, 2 users,
load average: 0.01, 0.01, 0.00

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cannot open port 631 for Cups printer sharing

2009-03-02 Thread b.j. mcclure

On Mon, 2009-03-02 at 11:50 -0500, Roger Wells wrote:
 JohnS wrote:
  On Mon, 2009-03-02 at 11:20 -0500, b.j. mcclure wrote:

  I have been trying to set up printer sharing on the LAN.All machines are
  CentOS 5.2 fully updated. The problem server is a fresh build.  The box
  it is replacing worked fine for many months.
  The problem appears to be a closed port 631 on the new box.  iptables
  and ip6tables are stopped as shown by the output below.  To confirm I
  was using nmap correctly I ran it against the old server first which
  shows 631 open.  No matter what I do to the new box (192.168.2.205) 631
  remains closed.  I was running it on the new box via ssh which I think
  eleminates any swithc/router issues.
 
  Any thoughts gladly accepted.  This must be something simple/stupid I
  have overlooked.  Not much hair left to pull out. ;-/
  
 
  Do you have the Cups Service running? service cups status and service
  hplip status.
 

 I don't have an answer but I have to believe that your problem
 is related to mine (thread: cups  hp-toolbox)
 my machine: Linux rwells-rh 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 
 12:03:43 EST 2008 i686 i686 i386 GNU/Linux
 [r...@rwells-rh legacydp]# /sbin/service hplip status
 hpiod (pid 6422) is running...
 hpssd (pid 6427) is running...
 
 [r...@rwells-rh legacydp]# /sbin/service cups status
 cupsd (pid 6453) is running...
 
 10.40.90.14 is my IP address
 [ro...@rwells-rh legacydp]$ nmap -sT -p 631 -PT 10.40.90.14
 
 Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2009-03-02 11:34 EST
 Interesting ports on rwells-rh (10.40.90.14):
 PORTSTATE  SERVICE
 631/tcp closed ipp
 
 Interesting that when the local host address is used the port is open:
 [r...@rwells-rh legacydp]# nmap -sT -p 631 -PT 127.0.0.1
 
 Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2009-03-02 11:47 EST
 Interesting ports on localhost.localdomain (127.0.0.1):
 PORTSTATE SERVICE
 631/tcp open  ipp
 
 Nmap finished: 1 IP address (1 host up) scanned in 0.017 seconds
 
 I hope that there are some clues here
  JohnStanley
In my situation I ran nmap from the effected box via ssh, i.e., on the box in
question and 631 was still closed.  If it had been open locally but closed 
remotely 
I would have suspected a router/switch issue.   

CentOS 5.2, Linux 2.6.18-92.1.22.el5 x86_64 12:23:44 up 19:17, 2 users,
load average: 0.04, 0.02, 0.00

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cannot open port 631 for Cups printer sharing

2009-03-02 Thread b.j. mcclure

On Mon, 2009-03-02 at 12:27 -0500, JohnS wrote:
 On Mon, 2009-03-02 at 11:50 -0500, Roger Wells wrote:
  JohnS wrote:
   On Mon, 2009-03-02 at 11:20 -0500, b.j. mcclure wrote:
 
   I have been trying to set up printer sharing on the LAN.All machines are
   CentOS 5.2 fully updated. The problem server is a fresh build.  The box
   it is replacing worked fine for many months.
   The problem appears to be a closed port 631 on the new box.  iptables
   and ip6tables are stopped as shown by the output below.  To confirm I
   was using nmap correctly I ran it against the old server first which
   shows 631 open.  No matter what I do to the new box (192.168.2.205) 631
   remains closed.  I was running it on the new box via ssh which I think
   eleminates any swithc/router issues.
  
   Any thoughts gladly accepted.  This must be something simple/stupid I
   have overlooked.  Not much hair left to pull out. ;-/
   
  
   Do you have the Cups Service running? service cups status and service
   hplip status.
  
 
  I don't have an answer but I have to believe that your problem
  is related to mine (thread: cups  hp-toolbox)
  my machine: Linux rwells-rh 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 
  12:03:43 EST 2008 i686 i686 i386 GNU/Linux
  [r...@rwells-rh legacydp]# /sbin/service hplip status
  hpiod (pid 6422) is running...
  hpssd (pid 6427) is running...
  
  [r...@rwells-rh legacydp]# /sbin/service cups status
  cupsd (pid 6453) is running...
  
 Interesting that when the local host address is used the port is open:
 [r...@rwells-rh legacydp]# nmap -sT -p 631 -PT 127.0.0.1
 It is configured by default to it has to be changed
 
 See below working config. You will need to have iptables to allow access
 from remote connections. /etc  cups and hp dirs.
 cupsd.conf:
 
 MaxLogSize 20
 # Show general information in error_log.
 LogLevel info
 SystemGroup sys root
 # Allow remote access
 Port 631
 Listen /var/run/cups/cups.sock
 # Enable printer sharing and shared printers.
 Browsing On
 BrowseOrder allow,deny
 # (Change '@LOCAL' to 'ALL' if using directed broadcasts from another
 subnet.)
 BrowseAllow @LOCAL
 BrowseAddress @LOCAL
 DefaultAuthType Basic
 --
 hplip.conf:
 
 # hplip.conf
 
 [hpiod]
 # port=0 (dynamic IP port)
 port=2208
 [hpssd]
 # port=0 (dynamic IP port)
 port=2207
 
 [hplip]
 version=1.7.2
 jdprobe=0
 
 Iptables needs:
 -A RH-Firewall-1-INPUT -p udp -m udp --dport 631 -j ACCEPT
 -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 631 -j ACCEPT

My config files agree with yours except hplip is version 1.6.7.

Firewall is completely down, i.e., iptables and ip6tables are stopped.

Thanks for the input.
B.J.

CentOS 5.2, Linux 2.6.18-92.1.22.el5 x86_64 12:37:10 up 19:31, 3 users,
load average: 0.06, 0.07, 0.02

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cannot open port 631 for Cups printer sharing

2009-03-02 Thread b.j. mcclure

On Mon, 2009-03-02 at 13:06 -0500, JohnS wrote:
 On Mon, 2009-03-02 at 12:43 -0500, b.j. mcclure wrote:
  On Mon, 2009-03-02 at 12:27 -0500, JohnS wrote:
   On Mon, 2009-03-02 at 11:50 -0500, Roger Wells wrote:
JohnS wrote:
 On Mon, 2009-03-02 at 11:20 -0500, b.j. mcclure wrote:
   
 I have been trying to set up printer sharing on the LAN.All machines 
 are
 CentOS 5.2 fully updated. The problem server is a fresh build.  The 
 box
 it is replacing worked fine for many months.
 The problem appears to be a closed port 631 on the new box.  iptables
 and ip6tables are stopped as shown by the output below.  To confirm I
 was using nmap correctly I ran it against the old server first which
 shows 631 open.  No matter what I do to the new box (192.168.2.205) 
 631
 remains closed.  I was running it on the new box via ssh which I 
 think
 eleminates any swithc/router issues.

 Any thoughts gladly accepted.  This must be something simple/stupid I
 have overlooked.  Not much hair left to pull out. ;-/
 

 Do you have the Cups Service running? service cups status and service
 hplip status.

   
I don't have an answer but I have to believe that your problem
is related to mine (thread: cups  hp-toolbox)
my machine: Linux rwells-rh 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 
12:03:43 EST 2008 i686 i686 i386 GNU/Linux
[r...@rwells-rh legacydp]# /sbin/service hplip status
hpiod (pid 6422) is running...
hpssd (pid 6427) is running...

[r...@rwells-rh legacydp]# /sbin/service cups status
cupsd (pid 6453) is running...

   Interesting that when the local host address is used the port is open:
   [r...@rwells-rh legacydp]# nmap -sT -p 631 -PT 127.0.0.1
   It is configured by default to it has to be changed
   
   See below working config. You will need to have iptables to allow access
   from remote connections. /etc  cups and hp dirs.
   cupsd.conf:
   
   MaxLogSize 20
   # Show general information in error_log.
   LogLevel info
   SystemGroup sys root
   # Allow remote access
   Port 631
   Listen /var/run/cups/cups.sock
   # Enable printer sharing and shared printers.
   Browsing On
   BrowseOrder allow,deny
   # (Change '@LOCAL' to 'ALL' if using directed broadcasts from another
   subnet.)
   BrowseAllow @LOCAL
   BrowseAddress @LOCAL
   DefaultAuthType Basic
   --
   hplip.conf:
   
   # hplip.conf
   
   [hpiod]
   # port=0 (dynamic IP port)
   port=2208
   [hpssd]
   # port=0 (dynamic IP port)
   port=2207
   
   [hplip]
   version=1.7.2
   jdprobe=0
   
   Iptables needs:
   -A RH-Firewall-1-INPUT -p udp -m udp --dport 631 -j ACCEPT
   -A RH-Firewall-1-INPUT -p tcp -m tcp --dport 631 -j ACCEPT
  
  My config files agree with yours except hplip is version 1.6.7.
 
 Ok the version I have running is directly from the hplip website. It is
 not the CentOS Distro version.  This actually brings up something of
 which I really believe that upstream has modified the code (backports
 etc). What is extremly strange is that I could not get any HP printers
 to function correctly with the hplip rpm from Upstream. So what I done
 was down load the binary from HP, thus far I have not have any problems.
 There is a newer version on the site than I have running. Why I don't
 have the newest is, for some strange reason it does not want to work
 right.
 http://hplipopensource.com/hplip-web/index.html 
 You can try this but it want solve the your current problem of knowing
 why it want work. Ultimately file a bug report as both of you are having
 the same problem and none seems to have an answer.

I just called and had the printer (hplaserjet 1300) reconnected to the
old server and it works fine with hplip ver. 1.6.7 so I don't think it's
hplip.  Both machines are identical except for motherboard, ram and
drives, none of which should be in the picture here AFAIK.  Even had the
cat5 cable switched between the two boxes with no change.  Don't think I
have ever seen a port closed with the firewall down and a service
running on it before.  You may be right, it may be a bug but I've done
this so many times on centos 5 without this issue.  Thanks for all your
help.  I'll keep plugging at it and if all else fails try another
install.

  Firewall is completely down, i.e., iptables and ip6tables are stopped.
 OK i see now
 
 JohnStanley

B.J.

CentOS 5.2, Linux 2.6.18-92.1.22.el5 x86_64 13:13:37 up 20:07, 3 users,
load average: 0.44, 0.48, 0.34

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cannot open port 631 for Cups printer sharing

2009-03-02 Thread b.j. mcclure

On Mon, 2009-03-02 at 11:14 -0800, Scott Silva wrote:
 on 3-2-2009 8:20 AM b.j. mcclure spake the following:
  I have been trying to set up printer sharing on the LAN.All machines are
  CentOS 5.2 fully updated. The problem server is a fresh build.  The box
  it is replacing worked fine for many months.
  The problem appears to be a closed port 631 on the new box.  iptables
  and ip6tables are stopped as shown by the output below.  To confirm I
  was using nmap correctly I ran it against the old server first which
  shows 631 open.  No matter what I do to the new box (192.168.2.205) 631
  remains closed.  I was running it on the new box via ssh which I think
  eleminates any swithc/router issues.
  
  Any thoughts gladly accepted.  This must be something simple/stupid I
  have overlooked.  Not much hair left to pull out. ;-/
  
 
 
 Cups defaults to only being open on localhost. You have to edit the config
 file to open more up.

Perhaps I misunderstand your suggestion but cupsd.conf is identical for
the machine that works properly and the one upon which I cannot get port
631 open, even on localhost.

Thanks,
B.J.
CentOS 5.2, Linux 2.6.18-92.1.22.el5 x86_64 15:07:43 up 22:01, 4 users,
load average: 0.14, 0.09, 0.02

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cannot open port 631 for Cups printer sharing

2009-03-02 Thread b.j. mcclure

On Mon, 2009-03-02 at 14:22 -0500, JohnS wrote:
 On Mon, 2009-03-02 at 11:14 -0800, Scott Silva wrote:
  on 3-2-2009 8:20 AM b.j. mcclure spake the following:
   I have been trying to set up printer sharing on the LAN.All machines are
   CentOS 5.2 fully updated. The problem server is a fresh build.  The box
   it is replacing worked fine for many months.
   The problem appears to be a closed port 631 on the new box.  iptables
   and ip6tables are stopped as shown by the output below.  To confirm I
   was using nmap correctly I ran it against the old server first which
   shows 631 open.  No matter what I do to the new box (192.168.2.205) 631
   remains closed.  I was running it on the new box via ssh which I think
   eleminates any swithc/router issues.
   
   Any thoughts gladly accepted.  This must be something simple/stupid I
   have overlooked.  Not much hair left to pull out. ;-/
   
  
  
  Cups defaults to only being open on localhost. You have to edit the config
  file to open more up.
 Qouted by me earlier:
 Interesting that when the local host address is used the port is open:
 [r...@rwells-rh legacydp]# nmap -sT -p 631 -PT 127.0.0.1
 It is configured by default to it has to be changed  # Maybe they
 did not understand my wording of it? Should have said It has to be
 changed for networking.
 Posted a working networkable config also and linked the cups site also
 JohnStanley
 
I think the first problem is we have somehow merged two threads.  The
first was Mr. Wells issue which is different from mine.  His port 631 is
open when nmap is run from localhost but not when run against the IP.
My port 631 is closed regardless of whether it is run from localhost or
remotely against the IP.  My cupsd.conf works.  An identical machine
co-located has an identical cupsd.conf and shares the same printer
nicely on the same LAN.  The same nmap configuration run against that
machine shows port 631 open in both above cases.  My conclusion, FWIW,
is that it is not a cups config issue but a port issue.  

Also, the cups site link confirms that @LOCAL means local network which
is all I'm looking for.  The laserjet 1300 has been supported for at
least a few years now.

Thanks,
B.J.
CentOS 5.2, Linux 2.6.18-92.1.22.el5 x86_64 15:26:24 up 22:20, 4 users,
load average: 0.10, 0.08, 0.03

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cannot open port 631 for Cups printer sharing

2009-03-02 Thread b.j. mcclure

On Mon, 2009-03-02 at 15:31 -0500, JohnS wrote:
 On Mon, 2009-03-02 at 15:13 -0500, b.j. mcclure wrote:
  On Mon, 2009-03-02 at 11:14 -0800, Scott Silva wrote:
   on 3-2-2009 8:20 AM b.j. mcclure spake the following:
I have been trying to set up printer sharing on the LAN.All machines are
CentOS 5.2 fully updated. The problem server is a fresh build.  The box
it is replacing worked fine for many months.
The problem appears to be a closed port 631 on the new box.  iptables
and ip6tables are stopped as shown by the output below.  To confirm I
was using nmap correctly I ran it against the old server first which
shows 631 open.  No matter what I do to the new box (192.168.2.205) 631
remains closed.  I was running it on the new box via ssh which I think
eleminates any swithc/router issues.

Any thoughts gladly accepted.  This must be something simple/stupid I
have overlooked.  Not much hair left to pull out. ;-/

   
   
   Cups defaults to only being open on localhost. You have to edit the config
   file to open more up.
  
  Perhaps I misunderstand your suggestion but cupsd.conf is identical for
  the machine that works properly and the one upon which I cannot get port
  631 open, even on localhost.
  
 Try this: netstat -n -l -p | grep 631 Maybe a another process has it but
 I think you did say it did not come up with nmap? Last option I know to
 check would be to see if it has a socket file in /var/run/cups. It needs
 that before it will listen on port 631.

Thanks for the suggestions.

[r...@webserver ~]# netstat -n -l -p | grep 631
tcp0  0 ::1:631 :::*
LISTEN  6941/cupsd  
udp0  0 0.0.0.0:631 0.0.0.0:*
6941/cupsd

Looks like cups has it and cups.sock does exist in /var/run/cups.

[r...@webserver ~]# ls /var/run/cups
certs  cups.sock

 I've herd many people say the config is the same as the machine but why
 not just take it and try it on the one that want work, then service cups
 restart. Remember something there are no two machines ever alike!

Of course you are right about no two machines being identical.  I did as
requested and copied the working config file to the non working box with
no change.  Port 631 still closed.  I also ran nmap against the
apparently closed port with the -P0 option and it shows closed as
distinguished from filtered.

Thanks for the suggestions.
B.J.
CentOS 5.2, Linux 2.6.18-92.1.22.el5 x86_64 15:46:14 up 22:40, 4 users,
load average: 0.09, 0.07, 0.06

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cannot open port 631 for Cups printer sharing

2009-03-02 Thread b.j. mcclure

On Mon, 2009-03-02 at 16:23 -0500, JohnS wrote:
 On Mon, 2009-03-02 at 15:46 -0500, b.j. mcclure wrote:
 
  I think the first problem is we have somehow merged two threads.  The
  first was Mr. Wells issue which is different from mine.  His port 631 is
  open when nmap is run from localhost but not when run against the IP.
  My port 631 is closed regardless of whether it is run from localhost or
  remotely against the IP.  My cupsd.conf works.  An identical machine
  co-located has an identical cupsd.conf and shares the same printer
  nicely on the same LAN.  The same nmap configuration run against that
  machine shows port 631 open in both above cases.  My conclusion, FWIW,
  is that it is not a cups config issue but a port issue.  
  
  Also, the cups site link confirms that @LOCAL means local network which
  is all I'm looking for.  The laserjet 1300 has been supported for at
  least a few years now.
 Correct
 
 Lets get something straight. You B.J  are using a machine to be a
 spooler for clients? 2 machines exactly? 2 machines acting as Spooler
 Servers? Correct? The main issue is Clients can not see (connect) to the
 machine because no open port.
 1. Can the spooler machine in question print locally?
 2. Whats the RPM version for cups
 
 JohnStanley

Sorry for the confusion.  I am replacing a box that acts as a print
server for a LAN consisting of 11 machines, all running centos 5.2, and
occasionally a lappie or two thrown in. The new box is/was the machine I
had the issue on.  It now appears to be solved after I scp'd the
config file over for the second time.  Not sure what I clutzed up the
first time but the config file was apparently the issue.  Since I
overwrote the offending config file I have no way of knowing what the
difference was.  Looking at the working config file it appears to me to
be box stock, as was the non-working one.

Thanks much for all the help and my apologies for being a bit pig-headed
about the config file.

Cheers,
B.J.

CentOS 5.2, Linux 2.6.18-92.1.22.el5 x86_64 16:33:09 up 23:27, 1 user,
load average: 0.04, 0.09, 0.08

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Cannot open port 631 for Cups printer sharing ((SOLVED))

2009-03-02 Thread b.j. mcclure

On Mon, 2009-03-02 at 16:58 -0500, JohnS wrote:
 On Mon, 2009-03-02 at 16:44 -0500, b.j. mcclure wrote:
  On Mon, 2009-03-02 at 16:23 -0500, JohnS wrote:
   On Mon, 2009-03-02 at 15:46 -0500, b.j. mcclure wrote:
   
I think the first problem is we have somehow merged two threads.  The
first was Mr. Wells issue which is different from mine.  His port 631 is
open when nmap is run from localhost but not when run against the IP.
My port 631 is closed regardless of whether it is run from localhost or
remotely against the IP.  My cupsd.conf works.  An identical machine
co-located has an identical cupsd.conf and shares the same printer
nicely on the same LAN.  The same nmap configuration run against that
machine shows port 631 open in both above cases.  My conclusion, FWIW,
is that it is not a cups config issue but a port issue.  

Also, the cups site link confirms that @LOCAL means local network which
is all I'm looking for.  The laserjet 1300 has been supported for at
least a few years now.
   Correct
   
   Lets get something straight. You B.J  are using a machine to be a
   spooler for clients? 2 machines exactly? 2 machines acting as Spooler
   Servers? Correct? The main issue is Clients can not see (connect) to the
   machine because no open port.
   1. Can the spooler machine in question print locally?
   2. Whats the RPM version for cups
   
   JohnStanley
  
  Sorry for the confusion.  I am replacing a box that acts as a print
  server for a LAN consisting of 11 machines, all running centos 5.2, and
  occasionally a lappie or two thrown in. The new box is/was the machine I
  had the issue on.  It now appears to be solved after I scp'd the
  config file over for the second time.  Not sure what I clutzed up the
  first time but the config file was apparently the issue.  Since I
  overwrote the offending config file I have no way of knowing what the
  difference was.  Looking at the working config file it appears to me to
  be box stock, as was the non-working one.
  
  Thanks much for all the help and my apologies for being a bit pig-headed
  about the config file.
  
 Yea your a Pig Head because I wanted to see the original config file.
 Something had to be different.
 Next time use a tool called diff or zdiff.  Ok I guess your not a Pig
 Head:-) 

Yep, familiar with diff.

 Just think you could have solved it today at 1:21PM EST! :-) Since it is
 working I have some huge PDFs that need printing. Where do I submit
 them?
Ha!  I'm only the grunt here.  Best I can do is send you a marker for a cool 
one.

 JohnSanley

B.J.  
CentOS 5.2, Linux 2.6.18-92.1.22.el5 x86_64 17:08:50 up 1 day, 2 min, 1
user, load average: 0.07, 0.05, 0.01

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] nvidia motherboard with mcp78b chipset

2009-01-17 Thread B.J. McClure

On Sat, 2009-01-17 at 09:51 +0530, partha chowdhury wrote:
 Jerry Geis wrote:
  Hi all,
  
  I have a new motherboard I am trying to install centos 5.2 x86_64 on.
  it has the mcp78b chipset.
  
  seems like the SATA disk is not detected. tells me no install media found.
  
  I tried the install line with pci=nomsi that did not help.
  I tried changing the SATA in the bios to AHCI and that did not help.
  
  Any thoughts on something to try?
  
  Jerry

snip

 you can download the CentOS live-cd version and run it and see how the 
 hardware is supported under the current version of CentOS
 
  http://lists.centos.org/pipermail/centos-announce/2008-February/014688.html
 
I had a similar issue with an Asus M3N-HT series board with Nvidia 780a
chipset.  I was able to boot and install CentOS 5.2 x86_64 using passing
kernel option pci=nomsi even though I was never able to get the CentOS
live cd to boot.  lspci could not id the chip set either.  I was able to
boot several ubuntu live cd's to determine nic and audio driver.  I
doubt you will have a satisfactory driver for nic or audio with present
centos kernel.  Also tried rhel 5.3 beta kernel which appeared to work
without issue except still no support for nic or audio.  Finally
compiled vanilla kernel 2.6.26.8 from kernel.org and everything works.

The point of all this rambling is that you may have to compile a custom
kernel to make everything work or go to a more bleeding edge
distribution.

Google mcp78b tells me many are getting errors with 2.6.26. on that
chipset.  IIRC ubuntu 8.10 uses 2.6.27 kernel and might be the way to
go.

Good luck.

B.J.

CentOS 5.2, Linux 2.6.18-92.1.22.el5 athlon 04:41:30 up 12:02, 1 user,
load average: 0.63, 0.40, 0.17

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Problem with widescreen display

2008-11-03 Thread B.J. McClure

On Mon, 2008-11-03 at 10:56 +0100, Rainer Duffner wrote:
 Marko Vojinovic schrieb:
  On Sunday 02 November 2008 12:26, William L. Maltby wrote:

  On Sat, 2008-11-01 at 22:08 +, Marko Vojinovic wrote:
  
  Basically, what I did was to run system-config-display to reconfigure for
  the new monitor and resolution. All goes well, but after X restarts, I
  see a strange picture: the resolution indeed goes to 1680x1050 as is
  supposed to, but is squeezed/shrinked/scaled horizontally to match a 4:3
  aspect ratio, leaving two (unequal) black bands on the left and right
  side of the monitor.

  This sounds like the Modes line in the Subsection Display may not
  have the right settings. The manual/CD for the monitor should have the
  right settings. I would compare those against what the configuration
  process generated and manually edit if needed. Why the difference
  between FC4 and CentOS, I can't guess.
  
 
  Comparing the CentOS and Fedora Xorg.0.log I found that the actual 
  modelines 
  are just slightly different. Assuming that this difference might actually 
  be 
  important, I took the known-to-work modeline from Fedora's Xorg.0.log, 
  copy-paste it in CentOS xorg.conf and forcing X to use that. But the result 
  is the same.

 
 I only run CentOS on servers, but when I got my widescreen monitor at
 work, I couldn't get the full resolution with the X that came with
 OpenSuSE 10.3.
 Only OpenSuSE 11 works.
 Too bad that printing doesn't work in OpenSuSE 11 anymore
 My take: the X-server makes some assumptions that are not true for
 widescreen hardware and throws away the modelines it gets (because it
 thinks they won't work). Seems to have been fixed with later X releases
 (or patches).
 For desktop-use, there's little alternative to Ubuntu/OpenSuSE/Fedora
 and re-installing every couple of months (and living with new and
 surprising bugs every release).
FWIW, here is a section from /etc/X11/xorg.cong on a working 22 inch widescreen 
workstation running 1680x1050.  
We have around 20 machines, all workstations, some 32 bit some 64 bit, all 
running CentOS 5.2 on Asus hardware 
with various flavors of Nvidia graphics adapters, and all are 22 inch 
widescreen Viewsonic monitors.

Section Monitor
Identifier Monitor0
VendorName Unknown
ModelName  Unknown
HorizSync   30.0 - 110.0
VertRefresh 50.0 - 150.0
Option DPMS
EndSection

Section Device
Identifier Videocard0
Driver nvidia
With all due respect, to suggest that CentOS is unsat for desktop use is simply 
incorrect. All 
servers(no GUI) and workstations we have run CentOS.  Only for laptops do we 
consider Ubuntu LTS.

Cheers,
B.J.

CentOS 5.2, Linux 2.6.18-92.1.13.el5 x86_64 04:11:11 up 6 days, 12:58, 1
user, load average: 0.03, 0.06, 0.08

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Widescreen monitor won't configure to a wide screen

2008-07-30 Thread B.J. McClure

On Tue, 2008-07-29 at 20:55 -0700, MHR wrote:

 
 Any suggestions?  It's really annoying to have a wide screen and not
 be able to use it
 
 Thanks.
 
 mhr
 
 
 What am I missing?

Not sure but here is my xorg.conf if you care to try it.  Viewsonic 2200
series at 1680x1050 with nv driver.

# Xorg configuration created by system-config-display

Section ServerLayout
Identifier single head configuration
Screen  0  Screen0 0 0
InputDeviceKeyboard0 CoreKeyboard
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
Option  XkbModel pc105
Option  XkbLayout us
EndSection

Section Device
Identifier  Videocard0
Driver  nv
EndSection

Section Screen
Identifier Screen0
Device Videocard0
DefaultDepth 24
SubSection Display
Viewport   0 0
Depth 24
Modes1680x1050 1600x1200 1600x1024 1440x900 
1400x1050
1280x1024 1280x960 1280x800 1152x864 1152x768 1024x768
800x600 640x480
EndSubSection
EndSection

HTH.

B.J.

CentOS 5.2, Linux 2.6.18-92.1.6.el5 athlon 06:19:08 up 20:16, 2 users,
load average: 0.17, 0.16, 0.10

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CENTOS irst tim root mmory or rsh krnl...

2008-07-08 Thread B.J. McClure

On Wed, 2008-07-09 at 05:28 +0800, mcclnx mcc wrote:
 I installed Centos 5.2 on DELL 2650 server (fresh install).  After
 installed finish, I reboot server and get following messages and
 server hang:
 
  
 
 Memory for crash kernel (0x0 to 0x0) notwithin permissible range
 
 Redhat nash version 5.1.19.6 starting
 
  
 
  
 
 Anyone know why?
 
  
 
 Thanks.
 
  
 
 
The Release Notes for CentOS 5 indicate this is normal.

B.J.
CentOS 5.0, Linux 2.6.18-92.1.6.el5 x86_64 16:36:12 up 1 day, 2:27, 1
user, load average: 0.10, 0.07, 0.01

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] nspluginwrapper failure on x86_64 in 5.2

2008-07-06 Thread B.J. McClure

On Sun, 2008-07-06 at 11:10 -0500, Johnny Hughes wrote:
 Mark Hull-Richter wrote:
  This was working in 5.1 - I am now getting errors when I try to run a
  flash video in seamonkey under CetnOS 5.2.  Here is the error:
  
  For application/x-shockwave-flash found plugin 
  /usr/lib64/mozilla/plugins/npwrapper.libflashplayer.so
  sh: /usr/lib/nspluginwrapper/i386/linux/npviewer: No such file or directory
  
  Here is what I have installed:
  
  $rpm -qa | grep -i nsplugin
  nspluginwrapper-0.9.91.5-21.el5.i386
  nspluginwrapper-0.9.91.5-21.el5.x86_64
  
  These are now part of the base, but there seems to be a problem with
  finding the right plugin to execute:
  
  
  $ locate nspluginwrapper
  /etc/sysconfig/nspluginwrapper
  /usr/lib/nspluginwrapper
  /usr/lib/nspluginwrapper/npconfig
  /usr/lib/nspluginwrapper/npviewer
  /usr/lib/nspluginwrapper/npviewer.bin
  /usr/lib/nspluginwrapper/npwrapper.so
  /usr/lib/nspluginwrapper/plugin-config
  /usr/lib64/nspluginwrapper
  /usr/lib64/nspluginwrapper/npconfig
  /usr/lib64/nspluginwrapper/npviewer
  /usr/lib64/nspluginwrapper/npviewer.bin
  /usr/lib64/nspluginwrapper/npwrapper.so
  /usr/lib64/nspluginwrapper/plugin-config
  /usr/share/doc/nspluginwrapper-0.9.91.5
  /usr/share/doc/nspluginwrapper-0.9.91.5/COPYING
  /usr/share/doc/nspluginwrapper-0.9.91.5/NEWS
  /usr/share/doc/nspluginwrapper-0.9.91.5/README
  /var/cache/yum/base/packages/nspluginwrapper-0.9.91.5-21.el5.i386.rpm
  /var/cache/yum/base/packages/nspluginwrapper-0.9.91.5-21.el5.x86_64.rpm
  
  Just for good measure:
  
  $ ls -R /usr/lib/nspluginwrapper
  /usr/lib/nspluginwrapper:
  npconfig*  npviewer*  npviewer.bin*  npwrapper.so*  plugin-config*
  
  What happened (or, what do I do next)?  This seems to be broken in 5.2.
 
 do you have both versions of firefox installed, and do you use both 
 versions of firefox .. if not, remove the i386 plugin and see if that 
 fixes the issue.
I have a similar issue with only one version of nspluginwrapper
installed.
# rpm -qa | grep nspluginwrapper
nspluginwrapper-0.9.91.5-21.el5
I do appear to have two identical firefox packages installed.
# rpm -qa | grep firefox
firefox-3.0-0.beta5.6.el5.centos
firefox-3.0-0.beta5.6.el5.centos

One is 32 bit, other 64 bit with identical package names.  How to remove
unwanted package?
# rpm -qa | grep nspluginwrapper
nspluginwrapper-0.9.91.5-21.el5
[EMAIL PROTECTED] bmcclure]# yum list firefox
Loading protectbase plugin
Loading fastestmirror plugin
Loading mirror speeds from cached hostfile
 * base: mirror.hmc.edu
 * updates: mirror.steadfast.net
 * addons: mirrors.tummy.com
 * extras: pubmirrors.reflected.net
0 packages excluded due to repository protections
Installed Packages
firefox.x86_64   3.0-0.beta5.6.el5.cent
installed   
firefox.i386 3.0-0.beta5.6.el5.cent
installed  

Thanks,
B.J.
CentOS 5.0, Linux 2.6.18-92.1.6.el5 x86_64 11:41:43 up 15:17, 2 users,
load average: 0.04, 0.13, 0.09

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Centos on eeePC

2008-06-23 Thread B.J. McClure
On Mon, 2008-06-23 at 15:46 +0200, wonderer wrote:
 Hello all,
 
 Are there any experiences for CentOS 5 on one eeePC of Asus? Is to be 
 considered here something?
 I consider myself as secondary equipment one eeePC 900 to add (here in 
 Germany unfortunately at present only with Windows at this time). Did 
 someone already gain experiences with one of the predecessor models here?
 
 
 sincerly
 Henrik

No CentOS 5 experience but I can recommend eeXubuntu which is what I use
on my eee.  Very lean and will recognize your wireless chip oob.

B.J.

CentOS 5.1, Linux 2.6.18-53.1.21.el5 athlon 10:01:08 up 1 day, 1:36, 0
users, load average: 0.22, 0.33, 0.51

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] Centos Freezing

2008-05-17 Thread B.J. McClure
On Sat, 2008-05-17 at 06:02 -0400, John wrote:
  -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
 Of Robert Spangler
 Sent: Friday, May 16, 2008 9:19 PM
 To: CentOS mailing list
 Subject: Re: [CentOS] Centos Freezing
 
 On Thursday 15 May 2008 21:51, Karanbir Singh wrote:
 
   Hi Robert,
 
   Robert Spangler wrote:
For some reason at different times Centos will freeze and not allow 
  me   to do anything.  This doesn't happen while I'm working on the 
  system but   after I have locked my session and then return.  It 
  could goes days   without a lockup and then the next time I try to log in
 it'll be frozen.
   
I would like to know if anyone else has seen this or knows of a fix 
  or   where I could start to look to find out if there is a process or  
   something causing this.
 
   Not me, have not had such an issue. make sure you are completely 
  yum-updated for a start.
 
 Always.  Done nightly. :)
 
I normally have the same programs running so I don't think it could 
  be   caused by me starting and then leaving something new running.
 
   I guess the reason why no one has replied to your post so far is that 
  its hard to work out or even think about such issues without some more
 context.
  Do you have proprietary drivers installed for anything ? ndiswrapper 
  for wifi  ? grfx drivers for nvidia or ati ? Could there be a network
 issue ?
 
 Only thing I'm running that isn't in the repo's is the nVidia driver for my
 Geforce FX550.
 
 Oh, Thnx for the reply!!
 
 Regards
 Robert
 
 
 Please try to update your nVidia Driver to the current level version and see
 if that solves your problem. Make sure you are using the X config file that
 is generated by the driver and do not add anything to it (as in options).
 Some options if your mother board can not handle or support it, it will
 freeze lockup etc.
 
 Let me Know how it goes..
 
 John Stanley

I had a similar situation on CentOS 4.x and on 5.0, different boxes.  In
both cases it was resolved by replacing a bad stick of RAM.  If the box
can be off line I would suggest a 24 hour run of memtest.  On my systems
it only occurred with the GUI running.

Cheers,
B.J.

CentOS 5.1, Linux 2.6.18-53.1.19.el5 athlon 07:28:37 up 21:02, 0 users,
load average: 0.30, 0.10, 0.02

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: new CentOS5.1, samba help requested

2008-03-27 Thread B.J. McClure
On Thu, 2008-03-27 at 19:09 +, Anne Wilson wrote:

 OK - apart from man pages and general googling, any particular recommended 
 reading?
 
 Anne

The following link might be useful:


http://www.linuxtopia.org/online_books/rhel5/rhel5_administration/rhel5_ch-nfs.html
 

Cheers,
B.J.
CentOS 5.0, Linux 2.6.18-53.1.14.el5 x86_64 16:33:59 up 4 days, 9:03, 0
users, load average: 0.31, 0.26, 0.14

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] (no subject)

2008-03-16 Thread B.J. McClure
On Sun, 2008-03-16 at 18:41 +0530, Hari wrote:

 Hey can anyone help in finding the display driver for my laptop sony Vaio.
 The details are as follows,
 
 Mobile Intel(r) 945GM xpress chipset family.
 
 Do send me the procedure for installation since I am new to cent OS.
 
 Thank You 
 Hari ms

Follow this link and install repo for your architecture.  Then do

yum install 915resolution

CentOS 5.0, Linux 2.6.18-53.1.14.el5 x86_64 08:36:26 up 1 day, 16:15, 0
users, load average: 0.13, 0.16, 0.09
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] (no subject)

2008-03-16 Thread B.J. McClure
On Sun, 2008-03-16 at 08:38 -0500, B.J. McClure wrote:

 On Sun, 2008-03-16 at 18:41 +0530, Hari wrote: 
 
  Hey can anyone help in finding the display driver for my laptop sony Vaio.
  The details are as follows,
  
  Mobile Intel(r) 945GM xpress chipset family.
  
  Do send me the procedure for installation since I am new to cent OS.
  
  Thank You 
  Hari ms
 
 Follow this link and install repo for your architecture.  Then do

http://dag.wieers.com/rpm/FAQ.php#B

 yum install 915resolution
 
 CentOS 5.0, Linux 2.6.18-53.1.14.el5 x86_64 08:36:26 up 1 day, 16:15,
 0 users, load average: 0.13, 0.16, 0.09
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

CentOS 5.0, Linux 2.6.18-53.1.14.el5 x86_64 08:40:38 up 1 day, 16:19, 0
users, load average: 0.32, 0.15, 0.09
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: system gets suspended automatically!

2008-02-06 Thread B.J. McClure


 ===
 AN ERROR IS SHOWING UP AT BOOT TIME. It seems to be a BUG:
 
 Memory for crash kernel (0x0 to 0x0) notwithin permissible range
 ..MP-BIOS bug: 8254 timer not connected to IO-APIC
 Red Hat nash version 5.1.19.6 starting
 Welcome to CentOS release 5 (Final)
 
 .
 and continues normal booting.
 
 Any idea how to deal with it.
 Please not that it has 4 CPUs.
 
 Thanks a lot,
 - Chandra
 ___


Check the Release Notes.  It is apparently harmless.  I see it on all my
CentOS 5.1 machines.

B.J.

Ubuntu 7.10, Linux 2.6.22-14-generic unknown 07:57:57 up 21:37, 2 users,
load average: 0.15, 0.15, 0.13
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Re: system gets suspended automatically!

2008-02-06 Thread B.J. McClure

On Wed, 2008-02-06 at 21:48 +0900, Chandra wrote:


 ===
 AN ERROR IS SHOWING UP AT BOOT TIME. It seems to be a BUG:
 
 Memory for crash kernel (0x0 to 0x0) notwithin permissible range
 ..MP-BIOS bug: 8254 timer not connected to IO-APIC
 Red Hat nash version 5.1.19.6 starting
 Welcome to CentOS release 5 (Final)
 
 .
 and continues normal booting.
 
 Any idea how to deal with it.
 Please not that it has 4 CPUs.
 
 Thanks a lot,
 - Chandra
 ___

Check the Release Notes.  It is apparently harmless.  I see it on all my
CentOS 5.1 machines.

B.J.

Ubuntu 7.10, Linux 2.6.22-14-generic unknown 08:02:44 up 21:42, 2 users,
load average: 0.15, 0.22, 0.16

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CleanLog.h

2007-11-30 Thread B.J. McClure
On Fri, 2007-11-30 at 12:22 -0500, Alfredo Perez wrote:



   
   Hi Can you tell me which virus scan you are using?
   
   Thanks
   
 Can you share your findings with us?

Yes, however this thread will be dead from my end for the next 2 weeks due to 
travel.
I am taking some files from the compromised machine and hope to be able to 
spend a little time with them.

B.J.


 Furthermore, this question is for the list
 
 I have a Centos 5 server running sshd
 for me to signon and check my emails.
 
 I use denyhosts to protect port 22.
 
 Is there anyother software you people use
 to protect your servers.
 
 Thanks in advance
 
 Alfredo - The sauce
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

CentOS 5.0, Linux 2.6.18-8.1.15.el5 x86_64 11:33:51 up 1 day, 5:53, 1
user, load average: 0.03, 0.02, 0.00
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CleanLog.h

2007-11-30 Thread B.J. McClure
On Fri, 2007-11-30 at 07:40 -0500, Alfredo Perez wrote:

 On Thu, Nov 29, 2007 at 04:43:44PM -0600, B.J. McClure wrote:
  Sad to say one of my file servers was exploited and used to run a
  Phishing scam.  Have identified subject virus amongst other things.  It
  appears twice in a virus scan; /sbin/z (which I assume can just be
  deleted) and /sys/bus/serio/drivers/atkbd/description.  The latter file
  is also present in identical uninfected machines.  I have been unable to
  open the file, even with root privileges, although it appears to be a
  text file.  Any suggestions on how to proceed appreciated.  Guess I
  could delete it and copy over the file from an identical machine.
  
  Thanks in advance,
  B.J.
  
  CentOS 5.0, Linux 2.6.18-8.1.15.el5 x86_64 16:26:48 up 10:46, 1 user,
  load average: 0.07, 0.08, 0.04
 
 Hi Can you tell me which virus scan you are using?
 
 Thanks


avg75flr-r49-a1130.i386.rpm

B.J.
CentOS 5.0, Linux 2.6.18-8.1.15.el5 x86_64 07:26:34 up 1 day, 1:45, 1
user, load average: 0.30, 0.13, 0.09
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CleanLog.h

2007-11-29 Thread B.J. McClure
Sad to say one of my file servers was exploited and used to run a
Phishing scam.  Have identified subject virus amongst other things.  It
appears twice in a virus scan; /sbin/z (which I assume can just be
deleted) and /sys/bus/serio/drivers/atkbd/description.  The latter file
is also present in identical uninfected machines.  I have been unable to
open the file, even with root privileges, although it appears to be a
text file.  Any suggestions on how to proceed appreciated.  Guess I
could delete it and copy over the file from an identical machine.

Thanks in advance,
B.J.

CentOS 5.0, Linux 2.6.18-8.1.15.el5 x86_64 16:26:48 up 10:46, 1 user,
load average: 0.07, 0.08, 0.04
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CleanLog.h

2007-11-29 Thread B.J. McClure


On Fri, 2007-11-30 at 12:26 +1100, Amos Shapira wrote:

 On 30/11/2007, Ross S. W. Walker [EMAIL PROTECTED] wrote:
 
 Find out how they got in and make sure that hole is fixed.
 
 Do an rpm verify on all installed packages (excluding
 configs), reinstall the rpms that fail the verify.
 
 Find all binaries that are not accountable in rpm and nuke
 them.
 
 Harden your host with selinux and audit, keep audit logs of
 all changes to binary files and essential configs  and make
 sure the audit logs are immutable.
 
 Keep an eye on the system for a while to make sure you haven't
 missed anything.
 
 Keep LVM snapshots of your OS LVs.
 
 
 I'd Frank Cox'  - you can't trust anything on the system now (e.g. how
 can you be sure that the rpm, bash, ls, ps binaries and various kernel
 modules haven't been replaced to hide some processes and files? That
 the boot loader haven't been tweaked to run some snooper or who knows
 what?) 
 
 The only benefit of investigating the current system is in learning
 what went wrong, report bugs and maybe change configuration in the
 reinstalled system, but other than that you shouldn't allow one bit of
 it to touch a CPU, so to speak. 
 
 --Amos


I agree.  Drives have been removed for evidence preservation and that machine 
will be rebuilt. 
I do appreciate all the suggestions which increases my knowledge level and 
hopefully I'll lock 
it down a bit tighter next time.  BTW, traced the culprit IP to Romania.


Thanks again.

B.J.
CentOS 5.0, Linux 2.6.18-8.1.15.el5 x86_64 19:53:46 up 14:13, 1 user,
load average: 0.04, 0.06, 0.02
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Linux PDA/smartphone sync?

2007-11-14 Thread B.J. McClure
On Wed, 2007-11-14 at 21:13 +, Ugo Bellavance wrote:
 Hi,
 
   I think I'll finally be able to move away from windows... I just
 installed linux and I'm wondering what people use as smartphones/PDA.
 
   I currently use a motorola V710 phone, which allows me to sync my
 contacts and calendar, which is all I need.  I may change it soon, so I'd
 like to know what is best to work with linux (I use evolution right now,
 connected to an exchange (eventually scalix) server).
 
   I'm trying to get moto4linux to work, but I'm not even sure if 
 I'll be able to sync my calendar + contacts with this.
 
 Any advice?
 
 Regards,

I have used Palm Treo 650 and 680 with CentOS 4.x and 5 as well as
Ubuntu 7.04 and 7.10.  All sync Contacts and Calander nicely with
Evolution.  YMMV.

B.J.

CentOS 5.0, Linux 2.6.18-8.1.15.el5 x86_64 16:58:29 up 21:15, 2 users,
load average: 0.01, 0.03, 0.00

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Unable to POST after suspend

2007-09-11 Thread B.J. McClure


 On Tue, 2007-09-11 at 13:19 +, [EMAIL PROTECTED] wrote:
  I have one idea that may work.  Try seeing if your bios supports a
 bios upgrade floppy (it would say so in the owners manual).  Now by
 bios upgrade floppy I don't mean the usual type that use an os.  There
 are some that the bios will directly read from without an os being
 used.  The concept is to recover from failed bios upgrades.  The
 reason I suggest this is because I think the setting that's keeping
 your system off is hiding in your bios' acpi table and I don't think a
 bios reset will dump it, but a bios upgrade might.
 
 My motherboard do support such BIOS upgrades (really nice since it's
 OS
 independent) but you need to get to the POST before you can ask it to
 search for the floppy.
 
 But it won't power on at all. The CPU FAN doesn't start, the disk
 doesn't rotate, the monitor doesn't get any signal. The only thing
 that
 indicates the slightest sign of life is the LED on the motherboard and
 my keyboard if I press Num Lock.
 
 Is there something on the motherboard I can disconnect to reset the
 ACPI
 table?

Seems to me there is room to suspect a hardware issue instead of acpi.
I would confirm power supply connector to mainboard by removing and
reinserting until properly seated.  Also would confirm two wires from
power button on case/chassis are correctly connected to proper pin
terminals at edge of mainboard.  If still no joy, would swap a known
good power supply.  If that fails, you might try removing the power
switch leads from the pin terminal strip and use a phillips screwdriver
blade or other appropriate tool to short the proper pins momentarily to
start the beast.  I have replaced three bad power switches in the recent
few years, so they do fail.

Cheers,
B.J.

CentOS 5.0, Linux 2.6.18-8.1.8.el5 x86_64 12:06:49 up 1 day, 6:14, 2
users, load average: 0.03, 0.05, 0.07
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Wireless newtworking in CentOS 5

2007-07-13 Thread B.J. McClure
On Fri, 2007-07-13 at 22:17 +0100, Andrew Allen wrote:
 Installed CentOS 5 on my Dell Inspiron 1501 laptop, hoping that it will
 be easier to set up wireless networking than it was in CentOS 4.4. But
 still so difficult to get it working, mainly because there doesn't
 appear to be a driver pre-installed for this wireless card ((Dell
 wireless 1390 Mini PCI network card 802.11b/g). Do I still have to use
 ipw2200 and what is this anyway? - I really don't understand why it is
 so difficult to get wireless networking in CentOS 5 when it works like a
 dream in Windows XP (I have a dual boot system, but I'd much rather use
 linux!).
 I've tried modprobe ipw2200 and all the rest of it with no success -
 what am I doing wrong please?
 
 Thanks,
 Andy

Did you install firmware?  http://ipw2200.sourceforge.net/firmware.php 

B.J.
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
CentOS 5.0, Linux 2.6.18-8.1.8.el5 x86_64 16:57:48 up 2 days, 8:45, 2
users, load average: 0.27, 0.19, 0.12

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] DTLS for Centos?

2007-07-09 Thread B.J. McClure
On Mon, 2007-07-09 at 08:09 -0400, Robert Moskowitz wrote:
 I see DTLS being part of OpenSSL 0.9.8:  
 http://crypto.stanford.edu/~nagendra/projects/dtls/dtls.html
 
 Which is the version of OpenSSL in Centos 5.
 
 But a yum [search|list] dtls comes up empty.
 
 Is it 'in there'?
[EMAIL PROTECTED] bmcclure]# yum whatprovides dtls
Loading protectbase plugin
Loading installonlyn plugin
Loading fastestmirror plugin
Setting up repositories
base  100% |=| 1.1 kB
00:00 
updates   100% |=|  951 B
00:00 
addons100% |=|  951 B
00:00 
extras100% |=| 1.1 kB
00:00 
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
0 packages excluded due to repository protections
Importing additional filelist information
filelists.xml.gz  100% |=| 3.0 MB
00:32 
base  : ## 3047/3047
Added 3047 new packages, deleted 0 old in 15.57 seconds
filelists.xml.gz  100% |=| 1.2 MB
00:07 
updates   : ## 552/552
Added 552 new packages, deleted 0 old in 7.60 seconds
filelists.xml.gz  100% |=|  150 B
00:00 
Added 0 new packages, deleted 0 old in 0.01 seconds
filelists.xml.gz  100% |=|  56 kB
00:00 
extras: ## 128/128
Added 128 new packages, deleted 0 old in 0.61 seconds

openssl-devel.x86_64 0.9.8b-8.3.el5
base
Matched from:

 Robert Moskowitz wrote:
  Is DTLS available for Centos?  Either Centos 4 or 5.
 
  DTLS is TLS over UDP.  Highly valued to protect SIP traffic.
 
 
  ___
  CentOS mailing list
  CentOS@centos.org
  http://lists.centos.org/mailman/listinfo/centos
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
CentOS 5.0, Linux 2.6.18-8.1.6.el5 x86_64 07:19:51 up 14:06, 2 users,
load average: 0.17, 0.17, 0.08

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos