Seekbrain.com

Brain Seeking at it’s Best

Using SRSS on RHEL4

Filed under: Software — Perlboy at 10:32 pm on Wednesday, June 28, 2006

Heya,Well I’ve spent hours looking for this information so I thought it was pertinent to paste it here:

http://www.medic.chalmers.se/~bernerus/SunRayLinux.html

Have attached a HTML dump just in case I lose it again. :)

Stuart

GFS 6.1 (S)RPMs released

Filed under: Software — Perlboy at 12:53 pm on Wednesday, June 7, 2006

Hey all,

Have been implementing GFS clustered multipath file systems at work and consequently had to rebuild RPMs for CentOS4 using the 32.0.1 kernels. Consequently I’ve released GFS SRPM and RPM sets over here. I’ve also migrated the old GFS RPMs (6.0 series) to the obsolete directory structure and created a yum2 archive for people to add to their repo lists.

Modifications from the original RPMs are:

  • Modified target kernel from 32.EL to 32.0.1.EL since this is the current kernel for CoS4.3
  • Modified some minor dependency requirements which appear to have been lacking from upstream (aka Redhat)

Interestingly this release now includes system-config-cluster (aka the Redhat cluster config tool albeit retooled to avoid TM infringement) which in previous releases wasn’t publicly released by RH. Thanks RH, much appreciated. :)

Enjoy,

Stuart

x86_64 Targets

Filed under: Software — Perlboy at 12:05 pm on Thursday, May 11, 2006

Well I found this odd..

If you’re rebuilding an RPM on RHEL4 (notably openssh*) from the SRPM and you don’t specifically state the target some odd standard vars are defined. In my case sysconfdir changed from /etc to /usr/etc.

Specifically using –target=x86_64 fixes the problem. I find it odd since if you’re building a SRPM on a x86_64 machine you’d generally expect it to default to an x86_64 target. Seems not! :)

Stuart

Flow tools RPMs

Filed under: Software — Perlboy at 11:44 am on Tuesday, April 18, 2006

Heya,

Have rebuilt and released a set of Flow-tools RPMs for Redhat Enterprise 4ES.

RPM here: http://www.seekbrain.com/downloads/rpms/4ES/flow-tools-0.68-1.i386.rpm

SRPM here: http://www.seekbrain.com/downloads/srpms/4ES/flow-tools-0.68-1.src.rpm

Only changes from the released Flow-tools is a minor patch to fix Python paths (from /usr/local/bin/python to /usr/bin/python).

Stuart

Cool command

Filed under: Software — Perlboy at 4:39 pm on Monday, February 27, 2006

Well you learn something new every day. For a long time I’ve been simply ps’ing for information pertaining to processes but it turns out there’s a cool command that’s related:

pstree

It creates output like this:

[stuart@iapetus ~]$ pstree
init─┬─acpid
├─atd
├─auditd
├─automount
├─bonobo-activati
├─cannaserver
├─clock-applet
├─crond
├─cups-config-dae
├─cupsd
├─2*[dbus-daemon]
├─dbus-launch
├─2*[dhclient]
├─eggcups
├─events/0
├─evolution
├─evolution-alarm
├─evolution-data-
├─evolution-excha
├─firefox───run-mozilla.sh───firefox-bin
├─gaim
├─gam_server
├─gconfd-2
├─gnome-keyring-d
├─gnome-panel
├─gnome-settings-
├─gnome-terminal─┬─bash
│                ├─2*[bash───ssh]
│                ├─bash───su───bash
│                ├─bash───pstree
│                └─gnome-pty-helpe
├─gnome-vfs-daemo
├─gnome-volume-ma
├─gpm
├─hald─┬─hald-addon-acpi
│      └─hald-addon-stor
├─hcid
├─iiimd
├─khelper
├─2*[kjournald]
├─klogd
├─krfcommd
├─ksoftirqd/0
├─kswapd0
├─kthread─┬─aio/0
│         ├─ata/0
│         ├─hda_codec/0
│         ├─kacpid
│         ├─kauditd
│         ├─kblockd/0
│         ├─khubd
│         ├─kmirrord
│         ├─kseriod
│         ├─2*[pdflush]
│         ├─scsi_eh_0
│         └─scsi_eh_1
├─mDNSResponder
├─mapping-daemon
├─metacity
├─6*[mingetty]
├─mixer_applet2
├─nautilus
├─nifd
├─notification-ar
├─ntpd
├─pam-panel-icon───pam_timestamp_c
├─portmap
├─prefdm───gdm-binary───gdm-binary─┬─X
│                                  └─gnome-session───ssh-agent
├─rhn-applet-gui
├─rpc.idmapd
├─rpc.statd
├─sdpd
├─2*[sendmail]
├─skype
├─smartd
├─sshd
├─syslogd
├─udevd
├─wnck-applet
├─xchat
├─xfs
├─xinetd
└─xscreensaver
[stuart@iapetus ~]$

Cool huh? :)

Have a good day!

Stuart

« Previous PageNext Page »