Re: Installing wget

2010-08-09 Thread Frank Wißmann

Jerry McAllister schrieb:

Hi All,

I started an instal of wget from ports - /usr/ports/ftp/wget

It comes up with some selections and I mistakenly selected GNUTLS.

Now I constantly get 
  GNUTLS and OPENSSL are mutually exclusive, enable at most one of them

And the make quits.

How do I get rid of that.  I have done make clean, make diskclean
and deleted as many files as I dared, but it still won't build
and install wget.

Of course, there is some file I don't know about.  
Can someone point me to where to find it?


Thank you,

jerry
  
___

freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



Hi, Jerry!
Try a make rmconfig-recursive in /usr/ports/ftp/wget and then a make 
config-recursive and select then what you want.


Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Does FreeBSD run on 32-bit sparcs (V8)?

2010-05-08 Thread Frank Wißmann

Yuri schrieb:
When I look at FreeBSD distribution I only see sparc64 (which I guess 
implies V9).
When I look at LLVM compiler sources they define V8 as a 32-bit target 
and V9 as 64-bit target.
Does this mean that FreeBSD can only run on V9 and that's what should be 
assumed, and V8 is skipped for FreeBSD?

Just want to confirm my conclusions.

Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org




You are right. See

http://www.freebsd.org/platforms/index.html

for more information.

Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problems with printing

2010-04-24 Thread Frank Wißmann

Hi, folks!

Warren Block schrieb:

On Fri, 23 Apr 2010, Frank Wi?mann wrote:

The beast does it. At least, it does print from the command line like 
cat /etc/rc.conf|lpr.


Excellent.

The printer does not accept a job from a GUI application like 
Firefox or Thunderbird. So how can I go on from now?


That may be a function of the desktop environment.  With xfce4, 
Settings/Printing set to BSD/LPR, Firefox prints fine.


Well, I use KDE. But there seems to be set all to printing BSD style/lpr.

Worst case, you can enter lpr in the Command Line box of the Firefox 
printing dialog.  Or /usr/bin/lpr if it's wrongly trying to run the CUPS 
lpr.


I tried that, but it only produces pages of source code when I start 
using /usr/bin/lpr.

Seems I should ask in a KDE-related newsgroup for that.

Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problems with printing

2010-04-23 Thread Frank Wißmann

Hi, hello and a good day!

Warren Block schrieb:

On Thu, 22 Apr 2010, Frank Wi?mann wrote:


chkprintcap -d -f /etc/printcap exits with no error message.


That -d may have now changed things, but okay.


lpc status lp gives that:

lp:
   queuing is enabled
   printing is enabled
   no entries in spool area
   printer idle


That's good.  Try sending a short test file to the printer, like
ls -lh | lpr

(lp is the default, so -Plp is not needed.)


The beast does it. At least, it does print from the command line like 
cat /etc/rc.conf|lpr.




Watch the printer display to see if it receives a job.  If the printer 
doesn't print, check the status with lpc again.  Oh, and you might want 
to check that the printer is set to Auto personality so it'll accept all 
types of print jobs.


Don't know, but I set group and owner to daemon:daemon.  Incidentally, 


Which directories do you include in daemon:daemon?


The spool dir, but 'chown -R daemon:daemon /var/spool/lpd' should be all 
right, too.


I changed that so it is now like yours.



using the first name of the printer (lp) for the spooldir would make 
more sense to me.


I did change that but it seems not to have any effect. I also took my 
user in the groups daemon and operator but that didn't help, too.


You should not be a member of the daemon group; operator is fine.  And 
also beware of changing multiple settings at the same time.


I rechanged that, too. Now I am out of daemon.



-Warren Block * Rapid City, South Dakota USA



The printer does not accept a job from a GUI application like Firefox 
or Thunderbird. So how can I go on from now?


Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Problems with printing

2010-04-22 Thread Frank Wißmann

Hello, list!
I'm facing serious problems with my new bought HP ColorLaserjet 2025dn.
I plugged it in the right interface and it got detected. I did set up 
/etc/printcap as following:


p|local line printer|HPColorLaserjet:\
:lp=/dev/ulpt0:\
:sh:\
:mx#0:\
:sd=/var/spool/lpd/HPColorLaserjet:\
#   :if=/usr/local/libexec/ps2pcl:\
:if=/usr/local/libexec/psif:\
:lf=/var/log/lpd-errs:

where the filter psif is like this:

#!/bin/sh
IFS= read -r first_line
first_two_chars=`expr $first_line : `\(..\)''

case $first_two_chars in
%!|\033%%)
# %! or ESC% : PostScript job, print it.
echo $first_line  cat  printf \004  exit 0
exit 2
;;
*)
# otherwise, format with enscript
( echo $first_line; cat ) \
  | /usr/local/bin/enscript -o -  printf \004  exit 0
exit 2
;;
esac

When I now start printing from Firefox the printer does no job except of 
printing out the following message:


Unknown device: HPColorLaserjet
Unrecoverable error: undefined in .uninstalledpaged rand stack:\
defaultdevice

Later on I got this mail by the system:

Mail version 8.1 6/6/93.  Type ? for help.
/var/mail/frank: 1 message 1 new
N  1 dae...@grissom.einun  Thu Apr 22 18:11  20/889   lp printer job 
unknown

 1
Message 1:
From dae...@grissom.einundvierzig.org Thu Apr 22 18:11:44 2010
Date: Thu, 22 Apr 2010 18:11:44 +0200 (CEST)
From: Owner of many system processes dae...@grissom.einundvierzig.org
To: fr...@grissom.einundvierzig.org
Subject: lp printer job unknown

Your printer job
could not be printed

/var/log/lpd-errs contains the following:

Apr 22 18:11:34 grissom lpd[7465]: lp: job could not be printed 
(cfA009grissom.einundvierzig.org)
Apr 22 18:11:44 grissom lpd[7465]: mail sent to user frank about job 
unknown on printer lp (FATALERR)


and dmesg says:

ugen1.3: Hewlett-Packard at usbus1
ulpt0: Printer on usbus1
ulpt0: using bi-directional mode
ulpt0: offline

What can I do now? Has anybody any clue for me where to look?

Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problems with printing

2010-04-22 Thread Frank Wißmann

Warren Block schrieb:

On Thu, 22 Apr 2010, Frank Wi?mann wrote:


Hello, list!
I'm facing serious problems with my new bought HP ColorLaserjet 2025dn.
I plugged it in the right interface and it got detected. I did set up 
/etc/printcap as following:


p|local line printer|HPColorLaserjet:\
   :lp=/dev/ulpt0:\
   :sh:\
   :mx#0:\
   :sd=/var/spool/lpd/HPColorLaserjet:\
#   :if=/usr/local/libexec/ps2pcl:\
   :if=/usr/local/libexec/psif:\
   :lf=/var/log/lpd-errs:


That whole printer definition is one long line; backslashes are line 
continuation characters.


Because of that, you can't just comment out individual sections. Remove 
the whole ps2pcl filter line.


That may not be the whole problem, but it's a start.

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org




