Author Archives: admin

Debian packages cpio failes to be updated

If you have some troubles upgrading cpio, it returns this error:

Preparing to replace cpio 2.6-18 (using …/cpio_2.6-18.1+etch1_i386.deb) …
Unpacking replacement cpio …
Replaced by files in installed package tar …
dpkg: error processing /var/cache/apt/archives/cpio_2.6-18.1+etch1_i386.deb (–u npack):
unable to create `./usr/share/locale/ko/LC_MESSAGES/cpio.mo’: No such file or d irectory
Errors were encountered while processing:
/var/cache/apt/archives/cpio_2.6-18.1+etch1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Try to run this commands:

mkdir -p /usr/share/locale/ko/LC_MESSAGES
mkdir -p /usr/share/locale/gl/LC_MESSAGES
mkdir -p /usr/share/locale/ru/LC_MESSAGES
mkdir -p /usr/share/locale/tr/LC_MESSAGES
mkdir -p /usr/share/locale/sv/LC_MESSAGES
mkdir -p /usr/share/locale/zh_CN/LC_MESSAGES
mkdir -p /usr/share/locale/da/LC_MESSAGES
mkdir -p /usr/share/locale/nl/LC_MESSAGES

And then the update should be working just fine

Arcserve R12 and Exchange

If you have follow my guide howto to backup exchange from Arcserve R12, but still have problems with backup the exchange server.
Try to search in global address book, in outlook if you can find the user this way, if you can’t that the problems.
In our setup we got this problem on our Hosted Exchange server, the problems was resolve with adding a user and putting it in our own global address book.

Så blev der skrevet under

Så fik vi skrevet under på vores lille gård, på Skolevangsvej 110 i Hammel. Det er et nedlagt landejendom, vi overtager dog først gården d. 1/3-2009, men vi glæder os allerede nu helt vild til at kommer derud.

Selvom Heidi ikke er gået helt med på alle betingerlserne endnu, ender det nok med at den bliver døbt Qvistgaard..

Så i kan godt begynde at kalde mig Gårdejer Dalbjerg.

Jeg har nogle billeder liggende fra stedet, kontakt mig for at se dem.

Sure Thiele i Fields

Thiele læser åbenbart med herinde. Blev i hvert fald ringet op af en dame som sagde de havde fået nyt personale derude og at hun syntes jeg skulle slette mit indlæg tilbage fra år 2005.
Men nu ligger sagen sådan at min holdning stadigt er at jeg syntes det var en mærkelig episode, og derfor sletter jeg ikke mit indlæg. Og jeg syntes også det er forkert at slette indlæg.

Indlægget fra dengang kan læses her: http://kennethdalbjerg.dk/2005/10/15/m%C3%A6rkelige-thiele-fields

Jeg tro udmærket at folk kan se at det forgik i 2005 og dermed er det pænt langt tid siden, og der kan nå at ske meget på den tid, og de kan evt. også have fået nyt personale.
Da jeg sagde jeg ikke slettede indlæg blev damen dog sur, og fik fyret en masse vrøvl af, derfor overskriften Sure thiele i Fields. 🙂

How to enable out-of-office reply messages to the Internet

By default in Microsoft Exchange Server 2003, the sending of out-of-office reply messages to the Internet is disabled. Many administrators do not allow out-of-office reply messages to be sent outside the Exchange organization to prevent unauthorized people from learning when users are out of the office.

To enable out-of-office reply messages to the Internet, follow these steps:
1. Start Exchange System Manager.
2. Double-click Global Settings, and then click Internet Message Formats.
3. In the details pane, right-click a domain name, and then click Properties. (Note By default, “*” is the SMTP domain.)
4. In the Default Properties dialog box, click Advanced, and then click to select the Allow out of office responses check box.
This allows out-of-office reply messages to be sent under this SMTP policy.

Howto add Extended Stored Procedure xp_ndo.dll (Navision 5)

From your server computer, access the Navision Installation CD-ROM. In the folder $:\SQL_ESP, where the $ is the CD-ROM drive, click the file xp_ndo.exe. When prompted, enter the path to the BINN subfolder of the SQL Server installation folder. (The unzipped xp_ndo.dll file must be in this folder on SQL Server.)

(Standard msSQL 2005 is: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn)

Open Microsoft SQL Server management Studio Express, connect to you database server.

Navigate to SQLServer -> Databases -> System Databases -> Master -> Programmabilty

Right click on Extended Stored Procesdures, and chose ”New Extended Stored Procedures”

Chose the XP_ndo.dll files.