Re: Bandwidth Troubleshooting

2006-05-17 Thread Gunter Wambaugh

On May 17, 2006, at 8:01 PM, Mike Tancsa wrote:


At 08:47 PM 17/05/2006, Gunter Wambaugh wrote:
On Mon, 15 May 2006 20:13:05 -0500, in  
sentex.lists.freebsd.questions

you wrote:


media: Ethernet 100baseTX 


This looks like you have it set to 100-FD *Manual*.  Try
ifconfig fxp0 media autoselect




What kind of switch do you have your NIC plugged into ?

What is the output of
netstat -ni
and
sysctl -a | grep flight

---Mike
$ netstat -ni

NameMtu Network   Address  Ipkts IerrsOpkts
Oerrs  Coll
fxp0   1500   00:06:29:de:51:ab 44071780  1735
52399432 0 0
fxp0   1500 fe80:1::206:2 fe80:1::206:29ff:0 -
3 - -
fxp0   1500 192.168.1 192.168.1.106 44029897 -

This box is plugged into my Linksys Wireless router.  I don't think
it's the router as other boxes connected to it seem unaffected.  I
tried swapping the network cable and the port on the router, but
Ierrs increased.  Bad network card?  Misconfigured network card/ 
driver?



It looks like a duplex mismatch.  Change your duplex settings to  
auto and see how things go from there.


---Mike

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


AHA!

That worked.

The sad thing is that I read somewhere (probably on this list) that  
*forcing* 100 would
_increase_ performance because there wouldn't be any auto  
negotiating.   I added it to
my rc.conf, but later I decided that it didn't help any so I ran  
ifconfig fxp0 media autoselect,
but failed to change my rc.conf back!  Now I have learned that not  
only did it not improve performance, it seriously

 crippled it.  Thanks for helping me track that down.

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


Re: Bandwidth Troubleshooting

2006-05-17 Thread Gunter Wambaugh

On Mon, 15 May 2006 20:13:05 -0500, in sentex.lists.freebsd.questions
you wrote:


media: Ethernet 100baseTX 


What kind of switch do you have your NIC plugged into ?

What is the output of
netstat -ni
and
sysctl -a | grep flight

---Mike

