Re: What kind of audio device is this?

2007-11-09 Thread P.U.Kruppa

On Fri, 9 Nov 2007, Adam J Richardson wrote:


P.U.Kruppa wrote:

dmesg says I have got
   ugen0: vendor 0x0d8c PnP Audio Device, class 0/0, rev 1.10/0.10,
   addr 4 on uhub0
on board.
What is this? Do we have a driver for it?

snip

Of course I tried
 # kldload snd_driver
but all I get is
 # cat /dev/sndstat
 FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64)
 Installed devices:

I am running
   FreeBSD 7.0-BETA2 FreeBSD 7.0-BETA2 #0:
   Sat Nov  3 17:55:42 CET 2007 amd64


Hi Peter,

I also have a USB sound device which wouldn't detect until I loaded 
snd_uaudio. Now I can play my CDs through my 5.1 system, but I had to install 
both OSS and eSound to do it. I think the idea is everything goes to eSound, 
which is piped through the OSS mixer.


My sound device now identifies [on FreeBSD 6.3-PRERELEASE] as:
uaudio0: vendor 0x0c45 USB Audio, rev 1.10/1.00, addr 2
uaudio0: audio rev 1.00
pcm0: USB Audio on uaudio0

Yes, great thanks Adam!

For the records:
As you said I have installed audio/oss and audio/esound.
I couldn't start snd_uaudio at runtime, so I put
 snd_uaudio_load=YES
into /boot/loader.conf and rebooted.
After that everything worked fine.

On my FreeBSD 7.0 I can even see /dev/dsp and when I do a
# cat /dev/sndstat
I get
FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64)
Installed devices:
pcm0: USB Audio at ? kld snd_uaudio [GIANT] (1p:1v/1r:1v
channels duplex default)
 mode 1:(output) 8ch, 16/16bit, pcm, 44100,48000Hz
 mode 2:(output) 2ch, 16/16bit, pcm, 44100,48000Hz
 mode 3:(output) 4ch, 16/16bit, pcm, 44100,48000Hz
 mode 4:(output) 6ch, 16/16bit, pcm, 44100,48000Hz
 mode 5:(output) 2ch, 16/16bit, pcm, 48000Hz
 mode 1:(input) 2ch, 16/16bit, pcm, 44100,48000Hz

That's it!

Thanks again,

Uli.


which is every bit as dull as yours.

By the way I don't have a /dev/dsp either. It doesn't seem to be required.

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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Help:Install RPMS on FreeBSD 6.2

2007-11-09 Thread P.U.Kruppa

On Fri, 9 Nov 2007, Ƚ¿¡Ðã wrote:


Hello,I have just install rpm-3.0.6 via /usr/ports/archivers/rpm.
And I get some ERROR like below when trying to install
libc5compat-1.0-5.i586.rpm  via rpm.

host# /usr/local/bin/rpm -Uvh libc5compat-1.0-5.i586.rpm

error: failed dependencies:
/bin/sh   is needed by libc5compat-1.0-5
/sbin/ldconfigis needed by libc5compat-1.0-5

But I can find  /bin/sh  and  /sbin/ldconfig on my FreeBSD 6.2.
How can I solve this problem,could anyone help me.
Many thanks.

They are hidden behind /compat/linux/...

Sometimes it might help to use --nodeps option with rpm .
(also often needed: --ignoreos and --ignorearch .

Good luck,

Uli.




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





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

Re: What kind of audio device is this?

2007-11-04 Thread P.U.Kruppa

On Sun, 4 Nov 2007, beni wrote:


On Saturday 03 November 2007 19:08:25 P.U.Kruppa wrote:

Hi,

dmesg says I have got
   ugen0: vendor 0x0d8c PnP Audio Device, class 0/0, rev 1.10/0.10,
   addr 4 on uhub0
on board.
What is this? Do we have a driver for it?


Vendor 0x0d8c seems to be C-Media, but without the product ID it is difficult
to find out what card it is.
http://www.cmedia.com.tw/?q=en/datasheets

snd_cmi (4) should work with some C-Media sound cards :

HARDWARE
The snd_cmi driver supports the following sound cards:

+o   CMedia CMI8338A
+o   CMedia CMI8338B
+o   CMedia CMI8738
+o   CMedia CMI8738B

or else the snd_uaudio driver might help.
No, I tried to kldoad both, but nothing happens (no /dev/dsp is 
created).


Thanks,

Uli.




Of course I tried
# kldload snd_driver
but all I get is
# cat /dev/sndstat
FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64)
Installed devices:

I am running
   FreeBSD 7.0-BETA2 FreeBSD 7.0-BETA2 #0:
   Sat Nov  3 17:55:42 CET 2007 amd64


Thanks,

Uli.

Peter Ulrich Kruppa
Wuppertal
Germany



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





Peter Ulrich Kruppa
Wuppertal
Germany

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


What kind of audio device is this?

2007-11-03 Thread P.U.Kruppa

Hi,

dmesg says I have got
  ugen0: vendor 0x0d8c PnP Audio Device, class 0/0, rev 1.10/0.10,
  addr 4 on uhub0
on board.
What is this? Do we have a driver for it?

Of course I tried
# kldload snd_driver
but all I get is
# cat /dev/sndstat
FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64)
Installed devices:

I am running
  FreeBSD 7.0-BETA2 FreeBSD 7.0-BETA2 #0:
  Sat Nov  3 17:55:42 CET 2007 amd64


Thanks,

Uli.

Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Virtualization

2007-10-31 Thread P.U.Kruppa

On Tue, 30 Oct 2007, Bart Silverstrim wrote:

I was curious with the information coming out regarding FreeBSD 7 what option 
are available for virtualizing other OS's using FreeBSD as a host.


I've been running several servers (Windows of various versions and a Linux 
system) as virtual machines under VMWare Server for Linux for about a year 
now.  I remember there were some problems with trying to get FreeBSD to run 
VMWare previously?


Is anyone virtualizing systems using a FreeBSD host, and if so what are you 
using?  Or is FreeBSD primarily just useful for being a virtual guest if it 
isn't on the physical machine?
I can recommend emulators/qemu . It isn't really fast, but 
stable. A good choice to test software or network setups, runs 
(o.k. strolls along) on i386 and amd64.


Greetings,

Uli.


Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: project management software for freebsd?

2007-10-27 Thread P.U.Kruppa

On Sat, 27 Oct 2007, zbigniew szalbot wrote:


Hello,

I am looking for recommendation of software which could be installed from 
ports and which would help us register new ideas, be able to see if they have 
been started/completed, etc.


I did have a look at Horde but this is not what I am looking for. I do not 
want a simple task list. Rather something more like project management 
software (best if installed from ports but it is not really necessary). Many 
thanks in advance for your recommendations!
Some content management systems come with project management 
abilities (ports/deskutils/egroupware comes to my mind, but 
probably there are more). They will make your projects available 
via intranet or internet.


Greetings,

Uli.



Kind regards,

Zbigniew Szalbot


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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Portupgrade used to be fun!!!

2007-10-26 Thread P.U.Kruppa

On Sat, 27 Oct 2007, E. J. Cerejo wrote:

Not anymore!  Every time I cvsup my ports tree and I see all of those ports 
that need to be updated my belly aches and that's because portupgrade doesn't 
work the way it used to work.  It is not fun any more!  Always an issue, 
either a port conflicts with another port or it fails all together.  I have 
forgotten the last time I updated my ports without any issues.  Today 
scrollkeeper is conflicting with rarian, they install files on the same 
directory.

Did you have a look at /usr/ports/UPDATING ?
(I guess you have got a problem with the latest gnome.)

Regards,

Uli.



Go figure.  Those were the days when it used to work.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Anyone get Flash 9 working?

2007-10-23 Thread P.U.Kruppa

On Tue, 23 Oct 2007, Mark Moellering wrote:


The basic question,
has anyone gotten Flash-9 running on FreeBSD ?  linux-version? wine version?
FreeBSD 7?  anything?

Now, you can't exactly call it running:
On
FreeBSD 7.0-BETA1 amd64
with
linux_base-fc7-7_1
in
linux-opera-9.24.20071015
with
linux-flashplugin-9.0r48
I can view _some_ flash animations.
But mostly it will crash either linux-opera or X or the complete 
system.

I would say: there is still a long way to go.

Greetings,

Uli.



I realize this is one of those issues that reappears every few months,
however, without Flash 9, it is difficult to do some website development in a
pure FreeBSD environment.

Thanks in advance

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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: xorg install problem

2007-10-21 Thread P.U.Kruppa

On Sun, 21 Oct 2007, AN wrote:

I am trying to install a new system with Gnome and xorg on 7.0 beta 1. Here 
are the steps I have taken:


install 6.2 release
cvsup to releng_7 as of 10/21/07
buildworld -sucessful
installworld -sucessful
reboot into 7.0 beta
set packagesite to ft2.nl.freebsd.org
pkg_add xorg-7.3_1 - fails with message:

1 package addition failed
pkg_add of dependency 'xorg-apps-7.3' failed
1 package addition failed

I have used this procedure for a long time to install new systems, is it 
broken now because of the status of the new 7.0 release or am I having 
another problem?

When I look at ftp.freebsd.org/pub/FreeBSD/i386/
I don't see any packages for 7.0-release only for 7-current.
Probably you could use those, but honestly, I am not sure.

Greetings,

Uli.



What is the proper procedure to get a system with:

fbsd 7.0 beta
xorg 7.3
gnome

Any help is appreciated.

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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: sbcl/lisp question

2007-09-27 Thread P.U.Kruppa

On Thu, 27 Sep 2007, Andreas Davour wrote:


On Wed, 26 Sep 2007, P.U.Kruppa wrote:


Hi,

while playing with SBCL and the editor slime, I found that slime needs some 
(fast loadable) files in /usr/local/lib/sbcl/.. (with .fasl suffix) to be 
set executable.


Was this forgotten by the port authors or is there some tricky LISP way to 
do it automatically (i.e. is it a bug or a feature)?


A FASL file is a compiled lisp file. If you check in that folder there will 
probably be another file there with the same name and the extension .lisp 
instead. There is no need to have a fasl file, the lisp system can load and 
compile the .lisp files as needed. If you feel like speed up the load process 
you can of course compile those files. Note that for the files to be saved 
you must have write permission in that folder, so the easiest way might be to 
start sbcl as root and then it will load and compile the files to FASL. Next 
time you start sbcl the lisp will load the compiled files.


If there's more, or you just forgot to tell us the error messages contained 
aditional problems, please repost with all the errors inlcuded.


Hope that helped. More specific lisp questions can be taken to #lisp @ 
freenode.net where I and others chat and answer questions.

Thanks,

Uli.



/Andreas





Peter Ulrich Kruppa
Wuppertal
Germany

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


sbcl/lisp question

2007-09-26 Thread P.U.Kruppa

Hi,

while playing with SBCL and the editor slime, I found that slime 
needs some (fast loadable) files in /usr/local/lib/sbcl/.. 
(with .fasl suffix) to be set executable.


Was this forgotten by the port authors or is there some tricky 
LISP way to do it automatically (i.e. is it a bug or a feature)?


This is on FreeBSD 7.0 amd64.

Greetings,

Uli.

Peter Ulrich Kruppa
Wuppertal
Germany

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


maxima, rlwrap and sbcl

2007-09-22 Thread P.U.Kruppa

Hello,

I have built maxima with sbcl on FreeBSD-7.0 . I would like to 
add some command line editing functionality by installing rlwrap.


When I try to start rmaxima I get
rlwrap: error: Could not open master pty: Input/output error

Can anyone help?

Thanks,

Uli.

Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: End-of-life for my amd64 ?

2007-09-19 Thread P.U.Kruppa

On Wed, 19 Sep 2007, Kris Kennaway wrote:


P.U.Kruppa wrote:

On Tue, 18 Sep 2007, Charles Bacon wrote:


I installed FreeBSD-RELEASE6.2 last January, and wonder if there will be
a 6.3.  Just discovered freebsd-update(8), tried it out, and saw:

   WARNING: FreeBSD 6.2-RELEASE is approaching its End-of-Life date.
   It is strongly recommended that you upgrade to a newer
   release within the next 4 months.

1. Now I wonder if I'll have to rebuild my filesystems again when 7.0
  comes out.  ...releases/amd64 contains only 6.1 and 6.2 among the
  ISO images.

Have a look at http://www.freebsd.org/releng/index.html .
There will be at least a 6.3-RELEASE (work hasn't started yet) and 7.0 will 
be sort of a non-production beta release. So you will have enough time 
before you have to do a a major upgrade.


I disagree that 7.0 will be a non-production beta release.  We're working 
very hard to make sure it as good quality as it can be (but that also depends 
directly on users helping out).

I take this as an invitation, since I updated to 7.0 last week :)

Greetings,

Uli.



Kris





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: End-of-life for my amd64 ?

2007-09-18 Thread P.U.Kruppa

On Tue, 18 Sep 2007, Charles Bacon wrote:


I installed FreeBSD-RELEASE6.2 last January, and wonder if there will be
a 6.3.  Just discovered freebsd-update(8), tried it out, and saw:

   WARNING: FreeBSD 6.2-RELEASE is approaching its End-of-Life date.
   It is strongly recommended that you upgrade to a newer
   release within the next 4 months.

1. Now I wonder if I'll have to rebuild my filesystems again when 7.0
  comes out.  ...releases/amd64 contains only 6.1 and 6.2 among the
  ISO images.

