Re: Tweetless

2012-07-03 Thread Tobias Rehbein
(a solution proposed on the net) didn't fix this issue. Regards, Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Network traffic human readable?!

2012-01-21 Thread Tobias Pulm
Hi, how can I display my network traffic (netstat output) human readable? Is there a function of the netstat that can do this? Thanks... -- Mit freundlichen Grüßen / Yours sincerely Tobias Pulm -- Tobias Pulm Sperberweg 8 58644 Iserlohn Germany t...@facility5.org | http

ncal(1) prints control sequences on stdout if stdout is not a tty

2011-07-07 Thread Tobias Rehbein
/158580 I just wanted to ask you fellow FreeBSD users what you think about this issue as feedback in PRs tends to be slow. Regards Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: 32 or 64 bit as server ?

2010-11-23 Thread Tobias
. Right behind me is my 64-bit FreeBSD 8.1 server that hosts a number of websites. Apache2, php, perl, mysql, memcache, etc. all run just fine without any obvious issues. --Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: libm alternative in ports

2010-11-23 Thread Tobias
it, because the newest snapshots of mplayer require log2() and log2f(), which the base libm doesn't support. cheers. alex Can't you just calculate it yourself? log2(n) = log10(n)/log10(2)? http://logbase2.blogspot.com/2007/12/log-base-2.html --Tobias

Re: Package deinstall woes since new portupgrade arrived

2010-11-10 Thread Tobias
On Tue, Nov 9, 2010 at 11:50 PM, Tobias tobi...@gmail.com wrote: Howdy freebsd-questions - almost every day I run a portupgrade --batch -rav over my installed packages on my FreeBSD 8.1-RELEASE #0 system. Two days ago I noticed that portupgrade itself was updated and that subsequent packages

Package deinstall woes since new portupgrade arrived