Hi, Warren!
Removing the line and restarting lpd/retrying printing didn't do 
anything. No mails, no error messages, no printing.
By cd'ing into /var/spool/lpd to look after queued jobs I noticed that 
the whole file structure under that directory belongs to root:frank 
whereas the /var/spool/lpd/-directory is owned by root:daemon. Does 
that matter?


Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problems with printing

2010-04-22 Thread Frank Wißmann

Hi!

Warren Block schrieb:

On Thu, 22 Apr 2010, Frank Wi?mann wrote:


Warren Block schrieb:

On Thu, 22 Apr 2010, Frank Wi?mann wrote:


I'm facing serious problems with my new bought HP ColorLaserjet 2025dn.
I plugged it in the right interface and it got detected. I did set 
up /etc/printcap as following:


p|local line printer|HPColorLaserjet:\
   :lp=/dev/ulpt0:\
   :sh:\
   :mx#0:\
   :sd=/var/spool/lpd/HPColorLaserjet:\
#   :if=/usr/local/libexec/ps2pcl:\
   :if=/usr/local/libexec/psif:\
   :lf=/var/log/lpd-errs:


That whole printer definition is one long line; backslashes are line 
continuation characters.


Because of that, you can't just comment out individual sections. 
Remove the whole ps2pcl filter line.


That may not be the whole problem, but it's a start.


Removing the line and restarting lpd/retrying printing didn't do 
anything. No mails, no error messages, no printing.


There's a missing l at the start of that entry, maybe just a cut and 
paste error.


That's it.



See what chkprintcap(9) says.  Also 'lpc status lp'.


chkprintcap -d -f /etc/printcap exits with no error message.
lpc status lp gives that:

lp:
queuing is enabled
printing is enabled
no entries in spool area
printer idle



By cd'ing into /var/spool/lpd to look after queued jobs I noticed that 
the whole file structure under that directory belongs to root:frank 
whereas the /var/spool/lpd/-directory is owned by root:daemon. Does 
that matter?


Don't know, but I set group and owner to daemon:daemon.  Incidentally, 


Which directories do you include in daemon:daemon?

using the first name of the printer (lp) for the spooldir would make 
more sense to me.


I did change that but it seems not to have any effect. I also took my 
user in the groups daemon and operator but that didn't help, too.




-Warren Block * Rapid City, South Dakota USA



Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: shrink /usr size

2010-03-18 Thread Frank Wißmann

Hello!

? ? schrieb:

2010/3/18 Aiza aiz...@comclark.com


/usr is the last partition in the slice. It has 15GB and only 600mb used. I
would like to shrink /usr to 7GB leaving me 7GB for another new partition
for mysql DB testing. How do I shrink /usr?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org





The same question: how to extend existed one?

I'm going to change HDD on server to a bigger one and dd from old to new,
but in this case the space visible to FreeBSD would be the same, how to make
it grow?


Use growfs. But that only works with an empty space after the partition 
you intend to grow. man growfs will give you some hints.


Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Sysinstall Post-install System Management

2010-02-19 Thread Frank Wißmann

Hello!

Programmer In Training schrieb:

On 02/19/10 13:50, Polytropon wrote:

On Fri, 19 Feb 2010 13:42:09 -0600, Programmer In Training 
p...@joseph-a-nagy-jr.us wrote:

It's really past the point where I can just wipe the system and
reinstall, making sure to opt for linux emulation from the get go.

It is not needed to reinstall the whole OS just because you



[r...@heaven]pkg_add linux_base-fc10
pkg_add: can't stat package file 'linux_base-fc10'


Well, here you have to pass the -r-flag to pkg_add. Don't forget 
this, or are you installing from a local FS?


Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: freebsd

2010-02-15 Thread Frank Wißmann

Hello!

tristan schrieb:

i recently installed freebsd on my system. when i sign in to the root account, 
i get a prompt telling me about the documentation, then a # sign. how do i 
acess an interactive desktop like the one in windows/mac?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org



The documentation at

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

should help you about this.

Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Error with Qt4 building virtualbox-ose on 8.0-RELEASE

2010-02-14 Thread Frank Wißmann

Hello, folks!
Having found some help over here I now hope to get so again. I'm having 
trouble making the virtualbox-ose-port. It stops when making the needed 
Qt libraries with the following error (hope I display enough of it):


QtUiTools -I../../../include/QtCore -I../../../include/QtGui 
-I../../../include/QtXml -I../../../include -I../shared 
-I../../designer/src/uitools -I../../designer/src/lib/uilib 
-I.moc/release-shared -I.uic/release-shared -I/usr/local/include -o 
.obj/release-shared/finddialog.o finddialog.cpp
c++ -c -O -fno-strict-aliasing -pipe -fconserve-space -O2 -Wall -W 
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQFORMINTERNAL_NAMESPACE 
-DQT_KEYWORDS -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB 
-D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED 
-I/usr/local/share/qt4/mkspecs/freebsd-g++ -I. 
-I../../../include/QtUiTools -I../../../include/QtCore 
-I../../../include/QtGui -I../../../include/QtXml -I../../../include 
-I../shared -I../../designer/src/uitools -I../../designer/src/lib/uilib 
-I.moc/release-shared -I.uic/release-shared -I/usr/local/include -o 
.obj/release-shared/mainwindow.o mainwindow.cpp
c++ -c -O -fno-strict-aliasing -pipe -fconserve-space -O2 -Wall -W 
-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -DQFORMINTERNAL_NAMESPACE 
-DQT_KEYWORDS -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB 
-D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED 
-I/usr/local/share/qt4/mkspecs/freebsd-g++ -I. 
-I../../../include/QtUiTools -I../../../include/QtCore 
-I../../../include/QtGui -I../../../include/QtXml -I../../../include 
-I../shared -I../../designer/src/uitools -I../../designer/src/lib/uilib 
-I.moc/release-shared -I.uic/release-shared -I/usr/local/include -o 
.obj/release-shared/moc_phrase.o .moc/release-shared/moc_phrase.cpp
.moc/release-shared/moc_phrase.cpp:14:2: error: #error This file was 
generated using the moc from 4.5.3. It
.moc/release-shared/moc_phrase.cpp:15:2: error: #error cannot be used 
with the include files from this version of Qt.
.moc/release-shared/moc_phrase.cpp:16:2: error: #error (The moc has 
changed too much.)

*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 1

Stop in /usr/ports/devel/qt4-linguist.
*** Error code 1

Stop in /usr/ports/emulators/virtualbox-ose.
*** Error code 1

Stop in /usr/ports/emulators/virtualbox-ose.

The port version is of yesterday, 20100213.
I hope to have given enough information. If not, please ask for more 
details.


Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: VirtualBox doesn't start

2010-02-01 Thread Frank Wißmann

Hi, Daniel!

Daniel Bye schrieb:

On Sun, Jan 31, 2010 at 08:39:49PM +0100, Frank Wi?mann wrote:

Hi, Glen!

Glen Barber schrieb:


 2.) What version of VirtualBox is this?  virtualbox-ose-3.1.2 and above
 do not require procfs(5); lesser versions do.
When I try to mount /proc via fstab and mount -u -a I get the 
following error message:


mount: proc : Invalid argument

The line in /etc/fstab is as following:

proc /proc procfs rw 0 0


procfs  /proc   procfs  rw  0   0
^^