Have a look at http://www.freebsd.org/releng/index.html .
There will be at least a 6.3-RELEASE (work hasn't started yet) 
and 7.0 will be sort of a non-production beta release. So you 
will have enough time before you have to do a a major upgrade.


Regards,

Uli.




2. I've been a wannabe sysadmin for years and have enjoyed FreeBSD since
  it was 386BSD.  However, I am slow to catch up, and would appreciate
  (and suggest) short links to various entities which are either recent
  or important to an admin.  A checklist, much less than a man page, and
  more an introduction, e.g. freebsd-update(8) does just that, and may
  be useful once the current release has been in use for more than a few
  months.

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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Problems With xorg 7.3 After A Port Upgrade

2007-09-15 Thread P.U.Kruppa

On Sat, 15 Sep 2007, Aryeh Friedman wrote:


nVidia's driver does not honor -ignoreABI

Sorry. At least it honored my S3Virge.

Uli.




On 9/15/07, P.U.Kruppa [EMAIL PROTECTED] wrote:


On Sat, 15 Sep 2007, Aryeh Friedman wrote:


Some drivers (3rd party) have not updated either (nVidia's comes to

mind)
On some gentoo linux mailing list I have found this
# startx -- -ignoreABI
This will at least start xorg's vanilla desktop twm.

Uli.


Peter Ulrich Kruppa
Wuppertal
Germany



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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Problems With xorg 7.3 After A Port Upgrade

2007-09-14 Thread P.U.Kruppa

On Sat, 15 Sep 2007, Aryeh Friedman wrote:


On 9/15/07, Tim Daneliuk [EMAIL PROTECTED] wrote:


I just did a port upgrade on one of the servers here.  When I tried to
start X on the console, I got this:

X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 6.2-STABLE i386
Current Operating System: FreeBSD ozzie.tundraware.com 6.2-STABLE FreeBSD
6.2-STABLE #33: Thu Sep 13 08:04:21 CDT 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/OZZIE i386
Build Date: 14 September 2007  06:29:38PM

Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sat Sep 15 00:08:37 2007
(==) Using config file: /usr/local/etc/X11/xorg.conf
(EE) module ABI major version (1) doesn't match the server's version (2)
(EE) Failed to load module vesa (module requirement mismatch, 0)
(EE) No drivers available.

Fatal server error:
no screens found
X connection to :0.0 broken (explicit kill or server shutdown).




It has been fixed in cvsup for about 12 hours.
I think the dependency loop has been solved, but not that ABI 
major version - problem.



Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Problems With xorg 7.3 After A Port Upgrade

2007-09-14 Thread P.U.Kruppa

On Sat, 15 Sep 2007, Aryeh Friedman wrote:


Some drivers (3rd party) have not updated either (nVidia's comes to mind)

On some gentoo linux mailing list I have found this
# startx -- -ignoreABI
This will at least start xorg's vanilla desktop twm.

Uli.


Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: home lan with freebsd as gateway / security issues

2007-08-28 Thread P.U.Kruppa

On Tue, 28 Aug 2007, Zbigniew Szalbot wrote:



Dear all,

Please bear with me one more time. In two months I will need to set up a
home network and I was planning to use a spare freebsd box as a gateway,
proxy (squid) and content filtering (dansguardian). I am basically ready
but the more I think about it, the more worried I am.

That is - for content filtering to work without bypassing it, I will need
to put the machine in front of my wireless router, won't I? I am going to
do some reading on tightening FreeBSD security and closing ports/services I
do not need. My question is more general, though, I would simply like to
know if there's any simple way to put the box behind a router and sitll be
able to do transparent proxying of requests originating from my LAN?
Yes: generally spoken: a gateway/proxy is what you tell your 
client machines to use as a gateway/proxy. You can just set it 
anywhere in your network and make it suck its data from your 
router.
Transparent proxying might be a bit difficult to set up at times 
but you can start with an ordinary cache-proxy (called by 
requests on port 8080 or something).
As long as your kids don't have admin rights on their 
workstations, they won't be able to change it.


By the way: blocking single addresses or even some expressions 
won't keep anyone from watching bad pages - all one needs is 
google and some patience.
But of course you can use squid's log files to control what your 
kids really did.


So - sorry for adding educational hints - talk to your children 
first and explain the meaning of the word trust to them. When 
they really believe they have to deceive you, they probably will 
be able to live without a computer for some time.


Sorry, this really was off topic.

Regards,

Uli.


What I
really need is content filtering so that my kids won't accidentaly go to
bad sites.

I am not really an administrator so my knowledge is limited but I love this
(FreeBSD) system and want to continue using it and learning the ropes. What
would you advise a person like me?

Many, many thanks!

Zbigniew Szalbot

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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: firefox plugins

2007-08-27 Thread P.U.Kruppa

On Mon, 27 Aug 2007, Charles Bacon wrote:


I'm unable to find any reference to amd64 on Firefox FAQ and other
info sources.  I have an EVGA mobo with an AMD64 running FreeBSD 6.2
perfectly, with Firefox.  But every attempt at a plugin complains
either that it isn't windows or that it's an amd64.  I really want to
run Flash material.  Any ideas?
Adobe only distributes linux binaries, so you need 
linux-compatibility.

On i386 the idea is to install
/usr/ports/www/linuxpluginwrapper
but that doesn't work with amd64 yet.

Some people on this list claimed to be able to run
/usr/ports/www/linux-flashplugin9
in linux-opera or linux-firefox with linux_base-fc6, but the 
latter will only be available with upcoming FreeBSD 7.0 branch.


So for FreeBSD 6.2 now only /usr/ports/swfdec-plugin or 
/usr/ports/graphics/gnash remain. Both are OpenSource projects 
and can display something like flash 4 files or just crash your 
browser.


Good luck,

Uli.




Chuck Bacon -- [EMAIL PROTECTED]
ABHOR SECRECY -- DEFEND PRIVACY

PS: next I may ask about codecs for Audacity :-)
PPS: I try to be complete, so here's uname -a:

FreeBSD daisy.local 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 08:32:24 
UTC 2007[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC amd64


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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Gnome FreeBSD

2007-08-19 Thread P.U.Kruppa

On Sun, 19 Aug 2007, Michael S wrote:


Good day all,

I decided to add GUI to my GUI-less FreeBSD machine. I
am  considering installing Gnome, which I haven't used
for long while and the last time was on Linux anyway.
The reason is that most of my favorite applications
use gtk libraries, like Firefox, GAIM (can't get used
to the new name),wxPython and others. In short I
wanted to avoid 2 huge sets of libraries (gtk and qt)
by not installing KDE.
I wanted to know how Gnome feels on FreeBSD, is it
polished enough? Are there crashes? Any caveats at
all?

There is a minimal gnome installation in
/usr/ports/x11/gnome2-lite
you can start with that and - if you like it - add all the the 
other stuff. 
One caveat:
First install /usr/ports/x11/xorg (i.e. xorg-7.2) and check if 
your monitor and graphics card are set up correctly.


Greetings,

Uli.



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





Peter Ulrich Kruppa
Wuppertal
Germany

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


ifconfig: SIOCIFCREATE: File exists ????

2007-08-12 Thread P.U.Kruppa

Hi,

today I tried to start cups with
	# /usr/local/etc/rc.d/cupsd start 
and receive this message:

ifconfig: SIOCIFCREATE: File exists
ifconfig: BRDGADD rl0: File exists
Starting cupsd.
What does this mean and why does it keep my printer from working?

Thanks,

Uli.



Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: awk question

2007-07-26 Thread P.U.Kruppa

On Thu, 26 Jul 2007, Peter Boosten wrote:




P.U.Kruppa wrote:

Hi (and sorry for this slightly OT question),

I would like to extract the second last field of each line of a file
called user.csv .
So I try
awk '{print $(NF-1)}' user.csv
awk: trying to access out of range field -1
 input record number 1, file user.csv
 source line number 1

Obviously $(NF-1) doesn't do the trick. Any better idea?



Hmmm, works for me it does...

Sorry: Actually the first line of my user.csv was empty.

Thanks though,

Uli.




Peter
--
http://www.boosten.org





Peter Ulrich Kruppa
Wuppertal
Germany

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


awk question

2007-07-26 Thread P.U.Kruppa

Hi (and sorry for this slightly OT question),

I would like to extract the second last field of each line of a 
file called user.csv .

So I try
 awk '{print $(NF-1)}' user.csv
awk: trying to access out of range field -1
input record number 1, file user.csv
source line number 1

Obviously $(NF-1) doesn't do the trick. Any better idea?

Thanks,

Uli.



Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: xorg 7.2 start problem

2007-05-22 Thread P.U.Kruppa

On Mon, 21 May 2007, Andriy Babiy wrote:


Hi everybody,

To upgrade xorg, I followed the procedure described in
the /usr/ports/UPDATING file. The build went smooth, without any build
errors. At the merge step, the script complained about mime.info files, so
I made backup copy of those and deleted the duplicates.
But after reboot I cannot start X. On that machine, I use xfce4. When I
issue startxfce4, I receive messages that modules kbd, mouse, and mga
haven't been found.
During the build I didn't see any errors; presumably, it's a configuration
error. Could you advise me on where I should look for an error?
It's i386 machine, with 6.2 stable. The Xorg.0.log file is enclosed. Errors
are at the end pf the file.
Thank you very much in advance!

Andriy

Of course you created a new xorg.conf ??
Module paths changed from /usr/X11R6 to /usr/local/ .

Regards,

Uli.




_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/S01060040ca14628b:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: FreeBSD 6.2-STABLE i386
Current Operating System: FreeBSD S01060040ca14628b 6.2-STABLE FreeBSD
6.2-STABLE #0: Fri May 11 03:30:47 PDT 2007
root@:/usr/obj/usr/src/sys/HP386 i386
Build Date: 20 May 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Mon May 21 16:42:21 2007
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Simple Layout
(**) |--Screen Screen 1 (0)
(**) |   |--Monitor HP-D8896
(**) |   |--Device Matrox
(**) |--Input Device Mouse1
(**) |--Input Device Keyboard1
(WW) `fonts.dir' not found (or not valid)
in /usr/local/lib/X11/fonts/local/.
Entry deleted from font path.
(Run 'mkfontdir' on /usr/local/lib/X11/fonts/local/).
(**) FontPath set to:
/usr/local/lib/X11/fonts/misc/,
/usr/local/lib/X11/fonts/TTF/,
/usr/local/lib/X11/fonts/OTF,
/usr/local/lib/X11/fonts/Type1/,
/usr/local/lib/X11/fonts/100dpi/,
/usr/local/lib/X11/fonts/75dpi/
(==) RgbPath set to /usr/local/share/X11/rgb
(==) ModulePath set to /usr/local/lib/xorg/modules
(II) Loader magic: 0x81c0340
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.1
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on freebsd
(II) LoadModule: pcidata
(II) Loading /usr/local/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor=X.Org Foundation
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x, mode1Res1 = 0x8000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7190 card , rev 03 class 06,00,00 hdr
00
(II) PCI: 00:01:0: chip 8086,7191 card , rev 03 class 06,04,00 hdr
01
(II) PCI: 00:04:0: chip 8086,7110 card , rev 02 class 06,01,00 hdr
80
(II) PCI: 00:04:1: chip 8086,7111 card , rev 01 class 01,01,80 hdr
00
(II) PCI: 00:04:2: chip 8086,7112 card , rev 01 class 0c,03,00 hdr
00
(II) PCI: 00:04:3: chip 8086,7113 card , rev 02 class 06,80,00 hdr
00
(II) PCI: 00:06:0: chip 1013,6003 card 1013,4280 rev 01 class 04,01,00 hdr
00
(II) PCI: 00:0b:0: chip 10b7,9055 card 10b7,9055 rev 30 class 02,00,00 hdr
00
(II) PCI: 01:00:0: chip 102b,0521 card 102b,ff00 rev 03 class 03,00,00 hdr
00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1  0   0x - 0x (0x1) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1  0   0x - 0x (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x008c (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1  0   0xf420 - 0xf4ff (0xe0) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1  0   0xf500 - 0xf5ff (0x100) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:4:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) Matrox Graphics, Inc. MGA G200 AGP rev 3, Mem @
0xf500/24, 0xf420/14, 0xf480/23
(II) Addressable bus resource ranges 

Future development of xorg port

2007-05-20 Thread P.U.Kruppa

Hi,

since now we all did/are doing our monster xorg port upgrade, I 
wonder how the future development of xorg is planned.


- Will we permanently receive small upgrades of xorg modules by
  tracking -STABLE ?
- Will there be kind of an xorg-devel port?
- Or do we wait for the next big complete upgrade to 7.3 ?


Thanks,

Uli.



Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Setting locale information

2007-05-18 Thread P.U.Kruppa

On Fri, 18 May 2007, Amarendra Godbole wrote:


On 5/16/07, Charlie Farinella [EMAIL PROTECTED] wrote:

I need to set locale values to en_US.UTF-8 system wide.
Is /etc/login.conf the right place to do that?

[...]


From my /etc/profile:

[...]
# For the setting of languages and character sets please see
# login.conf(5) and in particular the charset and lang options.
# For full locales list check /usr/share/locale/*
# You should also read the setlocale(3) man page for information
# on how to achieve more precise control of locale settings.
[...]

So yes, login.conf seems to be the correct place to set system-wide
language options.

-Amarendra

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/
   using-localization.html

Greetings,

Uli.



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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Qemu Network with two virtual boxes

2007-05-11 Thread P.U.Kruppa

On Thu, 10 May 2007, Toni Schmidbauer wrote:


At Sat, 5 May 2007 08:21:47 +0200 (CEST),
P.U.Kruppa wrote:

___ _|_
Real LAN |---|  192.168.10.1 |
---|   FreeBSD 6.2 |
   || ||
   |  __|_____|__  |
   | | 192.168.10.5|  | 192.168.10.6 | |
   | |   Win2k on  |  |  FreeBSD on  | |
   | | Qemu|  | Qemu | |
   |  ---  |
---

My real LAN uses 192.168.10.1 as gateway to the Internet.

For now I can only connect one of the two virtual boxes to my real
network, but not both. This is how I do it:

# kldload aio kqemu if_tap bridge
# sysctl net.link.ether.bridge_cfg=rl0,tap0
# sysctl net.link.ether.bridge.enable=1
# qemu-system-x86_64 -hda Win2k.img -m 512 -localtime \
  -net tap -net nic

When now I try to connect the second virtual box, it will steal the
first box's network connection.


i think you need two seperate tap interfaces:

qemu -hda Win2k.img ... -net tap,ifname=tap0

and

qemu -hda freebsd.img ... -net tap,ifname=tap1

but i'm not sure about the bridge configuration. my guess is you need
two seperate clusters (see bridge(4))

sysctl net.link.ether.bridge_cfg=rl0:1,tap0:1,rl0:2,tap1:2

No success yet :(
Only one of the two machines will be connected correctly.

Thanks anyway,

Uli.



toni
--
If you understand what you're doing, you're | toni at stderror dot at
not learning anything.  | Toni Schmidbauer
-- Anonymous|





Peter Ulrich Kruppa
Wuppertal
Germany

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


Qemu Network with two virtual boxes

2007-05-05 Thread P.U.Kruppa

Hi!

I am trying to connect two virtual Qemu boxes to my real 
network. This is what I would like to set up:



  | DSL Bridge to Internet|
   ---
 |
___ _|_
Real LAN |---|  192.168.10.1 |
---|   FreeBSD 6.2 |
   || ||
   |  __|_____|__  |
   | | 192.168.10.5|  | 192.168.10.6 | |
   | |   Win2k on  |  |  FreeBSD on  | |
   | | Qemu|  | Qemu | |
   |  ---  |
---

My real LAN uses 192.168.10.1 as gateway to the Internet.

For now I can only connect one of the two virtual boxes to my 
real network, but not both. This is how I do it:


# kldload aio kqemu if_tap bridge
# sysctl net.link.ether.bridge_cfg=rl0,tap0
# sysctl net.link.ether.bridge.enable=1
# qemu-system-x86_64 -hda Win2k.img -m 512 -localtime \
  -net tap -net nic

When now I try to connect the second virtual box, it will steal 
the first box's network connection.


Ah, yes: This is my /etc/qemu-ifup
#!/bin/sh
ifconfig ${1} 0.0.0.0

Thanks for your help,

Uli.


Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: portupgrade bombing out for java

2007-03-11 Thread P.U.Kruppa

On Sun, 11 Mar 2007, Jonathan Horne wrote:


portupgrade is bombing due to the file tzupdater-1.1.0-2007c.zip not being
found in /usr/ports/distfiles.  however, when i visit
http://www.freebsdfoundation.org/downloads/java.shtml, there appears to be no
link or no information about such a file.

Type
# make install
manually into your java port's directory. It will tell you where 
to find this file.


Regards,

Uli.



does anyone know what the story is, and where this file is available from?

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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Xorg color depth problem

2007-03-10 Thread P.U.Kruppa

On Sat, 10 Mar 2007, Sebastien wrote:



Hi all,

I use to solve difficulties by myself but I'm a bit lost with this one.

Without any special event appened, I noticed that pictures was strangly
displayed. It's a bit difficult to explain but it's certainly due to a
low color depth.

I've same color problem with pictures and vids.and different WM (kde
wmaker). Obviousli I've tested my hardware first.

I don't now how to investigate (I'm not a newbee but not so far ;-)
could someone lead me ?
A first step could be to send your xorg.conf and let us know what 
kind of graphics card you use.


Greetings,

Uli.










=
grep -i depth /var/log/Xorg.0.log

(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(--) Depth 24 pixmap format is 32 bpp
(II) RADEON(0): Depth moves disabled by default
=



FreeBSD 6.0-RELEASE-p5
xorg 6.9.0_6

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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Xorg color depth problem

2007-03-10 Thread P.U.Kruppa

On Sat, 10 Mar 2007, Sebastien wrote:


Le Samedi 10 mars 2007 à 17:25 +0100, P.U.Kruppa a écrit :


I don't now how to investigate (I'm not a newbee but not so far ;-)
could someone lead me ?

A first step could be to send your xorg.conf and let us know what
kind of graphics card you use.



Your xorg.conf looks unsuspicious to me. There are some graphic 
chips that need additional kernel modules loaded (For example 
mine needs an entry agp_load=YES in /boot/loader.conf) .

Did you google for something like that?

Regards,

Uli.




***
/etc/X11/xorg.conf
***


Section ServerLayout
   Identifier X.org Configured
   Screen  0  Screen0 0 0
   InputDeviceMouse0 CorePointer
   InputDeviceKeyboard0 CoreKeyboard
EndSection

Section Files
   RgbPath  /usr/X11R6/lib/X11/rgb
   ModulePath   /usr/X11R6/lib/modules
#   FontPath /usr/X11R6/lib/X11/fonts/CID/
   FontPath/usr/X11R6/lib/X11/fonts/misc
   FontPath/usr/X11R6/lib/X11/fonts/TTF
   FontPath/usr/X11R6/lib/X11/fonts/75dpi
   FontPath/usr/X11R6/lib/X11/fonts/100dpi
   FontPath/usr/local/share/fonts
EndSection

Section Module
   Load  dbe
   Load  dri
   Load  extmod
   Load  glx
   Load  record
   Load  xtrap
   Load  freetype
   Load  type1
EndSection

Section InputDevice
   Identifier  Keyboard0
   Driver  kbd
   Option  XkbLayout ch(fr)
EndSection

Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol auto
   Option  Device /dev/sysmouse
   Option  ZAxisMapping  4 5
EndSection

Section Monitor
   #DisplaySize  370   230 # mm
   Identifier   Monitor0
   VendorName   LPL
   ModelName0
EndSection

Section Monitor
   Identifier   Philips_43100
   VendorName   Philips
   ModelName26PF4310
#   VertRefresh  47-85
#   HorizSync31-80


   # TV fullscreen mode or DVD fullscreen output.
   # 1200x1024 @ 75 Hz, 50 kHz hsync
   #   ModeLine 768x576 50.00 768 832 846 1000 576 590 595
630
   #
   # 768x576 @ 100 Hz, 61.6 kHz hsync
   #   ModeLine 768x576 63.07 768 800 960 1024 576 578 590
616
EndSection


Section Device
   Identifier  Card0
   Driver  radeon
   VendorName  ATI Technologies Inc
   BoardName   Unknown Board
   BusID   PCI:1:0:0

   ### Available Driver options are:-
   ### Values: i: integer, f: float, bool: True/False,
   ### string: String, freq: f Hz/kHz/MHz
   ### [arg]: arg optional
#   Option NoAccel# [bool]
#   Option SWcursor   # [bool]
#   Option Dac6Bit# [bool]
#   Option Dac8Bit# [bool]
#   Option BusType# [str]
#   Option CPPIOMode  # [bool]
#   Option CPusecTimeout  # i
   Option AGPMode8 # i
   Option AGPFastWrite   True  # [bool]
#   Option AGPSize# i
#   Option GARTSize   # i
#   Option RingSize   # i
#   Option BufferSize # i
#   Option EnableDepthMoves   # [bool]
#   Option EnablePageFlip # [bool]
#   Option NoBackBuffer   # [bool]
#   Option PanelOff   # [bool]
#   Option DDCModeTrue  # [bool]
#Option MonitorLayout LVDS, LVDS#
[str]
#   Option IgnoreEDID # [bool]
#   Option UseFBDev   # [bool]
#   Option VideoKey   # i
#Option MergedFB  True  #
[bool]
#Option CRT2HSync 31-80 # [str]
#Option CRT2VRefresh  47-85 # [str]
#   Option CRT2Position   Clone # [str]
#   Option MetaModes  1024x768  # [str]
#   Option MergedDPI  # [str]
#   Option NoMergedXinerama   # [bool]
#   Option MergedXineramaCRT2IsScreen0# [bool]
#   Option DisplayPriority# [str]
#   Option PanelSize  # [str]
#   Option ForceMinDotClock   # freq
   Option RenderAccel   True   # [bool]
   Option SubPixelOrder RGB# [str]
#   Option ShowCache  # [bool]
#   Option DynamicClocks  # [bool]
   Option ReverseDDC True  # [bool]
   Option

Re: upgrade, portupgrade or not ?

2007-03-06 Thread P.U.Kruppa

On Tue, 6 Mar 2007, jbousseau wrote:


Hi everyone,

I actually got a FreeBSD 5.4 for Mail server ( postfix+imp+horde) , and
DNS server with bind.
I really hesitate to upgrade my ports and my BSD because the
configuration of IMP+horde+php is a real mess.
  ^ 

What are your advices about it ?

Pls notice i'm not a Bsd specialist. Thanx

 
Under these special circumstances:
Don't mess around with your running system.
Do a completely fresh install on an extra machine
and exchange the old one, when the new is up and
running.

Regards,

Uli.




Peter Ulrich Kruppa
Wuppertal
Germany

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


Browser Plugins - State of the Art???

2006-12-22 Thread P.U.Kruppa

Hi,

I found out I need three plugins for opera, mozilla or whatever:

- Java Runtime Enviroment
- Linux Flash Player
- Linux Realplayer

JRE works nicely with native FreeBSD browsers,
the Linux plugins can be run with Linux Browsers.
(.pdf files can be viewed externally with Evince,
 linuxpluginwrapper doesn't do anything at all and I tried
 different kinds of Linux JRE's with Linux Browsers - no way)

Did anyone find a combination that can do all three plugins in 
one browser on FreeBSD 6.2 PRERELEASE?



Regards and thanks,

Uli.

Peter Ulrich Kruppa
Wuppertal
Germany

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


Optical PS/2 Mouse ???

2006-12-09 Thread P.U.Kruppa

Hi,

I invested 5 EUR in a nice Optical PS/2 mouse and I can't get it 
working with FreeBSD, neither on console nor on xorg.
The mousepointer will only show up once on screen and then 
seems to vanish somewhere in the lower border.

Of course the thing works wonderfully when I boot into windows.

Does anyone have a working configuration ???

Thanks,

Uli.

Some data:
--
FreeBSD pukruppa.net 6.2-PRERELEASE FreeBSD 
6.2-PRERELEASE #0: Tue Dec  5 07:50:41 CET 2006



Originally my mouse identified as
psm0: model IntelliMouse Explorer device ID 4

Somewhere in the net I found the idea to set
hint.psm.0.flags=0x200
now I get
psm0: PS/2 Mouse flags 0x200 irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0

In my xorg.conf I have

Section InputDevice
Identifier  Mouse0
Driver  mouse
#   Option  Protocol auto
Option  Protocol ps/2
#   Option  Device /dev/sysmouse
Option  Device /dev/psm0
Option  ZAxisMapping 4 5 6 7
EndSection

(I experimented with the #'s)



Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Optical PS/2 Mouse ???

2006-12-09 Thread P.U.Kruppa

On Sat, 9 Dec 2006, [EMAIL PROTECTED] wrote:


On Sat, Dec 09, 2006 at 12:24:45PM +0100, P.U.Kruppa wrote:

Hi,

I invested 5 EUR in a nice Optical PS/2 mouse and I can't get it working with
FreeBSD, neither on console nor on xorg.
The mousepointer will only show up once on screen and then seems to vanish
somewhere in the lower border.
Of course the thing works wonderfully when I boot into windows.

Does anyone have a working configuration ???

Thanks,

Uli.

Some data:
--
FreeBSD pukruppa.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Tue Dec  5
07:50:41 CET 2006


Originally my mouse identified as
psm0: model IntelliMouse Explorer device ID 4

Somewhere in the net I found the idea to set
hint.psm.0.flags=0x200
now I get
psm0: PS/2 Mouse flags 0x200 irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0

In my xorg.conf I have

Section InputDevice
Identifier  Mouse0
Driver  mouse
#   Option  Protocol auto
Option  Protocol ps/2
#   Option  Device /dev/sysmouse
Option  Device /dev/psm0
Option  ZAxisMapping 4 5 6 7
EndSection

(I experimented with the #'s)



Peter Ulrich Kruppa
Wuppertal
Germany



I have a nice Optical PS/2 mouse and it works fine both on console and
on xorg.
But I use FreeBSD 6.1-RELEASE

psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse, device ID 3

There are the following hints:

hint.psm.0.at=atkbdc
hint.psm.0.irq=12

I have got these too,

thanks: Uli.



I did not touch any hint since standard installation, and the kernel
detects the mouse as IntelliMouse.

Elisej Babenko





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: setting up transparent proxy/webcache server in bridge mode

2006-11-28 Thread P.U.Kruppa

On Tue, 28 Nov 2006, Nima Tshering wrote:


Hi,



Please kindly help me in setting up transparent proxy/webcache server in
bridge mode using FREEBSD 6.1
Actually I have got one running, but I forgot to write down how I 
did it.
If you are sort of patient we can do a step by step installation 
(and hope someone helpful jumps in in case we get stuck). Thus we 
don't have to take notes, but always can look up the mailing 
list's archive :-)


0) I use squid.
1) What exactly do you mean by bridge mode: Do you use two
   NICs?
2) Does your future proxy already work as a gateway?


Regards,

Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: BSD folks position on GPL, Novell, IBM, SCO, and MS...

2006-11-24 Thread P.U.Kruppa

On Fri, 24 Nov 2006, Mike Hauber wrote:


i am by no means trolling here.  I just haven't heard much of anything from
the BSD community on the subjects, and would like to know the general
consensus.  Being that this is more of a support mailing list, if one could
direct me to where I can ask this question appropriately, or if folks would
reply only to my email addy, that would be fine, too.  Impositions here are
not my intent.

I have been an avid user of the BSDs (mostly FreeBSD and OpenBSD), and have
experimented with the Linuses for a good while now (Mainly Debian, RH, and
SuSe).  I pretty much get it that the BSD folks and the Linux folks don't see
eye-to-eye on licensing issues, but it seems to me that the overall attempt
of both communities seems to be get the code out there and keep it free.

I was just wondering what the general consensus was on the GPL, Linux in
general, SCOs lawsuit, Sun's open sourcing, IBMs contributions to Linux,
Novell's contributions, Novell's deal with MS and how this really affects
SuSe (there's a lot of hype on that and I literally don't know what to
believe at this point).

Being that most folks here would be in positions of having to deal with a
variety of OSs and have in the past dealt with opposing forces at work, I
figured there would be at least one or two educated folks I could gleen from.

Thanks, and sorry for the imposition,

Mike


PS...  One more question...  Being that Linux emulation is available as a port
for the BSDs, I would assume (but haven't taken the time to research) that
GPLd code is used.  If there comes to be issues with Linux, what would that
mean for BSDs compatibility in regards to emulation?


I think there's a list called freebsd-advocacy@freebsd.org for 
non-technical discussions.



Regards,

Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: pcre vs pcre-utf8

2006-11-06 Thread P.U.Kruppa

On Sun, 5 Nov 2006, Eric Schuele wrote:


On 11/05/2006 04:46, dick hoogendijk wrote:

kde3 packages have a lib depends = pcre and bluefish has a lib
depends = pcre-utf8

These two pcre packages mutually exclude each other. How can I install
both kde3 and bluefish?



I'm no authority on this but I was in the same position (with different 
apps).  Looking in the make file of pcre-utf8, it appears as though it IS 
pcre, with a knob specified (WITH_UTF8 I believe).  So, I used pkgdb to 
simply fix the pcre ref to point to pcre-utf8, and things appear to be 
working fine.


Again, I'm no authority on it, so you might wait for others to weigh in.  But 
it's working for me.
Also no authority: but this should work: Probably you will have 
to set the dependency to pcre-utf8 when running

# pkgdb -F

Greetings,

Uli.





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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Live resizing of a mounted partition

2006-10-26 Thread P.U.Kruppa

On Thu, 26 Oct 2006, bsd wrote:


Hello,


I am planning to install a remote RAID system.
This RAID will be attached to my server via a SCSI attachement and mounted on 
my server.


If I ever decide to add disks in the RAID how could I do that ?
I've read about growfs - is that the right tool is there any pre-requisite in 
order to use this tool ?
I guess the simpliest way would be just to mount the additional 
drive(s) on directories where most space is needed.


Does that help?

Uli.




Is there any tools to do that while my partition is mounted (growfs does not 
seem to allow that) ?




Thanks.


«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§

Gregober --- PGP ID -- 0x1BA3C2FD
bsd @at@ todoo.biz

«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§


P Please consider your environmental responsibility before printing this 
e-mail



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





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

Re: test please delete

2006-10-13 Thread P.U.Kruppa

On Thu, 12 Oct 2006, Josef Grosch wrote:



--
Josef Grosch   | Another day closer to a | FreeBSD 6.1
[EMAIL PROTECTED] |   Micro$oft free world  | Berkeley, Ca.


Please use the test mailing list:
http://lists.freebsd.org/mailman/listinfo/freebsd-test

Regards,

Uli.


Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Disaster recovery.

2006-10-06 Thread P.U.Kruppa

On Fri, 6 Oct 2006, Grant Peel wrote:

Is it possible to boot the machine using a 'live' freebsd silesystem via cd? 
Then setup the /mnt , setup the new filesystems, then use restore to briung 
the real data to the disk?



I guess my question really should have been, if you install a new disk, or re 
newfs a disk, how do you start the machine, a freebsd boot disk?
(without installing freebsd to the machine that the restore are going to 
overwrite anyway!).
I am afraid you really have to describe your situation more 
precisely.


From what I gather you seem to have a broken server and want to 

rescue some files from it to a freshly setup one.

If this is the case, I would take a screw driver, fetch the hard 
disk from the old box, plug it into the new one and mount it 
somewhere on your new filesystem.


Or I got it all wrong, in this case please do excuse my 
interference.


Regards,

Uli.



-Grant



- Original Message - From: Peter A. Giessel [EMAIL PROTECTED]
To: Grant Peel [EMAIL PROTECTED]
Cc: freeBSD freebsd-questions@freebsd.org
Sent: Friday, October 06, 2006 11:47 AM
Subject: Re: Disaster recovery.



On 2006/10/06 5:34, Grant Peel seems to have typed:

so the question is ... if I have the dumps on one machine, and I just
installed a new hard drive on another, in a nutshell, what are the steps 
to
restore the failed server. Can I use the FreeBSD 'live' filesystem? Is 
ther

a step by step (that I have not found) in the handbook somewhere?


Honestly, the man pages are your friend in these situations, especially
the restore man page:
http://www.freebsd.org/cgi/man.cgi?query=restoreapropos=0sektion=0manpath=FreeBSD+6.1-RELEASEformat=html

See the -r flag especially, which includes a brief example.  If you
are restoring from another machine, things get a bit more interesting
though, which is why I always like to keep around a Freesbie disk.
http://www.freesbie.org/
Its nice to have a full OS on a CD available for use.





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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: adding a linux boot option

2006-10-06 Thread P.U.Kruppa

On Fri, 6 Oct 2006, Jonathan Horne wrote:


i have a system with 2 disks (ad0 and ad1), with ad1 having a recent suse
linux install, and ad0 is a standard freebsd install.  i must have made a
mistake when i installed the suse, as i overwrote my freebsd bootloader and
only had option to boot suse.

so i then reinstalled freebsd, and i again must have made another mistake, as
the freebsd loader only shows F1 for Freebsd, and nothing else (well, F5 for
drive 1, but that does nothing usable right now).

is there an easy way i can add an option to boot the OS located at /dev/ad1s2?

Depends on what went wrong!?!
A very simple solution could be to install a boot manager like 
GAG (http://gag.sourceforge.net/)
At least - since this is a small download and a quick install - I 
would try it, before I did any further reading of fine manuals 
:-)


Regards,

Uli.


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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: Can't ping localhost?

2006-09-30 Thread P.U.Kruppa

On Sat, 30 Sep 2006, Chuck Swiger wrote:


Laurence Sanford wrote:

Anyone got any ideas on this?

[EMAIL PROTECTED](~)$ ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1): 56 data bytes
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
^C
--- 127.0.0.1 ping statistics ---
6 packets transmitted, 0 packets received, 100% packet loss


[EMAIL PROTECTED](~)$ ifconfig lo0
lo0: flags=8008LOOPBACK,MULTICAST mtu 16384


If there isn't an inet 127.0.0.1 entry following, the loopback isn't 
properly configured.  Perhaps you have a network_interfaces entry listed in 
/etc/rc.conf which does not mention lo0...?

I think this entry should live in /etc/defaults/rc.conf

ifconfig_lo0=inet 127.0.0.1   # default loopback device
# configuration.

Regards,

Uli



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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: calenders .. silly question !

2006-09-27 Thread P.U.Kruppa

On Tue, 26 Sep 2006, Erik Norgaard wrote:


Desmond Coughlan wrote:
The thread on calendars has got me thinking  The 'non-profit' 
organisation I mentioned, is a school.   Here in France (and no doubt 
in dozens of other countries), many universities have constructed 'virtual 
campuses'.  By that, I mean that the student logs in, he has not only his 
grades, but his timetable (classes, seminars etc), and he can send and 
receive e-mail to and from his tutors.   Can this be done under FreeBSD 
(that was the 'silly' part of the question) ?  Any pointers to where I 
can start learning about that stuff?

As Eric wrote there are dozens of things you have to think about.
But since you only ask for a pointer:
If you search Google (and our ports directory) for Content 
Management Systems (CMS) and try to install one you will get 
some impression what can be done. 
I think ports/www/mambo (PHP based)

or ports/www/plone (Python based)
can be set up quite easily.

Regards,

Uli.

Setting up the MX is the most urgent, 

but afterwards, we can start to have fun with SQL, forums, campuses etc?


Honestly, I think you will have a hard time getting any useful answers: Your 
question is vague and broad and posting under a completely different topic is 
not helping.


Before asking the how question, you gotta understand the problem you want 
to solve - that is first, figure out what is the problem:


- how many users?
- how will you manage users?
- who will manage users?
- how will users access services?
- from where will users access services? - routing? - firewall?
- does the infrastructure exist to provide access to services?
 - network? wireless? dns? etc.
- how often will users access services?
- how much data will be handled by the servers?
- what hardware is required to support the expected traffic?
...
and on and on.

Once you have a clear idea of that you can start asking more concrete 
questions:


- which MTA?
- how do I setup that MTA?
- what MDA? can the MTA work as MDA?
- how do I setup that MDA?
etc.

So, I recommend you rethink your problem and make it clear what you want to 
achieve in your next post - under a suitable subject...


Cheers, Erik
--
Ph: +34.666334818  web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: USB based webcam

2006-09-25 Thread P.U.Kruppa

On Sun, 24 Sep 2006, Erik Norgaard wrote:


Hi:

I have a laptop with a built in webcam:

 ugen0: Vimicro Corp. USB2.0 Web Camera, rev 2.00/1.00, addr 2

Since this goes on the generic usb device, I guess there is no driver.

Is this supported? Do I need to download a driver somewhere or will webcam 
software provide it?


Secondly, what software is recommended to make this useful?

Perhaps you should try
freebsd-usb
	freebsd-mobile 
(see http://www.freebsd.org/doc/en_US.ISO8859-1

   /books/handbook/eresources.html#ERESOURCES-MAIL) ?

Regards,

Uli.



Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: [solved] Suddenly Cups doesn't work anymore ...

2006-09-19 Thread P.U.Kruppa

On Sun, 17 Sep 2006, P.U.Kruppa wrote:


Now Cups doesn't work anymore, i.e.
# lpstat -a
lpstat: Kann Server nicht erreichen
   (Cannot reach server)

When I try to start Cups manually
# cupsd
cupsd: Child exited on signal 15!
Just for the records: this was a networking problem. localhost was 
resolved to some $%?$ running a domain named localhost.net :


[EMAIL PROTECTED] ping localhost
PING localhost.net (208.97.163.166): 56 data bytes
64 bytes from 208.97.163.166: icmp_seq=0 ttl=55 time=220.803 ms
64 bytes from 208.97.163.166: icmp_seq=1 ttl=55 time=217.604 ms
...

I checked /etc/hosts and in /etc/nsswitch.conf I changed the line
	hosts: dns files 
to

hosts: files dns

Uli.


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


Re: New to FreeBSD/UNIX

2006-09-18 Thread P.U.Kruppa

On Mon, 18 Sep 2006, Edward and Nancy Powers wrote:



 I am new to UNIX, and want to download a basic UNIX system, just to
 run commands and become familiar with the system.  I wish to use this
 system as a companion piece to a UNIX tutorial which I have on DVD. I
 do not want to replace Windows at this time.

 My PC has:  Pentium III Processor at 1GHz, 128MB RAM at 133 MHz,
 Windows ME operating system.

 What course of action do you recommend that I take?

 Thanks.

Another idea:
First try a live CD (Freesbie), as recommended above, to
get used to everything (won't do any harm).
Then get a second hard drive and install freebsd on this
(should be cheaper than buying Partition Magic).
You can dual boot both systems then and leave your XP
installation as is.

Regards,

Uli.





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



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


Suddenly Cups doesn't work anymore ...

2006-09-17 Thread P.U.Kruppa

Hi!

This is cups-1.2.2 on FreeBSD 6.2-PRERELEASE, all I know is I did some 
portupgrading.


Now Cups doesn't work anymore, i.e.
# lpstat -a
lpstat: Kann Server nicht erreichen
(Cannot reach server)

When I try to start Cups manually
# cupsd
cupsd: Child exited on signal 15!


Has anyone else seen this?

Regards and thanks,

Uli.




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


Simple Mailing List with Sendmail

2006-09-09 Thread P.U.Kruppa

Hi,

I am experimenting with a simple mailing list setup for some (15 
- 20) of my students, i.e. I put a line like this


maths: user1, user2, user3, ..., /var/mail_archive/maths

into my /etc/mail/aliases . The last entry produces a kind of 
archive file.


Does anyone know an - equally simple - method to exclude/block 
everyone else from using this list? Of course, Sendmail users 
different from maths shouldn't be affected.


Thanks and regards,

Uli.

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


Re: solaris

2006-09-06 Thread P.U.Kruppa

On Sun, 3 Sep 2006, dick hoogendijk wrote:


I have a 3-part disk:
(a) XP for games
(b) FreeBSD-6.1 (my main OS)
(c) FreeBSD-6.1 (a backup)

I want to replace the third partition with solaris 10, mainly for
studying this OS. I burned the DVD. Will it install solaris on this
third partition without trouble? Will I be able to continue to use the
FreeBSD bootloader or do I need to isntall sol's grub?

The documentation on SUN and solaris is huge. Many many pdf files..
Are there better ways then these pdf's? Good books on solaris 10?
Starting points on the net? I ask here because I know lot of you guys
here have also installed solaris 10 (at least I remember seeing it here)

Hope to get some advice and reading points. I have years of experience
with linux and FreeBSD and like to explore new (OS) challences.

Just out of interest: Did you install Solaris in the meantime?
;-)

Regards,

Uli.




--
dick -- http://nagual.nl/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.1 ++ The Power to Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]





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


Re: solaris

2006-09-03 Thread P.U.Kruppa

On Sun, 3 Sep 2006, dick hoogendijk wrote:


I have a 3-part disk:
(a) XP for games
(b) FreeBSD-6.1 (my main OS)
(c) FreeBSD-6.1 (a backup)

I want to replace the third partition with solaris 10, mainly for
studying this OS. I burned the DVD. Will it install solaris on this
third partition without trouble? Will I be able to continue to use the
FreeBSD bootloader or do I need to isntall sol's grub?

The documentation on SUN and solaris is huge. Many many pdf files..
Are there better ways then these pdf's? Good books on solaris 10?
Starting points on the net? I ask here because I know lot of you guys
here have also installed solaris 10 (at least I remember seeing it here)

Hope to get some advice and reading points. I have years of experience
with linux and FreeBSD and like to explore new (OS) challences.
I did something like that (WIN2k instead of XP) last year - no 
problem. You might feel better if you had some kind of bootloader 
disk at hand (something like GAG (my favourite), grub or 
whatever).


At that time I was very disappointed of solaris:
- very slow
- very old versions of software
Tell me if that has improved. I decided to test Debian instead, 
and am very satisfied with it.


Regards,

Uli.




--
dick -- http://nagual.nl/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.1 ++ The Power to Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]





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


Re: Unicode support on freebsd?

2006-09-03 Thread P.U.Kruppa

On Mon, 4 Sep 2006, Wei Hu wrote:


When will Freebsd support unicode? Freebsd 7?
What exactly do you want be supported? In my /usr/share/locale/ I 
can see some UTF-8 directories.


Regards,

Uli.


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





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


Bad system clock

2006-08-12 Thread P.U.Kruppa

Hi,

for some time now my system clock really goes wrong (some hours 
per day). Is there some simple way to find out if this is caused 
by a hardware or software problem?
By simple I mean without installing a different OS or buying a 
new computer?


Regards and thanks,

Uli.


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


Re: Bad system clock

2006-08-12 Thread P.U.Kruppa

On Sat, 12 Aug 2006, Girish Venkatachalam wrote:


Hello Girish!


--- P.U.Kruppa [EMAIL PROTECTED] wrote:


Hi,

for some time now my system clock really goes wrong
(some hours
per day). Is there some simple way to find out if
this is caused
by a hardware or software problem?
By simple I mean without installing a different OS
or buying a
new computer?

My God! Buying a new computer is a simple solution?
:-)

I think for a few Euro cents or DM you can simply buy
yourself a new CMOS battery and you should be set.
Wouldn't there be a complaint about low battery or something 
during boot up?




You have not given enough details about your problem.

I can't: it's just my clock going wrong.


Did you try installed ntp?
Yes, it doesn't help. ntpdate will set the clock correctly at 
boot time but soon afterwards it's all bad again.


Uli.


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


Re: [OT] gcc: maximum length of an array?

2006-07-25 Thread P.U.Kruppa

On Sun, 23 Jul 2006, Andrew Brampton wrote:

Can you show me the line you are using to malloc with, and the lines you are 
using to access the array...


The smallest unit you can malloc on is a byte, and if you are mallocing 
1 bytes, and using each byte as a single boolean value then you are 
wasting 7/8 of your array.


It might be better to do some bit masking to gain access to the other 7 bits.

Thanks for this idea Andrew!
it took me some time to implement it - since I am quite a n00b 
and never heard about bitmasking - but with the help of

http://c-faq.com/misc/bitsets.html
I could do 10^9 .

Uli.



Andrew

- Original Message - From: P.U.Kruppa [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Monday, July 24, 2006 7:49 PM
Subject: [OT] gcc: maximum length of an array?



Hi,

sorry for posting an [OT], but usually people on this list know everything 
:-)


Since I don't know too much about programming I am frequently fascinated by 
simple things like Eratosthenes' sieve.
As you might remember, one has to create a boolean array for that. The 
longer the array the more primes can be found.


With malloc() I can create an array of length 1 (10^8)
and the first 5761455 primes are calculated in a few seconds.
So of course I would like to test length 10^9 but here my program crashes.

So my questions:
 - is there some way to create a longer array?
 - or what are the alternatives?
 - do you know some kind of fine manual about this?

Regards and thanks for all answers,

Uli.


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










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


Re: [OT] gcc: maximum length of an array?

2006-07-25 Thread P.U.Kruppa

On Sun, 23 Jul 2006, Giorgos Keramidas wrote:


On 2006-07-24 20:49, P.U.Kruppa [EMAIL PROTECTED] wrote:

Hi,

sorry for posting an [OT], but usually people on this list know
everything :-)

Since I don't know too much about programming I am frequently
fascinated by simple things like Eratosthenes' sieve.  As you might
remember, one has to create a boolean array for that. The longer the
array the more primes can be found.

With malloc() I can create an array of length 1 (10^8) and the
first 5761455 primes are calculated in a few seconds.  So of course I
would like to test length 10^9 but here my program crashes.


If this is about integer values, which are probably 32-bit, you are
hitting the kern.maxdsiz limit of 512 MB.  An array of 100,000,000
32-bit values takes up 4 * 100,000,000 = 400,000,000 (close to 400 MiB
of memory to store).  Anything above 512 MB in size will make the data
size of your program so big that it will overflow the data seg size:

   $ ulimit -a
   core file size  (blocks, -c) unlimited
   data seg size   (kbytes, -d) 524288
   ...

You can either increase kern.maxdsiz in your `/boot/loader.conf' file,
or redesign the algorithm to work with larger datasets by splitting them
in chunks that you can still process with 512 MB of data :)
*How* can I effectively split my array up? 
How can I access an element arr[n] if n is bigger than INT_MAX ?
I have tried some kind of linear/linked list, but that becomes 
disgustingly slow.


Thanks,

Uli.






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





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


[OT] gcc: maximum length of an array?

2006-07-23 Thread P.U.Kruppa

Hi,

sorry for posting an [OT], but usually people on this list know 
everything :-)


