Creating an additional DNS zone file

2003-06-20 Thread Alfonso Romero
I have a DNS server for my local LAN. I use ibacsoft.dynu.com as the primary zone 
and all works properly. When I wanted to add an additional zone, lalis.com, to use 
virtual hosts with apache, I created the following zone file, called lalis.com on 
/etc/namedb:

---
$TTL3600
lalis.com.   IN  SOA adeline.ibacsoft.dynu.com. 
root.adeline.ibacsoft.dynu.com (
6; Serial
3600; Refresh
900 ; Retry
360 ; Expire
3600 )  ; Minimum
   IN  NS  adeline.ibacsoft.dynu.com.
;
IN  A   192.168.0.101

www IN CNAME@
mailIN CNAME@

@   IN MX   10  mail.lalis.com.


I then reload named with ndc reload, ping www.lalis.com and all looks fine.
I even go to www.lalis.com and the apache home page shows up.

The problem is when I try to use lalis.com, without the www part. When I ping 
lalis.com, it doesn´t give me the correct internal IP address, like www.lalis.com does.

What am I doing wrong?

Thanks in advance,

Alfonso Romero


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


what does /dev/ad0s use for ?

2003-06-20 Thread Supote Leelasupphakorn
Hi, all 

  In addtion to files named /dev/ad0sX (where x is
slice number) in /dev
those I can mount it usually, there is /dev/ad0s1
(has no partition label).

  My question is when and what this device file is use
for?

Thanks for any explaination.



Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://uk.messenger.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how many partitions on a slice?

2003-06-20 Thread sweetleaf
I choose to use the entire disk during freebsd install. Ok, that creates 1 really 
large slice correct? Now within this slice how may partitions cam there be? I tried 
setting up /root /tmp /home /var /usr /sandbox/ /private /storage . after adding 
sandbox and attempting to add /private and /storage i saw that the partitions looked 
different in the freebsd disk setup tool. I continued anyway but upon the system 
setting up the previous entries and formatting them i received messages that /private 
and /storate were not mountable or something like that...anyway i had to start over 
and only add six partitions..well other that the swap. Should i setup 2 slices? here 
is my current setup with the six partitions.


 df -h
FilesystemSize   Used  Avail Capacity  Mounted on
/dev/ad0s1a   290M   274M  -7.3M   103%/
devfs 1.0K   1.0K 0B   100%/dev
/dev/ad0s1f   965M   2.0K   888M 0%/home
/dev/ad0s1g   965M   2.0K   888M 0%/private
/dev/ad0s1e   484M12K   445M 0%/tmp
/dev/ad0s1h33G   1.7G29G 6%/usr
/dev/ad0s1d   145M   9.7M   124M 7%/var

Thanks in ./adv for all the help. I would also like to take the time to thank the 
freebsd team and others whom contribute and make freebsd what it is. I have used 
openbsd for several yrs now...firewalls, routers, IDS etc.. but have remained reliant 
on windows for a desktop but i am proud to say that i have deleted that virus off 
desktop and am replacing it with feebsd, much successfully i might add. I tip my hat 
to you fine folks, God bless.



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


USB Modem

2003-06-20 Thread Jeandre du Toit

I have a AzTech USB modem, I found a linux driver on their website and it 
works. I have problems surfing on Windows it keeps screwing up my 
connection, and I would like to get rid of linux to make more space for 
FreeBSD. My question is how much work is involved to convert the code from 
creating a linux kernel module to something that can work on FreeBSD? I 
have never coded something on FreeBSD before, if it is not too difficult, 
I could try.

Thanks
Jeandre

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


Re: mount msdos partition with user id?

2003-06-20 Thread Zhang Le
On Thu, Jun 19, 2003 at 06:30:30AM -0300, Han Hwei Woo wrote:
 It's been a while since I've done this, but if I remember correctly, you'll
 want to use -u rather than -o. Try 'man mount_msdos' and playing around with
 some of the options.
Cool! It works.
And after putting the lines in /etc/fstab:
/dev/da0s1  /d  msdos   rw, noauto,-u=zl  0   0
I get it mounted every time the system boot.

Thank you and others who reply me.
--
 Sincerely yours,
Zhang Le

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


troube with install FreeBSD on XP toshiba 2410

2003-06-20 Thread Kevyn-Alexandre Paré
Hi,

I'm new with FreeBSD, I have a toshiba 2410 and this is it's specs

http://www.toshiba.ca/web/specifications.grp?lg=ensection=1group=1product=531part=830

So i have three principal partition one with XP familly one with my stuff 
and one where i would like to install freeBSD.

The probleme is that I boot with the cd and it stop each time a the same 
place, and i have try all the options of the menu

So the last line writen on my screen was:

Pci bios : BIOS Version 2.10
Using $PIR table, 8 entries at 0xc00f01a0
pcib0 : Host to PCI bridge at pcibus 0 on motherboard
pci0 : PCI bus on pcib0
agp0 : Intel 82845 host to AGP bridge mem 0xf-0xf700 at device 
0.0 on pci0

and then the laptop jam and i must reboot...

can you help me please

thx

kap

_
MSN Messenger : discutez en direct avec vos amis !  
http://messenger.fr.msn.ca/

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


Re: fsck'ing UFS partitons under linux?

2003-06-20 Thread Malcolm Kay
On Fri, 20 Jun 2003 15:18, derrich wrote:
 I'm trying to fsck a UFS (created under FreeBSD 4.8) partition from within
 a Linux system, and I'm having a whole lot of trouble. I know UFS support
 is enabled in the kernel, because I'm able to mount the drive read-only. I
 believe I've been unable to mount it read-write because the drive needs to
 be fsck'ed, but I can't figure out how to do this under linux.

 I've tried running 'fsck -t ufs /dev/hda2', but I get an error about
 /sbin/fsck.ufs not existing ... and googling 'fsck.ufs' turns up very
 little, and what little it turns up isn't all in English, which doesn't
 really help me.


From this I would gather linux does not have an fsck variant able to deal with
an ufs file system (and I don't think I'd want to trust it if it did). If the 
partition is imperfect then clean it up under FreeBSD.

Surely this is a question for linux -- not FreeBSD.

I, and guess many other subscribers to this mailing list, would have no idea
how linux names and manages bsd style partitions within slices which I believe
is exotic in linux.

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


Re: FreeBSD 5.1 - Problem with post-installation configuration ofapache13-mod_ssl

2003-06-20 Thread Andreas Kohn
Am Fri, 2003-06-20 um 06.02 schrieb Erik Hollembeak:
 I had checked that out earlier. That's the reason I was so confused. I 
 really have no idea what's going on and i haven't found anything in the 
 errata/etc that says anything about Apache issues. I also tried using 
 normal apache 1.3, as well as apachessl. both do the same thing. They 
 configure fine but refuse to launch.
 
 arcadia# apachectl configtest
 Syntax OK
 
 Erik
 
 On Thursday, June 19, 2003, at 11:57  PM, jle wrote:
 
 
  I have installed the base distribution
  + perl from the ports and am currently trying to get apache13 with
  mod_ssl working. This has usually been a trivial task, but I've been
  unable to make any progress, despite the so far wonderful
  documentation. Any assistance that could be provided would be
  wonderful. Below is my error message and uname -a output.
 
  snip
 
  arcadia# apachectl start
  /usr/local/sbin/apachectl start: httpd could not be started
 
  Try 'apachectl configtest' to ensure your httpd.conf is correct.
 
  HTH
 
 
 Erik Hollembeak
 School of Chemistry and Biochemistry
 Georgia Institute of Technology
 

Hello, 

you may want to check if there are any abnormal messages in the log
files of apache (/var/log/httpd-error.log).

HTH,
-- 
Andreas Kohn [EMAIL PROTECTED]


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Limiting closed port RST response

2003-06-20 Thread Matthew Ryan
Hi there,

I'm getting a lot of these in my security output.

Limiting closed port RST response from 220 to 200 packets per second
They are always on ports between 200- 300.

Could this be a DOS atttack?
Where do I find a more detailed log?
I'm running FreeBSD 4.8 Release - the box is basically just a gateway 
router running natd and dhcpd.

Any ideas.

Thanks

 Matthew Ryan

[EMAIL PROTECTED]

PS Please say if this question should be on a different list :-)

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


Partitioning a big hard disk

2003-06-20 Thread Karsten Fuhrmann
Hello, i am trying to partition my 1.6TB scsi raid.
The problem is that disklabel only support up to 8 partitions but i want 
more (about 30).

Is there any way to do this ?

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


CUPS and HP LaserJet 4V printer: variable width font becomes fixedwidth

2003-06-20 Thread Rob Lahaye


Hello,

Since I have upgraded to FreeBSD 4.8 (with cups-1.1.18), printing has a problem
with variable width fonts. Variable width fonts are printed out as fixed width
fonts; so text looks ugly and runs over the lines.
I use http://localhost:631/admin; to configure CUPS.

The LaserJet 4V printer is attached to a Windows 98 PC,
and my FreeBSD PC prints via samba:
  Device URI: smb://surfion2/hp4v
I have tried as Model/Driver:
  HP LaserJet 4V, 4Si, CUPS+Gimp-Print v4.2.5
  HP LaserJet 4 series, CUPS+Gimp-Print v4.2.5
  HP LaserJet 6 series, CUPS+Gimp-Print v4.2.5  
All to no avail.

Has anyone experience with this?

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


good browser and java combo?

2003-06-20 Thread sweetleaf
I was wondering what browsers and java seem to work the best. I need to do online 
banking and would like to use java applets such as the chat.yahoo.com. I have tried 
both mozilla and netscap with suns current java-runtime and have found them to be 
extermetly unreliable. I wanted to switch from windows to unix for about 2 yrs but 
could never find a solution to java, and that remains the case after 3 yrs. Why is 
good java support in browsers so difficult in unnix, seeing  how java started its life 
in the unix community. I cat believe windows and internet explorer is actually better 
at java then unix.

Any good lightweight browsers other than netscape, mozilla or opera that work with 
java?

Thanks in ./adv 


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


Journaling filesystems

2003-06-20 Thread Karsten Fuhrmann
Hello there,
i am wondering if there are any journaling filesystems for freebsd which 
 are ready to use like reiser or ext3 for freebsd.

Anyone anything?

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


djbdns not listening on port 53

2003-06-20 Thread Guilherme Oliveira
 Hi !

My tinydns (192.168.1.2) is running inside a DMZ..
Natd forward the port 53 to 192.168.1.2 that (for example) is working very well
with apache.

netstat -la shows that tinydns is there but not listening on any port !

I've searched internet but didn't found anything ..
Hints ?



--
mailto:[EMAIL PROTECTED]
All bits used in this post are recycled !
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: symlinks help!

2003-06-20 Thread Daniel Bye
On Fri, Jun 20, 2003 at 12:45:27PM +0200, Andre wrote:
 Hi there people!
 
 I have setup a FreeBSD box with Mysql,apache+mod_php
 for practical purposes, when i want to update the webpages 
 on the FreeBSD machine i found it very hard to first use FTP
 to transfer the pages from my windows machine, and then SSH in to the FreeBSD 
 machine and move the files to the documentroot.
 
 how do i do a symlink that points to the default ftpddir 
 ( /usr/home/name ) ? 
 
 I know i can change the documentroot dir to be in my homedir in httpd.conf, but i 
 dont want to do that. 
 and yes... i have read the man pages, but i guess iam stupid :-)

Heh!  Just been thinking too hard about it, I suspect.

 anyone out there who wants to help me?

How about creating a new ftp user whose home directory is the document root
for your site?  Or better yet, get hold of a copy of WinSCP2, or the PuTTY
SCP utility (can't recall its name, but it's on the PuTTY site)?  Then you
can sack ftp altogether.

WinSCP is pretty cool - it's a standalone program and gives you a Norton
Commander-like or Explorer-like GUI.  I got my Marketing and Sales director
using it, no problems!  ;-)

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3D73 AF47 D448 C5CA 88B4 0DCF 849C 1C33 3C48 2CDC
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgp0.pgp
Description: PGP signature


Re: FreeBSD 5.1 - Problem with post-installation configuration ofapache13-mod_ssl

2003-06-20 Thread Erik Hollembeak
Well, apparently its having the same exact problem each time.

[Thu Jun 19 06:54:57 2003] [alert] mod_unique_id: unable to 
gethostbyname(arcadia)

arcadia is the name i gave my system on installation when it was on the 
screen concerning DHCP. Since the computer is on a LAN, i don't exactly 
have a fully qualified domain name that I'm aware of would 
192.168.blah.blah work to fill this field? On previous linux systems 
i've set the name to be poo.poo or something to that effect with no 
problem.

Thanks for all the assistance so far. I have quite a few things I plan 
on doing, and they all hinge on getting Apache working.

Regards,

Erik

On Friday, June 20, 2003, at 04:47  AM, Andreas Kohn wrote:

Am Fri, 2003-06-20 um 06.02 schrieb Erik Hollembeak:
I had checked that out earlier. That's the reason I was so confused. I
really have no idea what's going on and i haven't found anything in 
the
errata/etc that says anything about Apache issues. I also tried using
normal apache 1.3, as well as apachessl. both do the same thing. They
configure fine but refuse to launch.

arcadia# apachectl configtest
Syntax OK
Erik

On Thursday, June 19, 2003, at 11:57  PM, jle wrote:


I have installed the base distribution
+ perl from the ports and am currently trying to get apache13 with
mod_ssl working. This has usually been a trivial task, but I've been
unable to make any progress, despite the so far wonderful
documentation. Any assistance that could be provided would be
wonderful. Below is my error message and uname -a output.
snip

arcadia# apachectl start
/usr/local/sbin/apachectl start: httpd could not be started
Try 'apachectl configtest' to ensure your httpd.conf is correct.

HTH


Erik Hollembeak
School of Chemistry and Biochemistry
Georgia Institute of Technology
Hello,

you may want to check if there are any abnormal messages in the log
files of apache (/var/log/httpd-error.log).
HTH,
--
Andreas Kohn [EMAIL PROTECTED]
signature.asc
Erik Hollembeak
School of Chemistry and Biochemistry
Georgia Institute of Technology
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how many partitions on a slice?

2003-06-20 Thread Viktor Lazlo


