simple locate question

2005-07-08 Thread Florian Hengstberger
How to creata a second locate database for private use? (mp3 database or so). I have tried $ locate -U dir_with_mp3s -o database.dtb Searching in this database doent work $ locate -d database.dtb somesong.mp3 gives no result. The database exists and it looks ok, seems to be a simple ascii format.

tetex, latex, dvips

2005-05-16 Thread Florian Hengstberger
Hi! Why do latex and tetex conflict? Firstly I installed latex but couldnt find the koma package but all tools (dvips, xdvi ...). So I removed latex and installed tetex-base and tetex-texmf. Koma works fine, but I can only produce pdf with pdflatex. dvips is not present and xdvi tells me that

Re: tetex, latex, dvips

2005-05-16 Thread Florian Hengstberger
if the've finished their work?? Thanks Florian Roland Smith [EMAIL PROTECTED] schrieb: On Mon, May 16, 2005 at 11:11:22PM +0200, Florian Hengstberger wrote: Hi! Why do latex and tetex conflict? Firstly I installed latex but couldnt find the koma package but all tools (dvips, xdvi

which interface: mountd,rpcbind

2005-04-16 Thread Florian Hengstberger
Hi! I really worry about that it seems (man mountd, man rpcbind) impossible to specifiy the interface these daemons bind to. Specifing this in rc.conf rpcbind_enable=YES rpcbind_flags=-h 192.168.0.1 nfs_server_enable=YES nfs_server_flags=-t -n 4 -h 192.168.0.1 mountd_flags=-r the output of

short pkg_add -r question

2005-04-11 Thread Florian Hengstberger
Hi! Just a short question: When I download compiled packages with pkg_add -r, where are the binary packages stored? I want to share them over the net for other hosts. Thanks, Florian ___ freebsd-questions@freebsd.org mailing list

intel fortran compiler

2005-04-11 Thread Florian Hengstberger
Hi! As a physician I want to code my programs in fortran. I have read in the groups that the Intel fortran compiler (supporting fortran 95) is avaiable in the ports collection. As far as I know Intels compiler was only designed for Linux. Will the Intel compiler produce FreeBSD binaries or Linux

solution: ipfw, natd

2005-03-05 Thread Florian Hengstberger
Hi! With this order (rules 201,501,502), everything works well. Other orders, although intuitivly correct, don't behave as expected. I tried divert, allow all from internal, check-state and nothing happened. # enable the natd add 00201 divert natd all from any to any via sis0 ### TCP ### # per

Weird mouse error

2005-03-04 Thread Florian Hengstberger
After a kernel compile to add nat support my mouse is moving very,very slowly on both the X-Server and the console. Everything was fine before I decided to reduce my kernels size by commenting out a number of options supporting hardware I don't own. I commented out another options, which seemed to

natd, ipfw problem

2005-03-04 Thread Florian Hengstberger
Hi! Tell me if I should post this otherwhere. Given two network cards sis0 (external) and vr0 (internal) I'm trying to give my girlfriend access to the web. Her ip is 192.168.0.2, I've installed natd, a proper kernel and configured my firewall, but so far only pings from her computer to the web

c standard

2005-03-02 Thread Florian Hengstberger
just in my head! -- Florian Hengstberger [EMAIL PROTECTED] http://stud3.tuwien.ac.at/~e0025265 -- ___ freebsd-questions@freebsd.org mailing list

Re: samba ldap

2005-02-28 Thread Florian Hengstberger
Disabled by default? Sorry, but I've never specified any ldap options in my smb.conf but the server always tries to authentificate the users with an ldap server. Florian Joerg Pulz [EMAIL PROTECTED] schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 27 Feb 2005, Florian

samba ldap

2005-02-27 Thread Florian Hengstberger
Hi list! I'm still using 5.2.1 and samba from /usr/ports/net/samba. Is there a way to disable ldap, it seems that it is compiled into the binary. Do i have to recompile (which switch?) or is there a simpler way. Thanks Florian ___