Mike Tancsa, Sentex communications http://www.sentex.net
Providing Internet Access since 1994
[EMAIL PROTECTED], (http://www.tancsa.com)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions- 
[EMAIL PROTECTED]"


$ netstat -ni
NameMtu Network   Address  Ipkts IerrsOpkts  
Oerrs  Coll
fxp0   1500   00:06:29:de:51:ab 44071780  1735  
52399432 0 0
fxp0   1500 fe80:1::206:2 fe80:1::206:29ff:0 - 
3 - -
fxp0   1500 192.168.1 192.168.1.106 44029897 -  
52370049 - -
fxp1*  1500   00:06:29:de:51:aa0 0 
0 0 0
lo0   16384   299664 0
299664 0 0
lo0   16384 ::1/128   ::1817 -   
817 - -
lo0   16384 fe80:3::1/64  fe80:3::10 - 
0 - -
lo0   16384 127   127.0.0.1   298847 -
298847 - -


$ sysctl -a | grep flight
net.local.inflight: 0
net.inet.tcp.local_slowstart_flightsize: 4
net.inet.tcp.slowstart_flightsize: 1
net.inet.tcp.inflight.stab: 20
net.inet.tcp.inflight.max: 1073725440
net.inet.tcp.inflight.min: 6144
net.inet.tcp.inflight.debug: 0
net.inet.tcp.inflight.enable: 1

This box is plugged into my Linksys Wireless router.  I don't think  
it's the router as other boxes connected to it seem unaffected.  I  
tried swapping the network cable and the port on the router, but  
Ierrs increased.  Bad network card?  Misconfigured network card/driver?


Thanks for your help.
 
 
___

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


Bandwidth Troubleshooting

2006-05-15 Thread Gunter Wambaugh
I have been having this off and on problem with my FreeBSD server for  
some time now, and I haven't been able to track down the cause.   
Bottom line:  network throughput between local boxes is around 200KB/ 
s on a 100MBs network.  This will last for a few hours and then  
quietly return to the ~2MB/s I am used to.  (Speed according to  
scp).  I have used netstat -anf inet, sockstat -4, ps auxww, and top  
to see what is running, but I see nothing obvious.  I do see the  
occasional


fxp0: link state changed to DOWN
fxp0: link state changed to UP

in my dmesg.  Anyone have any suggestions on how to track this thing  
down?


uname -a
FreeBSD gorgoroth.six-two.net 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Sat  
Feb 25 11:25:33 CST 2006 [EMAIL PROTECTED]:/usr/obj/usr/ 
src/sys/OPTIMIZED  i386



ifconfig
fxp0: flags=8843 mtu 1500
options=8
inet6 fe80::206:29ff:fede:51ab%fxp0 prefixlen 64 scopeid 0x1
inet 192.168.1.106 netmask 0xff00 broadcast 192.168.1.255
ether 00:06:29:de:51:ab
media: Ethernet 100baseTX 
status: active
fxp1: flags=8802 mtu 1500
options=8
ether 00:06:29:de:51:aa
media: Ethernet autoselect (none)
status: no carrier
lo0: flags=8049 mtu 16384
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet 127.0.0.1 netmask 0xff00
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FTP Automate Shell Script

2006-01-31 Thread Gunter Wambaugh
I have a ftp script that copies files from a solaris box to an  
as400.  Maybe it will work on FreeBSD. (?)


nsaFtp.sh:
ftp -in < nsaFtpCmds Joppa 21

nsaFtpCmds:
user USERNAME PASSWORD
cd /QDLS/MM4R5FLR/00500
lcd data
mput SYB*
dir
quit

On Jan 29, 2006, at 9:45 PM, Angelo Christou wrote:


Hello. I am using FreeBSD 6.0 and Bash as my shell. I
am following a tutorial to create a shell script to
copy some files. It works perectly exept for 2 points.

Here is the article -

http://www.quepublishing.com/articles/printerfriendly.asp?p=170517

Here is the script -

#!/bin/sh

temp="/tmp/$(basename $0).$$" ; trap "/bin/rm -f
$temp" 0
targetdir="remote-dir"
remote="laptop.intuitive.com"

echo "taylor" > $temp
echo "cd $targetdir" >> $temp

for file in *
do
 if [ -f $file ] ; then
  echo "put $file $file" >> $temp
 else
  echo "skipping $file: not a file." >&2
 fi
done

echo "quit" >> $temp

ftp $remote < $temp

exit 0

One problem is that the password must be entered
manually, I have spent a good part of the day
experimenting but can't seem to automate this. Can the
password be entered using the script?

The other problem is that it copies the actual file.
What command would I look at to copy only images
(.jpg) for example?

Thanks in advance.
Ang.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions- 
[EMAIL PROTECTED]"


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


java on sparc64

2006-01-07 Thread Gunter Wambaugh

Is there any way to get java on sparc64?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: pptpclient problem

2005-10-16 Thread Gunter Wambaugh
No.  I _wasted_ so much time trying to figure this out... I have  
given up for the time being.  (I use my iBook).


On Oct 15, 2005, at 5:01 PM, Mike Vidal wrote:


Did you ever get pptp working?  I'm having the same issue I think.

Gunter Wambaugh wrote:


I am having trouble connecting to my work VPN from my freebsd box.  I
seem to be authenticating okay, but I can't ping/ssh any of the boxes
at work using hostnames or ips.  I have been able to connect from by
ibook (Running OSX Tiger), so I am confident that its not a router/
firewall or credentials issue.  Could someone please, please throw me
a bone?  My Gentoo friends are starting to laugh at me because they
got it working with "no problems".  The VPN server is using MPPE and
MPPC.

My ppp.conf with some changes to protect the lame:
WORK:
set authname gwambau
set authkey SNIPPED
set timeout 0
set ifaddr 0 0
add 192.168.2.0/24 HISADDR
alias enable yes
disable ipv6cp

pptp WORK.COM WORK

ifconfig:
tun1: flags=8010 mtu 1500
 inet 192.168.2.230 --> 192.168.2.6 netmask 0x

leLast login: Thu Sep  8 20:45:21 on ttyp2
Welcome to Darwin!
s$ ssh isengard.six-two.net less pptp.txt
Enter passphrase for key '/Users/gunter/.ssh/id_dsa':
[ppp.conf]
lifeway:
set authname gwambau
set authkey SNIPPED
set timeout 0
set ifaddr 0 0
add 192.168.2.0/24 HISADDR
alias enable yes
disable ipv6cp

[pptp]
pptp WORK.COM WORK

[ifconfig]
tun1: flags=8010 mtu 1500
 inet 192.168.2.230 --> 192.168.2.6 netmask 0x

[daemon.log]
Sep 10 11:50:18 isengard pptp[929]: anon log[main:pptp.c:243]: The
synchronous pptp option is NOT activated
Sep 10 11:50:18 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c:
243]: Sent control packet type is 1 'Start-Control-Connection- 
Request'