Since I don't know too much about programming I am frequently 
fascinated by simple things like Eratosthenes' sieve.
As you might remember, one has to create a boolean array for 
that. The longer the array the more primes can be found.


With malloc() I can create an array of length 1 (10^8)
and the first 5761455 primes are calculated in a few seconds.
So of course I would like to test length 10^9 but here my program 
crashes.


So my questions:
- is there some way to create a longer array?
- or what are the alternatives?
- do you know some kind of fine manual about this?

Regards and thanks for all answers,

Uli.


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


Re: Installing Apsfilter

2006-05-29 Thread P.U.Kruppa

On Sat, 27 May 2006, Gerard Seibert wrote:


Trying to install Apsfilter, I encountered a problem. It seems that it
requires print/acroread7 which is an interactive port. Reading the
Makefile on acroread7, it seems I have to go to
http://www.adobe.com/products/acrobat/distribute.html and fill out a
form, wait a few days to see if I am approved, and then what?

Do you really want to redistribute acroread?
# make install
just works as usual around here.

Uli.



Is this really necessary? Is there some way around this? If I follow
through with this scenario, what happens? Do I get a special code or
file to install that will allow me to install the port just so I can get
apsfilter installed?

Thanks!
--
Gerard Seibert
[EMAIL PROTECTED]

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





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


