Re: disabling boot output

2008-01-04 Thread Tilman Linneweh



* Omer Faruk Sen [ Jan 4, 2008 (15:20 )]:

How can I disable boot messages so user can't see any boot message.
I think there is 4 part for that and each of them requires a different
configuration file to be edited.

1) boot
2) loader
3) kernel message
4) init scripts

Can anyone send me an URL that depicts those changes? Or at least  
where to
look for them. I think 2,3,4 can be done with configuration files  
but 1 step

requires some code change right?


You can send the output to a serial port by putting

console=comconsole

into /boot/loader.conf.

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

for details.

çok selamlar
arved

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


Re: [kde-freebsd] Problem compiling kdegraphics (exr problem?)

2007-10-11 Thread Tilman Linneweh

* Mel [ Oct 10, 2007 (18:37 )]:
Well, it's weird that fixed it for you, because kdegraphics needs  
to be

patched. Here's the work-around:


[..]

This issue should be fixed with my commit from yesterday.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports/115885: misc/help2man: help2man ignores installed gettext

2007-09-03 Thread Tilman Linneweh
* snowcrash+freebsd [2007-09-03 18:30]:
 again, WHAT supported configuration are you talking about here?

FreeBSD ports test if a file is installed to check if a dependency port
is installed.  If you are tricking by installing the file via some other
mechanism, it breaks.

 
 there's a properly installed perl-module.  expecting freebsd ports of
 perl programs to correctly use perl-compliant module installs is,
 somehow, unreasonable?

The FreeBSD ports collection is not a perl program, so it has no
knowledge what CPAN is. Neither does CPAN know what a FreeBSD port is,
unless you use something like bsdpan. So why should it work?
 
 Mel wrote:
  Except for apps in the ports, because cpan/cpanp can not register *port* 
  dependencies.
  RUN_DEPENDS does not mean check if this file exists, it means register a 
  dependency on this port. What it does is:
  1) check if the port is installed and if not install it.
  2) add a line @pkgdep portname-version to $PKGDB/portname-version/+CONTENTS
  3) add a line @DEPORIGIN:category/origin to 
  $PKGDB/portname-version/+CONTENTS
  4) add a line portname-version to $PKGDB/depname-version/+REQUIRED_BY
 
  If you wanna get rid of this problem, you could use an AFTER_INSTALL hack 
  in pkgtools.conf to undo 2)-4). Messy, but works.
 
  Much cleaner is to just use the ports system p5-*. It does it's job very 
  well
 
 that's not been my experience -- but, that's not the argument here.
 
 i think it's not unreasonable to expect that a perl-module is a
 perl-module is a perl-module.
 
 if it's properly installed -- and, in this case, it is, just like ALL
 my other perl-modules, then a port should treate it
 consistently/correctly.

Did you actually read what he wrote? He explained in detail, what is
missing for a proper port installation.
 
 just like all my other ports do -- just NOT help2man.

If you think there is something broken with this specific port, submit a
patch. But as i told you, this is a problem with all ports that depend
on a perl module.
 
 as for working around the problem ... the SIMPLEST solution is not to
 bother with ports system in this case, and do a manual install of
 help2man.

Another solution may be to set WITHOUT_NLS. So you don't get dependency
on p5-gettext. 
 
  and since you're familiar with cpan/cpanp I'm sure you'll have no problem
  installing modules that might not exist in the freebsd ports into a 
  directory
  *outside* the ports hierarchy (/usr/local) and add this to the module search
  path.
 
 when help2man is installed via ports it *USES* the cpan-installed perl-module.

Because you installed it into the wrong directory. The directory under
/usr/local belong to the ports collection, and if you install software
from somewhere else into it, it might break how the FreeBSD ports
collection works.

 Anton Berezin wrote:
  Sorry, but I am afraid that if you insist on not using Perl modules
  installed via ports this means you cannot expect any ports depending on Perl
  modules to work.
 
 are you impkying that a perl module installed by ports is somehow
 different than one installed by perl/cpan itself?