Sep 10 11:50:18 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c:
721]: Received Start Control Connection Reply
Sep 10 11:50:18 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c:
755]: Client connection established.
Sep 10 11:50:19 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c:
243]: Sent control packet type is 7 'Outgoing-Call-Request'
Sep 10 11:50:19 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c:
841]: Received Outgoing Call Reply.
Sep 10 11:50:19 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c:
880]: Outgoing call established (call ID 0, peer's call ID 19).
Sep 10 11:50:20 isengard ppp[929]: Phase: Using interface: tun1
Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: Created in closed
state
Sep 10 11:50:20 isengard ppp[929]: Warning: The alias command is
deprecated
Sep 10 11:50:20 isengard ppp[929]: Phase: PPP Started (direct mode).
Sep 10 11:50:20 isengard ppp[929]: Phase: bundle: Establish
Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: closed -> opening
Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: Connected!
Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: opening -> carrier
Sep 10 11:50:21 isengard ppp[929]: Phase: deflink: carrier -> lcp
Sep 10 11:50:22 isengard pptp[933]: anon log[decaps_gre:pptp_gre.c:
395]: discarding duplicate or old packet 1 (expecting 3)
Sep 10 11:50:25 isengard ppp[929]: Phase: bundle: Authenticate
Sep 10 11:50:25 isengard ppp[929]: Phase: deflink: his = CHAP 0x81,
mine = none
Sep 10 11:50:25 isengard ppp[929]: Phase: Chap Input: CHALLENGE (16
bytes from watchguard)
Sep 10 11:50:25 isengard ppp[929]: Phase: Chap Output: RESPONSE
(gwambau)
Sep 10 11:50:26 isengard ppp[929]: Phase: Chap Input: SUCCESS
(S=C8136D3178689C6C3AA34D5FCE2EA8344262A4EF)
Sep 10 11:50:26 isengard ppp[929]: Phase: deflink: lcp -> open
Sep 10 11:50:26 isengard ppp[929]: Phase: bundle: Network
Sep 10 11:50:27 isengard pptp[933]: anon log[decaps_gre:pptp_gre.c:
404]: buffering packet 9 (expecting 8, lost or reordered)
Sep 10 11:50:27 isengard ppp[929]: Warning: ff02:5::/32: Change route
failed: errno: Network is unreachable
Sep 10 11:50:27 isengard ppp[929]: Warning: ff02:5::/32: Change route
failed: errno: Network is unreachable
Sep 10 11:51:19 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c:
243]: Sent control packet type is 5 'Echo-Request'
Sep 10 11:51:19 isengard pptp[932]: anon log[logecho:pptp_ctrl.c:
659]: Echo Reply received.
Sep 10 11:51:38 isengard ppp[929]: Phase: Caught signal 2, abort
connection(s)
Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: open -> lcp
Sep 10 11:51:38 isengard pptp[932]: anon log
[callmgr_main:pptp_callmgr.c:249]: Closing connection
Sep 10 11:51:38 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c:
243]: Sent control packet type is 12 'Call-Clear-Request'
Sep 10 11:51:38 isengard ppp[929]: Warning: ff02:5::/32: Change route
failed: errno: Network is unreachable
Sep 10 11:51:38 isengard ppp[929]: Phase: bundle: Terminate
Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: Disconnected!
Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: Connect time: 78
secs: 440 octets in, 479 octets out
Sep 10 11:51:38 isengard 