On Fri, 20 Jun 2003, sweetleaf wrote:

 I choose to use the entire disk during freebsd install. Ok, that creates
 1 really large slice correct? Now within this slice how may partitions
 cam there be? I tried setting up /root /tmp /home /var /usr /sandbox/
 /private /storage . after adding sandbox and attempting to add
 /private and /storage i saw that the partitions looked different in the
 freebsd disk setup tool. I continued anyway but upon the system setting
 up the previous entries and formatting them i received messages that
 /private and /storate were not mountable or something like that...anyway
 i had to start over and only add six partitions..well other that the
 swap. Should i setup 2 slices? here is my current setup with the six
 partitions.


  df -h
 FilesystemSize   Used  Avail Capacity  Mounted on
 /dev/ad0s1a   290M   274M  -7.3M   103%/
 devfs 1.0K   1.0K 0B   100%/dev
 /dev/ad0s1f   965M   2.0K   888M 0%/home
 /dev/ad0s1g   965M   2.0K   888M 0%/private
 /dev/ad0s1e   484M12K   445M 0%/tmp
 /dev/ad0s1h33G   1.7G29G 6%/usr
 /dev/ad0s1d   145M   9.7M   124M 7%/var

I'm not sure if any changes have been introduced since 5.x but
'traditional FreeBSD has a maximum of 4 slices (BIOS or DOS partitions)
per disk, each of which can contain up to 8 partitions (the BSD
filesystems, labelled a-h).

Most commonly on a single hard drive system, you would either devote the
whole disk to a single FreeBSD slice or have 1 DOS/Windows slice and 1
FreeBSD slice if you are dual-booting.  You would only need additional
FreeBSD slices if you need more partitions than a single slice allows.

Within the main FreeBSD slice, partitions a and b are reserved for /root
and swap respectively, and c refers to the partition as a whole;  By
convention, partition d was formerly reserved and while there's probably
no problem now in using it as an ordinary partition it is not usually
recommended for general use, leaving the available partitions e, f, g and
h.

How you divide up the remaining partitions depends mainly on what you are
using the machine for and how much space any of those functions require.
In general any sets of files you want contained for easy administration or
to prevent conflicts with other files systems are best set up in their own
partitions.  You will definitely want /usr in its own partitions, and /var
as well to prevent mail and logs spawned by a process running amok or as a
result of a DOS attempt from filling up your other filesystems.  /home is
a good candidate for it's own partition as well to allow easy containment
of users data for backups or moving to a different machine. If you are
using the server for an ftp or file server, those data files are best
stored on a dedicated partition as well.

I'm not sure I'd bother giving /tmp it's own partition--applications that
rely heavily on tmp space tend to use /usr/tmp or /var/tmp more often than
/tmp anyways (at least in my experience), so I just make sure /var is
large enough to hold it's own contents as well as any temporary files
created by any applications. Depending on what you are using /private,
/storage and /sandbox for you may want to set up a secondary slice to
allow them to have their own partitions or set them up as separate
filesystems within an existing partition.

Cheers,

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


Re: Partitioning a big hard disk

2003-06-20 Thread Viktor Lazlo


On Fri, 20 Jun 2003, Karsten Fuhrmann wrote:

 Hello, i am trying to partition my 1.6TB scsi raid.
 The problem is that disklabel only support up to 8 partitions but i want
 more (about 30).

 Is there any way to do this ?

 Cheers,
 Karsten

Yes--you'll need to create additional BSD slices.

Cheers,

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


Re: Partitioning a big hard disk

2003-06-20 Thread Malcolm Kay
On Fri, 20 Jun 2003 17:27, Karsten Fuhrmann wrote:
 Hello, i am trying to partition my 1.6TB scsi raid.
 The problem is that disklabel only support up to 8 partitions but i want
 more (about 30).

 Is there any way to do this ?


I've never had anything to do with hardware raid but if it is seen
as a disk partitionable with disklabel I would expect that you could lay 
vinum on top and create 'n' vinum volumes each of a single plex and subdisk. 
I don't know what limits there are on 'n'.

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


Recommendations on new hardware

2003-06-20 Thread Benjamin Walkenhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello everybody,

The PC I currently own looks about like this:

Pentium III 450MHz
256MB RAM
Motherboard by Siemens (I think so, though I am not entirely certain), with a 
VIA82C686 chipset and just *3* PCI slots (one of them shared with ISA)
2 hard disks (both by IBM, 80 and 30 Gig), 2 CD-drives (Sony 4x/2x/24x CD-RW, 
LiteOn 12x/40x DVD-ROM)

The main problem with this setup is the motherboard, which sucks quite a lot.
The first problem I have is the limited number of PCI slots available. I own 
an AVM A1 which occupies the ISA slot of the board; the ISA slot is shared 
with one of the PCI slots, which leaves me with just *two* free PCI slots, 
which are occupied by my sound card (Terratec XLerate or something, Aureal 
Vortex 8820 chipset) and my TV card (Hauppauge WinTV Go, Brooktree 878 
chipset). I still do have a Videologic DVD decoder card I would like to use 
and I would also like to have an ethernet card. So I need a board with at 
least two more PCI slots (plus an ISA slot, or I need a new ISDN card).

The second problem: I got a 19 screen recently. So I increased my desktop 
resolution to 1280x1024. Now whatching TV and listening to MP3s at the same 
time makes my machine crash (PCI bus freezes probably).

The third problem is my BIOS: Linux, FreeBSD *and* Windows 2000 don't 
recognize my 80GB-harddisk, they only see the first 32GB.

What this comes down to is: I need a new motherboard. 
And I want to make sure it runs with both Linux and FreeBSD. 
It should be rock-solid-stable primarily and perform well, if possible. Nice 
features are alway welcome but have low priority. I thought of getting a 
board with the nForce2-chipset, but I think these aren't supported by 
FreeBSD, are they?
Anyway, what do you recommend for a new motherboard? It should be able to 
deal with 384 to 512 MB of RAM

(I am using FreeBSD 5.0-RELEASE!)

Thanks in advance,

kind regards,

Benjamin

- -- 
Der Hoffnung beraubt sein,
 heißt noch nicht - verzweifeln.
(Albert Camus)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Public Key available at http://www.krylon.de

iD8DBQE+8tzUoYumWdMvhMQRAiovAJ4laypDDLAL5RkG32AEPdr2TFnWAgCfWqOI
cJm9mWeoAkd/ttRuwyF4yBA=
=eGYi
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: good browser and java combo?

2003-06-20 Thread Jud
On Fri, 20 Jun 2003 04:01:03 -0500, sweetleaf [EMAIL PROTECTED] 
wrote:

I was wondering what browsers and java seem to work the best. I need to 
do online banking and would like to use java applets such as the 
chat.yahoo.com. I have tried both mozilla and netscap with suns current 
java-runtime and have found them to be extermetly unreliable. I wanted to 
switch from windows to unix for about 2 yrs but could never find a 
solution to java, and that remains the case after 3 yrs. Why is good java 
support in browsers so difficult in unnix, seeing  how java started its 
life in the unix community. I cat believe windows and internet explorer 
is actually better at java then unix.

Any good lightweight browsers other than netscape, mozilla or opera that 
work with java?

