Problem with: OSPF thru netgraph & Gif Tunnels

2005-04-24 Thread Chris Bose
Hi All, I’m trying to setup a network between two locations over a WAN and I’m running into a wall when I try to get OSPF to talk over my WAN tunnel. I’ve realized that I’m not smart enough and need your help. The problem is as follows: My network consists of the following: Site A con

Re: region code in cdrecord

2005-04-24 Thread Daniel O'Connor
On Mon, 25 Apr 2005 03:40, Chuck Robey wrote: > k3b is just great at copying the disk. I understand that k3b really > uses either cdrecord or cdrdao to burn the disk, so if I could convince > the disk that I am region 1, I would be in fat city. I spent quite a > long time reading the docs on cdre

Re: region code in cdrecord

2005-04-24 Thread Ajurna
On 4/24/05, Chuck Robey <[EMAIL PROTECTED]> wrote: > > Tim Kientzle wrote: > > Dag-Erling Smørgrav wrote: > > > >> Chuck Robey <[EMAIL PROTECTED]> writes: > >> > >>> ... converting a region==2 dvd to a region==1 > >>> dvd (Britain to US). I have a dvd taht you can't buy in the US, > >>> I've tried

Re: region code in cdrecord

2005-04-24 Thread Chuck Robey
Tim Kientzle wrote: Dag-Erling Smørgrav wrote: Chuck Robey <[EMAIL PROTECTED]> writes: ... converting a region==2 dvd to a region==1 dvd (Britain to US). I have a dvd taht you can't buy in the US, I've tried, and the British won't sell it in region code 1 ... Just unlock your player. Google shou

Re: region code in cdrecord

2005-04-24 Thread Chuck Robey
Tim Kientzle wrote: Dag-Erling Smørgrav wrote: Tim Kientzle <[EMAIL PROTECTED]> writes: With cheap DVD players down to about $50, just buy another player and set it to Region 2. Uhm, why would you rather have two players locked to different regions than a single unlocked player? I wouldn'

Re: region code in cdrecord

2005-04-24 Thread Chuck Robey
Tim Kientzle wrote: >>I may be completely off base here (no experience with making DVDs >>other than as enormous CDR's for backup), but does it need to be >>region coded at all? Even region-locked players should be able to >>play a dvd with no region code. I think 'no region code' might >>act

Re: region code in cdrecord

2005-04-24 Thread Tim Kientzle
Dag-Erling Smørgrav wrote: Tim Kientzle <[EMAIL PROTECTED]> writes: With cheap DVD players down to about $50, just buy another player and set it to Region 2. Uhm, why would you rather have two players locked to different regions than a single unlocked player? I wouldn't "rather", but I t

Re: region code in cdrecord

2005-04-24 Thread Dag-Erling Smørgrav
Tim Kientzle <[EMAIL PROTECTED]> writes: > With cheap DVD players down to about $50, just buy another > player and set it to Region 2. Uhm, why would you rather have two players locked to different regions than a single unlocked player? DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED]

Re: region code in cdrecord

2005-04-24 Thread Tim Kientzle
Dag-Erling Smørgrav wrote: Chuck Robey <[EMAIL PROTECTED]> writes: ... converting a region==2 dvd to a region==1 dvd (Britain to US). I have a dvd taht you can't buy in the US, I've tried, and the British won't sell it in region code 1 ... Just unlock your player. Google should provide you with t

Re: about execute assembly exapmles under freebsd

2005-04-24 Thread Tetsuji \"Maverick\" Rai
I refined my code to make the binary shorter. Your code is in Linux system call convention (ie, arguments are in eax,ebx,ecx...), however in FreeBSD by default arguments must be pushed in the stack. -t.s- .section .data output: .ascii "The processor Vendor ID is ''\

Re: region code in cdrecord

2005-04-24 Thread Scott Mitchell
On Sun, Apr 24, 2005 at 11:48:42AM +0930, Daniel O'Connor wrote: > On Sun, 24 Apr 2005 09:59, Chuck Robey wrote: > > > Now, I want to go for broke, and try for the one I've been after for > > > years, which is converting a region==2 dvd to a region==1 dvd (Britain > > > to US). I have a dvd taht

about execute assembly exapmles under freebsd