Re: tunefs problem

2005-10-08 Thread Gunter Wambaugh
Look at the output from fsck.  It very clearly tells you that it  
found problems, but didn't fix them (probably because the partition  
is mounted).  Notice the following lines:

** /dev/ad2s1a (NO WRITE)
and
CLEAR? no

Boot to single user mode and try it again.

Also, if you add fsck_y_enable="YES" to rc.conf these should be fixed  
automatically at boot (IIRC).


HTH

On Oct 8, 2005, at 2:32 AM, Sasa Stupar wrote:




--On 8. oktober 2005 0:20 -0700 David Kirchner <[EMAIL PROTECTED]> wrote:



On 10/8/05, Sasa Stupar <[EMAIL PROTECTED]> wrote:

I am trying to enable tunefs for my filesystem but I get the  
following:

-
# tunefs -n enable /
tunefs: soft updates cannot be enabled until fsck is run
tunefs: /dev/ad2s1a: failed to write superblock
-

But AFAIK fsck is not running.

What am I missing here?

Regards,
Sasa



It means that you need to run fsck on the partition before you can
enable softupdates. Something like "fsck -y /" will do it.



I have done it but:
---
# fsck -y /
** /dev/ad2s1a (NO WRITE)
** Last Mounted on /
** Root file system
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3 - Check Connectivity
** Phase 4 - Check Reference Counts
UNREF FILE I=1719827  OWNER=mysql MODE=100600
SIZE=0 MTIME=Oct  6 12:19 2005
CLEAR? no

UNREF FILE I=1719847  OWNER=mysql MODE=100600
SIZE=0 MTIME=Oct  6 12:19 2005
CLEAR? no

UNREF FILE I=1719855  OWNER=mysql MODE=100600
SIZE=0 MTIME=Oct  6 12:19 2005
CLEAR? no

** Phase 5 - Check Cyl groups
405241 files, 14013004 used, 4821771 free (72987 frags, 593598  
blocks, 0.4% fragmentation)

mig29# tunefs -n enable /
tunefs: soft updates cannot be enabled until fsck is run
tunefs: /dev/ad2s1a: failed to write superblock


Still the same issue.
Anything else should I do?

Regards,
Sasa




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


Re: Changing Console Video Modes

2005-09-19 Thread Gunter Wambaugh
I haven't kept up with the responses, so I apologize if this is  
duplicate info.  I don't think 1024x768 is possible for FreeBSD < 6.

My /etc/rc.conf has:
font8x16="m.fnt"
allscreens_flags="132x25"
And that yields a decent screen (Not as good as what we get in GNU/ 
Linux mind you).  The m.fnt is from slackware (I think).  And I think  
your kernel needs

options VESA
options SC_PIXEL_MODE
for this to work.

I don't recall where I found this script--maybe it would be of some  
use to you.

http://www.six-two.net/~gunter/vc.sh

I use bash as my shell and put an alias to ls for colors.
~/.bashrc:
alias ls='ls -FG'

On Sep 18, 2005, at 1:06 PM, Harout S. Hedeshian wrote:


Users,

This is my first time on this list so I hope I am  
posting in the
right place. I have been a Linux user for some time and I am trying  
out

FreeBSD as some people recommended it. In my previous Mandrake (now
Mandriva) Linux system, I could pass a kernel parameter in the LILO
configuration file to set the console video mode (like "vga=xxx").  
I ran it
at 1024x768 and sometimes 1280x1024 (depending on the computer) to  
allow
more text on the console. I am trying to do the same for my FreeBSD  
system.

A quick Google search brought up this tutorial:
http://www.mostgraveconcern.com/freebsd/. But, I'm not sure it does  
what I
want. It takes parameters in terms of character-cell dimensions and  
not
pixel dimensions. My question is, how do you tell the kernel to use  
1024x768
as the video mode without having to deal with fonts? Is there an  
easy way to

do it, or am I crazy to even ask?



Oh, and one more thing, in Linux, the console is colorful. For  
example, if
you type "ls", directories are blue, executables are green,  
symlinks are
teal etc. Is there a way to make the console (or at least ls)  
colorful in

