Routing question

2003-06-10 Thread Leon Botes
I have a box with three interface cards. inside interface - 192.168.0.0/24 outside interface 1 - 196.15.149.64/26 outside interface 2 - 172.16.254.0/24 Inside connects to lan with windows pc's outside 1 permanently connected to isp via wan router with diginet (t1 type line) and is viewable from

Simple client/server

2003-06-10 Thread Olivier Nicole
Hi, I'd like to find an example of C programming for an Internet server (client I have done already). The idea is to write a tool that could jam the network with packets between client and server to check the maximum load a firewall can handle. Best regards, Olivier

Re: Simple client/server

2003-06-10 Thread Dirk-Willem van Gulik
On Tue, 10 Jun 2003, Olivier Nicole wrote: I'd like to find an example of C programming for an Internet server (client I have done already). Go to the bookshop and get Stevens; Unix Network Programming. You will not regret this :) The idea is to write a tool that could jam the network with

RE: Routing question

2003-06-10 Thread Leon Botes
Thanks for the ideas however i dont think they will work. You see the problem is for example this. A connection from outside on the internet can only see the outside interface 1 - 196.15.149.64/26 hence the request is sent to that interface which is correct. However and heres the problem. All

Re: Handspring Visor and J-Pilot

2003-06-10 Thread Tony Hacche
Douglas, I also tried to get my Visor working with J-Pilot and couldn't even manage the first stage of getting pilot-link working. I found some documentation (can't remember where) about using ucom devices instead of usb ones and whilst I managed to get the system to recognise the Visor when I

Sound card noises on graphics card access

2003-06-10 Thread Thomas Schuerger
Hi, I have the following problem with FreeBSD 4.7-STABLE (running XFree86 4.2.0). Recently, my AGP graphics card (Matrox G200) stopped working (a hardware defect), so I used a rather old PCI Mach64 card instead. I also have a Soundblaster AWE 64 (ISA, using pcm) in my box. Now, whenever the PCI

Re: Converting Linux passwd to FreeBSD

2003-06-10 Thread Sondre Rønjom
On Mon, 9 Jun 2003, Scott St. John wrote: After spending a year converting my ISP to Linux I have had enough and am ready to come back home to FreeBSD. The ips driver in 5.1 also helps since I am running IBM Netfinity's. Is anyone familiar with a tool to convert my Linux passwd files to

Re: gcc me harder: -Wconversion bug?

2003-06-10 Thread Malcolm Kay
On Tue, 10 Jun 2003 08:33, Sean Chittenden wrote: [ Please CC: me on replies, not on questions@ ] Is this a GCC bug with the -Wconversion flag or am I doing something wrong? I know it's just a warning, but it's irritating me more than that dumb Dan Quayle quote, if it weren't for that horse,

ymessenger prob

2003-06-10 Thread marlowe
Hello all!! Good day to you!! :) Anyone of you encountered this problem when installing yahoo messenger in FreeBSD 4.7 to run in KDE environment. error: /usr/libexec/ld-elf.so.1: Shared object libintl.so.2 not found somebody said i should install gettext for libintl.so.2.. but i already did..

Proxy to load the ports

2003-06-10 Thread Olivier Nicole
Hi, Since I installed a firewall the incoming ftp have to go through a proxy. Where in the mport making mechanism can I configure a proxy? Olivier ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: gcc me harder: -Wconversion bug?

2003-06-10 Thread Sean Chittenden
It seems to me that this is doing exactly what is claimed for -Wconversion. To quote from the gcc man page: -Wconversion Warn if a prototype causes a type conversion that is different from what would happen to the same ar- gument in the

Re: Proxy to load the ports

2003-06-10 Thread Matthew Seaman
On Tue, Jun 10, 2003 at 04:04:21PM +0700, Olivier Nicole wrote: Since I installed a firewall the incoming ftp have to go through a proxy. Where in the mport making mechanism can I configure a proxy? In /etc/make.conf would be the usual place. From /etc/defaults/make.conf: # If you're

Re: Converting Linux passwd to FreeBSD

2003-06-10 Thread Jonathan
Scott St. John wrote: After spending a year converting my ISP to Linux I have had enough and am ready to come back home to FreeBSD. The ips driver in 5.1 also helps since I am running IBM Netfinity's. Is anyone familiar with a tool to convert my Linux passwd files to FreeBSD so I don't have