Re: Cupsd strangeness....

2006-05-04 Thread P.U.Kruppa

On Wed, 3 May 2006, Eric Schuele wrote:


P.U.Kruppa wrote:

On Tue, 2 May 2006, Eric Schuele wrote:


Hello,

While this should be of absolutely no real concern my lack of ability 
to resolve it is causing me sleepless nights.  I'm sure this should be an 
easy one... I just can't seem to fix it.


Everything cups related is working perfectly fine.  However,  my dmesg 
shows the following:


Starting cupsd.
Starting cupsd.
cupsd: Child exited with status 48!
Usage: cups {reload|restart|start|status|stop}

And its driving me crazy!  Cupsd is trying to start twice?  and the second 
time is giving an error.


What have I done wrong here?
[~] % ls /etc/rc.d | grep cups
[~]
% ls /usr/local/etc/rc.d | grep cups
cups.sh.delme*
cups.sh.sample*
cupsd.delme*
cupsd.sample*
cupsd.sh*
Nowadays all executable scripts in rc.d/ will be executed, not only those 
ending on .sh


Yes.  That was it.  Thanks.

However, I had thought that the behavior to be different.  My man page (from 
6.0-RC?) reads:

The following key points apply to old-style scripts in
/usr/local/etc/rc.d/:

·   Scripts are only executed if their basename(1) matches the shell
   globbing pattern *.sh, and they are executable.  Any other files or
   directories present within the directory are silently ignored.

