Page 2 of 3

Re: freestylers slackware repository

Posted: 16 May 2014, 03:29
by freestyler
cheers brokenman :)

Edit: Just checked, rsync is not supported on my server, its a shared host so I cant install it :(
I sent ya details the other day for ftp access if that will help.

Re: freestylers slackware repository

Posted: 16 May 2014, 04:24
by cttan
Hi freestyler,

Thank you for the ultra fast response.
It seems like you have put nagios-plugins in both folder.

Code: Select all

drwxr-xr-x   2 0 0      4096 2014-05-16 03:26 ./network/nagios
-rw-r--r--   1 0 0        96 2014-05-14 14:28 ./network/nagios/.revision
-rw-r--r--   1 0 0      5210 2014-05-16 03:21 ./network/nagios/nagios-plugins-2.0-x86_64-1_fs.lst
-rw-r--r--   1 0 0       927 2014-05-16 03:21 ./network/nagios/nagios-plugins-2.0-x86_64-1_fs.meta
-rw-r--r--   1 0 0    886866 2014-05-16 03:16 ./network/nagios/nagios-plugins-2.0-x86_64-1_fs.tgz
-rw-r--r--   1 0 0        69 2014-05-16 03:21 ./network/nagios/nagios-plugins-2.0-x86_64-1_fs.tgz.md5
-rw-r--r--   1 0 0       665 2014-05-16 03:21 ./network/nagios/nagios-plugins-2.0-x86_64-1_fs.txt

drwxr-xr-x 2 0 0      4096 2014-05-16 03:27 ./system/nagios-plugins
-rw-r--r-- 1 0 0      5217 2014-05-16 03:21 ./system/nagios-plugins/nagios-plugins-2.0-x86_64-1_fs.lst
-rw-r--r-- 1 0 0       934 2014-05-16 03:21 ./system/nagios-plugins/nagios-plugins-2.0-x86_64-1_fs.meta
-rw-r--r-- 1 0 0    886866 2014-05-16 03:16 ./system/nagios-plugins/nagios-plugins-2.0-x86_64-1_fs.tgz
-rw-r--r-- 1 0 0        69 2014-05-16 03:21 ./system/nagios-plugins/nagios-plugins-2.0-x86_64-1_fs.tgz.md5
-rw-r--r-- 1 0 0       665 2014-05-16 03:21 ./system/nagios-plugins/nagios-plugins-2.0-x86_64-1_fs.txt

Re: freestylers slackware repository

Posted: 16 May 2014, 04:48
by freestyler
hehe oops :P
Thanks for picking that up.
Not sure I'll have time to fix it today. I fly tonight and still got heaps to organize. I'll see how I go.

Re: freestylers slackware repository

Posted: 16 May 2014, 06:26
by cttan
No problem. Take your time.
Enjoy your trip.

Re: freestylers slackware repository

Posted: 16 May 2014, 06:47
by freestyler
Thanks cttan, I just fixed the repo.

Re: freestylers slackware repository

Posted: 16 May 2014, 16:38
by cttan
Hi freestyler,

You are simply amazing! :good:

My script to run Nagios:-

Code: Select all

#!/bin/bash
activate /mnt/sdb1/nagios/nagios-4.0.6-x86_64-1_fs.xzm
activate /mnt/sdb1/nagios/nagios-plugins-2.0-x86_64-1_fs.xzm
sleep 2
groupadd -g 213 nagios
useradd -u 213 -d /dev/null -s /bin/false -g nagios nagios
usermod -G nagios www-data
ln -s /usr/libexec/nagios/ /tmp/cgi-bin          
ln -s /tmp/cgi-bin /var/www/htdocs/nagios
chown -R www-data.www-data /var/www
nagios -v /etc/nagios/nagios.cfg
cp -a /mnt/sdb1/nagios/nagios.conf /etc/httpd/extra/.
echo "" >> /etc/httpd/httpd.conf
echo "# Nagios Config" >> /etc/httpd/httpd.conf
echo "Include /etc/httpd/extra/nagios.conf" >> /etc/httpd/httpd.conf
htpasswd -b -c /etc/nagios/htpasswd.users nagiosadmin 123
chmod +x /etc/rc.d/rc.nagios
/etc/rc.d/rc.nagios start
sleep 2
while (true); do
  /etc/rc.d/rc.httpd restart
  if ps ax | grep -v grep | grep httpd > /dev/nul
  then 
    echo "httpd started."
    break
  else
    echo "httpd not running ..."
  fi
done
opera http://localhost/nagios &
# login using nagiosadmin and password is 123 you specified earlier
exit
FYI. Certain plugin will also require Nagios Plugin perl package downloadable using
cpan -i Nagios:Plugin

Re: freestylers slackware repository

Posted: 26 May 2014, 14:42
by Obosan
freestyler wrote:Updated:
32 bit:freemind 1.0.1
Thanks for updating freemind. :Rose: I use it on daily basis to sort my brain cells.:wink: ARGATO, freestyler!

Re: freestylers slackware repository

Posted: 29 May 2014, 06:15
by freestyler
cheers cttan and Obosan,

Ive never tried those mind mapper programs. I think if i mapped my mind it would it would be somewhere between a cheech and chong movie plot and the sitemap for pornhub.com

Re: freestylers slackware repository

Posted: 29 May 2014, 14:08
by brokenman
:ROFL: I've seen every Cheech & Chong movie. Tommy Chong still gets around doing tours.

Re: freestylers slackware repository

Posted: 29 May 2014, 16:00
by amigo
It's me Dave -I got the stuff!

Re: freestylers slackware repository

Posted: 29 May 2014, 16:13
by Obosan
Cheech & Chong :ROFL: Enjoy puffing in the arms of angel! :angel:

Re: freestylers slackware repository

Posted: 30 May 2014, 00:17
by freestyler
:D

Re: freestylers slackware repository

Posted: 30 May 2014, 23:53
by brokenman
lcms26-2.6-x86_64-2_fs.txz looks empty.

Re: freestylers slackware repository

Posted: 01 Jun 2014, 01:19
by freestyler
Not sure what happened there. ill check it out.

Re: freestylers slackware repository

Posted: 19 Jul 2014, 01:05
by brokenman
The repo disappeared?