Is it neccessary for sending mail from php ?

2003-06-10 Thread Supote Leelasupphakorn
Hello, I've install apache+php and would like to use function:mail() in php to sendmail from my box(Freebsd). My question is, is it neccessary to run sendmail or other SMTP-like service on this box for able to send (outgoing) mail. Thanks in advance.

Re: gcc me harder: -Wconversion bug?

2003-06-10 Thread Malcolm Kay
On Tue, 10 Jun 2003 18:51, Sean Chittenden wrote: It seems to me that this is doing exactly what is claimed for -Wconversion. To quote from the gcc man page: -Wconversion Warn if a prototype causes a type conversion that is different from what would

Panic on 5.1-RELEASE sparc64 - Quotas

2003-06-10 Thread Steven Haywood
Hi folks I just upgraded my ultra 5 to 5.1-RELEASE from 5.0-RELEASE-p6 When I rebooted it, the box got into a panic-reboot loop. There's nothing about the panic in the message log (because it seems to have been something IO related. I've pasted the messages from the first boot at the bottom of

make build error gencat: invalid option -- n

2003-06-10 Thread Glenn Todd
I cvsup'd through the latest sources for rel 4 stable tonight (10 June 2003) and proceeded with a make build. The process stopped with the following message. It looks as though gencat should have been called with --new not -new how can I fix this?? bin/csh/nls/finnish cat

Re: make build error gencat: invalid option -- n - Solved

2003-06-10 Thread Glenn Todd
Found that I had a Linux version of gencat installed. (Don't ask how its a long story) Rebuilt that and the problem was solved. Glenn Wellington, New Zealand On 2003.06.10 22:21 Glenn Todd wrote: I cvsup'd through the latest sources for rel 4 stable tonight (10 June 2003) and proceeded with a

weird messages when installing a program by ports

2003-06-10 Thread fdcf
i was installing blackbox when i saw a weird msg, i've done make install clean in /usr/ports/x11-wm/blackbox and during the compilation were appearing msgs like that: /usr/inclde/g++/type_traits.h:363: warning: ANSI C++ does not support 'long long' . someone can say what's that ?

RE: Selling FreeBSD

2003-06-10 Thread Philip Payne
Paul Robinson ([EMAIL PROTECTED]) [030606 19:09]: If they aren't enthusiastic, it's because it's not solving any problems for them. The fact it works great as a high-traffic MX or HTTP server isn't something most businesses need. As for desktop use, well, it does suck

RE: Converting Linux passwd to FreeBSD

2003-06-10 Thread Paul Hamilton
If your users use pop3, you could record their pop3 user name and passwords, since they are transmitted in clear text. Some pop3 servers can even log the username-password. That would get you most of the users, depending on the time frame (as some users will be away-dormant etc). Cheers, Paul

How to add more swap space?

2003-06-10 Thread keith
Hi all... I found this () I have FBSD 4.7 system...is this article still ok or even the best way to go? Any ideas welcome Keith ==8 snip snip Adding more SWAP space I recently mined this info from the STABLE mailing list and thought it would make a great

RE: How to add more swap space?

2003-06-10 Thread Philip Payne
Hi, Hi all... I found this () I have FBSD 4.7 system...is this article still ok or even the best way to go? Any ideas welcome Keith There's a specific chapter in the handbook on adding swap... which includes a section on using a swapfile as you detailed:

Re: Complete system restore software for FreeBSD?

2003-06-10 Thread Joshua Oreman
On Tue, Jun 10, 2003 at 03:17:07PM +0200 or thereabouts, Andreas Kohn seemed to write: Am Mon, 2003-06-09 um 23.36 schrieb [EMAIL PROTECTED]: I have used the Mondo Rescue backup and restore system before with my Linux machines with great success. What Mondo allows one to do is a complete

Re: tty's root restriction access...

2003-06-10 Thread Matthew D. Fuller
On Tue, Jun 10, 2003 at 09:29:10AM -0400 I heard the voice of Xpression, and lo! it spake thus: Hi list, I wonder if I can restrict several users to access the system by some ttys, for example: root only can take access to the server/system by the first terminal...thanks See /etc/ttys

4.8 Installation Problems

2003-06-10 Thread Danny
Dear FreeBSD-users, I have recently installed FreeBSD 4.8 on my test system. The installation process goes smoothly but when I rebooted my System I am getting the following error message: agpo0: Ali Generic host to PCI bridge mem 0xd800 =0xd b at device 0.0 on PCI0 Any ideas what this

Problem with threads in 5.1Release, sparc64

2003-06-10 Thread Steven Haywood
Hiya Pthread support seems to be a bit broken... When I try to compile mod_php4 or python from ports, the configure stage hangs at checking for pthreads_cflags... or similar Truss of conftest shows it's hanging on a poll (full truss below) I was able to install python by building without

JRE binary

2003-06-10 Thread Mike.Lawrence
Can you point me to a binary distribution for JRE 1.2,1.3,1.4 for FreeBSD x86? Sincerely, Mike Lawrence ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: JRE binary

2003-06-10 Thread Rus Foster
On Tue, 10 Jun 2003, Mike.Lawrence wrote: Can you point me to a binary distribution for JRE 1.2,1.3,1.4 for FreeBSD x86? I don't think there is one (and I've looked long and hard). You have to build from source Rgds Rus -- www: http://www.65535.net | Hosting - Shell Accounts MSNM:

RE: Newbie wirless install question

2003-06-10 Thread Scott Miller
Hi List, I am still trying to get my wireless card working. What am I doing wrong? The messages so far are reviewed below: ---Most Recent Message-- It should get an address via DHCP. (I did not see where this was indicated in ifconfig.) ifconfig shows that wi0 is: associated

!!help me!!

2003-06-10 Thread selfghe edherh
Please give me russian mail about FreeBSD Questions? Best regards. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

help me

2003-06-10 Thread selfghe edherh
Please give me mail about FreeBSD Questions in Russia? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Is it neccessary for sending mail from php ?

2003-06-10 Thread Joshua Oreman
On Tue, Jun 10, 2003 at 10:51:01AM +0100 or thereabouts, Supote Leelasupphakorn seemed to write: Hello, I've install apache+php and would like to use function:mail() in php to sendmail from my box(Freebsd). My question is, is it neccessary to run sendmail or other SMTP-like service on

Re: weird messages when installing a program by ports

2003-06-10 Thread Joshua Oreman
On Tue, Jun 10, 2003 at 12:16:20PM +0100 or thereabouts, fdcf seemed to write: i was installing blackbox when i saw a weird msg, i've done make install clean in /usr/ports/x11-wm/blackbox and during the compilation were appearing msgs like that: /usr/inclde/g++/type_traits.h:363: warning:

help me

2003-06-10 Thread selfghe edherh
Please give me mail address about freebsd questions in Russia? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

i have a question on the mb settings fo my sis 530

2003-06-10 Thread Devildrivergt
hi i was wondering how i would change the mb settings on my sis 530 video card.Its on-board and i think there is a way to change it from say 16mb going into the video to 32mb of ram going into the video display. do you get what im saying? if you do please e-mail me back at [EMAIL PROTECTED]

Re: Converting Linux passwd to FreeBSD

2003-06-10 Thread Scott St. John
Jonathan- Perfect! Thank you, I will give that a try today once I get 5.1 running. -Scott After spending a year converting my ISP to Linux I have had enough and am ready to come back home to FreeBSD. The ips driver in 5.1 also helps since I am running IBM Netfinity's. Is anyone familiar

Re: i have a question on the mb settings fo my sis 530

2003-06-10 Thread Andreas Kohn
Am Tue, 2003-06-10 um 16.39 schrieb [EMAIL PROTECTED]: hi i was wondering how i would change the mb settings on my sis 530 video card.Its on-board and i think there is a way to change it from say 16mb going into the video to 32mb of ram going into the video display. do you get what im

Re: How do you cp your 4.8 install

2003-06-10 Thread Massimiliano Stucchi
On Tue, 10 Jun 2003 13:13:55 + DanB [EMAIL PROTECTED] wrote: How do you load your 4.8 config data to 5.0? It's not that simple. You should give a look at the early adopter's guide and to /usr/src/UPDATING to find more info. Ciao ciao -- Stucchi Massimiliano | Gruppo Utenti FreeBSD

Creating a IPSec tunnel between a Windows machine and a machine running FreeBSD

2003-06-10 Thread Tkachenko, Artem N
The topology is as fallows: Node A - Internet -- Node B - Internal net B where node A's external address is 111.111.11.111 node B's internal address is 12.3.4.567 external address is 222.222.222.2 Node A is running windows 2000 and I am using PGPnet to make a tunnel to Node B which