After trying this I still get the message:

mount: procfs : Operation not supported

And a

mount -t procfs /proc/

does the following:

usage: mount [-adflpruvw] [-F fstab] [-o options] [-t ufs | external_type]
   mount [-dfpruvw] special | node
   mount [-dfpruvw] [-o options] [-t ufs | external_type] special node

So, what is wrong with me :-(?

Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: VirtualBox doesn't start

2010-02-01 Thread Frank Wißmann

Hi, Glen1

Glen Barber schrieb:

Hi Frank,

Frank Wi?mann wrote: 

After trying this I still get the message:

mount: procfs : Operation not supported

And a

mount -t procfs /proc/



The procfs(5) man page specifies the following:

mount -t procfs proc /proc


Once you make it right, it works.

mount:
/dev/ad1s1a on / (ufs, local)
devfs on /dev (devfs, local, multilabel)
/dev/ad0s1d on /home (ufs, local)
/dev/ad1s1e on /usr (ufs, local, soft-updates)
/dev/ad1s1f on /usr/local (ufs, local, soft-updates)
/dev/ad1s1h on /usr/obj (ufs, local, soft-updates)
/dev/ad1s2d on /usr/ports (ufs, local, soft-updates)
/dev/ad1s1g on /usr/src (ufs, local, soft-updates)
/dev/ad1s1d on /var (ufs, local, soft-updates)
procfs on /proc (procfs, local)

Thank you, folks! But I think I go the way of reinstalling with an 
updated ports-tree and Qt4 enabled.


Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Problems with make clean

2010-01-31 Thread Frank Wißmann

Kevin Kinsey schrieb:

Frank Wißmann wrote:

Hi, Beasties!
I just installed the new VirtualBox through ports. It worked fine, but 
now I have trouble cleaning the directory. Neither make clean nor a 
rm -rf work/ do what they are supposed to. Here is the output:


rm: 
work/virtualbox-3.0.51r22902/out/freebsd.amd64/debug/obj/VBoxRT/VBox: 
Directory not empty


No explanation, sorry.  Have you tried

$chflags -R nosch work
$rm -rf work

?


Hi, Kevin!
Of course I did it. But the result was the same: no removal possible. 
I'm still confused.

Thanks for your thoughts and have a nice sunday whereever you are!

Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


VirtualBox doesn't start

2010-01-31 Thread Frank Wißmann

Hi, folks!
I want to launch my freshly installed VB with the run-command under 
KDE 3.5.10, but it won't start. All I get is Command can't be executed 
in german. I also tried with full pathname 
/usr/local/lib/virtualbox/VboxBFE, but that doesn't work either.

Where should I look for a solution?

Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: VirtualBox doesn't start

2010-01-31 Thread Frank Wißmann

Glen Barber schrieb:

Hi Frank,

Frank Wi?mann wrote: 

Hi, folks!
I want to launch my freshly installed VB with the run-command under 
KDE 3.5.10, but it won't start. All I get is Command can't be executed 
in german. I also tried with full pathname 
/usr/local/lib/virtualbox/VboxBFE, but that doesn't work either.

Where should I look for a solution?



Can you run this from a terminal emulator (konsole, xterm) for more
verbose output?


OK, here it is:

VBoxBFE: supR3HardenedExecDir: couldn't read , errno=2 cchLink=-1

HTH Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: VirtualBox doesn't start

2010-01-31 Thread Frank Wißmann

Glen Barber schrieb:
Frank Wi?mann wrote: 

Glen Barber schrieb:

Hi Frank,

Frank Wi?mann wrote: 

Hi, folks!
I want to launch my freshly installed VB with the run-command under 
KDE 3.5.10, but it won't start. All I get is Command can't be executed 
in german. I also tried with full pathname 
/usr/local/lib/virtualbox/VboxBFE, but that doesn't work either.

Where should I look for a solution?


Can you run this from a terminal emulator (konsole, xterm) for more
verbose output?

OK, here it is:

VBoxBFE: supR3HardenedExecDir: couldn't read , errno=2 cchLink=-1



Is your user in the vboxusers group?



OK, now he is. But either as root or as normal user I get the same 
result as in the message in the last mail described.


Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: VirtualBox doesn't start

2010-01-31 Thread Frank Wißmann

Hi, Warren!

Warren Block schrieb:

On Sun, 31 Jan 2010, Frank Wi?mann wrote:

I want to launch my freshly installed VB with the run-command under 
KDE 3.5.10, but it won't start. All I get is Command can't be 
executed in german. I also tried with full pathname 
/usr/local/lib/virtualbox/VboxBFE, but that doesn't work either.

Where should I look for a solution?


Please post the full command line you are using.


That is the command which I used.



Why are you using VBoxBFE rather than VirtualBox or VBoxSDL?


That was the first executable in the /usr/local/bin/-directory. I tried 
the other one, too, and got the same result.




I would also suggest using the links in /usr/local/bin rather than going 
to /usr/local/lib/virtualbox.


I tried that too, and it didn't work.

Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: VirtualBox doesn't start

2010-01-31 Thread Frank Wißmann

Hi, Warren1

Warren Block schrieb:

On Sun, 31 Jan 2010, Warren Block wrote:


On Sun, 31 Jan 2010, Frank Wi?mann wrote:

I want to launch my freshly installed VB with the run-command under 
KDE 3.5.10, but it won't start. All I get is Command can't be 
executed in german. I also tried with full pathname 
/usr/local/lib/virtualbox/VboxBFE, but that doesn't work either.

Where should I look for a solution?


Please post the full command line you are using.

Why are you using VBoxBFE rather than VirtualBox or VBoxSDL?


Err, make that VBoxManage or VBoxSDL.



VboxManage in a konsole gives a help-text but nothing more. Run in the 
KDE-Launcher nothing happens at either command. Neither VBoxBDE, VBoxSDL 
or VBoxManage give any output.


Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: VirtualBox doesn't start

2010-01-31 Thread Frank Wißmann

Hi, Glen1

Glen Barber schrieb:
Frank Wi?mann wrote: 

Is your user in the vboxusers group?

OK, now he is. But either as root or as normal user I get the same 
result as in the message in the last mail described.




Ok, three questions:

  1.) Did you log out after adding yourself to the group?  If not, open a
  new terminal emulator and run the command again.


I did it in the meantime, but the result is the same.



  2.) What version of VirtualBox is this?  virtualbox-ose-3.1.2 and above
  do not require procfs(5); lesser versions do.


It is virtualbox-3.0.51.r22902_3.



  3.) Are your kernel / userland in sync?


Yes. uname -a says: FreeBSD grissom.einundvierzig.org 8.0-RELEASE 
FreeBSD 8.0-RELEASE #0: Sat Jan  2 21:13:02 CET 2010 
fr...@grissom.einundvierzig.org:/usr/obj/usr/src/sys/GRISSOM  amd64


Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: VirtualBox doesn't start

2010-01-31 Thread Frank Wißmann

Hi, Warren!

Warren Block schrieb:

On Sun, 31 Jan 2010, Frank Wi?mann wrote:


Hi, Warren1

Warren Block schrieb:

On Sun, 31 Jan 2010, Warren Block wrote:


On Sun, 31 Jan 2010, Frank Wi?mann wrote:

