Re: bsd video streaming

2003-06-23 Thread Adam Maas

- Original Message -
From: Matthew Bettinger [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, June 23, 2003 12:24 PM
Subject: bsd video streaming


 Hello,

 Does anyone know off hand if there is a port that can assist in
 streaming mpeg or asf files from a web page (apache) ?

 bsd version 4.7.

 regards,

 --


Quicktime Streaming Server should work if you have Linux Compatability
installed. It's a free download from Apple, if you register.

Adam

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


Re: versioning file system

2003-06-23 Thread Adam Maas


- Original Message -
From: Kenneth Culver [EMAIL PROTECTED]
To: David Bear [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, June 23, 2003 5:23 PM
Subject: Re: versioning file system


  years ago I used a VAX VMS system that automatically saved file versions
  whenever a file name was clobbered.
 
  I've seen wrapper scripts for vi to accomplish the same but it would be
  nice if someone had actually implemented something at the file system
  level to do this.  Anyone know of anything like that for FreeBSD?

 Nope, not that I know of... I'm not sure you'll find a lot of people who
 like this unless they were accustomed to VMS back however long ago.

 Ken

It's something Hans Reiser has on his wishlist for ReiserFS, but it's way
off, and I think ReiserFS is the only project contemplating it.

Would recomend you look at RCS in the meantime.

Adam

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


Re: USB/NE2000 IRQ conflict?

2003-06-17 Thread Adam Maas


- Original Message -
From: FBSD_User [EMAIL PROTECTED]
To: Gary Aitken [EMAIL PROTECTED];
[EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, June 16, 2003 9:27 PM
Subject: RE: USB/NE2000 IRQ conflict?


 The ne2000 nic has setup utility that you run from ms/dos that you
 can set the nic's irq with. If you did not get one in the box the
 Nic came in them check out the MFG website.




That is not the case for RTL8029 based NIC's, which are PCI NIC's that
emulate the NE2000 for driver compatibility. They are assigned IRQ's like
any other PCI card, rather than using a setup utility like the real NE2000
ISA cards.

That said, have you tried a different slot? IRQ12 is often problematic,
since it's supposed to be reserved for PS2 Mice on most systems. See if your
BIOS allows you to exclude that IRQ somehow.

Adam

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


Re: Two DNS servers with one IP address

2003-06-17 Thread Adam Maas


- Original Message -
From: Alfonso Romero [EMAIL PROTECTED]
To: freebsd-questions [EMAIL PROTECTED]; Lowell Gilbert
[EMAIL PROTECTED]
Sent: Tuesday, June 17, 2003 10:52 PM
Subject: Re: Two DNS servers with one IP address


 you mean each nameserver must have its own unique IP?


Yes.

Adam

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


Re: set of ethernet adress on boot

2003-06-07 Thread Adam Maas

- Original Message -
From: Moritz Fromwald [EMAIL PROTECTED]
To: Shantanu Mahajan [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, June 07, 2003 11:19 AM
Subject: Re: set of ethernet adress on boot


  +-- Moritz Fromwald [freebsd] [06-06-03 20:32 +0200]:
  | Hello
  | Is it possible to set the ethernet adress automatically at boot time
  before | dhclient attempts to contact a DHCP? | thx  regards | |
  moritz fromwald
   yes. btw, why r u running dhclient if u r using static
   ip?
 
   Regards,
   Shantanu
 

 Hello,
 Well, I need to set the MAC adress before I contact
 the DHCP!
 regards
 moe
You can't set the MAC address, that's hard coded into the card. MAC
Addresses are unique 48 bit ID's, no 2 cards have the same MAC, and it is
assigned at the factory.

Adam

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


Re: PPPoE load balancing

2003-06-03 Thread Adam Maas

(B
(B- Original Message -
(BFrom: "lukek" [EMAIL PROTECTED]
(BTo: "FreeBSD" [EMAIL PROTECTED]
(BSent: Monday, June 02, 2003 11:03 PM
(BSubject: PPPoE load balancing
(B
(B
(B Hello,
(B Let me apologise firstly if this is a topic which has been thrashed to
(Bdeath
(B on this list.  I need some advice before I get myself into a hole that is
(B very deep, dark and lonely.
(B
(B I need to add an additional DSL line to my exisiting network to keep up
(Bwith
(B the expanding bandwidth requirements of the users. In a situation like
(Bthis
(B my first reaction would be to get some fibre into the office and take it
(B from there but the building we are currently in is unsuitable for fibre (
(B according to the provider ) therefore for the interim I have no choice but
(B to get additional DSL circuits.
(B
(B My question is how difficult is it to get one FBSD router to reliably
(Bmanage
(B multiple DSL circuits. These circuits would have static IP addresses
(B probably /28 on the outside and there are two distinct networks
(Binternally.
(B An ethernet segment and a wireless segment.
(B
(B
(BBGP
(B
(B I am using IPFilter and IPNat to provide simple NAT functions and simple
(B firewalling functions. If I create further external links ie tun0 and tun1
(B will this create problems for NAT ? I am contemplating separating the two
(B internal networks so that the ethernet segment gets routed to tun0 and
(B wireless to tun1. Would I need two instances of IPNat and IPFilter or can
(BI
(B wrap all the rules into one instance of these tools ?
(B
(B Is there a smarter way to do this ?
(B
(B
(BA burstable T3 (It's copper)
(B
(B Any advice is appreciated as I suspect that this is not a trivial thing to
(B accomplish reliably and given no other real options at this time I have to
(B come up with a solution that is reliable. Ideally it would be great to be
(B able to get load balancing and failover working but I won't push my luck.
(B
(B Regards,
(B
(B LukeK
(B
(B
(BDSL is not meant for multiple links. Having multiple links and running BGP
(Bwith your provider will work, but likely should use a non-PPPoE DSL
(Bimplementation . Best solution is either multiple T1's and a real router or
(Ba T3 of some sort if you can't get fibre.
(B
(BAdam
(B
(B___
(B[EMAIL PROTECTED] mailing list
(Bhttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
(BTo unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: PPPoE load balancing

2003-06-03 Thread Adam Maas

(B
(B- Original Message -
(BFrom: "Scott Hiemstra" [EMAIL PROTECTED]
(BTo: "FreeBSD" [EMAIL PROTECTED]
(BSent: Monday, June 02, 2003 11:37 PM
(BSubject: RE: PPPoE load balancing
(B
(B
(B Maybe another option:
(B Purchasing a hardware solution; I've never used one personally but I have
(B heard good things about the Fatpipe Superstream from friends ($3,000 or
(Bso).
(B Several other companies make the exact same thing just in different forms.
(B It will allow you to bond multiple dsl/cable whatever and you don't need
(B BGP.  To implement BGP normally you need a pretty beefy router (My
(Bfeelings
(B are a cisco 3600 and up).
(B
(B Scott
(B
(B
(B
(BFor what he's doing, I'd just run a routing daemon on a BSD box, or a Cisco
(B2600. No need for a full table.
(B
(BAdam
(B
(B___
(B[EMAIL PROTECTED] mailing list
(Bhttp://lists.freebsd.org/mailman/listinfo/freebsd-questions
(BTo unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: rotating motd

2003-05-31 Thread Adam Maas

- Original Message -
From: John DeStefano [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, May 30, 2003 4:25 PM
Subject: rotating motd


 A trivial question, but a question nonetheless!  My FreeBSD /etc/motd is a
static and rather boring file.  I recall that when I used to login to my
Slackware machine, it spruced things up a bit by offering some sort of
rotating motd, which would spit out a random quote or joke instead of the
same ol' static message.  Is there a way to simulate this in FreeBSD?
Unfortunately, 'man motd' does little more than state the obvious, and
describe a method by which to surpress the motd altogether.
 This, of course, occurs to me as I ssh into my home machine from work!
 Thanks,
 ~John



Slackware actually just throws Fortune into the login scripts. Fortune being
a nifty app that gives out random quotes.

Adam

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


Re: [OT] file synchronization between two machines

2003-03-25 Thread Adam Maas
- Original Message - 
From: Louis LeBlanc [EMAIL PROTECTED]
To: FreeBSD Questions [EMAIL PROTECTED]
Sent: Tuesday, March 25, 2003 11:01 AM
Subject: [OT] file synchronization between two machines


 Hey all.  Sorry for the OT question, but here goes.
 
--SNIP--
 
 Anyone know of a tool or method that can check the last modification
 date of two files under these conditions and keep them in sync?
 
 Thanks
 Lou
 -- 

Try rsync.

Adam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re:

2003-03-22 Thread Adam Maas

- Original Message -
From: ive --- [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, March 22, 2003 5:20 AM


 Using a FreeBsd system ruuning on x86 PC can we use one desktop(one
computer) with 4 terminals (4 monitors  keyboards connected to one
motherboard). If we can what must be done to provide this.


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message


4 serial ports and 4 VT100 terminals for command line only. If you want
graphical tewrminals, you'll need to do remote X Window sessions over a
network.

Adam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: identifying my network address

2003-03-09 Thread Adam Maas
Nope, Your display variable must be set to the IP or hostname of the X
Server, which in this case is the Windows machine. X mangles the
client/server difference, since the box displaying teh window is teh Server
(And specified via DISPLAY) while the remote system running the apps is the
client.

To use XWin32 (Ditch it, it's very buggy, eXceed is far superior), you need
to set your DISPLAY variable on the Unix host running the apps to:
windowsboxip:0

Adam

- Original Message -
From: David Banning [EMAIL PROTECTED]
To: Adam Maas [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Sunday, March 09, 2003 10:23 PM
Subject: Re: identifying my network address


 On Sun, Mar 09, 2003 at 09:26:51PM -0500, Adam Maas wrote:
  run ipconfig or winipcfg (The former for NT/2k/XP, the latter for
95/98/Me)
 I wasn't clear enough. I need to get the IP address in -unix-.

 
  Adam
 
  - Original Message -
  From: David Banning [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Sunday, March 09, 2003 9:11 PM
  Subject: identifying my network address
 
 
   I am running an Xwindow on a windows box. I need a script to
   tell me what my network address is so that I can set my DISPLAY
   varible correctly eg: 192.168.1.2:0.0
  
   Any idea what command would be useful for this purpose?
  
  
  
   To Unsubscribe: send mail to [EMAIL PROTECTED]
   with unsubscribe freebsd-questions in the body of the message
  

 --

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: identifying my network address

2003-03-09 Thread Adam Maas
run ipconfig or winipcfg (The former for NT/2k/XP, the latter for 95/98/Me)

Adam

- Original Message - 
From: David Banning [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, March 09, 2003 9:11 PM
Subject: identifying my network address


 I am running an Xwindow on a windows box. I need a script to 
 tell me what my network address is so that I can set my DISPLAY
 varible correctly eg: 192.168.1.2:0.0   
 
 Any idea what command would be useful for this purpose?
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Cisco Tools

2003-03-04 Thread Adam Maas
minicom

Adam


- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, March 04, 2003 4:19 PM
Subject: Cisco Tools


 
 
 Anyone have good recommendation on console login software to configure
 cisco routers under freebsd???
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Online intro to FreeBSD/Unix

2003-02-26 Thread Adam Maas
Try the Handbook at www.freebsd.org

It's HTML, but it's a good into, as well as a lot of FreeBSD specific stuff.

The Crazy Finn

- Original Message -
From: Mike Meyer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 12:14 PM
Subject: Online intro to FreeBSD/Unix


 I have a client that wants to start using FreeBSD, because he wants to
 get back into programming and wants to use the free compilers on
 FreeBSD. However, he hasn't used Unix in 10 years or more, and has
 forgotten all of it.

 Is there a PS or PDF document somewhere that serves as an introduction
 to Unix/FreeBSD I can point him at for documentation?

 Thanks,
 mike
 --
 Mike Meyer [EMAIL PROTECTED] http://www.mired.org/consulting.html
 Independent WWW/Perforce/FreeBSD/Unix consultant, email for more
information.

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re:

2003-02-20 Thread Adam Maas
Try something lighter like fluxbox or IceWM.

Adam

- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 20, 2003 4:42 PM


 im on a pI 233mhz mmx with 64mb of ram
 what do u recommend me to install GNOME or KDE
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: A little confused about FreeBSD

2003-02-18 Thread Adam Maas
NetBSD is the BSD that'll boot on your kitchen sink. FreeBSD is the one you
want to run the 24x7 x86 or Sparc Server on.

Adam
- Original Message -
From: Jeff Korpa [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, February 18, 2003 8:24 PM
Subject: A little confused about FreeBSD


 Hi!

 Say, I am a little confused: What's the difference between FreeBSD and
 NetBSD ?

 Regards,

 JK



 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Music CDROM - Wont even read Music CD

2003-02-17 Thread Adam Maas
Well, since music CD's are raw data, raher than a file system, you'll never
see the data (Except in BeOS). Just stick them in and try to play them with
a Audio CD player App.

Adam

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Monday, February 17, 2003 4:43 PM
Subject: Re: Music CDROM - Wont even read Music CD


 Sorry must not have been clear. The Music CD's data does not even show up.
 Data CD like FreeBSD 5.0 or Office do show up. I tried 10 or 12 CD's with
 music and got the same error.
 They mount at startup so I am not mounting the CD drive.

 Very odd!




  On Mon, 17 Feb 2003 10:10:16 -0800, [EMAIL PROTECTED] wrote:
 
  [EMAIL PROTECTED] wrote on 02/16/2003 09:18:38 PM:
 
  No need to mount them to paly music. Just need a cd player app. XMMS
  or
  gRip
  work nicely in Gnome, workbone is probably best from teh console.
 
  Adam
 
  Workman is another X11 audio cdplayer that works well.
  --
  Chip
 
  Just to mention 2 others (very compact, will run from the slit in
  Blackbox or the equivalent in Windowmaker and Afterstep): ascd,
  wmcdplayer.
 
  Jud
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message




 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Music CDROM

2003-02-16 Thread Adam Maas
No need to mount them to paly music. Just need a cd player app. XMMS or gRip
work nicely in Gnome, workbone is probably best from teh console.

Adam
- Original Message -
From: Mike [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, February 16, 2003 11:36 PM
Subject: Music CDROM


 Using 5.0 FreeBSD

 Odd thing maybe someone has seen it. I have 2 cdroms 1 burner on plain.
 They are mounted and can read data cd's like the FreeBSD cd but store
 bought music will not play.

 All I get is cd 9660: /dev/acd1: Invalid argument

 Is there additional file support needed to play music? Or?

 Thanks

 M;)

 Yes I used another message and did a reply to but I posted this message
 3 days ago and it did not show up on the list. My BSD Current works fine
 but not this one..


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Suggestions for new machine please

2003-02-13 Thread Adam Maas

- Original Message -
From: Vallo Kallaste [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 13, 2003 12:59 PM
Subject: Suggestions for new machine please


 Hi

 It was early of the year 2000 when I got very good suggestions from
 here to buy BX based motherboard, if any. I'm glad I did so... I
 have been using my old trusty BX-based system without any problems,
 but it's time for faster ride. As I'll want to help with SMP which
 seems to be slowly gaining weight, am considering dual-processor
 system. Current dual-Xeon systems are too expensive, PIII is old
 (good and cool) technology, but 1,4Ghz Tualatin price is about the
 same as 2Ghz Athlon XP.. which brings me to the dual-Athlon
 solution. What do you guys think about Asus A7M266-D and two Athlon
 XP 2400+ processors? The information circulating around 'Net claims
 that XP and MP are the same processors and with slight modification
 XP's will work just fine as MP's. Actually I've seen dual-XP's on
 this particular mobo, but these were 1,7Ghz with Palomino core. What
 about memory bandwidth, it's using older memory as I see. Any hidden
 traps, besides cooling of course?
 Or am I on the wrong track and catching up the long gone train..

 Thanks
 --

 Vallo Kallaste
 [EMAIL PROTECTED]


A good choice except for the XP's, use the MP as that requires no
modification to the CPU to get it to work in SMP mode. The XP requires a
minor mod (Joining contacts on the CPU, like the multiplier unlock hack).
The other trap is make sure you have a high-end PSU. The A7M266-D has hefty
PSU requirements, so I'd go for a PC Power Supply  Cooling unit with at
least 450 Watts (The Mobo requires 400 Watts).

Adam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Help required for Installation on BSD 4.1 OS

2003-02-05 Thread Adam Maas

- Original Message -
From: Mangoli, Girish [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, February 05, 2003 5:16 AM
Subject: Help required for Installation on BSD 4.1 OS


 HI ,

 I would like to know if it is possible to install BSD 4.1 on Compaq
Proliant
 DL 380 G2 server with 5ie scsi embeded controller. If yes where will I get
 the Boot diskettes for installation the OS with 5ie drives..

 Thanks  Regards
 Girish B Mangoli



You'd likely be better off trying the current stable version, which is 4.7.
All supported hardware is listed on the FreeBSD webpage, and all install
disks are available as images from the FreeBSD webpage.

Adam


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: ATI Radeon

2003-02-02 Thread Adam Maas
Update to the latest verion of X, make sure you have DRI support built in
the kernel.

You might want to upgrade your box to 4.7, I'm not sure if 4.3 supports all
the Direct Rendering extensions XFree86 4.x use.

Adam

- Original Message -
From: Ivan S. Anisimov [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, February 02, 2003 6:39 AM
Subject: ATI Radeon


 Hello,

 How can I get my radeon 8500 running under 4.3?

 Thanks in advance,
 Ivan

 =
 Ivan S. Anisimov
 Processing
 Guta-Bank

 Tel. +7 (095) 79-79-5-79
 Fax. +7 (095) 975-66-99

 __
 Do you Yahoo!?
 Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
 http://mailplus.yahoo.com

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Off topic - How to find the owner of an unhosted domain

2003-01-24 Thread Adam Maas
That's not really possible. Check to see if it was registered by another
Registrar, you may have to query the other registrar to get the correct
info.

Adam

- Original Message -
From: Lorin Lund [EMAIL PROTECTED]
To: freebsd Questions [EMAIL PROTECTED]
Sent: Saturday, January 25, 2003 1:48 PM
Subject: Off topic - How to find the owner of an unhosted domain


 The domain my client wants is not available.  But there is no contact
 information in the whois
 database.  There is a date that it was registered.

 Any suggestions would be appreciated.

 Thank you,
 Lorin Lund (not currently subscribed)


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: IP Changed == Problem

2003-01-24 Thread Adam Maas
If you are using static mappings, check to see if they are IP they are
mapping from was updated (External IP)

Adam

- Original Message -
From: Joseph Maxwell [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, January 25, 2003 12:02 AM
Subject: IP Changed == Problem


 Hello,
 I recently changed my ISP - DSL provider, a new static IP, and now
 having problems ssh'ing in, none before.
 My config ==

 ISP[DSL] ==Modem==Router/Gateway  ==  HubLAN machine(1)
|LAN machine(2)
|
|LAN machine(n)

 The LAN side machines are configured w/ NAT and the mapping are
 unchanged, using 192.168.x.n etc. The WAN side is configured correctly,
 I think. I can access the internet from the LAN, SSH  Telnet. However I
 cannot telnet or SSH into the LAN and the Port mappings are the same as
 before??? The only change has been to the Gateway configuration, IP #,
 DNS  subnetmask.
 What am I missing?
 Thanks!
 --  Joe  --


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Problems with XFree86 and GeForce (was: help)

2003-01-15 Thread Adam Maas
He's going to need to set up customized modelines for this to work. LCD
panels only support specific refresh rates rather than the range of refresh
rates supported by a CRT. This would be his problem.

Adam

- Original Message -
From: DoubleF [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, January 15, 2003 2:31 AM
Subject: Re: Problems with XFree86 and GeForce (was: help)


 Hello,

 Recently, Sergey wrote:
  âÕÄÕ ÷ÁÍ ÏÞÅÎØ ÐÒÉÚÎÁÔÅÌÅÎ ÅÓÌÉ ×Ù ÍÎÅ ÐÏÍÏÖÅÔÅ
  ÒÁÈÏÂÒÁÔØÓÑ × ÓÌÅÄÕÀÝÅÍ ×ÏÐÒÏÓÅ. ñ ÎÉËÁË ÎÅ ÍÏÇÕ
  ÎÁÓÔÒÏÉÔØ XFree, Õ ÍÅÎÑ ×ÉÄÅÏËÁÒÔÁ GeForce 2 GTS É
  ÍÏÎÉÔÏÒ CTX PV520 ÖÉÄËÏËÒÉÓÔÁÌÌÉÞÅÓËÉÊ. ðÒÏÂÌÅÍÁ × ÔÏÍ
  ÞÔÏ ÐÒÉ ÚÁÇÒÕÚËÅ ÄÌÑ ÕÓÔÁÎÏ×ËÉ ÐÁÒÁÍÅÔÒÏ× ×ÉÄÅÏËÁÒÔÙ É
  ÍÏÎÉÔÏÒÁ, ÒÁÚÒÅÛÅÎÉÑ,  ÍÏÎÉÔÏÒ ÇÁÓÎÅÔ É ÐÏËÁÚÙ×ÁÅÔ ÞÔÏ
  ÏÎ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔ ÄÁÎÎÕÀ ÞÁÓÔÏÔÕ. ëÁË ÍÎÅ ÐÏÓÔÕÐÉÔØ ×
  ÄÁÎÎÏÊ ÓÉÔÕÁÃÉÉ.

 This message translates like this:

  I would be pleased if you could help me with this
  issue. I am experiencing problems installing XFree86.
  I have a GeForce 2 GTS, my monitor is an LCD called
  CTX PV520. Whenever I try to change the videocard
  and monitor properties, e.g. resolution, my screen
  blanks and it shows it doesn't support the frequency.
  Any help would be appreciated.

 Which version of X are you running?
 Do you use a specialized server (which?) or the generic
 (VGA16) one? Try falling back to VGA if your server doesn't
 work. Then, if it works, try SVGA.
 I hope someone else will respond to this message as I am no expert.

  ëÁËÁÑ Õ ×ÁÓ ×ÅÒÓÉÑ X?
  ÷Ù ÉÓÐÏÌØÚÕÅÔÅ ÏÐÔÉÍÉÚÉÒÏ×ÁÎÎÙÊ ÓÅÒ×ÅÒ(Á ËÁËÏÊ?) ÉÌÉ ÐÒÏÓÔÅÊÛÉÊ
  (VGA16)? ðÏÐÒÏÂÕÊÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ VGA16, ÅÓÌÉ ÷ÁÍ ÎÅ ÕÄÁÓÔÓÑ
  ÓÐÒÁ×ÉÔØÓÑ Ó ×ÁÛÉÍ ÓÅÒ×ÅÒÏÍ. úÁÔÅÍ ÐÏÐÒÏÂÕÊÔÅ ÓÅÒ×ÅÒ SVGA.
  ñ ÎÅ ÜËÓÐÅÒÔ, ÎÏ ÎÁÄÅÀÓØ, ÞÔÏ ÎÁ ÁÎÇÌÉÊÓËÏÍ ÷ÁÓ ÐÏÊÍÕÔ ÂÏÌØÛÅÅ
  ËÏÌÉÞÅÓÔ×Ï ÌÀÄÅÊ.

 Good luck,
 DoubleF

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: operation timed out... Why?

2003-01-14 Thread Adam Maas
Can you telnet to the remote server on port 25?

--Adam

- Original Message -
From: Steve Warwick [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, January 14, 2003 12:58 PM
Subject: Mail: operation timed out... Why?


 Hi All,

 I have mail stacking up in the outbound mail queue all with the same
error:

 Deferred: Operation timed out with isp name here

 I have gone through my configs and everything looks correct. Could some
one
 tell me what could cause this error as I have checked everything I can
think
 of.

 The only thing left that might be incorrect is my ISP has a reverse DNS
 entry for my server as xxx.com not servername.xxx.com... Could that be it?

 TIA


 Steve


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Adding hardware for driver developers

2003-01-14 Thread Adam Maas
Well, the usual method would be to submit a patch to enable that card to
work. Generally hardware support is added by users of the hardware.

--Adam

- Original Message -
From: Quinn Ellis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, January 14, 2003 2:05 PM
Subject: Adding hardware for driver developers


 How does one add a piece of hardware to the list of ones for developers to
 design drivers for.
 I know FreeBSD supports similar chipsets from this company, and cards, but
 not exactly my one.

 Regards,
 Quinn


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Using FreeBSD in IRAN

2003-01-14 Thread Adam Maas
It may, due to the Crypto libraries.

There are a few other possibilities. OpenBSD is based in Canada, Mandrake
Linux is based in France.

Adam


- Original Message -
From: Tima Farzaliyev [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, January 14, 2003 4:23 PM
Subject: Using FreeBSD in IRAN


 Hello

 Could you please advise - is it legal to use FreeBSD
 in IRAN ?
 The reason I ask this is - we cannot use certain
 software including RedHat in IRAN due to US exporting
 restrictions. Does this apply to FreeBSD as well ?

 Thank you
 Tima

 __
 Do you Yahoo!?
 Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
 http://mailplus.yahoo.com

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Re[2]: 4.7 Release hangs upon Sendmail startup.

2003-01-13 Thread Adam Maas
Note that it doesn't actually hang if Name resolution is broken, just atkes
about 5 minutes to start the Daemons. Found this out last night the hard
way.

--Adam

- Original Message -
From: Metin de Dwaas [EMAIL PROTECTED]
To: Daxbert [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, January 13, 2003 6:12 AM
Subject: Re[2]: 4.7 Release hangs upon Sendmail startup.


 Hello Daxbert,

 Monday, January 13, 2003, 12:09:04, you wrote:

 When I install BSD on a colo machine (actually 2 machines)
 And after the installation I reboot the machine..
 It hangs on the startup:

  I've had problems like this when name resolution was broken.
  Confirm name resolution is 'happy'. Check the following...

  /etc/hosts
  /etc/resolv.conf
  no firewall issues blocking 53

  You should be able to perform forward and reverse queries on
  your hostname.

  Dax


  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message

 Ok thx! forgot that :/ I'm gonna check it.. I'll let you know..

 --
 Gr,
 dwaasje
 [EMAIL PROTECTED]


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: ICQ?

2003-01-13 Thread Adam Maas
Sign up at www.mirabilis.com

--Adam

- Original Message - 
From: Brian T. Schellenberger [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 13, 2003 2:44 PM
Subject: ICQ?


 
 I tried a couple of FreeBSD ICQ clients but they wanted me to tell them 
 my ICQ ID.
 
 Well, I don't have one yet..
 
 How do you get one in the first place?
 
 -- 
 Brian, the man from Babble-On . . . .   [EMAIL PROTECTED] (personal)
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Small Hdd

2003-01-12 Thread Adam Maas
picoBSD?

--Adam

- Original Message -
From: Shawn Henderson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Sunday, January 12, 2003 1:40 AM
Subject: Small Hdd


 I have a 486 that I would like to run as a file server. I have installed
 fbsd but the harddirve is only 800 mb. I really would rather not change
it.
 Not much will be stored on there but none the less would like to have it.
Is
 there a way to use the current hdd would like to have ssh and samba
running
 and the most space I can get for files..any Ideas
 Thanks



 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: CD to MP3

2003-01-12 Thread Adam Maas
gRip + Lame

--Adam
- Original Message - 
From: Dave McCoy [EMAIL PROTECTED]
To: freebsd-questions [EMAIL PROTECTED]
Sent: Sunday, January 12, 2003 12:36 PM
Subject: CD to MP3


 
 I have been looking for an easy way to convert music cds to mp3 files. 
 The ports collection hasn't been much help on this subject. Does anyone 
 know of a plug-in for xmms or an easy utililty to acomplish this.
 
 Thanks
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Good integrated Athlon chipset for FreeBSD

2003-01-12 Thread Adam Maas
The nForce based boards would be your best bet. Good solid chipset with a
decent video core. You should be able to find one that's less expensive than
the Asus. Perhaps an MSI or Gigabyte.

--Adam
- Original Message -
From: Ihsan Junaidi Ibrahim [EMAIL PROTECTED]
To: FreeBSD Questions [EMAIL PROTECTED]
Sent: Sunday, January 12, 2003 5:57 AM
Subject: Good integrated Athlon chipset for FreeBSD


Hello all,

I'm building a small workgroup (10 PCs) which will be used for software and
network testing as well for day-to-day usage. We're also conducting small
classes teaching UNIX for school students in our area. Therefore I'm looking
for a good integrated Athlon chipset which are supported in FreeBSD. I'm
specifically looking at Epox EP-8KMM+ utilizing the VIA KM266 chipset. But
I'm a little doubtful about the sound, video and above all, the NIC.

The sound uses Realtek ALC201A chipset, the video is VT8375 ProSavage8 and
the
NIC utilizes Realtek RTL8100B(L). I can't seem to find on the FreeBSD
hardware page supports for the sound and the NIC while a search on Xfree
driver site turned zero on the video. Does this mean, that they are not
supported? I'm really interested in the chipset because it's cheap and most
of us are literate when it comes to hardware, we can skip the support that
comes with pricier brands and motherboards.

My other option would be Asus A7N-266E using the nForce 420D chipset. I've
heard cases that this particular motherboard is usable in FreeBSD. The NIC
is
RTL8139 (rl) while other nForce boards seem to use the MCP-D built-in LAN,
which I can't seem to find any cases of it being run on any installation.

I'm open to any suggestion that will allow me to choose the best platform
for
our research. Cost of course is a factor but I will not buy cheap if it's
going to prove a hassle in the future.

Thank you for your time.
__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: pop-before-smtp

2003-01-12 Thread Adam Maas
POP before SMTP is a form of SMTP Authentication. Basically, the SMTP
allowes any IP which has succesfully POP'd mail to relay through it for a
fixed period, say 15 minutes since the POP3 transaction. It's quite useful
for roaming dial users.

--Adam

- Original Message -
From: Alex [EMAIL PROTECTED]
To: Antoine Jacoutot [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Sunday, January 12, 2003 7:26 PM
Subject: Re: pop-before-smtp



 Dear/Beste Antoine,

 Monday, January 13, 2003, 12:41:32 AM, you wrote:

  I've been looking all around but I don't find any pop-before-smtp
  solution within FreeBSD (no package, no ports, at least I didn't find
  any).
  Do you know if such a solution exists.

 What do you mean with: pop-before-smtp. You use STMP to send you mail
 from one server to another. And you use POP(3) to receive you mail
 from the 2nd server. I use qpopper for my pop3 services.

 --
 Best regards/Met vriendelijke groet,
 Alex


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: VPN Newbie has a silly question

2003-01-12 Thread Adam Maas
Big question is 'Is that Cisco box doing NAT?' If so, you might as well
stick to SSH Tunneling, because IPSEC won't do encryption through a NAT'ing
firewall. Solution 3 is to look to see if anybody ported the GRE (CISCO
Proprietary VPN Protocol) support from Linux.

--Adam

- Original Message -
From: Louis LeBlanc [EMAIL PROTECTED]
To: FreeBSD Questions [EMAIL PROTECTED]
Sent: Sunday, January 12, 2003 7:29 PM
Subject: Re: VPN Newbie has a silly question


 On 01/12/03 06:22 PM, Dru sat at the `puter and typed:
 
 
  On Sun, 12 Jan 2003, Louis LeBlanc wrote:
 
   Here's a complicated VPN question:
  
   I have one FreeBSD machine behind a firewall (let's call it WORK),
   only way thru is via VPN - unfortunately, the VPN in use is an old
   proprietary Cisco deal that has no client ported to FreeBSD.
  
   The other machine (also FreeBSD, call it HOME), is on a dynamic IP,
   but with the dns name served thru Zoneedit.com - so anytime the IP
   changes, there's maybe an hour or two of lag time while the auto
   update scripts get the dns back on track.
  
   What I want to do is initiate a VPN connection from WORK to HOME, and
   here's where I show my VPN ignorance, connect thru that VPN connection
   from HOME to WORK.  Basically I want to work from home on a secure
   connection rather than just getting my work machine to pop a terminal
   up on the home display over an insecure connection.
  
   I suspect this won't work this way, but I figure what the hell.  The
   worst that can happen is someone tells me I'm a dope and it don't work
   that way.
  
   So will it, or not?
 
 
  It should be doable. You may have less hair than you started out with
and
  learn more than you ever cared to about IPSec on the way to getting it
to work,
  but it should work.

 Ok, then no deadlines . . .  Thanks!

  Now, is this Cisco deal a concentrator, a PIX, or a router? (it makes a
  difference) Do you have the flexibility of getting its admin to create
the
  necessary IPSec policy and access lists to allow you through? Is your
new
  IP address always within the same network range? (that will make access
  lists much easier)

 No, it's a Cisco 5000, or some such thing.  It isn't IPSEC compliant,
 but has like 2 general passwords - in addition to the user password.
 There was supposed to be some promotion from Cisco to upgrade it last
 year, with free hardware, but our sysadmins were swamped at the time
 and decided against it.  Had they had the time, it would have become
 IPSEC compliant.

  These will get you started:
 
  klub.chip.pl/nolewajk/work/freebsd/FreeBSD-howto.htm
 
 
www.cisco.com/en/US/products/sw/iosswrel/ps1831/products_configuration_guide
s_books_list.html
 
  you want SC: Part 4: IP Security and Encryption
 
  Make sure you create a dynamic crypto map in addition to the regular
  crypto map. Authentication may prove interesting due to the dynamic IP;
  you'll want to read up carefully on your possibilities.
 
  As a side note, it may prove easier to just configure ssh on the
  destination computer and create the necessary rule to allow the
  connection on the access list on the Cisco thingie. Just a thought.
 
  Good luck,
 
  Dru

 I'll start on that.  What I'll do is look out for a connection failure
 hook of sorts, and just write a script to reinitialize the connection
 when the IP changes.  Shouldn't be too hard to monitor that and write
 a catch script to fix the configs and reestablish the connection.

 Thanks a bunch.
 Lou
 --
 Louis LeBlanc   [EMAIL PROTECTED]
 Fully Funded Hobbyist, KeySlapper Extrordinaire :)
 http://www.keyslapper.org ԿԬ

 nolo contendere:
   A legal term meaning: I didn't do it, judge, and I'll never do it
again.

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Problems w NIC

2003-01-11 Thread Adam Maas
We're not referring to your gateway machine having firewall issues, but
rather the machine with connectivity issues.It has all the symptoms of a
non-configured ipfw firewall.

--Adam


- Original Message -
From: Nikolaj Farrell [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, January 11, 2003 6:59 PM
Subject: Re: Problems w NIC


 
  So, you're saying that with this configuration, you:
  1] Cannot ping any hosts on the internal network
  2] No internal hosts can ping the internal IP address of the g'way.
 
  Do this for me:-
  1] tail /var/log/security
  2] Back-up your current ipfw ruleset - and disconnect (physically) from
  the internet
  3] create a new rule set that reads ipfw add allow log ip any to any
  4] reload the new ruleset into place
  5] Try connecting to and from other internal hosts
  6] Post logs here.
 
  Regards,
 
  Stacey

 Summary so far;

 Actually what I am saying is:
 1] Computer with problems cant ping anything but itself
 2] All internal computers can access the gw (and internet), except for
 computer with problems.
 3] The gateway machine has no problems, neither do any of the other
 computers on the LAN.

 As for the stuff you want me to do;
 One of the first things I checked was the firewalling, and I then did an
 ipfw flush. (just to be sure)
 security logs show nothing, probably due to that firewall is completely
open
 on the internal interface and firewall is default to accept. If you really
 really think the security-log can be of help I can post it, but please
read
 on.

 Everything else in the network, except for fawlty machine 192.168.0.1,
works
 problem-free and have done so in over two years. the computer 192.168.0.1
is
 brand new and is set up on the same physical location and the same
tp-cable
 as the old computer. (which is not used anymore).

 When I ping from 192.168.0.1 to ANY host  no packets leave the
 interface-card (according to hub).

 The only thing that so far has prevented me from throwing the NIC out the
 window is the fact that if I reboot the computer, and boot up WindowsXP
 instead, everything works perfectly. This also rules out problems set
 outside of 192.168.0.1. (or am I wrong?).

 regards
 /Nikolaj




 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Problems w NIC

2003-01-11 Thread Adam Maas
I did have a similar problem with 5.0rc2 and my 3cSOHO 100BaseTX NIC, but I
had it coming up in hw-loopback state rather than any actual link state
from Autodetect.

My solution was to replace the NIC with a 10baseT NE2000-PCI cheapo, since
the box in question was simply a firewall/router for 3Mbit DSL.

--Adam

- Original Message -
From: Nikolaj Farrell [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: FreeBSD Questions [EMAIL PROTECTED]
Sent: Saturday, January 11, 2003 7:58 PM
Subject: Re: Problems w NIC


  Okay.., I see that there's no firewall support in the kernel. Well., at
  the end I'd ask for you to try reloading the nic (ifconfig dc0 down /
  ifconfig dc0 up) to see if that makes any difference - maybe booting to
  other OS leaves the nic is some sort of state.., but that's grasping at
  straws.., but I seem to recall hearing at least one instance of this..,
  somewhere..,
 
  Regards,
 
  Stacey
 

 In your opinion, could it be worth buying a new network card?

 regards
 /Nikolaj


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Seagate Barracuda ATA IV ST380021A

2003-01-10 Thread Adam Maas
HDD Manufacturers use a 100 Byte Megabyte, BSD uses the proper 1048576
Byte Megabyte. the Difference adds up.

--Adam

- Original Message -
From: Roman V. Mashak [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 10, 2003 1:18 AM
Subject: Seagate Barracuda ATA IV ST380021A


 Hello.
 I've got the following problem. Is it normal, that FreeBSD (latest
 4.7stable) is detecting my harddrive (see subj.) like this:

 ad1: 76319MB [155061/16/63] UDMA100

 Although my BIOS detect hard-drive as 80GB capacity.
 I have Intel-d845ebg2 motherboard and BIOS version is
PT84520A.86A.0009.P04

 --
 Best regards, Roman

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: kazaa on bsd

2003-01-09 Thread Adam Maas
Kazaa for Linux undr Linux emulation?

--Adam

- Original Message - 
From: Wayne Swart [EMAIL PROTECTED]
To: FreeBSD Mailing list [EMAIL PROTECTED]
Sent: Thursday, January 09, 2003 6:44 AM
Subject: kazaa on bsd


 Helo everyone
 
 Is there a kazaa client for bsd or X accept for making kazaa-lite run on
 wine ?
 
 
 Kind regards
 
 
 Wayne
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Older versions

2003-01-07 Thread Adam Maas
Slackware 2.x is another possibility. It'll run with 2MB off a alternate set
of boot disks (Included in the install package.)

--Adam

- Original Message -
From: Andrew Prewett [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, January 07, 2003 6:00 PM
Subject: Re: Older versions


 Today Nathan Kinkade wrote:

  On Tue, Jan 07, 2003 at 02:30:57PM -0700, [EMAIL PROTECTED] wrote:
   I have a VERY, VERY old laptop (1.9 Megs of memory IBM), and I was
   wondering if I could get FreeBSD 1 for it. If so, where? Thanks!
  
   lattera
  
   To Unsubscribe: send mail to [EMAIL PROTECTED]
   with unsubscribe freebsd-questions in the body of the message
 
  What type of processor does it have?  1.9MB of RAM is not very much.
  Even PicoBSD, the single floppy version of FreeBSD, would like to have
  8MB of memory.  I have serious doubts that you will be able to get
  virtually anything to run in 1.9MB of memory.  I could be wrong, and if
  someone knows of a tiny OS that will run under these conditions I'd be
  curious to know about it.  I have recently been looking around at some
  tiny Linux installations, but even those absolutely require at least 4MB
  of memory.

 minix?

 from the minix install.txt:
 ...
 1. REQUIREMENTS
The minimum system MINIX can be installed on comfortably  is
an  IBM PC/AT or PS/2 with a 286 processor, 640 KB memory, a
720 kb diskette drive, and 25-30 MB free  space  on  an  AT,
ESDI, or SCSI hard disk (the latter controlled by an Adaptec
1540.)  MINIX for the  386  (MINIX-386  for  short)  can  be
installed on a machine with at least a 386sx processor, 3 MB
memory and at least 25-30 MB of disk space.
 ...

 -andrew


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Installing FreeBSD 4.7 from ISO image

2003-01-05 Thread Adam Maas
While WinRAR sees the iso as a WinRAR file it isn't, it should be burned as
downloaded, not extracted. Download it and burn it as an image directly,
you've just run into some brain damage on the part of WinRAR.

Adam

- Original Message -
From: William Coles [EMAIL PROTECTED]
To: freebsd-questions [EMAIL PROTECTED]
Sent: Sunday, January 05, 2003 6:07 PM
Subject: Installing FreeBSD 4.7 from ISO image




 -Original Message-
 From: William Coles [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 05, 2003 6:02 PM
 To: [EMAIL PROTECTED]
 Subject: RE: Installing FreeBSD 4.7 from ISO image


 Hello,

 Thanks to everyone for the suggestions so far. I'm still having trouble,
but
 I'm determined to figure this thing out! I can't wait to be running
FreeBSD.
 Here is what I have tried so far:

 As per Daniel's suggestion, I verified that other bootable CD's work on my
 system, which they do. I was able to boot using an old Slackware 7.0 CD I
 have. Daniel also suggested that maybe the issue has something to do with
my
 ISO burning process. I think that is exactly where the problem is, so I'm
 trying to get it right.

 As Dzokayi suggested, I made sure I burned the file as an image and didn't
 just burn the file as is to the CD-RW. The original file I downloaded from
 the FTP site came compressed as a WinRAR archive. After downloading it, I
 extracted it to my HDD. In windows, it shows all kinds of folders (i.e.
bin,
 boot, catpages, etc). The files themselves are not readable in windows,
 obviously, because they are made with a different file system.

 Then I followed the suggestion given by Laszlo, which was to burn the
actual
 archive without extracting it. Fortunately, I saved the original file so
 this was easy enough to do. But...it didn't work either. After burning the
 4.7 mini.iso (compressed WinRAR) file, putting the CD in the tray and
 rebooting...nada, hangs on 'booting from ATAPI CD'

 Lastly, I realized that I have been burning data CD's and that Nero had an
 option for burning bootable CD's. Duh! So I went back to Nero and started
 over. The problem I'm running into now is that when I create a new
 compilation in Nero to set up a bootable CD, Nero gives two choices to
pick
 from the source of boot image data; a) a bootable logical drive (must be
 under 650 MB, which I don't have) and b) an Image File. When I click on
the
 browse button to select an image file, Nero only wants to look for files
 with the extension of .ima. I'm thinking that the file I downloaded from
the
 FTP site is indeed an image file, no? What I'm going to try next is to
 rename the archive file I downloaded to end in .ima and burn it. There is
 also a field to choose a type of emulation. The choices are Floppy,
Hardisk
 or No Emulation. I have been choosing No Emulation, as per the Nero
manual,
 this is for bootable installation CD's (i.e. what I'm trying to make). Any
 further suggestions will be greatly appreciated.

 Thanks again,
 Bill (one day running BSD)



 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: ata fallback to PIO mode on dual processor AMD systems

2003-01-05 Thread Adam Maas
This would be legacy behaviour from the days of buggy ATA33/UDMA
implementations, where falling back to PIO mode would allow a device with a
buggy UDMA implementation (Unfortunately rather common at the time) to
function.

--Adam
- Original Message -
From: Bruce Campbell [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Sunday, January 05, 2003 10:01 PM
Subject: Re: ata fallback to PIO mode on dual processor AMD systems


 Quoting Bruce Campbell [EMAIL PROTECTED]:

  Quoting Matthew Emmerton [EMAIL PROTECTED]:
 
   [ cc'ing Soren since he's the ATA guru ]
  
Dec 30 23:27:00 ecserv13 /kernel: ad0: trying fallback to PIO mode
Dec 30 23:27:00 ecserv13 /kernel: ata0: resetting devices .. done
   
The test continues to run with the ata controller in PIO mode, with
slower performance, and higher load average.
   
Once the master drops to PIO, attempts to access the slave then
cause
it to drop to PIO.
  
   Are you using 80-conductor cables on all your drives?  These are
required
  to
   get consistent high throughput, and running without them may cause the
   problems you're seeing.
 
  Thanks for the information about the design of IDE etc, and the
suggestion
  about the cables.  I was about to shuffle things to get the disks
  onto separate channels, but I now see that would be a mistake as my
  CD drive would share a cable with a disk.

 ps.  As an aside, I have since determined that putting a PIO device and
  a UDMA device on the same channel does not affect the performance
  of the UDMA device, unless the PIO device is in use.  So, sharing
  a low use CD rom drive with a disk wouldn't be so bad.

  I am puzzled about the fallback to PIO concept.  If a disk has
  gives some sort of timeout error or whatever, why would trying
  PIO correct the problem ?  That seems equivalent to asking the
  disk to do the same thing, just more slowly.

  In my case, some sort of timeout error occurs on ad0, so
  it falls back to PIO, and works.  A later access to ad1
  also yields a timeout error, and then it drops to PIO,
  and works too.  I'm fairly confident both disks did not
  experience media errors at the same time, which suggests
  a problem with the onboard IDE controller, or a driver bug.

  Tests continue...







 
 This mail sent through www.mywaterloo.ca

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Laptops w/ FreeBSD pre-loaded (somewhat OT)

2003-01-05 Thread Adam Maas
Check Linux Magazine or Linux Journal for ads, there's at least 3 different
companies that sell Unix/Linux Laptops. I Think Rebel.com still sells some
Sparc Laptops too.

Adam Maas

- Original Message -
From: Jimi Thompson [EMAIL PROTECTED]
To: Scott Robbins [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, January 06, 2003 12:06 AM
Subject: Re: Laptops w/ FreeBSD pre-loaded (somewhat OT)



 On Sunday, December 29, 2002, at 04:00  PM, Scott Robbins wrote:

  On Sun, Dec 29, 2002 at 09:28:31PM -0500, John Bleichert wrote:
  Last year (when I wasn't in the market for a laptop) I found a
  site/manufacturer which sold Athlon- and Pentium-based laptops with
  Free/OpenBSD and/or Linux pre-installed. Now that I'm in the market
  I can't find the site to save my life. Has anybody seen such a site
  anywhere? I thought I found the site linked from freebsd.org but no
  luck.
 
  I know Walmart sells some laptops (or is it only desktops--don't
  have time to check at this instant) with some version of Linux
  installed.
 
  If you do find out, please post the site.
  Thanks
 
  --
 
  Scott Robbins
 Scott,
 
 You would be referring to the bastardized linux thing called Lindows.
 We were interested in at work for a test and horked up the $99.00.
 What a waste!  Mandrake 9.0 is a better desktop distro.  It biggest
 selling point is that it's running Transmeta's  CPU's and it's only
 $350.00 for their high end device.  You'd be as well of with one of
 the mail stations since you'd at least get some support if something
 breaks.

 I know that the Sun reps at work all carry HP laptops loaded with
 Intel/Solaris.  They have told me that they normally load with disks
 burned from the ISO's on their own web site (freely downloadable) with
 out any problems.  This leads me to think that your odds of having unix
 drivers for the device available would be rather high.

 HTH,

 Jimi


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: FTP incoming directory. Damned Hooligans.

2003-01-05 Thread Adam Maas
Anonymous FTP right?

The more sophisticates warez kiddies have taken to scanning networks for
anonymous ftp servers, and then loading them up with their warez/pr0n and
giving out trhe IP. Had it happen to a few customers (I work Tech Support
for Major Evil Backbone Provider).

Next time give them logins to the box and always disable anonymous FTP.

--Adam

- Original Message -
From: Alvaro Gil [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 06, 2003 12:21 AM
Subject: FTP incoming directory. Damned Hooligans.


 I was trying to upload some stuff on my server today and I realized
 the /user partition was 100% full.  After investigating a bit I found
 that the public ftp incoming directory I had set up for some friends
 as full of directories and sub directories.  Some said scanned by
 pitbull.  Is this some kind of worm floating around.  Unfortunately
 I had to 86 the incoming directory.  Damned Internet hooligans.
 --
 
 Alvaro Gil
 http://www.AlvaroGil.com
 '84 Volvo 242 Turbo (Silver) 15 psi
 '97 Leopard Gecko (White, Yellow, Black)
 

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: FTP incoming directory. Damned Hooligans.

2003-01-05 Thread Adam Maas
And Pitbull is likely just the handle of one of those hooligans.

--Adam

- Original Message - 
From: Adam Maas [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; Alvaro Gil [EMAIL PROTECTED]
Sent: Monday, January 06, 2003 12:24 AM
Subject: Re: FTP incoming directory. Damned Hooligans.


 Anonymous FTP right?
 
 The more sophisticates warez kiddies have taken to scanning networks for
 anonymous ftp servers, and then loading them up with their warez/pr0n and
 giving out trhe IP. Had it happen to a few customers (I work Tech Support
 for Major Evil Backbone Provider).
 
 Next time give them logins to the box and always disable anonymous FTP.
 
 --Adam
 
 - Original Message -
 From: Alvaro Gil [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Monday, January 06, 2003 12:21 AM
 Subject: FTP incoming directory. Damned Hooligans.
 
 
  I was trying to upload some stuff on my server today and I realized
  the /user partition was 100% full.  After investigating a bit I found
  that the public ftp incoming directory I had set up for some friends
  as full of directories and sub directories.  Some said scanned by
  pitbull.  Is this some kind of worm floating around.  Unfortunately
  I had to 86 the incoming directory.  Damned Internet hooligans.
  --
  
  Alvaro Gil
  http://www.AlvaroGil.com
  '84 Volvo 242 Turbo (Silver) 15 psi
  '97 Leopard Gecko (White, Yellow, Black)
  
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message