FreeBSD?



Thanks,

Harout Hedeshian






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


pptp microsoft vpn

2005-09-12 Thread Gunter Wambaugh
I am sending this again because I haven't gotten any responses.  I  
refuse to believe that everyone on this mailing list has the good  
fortune of NOT using M$ VPNs.  Someone out there is just as unlucky  
as I am.  All I am asking for is an example ppp.conf, or  
alternative.  It doesn't have to be explained or annotated.  Like I  
said previously: Throw me a freakin' bone here!



I am having trouble connecting to my work VPN from my freebsd box.   
I seem to be authenticating okay, but I can't ping/ssh any of the  
boxes at work using hostnames or ips.  I have been able to connect  
from by ibook (Running OSX Tiger), so I am confident that its not a  
router/firewall or credentials issue.  Could someone please, please  
throw me a bone?  My Gentoo friends are starting to laugh at me  
because they got it working with "no problems".  The VPN server is  
using MPPE and MPPC.


My ppp.conf with some changes to protect the lame:
WORK:
set authname gwambau
set authkey SNIPPED
set timeout 0
set ifaddr 0 0
add 192.168.2.0/24 HISADDR
alias enable yes
disable ipv6cp

pptp WORK.COM WORK

ifconfig:
tun1: flags=8010 mtu 1500
inet 192.168.2.230 --> 192.168.2.6 netmask 0x

daemon.log:
Sep 10 11:50:25 isengard ppp[929]: Phase: deflink: his = CHAP 0x81,  
mine = none
Sep 10 11:50:25 isengard ppp[929]: Phase: Chap Input: CHALLENGE (16  
bytes from watchguard)
Sep 10 11:50:25 isengard ppp[929]: Phase: Chap Output: RESPONSE  
(gwambau)
Sep 10 11:50:26 isengard ppp[929]: Phase: Chap Input: SUCCESS  
(S=C8136D3178689C6C3AA34D5FCE2EA8344262A4EF)

Sep 10 11:50:26 isengard ppp[929]: Phase: deflink: lcp -> open
Sep 10 11:50:26 isengard ppp[929]: Phase: bundle: Network
Sep 10 11:50:27 isengard pptp[933]: anon log[decaps_gre:pptp_gre.c: 
404]: buffering packet 9 (expecting 8, lost or reordered)
Sep 10 11:50:27 isengard ppp[929]: Warning: ff02:5::/32: Change  
route failed: errno: Network is unreachable
Sep 10 11:50:27 isengard ppp[929]: Warning: ff02:5::/32: Change  
route failed: errno: Network is unreachable


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


Re: grab video and sound bktr

2005-09-12 Thread Gunter Wambaugh
Ok, so I confirmed that the sound from my tv card is fed into the  
line in on my sound card.  I set the recording source to line and  
adjusted the volume levels so that my mixer looks is thus:

Recording source: line
Mixer vol  is currently set to  50:50
Mixer pcm  is currently set to  51:51
Mixer speaker  is currently set to  75:75
Mixer line is currently set to 100:100
Mixer mic  is currently set to   0:0
Mixer cd   is currently set to  75:75
Mixer rec  is currently set to 100:100
Mixer ogainis currently set to  50:50
Mixer line1is currently set to 100:100
Mixer phin is currently set to   0:0
Mixer phoutis currently set to   0:0
Mixer videois currently set to  75:75

With that, I can run motv and use sox to grab the audio from the  
VHS.  But that still doesn't help me get both streams.  I have tried  
transcode and nuvrec (as root) with absolutely NO AUDIO.  I can't be  
the only one that has done this before!  Just show me a working cmd,  
or point me to a mailing list where someone might actually  
knowPLEASE.


On Sep 11, 2005, at 2:17 PM, Roshan wrote:


On 9/10/05, Gunter Wambaugh <[EMAIL PROTECTED]> wrote:


I have taken on the task of converting my Father's old VHS tapes to
DVD.   I have connected my VCR to my Hauppauge card.  I can watch a
tape and hear sound with fxtv, but when I try to record with nuvrec,
ffmpeg, or transcode, I get no sound whatsoever.  I have tried
several variations of each command (as root too).  I have googled and
I have searched the mailing lists but nothing helps.  Can someone
here help me out?