Has the behavior changed?  It was my understanding that files with *.sh or no 
extension (yet executable), would be run.
This has changed one or to months ago - somebody posted it on 
some mailing list - but I really can't remember anymore (you 
could have a look at google). And to my surprise you are right: 
this isn't documented in the man pages yet.


It was recommended to remove all kinds of sample files - or at 
least to change their permissions.


Regards,

Uli.



Thanks again.



Regards,

Uli.





[~] % grep cups /etc/rc.conf
cupsd_enable=YES
#cups_enable=YES

Using FreeBSD 6.1-RC as of Sat some time... but had this problem quite a 
while.  I'm sure it started the last time I rebuilt the machine (two month 
back maybe).  And I'm sure its a config error on my part.


Any help is appreciated.

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






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





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





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

Re: Cupsd strangeness....

2006-05-03 Thread P.U.Kruppa

On Tue, 2 May 2006, Eric Schuele wrote:


Hello,

While this should be of absolutely no real concern my lack of ability to 
resolve it is causing me sleepless nights.  I'm sure this should be an easy 
one... I just can't seem to fix it.


Everything cups related is working perfectly fine.  However,  my dmesg shows 
the following:


Starting cupsd.
Starting cupsd.
cupsd: Child exited with status 48!
Usage: cups {reload|restart|start|status|stop}

And its driving me crazy!  Cupsd is trying to start twice?  and the second 
time is giving an error.


What have I done wrong here?
[~] % ls /etc/rc.d | grep cups
[~]
% ls /usr/local/etc/rc.d | grep cups
cups.sh.delme*
cups.sh.sample*
cupsd.delme*
cupsd.sample*
cupsd.sh*
Nowadays all executable scripts in rc.d/ will be executed, not 
only those ending on .sh


Regards,

Uli.





[~] % grep cups /etc/rc.conf
cupsd_enable=YES
#cups_enable=YES

Using FreeBSD 6.1-RC as of Sat some time... but had this problem quite a 
while.  I'm sure it started the last time I rebuilt the machine (two month 
back maybe).  And I'm sure its a config error on my part.


Any help is appreciated.

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





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


Re: Help needed compiling printer source code

2006-04-27 Thread P.U.Kruppa

On Thu, 27 Apr 2006, Malcolm Fitzgerald wrote:



On 27/04/2006, at 7:33 AM, P.U.Kruppa wrote:


On Wed, 26 Apr 2006, Malcolm Fitzgerald wrote:


I've set up a printer.
location: lpt0
Printer State: idle, accepting jobs
device URI: parallel:/dev/lpt0
Printing the test page does not work, the job is aborted with error: 
client-error-not-possible
The most probable reason for this is that some user permissions are set 
incorrectly. We have to analyze this step by step.

1) Try to print directly from the command line:
 # printf Hello World \f  /dev/lpt0
   If your printer is connected correctly to your parallel port,
   *something* should be printed out.


as user I get cannot create /dev/lpt0: Permission denied
That is o.k.. You should try to setup your printer as root first anyway: 
you always can solve problems with lower user permissions later on.



as root I get a blank page

So at least your printer can print the form feed character \f
   :-)

As Robert Huff suggested in his mail one reason might be wrong permissions 
of your spooler directory.

2) If you haven't set it otherwise it should be found at
 /var/spool/cups
3)   # cd /var/spool/
 # ls -l
   should show this
 drwx--x---  3 root   daemon  1536 26 Apr 19:44 cups
4) Inside /var/spool/cups you should find some files with
   names like
 c1
 c2
 c3
   and so on, each representing one print job.



Yes, I have that. Changing permissions on /var/spool/cups/ to 777 hasn't 
changed things.
Each time I try to print a test page from the cups Printers page the job is 
aborted.


mystified.

O.K. Lets try to have a look at logfiles
Ad the line
  LogLevel debug
to your /usr/local/etc/cups/cupsd.conf
and restart cups
  # /usr/local/etc/rc.d/cupsd restart
When I print the test page I get this in /var/log/cups/error_log

--
I [28/Apr/2006:01:25:10 +0200] Started 
/usr/local/libexec/cups/cgi-bin/admin.cg

i (pid=15433)
D [28/Apr/2006:01:25:10 +0200] SendCommand: 5 file=7
D [28/Apr/2006:01:25:17 +0200] ReadClient: 5 GET /printers/ 
HTTP/1.1
D [28/Apr/2006:01:25:17 +0200] CGI 
/usr/local/libexec/cups/cgi-bin/printers.cgi

started - PID = 15434
I [28/Apr/2006:01:25:17 +0200] Started 
/usr/local/libexec/cups/cgi-bin/printers

.cgi (pid=15434)
D [28/Apr/2006:01:25:17 +0200] SendCommand: 5 file=8
D [28/Apr/2006:01:25:17 +0200] AcceptClient: 7 from 
localhost:631.

D [28/Apr/2006:01:25:17 +0200] ReadClient: 7 POST / HTTP/1.1
D [28/Apr/2006:01:25:17 +0200] ProcessIPPRequest: 7 status_code=1
D [28/Apr/2006:01:25:17 +0200] ReadClient: 7 POST / HTTP/1.1
D [28/Apr/2006:01:25:17 +0200] ProcessIPPRequest: 7 status_code=1
D [28/Apr/2006:01:25:17 +0200] CloseClient: 7
D [28/Apr/2006:01:25:21 +0200] AcceptClient: 7 from 
192.168.10.1:631.
D [28/Apr/2006:01:25:21 +0200] ReadClient: 7 GET 
/printers/hpdj?op=print-test-pa

ge HTTP/1.1
D [28/Apr/2006:01:25:21 +0200] CGI 
/usr/local/libexec/cups/cgi-bin/printers.cgi

started - PID = 15435
I [28/Apr/2006:01:25:21 +0200] Started 
/usr/local/libexec/cups/cgi-bin/printers

.cgi (pid=15435)
D [28/Apr/2006:01:25:21 +0200] SendCommand: 7 file=9
D [28/Apr/2006:01:25:21 +0200] AcceptClient: 8 from 
localhost:631.
D [28/Apr/2006:01:25:21 +0200] ReadClient: 8 POST /printers/hpdj 
HTTP/1.1
D [28/Apr/2006:01:25:21 +0200] print_job: request file type is 
application/posts

cript.
D [28/Apr/2006:01:25:21 +0200] check_quotas: requesting-user-name 
= ''
D [28/Apr/2006:01:25:21 +0200] print_job: requesting-user-name = 
''
D [28/Apr/2006:01:25:21 +0200] Adding default job-sheets values 
none,none...
I [28/Apr/2006:01:25:21 +0200] Adding start banner page none to 
job 75.
I [28/Apr/2006:01:25:21 +0200] Adding end banner page none to 
job 75.