I want to launch my freshly installed VB with the run-command 
under KDE 3.5.10, but it won't start. All I get is Command can't 
be executed in german. I also tried with full pathname 
/usr/local/lib/virtualbox/VboxBFE, but that doesn't work either.

Where should I look for a solution?


Please post the full command line you are using.

Why are you using VBoxBFE rather than VirtualBox or VBoxSDL?


Err, make that VBoxManage or VBoxSDL.



VboxManage in a konsole gives a help-text but nothing more. Run in 
the KDE-Launcher nothing happens at either command. Neither VBoxBDE, 
VBoxSDL or VBoxManage give any output.


The GUI is /usr/local/bin/VirtualBox.  All of the others are 
command-line interfaces.


I only have this in /usr/local/bin:

lrwxr-xr-x   1 root  wheel 33 30 Jan 20:45 VBoxBFE@ - 
/usr/local/lib/virtualbox/VBoxBFE
lrwxr-xr-x   1 root  wheel 38 30 Jan 20:45 VBoxHeadless@ - 
/usr/local/lib/virtualbox/VBoxHeadless
lrwxr-xr-x   1 root  wheel 36 30 Jan 20:45 VBoxManage@ - 
/usr/local/lib/virtualbox/VBoxManage
lrwxr-xr-x   1 root  wheel 39 30 Jan 20:45 VBoxNetAdpCtl@ - 
/usr/local/lib/virtualbox/VBoxNetAdpCtl
lrwxr-xr-x   1 root  wheel 37 30 Jan 20:45 VBoxNetDHCP@ - 
/usr/local/lib/virtualbox/VBoxNetDHCP
lrwxr-xr-x   1 root  wheel 33 30 Jan 20:45 VBoxSDL@ - 
/usr/local/lib/virtualbox/VBoxSDL
lrwxr-xr-x   1 root  wheel 33 30 Jan 20:45 VBoxSVC@ - 
/usr/local/lib/virtualbox/VBoxSVC
lrwxr-xr-x   1 root  wheel 37 30 Jan 20:45 VBoxTestOGL@ - 
/usr/local/lib/virtualbox/VBoxTestOGL
lrwxr-xr-x   1 root  wheel 39 30 Jan 20:45 VBoxXPCOMIPCD@ - 
/usr/local/lib/virtualbox/VBoxXPCOMIPCD


May it be something is interfering with the problem I am discussing in 
the other thread Problems with 'make clean'?


Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: VirtualBox doesn't start

2010-01-31 Thread Frank Wißmann

Hi, Glen!

Glen Barber schrieb:


  2.) What version of VirtualBox is this?  virtualbox-ose-3.1.2 and above
  do not require procfs(5); lesser versions do.


When I try to mount /proc via fstab and mount -u -a I get the 
following error message:


mount: proc : Invalid argument

The line in /etc/fstab is as following:

proc /proc procfs rw 0 0

Something is wrong here, too, but what?

Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: VirtualBox doesn't start

2010-01-31 Thread Frank Wißmann

Hi, Warren!

Warren Block schrieb:

On Sun, 31 Jan 2010, Frank Wi?mann wrote:

Warren Block schrieb:

...
The GUI is /usr/local/bin/VirtualBox.  All of the others are 
command-line interfaces.


I only have this in /usr/local/bin:

lrwxr-xr-x   1 root  wheel 33 30 Jan 20:45 VBoxBFE@ - 
/usr/local/lib/virtualbox/VBoxBFE
lrwxr-xr-x   1 root  wheel 38 30 Jan 20:45 VBoxHeadless@ - 
/usr/local/lib/virtualbox/VBoxHeadless
lrwxr-xr-x   1 root  wheel 36 30 Jan 20:45 VBoxManage@ - 
/usr/local/lib/virtualbox/VBoxManage
lrwxr-xr-x   1 root  wheel 39 30 Jan 20:45 VBoxNetAdpCtl@ - 
/usr/local/lib/virtualbox/VBoxNetAdpCtl
lrwxr-xr-x   1 root  wheel 37 30 Jan 20:45 VBoxNetDHCP@ - 
/usr/local/lib/virtualbox/VBoxNetDHCP
lrwxr-xr-x   1 root  wheel 33 30 Jan 20:45 VBoxSDL@ - 
/usr/local/lib/virtualbox/VBoxSDL
lrwxr-xr-x   1 root  wheel 33 30 Jan 20:45 VBoxSVC@ - 
/usr/local/lib/virtualbox/VBoxSVC
lrwxr-xr-x   1 root  wheel 37 30 Jan 20:45 VBoxTestOGL@ - 
/usr/local/lib/virtualbox/VBoxTestOGL
lrwxr-xr-x   1 root  wheel 39 30 Jan 20:45 VBoxXPCOMIPCD@ - 
/usr/local/lib/virtualbox/VBoxXPCOMIPCD


May it be something is interfering with the problem I am discussing in 
the other thread Problems with 'make clean'?


Maybe you turned off the QT4 option in the VirtualBox port config?  It's 
required for the GUI.


I thought I didn't need it cause I use KDE 3.5.10 and not KDE 4 which 
requires QT4. So it seems I'm wrong and have to reinstall the port, is 
that your thought, too?


Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Problems with make clean

2010-01-30 Thread Frank Wißmann

Hi, Beasties!
I just installed the new VirtualBox through ports. It worked fine, but 
now I have trouble cleaning the directory. Neither make clean nor a 
rm -rf work/ do what they are supposed to. Here is the output:


rm: 
work/virtualbox-3.0.51r22902/out/freebsd.amd64/debug/obj/VBoxRT/VBox: 
Directory not empty
rm: 
work/virtualbox-3.0.51r22902/out/freebsd.amd64/debug/obj/VBoxRT/common: 
Directory not empty
rm: work/virtualbox-3.0.51r22902/out/freebsd.amd64/debug/obj/VBoxRT: 
Invalid argument
rm: work/virtualbox-3.0.51r22902/out/freebsd.amd64/debug/obj: Directory 
not empty
rm: work/virtualbox-3.0.51r22902/out/freebsd.amd64/debug: Directory not 
empty

rm: work/virtualbox-3.0.51r22902/out/freebsd.amd64: Directory not empty
rm: work/virtualbox-3.0.51r22902/out: Directory not empty
rm: work/virtualbox-3.0.51r22902: Directory not empty
rm: work/: Directory not empty

A cd to the named directories and a ls -la show no files there. Has 
anybody an explanation for this?


Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to activate French locale ?

2010-01-21 Thread Frank Wißmann

Frank Bonnet schrieb:

Hello

The question is in the subject :-)

Thanks a lot
___


Hi!
You may want to set
setenv  LANGfr_FR.ISO8859-15
in your .cshrc.

Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: is there pkg_libchk

2010-01-13 Thread Frank Wißmann

Ivan Frosty schrieb:

hello there, i was wondering if freebsd has pkg_libchk ?

thanks for your time



Yes, it has. It is located in /usr/ports/sysutils/bsdadminscripts.

Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Error at make buildworld with sources from release and stable

2010-01-01 Thread Frank Wißmann

Lowell Gilbert schrieb:

Frank Wißmann frank.wissman...@web.de writes:


