lol internet!1
September 30th, 2009

RMAN-06091 no channel allocated for maintenance (of an appropriate type)

Mit der Fehlermeldung konnte ich nicht wirklich was anfangen und hab erstmal ewig rumgedoktort… Hier die Lösung/Erklärung:

RMAN-06091 no channel allocated for maintenance (of an appropriate type)

Example

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of delete command at 06/03/2008 23:22:20
RMAN-06091: no channel allocated for maintenance (of an appropriate type)

Details

Backups failing due to the following when running any of the following options with “delete obsolete”

RMAN> delete obsolete;
RMAN> delete noprompt obsolete;
RMAN> delete force obsolete;

Solution

Run the following to specify the device type , in this example use device type disk:

RMAN> delete noprompt obsolete device type disk;

If the above fails, allocate the appropriate channel for maintenance , perform the appropriate crosschecks and delete option.
In this example the device type disk was allocated for maintenance

ALLOCATE CHANNEL FOR MAINTENANCE DEVICE TYPE DISK;
run
{
report obsolete;
CROSSCHECK BACKUP;
CROSSCHECK COPY;
DELETE EXPIRED BACKUP;
DELETE EXPIRED COPY;
delete obsolete;
}
release channel;
by etche | Posted in howto's | No Comments » | Tags: , , ,
September 14th, 2009

3D-Beschleunigung für Virtualbox

http://thinksilicon.hobby-site.com/54/HowTo-VirtualBox-3D-Beschleunigung.html

klingt nicht so schlecht…

by etche | Posted in howto's, linux stuff | No Comments » | Tags: ,
September 9th, 2009

OpenExchange SSL Certs auswechseln (SLES 9)

If you compiled Open-Xchange with SSL-flag turned on your server-components will communicate in a secure way.

Attention. This has nothing to do with the encryption between your browser and the web-server (e.g. apache).

The problem is, you have to provide the key-files and a certificate-files which are used for communication of the components and a ca-file.

A Certificate Authority (CA) signes your certificate-file this is usefull for authentication purposes. CAs are independend, they check your idendity and sign your certificate. Third parties can now check whether you are you or not by using the ca-certificate to check against your certificate.

1. The problem is you have to pay for this service.
2. Or join the http:cacert.org community, which is movement for the freedom of privacy/security and get free certificates there
3. But you can also be your own CA.

The key-file for the session-server: /etc/sessiond/certs/sessiondkey.pem
The certificate-file session-server: /etc/sessiond/certs/sessiondcert.pem
The key-file for the groupware: /etc/sessiond/certs/groupwarekey.pem
The certificate-file groupware: /etc/sessiond/certs/groupwarecert.pem

plus:

SuSEWebcert.pem
suadcert.pem
SuSEWebkey.pem
suadkey.pem

in the same directory.


and at last the ca-certificate: /etc/sessiond/cacert.pem

HowTo Create Certs and Keys

create a directory of your choice:
mkdir /tmp/ox_ssl

cd /tmp/ox_ssl

At first we create our CA:

/usr/share/ssl/misc/CA.pl -newca

Enter the password (1) for your CA. Answer the informations like you want or just press enter using the defaults.

Now we will create the request for our Open-Xchange itself

/usr/share/ssl/misc/CA.pl -newreq

Remember the password (2) for this key we need it later.

/usr/share/ssl/misc/CA.pl -sign

You will be asked for password, enter the password (1) of the CA.

Now, we need to remove password from the keyfile, or Open-Xchange wont work, because it can not enter the password.

openssl rsa < newreq.pem >newkey.pem

You will be asked for password, enter the password (2) of the key.

Now after we have generated everything, we will put the files into the right place.

cp demoCA/cacert.pem /etc/sessiond/cacert.pem
cp newkey.pem /etc/sessiond/certs/groupwarekey.pem
cp newkey.pem /etc/sessiond/certs/sessiondkey.pem
cp newcert.pem /etc/sessiond/certs/groupwarecert.pem
cp newcert.pem /etc/sessiond/certs/sessiondcert.pem
cp newcert.pem /etc/sessiond/certs/SuSEWebcert.pem
cp newcert.pem /etc/sessiond/certs/suadcert.pem
cp newkey.pem /etc/sessiond/certs/SuSEWebkey.pem
cp newkey.pem /etc/sessiond/certs/suadkey.pem

Now you should remove the temporary directory.

After that restart Open-Xchange – it should work.

by etche | Posted in howto's | No Comments » | Tags: , ,
August 28th, 2009

Fix für das Font-Rendering vom Firefox 3.5 in Ubuntu

Firefox-3.5 holt sich seine Einstellungen nicht von Gnome, sondern von fontconfig, deswegen sehen die Schriften unscharf aus. Folgendes sollte das Problem unter Ubuntu 9.04 beheben:

cd /etc/fonts/
sudo mv conf.d/10-hinting-slight.conf .
sudo ln -s conf.avail/10-hinting-slight.conf conf.d/
sudo mv conf.d/10-hinting.conf .
sudo ln -s conf.avail/10-hinting.conf conf.d/
sudo dpkg-reconfigure fontconfig

Hübsch, gell?

by etche | Posted in howto's, linux stuff | No Comments » | Tags: , , , , ,
August 21st, 2009

Desktop per VLC streamen

Mal was recht interessantes/spannendes, könnte man z.B. auch als Überwachung nutzen…

http://www.nerdlogger.com/2008/01/stream-your-linuxwindowsmac-desktop-as.html

by etche | Posted in howto's | No Comments » | Tags: , , , ,
August 7th, 2009

Windows XP auf externer USB Platte

via: http://www.talkteria.de/forum/topic-12056.html

Requirements:

- USBoot von www.usboot.org
- externe Festplatte, die sich auch intern anschließen lässt
- bereits installiertes Windows auf interner Festplatte

Ablauf:

- Einbau der externen Festplatte in den PC
- Booten von CD und Auswahl der Festplatte als Installationsziel
- Installation des Betriebssystems
- USBoot auf die Festplatte kopieren und die ersten beiden Phasen ausführen
- Ausbau der Festplatte und Anschluss über USB.
- von der internen XP Installation booten
- Starten von USBoot, das auf der externen Festplatte liegt, vom “internen” XP aus und Ausführung von Phase III

by etche | Posted in howto's | No Comments » | Tags: , , ,
April 30th, 2009

OS X auf Ideapad s10e installieren

HowTo von http://ianews.technikjournalist.com/mac-os-x-auf-lenovo-idea-pad-s10-deutsche-anleitung/

muss ich ja gleich mal ausprobieren…

UPDATE: Treiber für’s Touchpad + HowTo gibt’s hier.

by etche | Posted in howto's | No Comments » | Tags: , ,













Powered by Wordpress using the theme bbv1