2005-04-24 Thread HHCHANG
Hi, I couldn't execute assembly example under freebsd . The environment and tools I used were (in IBM X31 box): 1. bash-2.05b# uname -a FreeBSD sexbear.localhost 5.3-STABLE FreeBSD 5.3-STABLE #3: Sun Feb 20 21:55:06 UTC 2005[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SEXBEAR??i386 2. bash-2.05b# a

Problem ssh to jail

2005-04-24 Thread Kaspars
Hi, I don`t know is I write to right mail list, but my problem is with FreeBSD 5.4 RC3 just updated, not relised yet. I wanted to try it to set up jail. I followed instrucion in man and in http://lists.freebsd.org/pipermail/freebsd-doc/2004-June/004463.html but still I can ssh to jail. My set

Re: sshd dieing? after applying FreeBSD-SA-03:12.openssh

2005-04-24 Thread Devon Sean McCullough
Date: Sat, 23 Apr 2005 00:11:19 -0400 From: Lucas Holt <[EMAIL PROTECTED]> As I recall there is an option in the openssh config file in recent versions to disable DNS lookups. Thank you for pointing that out! FreeBSD-5.3 supports workaround # sshd -o UseDNS=no but older servers do n

Re: region code in cdrecord

2005-04-24 Thread Dag-Erling Smørgrav
Chuck Robey <[EMAIL PROTECTED]> writes: > I am really doing rather well here; I got dvd copying to work via > 'k3b'. Now, I want to go for broke, and try for the one I've been > after for years, which is converting a region==2 dvd to a region==1 > dvd (Britain to US). I have a dvd taht you can't

Re: imminent disk failure ?

2005-04-24 Thread Ed Stover
Forgive my top post SMART tools are in ports /usr/ports/sysutils/smartmontools I would also try going into single user mode and running fsck on the drive. If that presents unrepairable errors then try low level tools from your drive's manufacturer. I have brought many of drives back long enough t

Re: region code in cdrecord

2005-04-24 Thread Daniel O'Connor
On Sun, 24 Apr 2005 19:37, Scott Mitchell wrote: > I may be completely off base here (no experience with making DVDs other > than as enormous CDR's for backup), but does it need to be region coded at > all? Even region-locked players should be able to play a dvd with no > region code. I think 'no

Re: about execute assembly exapmles under freebsd

2005-04-24 Thread Ryan Sommers
Something else than can be useful is to use inline assembly and the -S switch for GCC (gcc -S sourcefile, produces sourcesfile.s which is the assembly that would have been sent to gas if you had specified -o). Inline assembly example: ([EMAIL PROTECTED])~:cat test.c int main() { int input=0; void *

Re: about execute assembly exapmles under freebsd

2005-04-24 Thread Tetsuji \"Maverick\" Rai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tetsuji "Maverick" Rai wrote: > HHCHANG wrote: > >> Hi, I couldn't execute assembly example under freebsd . The >> environment and tools I used were (in IBM X31 box): 1. >> bash-2.05b# uname -a FreeBSD sexbear.localhost 5.3-STABLE FreeBSD >> 5.3-STAB

Re: about execute assembly exapmles under freebsd

2005-04-24 Thread Tetsuji \"Maverick\" Rai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 HHCHANG wrote: > Hi, I couldn't execute assembly example under freebsd . The > environment and tools I used were (in IBM X31 box): 1. bash-2.05b# > uname -a FreeBSD sexbear.localhost 5.3-STABLE FreeBSD 5.3-STABLE > #3: Sun Feb 20 21:55:06 UTC 2005 >

Re: region code in cdrecord

2005-04-24 Thread Scott Mitchell
On Sun, Apr 24, 2005 at 11:48:42AM +0930, Daniel O'Connor wrote: > On Sun, 24 Apr 2005 09:59, Chuck Robey wrote: > > > Now, I want to go for broke, and try for the one I've been after for > > > years, which is converting a region==2 dvd to a region==1 dvd (Britain > > > to US). I have a dvd taht

about execute assembly exapmles under freebsd

2005-04-24 Thread HHCHANG
Hi, I couldn't execute assembly example under freebsd . The environment and tools I used were (in IBM X31 box): 1. bash-2.05b# uname -a FreeBSD sexbear.localhost 5.3-STABLE FreeBSD 5.3-STABLE #3: Sun Feb 20 21:55:06 UTC 2005[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SEXBEAR??i386 2. bash-2.05b# a