Hi all!
When making the world new i get this error message:

machine - /usr/src/sys/amd64/include
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE
-I/usr/src/sys/modules/dtrace/lockstat/../../../cddl/compat/opensolaris
-I/usr/src/sys/modules/dtrace/lockstat/../../../cddl/contrib/opensolaris/uts/common
-I/usr/src/sys/modules/dtrace/lockstat/../../.. -I. -I@
-I@/contrib/altq
/usr/src/sys/modules/dtrace/lockstat/../../../cddl/dev/lockstat/lockstat.c
/usr/src/sys/modules/dtrace/lockstat/../../../cddl/dev/lockstat/lockstat.c:32:25:
error: opt_kdtrace.h: No such file or directory
mkdep: compile failed
*** Error code 1

Stop in /usr/src/sys/modules/dtrace/lockstat.
*** Error code 1

Stop in /usr/src/sys/modules/dtrace.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/src/sys.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

This happens when using the sources as given with the release or if I
update to RELENG-8. What is wrong here? Is something missing in the
make.conf?


Are you sure you're doing make buildworld?  It looks like you're
building kernel modules.  These messages seem pretty strange to me for
buildworld. 


Other possibilities to make sure you avoid: something stale in the obj
tree, a clock that's off...


Hi, Lowell!
I surely did a make buildworld. After your thoughts I edited 
make.conf and commented out the line Modules_with_world=true.

Now it completed successfully.

Thanks a lot!

Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Where did the handbook go?

2010-01-01 Thread Frank Wißmann

Hi all!

I am wondering where my handbook is. Under /usr/share/doc/de/ where it 
used to be is nothing appropriate. Has anybody an idea for me? Using 
sysinstall to install additional docs didn't solve the problem. Or am I 
wrong?


Greetings Frank
--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Where did the handbook go?

2010-01-01 Thread Frank Wißmann

Chad Perrin schrieb:

On Fri, Jan 01, 2010 at 09:01:16PM +0100, Frank Wißmann wrote:
I am wondering where my handbook is. Under /usr/share/doc/de/ where it 
used to be is nothing appropriate. Has anybody an idea for me? Using 
sysinstall to install additional docs didn't solve the problem. Or am I 
wrong?


On FreeBSD 7.2, I see it at:

/usr/share/doc/de_DE.ISO8859-1/books/handbook

If you are on a different FreeBSD release version, I suppose your mileage
may vary.


Sorry, my friend. I'm on 8.0-RELEASE.

Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Where did the handbook go?

2010-01-01 Thread Frank Wißmann

Manolis Kiagias schrieb:

On 01/01/2010 10:01 μ.μ., Frank Wißmann wrote:

Hi all!

I am wondering where my handbook is. Under /usr/share/doc/de/ where it
used to be is nothing appropriate. Has anybody an idea for me? Using
sysinstall to install additional docs didn't solve the problem. Or am
I wrong?

Greetings Frank


We now got the concept of documentation packages. These are installed in
/usr/local/share/doc/freebsd and are available in all languages (for
which a doc project exists of course) and in a variety of formats as
usual (pdf, html and so on).

If you haven't installed them when installing FreeBSD, you can do so
easily by reinserting your DVD and running sysinstall. Select
'Configure' and then 'Documentation Installation'.

You can also install using pkg_add or build what's needed from ports.

For example, the German docs port is in:

misc/freebsd-doc-de
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

This was, together with Warren's answer, what I needed. The docs are 
building now and I hope I find what I need.
But that leads me to the question: Is there no handbook anymore in the 
base system? And. if yes, why not?


Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Where did the handbook go?

2010-01-01 Thread Frank Wißmann

Manolis Kiagias schrieb:

On 01/01/2010 11:34 μ.μ., Frank Wißmann wrote:

Manolis Kiagias schrieb:

On 01/01/2010 10:01 μ.μ., Frank Wißmann wrote:

Hi all!

I am wondering where my handbook is. Under /usr/share/doc/de/ where it
used to be is nothing appropriate. Has anybody an idea for me? Using
sysinstall to install additional docs didn't solve the problem. Or am
I wrong?

Greetings Frank

We now got the concept of documentation packages. These are installed in
/usr/local/share/doc/freebsd and are available in all languages (for
which a doc project exists of course) and in a variety of formats as
usual (pdf, html and so on).

If you haven't installed them when installing FreeBSD, you can do so
easily by reinserting your DVD and running sysinstall. Select
'Configure' and then 'Documentation Installation'.

You can also install using pkg_add or build what's needed from ports.

For example, the German docs port is in:

misc/freebsd-doc-de
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org


This was, together with Warren's answer, what I needed. The docs are
building now and I hope I find what I need.
But that leads me to the question: Is there no handbook anymore in the
base system? And. if yes, why not?

Frank


Not really in the base system, although you can install them using
sysinstall as said above and they are still available in the
installation media.  The advantage of having the documentation as ports
(or packages) is they get upgraded with portupgrade. So the local docs
are not now a static snapshot of what was available when the RELEASE was
done, but rather an evolving set of packages that can be upgraded along
with anything else. There is a continuing effort of improving (and
translating) the documentation and it is good to always be able to have
the latest available locally if you wish.

(Please note the change in path, as these are now packages they are
installed in /usr/local/share/doc)

OK, I noticed that and I agree with your argumentation. Now I can go to 
bed and sleep well :-).


Thanks to all!

Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Error at make buildworld with sources from release and stable

2009-12-31 Thread Frank Wißmann

Hi all!
When making the world new i get this error message:

machine - /usr/src/sys/amd64/include
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q
awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE 
-I/usr/src/sys/modules/dtrace/lockstat/../../../cddl/compat/opensolaris 
-I/usr/src/sys/modules/dtrace/lockstat/../../../cddl/contrib/opensolaris/uts/common 
-I/usr/src/sys/modules/dtrace/lockstat/../../.. -I. -I@ -I@/contrib/altq 
/usr/src/sys/modules/dtrace/lockstat/../../../cddl/dev/lockstat/lockstat.c
/usr/src/sys/modules/dtrace/lockstat/../../../cddl/dev/lockstat/lockstat.c:32:25: 
error: opt_kdtrace.h: No such file or directory

mkdep: compile failed
*** Error code 1

Stop in /usr/src/sys/modules/dtrace/lockstat.
*** Error code 1

Stop in /usr/src/sys/modules/dtrace.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/src/sys.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

This happens when using the sources as given with the release or if I 
update to RELENG-8. What is wrong here? Is something missing in the 
make.conf?


Greetings til' next year :-).

Frank
--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: HNW, everybody.

2009-12-31 Thread Frank Wißmann

Gary Kline schrieb:
to everybody, happy new years. 
hoping that 2010 is [much] better year.




Same to you. In Germany it is now
2010. Greetings to all.

Frank
--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Missing library building Amarok

2009-12-30 Thread Frank Wißmann

Lowell Gilbert schrieb:

Frank Wißmann frank.wissman...@web.de writes:


Hi all!
When building Amarok I get the following message:

Error: shared library sgutils.1 does not exist

How can I obtain more information about it and where can I get it?



You need to give more details.  In particular, more context around where
that error shows up.