I [28/Apr/2006:01:25:21 +0200] Job 75 queued on 'hpdj' by ''.
D [28/Apr/2006:01:25:21 +0200] Job 75 hold_until = 0
D [28/Apr/2006:01:25:21 +0200] StartJob(75, 0x81a8800)
D [28/Apr/2006:01:25:21 +0200] StartJob() id = 75, file = 0/1
D [28/Apr/2006:01:25:21 +0200] job-sheets=none,none
D [28/Apr/2006:01:25:21 +0200] banner_page = 0
D [28/Apr/2006:01:25:21 +0200] StartJob: argv = 
hpdj,75,,Test Page,1,

,/var/spool/cups/d00075-001
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[0]=PATH=/usr/local/libexec/cups/f

ilter:/bin:/usr/bin
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[1]=SOFTWARE=CUPS/1.1

D [28/Apr/2006:01:25:21 +0200] StartJob: envp[2]=USER=root
D [28/Apr/2006:01:25:21 +0200] StartJob: envp[3]=CHARSET=utf-8
D [28/Apr/2006:01:25:21 +0200] StartJob: envp[4]=LANG=en_US
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[5]=PPD=/usr/local/etc/cups/ppd/hp

dj.ppd
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[6]=CUPS_SERVERROOT=/usr/local/etc

/cups
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[7]=RIP_MAX_CACHE=8m
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[8]=TMPDIR=/var/spool/cups/tmp
D [28/Apr/2006:01:25:21 +0200] StartJob: 
envp[9]=CONTENT_TYPE=application/posts

cript
D [28/Apr/2006:01

Re: Help needed compiling printer source code

2006-04-26 Thread P.U.Kruppa

On Wed, 26 Apr 2006, Malcolm Fitzgerald wrote:




I've set up a printer.

location: lpt0
Printer State: idle, accepting jobs
device URI: parallel:/dev/lpt0

Printing the test page does not work, the job is aborted with error: 
client-error-not-possible
The most probable reason for this is that some user permissions are set 
incorrectly. We have to analyze this step by step.

1) Try to print directly from the command line:
 # printf Hello World \f  /dev/lpt0
   If your printer is connected correctly to your parallel port,
   *something* should be printed out.


as user I get cannot create /dev/lpt0: Permission denied
That is o.k.. You should try to setup your printer as root first 
anyway: you always can solve problems with lower user permissions 
later on.



as root I get a blank page

So at least your printer can print the form feed character \f
   :-)

As Robert Huff suggested in his mail one reason might be wrong 
permissions of your spooler directory.

2) If you haven't set it otherwise it should be found at
 /var/spool/cups
3)   # cd /var/spool/
 # ls -l
   should show this
 drwx--x---  3 root   daemon  1536 26 Apr 19:44 cups 
4) Inside /var/spool/cups you should find some files with

   names like
 c1
 c2
 c3
   and so on, each representing one print job.


Regards,

Uli.

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


Re: Help needed compiling printer source code

2006-04-25 Thread P.U.Kruppa

On Tue, 25 Apr 2006, Malcolm Fitzgerald wrote:


I'm trying to install a Brother HL-1230 printer.




Did you also have a look at
http://linuxprinting.org/show_driver.cgi?driver=hl1250fromprinter=Brother-HL-1230
?
I think you might be lucky: they have got a .ppd file there for you 
(Brother-HL-1230-hl1250.ppd ). Download it, put it into

 /usr/local/share/cups/model/
restart cups by
# /usr/local/etc/rc.d/cupsd restart
and try setup on http://localhost:631



No luck! Downloaded and installed the PPD. Cups can see it.
That is one success at least: it means a working driver is 
available.


I've set up a 
printer.


location: lpt0
Printer State: idle, accepting jobs
device URI: parallel:/dev/lpt0

Printing the test page does not work, the job is aborted with error: 
client-error-not-possible
The most probable reason for this is that some user permissions 
are set incorrectly. We have to analyze this step by step.

1) Try to print directly from the command line:
 # printf Hello World \f  /dev/lpt0
   If your printer is connected correctly to your parallel port,
   *something* should be printed out.

Uli.


malcolm

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




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


Re: Help needed compiling printer source code

2006-04-23 Thread P.U.Kruppa

On Sun, 23 Apr 2006, Malcolm Fitzgerald wrote:

I'm trying to install a Brother HL-1230 printer. I've been to the Brother web 
site and found that they don't have drivers for FreeBSD but they do provide 
the source code. I downloaded the source code. So far so good. I unzipped the 
tarball and had a look. There's the source code.



I don't know what to do with it. I've learnt to type make install clean. 
How do I make this code into something useful?


sad kid :-(

I guess make install clean will not be enough for that.

For a start have a look at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing.html
and try to make your printer print something at all.
Also reading it will teach you some new words :-)

Then there exist two well known programms which can help you to 
set up your printer correctly

/usr/ports/print/apsfilter
and
/usr/ports/print/cups
I would try apsfilter first, since it works a bit more 
intuitively.


Good luck,

Uli.




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





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


Re: Help needed compiling printer source code

2006-04-23 Thread P.U.Kruppa

On Sun, 23 Apr 2006, Malcolm Fitzgerald wrote:



On 23/04/2006, at 5:25 PM, P.U.Kruppa wrote:


On Sun, 23 Apr 2006, Malcolm Fitzgerald wrote:

I'm trying to install a Brother HL-1230 printer. I've been to the Brother 
web site and found that they don't have drivers for FreeBSD but they do 
provide the source code. I downloaded the source code. So far so good. I 
unzipped the tarball and had a look. There's the source code.



I don't know what to do with it. I've learnt to type make install clean. 
How do I make this code into something useful?


sad kid :-(

I guess make install clean will not be enough for that.

For a start have a look at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing.html
and try to make your printer print something at all.
Also reading it will teach you some new words :-)

Then there exist two well known programms which can help you to set up your 
printer correctly

/usr/ports/print/apsfilter
and
/usr/ports/print/cups
I would try apsfilter first, since it works a bit more intuitively.



Cups is installed and running. I've tried using a few of the other printer 
definitions without success. Printing the test page produces a blank page or 
a dozen blank pages. I was hoping to be able to compile the source code for 
the driver and put it somewhere that cups can find it.

O.K. - I see.
(Just out of interest: what happens if you try to print something
 simple (eg. a text file) from the command line
 # /usr/local/bin/lpr file.txt
 ?)

Did you also have a look at
http://linuxprinting.org/show_driver.cgi?driver=hl1250fromprinter=Brother-HL-1230
 ?

The standard way to build and install sources on UNIX would be:
  # tar zxf application.tgz
  # cd application
  # ./configure
  # make
  # make install
But often you find hints/READMES inside application directory 
what else you have to do.


Uli.


malcolm

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





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


Re: Help needed compiling printer source code

2006-04-23 Thread P.U.Kruppa

On Sun, 23 Apr 2006, P.U.Kruppa wrote:


On Sun, 23 Apr 2006, Malcolm Fitzgerald wrote:



On 23/04/2006, at 5:25 PM, P.U.Kruppa wrote:


On Sun, 23 Apr 2006, Malcolm Fitzgerald wrote:

I'm trying to install a Brother HL-1230 printer. I've been to the Brother 
web site and found that they don't have drivers for FreeBSD but they do 
provide the source code. I downloaded the source code. So far so good. I 
unzipped the tarball and had a look. There's the source code.



I don't know what to do with it. I've learnt to type make install 
clean. How do I make this code into something useful?


sad kid :-(

I guess make install clean will not be enough for that.

For a start have a look at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing.html
and try to make your printer print something at all.
Also reading it will teach you some new words :-)

Then there exist two well known programms which can help you to set up 
your printer correctly

/usr/ports/print/apsfilter
and
/usr/ports/print/cups
I would try apsfilter first, since it works a bit more intuitively.



Cups is installed and running. I've tried using a few of the other printer 
definitions without success. Printing the test page produces a blank page 
or a dozen blank pages. I was hoping to be able to compile the source code 
for the driver and put it somewhere that cups can find it.

O.K. - I see.
(Just out of interest: what happens if you try to print something
simple (eg. a text file) from the command line
# /usr/local/bin/lpr file.txt
?)

Did you also have a look at
http://linuxprinting.org/show_driver.cgi?driver=hl1250fromprinter=Brother-HL-1230
?
I think you might be lucky: they have got a .ppd file there for 
you (Brother-HL-1230-hl1250.ppd ). Download it, put it into

  /usr/local/share/cups/model/
restart cups by
# /usr/local/etc/rc.d/cupsd restart
and try setup on http://localhost:631

Regards,

Uli.


malcolm

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






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





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


Re: Which bsd to use and the packages to install

2006-04-22 Thread P.U.Kruppa

On Sat, 22 Apr 2006, durgam ravindranath wrote:


Sir

We have a Broad band connection for internet access for the users. The
connection setup is ADSL Router connected to the Switch, User machines are
provided with DNS and gateway as ADSL router.

Now we want to install a Proxy Server in a Pentium II m/c, ie ADSL Router is
connected to the Proxy server and the users ( authorised ) are connected to
the Internet via the proxy server.

By this method we want to restrict the users access to sites and also track
their usage.

We need your advise

Although there are some alternatives, I would recommend
FreeBSD 6.0
with Squid ( http://www.squid-cache.org/ ) which is pretty well 
documented.


Regards,

Uli.




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






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


Re: freeBSD install

2006-04-22 Thread P.U.Kruppa

On Wed, 19 Apr 2006, Charles wrote:

I have a sony vaio fs742/w running windows XP is this freeBSD a 
good candidate for my laptop and if it is, can i have someone 
load for me?  I'd be more apt to trying on my home computer 
first, its an older model HP.
If you are completely new to FreeBSD, you should make yourself 
aquainted with it on a standard PC first. Probably you will have 
to try 2 or 3 times until you find a usable configuration.


What kind of processor and how much RAM does your HP have?

Uli.


thanks,

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






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


Re: Partition Instruction of Free BSD 5.4

2006-04-20 Thread P.U.Kruppa

On Wed, 19 Apr 2006, Bryan Lee wrote:


How do we partition free bsd 5.4?

Your question is not clear:
Do you mean,
- which programs, tools you use for this?
- which layout (partition, slice sizes) is recommended?
- how to format, tune your file system?

What are your needs? (single user Desktop machine, server???)?

Regards,

Uli.




Thanks.



Bryan

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





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


Re: sound on gnome

2006-04-20 Thread P.U.Kruppa

On Thu, 20 Apr 2006, eoghan wrote:


Hi
I was wondering if there is any tutorial on getting sound working on gnome. 
Ive searched a good bit but not found anything that has helped me...

I have figured that i do not have a /dev/dsp
I had sound working on kde, which I dont use anymore (just personal choice).
Multimedia systems selector give me pipeline errors when i try to test OSS or 
ESD. Im not sure how to configure these either. Perhaps there is a write up 
somewhere I have yet to lay my hands on?

Did you have a look at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html
???
Sound setup should not depend on the kind of window manager you 
are running. Try to kldload all drivers first to find out which 
is the correct one for you.


Regards,

Uli.


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





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


Re: Installing Gnome (Or possibly other GUI)

2006-04-19 Thread P.U.Kruppa

On Wed, 19 Apr 2006, Enigma wrote:

I am having problems installing Gnome GUI, I have Xorg working, 
and I have read many install instructions to get the Gnome GUI 
up and running. My problem is this: I am installing onto a 
small partition (roughly 2.5 gig) with the add_pkg -r gnome2 
command to download the packets. By about what seems 3/4 the 
way through, my hdd is full and theres no way this option is 
open to me. I have tried copying all the packages across from 
FreeBSD 6 cd 2 across to my hdd but the 'make' command doesnt 
work, which im guessing is due to the fact there is no .tar.gz 
file to build from?


My question is, how can I install this GUI, or will it be 
easier to install an alternative with less graphics and tag 
along programs?
You should try a smaller GUI - especially if aou are running an 
older system - let's say 300 MHz and 128 MB RAM - neither gnome 
nor KDE will be much fun then. WindowMaker might be a nice 
alternative.


I'm essentially getting a GUI going due to the 
fact I'm new to Unix as a whole and would be good to assist 
learning of the OS and the shell. Due to this, something like a 
windows clone Gnome or KDE may be good, but I'm just as willing 
to have to learn to use a good GUI that isnt windows clone.

Good Luck,

Uli.



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






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


Re: How to upgrade samba version to 3.0.22

2006-04-01 Thread P.U.Kruppa

On Sat, 1 Apr 2006, Jeffrey wrote:


Hi,
I am using FreeBSD 6 and install samba from ports collection 
/usr/ports/net/samba3. The make install download and install 
samba 3.0.14a. I noticed samba has new version 3.0.22. How can 
I instal the new verion?

Depends on how adventurous you are:
  Either you wait for the FreeBSD 6.1 RELEASE - which will at
  least ship with 3.0.21b
  or you learn how to install and run STABLE, see 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html


I guess you will prefer the latter - else you wouldn't care 
asking for such a minimal update :-)


Good Luck,

Uli.



Thanks,

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






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


Re: Best way to print photos

2006-03-31 Thread P.U.Kruppa


I didn't catch the complete thread, but perhaps I can help a 
little bit.


On Fri, 31 Mar 2006, M. Warner Losh wrote:


:  :  Thanks for the tips.  I have these ports installed, but am
:  :  tripping over something stupidly basic: what converts the
:  :  pict0001.jpg into something that can be fed to the hpijs driver
:  :  that will print?
:  : 
:  :  Warner
: Are you using cups? Or something else? If you have your printer working
: under cups, then I would think that gimp would print to it.

I have cups running.  I'd have thought that too, so I'm doing
something insanely stupid.  I can print to my other HP printer, but it
understands .ps natively.  If the answer to printing from gimp is
'just print a .ps' then I'm happy.

Once you have setup cups correctly you can simply type
# lpr your_image.jpg
and it will be printed out.