Thanks in ./adv
Sorry that I haven't used Java enough in FreeBSD to answer your question 
about browsers (my rural area limited to 28.8K dialup and satellite; 
latter's too expensive, so installing Java is the work of days).  I can at 
least tell you, though, that the unreliability you see is simply due to 
MS's 'hijacking' of Java by use of a non-standard VM.  Because of IE's 
market share, the sites you want to use all are tested and work with IE's 
non-standard Java, but that's not the case for Sun's or IBM's standard 
versions.  Hmm, so maybe I've answered your question anyway - any non-IE 
browser will have difficulty on many Java Web sites because it's not 
using IE's virtual machine.

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


Telnet in a script

2003-06-20 Thread Fehmi
Hello,
I want to run telnet in a shell based script,thus i
can
run remote commands without being in command shell
mode
(to automise some work...)
Thanks ...


___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Telnet in a script

2003-06-20 Thread cs
'man expect' will make you happy!

--chris

On 20 Jun 2003 at 12:17, Fehmi wrote:

 Hello,
 I want to run telnet in a shell based script,thus i
 can
 run remote commands without being in command shell
 mode
 (to automise some work...)
 Thanks ...


 ___
 Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
 Yahoo! Mail : http://fr.mail.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions To
 unsubscribe, send any mail to
 [EMAIL PROTECTED]


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


TV-Out refuses to work after XFree upgrade from 4.2.0 to 4.3.0

2003-06-20 Thread Frank Altpeter

[please CC me on responses since i'm not subscribed]


hi there,

I'm not sure on which freebsd topic this is best related, so i first
try it with freebsd-questions - please apologise if mistaken...

I'm running FreeBSD 4.8-STABLE on a Compaq Armade E500 notebook,
which is using a 'ATI RAGE P/M Mobility AGP 2x' graphics accelerator.

Yesterday i updated from XFree-4.2.0 to XFree-4.3.0, and since then,
the TV-OUT refuses to work anymore under X.

I installed 4.3.0 from the ports via portupgrade and installed the
corresponding ATI package as mentioned on
http://gatos.sourceforge.net/ati.2.php

Before, i was able to switch between display and TV-OUT with a
special function key, in case there is a TV connected on the chinch
connector. This worked in both text console and X desktop.

After the XFree update, it only works in text console mode, and the
function key doesn't switch to the TV-OUT anymore when displaying
the X session. So i'm quite sure that there's no hardware but an X
server problem ...

Any hints very appreciated...


With kind regards,

Frank Altpeter

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


Obtaining ports collection

2003-06-20 Thread Jim Xochellis
Hi List,

I have a very slow connection an I want to update the ports collection 
of my FreeBSD 4.7(i386) Release box. Somehow I have managed to download 
the collection from the 
ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports.tar.gz; and 
I have expanded it into a new /usr/ports/ directory, renaming my old 
collection to /usr/ports.bak/ To you think that this trick will 
actually work, or am I violating some rules? Is the ports collection of 
the current branch appropriate for my FreeBSD 4.7 box or not? Is 
there any other link from  were I should download a more appropriate 
ports collection?

Thank you very much for your time
Jim Xochellis
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CUPS and HP LaserJet 4V printer: variable width font becomesfixed width

2003-06-20 Thread Rob Lahaye


Hi,

This is a reply to my own question.

Could it be related to the hp4v.ppd file in /usr/local/etc/cups/ppd/hp4v.ppd ?
At the end it says:

*DefaultFont: Courier
*Font AvantGarde-Book: Standard (001.006S) Standard ROM
*Font AvantGarde-BookOblique: Standard (001.006S) Standard ROM
*Font AvantGarde-Demi: Standard (001.007S) Standard ROM
*Font AvantGarde-DemiOblique: Standard (001.007S) Standard ROM
*Font Bookman-Demi: Standard (001.004S) Standard ROM
*Font Bookman-DemiItalic: Standard (001.004S) Standard ROM
*Font Bookman-Light: Standard (001.004S) Standard ROM
*Font Bookman-LightItalic: Standard (001.004S) Standard ROM
*Font Courier: Standard (002.004S) Standard ROM
*Font Courier-Bold: Standard (002.004S) Standard ROM
*Font Courier-BoldOblique: Standard (002.004S) Standard ROM
*Font Courier-Oblique: Standard (002.004S) Standard ROM
*Font Helvetica: Standard (001.006S) Standard ROM
*Font Helvetica-Bold: Standard (001.007S) Standard ROM
*Font Helvetica-BoldOblique: Standard (001.007S) Standard ROM
*Font Helvetica-Narrow: Standard (001.006S) Standard ROM
*Font Helvetica-Narrow-Bold: Standard (001.007S) Standard ROM
*Font Helvetica-Narrow-BoldOblique: Standard (001.007S) Standard ROM
*Font Helvetica-Narrow-Oblique: Standard (001.006S) Standard ROM
*Font Helvetica-Oblique: Standard (001.006S) Standard ROM
*Font NewCenturySchlbk-Bold: Standard (001.009S) Standard ROM
*Font NewCenturySchlbk-BoldItalic: Standard (001.007S) Standard ROM
*Font NewCenturySchlbk-Italic: Standard (001.006S) Standard ROM
*Font NewCenturySchlbk-Roman: Standard (001.007S) Standard ROM
*Font Palatino-Bold: Standard (001.005S) Standard ROM
*Font Palatino-BoldItalic: Standard (001.005S) Standard ROM
*Font Palatino-Italic: Standard (001.005S) Standard ROM
*Font Palatino-Roman: Standard (001.005S) Standard ROM
*Font Symbol: Special (001.007S) Special ROM
*Font Times-Bold: Standard (001.007S) Standard ROM
*Font Times-BoldItalic: Standard (001.009S) Standard ROM
*Font Times-Italic: Standard (001.007S) Standard ROM
*Font Times-Roman: Standard (001.007S) Standard ROM
*Font ZapfChancery-MediumItalic: Standard (001.007S) Standard ROM
*Font ZapfDingbats: Special (001.004S) Standard ROM


The line *DefaultFont: Courier is problably the reason for the
fixed width font, isn't it?

So am I using a font that is not defined in this ppd file? I never
had this problem before!

Thanks for help!
Rob.


Rob Lahaye wrote:
 
 
 Hello,
 
 Since I have upgraded to FreeBSD 4.8 (with cups-1.1.18), printing has a 
 problem
 with variable width fonts. Variable width fonts are printed out as fixed 
 width
 fonts; so text looks ugly and runs over the lines.
 
 I use http://localhost:631/admin; to configure CUPS.
 
 The LaserJet 4V printer is attached to a Windows 98 PC,
 and my FreeBSD PC prints via samba:
   Device URI: smb://surfion2/hp4v
 
 
 I have tried as Model/Driver:
   HP LaserJet 4V, 4Si, CUPS+Gimp-Print v4.2.5
   HP LaserJet 4 series, CUPS+Gimp-Print v4.2.5
   HP LaserJet 6 series, CUPS+Gimp-Print v4.2.5 
 
 
 All to no avail.
 
 Has anyone experience with this?
 
 Thanks,
 Rob.
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 


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


Re: Obtaining ports collection

2003-06-20 Thread Simon Barner
Hi,

 I have a very slow connection an I want to update the ports collection 
 of my FreeBSD 4.7(i386) Release box. Somehow I have managed to download 
 the collection from the 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/branches/-current/ports.tar.gz; and 
 I have expanded it into a new /usr/ports/ directory, renaming my old 
 collection to /usr/ports.bak/ To you think that this trick will 
 actually work, or am I violating some rules?

While this will of course work, there is no need to download the whole
collection via ftp. CVSup might have been a faster alternative:

   http://www.freebsd.org/handbook/cvsup.html

As a supfile, you should use modified copy of
/usr/share/examples/cvsup/ports-supfile

You can als re-use your source tar-balls from you old ports tree (the
are in /usr/ports.bak/distfiles now

More information about the p.c. can be found here:
   
   http://www.freebsd.org/handbook/ports-using.html
   
 Is the ports collection of 
 the current branch appropriate for my FreeBSD 4.7 box or not?

Yes, there is only a current branch of the ports collection. While it is
recommended to use a -STABLE box with an up-to-date p.c., most of the
ports should work on your 4.7 box.

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


Re: Telnet in a script

2003-06-20 Thread Matt Heath
[EMAIL PROTECTED] wrote:

'man expect' will make you happy!

--chris

 

cat /usr/ports/lang/expect/pkg-descr

8)

ssh [EMAIL PROTECTED] command

set up passwordless logging in via .ssh/authorized_keys (generate a key 
with no password)
and you're away

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


Re: what does /dev/ad0s use for ?

2003-06-20 Thread Han Hwei Woo
That, and many other device files are generated by default, regardless of
whether or not you have that hardware on your system. You may not need it on
your setup, but someone else might on theirs.

Han Hwei Woo
http://www.argosy.ca/~hhw

- Original Message - 
From: Supote Leelasupphakorn [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 20, 2003 3:34 AM
Subject: what does /dev/ad0s use for ?


 Hi, all

   In addtion to files named /dev/ad0sX (where x is
 slice number) in /dev
 those I can mount it usually, there is /dev/ad0s1
 (has no partition label).

   My question is when and what this device file is use
 for?

 Thanks for any explaination.


 
 Want to chat instantly with your online friends?  Get the FREE Yahoo!
 Messenger http://uk.messenger.yahoo.com/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


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


Open Source virus scanning engine

2003-06-20 Thread Gabriel Ambuehl
Hi,
I was wondering whether there is any, preferably good ;-), open source
virus scanning engine for FreeBSD I could use on my mailserver. I
don't particularly mind buying a commercial one but I'd prefer an open
source one of course...

Any pointers would greatly be appreciated,
Gabriel

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


Re: fsck'ing UFS partitons under linux?

2003-06-20 Thread Han Hwei Woo
I believe UFS support is still experimental on Linux. Last time I tried it,
I managed to mount my UFS partitions read write, but it ended up completely
destroying them, so I'd approach this with extreme caution.

Han Hwei Woo
http://www.argosy.ca/~hhw

- Original Message - 
From: derrich [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 20, 2003 2:48 AM
Subject: fsck'ing UFS partitons under linux?



 I'm trying to fsck a UFS (created under FreeBSD 4.8) partition from within
 a Linux system, and I'm having a whole lot of trouble. I know UFS support
 is enabled in the kernel, because I'm able to mount the drive read-only. I
 believe I've been unable to mount it read-write because the drive needs to
 be fsck'ed, but I can't figure out how to do this under linux.

 I've tried running 'fsck -t ufs /dev/hda2', but I get an error about
 /sbin/fsck.ufs not existing ... and googling 'fsck.ufs' turns up very
 little, and what little it turns up isn't all in English, which doesn't
 really help me.

 If anyone has any suggestions, it'd be appreciated.

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


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


Re: Open Source virus scanning engine

2003-06-20 Thread Matthew Seaman
On Fri, Jun 20, 2003 at 01:59:51PM +0200, Gabriel Ambuehl wrote:

 I was wondering whether there is any, preferably good ;-), open source
 virus scanning engine for FreeBSD I could use on my mailserver. I
 don't particularly mind buying a commercial one but I'd prefer an open
 source one of course...

http://clamav.essentkabel.com/

which is in ports as security/clamav.  I've no idea if it's any good
or not, but it's the only non-commercial AV available in ports.

See also the security/amivisd port for integrating the anti-virus
scanner into your mail system

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


How can convert user expired days in human readable ?

2003-06-20 Thread Murat USTUNTAS
Hello all,

On my system, some users have expire day user settings. I write a 
(python) script
then parse the: 7.th selection in the master.passwd

blabla:::::::1064005200::::

How can I conver the number like 1064005200 to human readable date format ?
Or, there is a way to collect the information from a command interactively ?
Regards,

Murat Ustuntas

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


Re: How can convert user expired days in human readable ?

2003-06-20 Thread Dimitry Andric
On 2003-06-20 at 14:36:06 Murat USTUNTAS wrote:

 How can I conver the number like 1064005200 to human readable date
 format ?

Try:

  date -r 1064005200

And read the date(1) manpage for more information.


pgp0.pgp
Description: PGP signature


Re: How can convert user expired days in human readable ?

2003-06-20 Thread Matthew Seaman
On Fri, Jun 20, 2003 at 03:36:06PM +0300, Murat USTUNTAS wrote:

 On my system, some users have expire day user settings. I write a 
 (python) script
 then parse the: 7.th selection in the master.passwd
 
 blabla:::::::1064005200::::
 
 How can I conver the number like 1064005200 to human readable date format ?
 Or, there is a way to collect the information from a command interactively ?

That date is given as the number of seconds since the epoch (1 Jan
1970, 00:00 UTC), which is the standard Unix time_t internal time/date
representation.  You can convert it into human readable format by:

% date -r 1064005200
Fri Sep 19 22:00:00 BST 2003 

Or from within Python, you should have access to strftime(3) or
equivalent which will convert a time_t into a human-readable
time/date.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Running out of ttyp's on 4.8 RELEASE

2003-06-20 Thread Sergey Akifyev
On Fri, 2003-06-20 at 15:20, Sten Daniel Sørsdal wrote:
 How do I increase the ttyp's? 
All you've done + you need to create pty device entries in /dev

cd /dev
mknod ttypXX c 5 NN root:wheel

Replace XX with numbers/letters, and NN with tty number. Repeat as
necessary.
-- 
regards,
Sergey Akifyev [EMAIL PROTECTED]
JSC Gascom http://www.gascom.ru
PGP key available from:
ftp://ftp.gascom.ru/pub/PGP-keys/asa.txt


signature.asc
Description: This is a digitally signed message part


Re: How can convert user expired days in human readable ?

2003-06-20 Thread Murat USTUNTAS

   Thank you so much... I just adding the command ,
   everything in fine.
   Regards
   Murat Ustuntas
   Sergey Akifyev wrote:

On Fri, 2003-06-20 at 16:36, Murat USTUNTAS wrote:
  

How can I conver the number like 1064005200 to human readable date format ?
Or, there is a way to collect the information from a command interactively ?


date -r 1064005200

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


Re: Journaling filesystems

2003-06-20 Thread Sergey Akifyev
On Fri, 2003-06-20 at 12:02, Karsten Fuhrmann wrote:
 Hello there,
 i am wondering if there are any journaling filesystems for freebsd which 
   are ready to use like reiser or ext3 for freebsd.
FFS + SoftUpdates is much better than journaling!
-- 
regards,
Sergey Akifyev [EMAIL PROTECTED]
JSC Gascom http://www.gascom.ru
PGP key available from:
ftp://ftp.gascom.ru/pub/PGP-keys/asa.txt


signature.asc
Description: This is a digitally signed message part


Re: How can convert user expired days in human readable ?

2003-06-20 Thread Raymond T. Sundland
Within the master.passwd, the time is stored in seconds since the Epoch, 
and there are standard C and POSIX functions for converting this into 
any format you want.  I don't know much about python, but within Perl 
you can use strftime() to convert the date.  You would do something 
similar to:

strftime(%D, localtime($unixtime))

where $unixtime is assigned to the value you pulled from the 
master.passwd file.

The %D simply returns a MM/DD/YY format date.

Check to see if Python has similar functions... they are POSIX compliant.

Murat USTUNTAS wrote:

Hello all,

On my system, some users have expire day user settings. I write a 
(python) script
then parse the: 7.th selection in the master.passwd

blabla:::::::1064005200::::

How can I conver the number like 1064005200 to human readable date 
format ?
Or, there is a way to collect the information from a command 
interactively ?

Regards,

Murat Ustuntas

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


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


Re: dhclient filling up my logfiles

2003-06-20 Thread Hasse
On Thursday 19 June 2003 17.47, Hasse wrote:
 Hi everybody.
 Running FreeBSD 4.8-Stable.
 I'm connected to the internet by ADSL and dynamic IP.
 Dhcp-client keeps filling up my /var/log/messages.
 Makes a log-entry every 10th minute.

 snip
 Jun 19 17:35:56 odin dhclient: New Network Number: 217.209.211.0
 Jun 19 17:35:56 odin dhclient: New Broadcast Address: 217.209.211.255
 Jun 19 17:44:48 odin dhclient: New Network Number: 217.209.211.0
 Jun 19 17:44:48 odin dhclient: New Broadcast Address: 217.209.211.255
 /snip

 I'm running it with a practically empty dhclient.conf file.
 Only added one line to preserve my resolv.conf file.
 prepend domain-name-servers 127.0.0.1;

 According to the man-page dhclient(8), it's possible to
 add a -q switch to only log errors.

 snip
  The client normally prints a startup message and displays the  protocol
sequence  to  the  standard  error  descriptor until it has acquired
 an address, and then only logs messages using  the  syslog  (3)  facility.
 The  -q flag prevents any messages other than errors from being printed to
 the standard error descriptor.
 /snip

 I've tried to put it in rc.conf like this :
 ifconfig_xl0=DHCP
 dhcp_program=/sbin/dhclient
 dhcp_flags=-q

 But it still logs every connection.

-- 
Regards
   Hasse
  Webmaster @ Swedehost.com
-
 Check the lease file you're receiving, if it has a rediculously short
 lease time complain to your provider.

 Or it may well be the case that their dhcpd server is way too chatty.
 This often seems to be the case (possibly to make it work with windows,
 I dunno). I just block that traffic from my cable ISP on my firewall
 and keep state on outgoing connections, so that if the lease is going
 to expire dhclient will ask the server and get its reply but only then,
 not without the client asking. It also makes me feel a bit more secure.

 (/var/log/messages):
 Jun  2 23:26:31 gateway dhclient: New Network Number: 217.121.0.0
 Jun  2 23:26:31 gateway dhclient: New Broadcast Address: 217.121.1.255
 Jun  6 11:31:18 gateway dhclient: New Network Number: 217.121.0.0
 Jun  6 11:31:18 gateway dhclient: New Broadcast Address: 217.121.1.255
 Jun  9 23:58:28 gateway dhclient: New Network Number: 217.121.0.0
 Jun  9 23:58:28 gateway dhclient: New Broadcast Address: 217.121.1.255
 Jun 13 14:02:53 gateway dhclient: New Network Number: 217.121.0.0
 Jun 13 14:02:53 gateway dhclient: New Broadcast Address: 217.121.1.255
 Jun 17 02:03:22 gateway dhclient: New Network Number: 217.121.0.0
 Jun 17 02:03:22 gateway dhclient: New Broadcast Address: 217.121.1.255

 HTH,

 --Dan
-
This excessive logging behavior started for about 4 days ago.
At least, thats when I got aware of it.
Everything is working just fine, except for this.
My IP-address hardly ever change. I've had the same one for nearly a year now. 
There got to be a way to tell it to only log errors, not every connection, 
but I don't know how.
I was looking for a way in the syslog.conf, but I have very little 
understanding for that tool. ( not a clue ).
Any more hints or clues would be preciated.

This is a snip from my lease file :
lease {
  interface xl0;
  fixed-address 217.209.211.129;
  option subnet-mask 255.255.255.0;
  option time-offset 3600;
  option routers 217.209.211.1;
  option dhcp-lease-time 1200;
  option dhcp-message-type 5;
  option domain-name-servers 127.0.0.1,10.0.0.1,10.0.0.2;
  option dhcp-server-identifier 10.0.113.1;
  option broadcast-address 217.209.211.255;
  renew 5 2003/6/20 12:18:03;
  rebind 5 2003/6/20 12:26:08;
  expire 5 2003/6/20 12:28:38;
}

-- 
Regards
   Hasse
  

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


Re: USB Modem

2003-06-20 Thread Sergey Akifyev
On Fri, 2003-06-20 at 11:33, Jeandre du Toit wrote:
 I have a AzTech USB modem, I found a linux driver on their website and it 
 works. I have problems surfing on Windows it keeps screwing up my 
 connection, and I would like to get rid of linux to make more space for 
 FreeBSD. My question is how much work is involved to convert the code from 
 creating a linux kernel module to something that can work on FreeBSD? I 
 have never coded something on FreeBSD before, if it is not too difficult, 
 I could try.
FreeBSD already have umodem driver, which supports most USB modems :)
As for your question converting driver from Linux to BSD is difficult as
writing totally new driver, most of the time you use Linux code only for
information about the device [ports/interrupts/ID's/etc...]
-- 
regards,
Sergey Akifyev [EMAIL PROTECTED]
JSC Gascom http://www.gascom.ru
PGP key available from:
ftp://ftp.gascom.ru/pub/PGP-keys/asa.txt


signature.asc
Description: This is a digitally signed message part


Re: How can convert user expired days in human readable ?

2003-06-20 Thread Murat USTUNTAS

   Danny Pansters write me the following message to conver time in
   python language:
%python
Python 2.2.3 (#1, Jun  5 2003, 12:59:25)
[GCC 3.2.2 [FreeBSD] 20030205 (release)] on freebsd5
Type help, copyright, credits or license for more information.

 import time
 time.ctime(1064005200)
  

'Fri Sep 19 23:00:00 2003'

This what you need?

--Dan

Thank you all for your answers.. :)

Regards,

Murat Ustuntas

   Raymond T. Sundland wrote:

 Within the master.passwd, the time is stored in seconds since the
 Epoch, and there are standard C and POSIX functions for converting
 this into any format you want.  I don't know much about python, but
 within Perl you can use strftime() to convert the date.  You would
 do something similar to:
 strftime(%D, localtime($unixtime))
 where $unixtime is assigned to the value you pulled from the
 master.passwd file.
 The %D simply returns a MM/DD/YY format date.
 Check to see if Python has similar functions... they are POSIX
 compliant.
 Murat USTUNTAS wrote:

 Hello all,
 On my system, some users have expire day user settings. I write a
 (python) script
 then parse the: 7.th selection in the master.passwd
 blabla:::::::1064005200::::
 How can I conver the number like 1064005200 to human readable date
 format ?
 Or, there is a way to collect the information from a command
 interactively ?
 Regards,
 Murat Ustuntas
 ___
 [EMAIL PROTECTED] mailing list
 [2]http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [3][EMAIL PROTECTED]

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

References

   1. mailto:[EMAIL PROTECTED]
   2. http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   3. mailto:[EMAIL PROTECTED]
   4. mailto:[EMAIL PROTECTED]
   5. http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   6. mailto:[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


IPFW Log question

2003-06-20 Thread Ronnie Clark
Hello all, 

I have what is hopefully an easy question. Is there a
way to stop IPFW from adding lines in logs like: 
last message repeated 'x' times?

Or if anyone has a perl script that tosses out the odd
lines and just keeps the full lines and is willing to
share it, that would work too. Otherwise, I am going
to have to get better at perl in a big way. 

Many thanks in advance,
Ron Clark


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FAQ about FreeBSD loader

2003-06-20 Thread vbilash
Hello FreeBSD Core Team!
The first thank You about russian documentation FreeBSD.
I have one problem with loader.
Situation: I have 2 HDD - first (master) FreeBSD 5.0 installed; second (slave) - 
Windows - at one IDE both HDD.
FreeBSD loader show me at startup:
F1 FreeBSD
F2 Dos
F3 Drive1
How I have modify my /boot/boot0 for start Windows from slave HDD?
And one DENGEROUS situation I had: when I press F3 (Drive1) at startup - I'll couldn't 
load FreeBSD any more, I shoul boot from install FreeBSD CD and reinstall.
Could You help me?
Waiting for Your replay...

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


Re: IPFW Log question

2003-06-20 Thread Matthew Seaman
On Fri, Jun 20, 2003 at 06:00:49AM -0700, Ronnie Clark wrote:
 Hello all, 
 
 I have what is hopefully an easy question. Is there a
 way to stop IPFW from adding lines in logs like: 
 last message repeated 'x' times?

It's not IPFW that does that, it's syslogd(8) trying to avoid
cluttering up the logs with hundreds and hundreds of identical lines.

If you like that sense of deja-vu then add '-c' to the syslogd_flags
variable in /etc/rc.conf.  As ever, the syslogd(8) man page is the
place to read all about it.
 
 Or if anyone has a perl script that tosses out the odd
 lines and just keeps the full lines and is willing to
 share it, that would work too. Otherwise, I am going
 to have to get better at perl in a big way. 

#!/usr/bin/perl -w

$prevline = ;

while () {
if (m/last message repeated (\d+) times/) {
for ( 1 .. $1 ) {
print $prevline;
}
} else {
print $_;
$prevline = $_;
}
}

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


FW: PAM + 5.1 Problems

2003-06-20 Thread John Straiton
Answering my own question.

I heard that errors like Undefined symbol usually mean conflicts
between libraries in use on the machine, and that recompiling can help.
I recompiled saslauthd2 and everything works fine now.

John Straiton
[EMAIL PROTECTED]
Clickcom, Inc
704-365-9970x101 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John Straiton
Sent: Wednesday, June 18, 2003 4:52 PM
To: [EMAIL PROTECTED]
Subject: PAM + 5.1 Problems


I had a fully functional cyrus/pam_mysql setup in 4.8-STABLE. After
seeing that the port for pam-mysql now supported 5.X, I went ahead and
tried to upgrade and now have dissapointing pam results. I did:

make buildworld
make buildkernel KERNCONF=MYMACHINENAME
mergemaster
shutdown, re-enter in single-user
Unload
load /boot/kernel/kernel
mount -a
make installworld
reboot

System came up and seemed to run fine. I am able to remotely log in via
ssh which tells me that the pam.conf-pam.d changeover went well. After
the upgrade I did:

cd /usr/ports/security/pam-mysql
make deinstall clean
make reinstall

Because I was already at .5, but hadn't recompiled after the world was
brought up in 5.X . Then I put the 2 pam_mysql lines from my pam.conf
into /etc/pam.d/imap and stripped off the service name from the front of
the line. I restarted cyrus, and tried to get my mail.. Here's what I
got now:


Jun 18 16:47:49 human imapd[6075]: unable to dlopen
/usr/local/lib/sasl2//libotp.so: /usr/lib/libopie.so.2: Undefined symbol
__xuname
Jun 18 16:47:49 human saslauthd[6076]: unable to
dlopen(/usr/lib/pam_mysql.so)
Jun 18 16:47:49 human saslauthd[6076]: [dlerror: /usr/lib/libm.so.2:
Undefined symbol __fpclassifyd]
Jun 18 16:47:49 human saslauthd[6076]: adding faulty module:
/usr/lib/pam_mysql.so
Jun 18 16:47:49 human saslauthd[6076]: unable to
dlopen(/usr/lib/pam_nologin.so)
Jun 18 16:47:49 human saslauthd[6076]: [dlerror: /usr/lib/libutil.so.3:
Undefined symbol mac_is_present]
Jun 18 16:47:49 human saslauthd[6076]: adding faulty module:
/usr/lib/pam_nologin.so
Jun 18 16:47:49 human saslauthd[6076]: unable to
dlopen(/usr/lib/pam_opie.so)
Jun 18 16:47:49 human saslauthd[6076]: [dlerror: /usr/lib/libopie.so.2:
Undefined symbol __xuname]
Jun 18 16:47:49 human saslauthd[6076]: adding faulty module:
/usr/lib/pam_opie.so
Jun 18 16:47:49 human saslauthd[6076]: unable to
dlopen(/usr/lib/pam_opieaccess.so)
Jun 18 16:47:49 human saslauthd[6076]: [dlerror: /usr/lib/libopie.so.2:
Undefined symbol __xuname]
Jun 18 16:47:49 human saslauthd[6076]: adding faulty module:
/usr/lib/pam_opieaccess.so
Jun 18 16:47:49 human saslauthd[6076]: unable to
dlopen(/usr/lib/pam_unix.so)
Jun 18 16:47:49 human saslauthd[6076]: [dlerror: /usr/lib/libutil.so.3:
Undefined symbol mac_is_present]
Jun 18 16:47:49 human saslauthd[6076]: adding faulty module:
/usr/lib/pam_unix.so
Jun 18 16:47:49 human saslauthd[6076]: DEBUG: auth_pam: pam_authenticate
failed: Permission denied
Jun 18 16:47:49 human saslauthd[6076]: AUTHFAIL: user=myusername
service=imap realm= [PAM auth error]

Since I only have the 2 pam-mysql entries in /etc/pam.d/imap, I can only
assume the other entries are from the /etc/pam.d/system or something. 

Ideas?
John Straiton
[EMAIL PROTECTED]
Clickcom, Inc
704-365-9970x101 


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


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


local patch to a /usr/ports file? how to do it?

2003-06-20 Thread Aaron Wohl
I have a patch to /usr/ports/misc/amanda-clients.  Its a one line change
to sendbackup-dump.c to add the L switch to snapshot for 5.x when making
a dump.  Where do I put the patch so when I do make in
/usr/ports/misc/amanda-clients it gets applied?  I checked the handbook
and porters guide... I dont see how to have a local change.

The patch im using isnt that great to submit... it just forces L on dump.
 It doesnt let amanda control when to use L or not.  Im just using this
till something more real comes along.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: local patch to a /usr/ports file? how to do it?

2003-06-20 Thread Jerry Hicks
If you don't need to do it much just build like this:

make patch
add your change directly to sendbackup-dump.c
make install clean
If it's something you're doing very frequently you can
poke around the ports tree and you should be able to find
a few examples of ports which conditionally include a patch
based on a make parameter the user passes in.
Cheers,

Jerry Hicks
[EMAIL PROTECTED]
On Friday, June 20, 2003, at 09:53  AM, Aaron Wohl wrote:

I have a patch to /usr/ports/misc/amanda-clients.  Its a one line 
change
to sendbackup-dump.c to add the L switch to snapshot for 5.x when 
making
a dump.  Where do I put the patch so when I do make in
/usr/ports/misc/amanda-clients it gets applied?  I checked the handbook
and porters guide... I dont see how to have a local change.

The patch im using isnt that great to submit... it just forces L on 
dump.
 It doesnt let amanda control when to use L or not.  Im just using this
till something more real comes along.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

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


Re: Journaling filesystems

2003-06-20 Thread Dan Nelson
In the last episode (Jun 20), Sergey Akifyev said:
 On Fri, 2003-06-20 at 12:02, Karsten Fuhrmann wrote:
  i am wondering if there are any journaling filesystems for freebsd
  which are ready to use like reiser or ext3 for freebsd.

 FFS + SoftUpdates is much better than journaling!

FFS+SU does have the disadvantages that a full fsck is still needed
(run in the background), and you risk losing the last `sysctl
kern.metadelay` seconds worth of files written just before a crash.

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


Re: local patch to a /usr/ports file? how to do it?

2003-06-20 Thread Rob
Have a look at
file://localhost/usr/share/doc/en/books/porters-handbook/x326.html

The short answer is that any file with the name
/usr/ports/misc/amanda-client/files/patch-* should be applied
automatically. On the other hand, this particular port looks a little
different - you may have to put the files under
/usr/ports/misc/amanda-server instead.

- Original Message -
From: Aaron Wohl [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, June 20, 2003 11:23 PM
Subject: local patch to a /usr/ports file? how to do it?


 I have a patch to /usr/ports/misc/amanda-clients.  Its a one line
change
 to sendbackup-dump.c to add the L switch to snapshot for 5.x when
making
 a dump.  Where do I put the patch so when I do make in
 /usr/ports/misc/amanda-clients it gets applied?  I checked the
handbook
 and porters guide... I dont see how to have a local change.

 The patch im using isnt that great to submit... it just forces L on
dump.
  It doesnt let amanda control when to use L or not.  Im just using
this
 till something more real comes along.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


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


Re: Font problem with KDE rendering H1 text

2003-06-20 Thread Rev. Joe Doyle Ardent
On Thu, Jun 19, 2003 at 07:48:05PM -0700, Kent Stewart wrote:
 
 There was a problem with an old version of XFree86-Server deleting the fonts 
 during the deinstall that XFree86-libraries had just installed. Try 
 reinstalling XFree86-libraries.
 
That solved it; thanks!


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


Re: IPFW Log question

2003-06-20 Thread Matthew Seaman
On Fri, Jun 20, 2003 at 08:21:52AM -0600, Warren Block wrote:
 On Fri, 20 Jun 2003, Matthew Seaman wrote:
 
   Or if anyone has a perl script that tosses out the odd
   lines and just keeps the full lines and is willing to
   share it, that would work too. Otherwise, I am going
   to have to get better at perl in a big way.
 
  #!/usr/bin/perl -w
 
  $prevline = ;
 
  while () {
  if (m/last message repeated (\d+) times/) {
  for ( 1 .. $1 ) {
  print $prevline;
  }
  } else {
  print $_;
  $prevline = $_;
  }
  }
 
 If I read that right, this would also work:
 
 #!/usr/bin/perl -w
 
 while () {
   print $_ unless $_ =~ /last message repeated (\d+) times/;
 }

That's not quite the same thing.  You're just taking out the lines
that match /last message repeated \d+ times/ (and constructing a
backreference to \d+ that you never use):

Jun 20 16:26:02 example /kernel: ipfw: 800 Deny TCP 12.34.56.78:1234 
21.43.65.87:4321 out via de0
Jun 20 16:26:27 example last message repeated 2 times

becomes:

Jun 20 16:26:02 example /kernel: ipfw: 800 Deny TCP 12.34.56.78:1234 
21.43.65.87:4321 out via de0

whereas I'm replacing that line with the correct number of repeats of
the original line, so the example becomes:

Jun 20 16:26:02 example /kernel: ipfw: 800 Deny TCP 12.34.56.78:1234 
21.43.65.87:4321 out via de0
Jun 20 16:26:02 example /kernel: ipfw: 800 Deny TCP 12.34.56.78:1234 
21.43.65.87:4321 out via de0
Jun 20 16:26:02 example /kernel: ipfw: 800 Deny TCP 12.34.56.78:1234 
21.43.65.87:4321 out via de0

Of course, on closer reading, your code is exactly what the OP asked for.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


RE: installing FreeBSD 4.8

2003-06-20 Thread Doron Shmaryahu
Hi,

Just disable udma in the bios that will sort that out !!




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Moran
Sent: 19 June 2003 04:03 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: installing FreeBSD 4.8

[EMAIL PROTECTED] wrote:
 Hi!
 
 I'm having problems installing FreeBSD 4.8. After the Kernel configuration

 page, the system hangs with these messages:
 
 ad0: [the-name-of-my-hd] at ata0 -master BIOSDMA
 ad1: READ command timeout tag=0 serv=0 -resetting
 
 ata0: resetting devices
 
 And that's it. The machine just sits there like a dog that's been shown a
card 
 trick.
 
 I have succesfully installed FreeBSD by disconnecting the master and
setting 
 the slave as master, but I would like to use them both.

Please provide hardware details.  It's likely that those two drives won't
work
on the same controller.  I've heard rumors of older drives not playing nice
with newer drives on the same controller.  Are you sure the first drive
works
at all?

 Any Bios settings that would help?

Don't know of any.  But you might want to scan the ATA/IDE section of your
BIOS
to see if there's anything that might be useful.  Perhaps if you can force
it
to a slower speed (ATA33 for example) it would work ... but I'm just
guessing.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com

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



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


Re: FAQ about FreeBSD loader

2003-06-20 Thread Jud
On Fri, 20 Jun 2003 16:21:23 +0200, vbilash [EMAIL PROTECTED] said:
 Hello FreeBSD Core Team!
 The first thank You about russian documentation FreeBSD.
 I have one problem with loader.
 Situation: I have 2 HDD - first (master) FreeBSD 5.0 installed; second
 (slave) - Windows - at one IDE both HDD.
 FreeBSD loader show me at startup:
 F1 FreeBSD
 F2 Dos
 F3 Drive1
 How I have modify my /boot/boot0 for start Windows from slave HDD?
 And one DENGEROUS situation I had: when I press F3 (Drive1) at startup -
 I'll couldn't load FreeBSD any more, I shoul boot from install FreeBSD CD
 and reinstall.
 Could You help me?
 Waiting for Your replay...

Did you install the bootloader on both hard drives?  If not, then you
should do so.

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


Re: IPFW Log question

2003-06-20 Thread Warren Block
On Fri, 20 Jun 2003, Matthew Seaman wrote:

 That's not quite the same thing.  You're just taking out the lines
 that match /last message repeated \d+ times/ (and constructing a
 backreference to \d+ that you never use):

 Jun 20 16:26:02 example /kernel: ipfw: 800 Deny TCP 12.34.56.78:1234 
 21.43.65.87:4321 out via de0
 Jun 20 16:26:27 example last message repeated 2 times

 becomes:

 Jun 20 16:26:02 example /kernel: ipfw: 800 Deny TCP 12.34.56.78:1234 
 21.43.65.87:4321 out via de0

 whereas I'm replacing that line with the correct number of repeats of
 the original line,

Ah, I didn't see that you were expanding those lines.  You're right
about the useless backreference.  And then right after posting, I
realized that it could be even smaller and--arguably--clearer:

#!/usr/bin/perl -w

while () {
print unless /last message repeated \d+ times/;
}

-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: IPFW Log question

2003-06-20 Thread Matthew Seaman
On Fri, Jun 20, 2003 at 09:49:28AM -0600, Warren Block wrote:
 On Fri, 20 Jun 2003, Matthew Seaman wrote:
 
 Ah, I didn't see that you were expanding those lines.  You're right
 about the useless backreference.  And then right after posting, I
 realized that it could be even smaller and--arguably--clearer:
 
 #!/usr/bin/perl -w
 
 while () {
   print unless /last message repeated \d+ times/;
 }

Even smaller:

#!/usr/bin/perl -wn

print unless /last message repeated \d+ times/;


But this perl is all just a resource consuming way of saying:

% grep -vE 'last message repeated [0-9]+ times'

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature


Re: Limiting closed port RST response

2003-06-20 Thread Jez Hancock
On Fri, Jun 20, 2003 at 09:55:19AM +0100, Matthew Ryan wrote:
 Could this be a DOS atttack?
It could be, but more likely it's someone trying to determine what ports
are open with a tool such as nmap.

 Where do I find a more detailed log?
Configure a firewall such as ipf and make sure you opt to log blocked
packets.

 
 I'm running FreeBSD 4.8 Release - the box is basically just a gateway 
 router running natd and dhcpd.
ipf and ipnat run nicely together to provide a combination of nat and
filtering - although if you already have nat running it's probably best
just to configure a basic ipf firewall that allows just the traffic you
want.  Have a look here for more info on ipf:

http://munk.nu/ipf/

My old rulesets for ipf are here:

http://munk.nu/ipf/mboxen/

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


Re: djbdns not listening on port 53

2003-06-20 Thread Jez Hancock
On Fri, Jun 20, 2003 at 10:13:23AM +, Guilherme Oliveira wrote:
  Hi !
 
 My tinydns (192.168.1.2) is running inside a DMZ..
 Natd forward the port 53 to 192.168.1.2 that (for example) is working very well
 with apache.
 
 netstat -la shows that tinydns is there but not listening on any port !
 
 I've searched internet but didn't found anything ..
 Hints ?
How did you set up tinydns?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Limiting closed port RST response

2003-06-20 Thread Chuck Swiger
Matthew Ryan wrote:
[ ... ]
I'm getting a lot of these in my security output.

Limiting closed port RST response from 220 to 200 packets per second
They are always on ports between 200- 300.

Could this be a DOS atttack?
Where do I find a more detailed log?
Typically, this indicates that someone is port-scanning you.  If they do it very 
often, and it noticably affects your network performance, sure, call it a DoS, 
but that is probably not the intention.

If you want to see what ports they're hitting, do a:

	sysctl net.inet.tcp.log_in_vain=1

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


Re: FreeBSD 5.1 - Problem with post-installation configuration ofapache13-mod_ssl

2003-06-20 Thread Andreas Kohn
Am Fri, 2003-06-20 um 11.36 schrieb Erik Hollembeak:
 Well, apparently its having the same exact problem each time.
 
 [Thu Jun 19 06:54:57 2003] [alert] mod_unique_id: unable to 
 gethostbyname(arcadia)
 
 arcadia is the name i gave my system on installation when it was on the 
 screen concerning DHCP. Since the computer is on a LAN, i don't exactly 
 have a fully qualified domain name that I'm aware of would 
 192.168.blah.blah work to fill this field? On previous linux systems 
 i've set the name to be poo.poo or something to that effect with no 
 problem.
 
 Thanks for all the assistance so far. I have quite a few things I plan 
 on doing, and they all hinge on getting Apache working.
 
 Regards,
 
 Erik
 
Try putting that hostname into /etc/hosts. I just checked with my setup,
and without the hostname in /etc/hosts, I get quite the same message:

[Fri Jun 20 18:50:43 2003] [alert] (EAI 7)No address associated with
hostname: mod_unique_id: unable to find IPv4 address of klamath
Configuration Failed

(This is Apache2)

 On Friday, June 20, 2003, at 04:47  AM, Andreas Kohn wrote:
 
  Am Fri, 2003-06-20 um 06.02 schrieb Erik Hollembeak:
  I had checked that out earlier. That's the reason I was so confused. I
  really have no idea what's going on and i haven't found anything in 
  the
  errata/etc that says anything about Apache issues. I also tried using
  normal apache 1.3, as well as apachessl. both do the same thing. They
  configure fine but refuse to launch.
 
  arcadia# apachectl configtest
  Syntax OK
 
  Erik
 
  On Thursday, June 19, 2003, at 11:57  PM, jle wrote:
 
 
  I have installed the base distribution
  + perl from the ports and am currently trying to get apache13 with
  mod_ssl working. This has usually been a trivial task, but I've been
  unable to make any progress, despite the so far wonderful
  documentation. Any assistance that could be provided would be
  wonderful. Below is my error message and uname -a output.
 
  snip
 
  arcadia# apachectl start
  /usr/local/sbin/apachectl start: httpd could not be started
 
  Try 'apachectl configtest' to ensure your httpd.conf is correct.
 
  HTH
 
 
  Erik Hollembeak
  School of Chemistry and Biochemistry
  Georgia Institute of Technology
 
 
  Hello,
 
  you may want to check if there are any abnormal messages in the log
  files of apache (/var/log/httpd-error.log).
 
  HTH,
  -- 
  Andreas Kohn [EMAIL PROTECTED]
  signature.asc
 Erik Hollembeak
 School of Chemistry and Biochemistry
 Georgia Institute of Technology
-- 
Andreas Kohn [EMAIL PROTECTED]


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Constantly crashing RELENG_4_8 server

2003-06-20 Thread H. Wade Minter
One of my RELENG_4_8 servers is crashing regularly.  I think it's
hardware, but I'm not sure which part is the culprit.  The crash messages
are below - any suggestions?

My googling is pointing to disk, but I'd like a second opinion.

#

Jun 16 19:50:56 carlton /kernel: panic: pmap_enter: attempted pmap_enter
on 4MB
page
Jun 16 19:50:56 carlton /kernel:
Jun 16 19:50:56 carlton /kernel: syncing disks... 9


Jun 19 21:29:23 carlton /kernel: panic: pmap_enter: attempted pmap_enter
on 4MB
0age
Jun 19 21:29:23 carlton /kernel:
Jun 19 21:29:23 carlton /kernel: syncing disks... 6 1 1 1 1 1 1 1 1 1 1 1
1 1 1
1 1 1 1 1 ^Q
Jun 19 21:29:23 carlton /kernel: Copyright (c) 1992-2003 The FreeBSD
@roject.


Jun 20 11:00:57 carlton /kernel: panic: vput: negative ref cnt
Jun 20 11:00:57 carlton /kernel:
Jun 20 11:00:57 carlton /kernel: syncing disks... Copyright (c) 1992-2003
The Fr

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


refuse help.

2003-06-20 Thread Marlon Corleone
hi im a FreeBSD newbie, i just want to ask some few
questions:

how do i configure, not to download unwanted ports
collections ( chinese, japanese languages) upon
updating stable-supfile?

in the handbook, says by default i should create a
refuse file, putting it in /usr/local/etc/cvsup/refuse

so i create a cvsup directory, then when i run cvsup
cvs-supfile

Nobunaga# cvsup -g -L 2 cvs-supfile
Parsing supfile cvs-supfile
Nonexistent base directory
/usr/local/etc/cvsup/refuse for collection src-all

here is my cvs-supfile config:


# Defaults that apply to all the collections
#
# IMPORTANT: Change the next line to use one of the
CVSup mirror sites
# listed at
http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=CHANGE_THIS.FreeBSD.org
*default base=/usr/local/etc/cvsup/refuse
*default prefix=/usr
*default release=cvs delete use-rel-suffix compress

and i noticed by default the chinese,japanese and
other languages from cvsup-supfile is COMMENTED. does
this mean i dont have to use or create refuse
file?

hoping for a clarification reply.

thanks




__
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Passwords and MD5

2003-06-20 Thread Kris Kennaway
On Thu, Jun 19, 2003 at 05:38:13PM -0500, Tim Legg wrote:

 Why is that?

If you're interested in the details of the password hashing algorithm,
refer to the source code in /usr/src/lib/libcrypt.  The md5 password
hash algorithm is a bit more complicated than a single MD5.

Kris

pgp0.pgp
Description: PGP signature


Re: Journaling filesystems

2003-06-20 Thread Kris Kennaway
On Fri, Jun 20, 2003 at 10:02:18AM +0200, Karsten Fuhrmann wrote:
 Hello there,
 i am wondering if there are any journaling filesystems for freebsd which 
  are ready to use like reiser or ext3 for freebsd.
 
 Anyone anything?

This is a FAQ; consult the archives for extensive discussion.

Kris


pgp0.pgp
Description: PGP signature


KDM help

2003-06-20 Thread Monah Baki
Hi All,

Is there anyway in kdm to hide all the users on the left hand side, and 
have just the login  password option. I read something about 
kdmconfig but all the articles where related to solaris.

Thank you. 

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


Re: good browser and java combo?

2003-06-20 Thread sweetleaf
Thats sad, i cant believe Microshit is able to exploit others technology. I guess in 
this world it will always come down to politics and money. As Mr. Franklin said there 
are always two things in life you can count on, death and taxes. I am all for opensrc 
code, however i think the GPL and opensrc community should change their license to 
disallow government and large companies from taking the technology and using it for 
their own profit and or against us. Look at Sun and IBM, they all have their own brand 
of linux and several are using linux and bsd servers / computers to support their 
business. They take, take and take but give nothing in return.  I say change the 
license and make them shell out millions on inferior proprietary operating systems 
such as slowaris.

On Fri, 20 Jun 2003 06:14:22 -0400
Jud [EMAIL PROTECTED] wrote:

 On Fri, 20 Jun 2003 04:01:03 -0500, sweetleaf [EMAIL PROTECTED] 
 wrote:
 
  I was wondering what browsers and java seem to work the best. I need to 
  do online banking and would like to use java applets such as the 
  chat.yahoo.com. I have tried both mozilla and netscap with suns current 
  java-runtime and have found them to be extermetly unreliable. I wanted to 
  switch from windows to unix for about 2 yrs but could never find a 
  solution to java, and that remains the case after 3 yrs. Why is good java 
  support in browsers so difficult in unnix, seeing  how java started its 
  life in the unix community. I cat believe windows and internet explorer 
  is actually better at java then unix.
 
  Any good lightweight browsers other than netscape, mozilla or opera that 
  work with java?
 
  Thanks in ./adv
 
 Sorry that I haven't used Java enough in FreeBSD to answer your question 
 about browsers (my rural area limited to 28.8K dialup and satellite; 
 latter's too expensive, so installing Java is the work of days).  I can at 
 least tell you, though, that the unreliability you see is simply due to 
 MS's 'hijacking' of Java by use of a non-standard VM.  Because of IE's 
 market share, the sites you want to use all are tested and work with IE's 
 non-standard Java, but that's not the case for Sun's or IBM's standard 
 versions.  Hmm, so maybe I've answered your question anyway - any non-IE 
 browser will have difficulty on many Java Web sites because it's not 
 using IE's virtual machine.
 
 Jud
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


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


Re: Open Source virus scanning engine

2003-06-20 Thread Viktor Lazlo


On Fri, 20 Jun 2003, Gabriel Ambuehl wrote:

 Hi,
 I was wondering whether there is any, preferably good ;-), open source
 virus scanning engine for FreeBSD I could use on my mailserver. I
 don't particularly mind buying a commercial one but I'd prefer an open
 source one of course...

 Any pointers would greatly be appreciated,
 Gabriel

cd /usr/ports  make search key=virus | grep Path:

will list the ones already in ports.

Check the mailing list archives, this topic comes up frequently and you
will see loads of prior feedback.

Cheers,

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


FreeBSD vs The Others Brochure

2003-06-20 Thread Peter Elsner
I believe I have seen this before, but I'm not sure where.

What I'm looking for is a advertising slick or brochure, that
could be handed to a clueless sales prospect.  The first time
you say the word FreeBSD, and all you get is that blank stare
and a huh?...
I believe it was in PDF format, but can't remember.

If anyone knows where this is, please forward me a URL.

Thank you,

Peter



--
Peter Elsner [EMAIL PROTECTED]
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
(425) 988-8061 - eFax
I worry about my child and the Internet all the time, even though she's
too young to have logged on yet. Here's what I worry about. I worry
that 10 or 15 years from now, she will come to me and say Daddy, where
were you when they took freedom of the press away from the Internet?
-- Mike Godwin
Unix IS user friendly... It's just selective about who its friends are.
System Administration - It's a dirty job, but somebody said I had to do it.
If you receive something that says 'Send this to everyone you know,
pretend you don't know me.
Standard $500/message proofreading fee applies for UCE.

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


Re: CUPS and HP LaserJet 4V printer: variable width font becomesfixed width

2003-06-20 Thread Glenn Johnson
On Fri, Jun 20, 2003 at 05:59:10PM +0900, Rob Lahaye wrote:


 Hello,

 Since I have upgraded to FreeBSD 4.8 (with cups-1.1.18), printing has
 a problem with variable width fonts. Variable width fonts are printed
 out as fixed width fonts; so text looks ugly and runs over the lines.

Are you using an up-to-date version of ghostscript?  If so, that is   
the problem.  The last version of ghostscript that does not exhibit 
this problem is ghostscript-gnu-7.05_5.  I am not sure about the
version number of ghostscript-afpl but recent versions exhibit this 
problem.

See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/52187

Try reverting your version of ghostscript to 7.05_5 and see if that
fixes the problem.

-- 
Glenn Johnson
USDA, ARS, SRRC  Phone: (504) 286-4252
New Orleans, LA 70124   e-mail: [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


5.0 won't detect Buslogic BT-958 SCSI adapter

2003-06-20 Thread Quint Van Deman
I've been a linux fan for several years now and I'm trying to get my feet
wet with FreeBSD.  Unfortunately, I've met with limited success thus far.
I'm trying to install 5.0 on an IBM x440 and can't seem to get the installer
to detect the SCSI adapter, as it routinely tells me no disk found! at
about the third step into the installation.  What's strange however is that
I see the bt0 during the boot sequence followed by a large initialization
string.

Based on my research I've tried such things as setting:
hint.acpi.0.disabled=1
and
hint.bt.0.at=isa
hint.bt.0.port=0x330
none of which seemed to have any effect.

Installing RH8 on the system worked perfectly, meaning pure HW issues
probably aren't at play here.

Any advice or further possible directions?

Thanks,

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


Re: good browser and java combo?

2003-06-20 Thread sweetleaf
I took a look at both your recommendations. The issue i have with both is they require 
mozilla as they use it for the core rendering code and maybe more. If i had problems 
with mozilla, i would think i would have the same issues with these two. Is there 
nothing out there besides opera that does not share netscrape or mozilla code and 
works with java?

Thanks in ./adv

On Fri, 20 Jun 2003 09:27:09 -0300
Han Hwei Woo [EMAIL PROTECTED] wrote:

 Try galeon or skipstone.
 
 Han Hwei Woo
 http://www.argosy.ca/~hhw
 
 - Original Message - 
 From: sweetleaf [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, June 20, 2003 6:01 AM
 Subject: good browser and java combo?
 
 
  I was wondering what browsers and java seem to work the best. I need to do
 online banking and would like to use java applets such as the
 chat.yahoo.com. I have tried both mozilla and netscap with suns current
 java-runtime and have found them to be extermetly unreliable. I wanted to
 switch from windows to unix for about 2 yrs but could never find a solution
 to java, and that remains the case after 3 yrs. Why is good java support in
 browsers so difficult in unnix, seeing  how java started its life in the
 unix community. I cat believe windows and internet explorer is actually
 better at java then unix.
 
  Any good lightweight browsers other than netscape, mozilla or opera that
 work with java?
 
  Thanks in ./adv
 
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 
 


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


Re: Creating an additional DNS zone file

2003-06-20 Thread K Anderson


Alfonso Romero wrote:
I have a DNS server for my local LAN. I use ibacsoft.dynu.com as the primary zone and all works properly. When I wanted to add an additional zone, lalis.com, to use virtual hosts with apache, I created the following zone file, called lalis.com on /etc/namedb:

---
$TTL3600
lalis.com.   IN  SOA adeline.ibacsoft.dynu.com. 
root.adeline.ibacsoft.dynu.com (
6; Serial
3600; Refresh
900 ; Retry
360 ; Expire
3600 )  ; Minimum
   IN  NS  adeline.ibacsoft.dynu.com.
;
IN  A   192.168.0.101
www IN CNAME@
mailIN CNAME@
@   IN MX   10  mail.lalis.com.

I then reload named with ndc reload, ping www.lalis.com and all looks fine.
I even go to www.lalis.com and the apache home page shows up.
The problem is when I try to use lalis.com, without the www part. When I ping lalis.com, it doesn´t give me the correct internal IP address, like www.lalis.com does.

What am I doing wrong?

Thanks in advance,

Alfonso Romero

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
Are you talking internally or externally?
I pinged lalis.com  www.lalis.com and got the same IP address.
I forget how to do it but you might be able to do some sort of zone 
thing where either you can look at how somebody else has it done or even 
do a zone transfer.

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


tr

2003-06-20 Thread Fabio Miranda Hamburger
How can I remove annoy ^D end of line from MS systems?
I know there is an utility called dos2unix.
But I think It's possible to do it with freebsd tr.
How would that be?

thanks,

---
Fabio Andres Miranda
Ingenieria de sistemas informaticos
Universidad Latina - Costa Rica


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


RE: tr

2003-06-20 Thread Will Saxon
cat filename | tr -d '\r'  output  mv output filename

There is also a method spat out by fortune every once in awhile, using col, but I 
can't remember it.

-Will

 -Original Message-
 From: Fabio Miranda Hamburger [mailto:[EMAIL PROTECTED]
 Sent: Friday, June 20, 2003 3:45 PM
 To: [EMAIL PROTECTED]
 Subject: tr
 
 
 How can I remove annoy ^D end of line from MS systems?
 I know there is an utility called dos2unix.
 But I think It's possible to do it with freebsd tr.
 How would that be?
 
 thanks,
 
 ---
 Fabio Andres Miranda
 Ingenieria de sistemas informaticos
 Universidad Latina - Costa Rica
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dhclient filling up my logfiles

2003-06-20 Thread Lowell Gilbert
Hasse [EMAIL PROTECTED] writes:

 On Thursday 19 June 2003 17.47, Hasse wrote:
  Hi everybody.
  Running FreeBSD 4.8-Stable.
  I'm connected to the internet by ADSL and dynamic IP.
  Dhcp-client keeps filling up my /var/log/messages.
  Makes a log-entry every 10th minute.
 
  snip
  Jun 19 17:35:56 odin dhclient: New Network Number: 217.209.211.0
  Jun 19 17:35:56 odin dhclient: New Broadcast Address: 217.209.211.255
  Jun 19 17:44:48 odin dhclient: New Network Number: 217.209.211.0
  Jun 19 17:44:48 odin dhclient: New Broadcast Address: 217.209.211.255
  /snip
 
  I'm running it with a practically empty dhclient.conf file.
  Only added one line to preserve my resolv.conf file.
  prepend domain-name-servers 127.0.0.1;
 
  According to the man-page dhclient(8), it's possible to
  add a -q switch to only log errors.

No, that's not what the man page says the option does.  That option
keeps anything but errors being sent to standard error; it has no
relationship to the system log.

  snip
   The client normally prints a startup message and displays the  protocol
 sequence  to  the  standard  error  descriptor until it has acquired
  an address, and then only logs messages using  the  syslog  (3)  facility.
  The  -q flag prevents any messages other than errors from being printed to
  the standard error descriptor.
  /snip

Read that again to see what I mean.

  Check the lease file you're receiving, if it has a rediculously short
  lease time complain to your provider.

This was obviously the situation.

 This excessive logging behavior started for about 4 days ago.
 At least, thats when I got aware of it.
 Everything is working just fine, except for this.
 My IP-address hardly ever change. I've had the same one for nearly a year now. 
 There got to be a way to tell it to only log errors, not every connection, 
 but I don't know how.
 I was looking for a way in the syslog.conf, but I have very little 
 understanding for that tool. ( not a clue ).
 Any more hints or clues would be preciated.

Pick the dhclient messages up in a different log file.

Something like (untested):
!dhclient
*.* /var/log/dhcpd

 This is a snip from my lease file :
 lease {
   interface xl0;
   fixed-address 217.209.211.129;
   option subnet-mask 255.255.255.0;
   option time-offset 3600;
   option routers 217.209.211.1;
   option dhcp-lease-time 1200;

Yep, your lease time is 10 minutes long.

   option dhcp-message-type 5;
   option domain-name-servers 127.0.0.1,10.0.0.1,10.0.0.2;
   option dhcp-server-identifier 10.0.113.1;
   option broadcast-address 217.209.211.255;
   renew 5 2003/6/20 12:18:03;
   rebind 5 2003/6/20 12:26:08;
   expire 5 2003/6/20 12:28:38;
 }

Try setting your dhclient.conf to ask for a longer lease.  If that
fails, pull the dhclient messages into another file...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tr

2003-06-20 Thread Jerry McAllister
 
 How can I remove annoy ^D end of line from MS systems?
 I know there is an utility called dos2unix.
 But I think It's possible to do it with freebsd tr.
 How would that be?

tr -d \r  MSinfile  cleanoutfile

jerry

 
 thanks,
 
 ---
 Fabio Andres Miranda
 Ingenieria de sistemas informaticos
 Universidad Latina - Costa Rica
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tr

2003-06-20 Thread Lowell Gilbert
Will Saxon [EMAIL PROTECTED] writes:

 There is also a method spat out by fortune every once in awhile, using col, but I 
 can't remember it.

/usr/games/fortune -m col freebsd-tips | tail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: good browser and java combo?

2003-06-20 Thread Han Hwei Woo
For someone on a BSD mailing list, you sure sound like a Linuz zealot.

1) Sun  IBM have made major contributions to the development of Linux. What
do you think SCO is accusing IBM of?
2) The GPL already does prevent all works and derivate works to be sold for
profit, and is quite restrictive in that sense. It's the BSD license that
allows for commercial use.
3) Solaris has many advanced technologies that are still in their infancy on
Linux.

Han Hwei Woo
http://www.argosy.ca/~hhw

- Original Message - 
From: sweetleaf [EMAIL PROTECTED]
To: Jud [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, June 20, 2003 3:33 PM
Subject: Re: good browser and java combo?


 Thats sad, i cant believe Microshit is able to exploit others technology.
I guess in this world it will always come down to politics and money. As Mr.
Franklin said there are always two things in life you can count on, death
and taxes. I am all for opensrc code, however i think the GPL and opensrc
community should change their license to disallow government and large
companies from taking the technology and using it for their own profit and
or against us. Look at Sun and IBM, they all have their own brand of linux
and several are using linux and bsd servers / computers to support their
business. They take, take and take but give nothing in return.  I say change
the license and make them shell out millions on inferior proprietary
operating systems such as slowaris.

 On Fri, 20 Jun 2003 06:14:22 -0400
 Jud [EMAIL PROTECTED] wrote:

  On Fri, 20 Jun 2003 04:01:03 -0500, sweetleaf [EMAIL PROTECTED]
  wrote:
 
   I was wondering what browsers and java seem to work the best. I need
to
   do online banking and would like to use java applets such as the
   chat.yahoo.com. I have tried both mozilla and netscap with suns
current
   java-runtime and have found them to be extermetly unreliable. I wanted
to
   switch from windows to unix for about 2 yrs but could never find a
   solution to java, and that remains the case after 3 yrs. Why is good
java
   support in browsers so difficult in unnix, seeing  how java started
its
   life in the unix community. I cat believe windows and internet
explorer
   is actually better at java then unix.
  
   Any good lightweight browsers other than netscape, mozilla or opera
that
   work with java?
  
   Thanks in ./adv
 
  Sorry that I haven't used Java enough in FreeBSD to answer your question
  about browsers (my rural area limited to 28.8K dialup and satellite;
  latter's too expensive, so installing Java is the work of days).  I can
at
  least tell you, though, that the unreliability you see is simply due to
  MS's 'hijacking' of Java by use of a non-standard VM.  Because of IE's
  market share, the sites you want to use all are tested and work with
IE's
  non-standard Java, but that's not the case for Sun's or IBM's standard
  versions.  Hmm, so maybe I've answered your question anyway - any non-IE
  browser will have difficulty on many Java Web sites because it's not
  using IE's virtual machine.
 
  Jud
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
[EMAIL PROTECTED]
 


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


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


LTmodem port

2003-06-20 Thread anonymous
I recently installed FreeBSD 4.8 and I have a Lucent
WinModem.  

Are there any detailed instructions on installing the
LTModem port for FreeBSD?

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: LTmodem port

2003-06-20 Thread Dr. Richard E. Hawkins
On Fri, Jun 20, 2003 at 01:27:13PM -0700, anonymous wrote:
 I recently installed FreeBSD 4.8 and I have a Lucent
 WinModem.  

 Are there any detailed instructions on installing the
 LTModem port for FreeBSD?

They aren't needed; it should just work.

hawk
-- 
Richard E. Hawkins, Asst. Prof. of Economics/\   ASCII ribbon campaign
[EMAIL PROTECTED]  Smeal 178  (814) 375-4700  \ /   against HTML mail
These opinions will not be those of  Xand postings. 
Penn State until it pays my retainer.   / \   
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


compile fdf for php on freebsd 5.0

2003-06-20 Thread treeml
Has anyone successfully compiled Forms Data Format function for PHP on
FreeBSD?
I know at the php site http://us4.php.net/manual/en/ref.fdf.php, they said
that the platforms supported by Adobe are only Win32, Linux, Solaris and
AIX.  The tool kit you download at the adobe web site only contain “.so”
files for those systems. BTW, you can download the fdf SDK tookit at
http://partners.adobe.com/asn/acrobat/sdk/regeula/fdftkv5.tar.gz
However, I know that FreeBSD supports Linux binary.  Has anyone find
anywork around to get php FDF function to compile under FreeBSD. Can’t
FreeBSD somehow use the Linux “.so” file?  I really would like to use
FreeBSD, but I also need to use FDF.  Anyone? Any inputs? Thanks.
Tree




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


RE:MODEM

2003-06-20 Thread Claudiu Bichir
I have an Aztech UM9800 external modem but I don't know how to
configure it to work with FreeBSD.When my system boots I see
something like ugen0:SMElectronics Communicator bla bla, I think
this is my modem ...
If anybody would like to help me configuring my modem to work with
FreeBSD I would appreciate that. I cannot use ppp ...
after I type set device /dev/ugen0,set speed 115200,enable dns
and term it says something like ... ugenpoll: no edesc(two times),
don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect
the whole system doesn't respond anymore and I must reboot it.
I hope my modem works with freebsd.
 
dmesg:
 
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-RELEASE #0: Fri Jun 20 20:55:07 EEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/BICHIR
Preloaded elf kernel /boot/kernel/kernel at 0xc04d.
Preloaded elf module /boot/kernel/snd_via82c686.ko at 0xc04d00a8.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc04d015c.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04d0208.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 94997 Hz
CPU: AMD Athlon(tm) Processor (949.97-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x642  Stepping = 2
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
AMD Features=0xc044RSVD,AMIE,DSP,3DNow!
real memory  = 268369920 (255 MB)
avail memory = 255696896 (243 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: VIA694 AWRDACPI on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
Using $PIR table, 7 entries at 0xc00fddc0
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-safe  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_cpu0: CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 
0x6000-0x607f,0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA 82C8363 (Apollo KT133A) host to PCI bridge mem 0xd800-0xdbff at 
device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA100 controller port 0xd000-0xd00f at device 7.1 on pci0
atapci0: Correcting VIA config for southbridge data corruption bug
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0xd400-0xd41f irq 9 at device 7.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: STMicroelectronics USB Communicator, rev 1.00/2.00, addr 2
ulpt0: Hewlett-Packard DeskJet 3820, rev 1.10/1.00, addr 3, iclass 7/1
ulpt0: using bi-directional mode
uhci1: VIA 83C572 USB controller port 0xd800-0xd81f irq 9 at device 7.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 7.4 (no driver attached)
pcm0: VIA VT82C686A port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 10 at device 
7.5 on pci0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
orm0: Option ROM at iomem 0xcc000-0xc on isa0
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounters tick every 10.000 msec
acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0%
ad0: DMA limited to UDMA33, non-ATA66 cable or device
ad0: 19595MB QUANTUM FIREBALLP AS20.5 [39813/16/63] at ata0-master UDMA33
acd0: CDROM 54X CD-ROM at ata0-slave PIO4
acd1: CD-RW MSI CD-RW MS-8348 at ata1-slave PIO4
Mounting root from ufs:/dev/ad0s2a
dmesg end
 
#
# PPP  Sample Configuration File
# Originally written by 

RE:MODEM

2003-06-20 Thread Claudiu Bichir
I have an Aztech UM9800 external modem but I don't know how to
configure it to work with FreeBSD.When my system boots I see
something like ugen0:SMElectronics Communicator bla bla, I think
this is my modem ...
If anybody would like to help me configuring my modem to work with
FreeBSD I would appreciate that. I cannot use ppp ...
after I type set device /dev/ugen0,set speed 115200,enable dns
and term it says something like ... ugenpoll: no edesc(two times),
don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect
the whole system doesn't respond anymore and I must reboot it.
I hope my modem works with freebsd.
 
dmesg:
 
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-RELEASE #0: Fri Jun 20 20:55:07 EEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/BICHIR
Preloaded elf kernel /boot/kernel/kernel at 0xc04d.
Preloaded elf module /boot/kernel/snd_via82c686.ko at 0xc04d00a8.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc04d015c.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04d0208.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 94997 Hz
CPU: AMD Athlon(tm) Processor (949.97-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x642  Stepping = 2
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
AMD Features=0xc044RSVD,AMIE,DSP,3DNow!
real memory  = 268369920 (255 MB)
avail memory = 255696896 (243 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: VIA694 AWRDACPI on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
Using $PIR table, 7 entries at 0xc00fddc0
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-safe  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_cpu0: CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 
0x6000-0x607f,0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA 82C8363 (Apollo KT133A) host to PCI bridge mem 0xd800-0xdbff at 
device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA100 controller port 0xd000-0xd00f at device 7.1 on pci0
atapci0: Correcting VIA config for southbridge data corruption bug
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0xd400-0xd41f irq 9 at device 7.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: STMicroelectronics USB Communicator, rev 1.00/2.00, addr 2
ulpt0: Hewlett-Packard DeskJet 3820, rev 1.10/1.00, addr 3, iclass 7/1
ulpt0: using bi-directional mode
uhci1: VIA 83C572 USB controller port 0xd800-0xd81f irq 9 at device 7.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 7.4 (no driver attached)
pcm0: VIA VT82C686A port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 10 at device 
7.5 on pci0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
orm0: Option ROM at iomem 0xcc000-0xc on isa0
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounters tick every 10.000 msec
acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0%
ad0: DMA limited to UDMA33, non-ATA66 cable or device
ad0: 19595MB QUANTUM FIREBALLP AS20.5 [39813/16/63] at ata0-master UDMA33
acd0: CDROM 54X CD-ROM at ata0-slave PIO4
acd1: CD-RW MSI CD-RW MS-8348 at ata1-slave PIO4
Mounting root from ufs:/dev/ad0s2a
dmesg end
 
#
# PPP  Sample Configuration File
# Originally written by 

RE:MODEM

2003-06-20 Thread Claudiu Bichir
I have an Aztech UM9800 external modem but I don't know how to
configure it to work with FreeBSD.When my system boots I see
something like ugen0:SMElectronics Communicator bla bla, I think
this is my modem ...
If anybody would like to help me configuring my modem to work with
FreeBSD I would appreciate that. I cannot use ppp ...
after I type set device /dev/ugen0,set speed 115200,enable dns
and term it says something like ... ugenpoll: no edesc(two times),
don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect
the whole system doesn't respond anymore and I must reboot it.
I hope my modem works with freebsd.
 
dmesg:
 
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-RELEASE #0: Fri Jun 20 20:55:07 EEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/BICHIR
Preloaded elf kernel /boot/kernel/kernel at 0xc04d.
Preloaded elf module /boot/kernel/snd_via82c686.ko at 0xc04d00a8.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc04d015c.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04d0208.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 94997 Hz
CPU: AMD Athlon(tm) Processor (949.97-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x642  Stepping = 2
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
AMD Features=0xc044RSVD,AMIE,DSP,3DNow!
real memory  = 268369920 (255 MB)
avail memory = 255696896 (243 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: VIA694 AWRDACPI on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
Using $PIR table, 7 entries at 0xc00fddc0
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-safe  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_cpu0: CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 
0x6000-0x607f,0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA 82C8363 (Apollo KT133A) host to PCI bridge mem 0xd800-0xdbff at 
device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA100 controller port 0xd000-0xd00f at device 7.1 on pci0
atapci0: Correcting VIA config for southbridge data corruption bug
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0xd400-0xd41f irq 9 at device 7.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: STMicroelectronics USB Communicator, rev 1.00/2.00, addr 2
ulpt0: Hewlett-Packard DeskJet 3820, rev 1.10/1.00, addr 3, iclass 7/1
ulpt0: using bi-directional mode
uhci1: VIA 83C572 USB controller port 0xd800-0xd81f irq 9 at device 7.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 7.4 (no driver attached)
pcm0: VIA VT82C686A port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 10 at device 
7.5 on pci0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
orm0: Option ROM at iomem 0xcc000-0xc on isa0
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounters tick every 10.000 msec
acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0%
ad0: DMA limited to UDMA33, non-ATA66 cable or device
ad0: 19595MB QUANTUM FIREBALLP AS20.5 [39813/16/63] at ata0-master UDMA33
acd0: CDROM 54X CD-ROM at ata0-slave PIO4
acd1: CD-RW MSI CD-RW MS-8348 at ata1-slave PIO4
Mounting root from ufs:/dev/ad0s2a
dmesg end
 
#
# PPP  Sample Configuration File
# Originally written by 

RE:MODEM

2003-06-20 Thread Claudiu Bichir
I have an Aztech UM9800 external modem but I don't know how to
configure it to work with FreeBSD.When my system boots I see
something like ugen0:SMElectronics Communicator bla bla, I think
this is my modem ...
If anybody would like to help me configuring my modem to work with
FreeBSD I would appreciate that. I cannot use ppp ...
after I type set device /dev/ugen0,set speed 115200,enable dns
and term it says something like ... ugenpoll: no edesc(two times),
don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect
the whole system doesn't respond anymore and I must reboot it.
I hope my modem works with freebsd.
 
dmesg:
 
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-RELEASE #0: Fri Jun 20 20:55:07 EEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/BICHIR
Preloaded elf kernel /boot/kernel/kernel at 0xc04d.
Preloaded elf module /boot/kernel/snd_via82c686.ko at 0xc04d00a8.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc04d015c.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04d0208.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 94997 Hz
CPU: AMD Athlon(tm) Processor (949.97-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x642  Stepping = 2
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
AMD Features=0xc044RSVD,AMIE,DSP,3DNow!
real memory  = 268369920 (255 MB)
avail memory = 255696896 (243 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: VIA694 AWRDACPI on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
Using $PIR table, 7 entries at 0xc00fddc0
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-safe  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_cpu0: CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 
0x6000-0x607f,0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA 82C8363 (Apollo KT133A) host to PCI bridge mem 0xd800-0xdbff at 
device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA100 controller port 0xd000-0xd00f at device 7.1 on pci0
atapci0: Correcting VIA config for southbridge data corruption bug
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0xd400-0xd41f irq 9 at device 7.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: STMicroelectronics USB Communicator, rev 1.00/2.00, addr 2
ulpt0: Hewlett-Packard DeskJet 3820, rev 1.10/1.00, addr 3, iclass 7/1
ulpt0: using bi-directional mode
uhci1: VIA 83C572 USB controller port 0xd800-0xd81f irq 9 at device 7.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 7.4 (no driver attached)
pcm0: VIA VT82C686A port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 10 at device 
7.5 on pci0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
orm0: Option ROM at iomem 0xcc000-0xc on isa0
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounters tick every 10.000 msec
acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0%
ad0: DMA limited to UDMA33, non-ATA66 cable or device
ad0: 19595MB QUANTUM FIREBALLP AS20.5 [39813/16/63] at ata0-master UDMA33
acd0: CDROM 54X CD-ROM at ata0-slave PIO4
acd1: CD-RW MSI CD-RW MS-8348 at ata1-slave PIO4
Mounting root from ufs:/dev/ad0s2a
dmesg end
 
#
# PPP  Sample Configuration File
# Originally written by 

RE:MODEM

2003-06-20 Thread Claudiu Bichir
I have an Aztech UM9800 external modem but I don't know how to
configure it to work with FreeBSD.When my system boots I see
something like ugen0:SMElectronics Communicator bla bla, I think
this is my modem ...
If anybody would like to help me configuring my modem to work with
FreeBSD I would appreciate that. I cannot use ppp ...
after I type set device /dev/ugen0,set speed 115200,enable dns
and term it says something like ... ugenpoll: no edesc(two times),
don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect
the whole system doesn't respond anymore and I must reboot it.
I hope my modem works with freebsd.
My dmesg, ppp.conf and rc.conf files are attached.
  Thank you,
   Claudiu.






-
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!dmesg:

Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-RELEASE #0: Fri Jun 20 20:55:07 EEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/BICHIR
Preloaded elf kernel /boot/kernel/kernel at 0xc04d.
Preloaded elf module /boot/kernel/snd_via82c686.ko at 0xc04d00a8.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc04d015c.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04d0208.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 94997 Hz
CPU: AMD Athlon(tm) Processor (949.97-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x642  Stepping = 2
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
AMD Features=0xc044RSVD,AMIE,DSP,3DNow!
real memory  = 268369920 (255 MB)
avail memory = 255696896 (243 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: VIA694 AWRDACPI on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
Using $PIR table, 7 entries at 0xc00fddc0
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-safe  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_cpu0: CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 
0x6000-0x607f,0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA 82C8363 (Apollo KT133A) host to PCI bridge mem 0xd800-0xdbff at 
device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA100 controller port 0xd000-0xd00f at device 7.1 on pci0
atapci0: Correcting VIA config for southbridge data corruption bug
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0xd400-0xd41f irq 9 at device 7.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: STMicroelectronics USB Communicator, rev 1.00/2.00, addr 2
ulpt0: Hewlett-Packard DeskJet 3820, rev 1.10/1.00, addr 3, iclass 7/1
ulpt0: using bi-directional mode
uhci1: VIA 83C572 USB controller port 0xd800-0xd81f irq 9 at device 7.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 7.4 (no driver attached)
pcm0: VIA VT82C686A port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 10 at device 
7.5 on pci0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
orm0: Option ROM at iomem 0xcc000-0xc on isa0
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounters tick every 10.000 msec
acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0%
ad0: DMA limited to UDMA33, non-ATA66 cable or device
ad0: 19595MB QUANTUM FIREBALLP AS20.5 [39813/16/63] at 

RE:MODEM

2003-06-20 Thread Claudiu Bichir
I have an Aztech UM9800 external modem but I don't know how to
configure it to work with FreeBSD.When my system boots I see
something like ugen0:SMElectronics Communicator bla bla, I think
this is my modem ...
If anybody would like to help me configuring my modem to work with
FreeBSD I would appreciate that. I cannot use ppp ...
after I type set device /dev/ugen0,set speed 115200,enable dns
and term it says something like ... ugenpoll: no edesc(two times),
don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect
the whole system doesn't respond anymore and I must reboot it.
I hope my modem works with freebsd.
 
dmesg:
 
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-RELEASE #0: Fri Jun 20 20:55:07 EEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/BICHIR
Preloaded elf kernel /boot/kernel/kernel at 0xc04d.
Preloaded elf module /boot/kernel/snd_via82c686.ko at 0xc04d00a8.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc04d015c.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04d0208.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 94997 Hz
CPU: AMD Athlon(tm) Processor (949.97-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x642  Stepping = 2
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
AMD Features=0xc044RSVD,AMIE,DSP,3DNow!
real memory  = 268369920 (255 MB)
avail memory = 255696896 (243 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: VIA694 AWRDACPI on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
Using $PIR table, 7 entries at 0xc00fddc0
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-safe  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_cpu0: CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 
0x6000-0x607f,0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA 82C8363 (Apollo KT133A) host to PCI bridge mem 0xd800-0xdbff at 
device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA100 controller port 0xd000-0xd00f at device 7.1 on pci0
atapci0: Correcting VIA config for southbridge data corruption bug
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0xd400-0xd41f irq 9 at device 7.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: STMicroelectronics USB Communicator, rev 1.00/2.00, addr 2
ulpt0: Hewlett-Packard DeskJet 3820, rev 1.10/1.00, addr 3, iclass 7/1
ulpt0: using bi-directional mode
uhci1: VIA 83C572 USB controller port 0xd800-0xd81f irq 9 at device 7.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 7.4 (no driver attached)
pcm0: VIA VT82C686A port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 10 at device 
7.5 on pci0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
orm0: Option ROM at iomem 0xcc000-0xc on isa0
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounters tick every 10.000 msec
acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0%
ad0: DMA limited to UDMA33, non-ATA66 cable or device
ad0: 19595MB QUANTUM FIREBALLP AS20.5 [39813/16/63] at ata0-master UDMA33
acd0: CDROM 54X CD-ROM at ata0-slave PIO4
acd1: CD-RW MSI CD-RW MS-8348 at ata1-slave PIO4
Mounting root from ufs:/dev/ad0s2a
dmesg end
 
#
# PPP  Sample Configuration File
# Originally written by 

Re: MODEM

2003-06-20 Thread Jerry Hicks
We got it the first time :-)

Hrm, you are aware that 5.0 is an old developer-only release?

I wouldn't be surprised if the USB code in that release was
in rough shape.
You probably really want FreeBSD-4.8 (or RELENG_4)

Cheers,

Jerry Hicks
[EMAIL PROTECTED]
I'm still
On Friday, June 20, 2003, at 04:59  PM, Claudiu Bichir wrote:
I have an Aztech UM9800 external modem but I don't know how to
configure it to work with FreeBSD.When my system boots I see
something like ugen0:SMElectronics Communicator bla bla, I think
this is my modem ...
If anybody would like to help me configuring my modem to work with
FreeBSD I would appreciate that. I cannot use ppp ...
after I type set device /dev/ugen0,set speed 115200,enable dns
and term it says something like ... ugenpoll: no edesc(two times),
don't know why.
There is also a dial-up tool in KDE 3.0 but after I hit Connect
the whole system doesn't respond anymore and I must reboot it.
I hope my modem works with freebsd.
dmesg:

Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,  
1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-RELEASE #0: Fri Jun 20 20:55:07 EEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/BICHIR
Preloaded elf kernel /boot/kernel/kernel at 0xc04d.
Preloaded elf module /boot/kernel/snd_via82c686.ko at 0xc04d00a8.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc04d015c.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04d0208.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 94997 Hz
CPU: AMD Athlon(tm) Processor (949.97-MHz 686-class CPU)
Origin = AuthenticAMD  Id = 0x642  Stepping = 2
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA, 
CMOV,PAT,PSE36,MMX,FXSR
AMD Features=0xc044RSVD,AMIE,DSP,3DNow!
real memory  = 268369920 (255 MB)
avail memory = 255696896 (243 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: VIA694 AWRDACPI on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
Using $PIR table, 7 entries at 0xc00fddc0
acpi0: power button is handled as a fixed feature programming model.
Timecounter ACPI-safe  frequency 3579545 Hz
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_cpu0: CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port  
0x6000-0x607f,0x5000-0x500f,0x4080-0x40ff,0x4000-0x407f,0xcf8-0xcff on  
acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA 82C8363 (Apollo KT133A) host to PCI bridge mem  
0xd800-0xdbff at device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 82C686 ATA100 controller port 0xd000-0xd00f at device  
7.1 on pci0
atapci0: Correcting VIA config for southbridge data corruption bug
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: VIA 83C572 USB controller port 0xd400-0xd41f irq 9 at device  
7.2 on pci0
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
ugen0: STMicroelectronics USB Communicator, rev 1.00/2.00, addr 2
ulpt0: Hewlett-Packard DeskJet 3820, rev 1.10/1.00, addr 3, iclass 7/1
ulpt0: using bi-directional mode
uhci1: VIA 83C572 USB controller port 0xd800-0xd81f irq 9 at device  
7.3 on pci0
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 7.4 (no driver attached)
pcm0: VIA VT82C686A port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff  
irq 10 at device 7.5 on pci0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port  
0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
sio1 port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0 port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model IntelliMouse, device ID 3
orm0: Option ROM at iomem 0xcc000-0xc on isa0
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on  
isa0
Timecounters tick every 10.000 msec
acpi_cpu: CPU throttling enabled, 2 steps from 100% to 50.0%
ad0: DMA limited to UDMA33, non-ATA66 cable or device
ad0: 19595MB QUANTUM 

Re: Mixing different arch's on a shared (NFS) ports tree

2003-06-20 Thread Ceri Davies
On Fri, Jun 13, 2003 at 11:03:20AM -0600, Tillman wrote:
 Howdy folks,
 
 I currently export /usr/ports to a range of servers, all i386 arch. I'm
 adding a sparch64 box to the mix, and I'd like to reuse the export
 (especially for distfiles). I'm looking for words of wisdom on how best
 to accomplish this and notes about pitfalls to avoid.
 
 Obviously the packages directory is going to a minor issue. I don't plan
 on building sparc64 packages as there is only the only box, but I use
 packages extensively for i386 to save compile time and ease distribution
 (portupgrade -P rocks). I /think/ I can avoid this issue by simplu never
 using -p/-P on the sparc.
 
 Anything else that I might be missing?

You could just define PACKAGES on the sparcs, and build your sparc
packages in a separate directory.

CerI
-- 
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
   -- www.chatterboxchallenge.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


help.

2003-06-20 Thread kimono
Hello,
I finded drivers for my win-modem (Zyxel omni 56k pci) under Linux
(Under FreeBSD too) .
For configurating them I need kernel sources from linux directory
/usr/src/linux.

FreeBSD 4.7 (disk one only) have no directories such this one.

If linux is aviable for you send me please this directory (archive
please).
Else tell me any ways to install my modem under FreeBSD 4.7

Thank you.Excuse me for incorrect gramatic in this letter.



 kimono  mailto:[EMAIL PROTECTED]

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


Installing a server!!!

2003-06-20 Thread Hotmail
Hi

Pls,
I need to know how can I make an install to be a server...
And how I configure the server to internet on an adsl with a fix ip...
ste by step


THx


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


Re: refuse help.

2003-06-20 Thread Jez Hancock
On Fri, Jun 20, 2003 at 09:59:29AM -0700, Marlon Corleone wrote:
 *default base=/usr/local/etc/cvsup/refuse
Should be just /usr/local/etc/cvsup - cvsup should find the refuse file
ok if you put it in /usr/local/etc/cvsup/refuse.

My old refuse file looked like this to give you an idea:

doc/de*
doc/el*
doc/es*
doc/fr*
doc/it*
doc/sr*
doc/ja*
doc/ru*
doc/zh*
ports/chinese*
ports/french*
ports/astro*
ports/audio*
ports/biology*
ports/hebrew*
ports/cad*
ports/palm*
ports/science*
ports/german*
ports/japanese*
ports/korean*
ports/russian*
ports/ukrainian*
ports/vietnamese*
ports/x11*
www/es*
www/ja*
www/ru*
www/zh*
data/es*
data/ja*
data/ru*
data/zh*
www/data/es*
www/data/ja*
www/data/ru*
www/data/zh*
src/share/doc/es*
src/share/doc/ja*
src/share/doc/ru*
src/share/doc/zh*

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


Re: tr

2003-06-20 Thread Jez Hancock
On Fri, Jun 20, 2003 at 01:44:37PM -0600, Fabio Miranda Hamburger wrote:
 How can I remove annoy ^D end of line from MS systems?
 I know there is an utility called dos2unix.
 But I think It's possible to do it with freebsd tr.
 How would that be?
As well as the method mentioned in the replies above, you can also 
do this with 'col':

cat file | col -bx  tmp.txt  mv tmp.txt file

One annoying feature of this though is it changes tabs to spaces.

Yet another way is to do a global search/replace in vim:
:%s/
//g
(note this is ctrl-v-m, not ^(caret symbol) m!)

There are a lot of other ways too :)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Buildkernel fails after cvsup and buildworld today (5.0 - 5.1)any help?

2003-06-20 Thread BSDVault
I currently still booted into 5.0-RELEASE-p7.  My hardware is an asus
A7M-266D dual AMD MP-1800's .  I have two Western Digital 120Gig drives
(IDE) and 2 512 PC-2100 DDR.

Buildworld completed fine after cd /usr/obj; chflags -R noschg * ; rm -rf *.
I then tried to buildkernel as I always have and got the following error:

machdep.o: In function `cpu_idle':
machdep.o(.text+0x14a7): undefined reference to `sched_runnable'
*** Error code 1 



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


Re: dhclient filling up my logfiles

2003-06-20 Thread Hasse
On Friday 20 June 2003 21.55, Lowell Gilbert wrote:
 Hasse [EMAIL PROTECTED] writes:
  On Thursday 19 June 2003 17.47, Hasse wrote:
   Hi everybody.
   Running FreeBSD 4.8-Stable.
   I'm connected to the internet by ADSL and dynamic IP.
   Dhcp-client keeps filling up my /var/log/messages.
   Makes a log-entry every 10th minute.
  
   snip
   Jun 19 17:35:56 odin dhclient: New Network Number: 217.209.211.0
   Jun 19 17:35:56 odin dhclient: New Broadcast Address: 217.209.211.255
   Jun 19 17:44:48 odin dhclient: New Network Number: 217.209.211.0
   Jun 19 17:44:48 odin dhclient: New Broadcast Address: 217.209.211.255
   /snip
  
   I'm running it with a practically empty dhclient.conf file.
   Only added one line to preserve my resolv.conf file.
   prepend domain-name-servers 127.0.0.1;
  
   According to the man-page dhclient(8), it's possible to
   add a -q switch to only log errors.

 No, that's not what the man page says the option does.  That option
 keeps anything but errors being sent to standard error; it has no
 relationship to the system log.

   snip
The client normally prints a startup message and displays the 
   protocol sequence  to  the  standard  error  descriptor until it has
   acquired an address, and then only logs messages using  the  syslog 
   (3)  facility. The  -q flag prevents any messages other than errors
   from being printed to the standard error descriptor.
   /snip

 Read that again to see what I mean.
Ahh.. sorry :-)

   Check the lease file you're receiving, if it has a rediculously short
   lease time complain to your provider.

 This was obviously the situation.


I'll stay put for a week or so, just to see if it goes back to normal due to 
some upgrades or any other fishy stuff at my ISP.
It's not really a problem, just annoying.

  This excessive logging behavior started for about 4 days ago.
  At least, thats when I got aware of it.
  Everything is working just fine, except for this.
  My IP-address hardly ever change. I've had the same one for nearly a year
  now. There got to be a way to tell it to only log errors, not every
  connection, but I don't know how.
  I was looking for a way in the syslog.conf, but I have very little
  understanding for that tool. ( not a clue ).
  Any more hints or clues would be preciated.

 Pick the dhclient messages up in a different log file.

 Something like (untested):
 !dhclient
 *.* /var/log/dhcpd

That did not work for me, if I did the right things.
Edited syslog.conf and added the above.
touch /var/log/dhcpd
added the following to newsyslog.conf
/var/log/dhcpd  644  3 100  @T00  Z
rebooted

  This is a snip from my lease file :
  lease {
interface xl0;
fixed-address 217.209.211.129;
option subnet-mask 255.255.255.0;
option time-offset 3600;
option routers 217.209.211.1;
option dhcp-lease-time 1200;

 Yep, your lease time is 10 minutes long.

option dhcp-message-type 5;
option domain-name-servers 127.0.0.1,10.0.0.1,10.0.0.2;
option dhcp-server-identifier 10.0.113.1;
option broadcast-address 217.209.211.255;
renew 5 2003/6/20 12:18:03;
rebind 5 2003/6/20 12:26:08;
expire 5 2003/6/20 12:28:38;
  }

 Try setting your dhclient.conf to ask for a longer lease.  If that
 fails, pull the dhclient messages into another file...

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

-- 
Regards
   Hasse
  Webmaster @ Swedehost.com

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


RE: X doesn't work

2003-06-20 Thread Scott Miller

OK,  got the new NVIDIA driver mentioned in the UPDATE at the beginning of the article 
.  Untared, ungzipped--no problem
Run make setup per the readme included with the driver, get the following error:

/usr/share/mk/bsd.kmod.mk, line 10 cannot find kernal tree ERROR CODE 1

When I try to follow the manual instructions in the article  I understand what port I 
want to update but none of the other information CVsup requires.  In addition the non 
GUI csvup does appears to be a deadlink.

Thanks for your continued patience and help.

Scott
-Original Message-
From: Jud [mailto:[EMAIL PROTECTED]
Sent: Sunday, June 15, 2003 4:42 PM
To: Scott Miller; 'Daniela'; [EMAIL PROTECTED]
Subject: Re: X doesn't work


snip

Have you tried the stuff here?

http://www.marcuscom.com/g2g-xfree86/article.html

Jud

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


How to get best results from FreeBSD-questions

2003-06-20 Thread Greg Lehey
How to get the best results from FreeBSD questions.
===

Last update $Date: 2003/03/09 22:09:31 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions, -newbies or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the newcomers), and also those who answer the
questions (the hackers).

   Note that the term hacker has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is cracker, but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst other things, it
told you how to unsubscribe.  Here's a typical message:

  Welcome to the freebsd-questions mailing list!

  If you ever want to remove yourself from this mailing list,
  you can send mail to [EMAIL PROTECTED] with the following command
  in the body of your email message:

  unsubscribe freebsd-questions Greg Lehey [EMAIL PROTECTED]

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send how to questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  FreeBSD-questions.  If that's the case, you'll have to figure out
  which one it is and get your name taken off that one.  If you're
  not sure which one it might be, check the headers of the
  messages you receive from freebsd-questions: maybe there's a
  clue there.

If you've done all this, and you still can't figure out what's going
on, send a message to [EMAIL PROTECTED], and he will sort things
out for you.  Don't send a message to FreeBSD-questions: they can't
help you.

III: Should I ask -questions, -newbies or -hackers?
===

Two mailing lists handle general questions about FreeBSD,
FreeBSD-questions and FreeBSD-hackers.  In addition, the
FreeBSD-newbies list caters 

gnome2 install issue

2003-06-20 Thread Derrick Ryalls
I cvsup'ed at some point yesturday and portupgraded most everything
(except printing stuff) today.  After all that, I am still having a
problem installing gnome2.  It consistently breaks at the following
location in gstreamer.  Any ideas?

# uname -a 
FreeBSD homer 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Wed Oct 16 23:18:32
PDT 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/HOMER  i386




lgthread-2.0 -lglib-2.0 -liconv   
cc -O -pipe -o cothreads-gthreads cothreads_gthreads-cothreads.o
-pthread  -L/usr/local/lib ../cothreads/.libs/libcothreads-gthreads.al
-lgthread-2.0 -lglib-2.0 -liconv
../cothreads/.libs/libcothreads-gthreads.al(libcothreads_gthreads_la-pth
_mctx.lo): In function `pth_mctx_set':
libcothreads_gthreads_la-pth_mctx.lo(.text+0x9b): undefined reference to
`sigaltstack'
libcothreads_gthreads_la-pth_mctx.lo(.text+0x100): undefined reference
to `sigaltstack'
libcothreads_gthreads_la-pth_mctx.lo(.text+0x112): undefined reference
to `sigaltstack'
libcothreads_gthreads_la-pth_mctx.lo(.text+0x127): undefined reference
to `sigaltstack'
libcothreads_gthreads_la-pth_mctx.lo(.text+0x158): undefined reference
to `sigaltstack'
gmake[5]: *** [cothreads-gthreads] Error 1
gmake[5]: Leaving directory
`/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.2/libs/ext/cothreads
/tests'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory
`/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.2/libs/ext/cothreads
'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.2/libs/ext'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.2/libs'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/multimedia/gstreamer/work/gstreamer-0.6.2'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/multimedia/gstreamer.
*** Error code 1

Stop in /usr/ports/multimedia/gstreamer-plugins.
*** Error code 1

Stop in /usr/ports/audio/gnomemedia2.
*** Error code 1

Stop in /usr/ports/x11/gnome2.
===[root] /usr/ports/x11/gnome2 # 


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


About domain name registrars

2003-06-20 Thread Alfonso Romero
What are the best alternatives for registering a domain name? Has anyone used 
dandomain.com? It seems very attractive, at $16.00/year, and you can modify your own 
DNS record, but has anyone on freebsd-questions used it?


THanks in advance,

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


RE: About domain name registrars

2003-06-20 Thread Sean Countryman
Godaddy.com is $8.95/year and I've had ZERO problems with them.  You can
edit everything online very easily 24/7 too.  I've moved all of my
domains there.

Sean J Countryman
[EMAIL PROTECTED]
[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alfonso Romero
Sent: Friday, June 20, 2003 6:58 PM
To: freebsd-questions
Subject: About domain name registrars

What are the best alternatives for registering a domain name? Has anyone
used dandomain.com? It seems very attractive, at $16.00/year, and you
can modify your own DNS record, but has anyone on freebsd-questions used
it?


THanks in advance,

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

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


  1   2   >