Hi!
So you mean executing frank -v helps? :-)
To be serious I solved the problem in the meantime by removing the 
dependency libgpod which I truly don't need. Afterwards Amarok built 
well through and is working fine.

Thanks for your thoughts and have a happy new year all!

Greetings Frank

--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Missing library building Amarok

2009-12-28 Thread Frank Wißmann

Hi all!
When building Amarok I get the following message:

Error: shared library sgutils.1 does not exist

How can I obtain more information about it and where can I get it?

Greetings Frank


--
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y?


When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


How to use portmanager/portmaster?

2009-02-28 Thread Frank Wißmann
Hi, list!
I have a problem using the above mentioned programs because there 
doesn't seem to be a manpage installed. Can anybody give me a clue on 
how to get help?

TIA Frank
-- 
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y? 

When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to use portmanager/portmaster?

2009-02-28 Thread Frank Wißmann
Am Samstag 28 Februar 2009 21:42:35 schrieb Roland Smith:
 On Sat, Feb 28, 2009 at 07:49:16PM +0100, Frank Wißmann wrote:
  Hi, list!
  I have a problem using the above mentioned programs because there
  doesn't seem to be a manpage installed. Can anybody give me a clue
  on how to get help?

 Both do have manpages. What kind of error do you get when you try
 e.g. 'man portmaster'? It might be that your manual pages setup is
 broken.
I get the message No manual entry for portmaster, but using your 
command I can read it. man man e. g. works perfectly.
But there comes up another question (or two):
How can I use it with all ports/packages?
And will it upgrade my packages too, or is there something special I 
have to look for, because I have mostly installed by pkg_add -r?

TIA Frank

 You can read the manpage with the following command sequence:

   gzip -cd /usr/local/man/man8/portmaster.8.gz | groff -Tascii -man |
 less

 Roland



-- 
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y? 

When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How to use portmanager/portmaster?

2009-02-28 Thread Frank Wißmann
Am Samstag 28 Februar 2009 22:39:26 schrieb Roland Smith:
 On Sat, Feb 28, 2009 at 10:08:45PM +0100, Frank Wißmann wrote:
  Am Samstag 28 Februar 2009 21:42:35 schrieb Roland Smith:
   On Sat, Feb 28, 2009 at 07:49:16PM +0100, Frank Wißmann wrote:
Hi, list!
I have a problem using the above mentioned programs because
there doesn't seem to be a manpage installed. Can anybody give
me a clue on how to get help?
  
   Both do have manpages. What kind of error do you get when you try
   e.g. 'man portmaster'? It might be that your manual pages setup
   is broken.
 
  I get the message No manual entry for portmaster, but using your
  command I can read it. man man e. g. works perfectly.

 That sounds to me that the configuration for the man command is
 broken. If you give the 'manpath' command, does the output include
 /usr/local/man? If not, add the following lines to
 /etc/manpath.config:

 OPTIONAL_MANPATH/usr/local/man
 MANPATH_MAP /usr/local/bin  /usr/local/man

 Roland

manpath does show correct settings AFAIK meaning that the answer to 
your question is yes.

Frank

-- 
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y? 

When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re:(solved) World doesn't build correctly

2009-02-20 Thread Frank Wißmann
Am Donnerstag 19 Februar 2009 21:07:47 schrieb Polytropon:
 On Thu, 19 Feb 2009 18:14:01 +0100, Frank Wißmann 
frank.wissman...@web.de wrote:
  I did it now the way you told me but it still shows 7.0-Release at
  uname -a. I attach my make.conf and cvs-supfile' maybe there is
  something wrong?

 I've found something strange in the CVSup files:

   Your file   My file
   -
   *default base=/usr/src  *default base=/var/db
   *default prefix=/usr/src*default prefix=/usr
   *default release=cvs*default release=cvs tag=RELENG_7

 You see these differences: base and prefix are set incorrectly and
 release / tag is incomplete. You should follow Mel's advice and
 take the file /usr/share/examples/cvsup/stable-supfile as a starting
 point. Of course, you can cut the many comments, but be sure that
 the settings are valid (as shown above).

Yip-yip-yeah!
Once you make it right it works :-).
Thanks to all who helped.

Greetings

Frank

-- 
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y? 

When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: World doesn't build correctly

2009-02-19 Thread Frank Wißmann
Am Donnerstag 19 Februar 2009 10:53:43 schrieb Polytropon:
 On Wed, 18 Feb 2009 21:50:25 +0100, Frank Wißmann 
frank.wissman...@web.de wrote:
  Well, I used your settings of default release=cvs tag=RELENG_7,
  but the answer is still this:
  FreeBSD grissom.einundvierzig.org 7.0-RELEASE FreeBSD 7.0-RELEASE
  #0: Wed Feb 18 21:36:57 CET 2009
  r...@grissom.einundvierzig.org:/usr/obj/usr/src/sys/GRISSOM  amd64
 
  Any ideas, folks? Or should I post something more?

 may I ask how exactly you did the update? As it has mentioned
 before, the handbook (even the german version) gives a good
 routeplan for this.

 In general:

   # cd /usr/src
   # make update
   # make buildworld buildkernel KERNCONF=GRISSOM
   # make installkernel KERNCONF=GRISSOM
   # reboot
   boot -s
   fsck and mount -a
   # cd /usr/src
   # mergemaster -p
   # make installworld
   # mergemaster
   # reboot

 (Hope that's correct from my mind, check handbook anyway.)FreeBSD 
grissom.einundvierzig.org 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Wed Feb 
18 21:36:57 CET 2009 
r...@grissom.einundvierzig.org:/usr/obj/usr/src/sys/GRISSOM  amd64


 Note that the configuration files mentioned above usually employ
 the make update command from within /usr/src. Kernel and world
 have to be the same version.

 Oh yes, and check your /boot/loader.conf if eventually a previous
 kernel is loaded, maybe you stored a spare kernel in /boot and
 the loader loads this, instead of /boot/kernel/kernel? Just to be
 sure... I mention this because I had a spare 6.0-GENERIC kernel
 saved in /boot, a setting in /boot/loader.conf for some testing,
 then updated the system (which affected /boot/kernel/kernel,
 but not /boot/kernel/kernel.GENERIC which was instead loaded). :-)

I did it now the way you told me but it still shows 7.0-Release at 
uname -a. I attach my make.conf and cvs-supfile' maybe there is 
something wrong?

Greetings Frank

-- 
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y? 