I can print test pages with the CUPS interface w/o a problem.  I'll
try directly printing a simple color PS document next.  I just
realized that I haven't tried to do that yet.

There might be a very simple reason for your problems:
Cups' lpr program lives in /usr/local/bin/lpr and thus will be 
shadowed  by FreeBSD's native /usr/bin/lpr .

Try something like
# /usr/local/bin/lpr your_image.jpg
If that works we will have to set some links and everything will 
be fine.


Regards,

Uli.



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


Re: What's that filesystem for a usb flash drive?

2006-03-25 Thread P.U.Kruppa

On Sat, 25 Mar 2006, Saul Mena Avila wrote:


Hello!. I've been trying to mount my flash memory but it just doesn't let
me.
I use (as root):

mount -t msdosfs /dev/ad0 /flash

Did you try /dev/da0 ?
 ^^

Regards,

Uli.



The feedback is something like device ad0 doesn't allow action
Can anybody help me?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]






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


Re: Thanks! and... the su command

2006-03-25 Thread P.U.Kruppa

On Sun, 26 Mar 2006, Saul Mena Avila wrote:


Hi!. Thanks for helping me with the USB flash memory. I've also have trouble
with the su command... since I installed the FreeBSD 5.4, everytime I try to
login as root with su, the shell answers me with Sorry... and that's all.
Is it wrong configured or installed?
Per default only members of group wheel are allowed to su to 
root.


Regards,

Uli.






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






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


Re: Not an easy install

2006-03-25 Thread P.U.Kruppa

On Sat, 25 Mar 2006, Vayu wrote:


On Saturday 25 March 2006 06:36, Tim wrote:

Why couldn't you guys make a install easy instead of this and that, ok I
am a newbie and it should be easy, I have installed Ubuntu, it was like
a dream, smooth as silk, Fedora pretty much the same FreeBSD, its a
nitemare if you have never done it, I am now reloading windows and then
putting back Ubuntu, unless someone over there can make it simple even
for me.


Tim Stevens

Hi Tim,

most experienced FreeBSD users consider FreeBSD's high 
configurability and scalability (I hope this word is correct) 
its biggest advantage over alternative OS's.
This - on the other hand - is its biggest disadvantage from a 
beginners point of view: You *have* to configure most stuff 
yourself, you *need* some idea what you are gong to do, 
beforehand.


So, if you just need a ready made and working OS, you should 
stick with Ubuntu, Debian and friends. If you want to learn 
something about The Secret Life Of Your Computer (programming, 
administration, etc. ) stay patient with yourself and with 
FreeBSD and become one of us guys :-)


Regards,

Uli.





Who are you guys?
I installed Ubuntu as my very first open source OS last Aug.  Since then I've
installed it on 5 computers and now FreeBSD on 2 computers.  From a beginners
viewpoint I find both installers pretty comparable and actually quite
similar.  Instead of issuing a blanket criticism that I'm not sure is even
true, why don't you ask about the specific issues you are having a problem
with?

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





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


duplex printing with hpijs ???

2006-03-08 Thread P.U.Kruppa

Hi,

for quite a long time my HP Deskjet 990 Cxi worked quite 
perfectly with Cups and hpijs driver from ports.


For some weeks now duplex printing is defect, i.e.
- printer fetches a sheet
- prints out first page
- turns it round
- prints nothing on the back
- fetches a second sheet
- prints out second page.

Has anybody else seen this strange behaviour? What might have 
happened?


Duplex printing still works fine from a remote WinXP and a Debian 
Linux machine.


I am running  6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Fri Mar 
3 20:00:30 CET 2006 .


Thanks for your answers.

Uli.



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


Re: SMB Shared Printer not showing shares

2006-03-01 Thread P.U.Kruppa

On Wed, 1 Mar 2006, Steel City Phantom wrote:

I have followed every howto i can find on getting printing to work with cups. 
i finally gave up and plugged the printer into my windows machine and shared 
it there.  now, my wife's Linspire machine can see it and print fine 
(Linspire uses kde 3.4, cups, samba share).  Now my fresh new bsd 6 machine 
can't see the same smb share.  I go add printer, SMB Shared Printer, put in 
the user administrator and password, click on the refresh to see all the 
workgroups, workgroup shows fine, open the windows server workgroup and no 
server.  i go to a command prompt and do a smbclient -U bla -L server and i 
see a list of all shares, including the hidden ones and the printer i wish to 
print to. 
If i type the information in manually, then it adds the printer to cups but 
shows the status as stopped.


I have tried every combination of this i can think of, nothing seems to work. 
you guys have any ideas?

Yes, two:
1) You could buy one of these small ready-to-use printer servers
   (20 - 30 EUR around here). They will serve each computer
   seperately via network and - you don't need to have a whole
   computer up and running.
2) Most people don't know Cups can work as a printer server
   without the help of Samba. If you were able to set up Cups on
   one machine (either FreeBSD or Linux) it could serve the
   others (even Windows) via network.

Regards,

Uli.



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





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


Re: Upgrade 5.4 to 6.0

2006-02-22 Thread P.U.Kruppa

On Tue, 21 Feb 2006, hal wrote:


Is there any reason why I should not upgrade a 5.4
system to 6.0 as opposed to doing a clean install?

Have a look at /usr/ports/UPDATING .
You might find out you have to rebuild about all of your ports, 
which can be quite tedious - if you have many of them installed 
on an old slow machine.
On the other hand: doing an upgrade from source might be a good 
exercise.


Cheers,

Uli.



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





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


portupgrade eats my swap space

2006-01-17 Thread P.U.Kruppa

Hi!

OK, this is an old PIII 1 GHZ , 500 MB RAM  running
6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Jan 15 05:56:00 CET 2006

When I start a

  # portupgrade -a

up to 671 MB swap are used and I see this message:

  make: Max recursion level (500) exceeded.: Resource temporarily
  unavailable

and of course everything becomes really slow. Has anybody else 
seen this?


Regards,

Uli.



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


Re: portupgrade eats my swap space

2006-01-17 Thread P.U.Kruppa

On Wed, 18 Jan 2006, Roger Merritt wrote:


At 04:25 AM 1/18/2006 +0100, you wrote:

Hi!

OK, this is an old PIII 1 GHZ , 500 MB RAM  running
6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Jan 15 05:56:00 CET 2006

When I start a

  # portupgrade -a

up to 671 MB swap are used and I see this message:

  make: Max recursion level (500) exceeded.: Resource temporarily
  unavailable

and of course everything becomes really slow. Has anybody else seen this?


Yes. I'm running FreeBSD 6.0 on a PII 300MHz with 64MB RAM and a 40GB hard 
drive. It works great until I run portupgrade on mysql-server. Then it runs 
out of swap space and I get console error messages and have to reboot. I 
haven't dug into it yet, but several months ago I redirected the swap file to 
a different location to increase the size. I'll have to do some research to 
find out exactly what I did and how much space I gave it and how to increase 
it. I haven't had time yet to do it. Don't know why building mysql-* (and 
possibly some others) takes so much swap space. I first encountered it 
running portmanager -u and didn't realize for a couple of days (and four or 
five freeze-ups) what was happening.



This really has become more dramatic:
Usually - when I run a portupgrade - about half of my RAM is used 
and I can still work on my Gnome desktop without any swapping or 
serious performance losses.
Now every port produces this Max recursion message and 
applications become unusable.


Uli.




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


Re: portupgrade eats my swap space

2006-01-17 Thread P.U.Kruppa

On Wed, 18 Jan 2006, Kris Kennaway wrote:


On Wed, Jan 18, 2006 at 04:25:57AM +0100, P.U.Kruppa wrote:

Hi!

OK, this is an old PIII 1 GHZ , 500 MB RAM  running
6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Jan 15 05:56:00 CET 2006

When I start a

  # portupgrade -a

up to 671 MB swap are used and I see this message:

  make: Max recursion level (500) exceeded.: Resource temporarily
  unavailable

and of course everything becomes really slow. Has anybody else
seen this?


You are setting an illegal variable in your make.conf or environment
that is causing the port makefile to recurse.  Probably USE_GCC or
some other USE_*.

That could be a hint. I can find legal options in
  /usr/ports/Mk/bsd.port.mk
can I ?

Uli.



Kris





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


Re: portupgrade eats my swap space

2006-01-17 Thread P.U.Kruppa

On Wed, 18 Jan 2006, Kris Kennaway wrote:



You are setting an illegal variable in your make.conf or environment
that is causing the port makefile to recurse.  Probably USE_GCC or
some other USE_*.

That could be a hint. I can find legal options in
  /usr/ports/Mk/bsd.port.mk
can I ?


Sort of..but it also lists options that are only legal within specific
port makefiles (like USE_*).

Post your make.conf and I'll probably be able to tell you what's wrong.

This is it:

X_WINDOW_SYSTEM= xorg

CUPS_OVERWRITE_BASE=yes
NO_LPR=yes

# WITH_FAM= yes
USE_FAM=yes
WITH_LAME= yes

WITH_APACHE2= yes

OVERRIDE_LINUX_BASE_PORT=rh-9

# added by use.perl 2005-12-26 20:43:23
PERL_VER=5.8.7
PERL_VERSION=5.8.7
---

Uli.



Kris





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


Re: portupgrade eats my swap space

2006-01-17 Thread P.U.Kruppa

On Wed, 18 Jan 2006, Kris Kennaway wrote:


On Wed, Jan 18, 2006 at 07:17:32AM +0100, P.U.Kruppa wrote:

On Wed, 18 Jan 2006, Kris Kennaway wrote:



You are setting an illegal variable in your make.conf or environment
that is causing the port makefile to recurse.  Probably USE_GCC or
some other USE_*.

That could be a hint. I can find legal options in
 /usr/ports/Mk/bsd.port.mk
can I ?


Sort of..but it also lists options that are only legal within specific
port makefiles (like USE_*).

Post your make.conf and I'll probably be able to tell you what's wrong.

This is it:

X_WINDOW_SYSTEM= xorg

CUPS_OVERWRITE_BASE=yes
NO_LPR=yes

# WITH_FAM= yes
USE_FAM=yes


As I said, USE_* are illegal here and cause recursion.

Kris


Thanks, I'll ask freebsd-gnome about that.

Uli.


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


Re: portupgrade eats my swap space

2006-01-17 Thread P.U.Kruppa

On Wed, 18 Jan 2006, Kris Kennaway wrote:


On Wed, Jan 18, 2006 at 07:51:12AM +0100, P.U.Kruppa wrote:

On Wed, 18 Jan 2006, Kris Kennaway wrote:


On Wed, Jan 18, 2006 at 07:17:32AM +0100, P.U.Kruppa wrote:

On Wed, 18 Jan 2006, Kris Kennaway wrote:



You are setting an illegal variable in your make.conf or environment
that is causing the port makefile to recurse.  Probably USE_GCC or
some other USE_*.

That could be a hint. I can find legal options in
/usr/ports/Mk/bsd.port.mk
can I ?


Sort of..but it also lists options that are only legal within specific
port makefiles (like USE_*).

Post your make.conf and I'll probably be able to tell you what's wrong.

This is it:

X_WINDOW_SYSTEM= xorg

CUPS_OVERWRITE_BASE=yes
NO_LPR=yes

# WITH_FAM= yes
USE_FAM=yes


As I said, USE_* are illegal here and cause recursion.

Kris


Thanks, I'll ask freebsd-gnome about that.


What's to ask?  They'll tell you the same thing I did.
It seems, they are substituting fam by gamin for gnome 2.14 . 
Obviously I gathered the wrong make.conf settings for that from 
some mail archieve. Since they are nice and patient people, they 
will probably give me the right ones :-)


Uli.



Kris





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


Re: port math/maxima broken....

2005-12-13 Thread P.U.Kruppa

On Tue, 13 Dec 2005, Mikael Backman wrote:


Hi,
Is there anybody who knows when/if this port will be fixed?
Is there any similar app in the ports tree?
/Mikael
I think it isn't completely broken. In its Makefile you can 
comment the line

# WITH_CMUCL=   yes
and uncomment
WITH_GCL=   yes

This will build maxima with gnu common lisp instead of cmucl and 
should work.


There also are the CAS's
mupad   (needs linux compat)
yacas   (no GUI, console only)
gap (specialized on algebra and group theory stuff)

Regards,

Uli.


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





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


Re: port math/maxima broken....

2005-12-13 Thread P.U.Kruppa

On Tue, 13 Dec 2005, P.U.Kruppa wrote:


On Tue, 13 Dec 2005, Mikael Backman wrote:


Hi,
Is there anybody who knows when/if this port will be fixed?
Is there any similar app in the ports tree?
/Mikael

I think it isn't completely broken. In its Makefile you can comment the line
# WITH_CMUCL=   yes
and uncomment
WITH_GCL=   yes

This will build maxima with gnu common lisp instead of cmucl and should work.

and sorry I forgot: Of course you also have to comment the line
# BROKEN=   Does not build

Uli.




There also are the CAS's
mupad   (needs linux compat)
yacas   (no GUI, console only)
gap (specialized on algebra and group theory stuff)

Regards,

Uli.


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






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





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


Re: SSH on FreeBSD 4.10

2005-12-09 Thread P.U.Kruppa

On Fri, 9 Dec 2005, mohammad babaei wrote:


Hi,
I'm using FreeBSD 4.10 and at the moment i cannot connect to server by SSH
(puTTY)
(When i asked for Username  i enter it, nothing happens...)
so what's the problem?

Perhaps you tried to login as root?
This won't work per default.

Regards,

Uli.



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






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


Re: Setting up a print-server

2005-12-04 Thread P.U.Kruppa

On Sat, 3 Dec 2005, Charles Howse wrote:


Hi,
I have the task of setting up a FreeBSD box as a print-server for the lan
here at home.
I've used FreeBSD for quite a while, but am currently just a little rusty.
I was hoping the list members could help me with planning a strategy, and
possibly point me to some resources for help.  I have my copies of The
Handbook and FreeBSD Unleashed at my side.  :-)