2010-11-09 Thread Tobias
to the (undefined method `nil' for :String) problem? Thanks - Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

vidcontrol / vesa mode regression in 8.1-RELEASE

2010-07-30 Thread Tobias Rehbein
.vesa_mode which is mentioned in the release notes but I honestly don't know how to use it. Any hints on this issue? I will provide further information if you tell me what you need. Thanks in advance, Tobias pgpiGdwo8einQ.pgp Description: PGP signature

Re: how to prepare disk for dump/restore

2009-10-15 Thread Tobias Rehbein
to CLI for the restoring process. If all you want to do is to prepare the disks you can leave sysinstall alone and use sade(8). -- Tobias Rehbein PGP key: 4F2AE314 server: keys.gnupg.net fingerprint: ECDA F300 1B6E 9B87 8524 8663 E8B6 3138 4F2A E314 pgpXD2nA0ImOP.pgp

Re: music file in /tmp/XXX/

2009-10-13 Thread Tobias Rehbein
Am Sun, Oct 11, 2009 at 11:31:48AM -0700 schrieb Gary Kline: is there a freebsd app that will take my music file, 18 of them in /tmp/XXX, all named ogg files, and burn them to a CD? You might take a look at audio/mp3burn. Despite it's name it burns ogg files just fine: mp3burn *.ogg

Mounting a cf card in a pcmcia adapter

2009-07-06 Thread Tobias Roth
Hi This used to work quite some time ago, when there still was pccardd. How does it work these days (with 7.x)? I didn't find any documentation on this. I get as far as cbb0: 16-bit card inserted, but no pccard bus. pccard0: 16-bit PCCard bus on cbb0 pccard0: unknown card (manufacturer=0x0045,

ad0: FAILURE - READ_DMA g_eli_read_done(

2009-05-07 Thread Tobias Roth
? Thanks, Tobias -- Tobias Roth || http://fsck.ch || PGP: 0xCE599B4D | The c in rap is silent. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: [OT] C programming question: reopen stdin

2009-04-16 Thread Tobias Rehbein
Am Tue, Apr 14, 2009 at 09:07:26PM +0200 schrieb Mel Flynn: On Tuesday 14 April 2009 20:13:00 Tobias Rehbein wrote: I'm having a little trouble solving a specific problem in C. I want to write a filter which reads data from stdin. After reading the user should be able to interact

[tobias.rehb...@web.de: Re: [OT] C programming question: reopen stdin]

2009-04-16 Thread Tobias Rehbein
s/Good/Could/ ---BeginMessage--- Am Tue, Apr 14, 2009 at 09:07:26PM +0200 schrieb Mel Flynn: On Tuesday 14 April 2009 20:13:00 Tobias Rehbein wrote: I'm having a little trouble solving a specific problem in C. I want to write a filter which reads data from stdin. After reading the user

[OT] C programming question: reopen stdin

2009-04-14 Thread Tobias Rehbein
into the right direction. Sorry for the noise and thanks for reading. Regards Tobias -- Tobias Rehbein PGP key: 4F2AE314 server: keys.gnupg.net fingerprint: ECDA F300 1B6E 9B87 8524 8663 E8B6 3138 4F2A E314 ___ freebsd-questions

Re: [perl] sysopen(CD, /dev/cd0, O_RDONLY | O_NONBLOCK) fails

2009-03-27 Thread Tobias Rehbein
to accept that sysopen works but $! does not... After all sysopen is more important to me ;) Regards Tobias pgpM4g9R02a4U.pgp Description: PGP signature

Re: [perl] sysopen(CD, /dev/cd0, O_RDONLY | O_NONBLOCK) fails

2009-03-27 Thread Tobias Rehbein
Am Fri, Mar 27, 2009 at 09:19:53PM +0100 schrieb Joost Bekkers: On Fri, March 27, 2009 19:59, Tobias Rehbein wrote: Am Thu, Mar 26, 2009 at 10:11:28PM + schrieb Bruce Cran: Hm. Tried this and got ineresting results: use POSIX; sysopen(CD,/dev/cd0, O_RDONLY|O_NONBLOCK) || perror

[perl] sysopen(CD, /dev/cd0, O_RDONLY | O_NONBLOCK) fails

2009-03-26 Thread Tobias Rehbein
for me. I rebooted multiple times and tried with and without atapicam. sysopen(CD, /dev/acd0, O_RDONLY | O_NONBLOCK) fails either. So what's up here? Is sysopen a linuxism? Any help is greatly appreciated. Regards Tobias -- Tobias Rehbein PGP key: 4F2AE314 server

Experience with DELL PowerEdge 2900

2009-01-18 Thread Tobias Daub
the corresponding software - ACPI Thanks alot! Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Jailing net/skype

2008-09-29 Thread Tobias Rehbein
-cyrillic-7.3 === xorg-fonts-miscbitmaps-7.3 === xorg-fonts-truetype-7.3 === xorg-fonts-type1-7.3 === 8 leaf ports xauth is needed to enable X-forwarding in ssh. The fonts are needed to avoid the core dumps mentioned earlier in this thread. I hope somenone finds this useful. Regards Tobias -- Tobias

Re: Jailing net/skype

2008-09-18 Thread Tobias Rehbein
Am Sun, Sep 14, 2008 at 11:26:45PM +0400 schrieb Boris Samorodov: Tobias Rehbein [EMAIL PROTECTED] writes: #kdump -f ktrace.out | head 84180 skypeCALL access(0x292b2b61,R_OK) 84180 skypeNAMI /compat/linux/etc/ld.so.preload 84180 skypeNAMI /etc

Re: Jailing net/skype

2008-09-13 Thread Tobias Rehbein
Am Thu, Sep 11, 2008 at 07:47:21PM +0200 schrieb Tobias Rehbein: I have net/skype installed on my workstation and it just works fine. Now I wonder if it's possible to run skype in a jail. Before I start investing time in this I would like to know if someone has done it before or if it would

Jailing net/skype

2008-09-11 Thread Tobias Rehbein
would appreciate some hints how to do this. Regards Tobias -- Tobias Rehbein PGP key: 4F2AE314 server: keys.gnupg.net fingerprint: ECDA F300 1B6E 9B87 8524 8663 E8B6 3138 4F2A E314 pgpsgfJ1Rgnmb.pgp Description: PGP signature

Fw: wpi not working on 11b

2008-08-07 Thread Tobias Kirschstein
hi, as i didn't get any response to my email on current list i try it here now... thanks for any help. -- ciao, tobias ---BeginMessage--- hi, since vlan came in i can't connect to any 11b network anymore using the intel wireless card with the wpi driver and i can't figure out where

[OT] Why behaves my application different when run in gdb

2008-07-06 Thread Tobias Rehbein
thing in gdb it won't crash and whats even more important to me: It does what I wanted it to do... Perhaps someone can tell me why a program which crashes repeatedly in console runs fine in the debugger. Thanks in advance Tobias -- Tobias Rehbein PGP key: 4F2AE314 server

RE: Adding a second disk to increase the space for /var on first dislk : but umount /var failed

2008-06-10 Thread Tobias Hoellrich
/run/log syslogd603 root5u unix 0xc6a84188 0t0 /var/run/logpriv ... Stop the processes (dhclient, devd, syslogd, etc.) that still use /var and then try to umount it again. Hope this helps - Tobias ___ freebsd-questions@freebsd.org mailing

RE: dhclient and dhcpd

2008-06-10 Thread Tobias Hoellrich
dhclient.conf setting? man dhclient.conf suggests you should use: reject 192.168.1.1; Hope this helps Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

RE: Adding a second disk to increase the space for /var on first dislk : but umount /var failed

2008-06-10 Thread Tobias Hoellrich
/run/log syslogd603 root5u unix 0xc6a84188 0t0 /var/run/logpriv ... Stop the processes (dhclient, devd, syslogd, etc.) that still use /var and then try to umount it again. Hope this helps - Tobias ___ freebsd-questions@freebsd.org mailing

RE: Make buildworld

2008-06-08 Thread Tobias Hoellrich
$ man make ... -j max_jobs Specify the maximum number of jobs that make may have running at any one time. Turns compatibility mode off, unless the -B flag is also specified. HTH - Tobias -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

RE: Flashplugin

2008-06-07 Thread Tobias Hoellrich
, I'm for the support - even if I'm not using FreeBSD as a desktop OS. Thanks and happy weekend - Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

RE: size of executable - g95 vs gfortran42 - shared libs?

2008-06-05 Thread Tobias Hoellrich
] ~]# Hope this helps Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: gnash leave a blank page when visit youtube

2008-06-02 Thread Tobias Hoellrich
product from Microsoft that has been updated in sync with the Windows versions over the years. If you find that, I guess we have an answer; if you don't find one, I guess we have an answer as well ;-) Tobias ___ freebsd-questions@freebsd.org mailing list http

Re: simple network traffic query tool

2008-05-24 Thread Tobias Kirschstein
On Mon, 28 Apr 2008 18:00:46 + beni [EMAIL PROTECTED] wrote: On Thursday 24 April 2008 18:10:40 Tobias Kirschstein wrote: hi, i'm looking for a small tool to query the current network traffic (kb IN and OUT) per interface. is there any sysctl or tool which gives me a similar output

RE: Unix command-line tools to edit SharePoint site?

2008-05-24 Thread Tobias Hoellrich
(or Perl module, etc) that abstracts this? Kelly - HTTP::WebDav is your friend. It allows you to access your SharePoint site from perl. You can retrieve data and store data. Also take a look at hits perl-snippet: http://www.perlmonks.org/index.pl?node_id=612797 Hope this helps Tobias

Lock order reversal submissions?

2008-05-23 Thread Tobias Hoellrich
Does anybody happen to know where I can submit lock order reversal outputs (like the one below)? I don't want to spam freebsd-current and http://sources.zabbadoz.net/freebsd/lor.html seems to have not been updated in over a year now. Thanks - Tobias This is from 8.0-CURRENT: May 22 10:57:08

RE: Server crashing, no explanations

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

7.0-STABLE panic on AMD64

2008-05-16 Thread Tobias Hoellrich
: reservation of 10, 6fee (3) failed Timecounter ACPI-safe frequency 3579545 Hz quality 850 Answering n to the panic, boots the system just fine and everything seems to be operational. Would some kind soul know how I can avoid the panic and get to a clean boot? Thanks - Tobias

Re: simple network traffic query tool

2008-04-26 Thread Tobias Kirschstein
On Fri, 25 Apr 2008 22:20:35 +0200 Roger Olofsson [EMAIL PROTECTED] wrote: Tobias Kirschstein skrev: hi, i'm looking for a small tool to query the current network traffic (kb IN and OUT) per interface. is there any sysctl or tool which gives me a similar output to systat -ifstat

simple network traffic query tool

2008-04-24 Thread Tobias Kirschstein
hi, i'm looking for a small tool to query the current network traffic (kb IN and OUT) per interface. is there any sysctl or tool which gives me a similar output to systat -ifstat: /0 /1 /2 /3 /4 /5 /6 /7 /8 /9 /10 Load Average

squid hello write test failed

2008-04-23 Thread Tobias Ernst
of. What is going on here? Regards Tobias FWIW, here is my config: cache_log /usr/local/squid/logs/cache.log cache_access_log /usr/local/squid/logs/access.log cache_store_log none connect_timeout 2 minutes log_fqdn on cache_effective_user squid http_port 3128 acl all src 0.0.0.0/0.0.0.0 acl

hdaps (accelerator) driver for thinkpads

2008-03-25 Thread Tobias Kirschstein
hi there, i have an ibm x60t thinkpad and want to have this nice feature of (mostly all) thinkpads: the hdaps acceleration support. i found only an old implementaton of 2005 and decided to update the driver. as this is the first time i put my fingers on kernel drivers please be kind :) here is

Re: Booting to root on gmirror with disk failure, is it even possible?

2007-09-05 Thread Tobias Ernst
the failed disk. This could theoretically lead to some nasty data integrity issues in the worst case. But this is true for any RAID, even when implemented in hardware IMO. Regards Tobias -- Universität Stuttgart|Fakultät für Architektur und Stadtplanung|casinoIT 70174 Stuttgart Geschwister-Scholl

Re: strange arp problem with bge nics

2007-09-01 Thread Tobias Ernst
BIOS, but to no avail. Thanks Regards Tobias -- Universität Stuttgart|Fakultät für Architektur und Stadtplanung|casinoIT 70174 Stuttgart Geschwister-Scholl-Straße 24D T +49 (0)711 121-4228 F +49 (0)711 121-4276 E [EMAIL PROTECTED] I http://www.casino.uni-stuttgart.de

strange arp problem with bge nics

2007-08-31 Thread Tobias Ernst
not with FreeBSD. Regards Tobias -- Universität Stuttgart|Fakultät für Architektur und Stadtplanung|casinoIT 70174 Stuttgart Geschwister-Scholl-Straße 24D T +49 (0)711 121-4228 F +49 (0)711 121-4276 E [EMAIL PROTECTED] I http://www.casino.uni-stuttgart.de

Re: strange arp problem with bge nics

2007-08-31 Thread Tobias Ernst
that there might be other hidden bugs or hardware problems, and I have no use for those in a production machine ... Best regards Tobias -- Universität Stuttgart|Fakultät für Architektur und Stadtplanung|casinoIT 70174 Stuttgart Geschwister-Scholl-Straße 24D T +49 (0)711 121-4228 F +49 (0)711 121

Re: strange arp problem with bge nics

2007-08-31 Thread Tobias Ernst
is live and running, it just does not properly perform ARP up to the point when I either put the interface in promiscuous mode for a while or send some Windows broadcasts. Regards Tobias -- Universität Stuttgart|Fakultät für Architektur und Stadtplanung|casinoIT 70174 Stuttgart Geschwister-Scholl

portsnap from cron

2007-07-29 Thread Tobias Roth
Hi I run a daily portsnap from cron, using the following line: /usr/sbin/portsnap cron update /dev/null 21 ; /usr/local/sbin/portversion -vL= Until recently, I only received a mail when there were ports to upgrade. However, now I get this every day, even when there are no new ports:

Re: portsnap from cron

2007-07-29 Thread Tobias Roth
Garrett Cooper wrote: That's not going to change until portversion changes. The problem is most likely that portsnap touches the file and portversion finds it necessary to update the portsdb. Processing the text from portversion will yield the info you want. Cheers, -Garrett Ohh, now at

Ipod Nano doesn't connect

2007-03-14 Thread Tobias Roth
setting on the Ipod maybe, to make it act like a disk drive? Thanks, Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Ipod Nano doesn't connect

2007-03-14 Thread Tobias Roth
Tobias Roth wrote: Hi I tried connecting my Ipod Nano 8GB via USB to my -STABLE box. No umass or ugen device shows up, nothing happens when I connect it. All the USB stuff is in the kernel, other usb mass devices (cameras, usb sticks) work like a charm. I tried with GENERIC as well, nothing

Re: compress films

2006-08-26 Thread Tobias Roth
many options, one of which is to restrict the maximum size of the output video. Thanks, Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

adding root cert to openssl

2006-04-16 Thread Tobias Roth
is /usr/src/crypto/openssl/certs/. So my question: How to add a certificate to OpenSSL on FreeBSD? Thanks, Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: adding root cert to openssl

2006-04-16 Thread Tobias Roth
On Sun, Apr 16, 2006 at 10:03:03AM -0400, Robert Huff wrote: Tobias Roth writes: I'd like to add a certificate to OpenSSL. The OpenSSL HOWTO mentions OPENSSLDIR, which is /etc/ssl on FreeBSD (for OpenSSL from base). To have OpenSSL recognize a new certificate, it has to be put

Re: Contributing to FreeBSD

2006-02-22 Thread Tobias Roth
/projects/ideas/ and http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributing/index.html for a lot of ideas where to start. greets, Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Looking for a GFX Card Dual DVI

2005-12-11 Thread Tobias Roth
Hi I am looking for a supported graphics card that offers dual-head 1600x1200 with dvi, passively cooled if possible. 3D support must be present, but it doesn't need to be the latest and fastest. I came across the Matrox P650, but unlike models of G550 and below, these seem not directly

Re: Downgrade a port

2005-12-11 Thread Tobias Roth
On Sun, Dec 11, 2005 at 12:18:05PM -0800, Michael C. Shultz wrote: Here is how you can bring all ports back to a prior day: Or even simpler, if you want to only downgrade one port at a time: sysutils/portdowngrade cheers, t. ___

Re: Contents, bootable, etc...

2005-10-21 Thread Tobias Fendin
IgnesAndros wrote: Is the boot-only CD simply for installing? If it functions as a live CD, does it include httpd and webmin? If not to either, can you help me find a BSD-based distro that does? Well, you can do some stuff from the boot-only CD, but not too much... Take a look at FreeSBIE

Should I write bug report?

2005-09-28 Thread Tobias Mohrlüder
privileges), so the latter is perhaps the better option. Perhaps I'm making a fuss about nothing (ugh, this sounds wrong, sorry for my english). I'm not on this list, so please cc me. Bye, Tobias Mohrlüder ___ freebsd-questions@freebsd.org mailing

Re: Configuring sound

2005-09-25 Thread Tobias Fendin
Michał Masłowski wrote: Mixer rec is currently set to 0:0 maybe you should change rec's value to something bigger.. -tobbe ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: where are the missing libraries from the kernel source code

2005-09-20 Thread Tobias Fendin
Alexandru Gabor wrote: [snip] Iwdent HOSSU [snip] #device ppbus # Parallel port bus (required) [snip] The Iwdent seems misspelled. And the comment for ppbus says it's required, so I guess you should not remove it. -tobbe

Re: change mediaopt of NIC to full-duplex

2005-07-25 Thread Tobias Fendin
/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] set the mediaopt in your rc.conf example: ifconfig_xl0=blah blah mediaopt full-duplex -Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: pppOe 1000baseTX config

2005-07-25 Thread Tobias Fendin
Lane wrote: Notice that bge0 media is 10baseT/UTP and re0 is 100baseTX What kind of network cables are you using? UTP stands for unshielded twisted pair, which doesn't work so well with higher bandwidths. I think 1000baseTX requiers CAT6 cables. -Tobias

Re: pppOe 1000baseTX config

2005-07-25 Thread Tobias Fendin
, (and it would not do 1 Gigabit transfers after setting it up with 2 1Gigabit cards between 2 FreeBSD-boxes point-to-point) ..i'd like to know The Truth (TM) now :-) Sorry, I was wrong, 1000baseTX works on CAT5e cabels. -Tobias ___ freebsd-questions

How to remove bootloader from a slice

2005-07-24 Thread Tobias Roth
. That leaves dd, but as I am not sure how to do it correctly, I thought I'd rather ask first. thanks, t. -- Tobias Roth|Berne, Switzerland|http://fsck.ch ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: password expire

2005-07-21 Thread Tobias Fendin
To unsubscribe, send any mail to [EMAIL PROTECTED] pw usermod [name|uid] -p date should do the trick. Check the pw(8) man-page for more details. -Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: password expire

2005-07-21 Thread Tobias Fendin
Gayn Winters wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tobias Fendin Sent: Thursday, July 21, 2005 11:31 AM To: Joe Stuart Cc: freebsd-questions@freebsd.org Subject: Re: password expire Joe Stuart wrote: I have a whole group of users

Re: FreeBSD 5.4 ndis support

2005-07-05 Thread Tobias Tom
. The Interface seems to work now. When I try to use wicontrol it tells me wicontrol: SIOCGWAVELAN: Device not configured. Please tell me that my card will work, too ;o) Thanks for your Help Regards Tobias ___ freebsd-questions@freebsd.org mailing list http

WLAN Access Point without Prism Chip

2005-07-05 Thread Tobias Tom
Hello, I've found inside the manual that currently only Prism Chips are supported to create Access Points in FreeBSD (stable). I that still a valid statement, or is there any unofficial Solution which I could give a try? Thank you for your Help... Regards Tobias

Re: FreeBSD 5.4 ndis support

2005-07-05 Thread Tobias Tom
don't need Windows Drivers on my FreeBSD Box ;o) Thank you anyway! Regards Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

FreeBSD 5.4 ndis support

2005-07-03 Thread Tobias Tom
with this Problem. ;o) Regards Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: sysctl

2005-06-23 Thread Tobias Fendin
? sysctl resides in /sbin. -Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Dell Latitude C640, very hot!

2005-06-22 Thread Tobias Fendin
is usually about 50-60 degrees C. Which I consider i normal, but is it normal for the rest of the devices to be so hot? Is there someone else who has the same problem which I do with a simular computer? -Tobias ___ freebsd-questions

Re: Wine: HEAP_CreateSystemHeap Error

2005-06-15 Thread Tobias Grosser
Hi, have a look in the freebsd-emulation (or however it is called correctly) mailinglist history of the last two months. Someone posted a patch for wine to resolve this issue. Good Look ___ freebsd-questions@freebsd.org mailing list

burncd, eject before read

2005-06-09 Thread Tobias Fendin
Hi folks. I've just burned an iso to a cd successfully. But before I could mount it, I had to eject the cd-tray and then close it, before I could mount it. I got this error message from mount: cd9660: /dev/acd0: Input/output error I wonder if it's a bug or feature. - Tobias

Re: ftp server frustrating

2005-05-31 Thread Tobias Fendin
is that the time settings are overly tight. Why don't you try a mirror site? You can find them in the handbook. -Tobias ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: procfs in 5.4

2005-05-22 Thread Tobias Fendin
Chris Radlinski wrote: I should have procfs. However, my /proc directory is empty. What gives? You have to mount it. Add this line to /etc/fstab: proc/proc procfs rw 0 0 And then run: mount /proc You might also check out the man-page: procfs(9) //Tobias

Re: Working X - Anyone?

2005-05-02 Thread Tobias Fendin
Subhro wrote: Hello Folks, I had been trying to get Xorg 6.8.2 working on a 5.4-STABLE installation. I had compiled Xoeg from an updated ports tree. But while running Xorg -configure it complains that the module pcidata is missing. I have uninstalled and reinstalled Xorg but without any

Re: hostname problem on a local network

2005-05-02 Thread Tobias Fendin
tell me what I'm doing wrong? Bill Though it shouldn't be needed, you could try to set Sambas netbios name. See smb.conf(5) for more details. // Tobias Fendin ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: DHCP using ifconfig doesn't work ...

2005-05-01 Thread Tobias Fendin
that, first ifconfig_wi0 will be set to DHCP, then it will be overwritten and set to ssid GISH mode auto wepmode on wepkey 0x1234567890. You should only have one line with ifconfig_wi0. //Tobias ___ freebsd-questions@freebsd.org mailing list http

Re: Adaptec AAC raid support

2005-03-19 Thread Tobias Weingartner
On Saturday, March 19, Scott Long wrote: Theo de Raadt wrote: Why do you keep discussing the free stuff, and distracting everyone from the non-free bits? Is it because you used to work for Adaptec? Are you paid to distract people from the non-free code? No, but you're paranoid

Re: aac support

2005-03-19 Thread Tobias Weingartner
On Saturday, March 19, Sean Hafeez wrote: There has got to be a better way to work with the vendors in order to get the support we need. It just seem to me that the screw you guys, I am going home stuff just does not work. Other approaches have been tried. Extensively, and for a long

Re: Using FreeBSD disconnected on a notebook

2004-05-03 Thread Tobias Roth
On Mon, May 03, 2004 at 04:04:53PM -0400, Stephen Moriarty wrote: I'm trying to configure FreeBSD on my notebook such that when it's docked at the office, I'm able to take advantage of networked resources - NIS, amd, NFS. When I'm away, I want to selectively, and preferably automatically,

Re: nForce2 Soundstorm on 5.2.1 Release

2004-04-11 Thread Tobias Aigner
not recommend anybody to buy this one. Regards. -- Tobias Aigner ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: dead mouse

2004-04-08 Thread Tobias Aigner
correctly. -- Tobias Aigner ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

looking for usb printer/scanner combo

2004-03-16 Thread Tobias Roth
hi i am looking for a color inkjet printer/scanner/copier combo. it should be cheap, supported under 5.2.1, rather small, have separate, cheaply available ink cartridges. it doesn't need to be fast or have any fancy features. price comes first, then quality. can someone recommend a model that

Disable core dumps

2004-03-07 Thread Tobias Eichert
, in my case the qt assistant. The core file will be in my home directory. There's a way to disable crash dumps by adding the line dumpdev=NO to /etc/rc.conf. Is there something analogue for nomal core dumps? Thanks and best regards, Tobias ___ [EMAIL

Re: Disable core dumps

2004-03-07 Thread Tobias Eichert
On Sunday 07 March 2004 20:30, Craig Reyenga wrote: I think you are looking for the 'kern.coredump' sysctl. Put a line like this in /etc/sysctl.conf: kern.coredump=0 Hope this helps. -Craig Thanks for the hint! That's what I was looking for. Regards, Tobias

Re: DRI troubles with radeon

2004-03-03 Thread Tobias Aigner
attached) Exactly the same here. So now I am trying to rewrite it. I must say it is a very hard thing for me to do. Please let me know if it is working. Let me know if you got anymore ideas. Of course. -- Tobias Aigner ___ [EMAIL PROTECTED] mailing

DRI troubles with radeon

2004-03-02 Thread Tobias Aigner
This problem is obviously caused by my mainboard, because my radeon used to work with my old Gigabyte VIA mainboard. So I'm slowly runnig out of ideas what to do. -- Tobias Aigner ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

Re: DRI troubles with radeon

2004-03-02 Thread Tobias Aigner
really provide Thanks anyway. -- Tobias Aigner ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: UNIONFS Stability

2003-07-19 Thread Tobias Roth
On Fri, Jul 18, 2003 at 11:30:15PM -0700, Rus Foster wrote: Hi All, How stable is unionfs? Reading the man page for mount_unionfs its says that its not. Is that still true or is it better on 5.x? ATM I'm running 4.8 mount -o union is very stable for me. note that this is not quite the same as

Re: dmesg showing wrong frequency (IBM T30)

2003-07-19 Thread Tobias Roth
On Fri, Jul 18, 2003 at 09:48:59PM +0100, Bruce Cran wrote: On Fri, Jul 18, 2003 at 07:24:20PM +0200, Tobias Roth wrote: On Fri, Jul 18, 2003 at 06:22:27PM +0200, Poul-Henning Kamp wrote: What's wrong here is that the BIOS/ACPI firmware in your laptop runs your CPU at a reduced rate

dmesg showing wrong frequency (IBM T30)

2003-07-18 Thread Tobias Roth
Hi On my IBM T30 1.8GHz, dmesg (with both 4.8 and 5.1) shows me this line: CPU: Intel(R) Pentium(R) 4 Mobile CPU 1.8GHz (1196.13-MHz 686-class CPU) Various windows utilities also claim that the cpu identification string marks my cpu as 1.8 GHz unit, while the maximum frequency always gets

Re: dmesg showing wrong frequency (IBM T30)

2003-07-18 Thread Tobias Roth
On Fri, Jul 18, 2003 at 05:17:20PM +0300, Vitali Djatsuk wrote: Nothing is wrong. This is a thermal protection mode that use P 4 Molbile processors, this means that when there is nothing to do the processor works at 1,2Ghz according to your cpu, try to do some workout for youer system, then

Re: dmesg showing wrong frequency (IBM T30)

2003-07-18 Thread Tobias Roth
On Fri, Jul 18, 2003 at 08:07:56AM -0700, Kevin Oberman wrote: Were you on AC or battery when you booted? It seems that the T30 (and many other laptops from multiple vendors) does not change the CPU speed when APM/ACPI from FreeBSD tells it to. If I boot on battery, my system stays at 1.2

Re: make depend is failing

2003-07-18 Thread Tobias Roth
On Fri, Jul 18, 2003 at 09:58:17AM -0700, Chad Lauterbach wrote: I'm receiving the following error when trying to do a make depend on my new kernel. I'm running FreeBSD 4.8-RELEASE and I installed the kernel source from the same cd I installed from. ../../dev/fxp/if_fxp.c:81: miibus_if.h:

Re: dmesg showing wrong frequency (IBM T30)

2003-07-18 Thread Tobias Roth
On Fri, Jul 18, 2003 at 06:22:27PM +0200, Poul-Henning Kamp wrote: What's wrong here is that the BIOS/ACPI firmware in your laptop runs your CPU at a reduced rate in order to make the battery last longer. it should NOT do this. I set the bios to disable speedstep and to 'max performance' while

Re: dmesg showing wrong frequency (IBM T30)

2003-07-18 Thread Tobias Roth
On Fri, Jul 18, 2003 at 09:01:51AM -0700, Kevin Oberman wrote: i was on AC all the time. i tried all combinations in the bios (speedstep on/off, max performance setting, ...), always the same. I watch my CPU speed with the gkx86info plug-in for gkrellm. At this time the plug-in in ports is

getting arp cache entry reliably

2003-07-15 Thread Tobias Roth
Hi i have the following task to do: i need to get the mac adress of my first upstream router (i.e my default router). there are a number of constraints, however: 1) detection has to be as fast as possible, but 100% reliable 2) i can only use tools from /bin and /sbin, nothing from under /usr.

Re: Can I Set Process Name?

2003-07-08 Thread Tobias Grosser
On Tue, 8 Jul 2003 08:26:45 -0700 Drew Tomlinson [EMAIL PROTECTED] wrote: Is there something really easy I'm missing? If it's complicated I'm Try to write a semicolon at the end of the line. #!/usr/bin/perl # A very simple perl web server used by Webmin $0='webmin'; # Require basic

  1   2   >