Yes, a FreeBSD port is not only the original source, but also the meta
information.

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


Re: IPv6 Setup...

2007-06-23 Thread Tilman Linneweh


On Jun 23, 2007, at 04:36 , Eric Crist wrote:
I have 5 servers on my quaint little network, and my primary  
firewall is configured with an IPv6 address, we'll say  
1000:2000:1::6 and is connected to my ISP through a gif tunnel  
(router doesn't support IPv6 yet, on my end) to 1000:2000:1::5.  I  
can ping6 all day long across this tunnel, and I can even connect  
through this firewall to other sites using the IPv6 addresses.


I've been given 2001:4900:1:0111::/64 for my use.  I've configured / 
etc/rc.conf on my first two machines with ipv6_enable=YES and  
given them 2001:4980:1:0111::1 and 2001:4980:1:0111::2.  Each  
machine can ping6 itself, but they cannot ping6 eachother.  I know  
the copper is good, and my ipv6 is running along side my ipv4  
addresses and such.  In addition, there are no firewalls in between.


Is there something I'm missing?


Maybe you used a /128 netmask, or a wrong routing table? Try sniffing  
with tcpdump/wireshark to see what is going on.




Also, what the heck is rtadvd_enable=YES actually doing for me?   
I understand it's broadcasting some routing stuff so my other hosts  
can auto-configure their IPv6 addresses, but anything else?




There is a section in the handbook about ipv6:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network- 
ipv6.html


regards
arved


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


Re: Koffice Compile Error

2007-01-08 Thread Tilman Linneweh


On Jan 5, 2007, at 7:48 PM, Bob wrote:


In file included from /usr/local/include/wv2/olestream.h:22,
 from graphicshandler.cpp:23:

/usr/local/include/wv2/olestorage.h:26:21: gsf/gsf.h: No such file or
directory


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


Re: kdebase compile failure

2006-12-30 Thread Tilman Linneweh


On Dec 29, 2006, at 11:34 PM, Vizion wrote:


progressdialog.cpp: In member function `virtual void  
ProgressDialog::ignoreCancel()':
progressdialog.cpp:90: error: `ignoreCancel' is not a member of  
`KProgressDialog'


You have an old kdelibs version installed. You have to upgrade  
kdelibs to 3.5.5 first before installing kdebase


HTH

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


Re: Sendmail patch

2006-03-23 Thread Tilman Linneweh


On Mar 23, 2006, at 16:06, DAve wrote:

bash-2.05b# make
/usr/src/lib/libsm/Makefile, line 11: Malformed conditional 
(${MK_INET6_SUPPORT} != no)

/usr/src/lib/libsm/Makefile, line 13:

if-less endif /usr/src/lib/libsm/Makefile, line 13: Need

an operator

make: fatal errors encountered -- cannot continue

I used the patch for 4.11 and 5.3



If upgrading to a supported Release isn't an option, you may get away 
with updating your make before trying to

build the new sendmail.

Another alternative might be, to use the sendmail from the ports 
collection.


regards
tilman

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


Re: xine and missing libdpstk

2006-02-07 Thread Tilman Linneweh


Am 07.02.2006 um 08:32 schrieb Ben Paley:


Am 05.02.2006 um 06:43 schrieb Gary Kline:

I'm trying to build xine and find troubles with a missing
library, libdpstk.  I'm clueless re this DPS lib.  Anybody?


/usr/ports/UPDATING  entry 20060126

regards
tilman


Am I missing something? /usr/ports/UPDATING seems to be talking about
installed ports that complain at run time about missing libraries - 
that
isn't the problem here. The problem with libxine is that it won't 
compile in
the first place without libdpstk, so to reinstall as advised is 
impossible.


Well, xine depends on other ports, and one of them  needs to be 
reinstalled.
Unfortunately Gary didn't post the complete error message, so it is 
impossible to

find out which one.

regards
tilman


PGP.sig
Description: Signierter Teil der Nachricht


Re: xine and missing libdpstk

2006-02-06 Thread Tilman Linneweh


Am 05.02.2006 um 06:43 schrieb Gary Kline:



I'm trying to build xine and find troubles with a missing
library, libdpstk.  I'm clueless re this DPS lib.  Anybody?



/usr/ports/UPDATING  entry 20060126

regards
tilman

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


Re: kate

2005-10-03 Thread Tilman Linneweh


Am 03.10.2005 um 13:45 schrieb kalin mintchev:
what happened to kate in 5.4. kde base isntalled. a lot of K* stuff 
but i

didn't find kate - what's up with that?


kate is still in kdebase. Check that you have /usr/local/bin/kate.

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


Re: kdebase3.4.2 install error

2005-09-28 Thread Tilman Linneweh

Hi,

Am 27.09.2005 um 07:13 schrieb eodyna:

I was wondering if someone can help me with this
install problem.

as well as the log it complains about
favicons.cpp:29:77: kdatastream.h: No such file or
directory
kiontheme.h
kimageio.h
ksimpleconfig.h
kstandardsdirs.h
kio/job.h

with the same error message



reinstall your kdelibs port.

regards
arved

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


Re: New user getting very discouraged with IPv6 problems, cannot get tunnel working completely :(

2005-09-25 Thread Tilman Linneweh


Am 25.09.2005 um 03:32 schrieb aksis:
On the HE site, after you login, in the Tunnel Details section, there 
is an
option to rebuild the tunnel, this might fix the problem. Beyond 
that I

would email HE, send them the relative info and ask them to look at it.


Additional check your ipv6 routing table that everything is correct.
(e.g. the tspc program is not running and messing with your 
routingtable)


Check with tcpdump/ethereal that the ping packets are leaving your site 
correctly.


regards
arved

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


Re: Jack and Icecast

2005-04-24 Thread Tilman Linneweh
* Loren M. Lang [Sun, 24 Apr 2005 at 09:15 GMT]:
 I'm curious what clients people use to send data to icecast.  I tried
 the native client, ices, but it kept bus erroring.  I've found
 oddcastv3-jack and I'm working on porting it to freebsd.

 Also, how well does jack work on FreeBSD.  I can't seem to get it to
 work.  Any tips on using it?  Every program I've tried, mplayer,
 alsaplayer, hydrogen, can't connect to the jack server.


Which plugin are you using (OSS or portaudio)? How did you start the
server?
Which version of FreeBSD are you using?

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


Re: getting handbooks via cvsup?

2005-04-24 Thread Tilman Linneweh
* O. Hartmann [Sun, 24 Apr 2005 at 12:21 GMT]:
 I'm looking for a way getting various handbook's sources via cvsup,  
 common handbook English/German and  some developers handbooks 
 (developer, porter).

 On each nstallation CD I can find various handbook types (PS, PDF, 
 HTML). My intention is having a local webserver at the department 
 keeping track on HTML and PS generated handbooks automaticaly  and 
 sucking in the changes via cvsup. I can remember there is a way but I 
 lost the glue where to look for.

take a look at /usr/share/examples/doc-supfile.

How to build the webpages is decribed in the FDP Primer at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/the-website-build.html

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


Re: exif.10 libexif-0.6.12_1

2005-04-24 Thread Tilman Linneweh
* Drew Tomlinson [Tue, 19 Apr 2005 at 18:10 GMT]:
 I'm trying to install an unofficial port of MythTV Gallery.  It looks 
 for exif.10 library but doesn't find it even after installing 
 libexif-0.6.12_1.  Does the port makefile need to updated or do I need 
 to install something else to get exif.10?


libexif in the current ports collection is exif.12. You probably need to
modify your port.

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


Re: kdepim3.3

2004-09-03 Thread Tilman Linneweh
* Osmany Guirola Cruz [Fr, 03 Sep 2004 at 23:15 GMT]:
 Hi people i am trying to install kdepim3 kmail etc but i am having problems in the 
 process of compiling ;-( .. kdepim3 depends on 
  
===   gnupg-devel-1.9.10 depends on shared library: gcrypt.12 - not found

 and try to install it and this is the error that not let me continue with the 
 installation of kdepimWHAT SOULD I DO?

===  Extracting for libgcrypt-1.2.0_1
 Checksum OK for libgcrypt-1.2.0.tar.gz.
 Checksum OK for libgcrypt-1.2.0.tar.gz.sig.
===   libgcrypt-1.2.0_1 depends on file: /usr/local/bin/perl5.8.5 - found
=== Verifying GnuPG Signature.
 /usr/local/bin/gpg --no-default-keyring --keyring 
 /usr/ports/security/libgcrypt/work/keyring  --keyserver pgp.mit.edu --recv-key 
 57548DCD
 gpg: can't get key from keyserver: Connection refused

Please don't multipost. Now I am forced to write two replies instead of one.

It looks like you are using some kind of firewall, that prohibits connections
to the keyserver.

I removed the code, because there were other bugs in it. Just recvsup and it
should work.

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


Re: newest kdelibs fails to build

2004-08-31 Thread Tilman Linneweh
* Steven Friedrich [Di, 31 Aug 2004 at 22:26 GMT]:
 I suspect it's due to the compiler on 4.x.  Did the KDE port team build it on 
 4.10-STABLE?

Yes we did.
You can try to install the package from
http://rabarber.fruitsalad.org/index.html#a_4-STABLE

Your compile fails because there is a bogus @[EMAIL PROTECTED]
I don't know yet, why this is not expanded.

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


Re: qt-3-3-3 errors

2004-08-28 Thread Tilman Linneweh
* Chris [Fr, 27 Aug 2004 at 23:39 GMT]:
 Here is the error I'm getting, but first, some history.
 This was a 5.2.1-REl-p9 system, upgraded to 5.3Beta1.
 Things blew up, so I suped the source back to 5.2.1

Did you read in UPDATING that you need to recompile all C++ ports, 
when up or downgrading?

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


Re: USB Audio

2004-08-21 Thread Tilman Linneweh
* Sandy Rutherford [Sa, 21 Aug 2004 at 05:28 GMT]:
 Does anybody have any recommendations for external USB sound cards
 working with uaudio(4) either in FreeBSD 4.x or 5.x?  Thanks.

I have a Logitech Headset.
Please note that uaudio(4) support in FreeBSD is very poor.
E.g. My box panics when i but with the device plugged in.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB Audio

2004-08-21 Thread Tilman Linneweh
* Tilman Linneweh [Sa, 21 Aug 2004 at 08:32 GMT]:
 * Sandy Rutherford [Sa, 21 Aug 2004 at 05:28 GMT]:
 Does anybody have any recommendations for external USB sound cards
 working with uaudio(4) either in FreeBSD 4.x or 5.x?  Thanks.

 I have a Logitech Headset.
 Please note that uaudio(4) support in FreeBSD is very poor.
 E.g. My box panics when i but with the device plugged in.
   ^boot *grr* Never write before breakfast.

BTW, If someone is adventurous, a few years of development of the NetBSD
driver need to be merge in.


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


Re: Best way to keep large ports uptodate

2004-08-13 Thread Tilman Linneweh
* Rob Hancock [Sa, 14 Aug 2004 at 02:29 GMT]:
 Currently I've been using portupgrade to keep all my ports current, and
 it works great.  With very large ports such as KDE/base/libs/etc it takes
 several hours to compile on my little 600MHz laptop.  Is there a way to
 keep the previously compiled objects around so when I upgrade the
 next time only the changes have to be recompiled?  Or am I better off
 just waiting until major updates and doing a clean compile then?

Read /usr/local/etc/pkgtools.conf esp. HOLD_PKGS and USE_PKGS.

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


Re: How to start KDE?

2004-08-11 Thread Tilman Linneweh
* Laszlo Antal [Mi, 11 Aug 2004 at 20:22 GMT]:
 Everything was going fine until the book telling me to CREATE A FILE
  .xinitrc  in my home directory.
 Well, How can I do that?? and why do I need it?

echo exec startkde  ~/.xinitrc

 I installed only KDE so would it work if I will only type  startx ??

No, the default windowmanager is twm, which is installed with X

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


Re: XFree86 4.4 port (for Chipset CLE266/VT8235 Graphics) - timescale?

2004-07-29 Thread Tilman Linneweh
* Owen.G [Do, 29 Jul 2004 at 16:29 GMT]:
 I just had a look at the FreeBSD Ports page:
 http://www.freebsd.org/cgi/ports.cgi

 and there's no sign of XFree86 4.4 yet.

 Questions:
 1, Does anybody know the timescale of the port for XFree86 4.4?
 2, Will the port of XFree86 4.4 be important enough that it will be 
 announced on the freebsd-announce mailing list?

AFAIK the XFree86 4.4 ports are currently tested.

On CURRENT the X.org ports are now the default, they should work with your
VIA too.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: XFree86 4.4 port - timescale?

2004-07-29 Thread Tilman Linneweh
* Owen.G [Do, 29 Jul 2004 at 21:48 GMT]:
 I don't see it on the Ports page on FreeBSD.org.  Is that because the 
 ports page says:
 Last database update: 2004-07-16 08:54:22 UTC ?

xorg metaport was committed on June 19. 
freshports.org is a very useful resource: 
http://www.freshports.org/x11/xorg

regards tilman

P.S. Please don't toppost.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fsck -b 32 no updating Standard Superblock

2003-10-26 Thread Tilman Linneweh
* Tilman Linneweh [So, 26 Okt 2003 at 01:51 GMT]:
 I managed to trash my superblocks. When I try fsck -b 32 everything goes well,
 but the original superblock is not updated:
 
 sauna# fsck /dev/ad0s1e
 ** /dev/ad0s1e
 Cannot find file system superblock
 
 LOOK FOR ALTERNATE SUPERBLOCKS? [yn] y
 
 USING ALTERNATE SUPERBLOCK AT 32
 ** Last Mounted on 
 ** Phase 1 - Check Blocks and Sizes
 ** Phase 2 - Check Pathnames
 ** Phase 3 - Check Connectivity
 ** Phase 4 - Check Reference Counts
 ** Phase 5 - Check Cyl groups
 96 files, 188 used, 128811 free (75 frags, 16092 blocks, 0.1% fragmentation)
 sauna#
 
 According to Google there should be a Question
 
 UPDATE STANDARD SUPERBLOCK? [yn]
 
 but there isn't. what is going wrong?

It looks like this functionality was removed in 5.x the solution was:
dd if=disk skip=32 of=disk seek=16 bs=512 count=16

regards
tilman


pgp0.pgp
Description: PGP signature


fsck -b 32 no updating Standard Superblock

2003-10-25 Thread Tilman Linneweh
Hi,

I managed to trash my superblocks. When I try fsck -b 32 everything goes well,
but the original superblock is not updated:

sauna# fsck /dev/ad0s1e
** /dev/ad0s1e
Cannot find file system superblock

LOOK FOR ALTERNATE SUPERBLOCKS? [yn] y

USING ALTERNATE SUPERBLOCK AT 32
** Last Mounted on 
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3 - Check Connectivity
** Phase 4 - Check Reference Counts
** Phase 5 - Check Cyl groups
96 files, 188 used, 128811 free (75 frags, 16092 blocks, 0.1% fragmentation)
sauna#

According to Google there should be a Question

UPDATE STANDARD SUPERBLOCK? [yn]

but there isn't. what is going wrong?

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