FreeBSD 5.4-RELEASE-p7 #1: Sat Sep 10 10:34:31 CDT 2005

bktr0:  mem 0x8610-0x86100fff irq 17 at device 9.0
on pci0
bktr0: Hauppauge Model 44371 D123
bktr0: Detected a MSP3435G-B6 at 0x80
bktr0: Hauppauge WinCast/TV, Philips FR1236 NTSC FM tuner, msp3400c
stereo, remote control.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions- 
[EMAIL PROTECTED]"





Do you have a direct cable that connects your sound card to your
tv-card ?  If this is the case, the sound is just mere analog data
that goes out of the grabber card to the sound card, which means the
processor has nothing to do with sound. The system knows nothing about
the sound stream.
have a look at the wiring inside your pc to confirm that.
R



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


grab video and sound bktr

2005-09-10 Thread Gunter Wambaugh
I have taken on the task of converting my Father's old VHS tapes to  
DVD.   I have connected my VCR to my Hauppauge card.  I can watch a  
tape and hear sound with fxtv, but when I try to record with nuvrec,  
ffmpeg, or transcode, I get no sound whatsoever.  I have tried  
several variations of each command (as root too).  I have googled and  
I have searched the mailing lists but nothing helps.  Can someone  
here help me out?


FreeBSD 5.4-RELEASE-p7 #1: Sat Sep 10 10:34:31 CDT 2005

bktr0:  mem 0x8610-0x86100fff irq 17 at device 9.0  
on pci0

bktr0: Hauppauge Model 44371 D123
bktr0: Detected a MSP3435G-B6 at 0x80
bktr0: Hauppauge WinCast/TV, Philips FR1236 NTSC FM tuner, msp3400c  
stereo, remote control.

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


pptpclient problem

2005-09-10 Thread Gunter Wambaugh
I am having trouble connecting to my work VPN from my freebsd box.  I  
seem to be authenticating okay, but I can't ping/ssh any of the boxes  
at work using hostnames or ips.  I have been able to connect from by  
ibook (Running OSX Tiger), so I am confident that its not a router/ 
firewall or credentials issue.  Could someone please, please throw me  
a bone?  My Gentoo friends are starting to laugh at me because they  
got it working with "no problems".  The VPN server is using MPPE and  
MPPC.


My ppp.conf with some changes to protect the lame:
WORK:
set authname gwambau
set authkey SNIPPED
set timeout 0
set ifaddr 0 0
add 192.168.2.0/24 HISADDR
alias enable yes
disable ipv6cp

pptp WORK.COM WORK

ifconfig:
tun1: flags=8010 mtu 1500
inet 192.168.2.230 --> 192.168.2.6 netmask 0x

leLast login: Thu Sep  8 20:45:21 on ttyp2
Welcome to Darwin!
s$ ssh isengard.six-two.net less pptp.txt
Enter passphrase for key '/Users/gunter/.ssh/id_dsa':
[ppp.conf]
lifeway:
set authname gwambau
set authkey SNIPPED
set timeout 0
set ifaddr 0 0
add 192.168.2.0/24 HISADDR
alias enable yes
disable ipv6cp

[pptp]
pptp WORK.COM WORK

[ifconfig]
tun1: flags=8010 mtu 1500
inet 192.168.2.230 --> 192.168.2.6 netmask 0x