When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
*default host=cvsup.FreeBSD.org
*default base=/usr/src
*default prefix=/usr/src
*default release=cvs
*default delete use-rel-suffix
*default compress
*default release=cvs tag=RELENG_7
src-all
ports-all
doc-all
www
cvsroot-all
CPUTYPE?=   opteron
NO_CPU_CFLAGS=  true
NO_CPU_COPTFLAGS=   true
CFLAGS= -O -fno-strict-aliasing -pipe 
WITH_OPTIMIZED_CFLAGS=  true
CXXFLAGS+=  -fconserve-space
MAKE_SHELL?=sh
BDECFLAGS=  -W -Wall -ansi -pedantic -Wbad-function-cast \
-Wcast-align -Wcast-qual -Wchar-subscripts \
-Winline -Wmissing-prototypes -Wnested-externs \
-Wpointer-arith -Wredundant-decls -Wshadow \
-Wstrict-prototypes -Wwrite-strings
COPTFLAGS=  -O -pipe
INSTALL=install -C
KERNCONF=   GRISSOM
MTREE_FOLLOWS_SYMLINKS= -L
PPP_NOSUID= true
ENABLE_SUID_SSH=true
ENABLE_SUID_NEWGRP= true
NO_ACPI=true
NO_FORTRAN= true
NO_IPFILTER=true
NO_KERBEROS=true
NO_NIS= true
NO_ATM= true
WITH_BIND_LIBS= true
MODULES_WITH_WORLD= true
MAKE_IDEA=  yes
PRINTERDEVICE=  ps
SUP_UPDATE= yes
SUP=/usr/local/bin/cvsup
SUPFLAGS=   -g -L 2
SUPHOST=cvsup.de.FreeBSD.org
SUPFILE=/etc/cvs-supfile
PORTSSUPFILE=   /etc/cvs-supfile
DOCSUPFILE= /etc/cvs-supfile
TOP_TABLE_SIZE= 101
DOC_LANG=   en_US.ISO8859-1 de_DE.ISO8859-15
PERL_VER=   5.8.8
PERL_VERSION=   5.8.8
# Begin portconf settings
# Do not touch these lines
.if !empty(.CURDIR:M/usr/ports*)  exists(/usr/local/libexec/portconf)
_PORTCONF!=/usr/local/libexec/portconf
.for i in ${_PORTCONF:S/|/ /g}
${i:S/%/ /g}
.endfor
.endif
# End portconf settings
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: World doesn't build correctly

2009-02-18 Thread Frank Wißmann
Am Dienstag 17 Februar 2009 21:20:15 schrieb Polytropon:
 On Tue, 17 Feb 2009 20:14:58 +0100, Frank Wißmann 
frank.wissman...@web.de wrote:
  What is going wrong here? Why isn't ther build a 7_STABLE as I
  desire? What do I need to change to get my wanted results?

 Are you sure you have the correct sources? How did you update them?

 I'm using the following settings (as an example):

 In /etc/make.conf:

   SUP_UPDATE= yes
   SUP=/usr/bin/csup
   SUPFLAGS=   -g -L 2
   SUPHOST=cvsup.freebsd.org
   SUPFILE=/etc/sup/stable.sup

 And in /etc/sup/stable.sup:

   *default host=cvsup.freebsd.org
   *default base=/var/db
   *default prefix=/usr
   *default release=cvs tag=RELENG_7
   *default delete use-rel-suffix
   *default compress
   src-all

 For csup, the tag is RELENG_7. You used 7_STABLE, maybe this is
 the reason why you checked out the sources of 7.0-RELEASE?

Well, I used your settings of default release=cvs tag=RELENG_7, but 
the answer is still this:
FreeBSD grissom.einundvierzig.org 7.0-RELEASE FreeBSD 7.0-RELEASE #0: 
Wed Feb 18 21:36:57 CET 2009 
r...@grissom.einundvierzig.org:/usr/obj/usr/src/sys/GRISSOM  amd64

Any ideas, folks? Or should I post something more?

TIA Frank

-- 
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y? 

When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


World doesn't build correctly

2009-02-17 Thread Frank Wißmann
Hello, list!
When I try to build my new world with todays sources I don't get 
properly what I want. I configured my cvs-supfile with

default tag=7_STABLE

and all I get is this from dmesg:

FreeBSD 7.0-RELEASE #0: Tue Feb 17 19:02:23 CET 2009

and from uname -a':

FreeBSD grissom.einundvierzig.org 7.0-RELEASE FreeBSD 7.0-RELEASE #0: 
Tue Feb 17 19:02:23 CET 2009 
r...@grissom.einundvierzig.org:/usr/obj/usr/src/sys/GRISSOM  amd64

What is going wrong here? Why isn't ther build a 7_STABLE as I desire? 
What do I need to change to get my wanted results?

TIA Frank

-- 
GU d- s:+ a+ C+$ UBS$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE 
Y? !PGP- t+ 5 X !R tv- b++ DI !D G e h+ r- y? 

When pack meets pack in the jungle
and no one will move from the trail
wait till the leaders have spoken
it may be fair words shall prevail

(Rudyard Kipling)

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


How can I access video tape under FBSD?

2008-04-16 Thread Frank Wißmann

Hi, folks!
I have bought for myself a taperecorder-to-usb-connector, which I wrote 
in /etc/usbd.conf as following:

Device  Video tape
Product 0x2821
Vendor  0xeb1a

Now I want to move all of my archived video tapes to harddisk/DVD. How 
can I perform this, that means how can I access my tape recorder, put 
the files onto HD and view it, meaning what kind of program is capable 
of doing so? Mplayer would be fine because I have it just installed


TIA Frank
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [unsure] Re: Problem starting X as user

2008-04-04 Thread Frank Wißmann

herbert langhans wrote:
Also check if you have the /etc/x11/xorg.conf -- root 644. Dont keep another xorg.conf in the /home/user directory so its using the one from /etc/x11 for sure. 

Dont have 
~/.Xresources and
~/.Xmodmap 
in the home directory. 


I must admit I have some xmodmap-commands in my .xinitrc. They worked 
fine in my 7.0-Beta1 installation. I now have upgraded to 7.0. X.org is 
7.3_1. I copied my ~/frank from one computer to another via NFS. May it 
be there went something wrong? (See below)


Check .xinitrc if it is in /root. If it is there and it works copy it over to 
the /home/user, care for permissions or make it 777.


I have only one in ~/frank.



Watch for /usr/local/lib/X11/xinit -- it will use this when you have no 
.xinitrc in the /home/user or permission is set wrong!


The file /usr/local/lib/X11/xinit/xinitrc is set to r--r--r--. It seems 
to me this is somehow wrong. Should I change it, and to which value?




Such troubles I solve best when I look over it the next day. Usually I find it in two minutes then and wonder how I can have not seen such an obvious mistake.. 


Cheers
herbs
 


On Thu, 03 Apr 2008 22:38:04 +0200
Frank Wißmann [EMAIL PROTECTED] wrote:


herbert langhans wrote:

Frank,
can you start twm when you log in as a user. It smells like some permission 
issue from xfce. You could backup the xfce files with the actual permissions 
and then set them all to 777 and try to start it.

Just an idea
herbs
 


On Thu, 03 Apr 2008 21:03:40 +0200
Frank Wißmann [EMAIL PROTECTED] wrote:


Hi all!
Hope there's somebody out there who can help me with the following problem:
When I type startx as root all is coming up as expected, the X-Server 
and twm as WM. When I stop it, log in as a normal user and do the same 
there is only a grey screen with a mouse-cursor coming up and doing 
nothing until I kill the X-Server with Ctrl-Alt-Backspace. On the 
original screen from which I tried to start is shown the following error 
message:


AUDIT: Thu Apr 3 20:34:48 2008 836 X: client 1 rejected from localhost 
(uid 1001)

Auth name: XDM-AUTHORIZATION-1 ID: -1
Xlib: connection to 0:0 refused by server
Xlib: Protocol not supported by server

