Re: Tweetless

2012-07-03 Thread Tobias Rehbein
Am Tue, Jul 03, 2012 at 01:04:07AM -0500 schrieb Lars Eighner: Call me crazy, but it seems that since the perl bump (5.12 - threaded-5.16) when firefox (13.0.1,1) got rebuilt, it seems twitter pages do not fully load, give me the slow loading banner, and the page (not browser or X) freezes,

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

2011-07-07 Thread Tobias Rehbein
Hi list, being the maintainer of www/nanoblogger, which uses cal(1) to generate the blog calendar, I noticed that ncal(1), and therefore cal(1), prints control sequences to stdout in order to highlight the current date. This scrambles the calendar generated by nanoblogger. I fixed this issue in

vidcontrol / vesa mode regression in 8.1-RELEASE

2010-07-30 Thread Tobias Rehbein
Hi list. I just upgraded my laptop to FreeBSD 8.1 and this time it's the first time I actually have a regression: I can't switch my console to high resolution using vidcontrol or allscreen_flags in rc.conf. My kernel configuration contains VESA and SC_PIXEL_MODE: t...@sushi

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

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
Am Thu, Mar 26, 2009 at 10:11:28PM + schrieb Bruce Cran: sysopen certainly works on FreeBSD: perl use POSIX; sysopen(CD,/dev/acd0, O_RDONLY|O_NONBLOCK) || perror(sysopen) and before I fixed the permissions: perl use POSIX; sysopen(CD,/dev/acd0, O_RDONLY|O_NONBLOCK) ||

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

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

[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