[daemon.log]
Sep 10 11:50:18 isengard pptp[929]: anon log[main:pptp.c:243]: The  
synchronous pptp option is NOT activated
Sep 10 11:50:18 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c: 
243]: Sent control packet type is 1 'Start-Control-Connection-Request'
Sep 10 11:50:18 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c: 
721]: Received Start Control Connection Reply
Sep 10 11:50:18 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c: 
755]: Client connection established.
Sep 10 11:50:19 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c: 
243]: Sent control packet type is 7 'Outgoing-Call-Request'
Sep 10 11:50:19 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c: 
841]: Received Outgoing Call Reply.
Sep 10 11:50:19 isengard pptp[932]: anon log[ctrlp_disp:pptp_ctrl.c: 
880]: Outgoing call established (call ID 0, peer's call ID 19).

Sep 10 11:50:20 isengard ppp[929]: Phase: Using interface: tun1
Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: Created in closed  
state
Sep 10 11:50:20 isengard ppp[929]: Warning: The alias command is  
deprecated

Sep 10 11:50:20 isengard ppp[929]: Phase: PPP Started (direct mode).
Sep 10 11:50:20 isengard ppp[929]: Phase: bundle: Establish
Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: closed -> opening
Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: Connected!
Sep 10 11:50:20 isengard ppp[929]: Phase: deflink: opening -> carrier
Sep 10 11:50:21 isengard ppp[929]: Phase: deflink: carrier -> lcp
Sep 10 11:50:22 isengard pptp[933]: anon log[decaps_gre:pptp_gre.c: 
395]: discarding duplicate or old packet 1 (expecting 3)

Sep 10 11:50:25 isengard ppp[929]: Phase: bundle: Authenticate
Sep 10 11:50:25 isengard ppp[929]: Phase: deflink: his = CHAP 0x81,  
mine = none
Sep 10 11:50:25 isengard ppp[929]: Phase: Chap Input: CHALLENGE (16  
bytes from watchguard)
Sep 10 11:50:25 isengard ppp[929]: Phase: Chap Output: RESPONSE  
(gwambau)
Sep 10 11:50:26 isengard ppp[929]: Phase: Chap Input: SUCCESS  
(S=C8136D3178689C6C3AA34D5FCE2EA8344262A4EF)

Sep 10 11:50:26 isengard ppp[929]: Phase: deflink: lcp -> open
Sep 10 11:50:26 isengard ppp[929]: Phase: bundle: Network
Sep 10 11:50:27 isengard pptp[933]: anon log[decaps_gre:pptp_gre.c: 
404]: buffering packet 9 (expecting 8, lost or reordered)
Sep 10 11:50:27 isengard ppp[929]: Warning: ff02:5::/32: Change route  
failed: errno: Network is unreachable
Sep 10 11:50:27 isengard ppp[929]: Warning: ff02:5::/32: Change route  
failed: errno: Network is unreachable
Sep 10 11:51:19 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c: 
243]: Sent control packet type is 5 'Echo-Request'
Sep 10 11:51:19 isengard pptp[932]: anon log[logecho:pptp_ctrl.c: 
659]: Echo Reply received.
Sep 10 11:51:38 isengard ppp[929]: Phase: Caught signal 2, abort  
connection(s)

Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: open -> lcp
Sep 10 11:51:38 isengard pptp[932]: anon log 
[callmgr_main:pptp_callmgr.c:249]: Closing connection
Sep 10 11:51:38 isengard pptp[932]: anon log[ctrlp_rep:pptp_ctrl.c: 
243]: Sent control packet type is 12 'Call-Clear-Request'
Sep 10 11:51:38 isengard ppp[929]: Warning: ff02:5::/32: Change route  
failed: errno: Network is unreachable

Sep 10 11:51:38 isengard ppp[929]: Phase: bundle: Terminate
Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: Disconnected!
Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: Connect time: 78  
secs: 440 octets in, 479 octets out
Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: 11 packets in, 13  
packets out
Sep 10 11:51:38 isengard ppp[929]: Phase:  total 11 bytes/sec, peak  
151 bytes/sec on Sat Sep 10 11:50:28 2005

Sep 10 11:51:38 isengard ppp[929]: Phase: deflink: lcp -> closed
Sep 10 11:51:38 isengard ppp[929]: Phase: bundle: Dead
Sep 10 11:51:38 is

Re: boot loader

2005-07-17 Thread Gunter Wambaugh


On Jul 16, 2005, at 1:35 PM, freebsd wrote:


Gunter Wambaugh wrote:


On Jul 16, 2005, at 1:53 AM, e-mail for freebsd wrote:


Hi,

I have installed FreeBSD 5.4 (from CD) onto a ThinkPad A21.  I  
also  have
Win2Kpro on this laptop.  FreeBSD is installed at about the 7G  
mark  on the

harddrive.