Potentially **DANGEROUS** bug in 5.0 - 5.1

2003-06-10 Thread Remington L.
I have a Sony VAIO GRX-570 laptop. When 5.0-R came out I noticed VERY unusual symptoms on startx. This is very hard to describe(I'm gonna get a picture and post). When I launch startx the screen goes blank, and imagine this ocean wave type thing sweep across my screen. Its not like just some a

Re: Potentially **DANGEROUS** bug in 5.0 - 5.1

2003-06-10 Thread Ben Calvert
Remington L. said: I have a Sony VAIO GRX-570 laptop. When 5.0-R came out I noticed VERY unusual symptoms on startx. This is very hard to describe(I'm gonna get a picture and post). When I launch startx the screen goes blank, and imagine this ocean wave type thing sweep across my screen. Its

USB keyboard and KVM

2003-06-10 Thread Scott Saunders
I'm working on my very first FreeBSD machine running FreeBSD 4.8-RELEASE. I've worked with many Macs and toyed with Linux, and I'm finding FreeBSD very nice. I have one issue I haven't been able to figure out yet. I'm using a USB keyboard with a USB KVM switch. When the machine boots, the

RE: Potentially **DANGEROUS** bug in 5.0 - 5.1

2003-06-10 Thread Remington L.
Take a look at Picture5.jpg for what I'm referring too. And now for extensive information. Heres my XF86config Section ServerLayout Identifier XFree86 Configured Screen 0 Screen0 0 0 InputDeviceMouse0 CorePointer InputDeviceKeyboard0 CoreKeyboard

5.1 GEOM problems

2003-06-10 Thread Maxime Romano
Hello, I've just upgraded my server from 5.0-RELEASE to 5.1-RELEASE yesterday, using buildworld/installworld et al. Ever since, I haven't been able to boot with any = 5.0 kernel, GENERIC or custom, SMP or not (4.8 and 4.4 work, though). Every kernel panics with an error that looks something

USB mouse frozen under X

2003-06-10 Thread Robert Huff
I'm attempting to switch to an all-USB set-up, and can't get the mouse to work under X. (I don't use it elsewhere, so moused is possible, but disfavored.) Symptoms: X starts; keyboard is fine; mouse cursor appears but is frozen centered horizontally and about 2/3 of the way down the

quick question please

2003-06-10 Thread Steve
i know this might be common question but id really like to know, why your logo is a small devil? please reply thanks. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: Potentially **DANGEROUS** bug in 5.0 - 5.1

2003-06-10 Thread Kevin Oberman
What you are seeing is probably the most literal demonstration of bit rot I can imagine. It sounds like the effect one gets from turning off the drive to the LCD panel, but leaving the back-light on. It's very odd looking. Most likely something in XFree86 is telling the video card to do something

Re: quick question please

2003-06-10 Thread Matthew D. Fuller
On Tue, Jun 10, 2003 at 01:31:08PM -0400 I heard the voice of Steve, and lo! it spake thus: i know this might be common question but id really like to know, why your logo is a small devil? please reply thanks. Because the normal size of button-banners for webpages is too small to make it a

mplayer

2003-06-10 Thread Dick Hoogendijk
I thought I'd install the mplayer port plus the mplayer-skins and have fun playing my DivX or Quicktime movies. ** wrong ** Running a GENERICS kernel mplayer complains about having to recompile the kernel w/ some extra options. I can't seem to find these instructions in the dox though, so I'll

Re: USB mouse frozen under X

2003-06-10 Thread Joshua Lokken
- Original Message - From: Robert Huff [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 10:30 AM Subject: USB mouse frozen under X I'm attempting to switch to an all-USB set-up, and can't get the mouse to work under X. (I don't use it elsewhere, so moused

Re: mplayer

2003-06-10 Thread Joshua Lokken
- Original Message - From: Dick Hoogendijk [EMAIL PROTECTED] To: freebsd-questions [EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 10:39 AM Subject: mplayer I thought I'd install the mplayer port plus the mplayer-skins and have fun playing my DivX or Quicktime movies. ** wrong **

Re: Newbie wirless install question

2003-06-10 Thread Matthew Ryan
Hi Scot, On Tuesday, June 10, 2003, at 03:13 PM, Scott Miller wrote: I am still trying to get my wireless card working. What am I doing wrong? It should get an address via DHCP. (I did not see where this was indicated in ifconfig.) ifconfig won't tell you how it got it's address. Can you

Re: mplayer

2003-06-10 Thread Adam
On Tue, 2003-06-10 at 13:39, Dick Hoogendijk wrote: I thought I'd install the mplayer port plus the mplayer-skins and have fun playing my DivX or Quicktime movies. ** wrong ** Running a GENERICS kernel mplayer complains about having to recompile the kernel w/ some extra options. I can't seem

RE: Creating a IPSec tunnel between a Windows machine and a machinerunning FreeBSD

2003-06-10 Thread Brent Wiese
The topology is as fallows: Node A - Internet -- Node B - Internal net B where node A's external address is 111.111.11.111 node B's internal address is 12.3.4.567 external address is 222.222.222.2 Node A is running windows 2000 and I am using PGPnet to make a tunnel to

RE: Creating a IPSec tunnel between a Windows machine and a machinerunning FreeBSD

2003-06-10 Thread Brent Wiese
The topology is as fallows: Node A - Internet -- Node B - Internal net B where node A's external address is 111.111.11.111 node B's internal address is 12.3.4.567 external address is 222.222.222.2 Node A is running windows 2000 and I am using PGPnet to make a tunnel to

Re: quick question please

2003-06-10 Thread Joshua Oreman
On Tue, Jun 10, 2003 at 12:34:03PM -0500 or thereabouts, Matthew D. Fuller seemed to write: On Tue, Jun 10, 2003 at 01:31:08PM -0400 I heard the voice of Steve, and lo! it spake thus: i know this might be common question but id really like to know, why your logo is a small devil? please

Re: [SPAM] RE: Potentially **DANGEROUS** bug in 5.0 - 5.1

2003-06-10 Thread Ben Calvert
I think I see what's wrong: Remington L. said: And now for extensive information. Heres my XF86config snip Section Monitor Identifier Monitor0 VendorName Monitor Vendor ModelNameMonitor Model EndSection snip you have no information at all specified for your

Re: [SPAM] RE: Potentially **DANGEROUS** bug in 5.0 - 5.1

2003-06-10 Thread Robert Huff
Ben Calvert writes: I think I see what's wrong: My apologies - the XF86Config was edited to remove stuff not directly related to the mouse. To clarify: X works fine _except_ for the mouse. Robert Huff ___

Re: USB mouse frozen under X

2003-06-10 Thread Robert Huff
Joshua Lokken writes: Anyone have a clue what I'm missing? Robert Huff Section InputDevice Identifier Mouse0 Driver mouse Option Protocol auto Option Device /dev/ums0 # Option Buttons 5 # Option ZAxisMapping 4 5 # Option

Re: USB keyboard and KVM

2003-06-10 Thread Ian Dowse
In message [EMAIL PROTECTED], Scott Saunders w rites: I have one issue I haven't been able to figure out yet. I'm using a USB keyboard with a USB KVM switch. When the machine boots, the keyboard is recognized and works fine. (The keyboard doesn't seem to have any effect at the Hit [enter] to

Another Compaq EVO D510 BTX halted case

2003-06-10 Thread Johannes Lochmann
Hi all, the subject says it all: I got this nice quiet Compaq EVO D510 Convertible Mini Tower on my desk and tried to install FreeBSD 5.1-RELEASE on it so it would match the other machines here and got immedeately stuck while booting from CDROM with a BTX halted case. Google found the

Add routing for serial line connection

2003-06-10 Thread Bryan W. Maxwell
I am not doing a serial line client as you may guess from the subject. I am doing a serail line connection to a small pic based webserver. It runs over a serail line connection. Ive tried the command route add -net 192.168.2.0 netmask 255.255.255.0 and get a bad netmask error. I was wondeirng

Wierd No route to hosts messages

2003-06-10 Thread Tim Radigan
[EMAIL PROTECTED] etc]# ftp ftp.freebsd.org ftp: connect to address 2001:4f8:0:2::e: No route to host Trying 62.243.72.50... Anyone know why when I FTP to ANY address I get that error? I mean, it does connect, but I always get that message for some reason. -- Tim Radigan - [EMAIL PROTECTED]

Re: Wierd No route to hosts messages

2003-06-10 Thread Dan Nelson
In the last episode (Jun 10), Tim Radigan said: [EMAIL PROTECTED] etc]# ftp ftp.freebsd.org ftp: connect to address 2001:4f8:0:2::e: No route to host Trying 62.243.72.50... Anyone know why when I FTP to ANY address I get that error? I mean, it does connect, but I always get that message

Freebsd 4.8 acd1c can't have more than 32 cd devices

2003-06-10 Thread Pam Wampler
I upgraded to 4.8 since then can't use my cdrw -- When I try to sh MAKEDEV acd1c : 1c bad number acd1c is invalid -- can't have more than 32 cd devices thank you in advance Pam Wampler ___ [EMAIL PROTECTED] mailing list

Re: Freebsd 4.8 acd1c can't have more than 32 cd devices

2003-06-10 Thread Raymond Sundland
You should try 'sh MAKEDEV acd1' as the 'c' is confusing MAKEDEV (or mknod). This should create the acd1 device and the acd1c partition on that device. Pam Wampler wrote: I upgraded to 4.8 since then can't use my cdrw -- When I try to sh MAKEDEV acd1c : 1c bad number acd1c is invalid --

Re: Wierd No route to hosts messages

2003-06-10 Thread Kirk Strauser
At 2003-06-10T19:52:42Z, Tim Radigan [EMAIL PROTECTED] writes: [EMAIL PROTECTED] etc]# ftp ftp.freebsd.org ftp: connect to address 2001:4f8:0:2::e: No route to host Trying 62.243.72.50... Anyone know why when I FTP to ANY address I get that error? I mean, it does connect, but I always get

Re: Freebsd 4.8 acd1c can't have more than 32 cd devices

2003-06-10 Thread Andreas Kohn
Am Tue, 2003-06-10 um 22.47 schrieb Pam Wampler: I upgraded to 4.8 since then can't use my cdrw -- When I try to sh MAKEDEV acd1c : 1c bad number acd1c is invalid -- can't have more than 32 cd devices Try sh MAKEDEV acd1 instead. thank you in advance Pam Wampler

Re: USB keyboard and KVM

2003-06-10 Thread Scott Saunders
Thank you for your reply. But it's still not working. More below... On Tuesday, June 10, 2003, at 02:47 PM, Ian Dowse wrote: In message [EMAIL PROTECTED], Scott Saunders w rites ... ... I added: kbdcontrol -k /dev/kbd0 /dev/ttyv0 /dev/null to the end of /etc/rc.i386 based on the FAQ. The

X TrueType font spacing

2003-06-10 Thread Jesse D. Guardiani
Howdy list, I just installed my Windows XP TrueType fonts into my XFree86 4.3.0 font server (FreeBSD 5.1-RELEASE). I've gone through the same proceedure about 5 times now for various releases (4.6, 4.7, 4.8, 5.0, 5.1). EVERY TIME, the WXP fonts will display fine in MOST KDE applications, but

Datafab umass device - quirks

2003-06-10 Thread Nimrod Mesika
Hi all, Got myself a Datafab KCCF-USBG CompactFlash based usb mass storage device. Initially the device did not work with FreeBSD (4.8-Stable). usbdevs -v reports: ... Mass Storage(0xa400), USB(0x07c4), rev 1.13 (Does this mean 'USB' is what appears in the manufacturers field and 'Mass

arplookup errors

2003-06-10 Thread Tim Radigan
Hi everyone, I'm getting some arplookup errors here which I think is the cause of my name server not transferring zone files over to the slave server. Here is my scenario: 67.153.114.xx - gateway / nat / firewall / dhcpd server / dns server (master for internal lan and slave for external

Re: mplayer

2003-06-10 Thread Vulpes Velox
On Tue, 10 Jun 2003 19:39:24 +0200 Dick Hoogendijk [EMAIL PROTECTED] wrote: I thought I'd install the mplayer port plus the mplayer-skins and have fun playing my DivX or Quicktime movies. ** wrong ** Running a GENERICS kernel mplayer complains about having to recompile the kernel w/ some

How Do You READ Data From A DVD?

2003-06-10 Thread Nicole
Hello I have a sony DW U-10A DVD drive (OEM equiv to DRU 500) And I have been able to create several disks using burncd. Via both after creating an iso and just writing a file to the disk. (both -rw and +rw) (BTW -r disks do not work) However now that I have all this nice data onto the

PostScript UTF-8 fonts?

2003-06-10 Thread pbdlists
I do have a PostScript capable printer (Lexmark E310) and printing to it via lpr works fine. However, I do have the requirement to print Japanese. When the printer is being used from a Windows machine, this works fine. I guess the necessary fonts are being included in the print job itself. After

RE: /dev/tty keeps changing permissions..?

2003-06-10 Thread Thomas Park
It seems to work for me on a rebuilt OpenSSH 3.5p1 (I'm running a -CURRENT from January, and I still had the source tree around). I'd expect it to do the same on 3.6, that source file doesn't seem to have been changed much (the line number is the same ;). Works for me on OpenSSH

Re: mplayer

2003-06-10 Thread dick hoogendijk
On 10 Jun Adam wrote: What do I need to succesfully run mplayer. I mean: which port(s) and which kernel options need be set? An info page on FreeBSD and mplayer is also welcome ;-) For starters, you'll need to compile in support for your soundcard. The handbook goes over this in great

Setting up an IPSec tunnel

2003-06-10 Thread Tkachenko, Artem N
Hello, I have the following situation: Node A - LAN1 - Node B - LAN2 - Node C LAN1 address: 129.197.23.0/24 LAN2 address: 10.0.0.0/24 Node A: OS: Win2K IP (to LAN1): 129.197.23.232 Node B: OS: FreeBSD 4.6 IP address (to LAN1): 129.197.244.6 IP address (to LAN2): 10.0.0.253

Re: mplayer

2003-06-10 Thread clayton rollins
On 10 Jun 2003 14:10:40 Adam [EMAIL PROTECTED] wrote: On Tue, 2003-06-10 at 13:39, Dick Hoogendijk wrote: I thought I'd install the mplayer port plus the mplayer-skins and have fun playing my DivX or Quicktime movies. ** wrong ** Running a GENERICS kernel mplayer complains about having to

NAT Question

2003-06-10 Thread Koroush Saraf
Hi all, I'm trying to setup a BSD box to act as a NAT gateway between private net and public Internet. My requirements is to map the src and destination of the packet according to a set of rules. The BSD box has two public IP addresses. Depending on which interface the packet arrives on it

Obituary: Alan (alanE) Eldridge

2003-06-10 Thread Tony
As some people may of read, Alan Eldridge passed away a few days ago. The news has been slowly filtering through various websites over the past few days. He was a member of the KDE on FreeBSD core team, a KDE and FreeBSD maintainer and a maintainer for various ports for FreeBSD, as

RE: VPN from one Win2k host to a FreeBSD network?

2003-06-10 Thread Brent Wiese
Allow me to ask this once again also then. In my situation, I have my FreeBSD box here at home. Periodically I need to VPN into my work. Here is the layout: FreeBSD (home via DSL) --- (Inet) --- (Cisco PIX) --- (Work net) IP via DSLOutside

restoring accounts

2003-06-10 Thread David Bear
I'm wondering, if I have a copy of /etc/master.password, is it better to just copy that over the default installed version? or to try write some kind of script to read it, and recreate accounts from it using pw? -- David Bear phone: 480-965-8257 fax:480-965-9189 College of Public

Re: Obituary: Alan (alanE) Eldridge

2003-06-10 Thread MaryAnne Olsen
I don't know Alan from Adam. But to me it seems strange to see an orbit about a person I never knew on this website. I don't recall ever seeing one before. He must have had talents that we never recognized. God rest. - Original Message - From: Tony [EMAIL PROTECTED] To: [EMAIL

wine/freebsd/kazaa.. (fwd)

2003-06-10 Thread Jason
hey wine^H^H^H^H freebsd fans.. running freebsd 4.8-stable and have installed wine from the ports. Wine-20030508.tar.gz It installed fine and I can run notepad with no problems.. Im running the kazaalite install binary for windows and it gets so far.. then it bombs out with

CVS Update

2003-06-10 Thread Joe Pokupec
Hi All, I've been using FreeBSD 4.7 for about 6 months now. I've failed to understand how to use cvs. Can anyone point me to a web page or other explanation to use cvs to update: 1) The entire ports collection 2) My currently installed ffmpeg 3) 4.7 to 4.8 Attempts to use cvs update yield the

Re: Changing to a PS/2 keyboard after install

2003-06-10 Thread Gary Schenk
On Tuesday 10 June 2003 05:34 am, Scott Mitchell wrote: Are you making any changes in UserConfig? Or is it just the act of going in there that gets the keyboard working? I guess that UserConfig uses the BIOS to get at the keyboard, and it's only after the atkbd driver tries to take over

Re: CVS Update

2003-06-10 Thread Lowell Gilbert
Joe Pokupec [EMAIL PROTECTED] writes: I've been using FreeBSD 4.7 for about 6 months now. I've failed to understand how to use cvs. Can anyone point me to a web page or other explanation to use cvs to update: 1) The entire ports collection 2) My currently installed ffmpeg 3) 4.7 to