The printers are:
HP1100 LaserJet (non-postscript, parallel only)
Epson Stylus C86 (postscript, USB only)

Here is my current list of requirements:
My daughter's WinXP Pro SP2 box must be able to print to either printer.

My Mac OS X Tiger 10.4.3 box must be able to print to either printer.

(I may not know what I'm talking about here, but) I would prefer IP printing
as the only means of serving the printers, rather than Samba for serving to
Windows, AND CUPS or something else for serving to OS X.
You don't need Samba to set up a printer server for windows. Cups 
will do fine. Printers can be addressed via http then (at least 
on my 6.0 machine).


Mail me if you need help with configuration.

Uli.



The FreeBSD machine is quite capable hardware-wise of doing all this.
I have a copy of 4.11-RELEASE, but will be glad to install whatever version
makes it easiest to do what I need.

Any help = appreciation!

--
Thanks,
Charles 


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






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

Re: php5 install fails

2005-12-02 Thread P.U.Kruppa

On Sun, 20 Nov 2005, Mike Fern wrote:


does libtool exist in the path? if not, you can change the
configuration value of SH_LIBTOOL
(SH_LIBTOOL='/usr/local/build-1/libtool')

For the archives:
Problem was: I have two versions of libtool installed: libtool13 
and libtool15 .
I set a symbolic link 
# ln -s /usr/local/bin/libtool15 /usr/local/build-1/libtool


Thus I don't have to read libtool documentation: I only want to 
do some Hello World! stuff with php5.


Thanks,

Uli.



On 11/20/05, P.U.Kruppa [EMAIL PROTECTED] wrote:

Hi,

on  6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Nov 19 14:31:13 CET
2005 php5 build seems to work fine but install fails:
--
[EMAIL PROTECTED] make install
===  Installing for php5-5.0.5_1
===   php5-5.0.5_1 depends on file: /usr/local/sbin/apxs - found
===   php5-5.0.5_1 depends on executable: pkg-config - found
===   php5-5.0.5_1 depends on shared library: xml2.5 - found
===   Generating temporary packing list
===  Checking if lang/php5 already installed
Installing PHP SAPI module:   apache2handler
/usr/local/share/apache21/build/instdso.sh
SH_LIBTOOL='/usr/local/build-1/libtool' libphp5.la
/usr/local/libexec/apache21
/usr/local/build-1/libtool --mode=install cp libphp5.la
/usr/local/libexec/apache21/
/usr/local/share/apache21/build/instdso.sh:
/usr/local/build-1/libtool: not found
apxs:Error: Command failed with rc=8323072
.
*** Error code 1

Stop in /usr/ports/lang/php5/work/php-5.0.5.
*** Error code 1

Stop in /usr/ports/lang/php5.
--

What can be done?

Regards,

Uli.


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








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


Yesterday's -STABLE kernel corrupts LAN

2005-11-26 Thread P.U.Kruppa

Hi,

I updated -STABLE yesterday and since my FreeBSD machine is set 
up as gateway my home network broke down completely. I rebooted 
into last weeks kernel and everything worked as usual.


Has anyone else seen this or have I been unlucky with my 
download?


Regards,



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


Re: Yesterday's -STABLE kernel corrupts LAN

2005-11-26 Thread P.U.Kruppa

On Sat, 26 Nov 2005, Chris wrote:


P.U.Kruppa wrote:

Hi,

I updated -STABLE yesterday and since my FreeBSD machine is set up as
gateway my home network broke down completely. I rebooted into last
weeks kernel and everything worked as usual.

Has anyone else seen this or have I been unlucky with my download?



Did you follow the instructions outlined on how to cvsup your system?
Did you forget a step? Do them out of order.

There is a reason it's documented the way it is on the FBSD site.
Mainly - becasue it works.

I'm sure then when you review what you have done - it's going to be
something you did wrong.
So you updated your system yesterday and your LAN is 
still working correctly?


Regards,

Uli.





--
Best regards,
Chris

If a scientist uncovers a publishable fact, it will
become central to his theory.

His theory, in turn, will become central to all
scientific truth.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]





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


Re: Yesterday's -STABLE kernel corrupts LAN

2005-11-26 Thread P.U.Kruppa

On Sat, 26 Nov 2005, Roland Smith wrote:


On Sat, Nov 26, 2005 at 06:38:07PM +0100, P.U.Kruppa wrote:

Hi,

I updated -STABLE yesterday and since my FreeBSD machine is set
up as gateway my home network broke down completely. I rebooted
into last weeks kernel and everything worked as usual.

Has anyone else seen this or have I been unlucky with my
download?


There was a change to if_ether.c that messed things up, but it's fixed
now. You should have either version 1.137.2.4 or 1.137.2.6 of if_ether.c

Thanks,

I'll try a new cvsup.

Regards,

Uli.






Roland
--
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt





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


Re: Yesterday's -STABLE kernel corrupts LAN

2005-11-26 Thread P.U.Kruppa

On Sat, 26 Nov 2005, Roland Smith wrote:


On Sat, Nov 26, 2005 at 06:38:07PM +0100, P.U.Kruppa wrote:

Hi,

I updated -STABLE yesterday and since my FreeBSD machine is set
up as gateway my home network broke down completely. I rebooted
into last weeks kernel and everything worked as usual.

Has anyone else seen this or have I been unlucky with my
download?


There was a change to if_ether.c that messed things up, but it's fixed
now. You should have either version 1.137.2.4 or 1.137.2.6 of if_ether.c

Roland
--
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt





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


Re: Yesterday's -STABLE kernel corrupts LAN

2005-11-26 Thread P.U.Kruppa

Hey,

what are you all doing on my thread? :-)

1) As Roland Smith pointed out (see below) - there was a bug in
   -STABLE sources, which has been repaired in the meantime.
2) All in all -STABLE is great, this must have been the first
   major issue I ran into during the last two or three years.

Sorry for top posting,

Uli.

On Sat, 26 Nov 2005, Roland Smith wrote:


On Sat, Nov 26, 2005 at 06:38:07PM +0100, P.U.Kruppa wrote:

Hi,

I updated -STABLE yesterday and since my FreeBSD machine is set
up as gateway my home network broke down completely. I rebooted
into last weeks kernel and everything worked as usual.

Has anyone else seen this or have I been unlucky with my
download?


There was a change to if_ether.c that messed things up, but it's fixed
now. You should have either version 1.137.2.4 or 1.137.2.6 of if_ether.c




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


Re: kernel: rl0: watchdog timeout

2005-11-23 Thread P.U.Kruppa

On Wed, 23 Nov 2005, Luke Dean wrote:



Since I upgraded to version 6, my server has frozen under heavy network 
traffic three times.  It ran happily for months on various versions of 5. 
Same hardware, same configuration.
There was never anything in /var/log/messages until this last time.  This 
time I found:


kernel: rl0: watchdog timeout

I don't know what it's trying to tell me, and I don't know if it's a cause or 
an effect.


This is 6.0-STABLE as of late Sunday night.  i386.  rl0 is my WAN-side 
interface.  vr0 is my internal interface.  This machine runs DNS, email, web, 
NFS host, and several other services.  It uses pf with altq.
I have seen this once about two years ago. It went away, after I 
changed the NIC (realtek aren't high quality anyway).


Regards,

Uli.




I don't think the system is panicking.  It doesn't reboot.  It may be 
freezing.  It becomes unresponsive on both network interfaces.  When the 
incident occurs, there's always a lot of simple TCP/IP traffic that's just 
passing through the box (not NFS, email, web, or anything the box provides on 
its own) and my first response is to hit the reset button to get it going 
again.


What should I look for?
The handbook says to check cables, and they seem fine.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]





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


Re: php5 install fails

2005-11-20 Thread P.U.Kruppa

On Sun, 20 Nov 2005, Mike Fern wrote:


does libtool exist in the path? if not, you can change the
configuration value of SH_LIBTOOL
(SH_LIBTOOL='/usr/local/build-1/libtool')
Sorry to say so, but ... I have no idea what you are talking 
about :-(

  - what path?
  - is libtool some kind of executable?
  - and where and how should I set SH_LIBTOOL?


Regards and thanks for your patience,

Uli.




On 11/20/05, P.U.Kruppa [EMAIL PROTECTED] wrote:

Hi,

on  6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Nov 19 14:31:13 CET
2005 php5 build seems to work fine but install fails:
--
[EMAIL PROTECTED] make install
===  Installing for php5-5.0.5_1
===   php5-5.0.5_1 depends on file: /usr/local/sbin/apxs - found
===   php5-5.0.5_1 depends on executable: pkg-config - found
===   php5-5.0.5_1 depends on shared library: xml2.5 - found
===   Generating temporary packing list
===  Checking if lang/php5 already installed
Installing PHP SAPI module:   apache2handler
/usr/local/share/apache21/build/instdso.sh
SH_LIBTOOL='/usr/local/build-1/libtool' libphp5.la
/usr/local/libexec/apache21
/usr/local/build-1/libtool --mode=install cp libphp5.la
/usr/local/libexec/apache21/
/usr/local/share/apache21/build/instdso.sh:
/usr/local/build-1/libtool: not found
apxs:Error: Command failed with rc=8323072
.
*** Error code 1

Stop in /usr/ports/lang/php5/work/php-5.0.5.
*** Error code 1

Stop in /usr/ports/lang/php5.
--

What can be done?

Regards,

Uli.


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








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


RE: Solaris patches and Solaris Express

2005-11-19 Thread P.U.Kruppa

On Sat, 19 Nov 2005, Ted Mittelstaedt wrote:





-Original Message-
From: J.D. Bronson [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 17, 2005 4:00 AM
To: Ted Mittelstaedt
Cc: Victor Watkins; [EMAIL PROTECTED]; FreeBSD-questions@freebsd.org
Subject: RE: Solaris patches and Solaris Express


At 03:52 AM 11/17/2005, Ted Mittelstaedt wrote:

Hmmm,

   We run a lot of Solaris 8 and FreeBSD.  I find Solaris 8 pretty
much the same speed as FreeBSD for what we do.  However, one thing
is that we do not run X-windows on either our Solaris 8 or FreeBSD
systems, because they are servers and there is no need for it.

  I've generally not found trouble obtaining the patches for Solaris
I've needed, most of them are in the cluster patch, and the ones that
aren't yet are critical (such as the repaired ncsd program) are
available on the Internet on non-Sun-approved websites.

  The performance of Xorg/XFree86 vs Openwindows is greatly different
as you point out.  It is possible to compile Xorg on Solaris 8, at
least Solaris x86 - I've heard of people doing it but I've never
done it myself.

Ted


Indeed. But this is not Solaris 10 - thats when all of this changed.



I never understood why anyone would go to Solaris 10 unless they had a
64 bit processor and compiled all their apps under a 64 bit compiler.
Sun
didn't either, which is why they originally didn't come out with a
Solaris x86
version of Solaris 10  They only came out with it after much screaming.
Probably they want to get a foot into the workstation market. Of 
course their Java Desktop's performance and stability is 
disgusting now, but if they manage to activate some kind of 
community around OpenSolaris, it will become a nice working 
enviroment within two years or so - see OpenOffice.org and 
StarOffice.


Regards,

Uli.



Ted

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





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


php5 install fails

2005-11-19 Thread P.U.Kruppa

Hi,

on  6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Nov 19 14:31:13 CET 
2005 php5 build seems to work fine but install fails:

--
[EMAIL PROTECTED] make install
===  Installing for php5-5.0.5_1
===   php5-5.0.5_1 depends on file: /usr/local/sbin/apxs - found
===   php5-5.0.5_1 depends on executable: pkg-config - found
===   php5-5.0.5_1 depends on shared library: xml2.5 - found
===   Generating temporary packing list
===  Checking if lang/php5 already installed
Installing PHP SAPI module:   apache2handler
/usr/local/share/apache21/build/instdso.sh 
SH_LIBTOOL='/usr/local/build-1/libtool' libphp5.la 
/usr/local/libexec/apache21
/usr/local/build-1/libtool --mode=install cp libphp5.la 
/usr/local/libexec/apache21/
/usr/local/share/apache21/build/instdso.sh: 
/usr/local/build-1/libtool: not found

apxs:Error: Command failed with rc=8323072
.
*** Error code 1

Stop in /usr/ports/lang/php5/work/php-5.0.5.
*** Error code 1

Stop in /usr/ports/lang/php5.
--

What can be done?

Regards,

Uli.


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


Re: gnome

2005-11-17 Thread P.U.Kruppa

On Thu, 17 Nov 2005, eoghan wrote:


P.U.Kruppa wrote:

On Thu, 17 Nov 2005, eoghan wrote:


Hello
Im wondering if anyone can give me some feedback on using gnome. Ive been 
using KDE since Ive started using freeBSD and it like it. But I have 
recently looked at ubuntus distro, which uses gnome (their version I 
assume) and it was very nice.
So, stuff like font rendering etc. Which is, in your experience, prettier 
so to speak, to use? Applications and so on. The gnome project page seems 
to be lacking version screenshots, or at least I couldnt find them.

Any feedback greatly appreciated.
This is a difficult question to answer since it really is a matter of taste 
what kind of look you prefer. And don't forget you can change the look and 
design of your gnome or kde desktop completely to accroding to your needs 
and wishes.


What I really can say - since I am using gnome for everyday's work for some 
years now - Gnome has greatly improved stability, perfomance and usability 
since old times of 2.6 or 2.8 .

2.12 is a fast and reliable working enviroment.

If you can afford the bandwith and the diskspace you should install both 
and compare yourself.


Thanks for the reply. Ive installed gnome, having some problems running it 
and didnt get a chance to tackle it last night, but I will later. I guess I 
was just wondering whether the guys at ubuntu have just done a really nice 
job with gnome, or is this how it looks. The fonts seemed smoother and 
window dragging wasnt jerky at all, even though it was running from a cd. But 
I will compare and see what its like.

Eoghan

For technical details/problems you can subscribe to
[EMAIL PROTECTED]
People are very helpful there.

Regards,

Uli.







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


  1   2   >