I had 4.3 installed previously, and thought I would just start   
over.  Howver,
when the laptop boots, I get the f1 DOS f2 Freebsd prompt, but I   
can't boot

FreeBSD.  Win2K boots just fine.

I tried a number of things:
1) re-installing
2) fixmbf (win2K utility to restore the mbr)

With no success.  Any words of wisdom would be welcome.

Thanks!

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




I had a similar problem last week.  I had FreeBSD on the first   
partition and Gentoo on the second, and couldn't boot to Gentoo.   
I  was able to resolve my issue by doing:

$ boot0cfg -o packet ad4
Thats from memory, so viewing the boot0cfg man page would be a  
good  idea.

HTH



Gunther,

That did the trick.  I can now boot sucessfully.  Thanks!

That must somehow be connected to the comment that the geom isn't  
sane, using more sane numbers at install time. :)


Do you know anyting about X?  When I try to configure it, the  
screen goes white (slowly), and the machine locks up.  /sigh.


I have configured X many, many times.  I haven't had what you  
describe happen to me.  What are you using to configure it?  And I  
assume you're using xorg, correct?



I have never seen X do this before.

Thanks for your help.

Mike

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




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


Re: boot loader

2005-07-16 Thread Gunter Wambaugh

On Jul 16, 2005, at 1:53 AM, e-mail for freebsd wrote:


Hi,

I have installed FreeBSD 5.4 (from CD) onto a ThinkPad A21.  I also  
have
Win2Kpro on this laptop.  FreeBSD is installed at about the 7G mark  
on the

harddrive.

I had 4.3 installed previously, and thought I would just start  
over.  Howver,
when the laptop boots, I get the f1 DOS f2 Freebsd prompt, but I  
can't boot

FreeBSD.  Win2K boots just fine.

I tried a number of things:
1) re-installing
2) fixmbf (win2K utility to restore the mbr)

With no success.  Any words of wisdom would be welcome.

Thanks!

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





I had a similar problem last week.  I had FreeBSD on the first  
partition and Gentoo on the second, and couldn't boot to Gentoo.  I  
was able to resolve my issue by doing:

$ boot0cfg -o packet ad4

Thats from memory, so viewing the boot0cfg man page would be a good  
idea.

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


Re: portversion runs seemingly forever

2005-02-22 Thread Gunter Wambaugh
On Feb 22, 2005, at 7:25 PM, Jason Henson wrote:
On 02/22/05 19:21:43, Gunter Wambaugh wrote:
When I try
$ portversion -L =
it seems to run forever.
top yields
  PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU 
COMMAND
51331 root  51   0 19276K 18852K RUN  0:09 90.60% 32.86% 
ruby18
I have tried portsdb -uU && pkgdb -uv, to no avail.
bash-2.05b# uname -a
FreeBSD test.thewambaughs.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon 
Oct 27 17:51:09 GMT 2003 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
Any ideas?


Does portversion use the index file?  If so I thought you had to cd 
/usr/src && make fetchindex, maybe after a cvsup.  Also I seem to 
remember using portversion -l "<" when I used to use it a while back.  
To find the old ports.

Just read the man page online, -L is a inverse limit, it excludes.  So 
if you have not cvsuped since you last upgraded that would be why you 
get nothing.  You say it seems to run forever, have you let it finish 
or do you kill it?  After you do the pkgdb -uv does it still take 
forever to finish, or does it seem to just hang?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"
Sorry, I guess I should have been clearer.  I let portversion run for 
12+ hours before I killed it.  I just cvsuped the ports tree a few days 
ago, and make fetchindex didn't help me any.  portversion -l = says 
give me the 'up-to-date' ports.  portversion -L = says give me all the 
'out-of-date' ports.	

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


portversion runs seemingly forever

2005-02-22 Thread Gunter Wambaugh
When I try
$ portversion -L =
it seems to run forever.
top yields
  PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU COMMAND
51331 root  51   0 19276K 18852K RUN  0:09 90.60% 32.86% ruby18
I have tried portsdb -uU && pkgdb -uv, to no avail.
bash-2.05b# uname -a
FreeBSD test.thewambaughs.net 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon 
Oct 27 17:51:09 GMT 2003 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

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