RE: very slow NIC

2003-06-10 Thread Brent Wiese
This sounds like an auto-sense problem. If you're hooked up to a hub, 10 half is the best you'll get. If it's a switch, it may be setting itself full-duplex. If its not a managed switch (you can't tell it what the ports should set themselves to), you can try changing the settings on the card

Re: USB keyboard and KVM

2003-06-10 Thread Ian Dowse
In message [EMAIL PROTECTED], Scott Saunders w rites: device Keyboard devname ukbd0 attach kbdcontrol -k /dev/kbd0 /dev/ttyv0 I added this and tried it with and without the kbdcontrol line in /etc/rc.i386. Unfortunately, it doesn't seem to make any difference. It certainly looks

Re: CVS Update

2003-06-10 Thread David Banning
On Tue, Jun 10, 2003 at 04:27:33PM -0800, Joe Pokupec wrote: Hi All, I've been using FreeBSD 4.7 for about 6 months now. I've failed to understand how to use cvs. Can anyone point me to a web page or other explanation to use cvs to update: 1) The entire ports collection The ports is the

Booting using serial console

2003-06-10 Thread Gary Aitken
Well, nothing like feeling like a blind person... I'm trying to boot / install 4.5 on a headless system. I've made the serial console boot floppies, but get no response when I try to use them. I've got a vt220 plugged into com1; I know the cable is good because I plugged it into com1 on a

