(English) streaming fun for everyone
Leider ist der Eintrag nur auf English verfügbar.
Leider ist der Eintrag nur auf English verfügbar.
bacula is a great backupsoftware, but sometimes the backup mustn’t use all the available bandwith. bacula itself has no speed limitations built in, but it is easy, to use trickle to accomplish this. I use trickle only on the clients.
get trickle
yum install trickle
now enter /etc/init.d/bacula-fd and change the line which starts the daemon to the following:
# vim /etc/init.d/bacula-fd
... some lines ...
daemon trickle -s -d 3000 -u 3000 /usr/sbin/bacula-fd $2 ${FD_OPTIONS} -c /etc/bacula/bacula-fd.conf
... some lines ...
trickle uses Kbyte in it’s commandline options, so with this settings, the up/down-Speed is limited to 3MB/s = 30MBit/s . Of course you can adjust this value as you like.
service bacula-fd restart
Now if you want to check if it works, just start a backup and monitor the traffic with bwm-ng for example
yum install bwm-ng bwm-ng -t 1000
Leider ist der Eintrag nur auf English verfügbar.
Leider ist der Eintrag nur auf English verfügbar.
Leider ist der Eintrag nur auf English verfügbar.
I was struggling some time compiling the asuro-Software under Linux 64bit. It simply did not recognise my installed qt3 libs. Some of these steps may not be necessary, but it’s how i got it to work.
Sourcecode direct link
http://www.arexx.com/downloads/asuro/asuro_flash_linux_source.zip
Sourcecode Download-Site (if direct link doesn’t work)
http://www.arexx.com/arexx.php?cmd=system&cparam=set_pg_lang(p_asuro_downloads.dat%7CDE%7Ctrue)
apt-get install libqt3-mt libqt3-mt-dev libqt3-headers libqt3-compat-headers mkdir compile_qtflash cd compile_qtflash wget http://www.arexx.com/downloads/asuro/asuro_flash_linux_source.zip unzip asuro_flash_linux_source.zip tar -zxvvf QT_Flash.tar.gz cd qt_flash export CFLAGS="-DLINUX -D_QT -D_LINUX" export CPPFLAGS="-DLINUX -D_QT -D_LINUX" export CXXFLAGS="-DLINUX -D_QT -D_LINUX" aclocal automake ./configure --with-qt-includes=/usr/include/qt3 --with-qt-libraries=/usr/lib/qt3 ./configure --with-qt-includes=/usr/include/qt3 --with-qt-libraries=/usr/lib/qt3 make cd qt_flash qmake -project qmake make
The rpm-packages for CentOS can easily be downloaded from http://otrs.org/download/ . Install with yum
wget http://ftp.otrs.org/pub/otrs/RPMS/fedora/4/otrs-2.4.5-01.noarch.rpm yum install --nogpgcheck otrs-2.4.5-01.noarch.rpm
Don’t forget to disable selinux.
call in your browser http://yourserver.com/otrs/installer.pl and setup the database.
Now install the otrs cronjobs
sudo -u otrs /opt/otrs/bin/Cron.sh
this installs the otrs cronjobs in /var/spool/cron/otrs
Now you just have to setup basic otrs-stuff, like queues and Postmaster-configs. But everything over the otrs web interface.
Leider ist der Eintrag nur auf English verfügbar.
Leider ist der Eintrag nur auf English verfügbar.
Leider ist der Eintrag nur auf English verfügbar.