samba as wins-server

2005-02-22 Thread Florian Hengstberger
Hi! I'm working in an office with several win hosts of all flavours (98,2000,eXPerience). Unfortunatly the resolution of computers takes sometimes up to half an hour (approx.) until they are accessible after booting up. In near future I'll have the chance to switch to FreeBSD with my box (at

Re: samba as wins-server

2005-02-22 Thread Florian Hengstberger
an manages all netbios stuff. By the way: If samba conflicts with XP, how do XP machines manage not to get in trouble if there is more than one XP box? Thanks, Florian David Landgren [EMAIL PROTECTED] schrieb: Florian Hengstberger wrote: Hi! I'm working in an office with several win hosts

Traffic upgrade 5.2.1 to 5.3

2005-02-07 Thread Florian Hengstberger
Hi! I want to upgrade my box from 5.2.1 to 5.3 stable. I have limited download, so, if I update the sources using cvsup in order to make buildworld ..., is there a way to roughly estimated the traffic. Case it's impossible, what's the typical order? A few MB, a few dozen MB or more? Another

simple serial loopback

2005-01-27 Thread Florian Hengstberger
on that? -- Linux/BSD: The daemons are not longer just in my head! -- Florian Hengstberger [EMAIL PROTECTED] http://stud3.tuwien.ac.at/~e0025265

Serial communication, terminal

2005-01-12 Thread Florian Hengstberger
Hi! I have a microcontroller with an uart interface. I want to communicate with my computer through the serial port of my FreeBSD box. Is it somehow possible to connect the serial io to a xterm? Case it is not: I don't want to write a program myself - is there an existing program handling the io?

ftp://ftp.freebsd.org/ empty directory

2005-01-11 Thread Florian Hengstberger
The directory: ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.2.1-release is empty! Why is this? Thanks Florian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

avr-libc 5.2.1

2005-01-09 Thread Florian Hengstberger
Hi! Has anybody an idea where I can fetch: avr-libc-2003.09.09.tar.bz2 or a package for 5.2.1? I have installed avrdude, avr-gcc via pkg_add but I'm not successfull with the libc. make install says: Attempting to fetch from http://people.freebsd.org/~joerg/. fetch:

TCP_RESTRICT_RST in 5.2.1

2005-01-02 Thread Florian Hengstberger
-- Linux/BSD: The daemons are not longer just in my head! -- Florian Hengstberger [EMAIL PROTECTED] http://stud3.tuwien.ac.at/~e0025265

Hostname lookups? (tcpdump output)

2004-12-30 Thread Florian Hengstberger
Hi! I'm currently keeping track off all packets comming from my ISP using tcpdump. I have a limited transfer rate and I'm wondering why there's still (around 100KB per min) traffic although I have no network connections open to the outside world. So netstat gives me: Active Internet connections

ipfw - a detailed howto

2004-12-23 Thread Florian Hengstberger
hi! Can anybody recommend an in deep guide to ipfw? I googled now for a longer time and found nothing really apropriate. The FreeBSD security howto is a little short, other guides don't cover security topics. Is there something like OpenBSDs pf-docu for ipfw? Thanks a lot Florian

Simple routing, netork basics

2004-12-17 Thread Florian Hengstberger
Hi! In a few days I'll get fast access to the internet via WLAN. I have a wireless accesspoint connected to my (single) network card. I have one single public static IP address from my ISP and I'll assign it to this card. Of course I want to give other people in my LAN also access to the net, so

bsd book

2004-12-09 Thread Florian Hengstberger
recommend. If both are ok: what's the difference? Thanks a lot Florian -- Linux/BSD: The daemons are not longer just in my head! -- Florian Hengstberger [EMAIL PROTECTED] http://stud3

Floating Point Arithmetic

2004-12-03 Thread Florian Hengstberger
Hi! I tried to figure out the capability of double: so I calculated d=2**n (with a for-loop) increasing n step by step. Of course I get a floating point exception when d is bigger than 10**308. But what makes me wondering is the fact that printing printf(%lf,d) gives me the full range of

proc filesystem

2004-11-30 Thread Florian Hengstberger
Hi! I mounted the proc-filesystem under /proc but in contrary to Linux no additional information concerning the bus, the cpu etc. is there? Why is this? I like to cat /proc/bus/usb/devices to see if the system took notice of my usb-stick. Thanks a lot Florian

cups dies frequently

2004-11-13 Thread Florian Hengstberger
of cups now, but I'll do this if necessary. Thanks Florian PS: I want to apologize for this inexact description, but I'm recovering all this from memory now, my internet access is far away from my computer. -- Florian Hengstberger [EMAIL PROTECTED

FreeBSD 5.3 = FreeBSD stable

2004-11-11 Thread Florian Hengstberger
Hi! The subject is the question: Is the 5.3 release the stable release? When will become 5.* stable? Florian ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

cups

2004-11-10 Thread Florian Hengstberger
-- Linux/BSD: The daemons are not longer just in my head! -- Florian Hengstberger [EMAIL PROTECTED] http://stud3.tuwien.ac.at/~e0025265

Labview and FreeBSD

2004-10-28 Thread Florian Hengstberger
Hi! I bought the latest LabView Version (7) under a restricted student license. To be exact: without linux support. The thing I'm interested in is that my LabView Version runs under MacOS X. Is there a way to get it running under FreeBSD too? Thanks a lot, Florian

Firewall and nmap

2004-10-27 Thread Florian Hengstberger
nmap or is there a BSD-network scanner, which usage is recommended? Thanks in advance, Florian -- Florian Hengstberger [EMAIL PROTECTED] http://stud3.tuwien.ac.at/~e0025265

Kernel size 5.2.1

2004-10-19 Thread Florian Hengstberger
! -- Florian Hengstberger [EMAIL PROTECTED] http://stud3.tuwien.ac.at/~e0025265 -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

XF86(mis)Config Keyboard

2004-09-20 Thread Florian Hengstberger
keyboard is a standard device (Vendor: Trust), I?m working with the 5.2 release. The funny thing about this is, that everything works fine in the text console! Thanks in addvance Florian -- Florian Hengstberger [EMAIL PROTECTED] http://stud3

acpi shutdown

2004-09-14 Thread Florian Hengstberger
Hi! I have a standard pc-style computer, how do I enable acpi?s automatic shutdown (adding something to /boot/loader.conf ?) so that I don?t have to press the power button in then end? Thanx Florian ___ [EMAIL PROTECTED] mailing list

Linux vs FreeBSD: wlan-cards

2004-09-13 Thread Florian Hengstberger
Hi! I know I posted a similar question two days ago, sorry - I?m still in trouble with finding a proper wlan-card. The hardware database on the freebsd-site did not help me: most cards are either not avaiable in Austria or simply to expensive. So my question is: Has anybody found a cheap

which wlan card?

2004-09-12 Thread Florian Hengstberger
Hi! I?m searching for a cheap wlan pci card (below 40 euros), supported by both freebsd and linux. What is the best choice, which cards does freebsd support out of the box (without nasty workarounds)? Is there a hardware database for freebsd or something similar? Thanks in advance Florian

pdflatex port?

2004-09-09 Thread Florian Hengstberger
head! -- Florian Hengstberger [EMAIL PROTECTED] http://stud3.tuwien.ac.at/~e0025265 -- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Installing ports

2004-08-24 Thread Florian Hengstberger
but things haven't changed. I'm a little confused, because fetching data from FreeSD ftp-servers doesn't work too (remember that some fetches were successful!). Please help me, Florian -- Florian Hengstberger [EMAIL PROTECTED] http://stud3.tuwien.ac.at