Re: Booting using serial console

2003-06-10 Thread Gary Aitken
The serial ports are ok. However, in checking that out I discovered that it will boot from the serial console if there is also a keyboard plugged in (no monitor). So then I put the monitor on and unplugged the keyboard. The boot sequence shows: keyboard error during the

Re: Booting using serial console

2003-06-10 Thread Gary Aitken
I don't see one in this one. It's a pretty old BIOS in a micron P200. Bummer. Thanks. Dan Nelson wrote: In the last episode (Jun 10), Gary Aitken said: The serial ports are ok. However, in checking that out I discovered that it will boot from the serial console if

Re: Booting using serial console

2003-06-10 Thread Dan Nelson
In the last episode (Jun 10), Gary Aitken said: I don't see one in this one. It's a pretty old BIOS in a micron P200. If you've got a Millennia, you should be able to go to the Main tab and select Boot Sequence. Then go to POST Errors and set that to [Disabled]. -- Dan

Modifying FreeBSD base?

2003-06-10 Thread Ivan Fetch
Hello, I'd like to modify the FreeBSD base (e.g. make changes to configuration files) - is there a way to do this without make world and creating my own distribution (the changes are simple enough I'd like to be able to role them into a modified base for now). It seemd like I could do the

HorizSync detection

2003-06-10 Thread Remington L.
I'm trying to configure X Windows and I need to know the HorizSync and VertRefresh for my laptop LCD. Sony documentation wont tell me and as I understand if I set them wrong I'll turn my laptop into a huge paperweight. Is there some sort of probe utility I can use?

Re: Booting using serial console

2003-06-10 Thread Gary Aitken
Unfortunately, this is the model just before the Millennia. Looks like the only boot options are the order for floppy vs hard disk. Pooey. Dan Nelson wrote: In the last episode (Jun 10), Gary Aitken said: I don't see one in this one. It's a pretty old BIOS in a micron

Re: CVS Update

2003-06-10 Thread Joe Pokupec
Thanks Lowell, Cvsup looks like the thing that I need. I followed the directions in the Handbook. I receive the following error: fileserver# cvsup -g -L2 /root/standard-supfile Parsing supfile /root/standard-supfile Release not specified for collection 14:08:16 Any ideas? Thanks Joe If you

  1   2   >