.xinitrc and .xsession both have the same contens exec startxfce4 and 
the permissions rwxr-xr-x.


Any thoughts please?

TIA Frank
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]



If I comment out the exec startxfce4 in both files the effect is the 
same: No WM starts, just the X-Server. The interesting effect is that 
the output on the regular user's terminal is the same as above written. 
So it seems it has nothing to do with the WM I want to start.


Frank






___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem starting X as user

2008-04-04 Thread Frank Wißmann

Warren Block wrote:

On Thu, 3 Apr 2008, Frank Wi?mann wrote:

Hope there's somebody out there who can help me with the following 
problem:
When I type startx as root all is coming up as expected, the 
X-Server and twm as WM. When I stop it, log in as a normal user and do 
the same there is only a grey screen with a mouse-cursor coming up and 
doing nothing until I kill the X-Server with Ctrl-Alt-Backspace. On 
the original screen from which I tried to start is shown the following 
error message:


AUDIT: Thu Apr 3 20:34:48 2008 836 X: client 1 rejected from localhost 
(uid 1001)

Auth name: XDM-AUTHORIZATION-1 ID: -1
Xlib: connection to 0:0 refused by server
Xlib: Protocol not supported by server

.xinitrc and .xsession both have the same contens exec startxfce4 
and the permissions rwxr-xr-x.


Any thoughts please?


My user .xsession is:

#!/bin/sh

# WB: allow other user to use X on localhost
xhost +localhost

exec /usr/local/bin/startxfce4

-Warren Block * Rapid City, South Dakota USA



There sure must be a problem with permissions. I can start the X-Server 
as root and execute startxfce4 and it works fine, but there is no WM 
as a user. Where do I have to look?


Greetings Frank
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Solved partly (was: Problem starting X as user)

2008-04-04 Thread Frank Wißmann

Frank Wißmann wrote:

Hi all!
Hope there's somebody out there who can help me with the following problem:
When I type startx as root all is coming up as expected, the X-Server 
and twm as WM. When I stop it, log in as a normal user and do the same 
there is only a grey screen with a mouse-cursor coming up and doing 
nothing until I kill the X-Server with Ctrl-Alt-Backspace. On the 
original screen from which I tried to start is shown the following error 
message:


AUDIT: Thu Apr 3 20:34:48 2008 836 X: client 1 rejected from localhost 
(uid 1001)

Auth name: XDM-AUTHORIZATION-1 ID: -1
Xlib: connection to 0:0 refused by server
Xlib: Protocol not supported by server

.xinitrc and .xsession both have the same contens exec startxfce4 and 
the permissions rwxr-xr-x.


Any thoughts please?

TIA Frank
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]




To your information:

I just tried out of despair something weird and started my X-Server by 
the /etc/ttys-file and a reboot. Logging iin as root worked as it did 
before but to my astonishment it worked logging in as a user too. So I 
now have a working Xfce environment on my other machine too. There is no 
need to think about it anymore. I'm just curious why it didn't work the 
other way round.
So, happy weekend for all of you and a big Thank you to all who let 
work their mind to help me.


Greetings Frank
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Solved partly

2008-04-04 Thread Frank Wißmann

Matthew Seaman wrote:

Frank Wißmann wrote:

Frank Wißmann wrote:

Hi all!
Hope there's somebody out there who can help me with the following 
problem:
When I type startx as root all is coming up as expected, the 
X-Server and twm as WM. When I stop it, log in as a normal user and 
do the same there is only a grey screen with a mouse-cursor coming up 
and doing nothing until I kill the X-Server with Ctrl-Alt-Backspace. 
On the original screen from which I tried to start is shown the 
following error message:


AUDIT: Thu Apr 3 20:34:48 2008 836 X: client 1 rejected from 
localhost (uid 1001)

Auth name: XDM-AUTHORIZATION-1 ID: -1
Xlib: connection to 0:0 refused by server
Xlib: Protocol not supported by server

.xinitrc and .xsession both have the same contens exec startxfce4 
and the permissions rwxr-xr-x.


Any thoughts please?

TIA Frank
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]




To your information:

I just tried out of despair something weird and started my X-Server by 
the /etc/ttys-file and a reboot. Logging iin as root worked as it did 
before but to my astonishment it worked logging in as a user too. So I 
now have a working Xfce environment on my other machine too. There is 
no need to think about it anymore. I'm just curious why it didn't work 
the other way round.
So, happy weekend for all of you and a big Thank you to all who let 
work their mind to help me.


Did you install X setuid root?  If you're using xdm(1) or one of the other
similar display managers that are started out of ttys(5) then X is started
by a root process anyhow, and doesn't need to be setuid.  If you intend to
use startx(1) then X needs to be setuid for mortal users to be able to 
start

it.

To change the setting:

   make config

in /usr/ports/x11-servers/xorg-server and then reinstall the xorg-server
port.

Cheers,

Matthew



I don't know for sure. In /etc/make.conf is nothing written that X 
should be setuid root and that must be the place, or not? Anyway, I want 
  X to be started through a tty like it worked, so I have no intention 
to change it now that it functions.


Greetings Frank
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem starting X as user

2008-04-03 Thread Frank Wißmann

Hi all!
Hope there's somebody out there who can help me with the following problem:
When I type startx as root all is coming up as expected, the X-Server 
and twm as WM. When I stop it, log in as a normal user and do the same 
there is only a grey screen with a mouse-cursor coming up and doing 
nothing until I kill the X-Server with Ctrl-Alt-Backspace. On the 
original screen from which I tried to start is shown the following error 
message:


AUDIT: Thu Apr 3 20:34:48 2008 836 X: client 1 rejected from localhost 
(uid 1001)

Auth name: XDM-AUTHORIZATION-1 ID: -1
Xlib: connection to 0:0 refused by server
Xlib: Protocol not supported by server

.xinitrc and .xsession both have the same contens exec startxfce4 and 
the permissions rwxr-xr-x.


Any thoughts please?

TIA Frank
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem starting X as user

2008-04-03 Thread Frank Wißmann

Roland Smith wrote:

On Thu, Apr 03, 2008 at 09:03:40PM +0200, Frank Wißmann wrote:

Hi all!
Hope there's somebody out there who can help me with the following problem:
When I type startx as root all is coming up as expected, the X-Server and 
twm as WM. When I stop it, log in as a normal user and do the same there is 
only a grey screen with a mouse-cursor coming up and doing nothing until I 
kill the X-Server with Ctrl-Alt-Backspace. On the original screen from 
which I tried to start is shown the following error message:


AUDIT: Thu Apr 3 20:34:48 2008 836 X: client 1 rejected from localhost (uid 
1001)

Auth name: XDM-AUTHORIZATION-1 ID: -1
Xlib: connection to 0:0 refused by server
Xlib: Protocol not supported by server

.xinitrc and .xsession both have the same contens exec startxfce4 and the 
permissions rwxr-xr-x.


Any thoughts please?


Does the regular user have an ~/.Xauthority file? If not, you might have
to create it with xauth(1), or copy it from the root user.

Roland

Yes, there is one with the same permissions as the above mentioned files.

Greetings

Frank
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]