FreeBSD 11.0: Installation of icingaweb2

2017-02-06 Thread Thorsten Baumeister
Hi folks, 
last weekend I tried to install the port icingaweb2 on a patched FreeBSD 11.0 
server. 'make' worked fine, but 'make install' failed. Has anyone seen / 
resolved this problem? 

Thorsten

===>  Checking if icingaweb2 already installed
===>   Registering installation for icingaweb2-2.4.1
pkg-static: Unable to access file 
/usr/ports/net-mgmt/icingaweb2/work/stage/usr/local/share/example 
s/icingaweb2/apache/icingaweb2.conf: No such file or directory
pkg-static: Unable to access file 
/usr/ports/net-mgmt/icingaweb2/work/stage/usr/local/share/example 
s/icingaweb2/nginx/icingaweb2.conf: No such file or directory
*** Error code 74

Stop.
make[1]: stopped in /usr/ports/net-mgmt/icingaweb2
*** Error code 1

Stop.
make: stopped in /usr/ports/net-mgmt/icingaweb2
- mobile Mail -

___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Re: No Pipe Symbol using X-Server via XDMCP

2010-06-16 Thread Thorsten Baumeister
On Mon, 14 Jun 2010 13:43:27, Scot Hetzel  wrote
>On Mon, Jun 14, 2010 at 3:03 AM, Thorsten Baumeister  wrote:
>> On 9 Jun 2010 19:22:33, Christian Walther  wrote:
>>
>>
>> Hi Christian,
>> thanks for your hints. I still have the old problem, but I realized at the 
>> weekend, that they only exist, if I use the KDE Desktop via XDMCP and an 
>> X-Server (VcXsrv / Xming) running on XP. I'm not sure whether it's a KDE or 
>> XOrg related problem or a problem of the X-Server... If I login directly, 
>> everything works fine.
>>
>> Any hints?
>>
>> Thorsten Baumeister
>>
>>
>>>> I have a problem to get my KDE4 Terminal working. I use a German keyboard, 
>>>> and I am not able to use some special keys. Especially I miss the pipe 
>>>> symbol ('|'), but there are some more like '?', '@', '?'. I compiled KDE 
>>>> on my own computer running a FreeBSD 8.0-STABLE kernel. All packages are 
>>>> up to date. Any hints? If I use an SSH connection (PuTTY), everything is 
>>>> fine.
>>

>I had a similar problem with running virtualbox under Windows 7.  The
problem was caused by one of the Keyboard drivers that was installed
under Windows 7.  Unfortunately, I don't remember the name of the
driver.

>What keyboard drivers are installed on your Windows XP system?

>Scot

Hmmm - there are two drivers:
One for the 'HID' Keyboard (C:\Windows\system32\DIVERS\kbdclass.sys, 
C:\Windows\system32\DIVERS\kbdhid.sys)
and one for a standard kyeboard with 101 / 102 Keys or MS Natural Keyboard 
(C:\Windows\system32\DIVERS\i8042prt.sys, 
C:\Windows\system32\DIVERS\kbdclass.sys).

Last night I did some research and found out, that the X-Server which is coming 
with the Cygwin project is working fine (but slower) usind the same settings on 
my BSD Box.

The locale ist set to:

LANG=de_DE
LC_CTYPE="de_DE.ISO8859-15"
LC_COLLATE="de_DE.ISO8859-15"
LC_TIME="de_DE.ISO8859-15"
LC_NUMERIC="de_DE.ISO8859-15"
LC_MONETARY="de_DE.ISO8859-15"
LC_MESSAGES="de_DE.ISO8859-15"
LC_ALL=de_DE.ISO8859-15

Thorsten Baumeister

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


No Pipe Symbol using X-Server via XDMCP

2010-06-14 Thread Thorsten Baumeister
On 9 Jun 2010 19:22:33, Christian Walther  wrote:


Hi Christian,
thanks for your hints. I still have the old problem, but I realized at the 
weekend, that they only exist, if I use the KDE Desktop via XDMCP and an 
X-Server (VcXsrv / Xming) running on XP. I'm not sure whether it's a KDE or 
XOrg related problem or a problem of the X-Server... If I login directly, 
everything works fine.

Any hints?

Thorsten Baumeister


>> I have a problem to get my KDE4 Terminal working. I use a German keyboard, 
>> and I am not able to use some special keys. Especially I miss the pipe 
>> symbol ('|'), but there are some more like '?', '@', '?'. I compiled KDE on 
>> my own computer running a FreeBSD 8.0-STABLE kernel. All packages are up to 
>> date. Any hints? If I use an SSH connection (PuTTY), everything is fine.

>I created a /etc/X11/xorg.conf file using

># X -configure

>and added/changed the following section:

>Section "InputDevice"
>Identifier "Keyboard0"
>Driver "keyboard"
>Option "XkbModel" "pc105"
>Option "XkbLayout" "de"
>Option "XkbVariant" "nodeadkeys"
>Option "XkbOptions" "terminate:ctrl_alt_bksp"
>EndSection

>The last Option line isn't necessary, but it makes it possible to
>terminate the X server by pressing Ctrl+Alt+Backspace, which has been
>deactivated in recent default configurations.

>If you add the above mentioned Section "InputDevice", make sure that
>the Section "ServerLayout" contains a CoreKeyboard entry matching the
>given identifier. In my case, Section "ServerLayout" looks like:

>Section "ServerLayout"
>Identifier "XFree86 Configured"
>Screen  0  "Screen0" 0 0
>InputDevice"Mouse0" "CorePointer"
>InputDevice"Keyboard0" "CoreKeyboard"
>Option "Clone" "off"
>EndSection


>HTH
>Christian Walther

-- 
GMX DSL: Internet-, Telefon- und Handy-Flat ab 19,99 EUR/mtl.  
Bis zu 150 EUR Startguthaben inklusive! http://portal.gmx.net/de/go/dsl
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


(no subject)

2010-06-09 Thread Thorsten Baumeister
Hi everyone!
I have a problem to get my KDE4 Terminal working. I use a German keyboard, and 
I am not able to use some special keys. Especially I miss the pipe symbol 
('|'), but there are some more like '§', '@', '€'. I compiled KDE on my own 
computer running a FreeBSD 8.0-STABLE kernel. All packages are up to date. Any 
hints? If I use an SSH connection (PuTTY), everything is fine.

Thorsten Baumeister
-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"