Re: how to use X window server/client mode?

2004-02-08 Thread Zhang Weiwu
Oh how nice! I start with ssh -X and everything goes okay. Thank you.

Dan Nelson wrote:

In the last episode (Feb 08), Zhang Weiwu said:
 

Hello. I know this looks like a dump question ... I wish I can find a easy 
tutorial, but a quick google search didn't give me one. Perhaps you can 
tell me where to find a good tutorial.

Now I have freebsd 5.2  gnome 2 running on my notebook, X is started by 
gdm. My friend's computer run RedHat linux 9. I login to gnome, ssh login 
to my friends computer in a xterm, set $DISPLAY to be mynotebook:0.0. 
Then I type gedit, I'm expecting gedit to come out on my desktop, but I 
got cannot open display message.
   

Try with xterm, which generates much better error messages.  Possible
causes:  DISPLAY variable not exported, nothing listing on
mynotebook:0.0, host + or xhost +otherserver not run on mynotebook.
If you add the -X flag to ssh, ssh will automatically set $DISPLAY on
the other end and tunnel the display back to the local server.
 



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


Re: struggling with hylafax installation

2004-02-08 Thread Alex Teslik
-- Original Message ---
From: Jeff Gardner [EMAIL PROTECTED]
To: Alex Teslik [EMAIL PROTECTED]
Cc: list-freebsd-questions [EMAIL PROTECTED]
Sent: Sun, 08 Feb 2004 01:00:37 -0500
Subject: Re: struggling with hylafax installation

 Alex Teslik wrote:
  Oy, the second post to questions in the same day :(
  
  So, I bought new modem and got it working, but only kind of - the modem is
  not echoing commands back to the 'cu' or 'ppp' terminals. It is a USRobotics
  5610B 56K Pro Modem. It is not winmodem and the system put it on sio2.
 
 Is this an internal or external modem?

Internal

dmesg | grep 'sio[0-9]':
sio0: configured irq 2 not in bitmap of probed irqs 0x20
sio0: 3COM PCI FaxModem port 0xe000-0xe007 irq 2 at device 10.0 on pci0
sio0: moving to sio2
sio2: type 16550A
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A



 
  
  I made all the devices in /dev eventhough they already existed.
  
  I added a direct line to the modem in /etc/remote like:
  cuaa2:dv=/dev/cuaa2:br#57600:pa=none
  
  I can connect to the modem like:
  cu -l /dev/cuaa2
  or
  tip cuaa2
  or
  ppp (then 'term')
  
  I can type commands and see them. I type ATDT1234567 and the modem picks up
  and dials. So I know it hears and understands me. But it never echoes back
  result information. I never see an OK or anything from the modem in the
  terminal.
 
 So you get nothing when you type 'AT' followed by enter with nothing else?


Correct.


 
  
  The problem is that HylaFAX relies on these echo results to control its
  communication with the modem. It is looking for those OKs. Does anyone have
  any ideas on how to get the OKs working? I have gone through all of the AT
  commands USR documents and I can't get anything. Is this a problem with 'cu'
  or 'ppp' or 'tip'? The results are obviously going somewhere, but I don't know
  where.
 
 And this makes me ask my first question.  Is this internal or external?
 
  
  The AT command set for this modem is documented (USR issues the same document
  for all their modems - this is an online version from another model instead of
  a PDF version that is posted with my specific model, but they are the
same) here:
  http://www.usr.com/support/839/83909-ug/six.html
  
  This should turn on all echos (but does not):
  ATQ0 E1 F0
 
 These should at least get the result codes you need.  Maybe try an atf1
 which is Load Factory 1, HW FC and see if that gets the OK working.  The 
 only thing I could do to mine to turn of the OK is Q1.


Nothing with atf1 or any of the factory settings. Do you have this modem? Are
you willing to share the steps you took to get it working properly?

uname -a:
FreeBSD xxx.xxx.xxx 4.8-RELEASE FreeBSD 4.8-RELEASE #6: Sat Feb  7 16:57:02
PST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DUALP3-4_8_0-RELEASE  i386

Thanks,
Alex

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


Re: Can not make clean etc.

2004-02-08 Thread Deling Ren


On Sat, 7 Feb 2004, Lowell Gilbert wrote:

 Don't top-post, please.
Sorry about that.

 Deling Ren [EMAIL PROTECTED] writes:

  On Sat, 7 Feb 2004, Lowell Gilbert wrote:
 
   Deling Ren [EMAIL PROTECTED] writes:
  
Hi all, I am experiencing a nasty problem: I can not make clean or make
update etc under /usr/port. In most of the ports, I can not even make
install. They all yield a common error:
   
Missing }.
   
This problem also exists when I tried to compile the kernel by running
config and make depend. But I have no problem with make buildkernel
KERNCONF=
   
I even tried to cvsup to the lastest port, didn't help. I suspect a
makefile that is commonly used is corrupted. Can anyone give a a clue
where to find it? It's 5.2 RC1.
   
Any suggestion will be appreciated.
  
   Just a guess:  'which make' doesn't reply with /usr/bin/make?
  
  Thanks for your reply, which make returned /usr/bin/make. There are
  some ports that I can make install, such as gettext, but others have
  problems, e.g. mutt. I can make, but not make install :(

 Your ports makefiles (/usr/ports/Mk) might be corrupted somehow.
 Look at bsd.port.mk in particular.

Actually I already cvsuped to the lastest port. Anyway, I swiped out the
whole /usr/ports directory and extracted from the install CD. The result
was still the same. Since it also affected building the kernel. I
suspected it was make. I extracted make from the CD and overwrote the
existing one and that didn't help either.

Then I made a discovery which is that if I use /usr/bin/make update
instead of make update, it would be fine. I ran which make again and
it did show /usr/bin/make. I later found out it was due to some tcsh
settings. I am using the settings from tcshrc.sf.net. After removing those
rc files, it works well now. I haven't yet figured out where exactly the
problem is, but I am glad I don't have to reinstall everything, which
would be a nightmare.

Thanks a lot for your help.

 ___
 [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]


The FreeBSD Diary: 2004-01-18 - 2004-02-07

2004-02-08 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives http://www.freebsd.org/search/search.html#mailinglists 
and/or The FreeBSD Diary http://www.freebsddiary.org/. 

These are the articles posted during this period:

1-Feb : Bacula: Cross-Platform Client-Server Backups
 You need this network backup solution. 
 http://freebsddiary.org/bacula.php?2

24-Jan : Linux World Expo - Day 3
 PHP5, Bacula, and movies on 42nd Street 
 http://freebsddiary.org/linuxworldexpo-2004-part6.php?2

23-Jan : Linux World Expo - Day 2
 Lost in the subway, found in government 
 http://freebsddiary.org/linuxworldexpo-2004-part5.php?2

22-Jan : Linux World Expo - Day 1
 walk, train, walk and more walk... 
 http://freebsddiary.org/linuxworldexpo-2004-part4.php?2

21-Jan : Linux World Expo - The drive to NYC
 Linux World Expo - The drive to NYC 
 http://freebsddiary.org/linuxworldexpo-2004-part3.php?2

19-Jan : Linux World Expo - my schedule
 Schedule and more preparation 
 http://freebsddiary.org/linuxworldexpo-2004-part2.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

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


Re: Share/Freeware to see FBSD from Win_XPproSP1?

2004-02-08 Thread Matthew Seaman
On Sat, Feb 07, 2004 at 08:10:13PM -0500, Peter Leftwich wrote:
 Is there a program (go-between) that I can use to read my FreeBSD slices
 from Winbloze XP Pro SP1?  I need to clean up some old OSs, make space...!

Not within the same machine.  You can obviously run Samba on a FreeBSD
box to export the filesystems to a WinXP machine, but there's not
support in WinXP for being able to read a BSD filesystem.  There are
products that will let you read the Linux ext2/ext3 filesystems from
Windows: eg http://www.mount-everything.com/ -- but nothing for
FreeBSD filesystems.

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


Fwd: dig/named - res_nsend: Protocol not supported

2004-02-08 Thread Luke Cowell
Yes, it was an IPV6 address in my hosts file. Had I specified the 
loopback IP instead of 'localhost' it would have worked.

Luke

Begin forwarded message:

From: Saint Aardvark the Carpeted 
[EMAIL PROTECTED]
Date: February 7, 2004 12:09:52 PST
To: Luke Cowell [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: dig/named - res_nsend: Protocol not supported

Luke Cowell disturbed my sleep to write:
*Why* do I need to have IPV6 enable ? Is it some configuration option
of named that I overlooked ?
Hm...it could be that named is only listening on IPv6 localhost (::1)
rather than IPv4 (127.0.0.1) by default, but that seems strange to me.
Try grep localhost /etc/hosts and see if you've got entries for both.
Are you running the default version of BIND, or a version from ports?
Hugh

--
Saint Aardvark the Carpeted
[EMAIL PROTECTED]
Because the plural of Anecdote is Myth.
___
[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: 3Com USRobotics 5699B 56k fax modem install

2004-02-08 Thread Tony Frank

Hi there,

On Sat, Feb 07, 2004 at 10:46:35AM -0800, Alex Teslik wrote:
 Arg!
 
 This is indeed a winmodem according to the USRobotics website. I knew to avoid
 those like the plague, but since the modem cost twice as much as all the other
 modems and it didn't say winmodem anywhere on the box I figured it was safe. I
 thought USR was reputable. This sucks. I feel duped. Off to the store to
 replace this

Try:
/usr/ports/comms/ltmdm

Works for my laptop builtin winmodem (Compaq Evo N610c)

Best of luck,

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


Re: Starting two instances of bind - method?

2004-02-08 Thread Tony Frank
Hi there,

On Sat, Feb 07, 2004 at 01:45:10PM -0500, Chad M Stewart wrote:
 I want to run two instances of Bind 9 on the same box.  Both will be 
 chrooted and have their own IPs.  At some point I may choose to put 
 them in jails, but for now no.  One step at a time. :)
 
 I'm wondering what suggestions people might have for getting each 
 started up during the normal boot process.  I see the options in 
 /etc/defaults/rc.conf and could put my own stuff in /etc/rc.conf but as 
 far as I can tell that would only work for a single instance.  How 
 would I get the other instance to start up?   The same binary can be 
 used for both, just different configuration files and chroots.

Your biggest issue is that unless you are using separate IP for each
instance of bind, you will have problems as both will by default 
need to use port 53 for DNS service.

Perhaps you want to investigate the use of Bind9 view function
which lets you show different data to different clients.

The ISC homepage for bind is an excellent resource:
http://www.isc.org/index.pl?/sw/bind/

As is the DNS and BIND book by Albitz  Liu from Oreilly.

Regards,

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


Re: [maybe OT] IP/UDP/DNS packet manipulation question

2004-02-08 Thread Tony Frank
Hi there,

On Sat, Feb 07, 2004 at 01:46:46PM -0500, Louis LeBlanc wrote:
 That is to say it will accept DNS requests from local agents, filter
 out IPV6 request packets, and forward IPV4 requests to our backend DNS
 server in a way that the backend server will believe it has received
 them directly from the local server and send the response directly
 back to the local DNS agent, not the filter/forwarder.
 
 As I understand things, this will mean rewriting the outgoing IP
 header, UDP header (TCP support is not needed), so that they each
 contain the address of the local agent as the sender IP, and leaving
 the DNS header unchanged.  Or better yet, simply forwarding the entire
 IP packet unchanged so that even the IP identification field is
 intact.

 The DNS header is easy enough, since that's in the application layer,
 but I'm having trouble finding out how to rewrite the transport and
 network layer headers, or to simply forward the whole packet.

You might be able to do this with one of the various firewalls already.
Perhaps check out ipfilter and pf.

If using ipfw you can divert all DNS traffic to a divert(4) socket
which you can then connect to your DNS application.
If the application likes what it sees it can send the packet back
via divert for forwarding to the real DNS target - no modifications
necessary.
If the DNS packet doesnt meet the specs, it can be dropped.

Another possibiliy might be a netgraph module, although netgraph
seems typically more suited to layer2 type applications.

Hope it helps,

Tony

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


Re: Differences between net/vnc ports ?

2004-02-08 Thread Tony Frank
Hi,

On Sun, Feb 08, 2004 at 02:15:11AM +0200, Ion-Mihai Tetcu wrote:
 In ports/net/ there are 6 vnc ports. Leaving alone vnc2swf could someone
 tell from experience the difference between them ?
 
 For now I am interested in vnc clients to access a mixture of 98/xp/2000
 machines, but any other info would be appreciated.

I personally have had great success with TridiaVNC.

Although it is a little old now I can get the same feature set on all
platforms - w32, freebsd, solaris and they all interwork just fine.

In other experience most versions will interwork with the basic features.
If you want some fancy specific features then you need to investigate
the offerings of each individual version.

Best regards,

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


Growfs Vinum on 5.2-RELEASE

2004-02-08 Thread Michael Ritchie
I have followed the method advocated by Drew Tomlinson on this list
(October 2002) to create a Vinum volume without losing data.  Everything
worked ok for the first drive... and then I added the second, and grew
the file system using growfs ... and then added the third subdisk to the
plex, and tried to growfs again, and got the following message:
# growfs -N /dev/vinum/data
new file systemsize is: 195366077 frags
Warning: 157556 sector(s) cannot be allocated.
growfs: 381497.4MB (781306752 sectors) block size 16384, fragment size 2048
   using 2076 cylinder groups of 183.77MB, 11761 blks, 23552 inodes.
   with soft updates
super-block backups (for fsck -b #) at:
625120832, 625497184, 625873536, 626249888, 626626240, 627002592, 627378944,
627755296, 628131648, 628508000, 628884352, 629260704, 629637056,
630013408,
... etc ...
775285280, 775661632, 776037984, 776414336, 776790688, 777167040,
777543392,
777919744, 778296096, 778672448, 779048800, 779425152, 779801504,
780177856,
780554208, 780930560
growfs: bad inode number 1 to ginode
#
Here's my vinum configuration summary:
# vinum list
3 drives:
D d0  State: up   /dev/ad7s1e A: 0/190782 MB (0%)
D d2  State: up   /dev/ad6s1e A: 0/76319 MB (0%)
D d1  State: up   /dev/ad4s1e A: 0/114473 MB (0%)
1 volumes:
V dataState: up   Plexes:   1 Size:372 GB
1 plexes:
P data.p0   C State: up   Subdisks: 3 Size:372 GB
3 subdisks:
S data.p0.s0  State: up   D: d0   Size:186 GB
S data.p0.s1  State: up   D: d1   Size:111 GB
S subdisk2State: up   D: d2   Size: 74 GB
I'm running 5.2-RELEASE, with kernel compiled from RELEASE source to
include IPFW.  Fairly standard stuff.  Is something broken or am I doing
something wrong??
Thanks,
Michael.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to query the computer's ip address?

2004-02-08 Thread Rob
Hi,

Silly question, maybe, but is there a simple command to query the computer's
ip address? Something similar to 'hostname' for finding the computer's hostname.
I need the four dot-separated ip numbers.
I can analyze the output of 'ifconfig', but isn't there an easier way.

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


Re: How to query the computer's ip address?

2004-02-08 Thread Nicholas Holley
Rob wrote:
Hi,

Silly question, maybe, but is there a simple command to query the 
computer's
ip address? Something similar to 'hostname' for finding the computer's 
hostname.
I need the four dot-separated ip numbers.

I can analyze the output of 'ifconfig', but isn't there an easier way.

Thanks,
Rob.
If reading the output of ifconfig is really too much trouble for you, 
then I would suggest writing up a small script or alias to grep the 
output of ifconfig.

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


Re: X11 forwarding (with ``screen'' option)?

2004-02-08 Thread Lewis Thompson
On Sat, Feb 07, 2004 at 02:43:05PM -0800, Kris Kennaway wrote:
 On Sat, Feb 07, 2004 at 12:16:00PM +, Lewis Thompson wrote:
Is there any such thing as screen for X applications?

 There's xmove, but it's a bit buggy.  It's a great idea though, I wish
 someone would make it work better.

This is great!  I spent quite a while figuring out how to get it to work
(there isn't a great deal available on the Internet, which is a real
pity).  When I asked for a screen for X I really didn't quite expect
that is exactly what I'd get.

  I think I might try and figure out how this works in detail and have a
go at hacking together a HOWTO or brief tutorial.

  Thanks very much,

-lewiz.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.

-| msn:[EMAIL PROTECTED] | jabber:[EMAIL PROTECTED] | url:www.lewiz.org |-


pgp0.pgp
Description: PGP signature


Re: How to query the computer's ip address?

2004-02-08 Thread Malcolm Kay
On Sun, 8 Feb 2004 21:49, Rob wrote:
 Hi,

 Silly question, maybe, but is there a simple command to query the
 computer's ip address? Something similar to 'hostname' for finding the
 computer's hostname. I need the four dot-separated ip numbers.


A computer often has a number of associated ip addreses; so it is a bit
difficult. However interfaces usually have a unique address (or at least a prime
address) so it makes more sense to think in terms of the ip address of a 
particular NIC in the machine.

So ifconfig is the most reasonable way to find what ip addresses are 
associated with your computer.

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


Mozilla:No window found

2004-02-08 Thread Ruslan N. Gogunsci
Hello All,

I use  FreeBSD5.2
I have one problem with mozilla,when i try in run it says: No window found
I try Mozilla1.5 and 1.6 from ports:with xft and without it, with gtk2 and
without it, frome packages,but always have this problems
Interesting, that in another box with FreeBSD5.2 it'a work fine
Another box and my use same ports tree. All soft installed via ports.
I read google,and find that I must reistall xft but it doesn't help  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Share/Freeware to see FBSD from Win_XPproSP1?

2004-02-08 Thread Jorn Argelo
I don't think so. Windows XP can only read FAT 12/16/32 and NTFS. It would be 
nice if you do some research yourself next time, before asking a 
google-question on the list.

Cheers,

Jorn

On Sunday 08 February 2004 02:10, Peter Leftwich wrote:
 Is there a program (go-between) that I can use to read my FreeBSD slices
 from Winbloze XP Pro SP1?  I need to clean up some old OSs, make space...!

 --
 Peter Leftwich
 President  Founder, Video2Video Services
 Box 13692, La Jolla, CA, 92039 USA
 http://Www.Video2Video.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]


sendmail to a smarthost?

2004-02-08 Thread Zhang Weiwu
Hello. In my LAN the DNS server is my ADSL modem ... small device that 
cannot do MX type of address lookup. I wish to configure a fax server 
(FreeBSD 5.2 + Hylafax) in the LAN to send emails to a group of people upon 
receiving fax. The problem is hylafax fax server can only use sendmail to 
send fax notification, but sendmail can send out emails only when it knows 
receipiant's MX ip.

The only way I can think of is to let sendmail send mails by using my ISP's 
smtp server (need login). But I read sendmail(8), I didn't find how to 
configure sendmail to do this, nor did I find such information on the 
handbook. I'm not familiar with sendmail config.

I hope I'm clear:) What should I do now? Do you have something to suggest 
me to read? Thank you.

_
 MSN Messenger:  http://messenger.msn.com/cn  

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


Daemon Monitor

2004-02-08 Thread Loren M. Lang
Is there a good program that can monitor a daemon and take an
appropriate action if the daemon dies?  I am having trouble with ClamAV
dying in certain circumstances, but somewhat rare.  I would like for
when it dies, to either restart it or copy a mail config file for exim
over the default and signal Exim which would then disable exim from
using clamav so the mail will still come through.  Currently we have it
disabled until the problem is fixed, but some users are still not
heeding the warnings and are infecting themselves with the MyDoom virus
which ClamAV was previously blocking.

-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 


pgp0.pgp
Description: PGP signature


Have two critical kmail 1.6 bugs been patched in the ports tree?

2004-02-08 Thread J. Seth Henry
Guys,
I was checking out the kde website, and noticed that there are (or were) two 
critical bugs in the 3.2.0 release of kmail. (http://dot.kde.org/1075969434/)

Have these been fixed in the ports tree, or do I need to attempt to apply a 
patch? (I would be affected by the pop3 filter bug.) I installed kmail after 
a cvsup upgrade Saturday at 12:30PM EST.

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


Re: OpenLDAP and Mozilla Messenger

2004-02-08 Thread Loren M. Lang
On Sat, Feb 07, 2004 at 06:06:32PM -0600, Thomas T. Veldhouse wrote:
 Does anybody know of a GOOD HOWTO to get Mozilla Messenger and 
 OpenLDAP (2.2) to work well together [for addressbooks]?
 
 I have been searching for doco all day and I have downloaded schema and 
 entered configurations to no avail.
 

I don't know about any howtos off-hand, but the #ldap channel on
irc.freenode.net was a good help to me.  I used the inetOrgPerson schema
which is the same schema for M$ Outlook, Pine, and several other mail
clients.  Also, for Mozilla to work, I needed to add the following line:

allow bind_v2

Other then that, I was able to add users just fine.
`
 Thanks in advance for any help,
 
 Tom Veldhouse



-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 


pgp0.pgp
Description: PGP signature


Re: Fresh installation of FreeBSD 5.2

2004-02-08 Thread Alex de Kruijff
On Sun, Feb 08, 2004 at 12:01:38PM +, Stephen Liu wrote:
 Hi all folks,
 
 I am prepared to install FreeBSD 5.2 doing net installation using packages 
 from its developers' site.  I have 4 CDs downloaded.  Kindly advise which CD 
 shall I use and which document shall I follow during installation.

You only need the first CD to install FreeBSD 5.2 on a i386. You can follow the 
FreeBSD handbook for installation: www.freebsd.org/handbook/

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


Re: Daemon Monitor

2004-02-08 Thread Jon Mercer
Have you looked at DJB's Daemontools? They are in ports.

Regards,

Jon Mercer

On Sun, 2004-02-08 at 14:13, Loren M. Lang wrote:
 Is there a good program that can monitor a daemon and take an
 appropriate action if the daemon dies?  I am having trouble with ClamAV
 dying in certain circumstances, but somewhat rare.  I would like for
 when it dies, to either restart it or copy a mail config file for exim
 over the default and signal Exim which would then disable exim from
 using clamav so the mail will still come through.  Currently we have it
 disabled until the problem is fixed, but some users are still not
 heeding the warnings and are infecting themselves with the MyDoom virus
 which ClamAV was previously blocking.
-- 
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / /_/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
||
++ 



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


Making an ISO fails

2004-02-08 Thread Loren M. Lang
I have been trying to make an iso of some dvds, an cdroms by just
copying the file /dev/acd0c, but most of the time it seems to fail with
an i/o error.  I underestimated the size of a 6G dvd and ran out of
disk space before it was through, though it got to nearly 4G.  After
freeing enough diskspace an trying again I couldn't copy more than
several hundre megs before it got an i/o error.  Removing and
reinserting the dvd doesn't seem to help.  I can successfully copy the
dvd by mounting it and copying all the files, but I'd prefer a straight
copy of the iso image.  I've had various problems doing so with
different cd/dvds, and I also had a similar problem on linux.  Since
some cd/dvds work fine, and I can always successfully read it when it's
mounted, why don't all cd/dvds allow a straight copy of the iso image?

-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 


pgp0.pgp
Description: PGP signature


Re: sendmail to a smarthost?

2004-02-08 Thread Alex de Kruijff
On Sun, Feb 08, 2004 at 09:31:10PM +0800, Zhang Weiwu wrote:
 Hello. In my LAN the DNS server is my ADSL modem ... small device that 
 cannot do MX type of address lookup. I wish to configure a fax server 
 (FreeBSD 5.2 + Hylafax) in the LAN to send emails to a group of people upon 
 receiving fax. The problem is hylafax fax server can only use sendmail to 
 send fax notification, but sendmail can send out emails only when it knows 
 receipiant's MX ip.
 
 The only way I can think of is to let sendmail send mails by using my ISP's 
 smtp server (need login). But I read sendmail(8), I didn't find how to 
 configure sendmail to do this, nor did I find such information on the 
 handbook. I'm not familiar with sendmail config.
 
 I hope I'm clear:) What should I do now? Do you have something to suggest 
 me to read? Thank you.

To create your own sendmail configure file:

1. cd /etc/mail/
2. make  make install
3. vi /etc/mail/hostname.mc

This configuration has a example on how to use the SMART_HOST option. I'm
not sure about how to login. Then after you have configured it all do:

1. cd /etc/mail/
2. make  make install  make restart

The website of sendmail is: www.sendmail.org

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


Re: sendmail to a smarthost?

2004-02-08 Thread Matthew Seaman
On Sun, Feb 08, 2004 at 09:31:10PM +0800, Zhang Weiwu wrote:
 Hello. In my LAN the DNS server is my ADSL modem ... small device that 
 cannot do MX type of address lookup. I wish to configure a fax server 
 (FreeBSD 5.2 + Hylafax) in the LAN to send emails to a group of people upon 
 receiving fax. The problem is hylafax fax server can only use sendmail to 
 send fax notification, but sendmail can send out emails only when it knows 
 receipiant's MX ip.
 
 The only way I can think of is to let sendmail send mails by using my ISP's 
 smtp server (need login). But I read sendmail(8), I didn't find how to 
 configure sendmail to do this, nor did I find such information on the 
 handbook. I'm not familiar with sendmail config.

Setting up a smarthost is simple. Just do the following:

# cd /etc/mail
# make  (this will create a file `hostname`.mc if 
 it doesn't already exist)
# vi `hostname`.mc

Modify the line to remove the comment (dnl) and put in your ISP's
smart host:

dnl define(`SMART_HOST', `your.isp.mail.server')

so that it reads:

define(`SMART_HOST', `smtp.example.com')

Note the distinction between the left hand (`) and right hand (') side
quote marks.

Save the results.  Now process those into a sendmail configuration
file and install them and restart sendmail as follows:

# make install
# make restart-mta

In order to suppress sendmail doing DNS lookups for MX records, you
should be able to use the standard sendmail feature of putting the
hostname in [square brackets].  This may or may not work -- you'll
have to do some experiments.  First of all try putting the square
brackets into the SMART_HOST define above:

   define(`SMART_HOST', `[smtp.example.com]') 

If that doesn't work, you can try using the mailertable functionality.
Create a file /etc/mail/mailertable containing the line:

.relay:[smtp.example.com]

and process that into a .db format hashed file by:

# make



-- 
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: Daemon Monitor

2004-02-08 Thread Gautam Gopalakrishnan
On Sun, 8 Feb 2004 06:13:13 -0800
Loren M. Lang [EMAIL PROTECTED] wrote:

 Is there a good program that can monitor a daemon and take an
 appropriate action if the daemon dies?  I am having trouble with
 ClamAV dying in certain circumstances, but somewhat rare.  I would
 like for when it dies, to either restart it or copy a mail config file
 for exim over the default and signal Exim which would then disable
 exim from using clamav so the mail will still come through.  Currently
 we have it disabled until the problem is fixed, but some users are
 still not heeding the warnings and are infecting themselves with the
 MyDoom virus which ClamAV was previously blocking.

/usr/ports/sysutils/daemontools
http://cr.yp.to/daemontools.html

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


Why aren't all files in a Package?

2004-02-08 Thread Loren M. Lang
Certain core files that come with freebsd don't seem to belong to any
package, one of them being zlib.  I was trying to figure out what
version of zlib FreeBSD is using, but since it wasn't part of any
package, it was a little difficult, I had to edit libz.so and greped for
1.1.4.  Since I found that, I'm assuming that that's the correct
version, but I think a simple pkg_info -W should have answered that.

Also, programs like named seem to come default as part of named and
therefore have no package associated with them, but there is also a
version in the ports collection.  How do I uninstall the version in
/usr so I can be assured that the version being invoked is in
/usr/local.

The last problem is that it makes it more difficult to find the source
code for a particular core program.  Is there any way I can access it
any easier like I was doing in debian?  dpkg -S /path/to/file tells me
the package name, then apt-get source package downloads that package.
-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 


pgp0.pgp
Description: PGP signature


Re: OpenLDAP and Mozilla Messenger

2004-02-08 Thread Aaron
Thomas T. Veldhouse [EMAIL PROTECTED] wrote:
Does anybody know of a GOOD HOWTO to get Mozilla Messenger and 
OpenLDAP (2.2) to work well together [for addressbooks]?

I have been searching for doco all day and I have downloaded schema and 
entered configurations to no avail.
I don't know of a good doc that covers specifically this, but ...

Every ldap-enabled mail client seems to use their own ldap schema.  I am 
 sort of aware that mozilla's schema might be available somewhere on 
mozilla.org, but I've never personally looked for it.  Note that mozilla 
does not write to an ldap directory, it only reads from it.

If you are in control of the directory, you have lots of options.  If 
you want mozilla to show you any directory, then you have to hope that 
the directory was implemented with attributes that mozilla expects. 
That's a fair hope, since mozilla's notion of a person is derived from a 
commonly used objectclass, inetOrgPerson.  But depending on your 
directory's specific schema, mozilla may or may not see all of what 
you're interested in.  Mozilla gives you some room to play, using bind 
dn, base dn and search filters.

If the directory is yours and you will be implementing your own schema, 
one thing you can do is to fully populate a mozilla address card, then 
export the addressbook as ldif, and you'll see the objectclasses and 
attributes that mozilla uses/expects.  Do this in a new addressbook with 
one entry so you don't have to look at a bunch of other entries.  Here's 
one that I did, using Mozilla 1.6:

dn: cn=First Last,[EMAIL PROTECTED]
objectclass: top
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
objectclass: mozillaAbPersonObsolete
givenName: First
sn: Last
cn: First Last
xmozillanickname: NickName
mail: [EMAIL PROTECTED]
mozillaSecondEmail: [EMAIL PROTECTED]
mozilla_AimScreenName: screenName
xmozillausehtmlmail: false
modifytimestamp: 0Z
telephoneNumber: work 555-
homePhone: home 555-
facsimileTelephoneNumber: fax 555-
pager: pager 555-
mobile: mobile 555-
homePostalAddress: 123 myhomeaddress st
mozillaHomePostalAddress2: apt 111
mozillaHomeLocalityName: homeCentennial
mozillaHomeState: homeCO
mozillaHomePostalCode: home80122
mozillaHomeCountryName: homeCountry
postalAddress: 456 myworkaddress st
mozillaPostalAddress2: apt 222
l: workDenver
st: workCO
postalCode: work80111
c: workCountry
title: workTitle
ou: workDept
o: workOrg
workurl: http://www.workwebpage.com
homeurl: http://www.homewebpage.com
custom1: custom1
custom2: custom2
custom3: custom3
custom4: custom4
description: This is a note
Things to note:

- mozilla addressbook entries are objectclass: mozillaAbPersonObsolete
- mozillaAbPersonObsolete appears to be derived from inetOrgPerson
- Most, but not all of mozilla's extra attributes have mozilla 
prepended to the attribute name.  The following are also mozilla 
specific, even though they don't say mozilla:

workurl: http://www.workwebpage.com
homeurl: http://www.homewebpage.com
custom1: custom1
custom2: custom2
custom3: custom3
custom4: custom4
- the distinguished name is dn: cn=First Last,[EMAIL PROTECTED],
in other words cn=...,mail=...  but this is not critical, you can have 
any directory organization you like and the entries can still be seen by 
mozilla as long as they are of the right objectclass and/or have the 
right attributes.

- cn is composed of givenName and sn, *unless* in the ab entry
you specifically filled in Display Name.  This is an export issue only; 
remember that moz only reads, doesn't write directories.

I have found that as long as what you have in your directory has the 
attributes that mozilla is looking for, they should show up in the 
addressbook.  Note that I say should.  After having done this limited 
experiment, and for other reasons related to the work I'm doing, I 
decided to just be happy with a name and email address showing up in 
addressbook from my directory, and all the other attributes being 
managed and viewed by the app I'm working on.  So I haven't 
painstakingly verified that if I have a mozillaHomePostalAddress2 
attribute in my unique local schema, for example, that it shows up in 
addressbook.

Bottom line: you should be able to use mozilla's schema in your 
directory if you can find it at their site, or just reverse engineer it 
from the above or your own experiment and reproduce it in your local 
setup, if what you want is mozilla's exact view of a person.

But, mozilla doesn't write to ldap directories, so you will have to 
write or find an app that allows you to add entries.  Depending on your 
user population and your requirements for directory security (and 
coherence :) you could use one of the php admin tools, and either 
restrict access to your self and admins, or open it up to your user 
population.  Openldap's ACL's could/should be used to restrict each 
user's write-access to their own entry, but then they can't add new 
entries for their *own* contacts, 

Re: Daemon Monitor

2004-02-08 Thread Loren M. Lang
On Mon, Feb 09, 2004 at 01:52:37AM +1100, Gautam Gopalakrishnan wrote:
 On Sun, 8 Feb 2004 06:13:13 -0800
 Loren M. Lang [EMAIL PROTECTED] wrote:
 
  Is there a good program that can monitor a daemon and take an
  appropriate action if the daemon dies?  I am having trouble with
  ClamAV dying in certain circumstances, but somewhat rare.  I would
  like for when it dies, to either restart it or copy a mail config file
  for exim over the default and signal Exim which would then disable
  exim from using clamav so the mail will still come through.  Currently
  we have it disabled until the problem is fixed, but some users are
  still not heeding the warnings and are infecting themselves with the
  MyDoom virus which ClamAV was previously blocking.
 
 /usr/ports/sysutils/daemontools
 http://cr.yp.to/daemontools.html

I took a look at this as well as monitord in the ports collection, but
neither seems to do exactly what I'm looking for.  I want a way to take
an action other than restarting the service if the service dies,
because I think that ClamAV will keep dying as long as exim is sending
it the same email that caused it to crash in the first place, instead I
just want to disable exim from using clamav in it's config file until
someone can manually intervene and fix the problem.

 
 hope that helps.
 Gautam

-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 


pgp0.pgp
Description: PGP signature


Can't start rshd

2004-02-08 Thread Daniela
Hi!
I'm having problems starting rshd. I tried it on two different computers (yes, 
I know about the security risks, but the port is firewalled off).
I can't use alternatives because some software I'm using depends on it.

The error is: It terminates with status 1 and sets errno to 38 (ENOTSOCK) 
= Socket operation on non-socket. It fails on the following function call:
getpeername(0, (struct sockaddr *)from, fromlen)

I'm no expert, but it looks like this can't work. Is this a bug, or is my 
installation faulty? BTW, I'm starting rshd with no arguments.

Regards,
Daniela


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


xmove over SSH.

2004-02-08 Thread Lewis Thompson
Hi,

At Kris Kennaway's suggestion I have been trying out xmove, which allows
me to suspend an X app, move it between X displays, etc.

  I've got this working great on one machine (actually a jail), where my
sshd_config has:

X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost no

  I start xmove and it prints:

Implementing MIT-MAGIC-COOKIE-1 user authentication
XMove 2.0 ready.

  However.  On another machine (not a jail), which the same sshd_config,
except with X11UseLocalhost yes, I only get this message:

XMove 2.0 ready.

i.e. it doesn't seem to read my MIT magic cookie.

  I checked this by changing the X11UseLocalhost to no on the
problematic machine and xmove then reads the cookie.  However, with this
setting I am unable to get any display forwarded, even something simple
like xclock without any xmove.

  Any suggestions how I might fix this one?

-lewiz.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.

-| msn:[EMAIL PROTECTED] | jabber:[EMAIL PROTECTED] | url:www.lewiz.org |-


pgp0.pgp
Description: PGP signature


5.2 portupgrade: kde-3.2.0

2004-02-08 Thread Jeff Elkins
Fatal error 'Spinlock called when not threaded.' at line 83 in 
file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0)
Abort trap (core dumped)

I'm unable to upgrade kde t o 3.2 due to the error above in kdelibs-3.2.0. 
Googling the error wasn't very helpful...the most enlightning message said 
'something in your system is hosed,' or words to that effect.

What do I need to do to correct this problem?

Thanks,

Jeff Elkins


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


Re: OpenLDAP and Mozilla Messenger

2004-02-08 Thread Thomas T. Veldhouse


Loren M. Lang wrote:
On Sat, Feb 07, 2004 at 06:06:32PM -0600, Thomas T. Veldhouse wrote:

Does anybody know of a GOOD HOWTO to get Mozilla Messenger and 
OpenLDAP (2.2) to work well together [for addressbooks]?

I have been searching for doco all day and I have downloaded schema and 
entered configurations to no avail.



I don't know about any howtos off-hand, but the #ldap channel on
irc.freenode.net was a good help to me.  I used the inetOrgPerson schema
which is the same schema for M$ Outlook, Pine, and several other mail
clients.  Also, for Mozilla to work, I needed to add the following line:
allow bind_v2
AHA!   That worked.  I had Outlook reading just fine, but Netscape 
wouldn't do it.  This has moved a long way in the right directly.  Now 
the only trouble I am having is with some invalid Mozilla atributes in 
my ldif file, most second emails and the like.  Here is an example:

ldap_add: Object class violation (65)
additional info: attribute 'mozillaSecondemail' not allowed
This is defined in the schema, so I am not sure why it is failing ... is 
there a better schema to use somewhere?

Thanks in advance,

Tom Veldhouse


pgp0.pgp
Description: PGP signature


TEST

2004-02-08 Thread Ruslan N. Gogunsci
test
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ad1 error

2004-02-08 Thread Brian H
Greetings:
I am
I have 2 disks in a machine of mine, one that is working fine and one is
not. They are both on the same IDE chain. I don't have bsd installed on this
machine yet, but I do have windows on it and it works fine.
Disk 2 works under windows just fine formated with ntfs, but when i try
to boot the bsd4.9 cd I get the following error.
ad1: WRITE command timeout tag=0 serv=0 - resetting
ata0: resetting devices ..
When I am at the kernel configuration screen at boot time is it possible to
pass something to the kenel to skip the detection of the ad1 device so
i can continue the install of bsd?
Thanks,
brian
_
Keep up with high-tech trends here at Hook'd on Technology. 
http://special.msn.com/msnbc/hookedontech.armx

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


Re: 5.2 portupgrade: kde-3.2.0

2004-02-08 Thread Kent Stewart
On Sunday 08 February 2004 08:33 am, Jeff Elkins wrote:
 Fatal error 'Spinlock called when not threaded.' at line 83 in
 file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0)
 Abort trap (core dumped)

 I'm unable to upgrade kde t o 3.2 due to the error above in
 kdelibs-3.2.0. Googling the error wasn't very helpful...the most
 enlightning message said 'something in your system is hosed,' or
 words to that effect.

 What do I need to do to correct this problem?


man libmap.conf

You need to map libc_r to pthread

Kent

-- 
Kent Stewart
Richland, WA

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


Re: Making an ISO fails

2004-02-08 Thread Olaf Hoyer
On Sun, 8 Feb 2004, Loren M. Lang wrote:

 I have been trying to make an iso of some dvds, an cdroms by just
 copying the file /dev/acd0c, but most of the time it seems to fail with
 an i/o error.  I underestimated the size of a 6G dvd and ran out of
 disk space before it was through, though it got to nearly 4G.  After
 freeing enough diskspace an trying again I couldn't copy more than
 several hundre megs before it got an i/o error.  Removing and
 reinserting the dvd doesn't seem to help.  I can successfully copy the
 dvd by mounting it and copying all the files, but I'd prefer a straight
 copy of the iso image.  I've had various problems doing so with
 different cd/dvds, and I also had a similar problem on linux.  Since
 some cd/dvds work fine, and I can always successfully read it when it's
 mounted, why don't all cd/dvds allow a straight copy of the iso image?

Hi!

Because of such subtleties like region code, and additional scrambling.
Also there are CD's with copy protection, multisession etc.

when you want to have an exact image of a cd, then you simply use dd
with a blocksize of 2048.
This will give you an exact image, that can be written with cdrecord or
burncd onto the next CD.

With DVD I don't know, never tried personally.

The question ist, what you want with a DVD-rip.
in case you want to copy it, there are some tools in the ports, have a
look at:
http://www.freebsd.org/cgi/ports.cgi?query=dvdstype=all

copying simply the rawdevice is a bad idea, because it does not
necessarily know about some subtleties that can hinder you...

if its a movie DVD, have also a look at mplayer, with mplayer
--dumpstream you can also dump a .vob file onto your HDD...

HTH
Olaf

-- 
Olaf Hoyer[EMAIL PROTECTED]
Fuerchterliche Erlebniss geben zu raten,
ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist.
(Nietzsche, Jenseits von Gut und Boese)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Uppgrading from 5.1 to 5.2

2004-02-08 Thread Manuel Astudillo
Hi,

I tried to uppgrade from freeBSD 5.1 to 5.2. Everything seemed to go ok. 
I followed all the steps in the manual and I couldnt see any errors. 
After reinstalling the new kernel I rebooted and everything seemed also 
ok until the system tried to mount the hardisk. It just get stuck there 
without giving any errors or anything...

I tried to fix the problem rebooting with a live cd, but everything 
seemed just ok. /etc/fstab looks as it should and I can mount the 
partitions manually.

Could someone please give me some direction about what to do next?

thanks,

Manuel Astudillo.

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


Re: Making an ISO fails

2004-02-08 Thread Vulpes Velox
On Sun, 8 Feb 2004 06:44:50 -0800
Loren M. Lang [EMAIL PROTECTED] wrote:

 I have been trying to make an iso of some dvds, an cdroms by just
 copying the file /dev/acd0c, but most of the time it seems to fail
 with an i/o error.  I underestimated the size of a 6G dvd and ran
 out of disk space before it was through, though it got to nearly 4G.
  After
 freeing enough diskspace an trying again I couldn't copy more than
 several hundre megs before it got an i/o error.  Removing and
 reinserting the dvd doesn't seem to help.  I can successfully copy
 the dvd by mounting it and copying all the files, but I'd prefer a
 straight copy of the iso image.  I've had various problems doing so
 with different cd/dvds, and I also had a similar problem on linux. 
 Since some cd/dvds work fine, and I can always successfully read it
 when it's mounted, why don't all cd/dvds allow a straight copy of
 the iso image?

How have you been trying to copy it?

AFAIK dd should work with out any probs.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CUPS problems

2004-02-08 Thread giorza
Hi!

When I try to use CUPS with the browser administration (http://localhost:631), I 
always get the same error trying to add a printer and to print a test page.
So installed the printer by using the command line as described in the 
CUPS docs, but I can't use it.
The browser displays server-error-service-unavailable
I have this problem with both FreeBSD 4.8 and 5.1.

Please, can anyone help me? 
Thanx

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


cdburn question.

2004-02-08 Thread r.w.h
Hello iam somewhat new to freebsd.
i come to findout that cdrecord does not work with ide cdrws under
freebsd.

my question is seein how i have such a hard time with burncd.
is thier a frontend kinda like gcombust handles cdrecord.
someone said try cdbakeoven but iam seein it uses kde and i don't have
kde installed on this box.

basicly i have always had a problem with using burncd from the cmd line.

thanks for any help.

Rob Harris
robrock on  us.undernet.org , irc.freenode.net , dalnet.

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


Re: CUPS problems

2004-02-08 Thread r.w.h
Hi you can find the answer to your question on www.freebsddiray.
let me look up the exact url for you.

[from freebsddiray support fourm]

I found this on the CUPS.general newsgroup
(http://www.cups.org/newsgroups.php?s1+gcups.general+v4):


create the /var/spool/cups folder
make sure to create the /var/spool/cups/tmp folder as well..
make sure the lp and sys users have write access

http://www.freebsddiary.org/phorum/read.php?f=1i=8537t=8532#reply_8537

hope this helps you out.

Rob

On Sun, 8 Feb 2004 [EMAIL PROTECTED] wrote:

 Hi!

 When I try to use CUPS with the browser administration (http://localhost:631), I

 Please, can anyone help me?
 Thanx

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


Dell 8600 a bad choice

2004-02-08 Thread Rob2
It has a USB floppy and I haven't been able to get X to work.  I'm using 
 5.2.1.  Any hints are appreciated.

Rob.

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


Where is the jail directory for linux_base?

2004-02-08 Thread stan
While runing portupgrade this afternoon, I got a message about creating teh
null device in linux_base's jail directory. 

Where is this by default?

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Still no handbook

2004-02-08 Thread stan
I'm still trying to get my missing handbook back.

I added teh doc cvsup file to teh set I processes with teis weekends cvsup
run, on teh machine I want this on. Ran cvsup, make buildowrld, amke
buildkernel, make installworld, make isntallkernel, and mergemaster.

But, still no handbook. Is he a make doc target I need to run?

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Uppgrading from 5.1 to 5.2

2004-02-08 Thread Grzegorz Czaplinski
On Sun, Feb 08, 2004 at 07:40:22PM +0100, Manuel Astudillo wrote:
 Hi,
 
 I tried to uppgrade from freeBSD 5.1 to 5.2. Everything seemed to go ok. 
 I followed all the steps in the manual and I couldnt see any errors. 
 After reinstalling the new kernel I rebooted and everything seemed also 
 ok until the system tried to mount the hardisk. It just get stuck there 
 without giving any errors or anything...
 
 I tried to fix the problem rebooting with a live cd, but everything 
 seemed just ok. /etc/fstab looks as it should and I can mount the 
 partitions manually.
 
 Could someone please give me some direction about what to do next?
 

I have just hit the same problem few hours ago. There is nothing you can
do right now. We have to wait for new changes in ATA before moving to
5.2.

Cheers,
gregory
--
Grzegorz Czaplinski gregory at prioris.mini.pw.edu.pl
The Power to Serve, Right for the Power Users! - http://www.FreeBSD.org/
 Fingerprint: EB77 E19D CFA2 5736 810F  847C A70F A275 2489 469F


pgp0.pgp
Description: PGP signature


Re: struggling with hylafax installation

2004-02-08 Thread Jeff Gardner


Alex Teslik wrote:
-- Original Message ---
From: Jeff Gardner [EMAIL PROTECTED]
To: Alex Teslik [EMAIL PROTECTED]
Cc: list-freebsd-questions [EMAIL PROTECTED]
Sent: Sun, 08 Feb 2004 01:00:37 -0500
Subject: Re: struggling with hylafax installation

Alex Teslik wrote:

Oy, the second post to questions in the same day :(

So, I bought new modem and got it working, but only kind of - the modem is
not echoing commands back to the 'cu' or 'ppp' terminals. It is a USRobotics
5610B 56K Pro Modem. It is not winmodem and the system put it on sio2.
Is this an internal or external modem?


Internal

dmesg | grep 'sio[0-9]':
sio0: configured irq 2 not in bitmap of probed irqs 0x20
sio0: 3COM PCI FaxModem port 0xe000-0xe007 irq 2 at device 10.0 on pci0
sio0: moving to sio2
sio2: type 16550A
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A



I made all the devices in /dev eventhough they already existed.

I added a direct line to the modem in /etc/remote like:
cuaa2:dv=/dev/cuaa2:br#57600:pa=none
I can connect to the modem like:
cu -l /dev/cuaa2
or
tip cuaa2
or
ppp (then 'term')
I can type commands and see them. I type ATDT1234567 and the modem picks up
and dials. So I know it hears and understands me. But it never echoes back
result information. I never see an OK or anything from the modem in the
terminal.
So you get nothing when you type 'AT' followed by enter with nothing else?


Correct.



The problem is that HylaFAX relies on these echo results to control its
communication with the modem. It is looking for those OKs. Does anyone have
any ideas on how to get the OKs working? I have gone through all of the AT
commands USR documents and I can't get anything. Is this a problem with 'cu'
or 'ppp' or 'tip'? The results are obviously going somewhere, but I don't know
where.
And this makes me ask my first question.  Is this internal or external?


The AT command set for this modem is documented (USR issues the same document
for all their modems - this is an online version from another model instead of
a PDF version that is posted with my specific model, but they are the
same) here:

http://www.usr.com/support/839/83909-ug/six.html

This should turn on all echos (but does not):
ATQ0 E1 F0
These should at least get the result codes you need.  Maybe try an atf1
which is Load Factory 1, HW FC and see if that gets the OK working.  The 
only thing I could do to mine to turn of the OK is Q1.


Nothing with atf1 or any of the factory settings. Do you have this modem? Are
you willing to share the steps you took to get it working properly?
uname -a:
FreeBSD xxx.xxx.xxx 4.8-RELEASE FreeBSD 4.8-RELEASE #6: Sat Feb  7 16:57:02
PST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DUALP3-4_8_0-RELEASE  i386
Thanks,
Alex
I have:

sio0: configured irq 17 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: 3COM PCI FaxModem port 0xb400-0xb407 irq 17 at device 2.0 on pci2
sio0: moving to sio4
sio4: type 16550A
running:

FreeBSD genesis.at.home 5.2-CURRENT FreeBSD 5.2-CURRENT #15: Wed Feb  4 
23:09:22 EST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CUSTOM  i386

All I did is plug mine into a PCI slot and used the cu command you 
mentioned above and it simply worked.  Before that I used it with ppp 
for dialup before I got my ISDN line. Maybe your modem is bad?

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


Re: Mozilla:No window found

2004-02-08 Thread Jeff Gardner


Ruslan N. Gogunsci wrote:
Hello All,

I use  FreeBSD5.2
I have one problem with mozilla,when i try in run it says: No window found
I try Mozilla1.5 and 1.6 from ports:with xft and without it, with gtk2 and
without it, frome packages,but always have this problems
Interesting, that in another box with FreeBSD5.2 it'a work fine
Another box and my use same ports tree. All soft installed via ports.
I read google,and find that I must reistall xft but it doesn't help  
Well, the 'no window found' comes from the startup script
/usr/X11R6/bin/mozilla when it calls the mozilla binary to check to see
if mozilla is already running.  If it is not, then that message gets
generated by mozilla.  If there is a running mozilla, you will not get
that message.
Jeff

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


Re: cdburn question.

2004-02-08 Thread Jeff Elkins
On Sunday 08 February 2004 2:38 pm, r.w.h wrote:
 Hello iam somewhat new to freebsd.
 i come to findout that cdrecord does not work with ide cdrws under
 freebsd.

 my question is seein how i have such a hard time with burncd.
 is thier a frontend kinda like gcombust handles cdrecord.
 someone said try cdbakeoven but iam seein it uses kde and i don't have
 kde installed on this box.

 basicly i have always had a problem with using burncd from the cmd line.

 thanks for any help.

Go to the handbook and read: 12.5.9 Using the ATAPI/CAM Driver

Once you recompile your kernel with cam support, you'll be able to use 
cdrecord with ATAPI devices. It works fine here.

Jeff

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


Re: Still no handbook

2004-02-08 Thread Lowell Gilbert
stan [EMAIL PROTECTED] writes:

 I'm still trying to get my missing handbook back.
 
 I added teh doc cvsup file to teh set I processes with teis weekends cvsup
 run, on teh machine I want this on. Ran cvsup, make buildowrld, amke
 buildkernel, make installworld, make isntallkernel, and mergemaster.
 
 But, still no handbook. Is he a make doc target I need to run?

Read the doc project handbook for instructions on how to build the
docs.  But really, if all you want to do is read it, you're better off
just downloading them pre-built from the FTP sites.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Linksys USB10T and USB10TA

2004-02-08 Thread devnull


I purchased a Linksys usb ethernet interface based on it being listed as a
supported device for FreeBSD 4.9 - but now I'm having some issues with the
device driver.

First, its not the device I thought it was - apparently some USB10T's are
based on the Kawasaki LSI KL5KUSB101B chip (supported under kue device
driver).  This is what I thought I was purchasing, as it said USB10T
quite clearly on the box.

However, when i connect this device to my USB bus, it is the aue driver
that attempts to attach the device.  Apparently I have a USB10TA, which is
based on a different chipset, the ADMtek AN986 Pegasus.  Thanks for
clearly labelling those products, LinkSys.

I was relieved to learn that this device is also listed in the supported
hardware for 4.9.  Unfortunately, mine is not working as expected.

the relevant portion of my dmesg is as follows:

aue0: LINKSYS Inc. LINKSYS USB Adapter, rev 1.10/1.01, addr 2
aue0: Ethernet address: 00:04:5a:a1:c4:65
aue0: MII without any PHY!
device_probe_and_attach: aue0 attach returned 6

also, usbdevs -v reports as follows:

Controller /dev/usb0:
addr 1: self powered, config 1, UHCI root hub(0x), VIA(0x), rev
1.00
 port 1 addr 2: power 86 mA, config 1, LINKSYS USB Adapter(0x2206),
LINKSYS Inc.(0x066b), rev 1.01
 port 2 powered


can anyone offer some advice to get this interface working?  do i have
some third, unsupported version of the USB10T?

joe


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


Re: 5.2 portupgrade: kde-3.2.0

2004-02-08 Thread Jeff Elkins
On Sunday 08 February 2004 1:20 pm, Kent Stewart wrote:
 On Sunday 08 February 2004 08:33 am, Jeff Elkins wrote:
  Fatal error 'Spinlock called when not threaded.' at line 83 in
  file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0)
  Abort trap (core dumped)
 
  I'm unable to upgrade kde t o 3.2 due to the error above in
  kdelibs-3.2.0. Googling the error wasn't very helpful...the most
  enlightning message said 'something in your system is hosed,' or
  words to that effect.
 
  What do I need to do to correct this problem?

 man libmap.conf

 You need to map libc_r to pthread

Thanks. That did the trick for compiling kdelibs, but portupgrade now fails 
with:

---  Installing the new version via the port
===  Installing for kdelibs-3.2.0

===  kdelibs-3.2.0 conflicts with installed package(s):
  kdebase-3.1.4
  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1

Stop in /usr/ports/x11/kdelibs3.
*** Error code 1

After this, the remaining packages are skipped.

Jeff

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


MP3 + Create Music CD

2004-02-08 Thread Bryan Cassidy
I have a bunch of mp3s and I want to burn them onto a cd so I can play
them in my car cd player. Is there any recomendations on how to go about
doing this? Would greatly appreciate it.


pgp0.pgp
Description: PGP signature


Re: 5.2 portupgrade: kde-3.2.0

2004-02-08 Thread Kent Stewart
On Sunday 08 February 2004 03:00 pm, Jeff Elkins wrote:
 On Sunday 08 February 2004 1:20 pm, Kent Stewart wrote:
  On Sunday 08 February 2004 08:33 am, Jeff Elkins wrote:
   Fatal error 'Spinlock called when not threaded.' at line 83 in
   file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0)
   Abort trap (core dumped)
  
   I'm unable to upgrade kde t o 3.2 due to the error above in
   kdelibs-3.2.0. Googling the error wasn't very helpful...the most
   enlightning message said 'something in your system is hosed,' or
   words to that effect.
  
   What do I need to do to correct this problem?
 
  man libmap.conf
 
  You need to map libc_r to pthread

 Thanks. That did the trick for compiling kdelibs, but portupgrade now
 fails with:

 ---  Installing the new version via the port
 ===  Installing for kdelibs-3.2.0

 ===  kdelibs-3.2.0 conflicts with installed package(s):
   kdebase-3.1.4
   They install files into the same place.
   Please remove them first with pkg_delete(1).
 *** Error code 1

 Stop in /usr/ports/x11/kdelibs3.
 *** Error code 1

 After this, the remaining packages are skipped.


You needed to pkg_delete kdebase before you build kdelibs. If you still 
have the work left for kdelibs do a make package. Then delete kdebase. 
You can reinstall kdelibs after you delete kdebase. Files were moved 
from kdebase into kdelibs and you have a problem similar to updating an 
old version of XFree86-Server after you installed -libraries.

There is also a problem with kdepim and kdenetwork. I deleted both of 
them before I began my portupgrade.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: MP3 + Create Music CD

2004-02-08 Thread Kent Stewart
On Sunday 08 February 2004 04:11 pm, Bryan Cassidy wrote:
 I have a bunch of mp3s and I want to burn them onto a cd so I can
 play them in my car cd player. Is there any recomendations on how to
 go about doing this? Would greatly appreciate it.

An mp3 CD is a data CD containing mp3's. I would mkisofs it and then 
burn the cd. I would assume you have to fixate it. I use burncd. 

I do this with Nero on XP but the concept is the same.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: Why aren't all files in a Package?

2004-02-08 Thread Kris Kennaway
On Sun, Feb 08, 2004 at 07:00:50AM -0800, Loren M. Lang wrote:
 Certain core files that come with freebsd don't seem to belong to any
 package, one of them being zlib.  I was trying to figure out what
 version of zlib FreeBSD is using, but since it wasn't part of any
 package, it was a little difficult, I had to edit libz.so and greped for
 1.1.4.  Since I found that, I'm assuming that that's the correct
 version, but I think a simple pkg_info -W should have answered that.

The base system isn't distributed as packages.  This is mostly for
historical reasons, although it's not straightforward to make the
change.

Kris


pgp0.pgp
Description: PGP signature


Re: MP3 + Create Music CD

2004-02-08 Thread Lowell Gilbert
Kent Stewart [EMAIL PROTECTED] writes:

 On Sunday 08 February 2004 04:11 pm, Bryan Cassidy wrote:
  I have a bunch of mp3s and I want to burn them onto a cd so I can
  play them in my car cd player. Is there any recomendations on how to
  go about doing this? Would greatly appreciate it.
 
 An mp3 CD is a data CD containing mp3's. I would mkisofs it and then 
 burn the cd. I would assume you have to fixate it. I use burncd. 
 
 I do this with Nero on XP but the concept is the same.

Or if you're looking to create an audio CD out of the mp3s, you
convert them to audio files first.  I use mpg123 to do that (it
creates .wav files) and then use cdrecord to burn them to CD (burncd
doesn't know about the headers in a .wav file), but there are a lot of
other ways to do it.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dell 8600 a bad choice

2004-02-08 Thread peter lageotakes

--- Rob2 [EMAIL PROTECTED] wrote:
 It has a USB floppy and I haven't been able to get X
 to work.  I'm using 
   5.2.1.  Any hints are appreciated.
 
 
 Rob.
 
 ___
 [EMAIL PROTECTED] mailing list

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


You have to provide a little more hardware information
such as graphics card and so forth.  Was your card
detected?  Also there are at least 2 dell 8600's the
laptop and the desktop/workstation.

FYI: its always better to provide more information
than needed rather than less info. 

=
ESCape with VI. Cheese A La mode.

__
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MP3 + Create Music CD

2004-02-08 Thread Kent Stewart
On Sunday 08 February 2004 03:24 pm, Lowell Gilbert wrote:
 Kent Stewart [EMAIL PROTECTED] writes:
  On Sunday 08 February 2004 04:11 pm, Bryan Cassidy wrote:
   I have a bunch of mp3s and I want to burn them onto a cd so I can
   play them in my car cd player. Is there any recomendations on how
   to go about doing this? Would greatly appreciate it.
 
  An mp3 CD is a data CD containing mp3's. I would mkisofs it and
  then burn the cd. I would assume you have to fixate it. I use
  burncd.
 
  I do this with Nero on XP but the concept is the same.

 Or if you're looking to create an audio CD out of the mp3s, you
 convert them to audio files first.  I use mpg123 to do that (it
 creates .wav files) and then use cdrecord to burn them to CD (burncd
 doesn't know about the headers in a .wav file), but there are a lot
 of other ways to do it.

How quickly we forget. I have a Nomad Zen2 with all of my music on its 
HD. Everything else will play mp3-CDs. People with iPods will probably 
develop the same memory problem :).

Kent

-- 
Kent Stewart
Richland, WA

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


Re: cdburn question.

2004-02-08 Thread Lowell Gilbert
Jeff Elkins [EMAIL PROTECTED] writes:

 On Sunday 08 February 2004 2:38 pm, r.w.h wrote:
  Hello iam somewhat new to freebsd.
  i come to findout that cdrecord does not work with ide cdrws under
  freebsd.
 
  my question is seein how i have such a hard time with burncd.
  is thier a frontend kinda like gcombust handles cdrecord.
  someone said try cdbakeoven but iam seein it uses kde and i don't have
  kde installed on this box.
 
  basicly i have always had a problem with using burncd from the cmd line.
 
  thanks for any help.
 
 Go to the handbook and read: 12.5.9 Using the ATAPI/CAM Driver
 
 Once you recompile your kernel with cam support, you'll be able to use 
 cdrecord with ATAPI devices. It works fine here.

Although if burncd isn't working, it's likely that the same problem
will affect cdrecord.  Trying cdrecord instead is trying to attack the
symptoms rather than the actual problem.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with sound card

2004-02-08 Thread Lowell Gilbert
Scott DF [EMAIL PROTECTED] writes:

 Sound worked under 5.1, but not under a fresh install with 5.2
 
 As before, I have
   device  pcm
 
 in my KERNCONF.
 
 Here is the relevant output from dmesg:
 
 pcm0: ESS Technology Maestro-2E port 0xfc00-0xfcff irq 11 at device
 12.0 on pci0
 pcm0: agg_rdcodec() RW_DONE timed out.
 pcm0: agg_rdcodec() PROGLESS timed out.
 pcm0: agg_rdcodec() RW_DONE timed out.
 pcm0: agg_wrcodec() PROGLESS timed out.
 
 
 This is the contents of /dev/sndstat
 
 FreeBSD Audio Driver (newpcm)
 Installed devices:
 pcm0: ESS Technology Maestro-2E at I/O port 0xfc00 irq 11 (4p/0r/0v
 channels duplex default)
 
 I feel I'm missing something obvious, but I'm still missing it.  Can
 anyone help?

You probably need the maestro support as well.  
There's a module for it, so you don't need to recompile the kernel to check.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


HP Deskjet 3820

2004-02-08 Thread paul
Hey everyone I'm wondering if anyone else out there has a hp deskjet 3820, I can't 
seem to get the dpi right. I'm printing using cups I downloaded a ppd file for my 
printer from linuxprinting.org and selected it from the cups admin but it doesn't 
print I used the hp ppd that comes with cups and it prints but the dpi is so low 
everything looks like poop especially pictures. If anyone else out there has one of 
these printers or can lend some advice it would be greatly appreciated 
Best Regards 
Paul
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with sound card

2004-02-08 Thread Scott DF
Lowell Gilbert wrote:

Sound worked under 5.1, but not under a fresh install with 5.2

I feel I'm missing something obvious, but I'm still missing it.  Can
anyone help?


You probably need the maestro support as well.  
There's a module for it, so you don't need to recompile the kernel to check.
The command
kldload snd_maestro
returns
kldload: can't load snd_maestro: File exists
This indicates the file is already loaded?  If so, some other gremlin 
has a clamp on sound output.

Scott

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


RE: How to query the computer's ip address?

2004-02-08 Thread yo _
Hi,

Silly question, maybe, but is there a simple command to query the 
computer's
ip address? Something similar to 'hostname' for finding the computer's 
hostname.
I need the four dot-separated ip numbers.

I can analyze the output of 'ifconfig', but isn't there an easier way.
For the sake of looking for a command that might do this, i whipped up 
this long one-liner:

ifconfig | perl -nle 'print $1 if(/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/)'

note that this will print the first ip address it finds of each line 
seperated by a newline, so be prepared to handle more than one.
-rian

_
Find great local high-speed Internet access value at the MSN High-Speed 
Marketplace. http://click.atdmt.com/AVE/go/onm00200360ave/direct/01/

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


/dev/dsp device busy - one possible solution

2004-02-08 Thread Mike Harding

I was playing around with kde 3.2 and a crashing artsd was locking up
my sound system - any further attempts to use sound from gnome or xmms
or anything failed with

/dev/dsp - device busy

messages.  fstat and lsof showed nothing holding the device.  A reboot
would fix it, but why reboot FreeBSD?

I then remembered from a while ago that if I did the following...

# cat /dev/dsp

and then of course cntl-C to stop the output

the device was no longer busy!

I don't know why, but on my hardware at least (Turtle Beach Santa
Cruz) this will 'unfreeze' the dsp output device.

I'm just sending to the group as I searched for a while before I
remembered my fix, and found no answers.  So, if you are having the
same problem looking for an answer, give this a try and report on your
success.  Maybe we can get this in to the FAQ.

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


KDE3

2004-02-08 Thread Dru

Okay, who can help an unhappy camper with their KDE3 on 5-1 Release?

After 2 days of unsuccessful portupgrading from KDE2 to KDE3, I decided to
go the packages route. About that time, I discovered the upgrade FAQ for
FreeBSD/KDE which said to get rid of all KDE2 and qt2 cruft. I did. I then
installed the kdebase and dependency packages from fruitsalad.org.

When that didn't work, I figured, heh, I have too many ports installed
anyways. Time for a clean sweep. I uninstalled everything (except pine and
fetchmail and lynx and XFree86-4).

Installed kdebase, kdelibs and necessary dependencies, all as packages.

When I startx, I start with this error:

Could not start kdeinit. Check your installation. That one seems to be
popular according to Google, but no solutions yet. So, I commented out that
section in /usr/local/bin/kdeinit. Now I'm back to the same error message
I was at three days ago:

ELF interpreter /libexec/ld-elf.so.1

Can't blame it on an old dependency anymore, since I uninstalled pretty
near everything. Any suggestions anyone?

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


Re: KDE3

2004-02-08 Thread Kris Kennaway
On Sun, Feb 08, 2004 at 08:03:06PM -0500, Dru wrote:
 
 Okay, who can help an unhappy camper with their KDE3 on 5-1 Release?
 
 After 2 days of unsuccessful portupgrading from KDE2 to KDE3, I decided to
 go the packages route. About that time, I discovered the upgrade FAQ for
 FreeBSD/KDE which said to get rid of all KDE2 and qt2 cruft. I did. I then
 installed the kdebase and dependency packages from fruitsalad.org.
 
 When that didn't work, I figured, heh, I have too many ports installed
 anyways. Time for a clean sweep. I uninstalled everything (except pine and
 fetchmail and lynx and XFree86-4).
 
 Installed kdebase, kdelibs and necessary dependencies, all as packages.
 
 When I startx, I start with this error:
 
 Could not start kdeinit. Check your installation. That one seems to be
 popular according to Google, but no solutions yet. So, I commented out that
 section in /usr/local/bin/kdeinit. Now I'm back to the same error message
 I was at three days ago:
 
 ELF interpreter /libexec/ld-elf.so.1
 
 Can't blame it on an old dependency anymore, since I uninstalled pretty
 near everything. Any suggestions anyone?

The packages are built for 5.2.

Kris


pgp0.pgp
Description: PGP signature


Re: 3Com USRobotics 5699B 56k fax modem install

2004-02-08 Thread Christopher Nehren

If you can, take your 5699B back and get a 5610B. It's a great
non-winmodem made by USR, and it gave me many successful and
uninterrupted dial-up hours.

As an aside, someone should make a database of working modems, like
with working printers. Someone might have done so already, /me shrugs.

-- 
I abhor a system designed for the user, if that word is a coded
pejorative meaning stupid and unsophisticated.  -- Ken Thompson
-
Please CC me in all replies, even if I'm on the relevant list(s).


pgp0.pgp
Description: PGP signature


Re: KDE3

2004-02-08 Thread Dru


Your random fortune:
Schnuffel, n.:
A dog's practice of continuously nuzzling in your crotch in
mixed company.
-- Rich Hall, Sniglets

On Sun, 8 Feb 2004, Kris Kennaway wrote:

 On Sun, Feb 08, 2004 at 08:03:06PM -0500, Dru wrote:
 
  Okay, who can help an unhappy camper with their KDE3 on 5-1 Release?
 
  After 2 days of unsuccessful portupgrading from KDE2 to KDE3, I decided to
  go the packages route. About that time, I discovered the upgrade FAQ for
  FreeBSD/KDE which said to get rid of all KDE2 and qt2 cruft. I did. I then
  installed the kdebase and dependency packages from fruitsalad.org.
 
  When that didn't work, I figured, heh, I have too many ports installed
  anyways. Time for a clean sweep. I uninstalled everything (except pine and
  fetchmail and lynx and XFree86-4).
 
  Installed kdebase, kdelibs and necessary dependencies, all as packages.
 
  When I startx, I start with this error:
 
  Could not start kdeinit. Check your installation. That one seems to be
  popular according to Google, but no solutions yet. So, I commented out that
  section in /usr/local/bin/kdeinit. Now I'm back to the same error message
  I was at three days ago:
 
  ELF interpreter /libexec/ld-elf.so.1
 
  Can't blame it on an old dependency anymore, since I uninstalled pretty
  near everything. Any suggestions anyone?

 The packages are built for 5.2.

 Kris


Thanks. (blush) Didn't want to upgrade this system yet. Guess it depends
on whether or not I can get KDE2 back on...

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


Re: KDE3

2004-02-08 Thread Kris Kennaway
On Sun, Feb 08, 2004 at 08:15:32PM -0500, Dru wrote:

   ELF interpreter /libexec/ld-elf.so.1
  
   Can't blame it on an old dependency anymore, since I uninstalled pretty
   near everything. Any suggestions anyone?
 
  The packages are built for 5.2.
 
  Kris
 
 
 Thanks. (blush) Didn't want to upgrade this system yet. Guess it depends
 on whether or not I can get KDE2 back on...

That should be possible.  If you wait a week or so for the ports to
settle down, you should be able to build it yourself.

Kris


pgp0.pgp
Description: PGP signature


setup bridge question

2004-02-08 Thread Your Name

-- 
Hi all

Can I setup more than one bridge in freebsd box?

If yes, can you give me hint?

Thank you


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


how do I remove Apache installs?

2004-02-08 Thread Marty Landman
I don't see where this is covered in the FreeBSD Handbook. I have a couple 
of Apache installs (1.3  2) and would like to remove them from my system. 
And then start over again. How is this sort of thing normally done?

Marty Landman   Face 2 Interface Inc 845-679-9387
This Month's New Quiz --- Past Superbowl Winners
Make a Website: http://face2interface.com/Home/Demo.shtml
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 3Com USRobotics 5699B 56k fax modem install

2004-02-08 Thread Jeff Gardner


Christopher Nehren wrote:
If you can, take your 5699B back and get a 5610B. It's a great
non-winmodem made by USR, and it gave me many successful and
uninterrupted dial-up hours.
OK, mine is the 5610B as well.  I was not sure if the 5699B was a 
winmodem or not.  I misread the thread thinking that he replaced a 
winmodem with a non-winmodem.So, I concur get the 5610B and your 
problems will be gone.

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


how do I remove Apache installs?

2004-02-08 Thread Marty Landman
*** never mind, found it in 4.5.3 of the handbook - sorry about that

I don't see where this is covered in the FreeBSD Handbook. I have a couple 
of Apache installs (1.3  2) and would like to remove them from my system. 
And then start over again. How is this sort of thing normally done?

Marty Landman   Face 2 Interface Inc 845-679-9387
This Month's New Quiz --- Past Superbowl Winners
Make a Website: http://face2interface.com/Home/Demo.shtml
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Dell 8600 a bad choice

2004-02-08 Thread Rob2
peter lageotakes wrote:
--- Rob2 [EMAIL PROTECTED] wrote:

It has a USB floppy and I haven't been able to get X
to work.  I'm using 
 5.2.1.  Any hints are appreciated.

Rob.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions

To unsubscribe, send any mail to
[EMAIL PROTECTED]

You have to provide a little more hardware information
such as graphics card and so forth.  Was your card
detected?  Also there are at least 2 dell 8600's the
laptop and the desktop/workstation.
FYI: its always better to provide more information
than needed rather than less info. 

=
ESCape with VI. Cheese A La mode.
__
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
Thanks for replying.  The video card is a 32Mb NVIDIA Geforce FX Go5200 
Go card.  I guess NVIDIA hasn't release a binary for this one yet. Also, 
its a laptop.

Sincerely,  Rob.

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


Re: 5.2 portupgrade: kde-3.2.0

2004-02-08 Thread Jeff Elkins
On Sunday 08 February 2004 6:10 pm, Kent Stewart wrote:
 On Sunday 08 February 2004 03:00 pm, Jeff Elkins wrote:
  On Sunday 08 February 2004 1:20 pm, Kent Stewart wrote:
   On Sunday 08 February 2004 08:33 am, Jeff Elkins wrote:
Fatal error 'Spinlock called when not threaded.' at line 83 in
file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0)
Abort trap (core dumped)
   
I'm unable to upgrade kde t o 3.2 due to the error above in
kdelibs-3.2.0. Googling the error wasn't very helpful...the most
enlightning message said 'something in your system is hosed,' or
words to that effect.
   
What do I need to do to correct this problem?
  
   man libmap.conf
  
   You need to map libc_r to pthread
 
  Thanks. That did the trick for compiling kdelibs, but portupgrade now
  fails with:
 
  ---  Installing the new version via the port
  ===  Installing for kdelibs-3.2.0
 
  ===  kdelibs-3.2.0 conflicts with installed package(s):
kdebase-3.1.4
They install files into the same place.
Please remove them first with pkg_delete(1).
  *** Error code 1
 
  Stop in /usr/ports/x11/kdelibs3.
  *** Error code 1
 
  After this, the remaining packages are skipped.

 You needed to pkg_delete kdebase before you build kdelibs. If you still
 have the work left for kdelibs do a make package. Then delete kdebase.
 You can reinstall kdelibs after you delete kdebase. Files were moved
 from kdebase into kdelibs and you have a problem similar to updating an
 old version of XFree86-Server after you installed -libraries.

 There is also a problem with kdepim and kdenetwork. I deleted both of
 them before I began my portupgrade.

 Kent

Thanks, Kent!

5 hours later, I'm up with kdelibs  kdebase 3.2

Jeff

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


How to safely merge two slices on harddisk?

2004-02-08 Thread Rob


Hi,

I have a hard disk, on which I would like to merge two slices
into one single slice. The disk slices are as follows:
/dev/ad1s1a98M43M47M48%/home/userB
/dev/ad1s1d64G45G14G77%/home/userA
/dev/ad1s1e   3.0G   2.5G   282M90%/home/userC
/dev/ad1s1f   3.0G   1.0G   1.7G37%/usr/ports
/dev/ad1s1g   3.0G   268M   2.5G10%/mnt
/dev/ad1s1h   295M   295M -23.5M   109%/diskless_swap
I want to merge /ad1s1f and /ad1s1g into one 6Gb slice.

The merging should NOT destroy anything in the slices before
(ad1s1a, d, and e), but destroying the data in the one afer
(ad1s1h) is no problem.
Is there a way to do this? What is the safest one?
(without having to backup the whole disk).
Thanks,
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cdburn question.

2004-02-08 Thread Jeff Elkins
On Sunday 08 February 2004 6:46 pm, Lowell Gilbert wrote:
 Jeff Elkins [EMAIL PROTECTED] writes:
  On Sunday 08 February 2004 2:38 pm, r.w.h wrote:
   Hello iam somewhat new to freebsd.
   i come to findout that cdrecord does not work with ide cdrws under
   freebsd.
  
   my question is seein how i have such a hard time with burncd.
   is thier a frontend kinda like gcombust handles cdrecord.
   someone said try cdbakeoven but iam seein it uses kde and i don't have
   kde installed on this box.
  
   basicly i have always had a problem with using burncd from the cmd
   line.
  
   thanks for any help.
 
  Go to the handbook and read: 12.5.9 Using the ATAPI/CAM Driver
 
  Once you recompile your kernel with cam support, you'll be able to use
  cdrecord with ATAPI devices. It works fine here.

 Although if burncd isn't working, it's likely that the same problem
 will affect cdrecord.  Trying cdrecord instead is trying to attack the
 symptoms rather than the actual problem.

I must have missed burncd being broken for this user. I read the post as 
coming from someone who understood cdrecord, but had problems learning/using 
burncd.  I'm a FreeBSD newbie also, and didn't even take the time to look at 
burncd. By enabling the cam driver I'm able to use cdrecord which I'm quite 
familiar with. 

Just trying to help :)

Jeff



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


Re: 3Com USRobotics 5699B 56k fax modem install

2004-02-08 Thread Alex Teslik
Hey Jeff,

   No, you are correct. I had a 5699B and I have now replaced it with a 5610B.
Both modems do not work with 4.8_RELEASE. I started another thread called
struggling with hylafax install which you have already responded to that
details the problems with the 5610B modem.
   From your uname output I have decided to upgrade to 4.9 RELEASE in the
hopes that that supports it. I can't do a 5 branch upgrade right now.

fingers crossed and thanks,
Alex

P.S.- I'll update after the results of my upgrade.


-- Original Message ---
From: Jeff Gardner [EMAIL PROTECTED]
To: Christopher Nehren [EMAIL PROTECTED]
Cc: Alex Teslik [EMAIL PROTECTED], FreeBSD Questions List
[EMAIL PROTECTED]
Sent: Sun, 08 Feb 2004 20:52:51 -0500
Subject: Re: 3Com USRobotics 5699B 56k fax modem install

 Christopher Nehren wrote:
  If you can, take your 5699B back and get a 5610B. It's a great
  non-winmodem made by USR, and it gave me many successful and
  uninterrupted dial-up hours.
 
 OK, mine is the 5610B as well.  I was not sure if the 5699B was a 
 winmodem or not.  I misread the thread thinking that he replaced a 
 winmodem with a non-winmodem.So, I concur get the 5610B and your 
 problems will be gone.
 
 Jeff
--- End of Original Message ---

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


termcap problem

2004-02-08 Thread Vince Sabio
I have a relatively new installation of FreeBSD v5.1, and the machine 
has just been staged at my co-lo site. So far, everything works well, 
except for a minor vi problem: I cannot navigate using the arrow 
keys. I can navigate using control keys, but not via the arrow keys.

I'm now accessing the server over ssh via a terminal window on a Mac 
laptop running OS X (a new  distant relative of FreeBSD, FWIW). I 
access lots of machines this way, including a Solaris machine, a 
couple of Linux boxen, and at least one other FreeBSD machine (not 
mine), and I don't have this problem on any of them. I assume it's a 
termcap problem, but I don't know how to fix it. Any ideas?

Note: As nice as some of the other editors are, I'm really rather 
attached to vi, and have been so ever since I got my first abacus. ;-)
--

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


RE: struggling with hylafax installation

2004-02-08 Thread Matthew Bertrand
This could be an IRQ problem. I'd suggest trying an IRQ other than 2. IRQ 2
has some special meaning (it is the cascade interrupt), and it may not be
playing well with your modem. Look through your BIOS to see if you can
assign that card/PCI slot a specific IRQ (preferably one that is not used by
anything else), or try switching PCI slots. If you aren't using your serial
ports, try to disable them and assign one of the IRQs (3 or 4) to your
modem.

-Matthew Bertrand

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Alex Teslik
 Sent: Sunday, February 08, 2004 2:39 AM
 To: Jeff Gardner
 Cc: list-freebsd-questions
 Subject: Re: struggling with hylafax installation
 
 -- Original Message ---
 From: Jeff Gardner [EMAIL PROTECTED]
 To: Alex Teslik [EMAIL PROTECTED]
 Cc: list-freebsd-questions [EMAIL PROTECTED]
 Sent: Sun, 08 Feb 2004 01:00:37 -0500
 Subject: Re: struggling with hylafax installation
 
  Alex Teslik wrote:
   Oy, the second post to questions in the same day :(
  
   So, I bought new modem and got it working, but only kind of - the
 modem is
   not echoing commands back to the 'cu' or 'ppp' terminals. It is a
 USRobotics
   5610B 56K Pro Modem. It is not winmodem and the system put it on sio2.
 
  Is this an internal or external modem?
 
 Internal
 
 dmesg | grep 'sio[0-9]':
 sio0: configured irq 2 not in bitmap of probed irqs 0x20
 sio0: 3COM PCI FaxModem port 0xe000-0xe007 irq 2 at device 10.0 on pci0
 sio0: moving to sio2
 sio2: type 16550A
 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
 sio0: type 16550A
 sio1 at port 0x2f8-0x2ff irq 3 on isa0
 sio1: type 16550A
 
 
 
 
  
   I made all the devices in /dev eventhough they already existed.
  
   I added a direct line to the modem in /etc/remote like:
   cuaa2:dv=/dev/cuaa2:br#57600:pa=none
  
   I can connect to the modem like:
   cu -l /dev/cuaa2
   or
   tip cuaa2
   or
   ppp (then 'term')
  
   I can type commands and see them. I type ATDT1234567 and the modem
 picks up
   and dials. So I know it hears and understands me. But it never echoes
 back
   result information. I never see an OK or anything from the modem in
 the
   terminal.
 
  So you get nothing when you type 'AT' followed by enter with nothing
 else?
 
 
 Correct.
 
 
 
  
   The problem is that HylaFAX relies on these echo results to control
 its
   communication with the modem. It is looking for those OKs. Does
 anyone have
   any ideas on how to get the OKs working? I have gone through all of
 the AT
   commands USR documents and I can't get anything. Is this a problem
 with 'cu'
   or 'ppp' or 'tip'? The results are obviously going somewhere, but I
 don't know
   where.
 
  And this makes me ask my first question.  Is this internal or external?
 
  
   The AT command set for this modem is documented (USR issues the same
 document
   for all their modems - this is an online version from another model
 instead of
   a PDF version that is posted with my specific model, but they are the
 same) here:
   http://www.usr.com/support/839/83909-ug/six.html
  
   This should turn on all echos (but does not):
   ATQ0 E1 F0
 
  These should at least get the result codes you need.  Maybe try an atf1
  which is Load Factory 1, HW FC and see if that gets the OK working.  The
  only thing I could do to mine to turn of the OK is Q1.
 
 
 Nothing with atf1 or any of the factory settings. Do you have this modem?
 Are
 you willing to share the steps you took to get it working properly?
 
 uname -a:
 FreeBSD xxx.xxx.xxx 4.8-RELEASE FreeBSD 4.8-RELEASE #6: Sat Feb  7
 16:57:02
 PST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/DUALP3-4_8_0-RELEASE  i386
 
 Thanks,
 Alex
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

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


Re: termcap problem

2004-02-08 Thread Jez Hancock
On Sun, Feb 08, 2004 at 10:35:59PM -0500, Vince Sabio wrote:
 I have a relatively new installation of FreeBSD v5.1, and the machine 
 has just been staged at my co-lo site. So far, everything works well, 
 except for a minor vi problem: I cannot navigate using the arrow 
 keys. I can navigate using control keys, but not via the arrow keys.
 
 I'm now accessing the server over ssh via a terminal window on a Mac 
 laptop running OS X (a new  distant relative of FreeBSD, FWIW). I 
 access lots of machines this way, including a Solaris machine, a 
 couple of Linux boxen, and at least one other FreeBSD machine (not 
 mine), and I don't have this problem on any of them. I assume it's a 
 termcap problem, but I don't know how to fix it. Any ideas?

Have you tried setting the TERM env variable to 'xterm' or 'xterm-color'
in your .cshrc file (or the rc file for the shell you use)?


-- 
Jez Hancock
 - System Administrator / PHP Developer

http://munk.nu/
http://jez.hancock-family.com/  - Another FreeBSD Diary
http://ipfwstats.sf.net/- ipfw peruser traffic logging
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sendmail to a smarthost?

2004-02-08 Thread Zhang Weiwu
Alex de Kruijff wrote:

On Sun, Feb 08, 2004 at 09:31:10PM +0800, Zhang Weiwu wrote:
 

Hello. In my LAN the DNS server is my ADSL modem ... small device that 
cannot do MX type of address lookup. I wish to configure a fax server 
(FreeBSD 5.2 + Hylafax) in the LAN to send emails to a group of people upon 
receiving fax. The problem is hylafax fax server can only use sendmail to 
send fax notification, but sendmail can send out emails only when it knows 
receipiant's MX ip.

The only way I can think of is to let sendmail send mails by using my ISP's 
smtp server (need login). But I read sendmail(8), I didn't find how to 
configure sendmail to do this, nor did I find such information on the 
handbook. I'm not familiar with sendmail config.

I hope I'm clear:) What should I do now? Do you have something to suggest 
me to read? Thank you.
   

To create your own sendmail configure file:

1. cd /etc/mail/
2. make  make install
3. vi /etc/mail/hostname.mc
This configuration has a example on how to use the SMART_HOST option. I'm
not sure about how to login. Then after you have configured it all do:
1. cd /etc/mail/
2. make  make install  make restart
 

Yes there is a SMART_HOST option, but where to config the login and 
sender's address?

My ISP restricts both smtp username/password and sender's email address.

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


Re: 3Com USRobotics 5699B 56k fax modem install

2004-02-08 Thread Jeff Gardner
You stumped me... All I know is I have this modem and it works with any 
FreeBSD I threw at it:

sio0: 3COM PCI FaxModem port 0xb400-0xb407 irq 17 at device 2.0 on pci2

and ati* commands respond:
ati9
(1.0USR1008\\Modem\PNP00A2\U.S. Robotics 56K FAX INT)FF
OK
ati7
Configuration Profile...
Product type   US/Canada Internal
Product ID:00561000
OptionsV32bis,V.80,V.34+,x2,V.90
Fax OptionsClass 1/Class 2.0
Line Options   Caller ID, Distinctive Ring
Clock Freq 92.0Mhz
EPROM  256k
RAM32k
FLASH date 10/1/99
FLASH rev  5.20.3
DSP date   10/1/99
DSP rev5.20.3
OK
ati3
U.S. Robotics 56K FAX INT V5.20.3
OK



Alex Teslik wrote:
Hey Jeff,

   No, you are correct. I had a 5699B and I have now replaced it with a 5610B.
Both modems do not work with 4.8_RELEASE. I started another thread called
struggling with hylafax install which you have already responded to that
details the problems with the 5610B modem.
   From your uname output I have decided to upgrade to 4.9 RELEASE in the
hopes that that supports it. I can't do a 5 branch upgrade right now.
fingers crossed and thanks,
Alex
P.S.- I'll update after the results of my upgrade.

-- Original Message ---
From: Jeff Gardner [EMAIL PROTECTED]
To: Christopher Nehren [EMAIL PROTECTED]
Cc: Alex Teslik [EMAIL PROTECTED], FreeBSD Questions List
[EMAIL PROTECTED]
Sent: Sun, 08 Feb 2004 20:52:51 -0500
Subject: Re: 3Com USRobotics 5699B 56k fax modem install

Christopher Nehren wrote:

If you can, take your 5699B back and get a 5610B. It's a great
non-winmodem made by USR, and it gave me many successful and
uninterrupted dial-up hours.
OK, mine is the 5610B as well.  I was not sure if the 5699B was a 
winmodem or not.  I misread the thread thinking that he replaced a 
winmodem with a non-winmodem.So, I concur get the 5610B and your 
problems will be gone.

Jeff
--- End of Original Message ---

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


QMail?

2004-02-08 Thread Brian McCann
Hi all.  I'm trying to setup Qmail on one of my systems.  Being a former
user of Sendmail, I decided to try to find a HOWTO or something to get
me started.  So, I found this one...
http://stevenfettig.com/mythoughts/archives/90.php.  It looked to be
fairly through, so I tried it.  From what I can tell, I configured
everything correctly, but something is wrong.  I can see the processes
running, and netstat shows that something is listening on port 25, but
when I try to telnet to that port, I get disconnected immediately.  Can
someone offer a clue as to what is going on?  I'd be willing to talk to
someone off list if someone is willing as well.

Thanks in advance,
--Brian

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


Re: Dell 8600 a bad choice

2004-02-08 Thread peter lageotakes
--- Rob2 [EMAIL PROTECTED] wrote:
 peter lageotakes wrote:
  --- Rob2 [EMAIL PROTECTED] wrote:
  
 It has a USB floppy and I haven't been able to get
 X
 to work.  I'm using 
   5.2.1.  Any hints are appreciated.
 
 
 Rob.
 
 ___
 [EMAIL PROTECTED] mailing list
 
  
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  
 To unsubscribe, send any mail to
  
  [EMAIL PROTECTED]
  
  
  You have to provide a little more hardware
 information
  such as graphics card and so forth.  Was your card
  detected?  Also there are at least 2 dell 8600's
 the
  laptop and the desktop/workstation.
  
  FYI: its always better to provide more information
  than needed rather than less info. 
  
  =
  ESCape with VI. Cheese A La mode.
  
  __
  Do you Yahoo!?
  Yahoo! Finance: Get your refund fast by filing
 online.
  http://taxes.yahoo.com/filing.html
  ___
  [EMAIL PROTECTED] mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
 [EMAIL PROTECTED]
  
 Thanks for replying.  The video card is a 32Mb
 NVIDIA Geforce FX Go5200 
 Go card.  I guess NVIDIA hasn't release a binary for
 this one yet. Also, 
 its a laptop.
 
 Sincerely,  Rob.
 
 
 ___
 [EMAIL PROTECTED] mailing list

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

There are drivers in the ports collection:
www.freebsd.org/ports
nvidia-driver-1.0.4365_1

Also, www.nvidia.com has the binaries on their site.
Here is another useful site:  
FreeBSD on Laptops
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/laptop/article.html

freebsd-mobile -- Mobile computing with FreeBSD
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile

Hope this helps.

Pete

=
ESCape with VI. Cheese A La mode.

__
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MP3 + Create Music CD

2004-02-08 Thread Conrad Sabatier

On 08-Feb-2004 Lowell Gilbert wrote:
 
 Or if you're looking to create an audio CD out of the mp3s, you
 convert them to audio files first.  I use mpg123 to do that (it
 creates .wav files) and then use cdrecord to burn them to CD (burncd
 doesn't know about the headers in a .wav file), but there are a lot of
 other ways to do it.

You can also convert directly to raw pcm files (basically wav files without the
header), which you can then burncd to disc.  This is how I do it myself.

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


Re: QMail?

2004-02-08 Thread Gary
Hi Brian,

--On Sunday, February 08, 2004 11:11:58 PM -0500 Brian McCann 
[EMAIL PROTECTED] wrote:

Hi all.  I'm trying to setup Qmail on one of my systems.  Being a former
user of Sendmail, I decided to try to find a HOWTO or something to get
me started.  So, I found this one...

http://stevenfettig.com/mythoughts/archives/90.php.  It looked to be
fairly through, so I tried it.  From what I can tell, I configured
everything correctly, but something is wrong.  I can see the processes
running, and netstat shows that something is listening on port 25, but
when I try to telnet to that port, I get disconnected immediately.  Can
someone offer a clue as to what is going on?  I'd be willing to talk to
someone off list if someone is willing as well.
Did you stop the sendmail process? It could be taking over SMTP on 25 and 
qmail cannot run...

What is the output of svstat /service/*  and
svstat /service/*/log
You will need to do this as root.

Please respond to list only, thanks... I'll get it from there.

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


Re: termcap problem

2004-02-08 Thread Vince Sabio
** Sometime around 03:51 + 02/09/2004, Jez Hancock said:
On Sun, Feb 08, 2004 at 10:35:59PM -0500, Vince Sabio wrote:
 I have a relatively new installation of FreeBSD v5.1, and the machine
 has just been staged at my co-lo site. So far, everything works well,
 except for a minor vi problem: I cannot navigate using the arrow
 keys. I can navigate using control keys, but not via the arrow keys.
 I'm now accessing the server over ssh via a terminal window on a Mac
 laptop running OS X (a new  distant relative of FreeBSD, FWIW). I
 access lots of machines this way, including a Solaris machine, a
 couple of Linux boxen, and at least one other FreeBSD machine (not
 mine), and I don't have this problem on any of them. I assume it's a
 termcap problem, but I don't know how to fix it. Any ideas?
Have you tried setting the TERM env variable to 'xterm' or 'xterm-color'
in your .cshrc file (or the rc file for the shell you use)?
That did it -- thanks! (TERM=xterm-color; export TERM) in ~/.profile.
--
__
Vince Sabio  [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Still no handbook

2004-02-08 Thread Conrad Sabatier

On 08-Feb-2004 stan wrote:
 I'm still trying to get my missing handbook back.
 
 I added teh doc cvsup file to teh set I processes with teis weekends cvsup
 run, on teh machine I want this on. Ran cvsup, make buildowrld, amke
 buildkernel, make installworld, make isntallkernel, and mergemaster.
 
 But, still no handbook. Is he a make doc target I need to run?

The handbook, etc. are not built via make world.  You have to make them
separately under /usr/doc:

cd /usr/doc
make
make install

Be sure to set DOC_LANG to your desired language(s) before you begin.  You can
add this to /etc/make.conf.

You'll also need to have the complete docproj port installed.

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


Re: QMail? - additional thoughts

2004-02-08 Thread Gary
Hi Brian,

--On Sunday, February 08, 2004 11:11:58 PM -0500 Brian McCann 
[EMAIL PROTECTED] wrote:

Hi all.  I'm trying to setup Qmail on one of my systems.  Being a former
user of Sendmail, I decided to try to find a HOWTO or something to get
me started.
It just occurred to me, are you speaking SMTP when you telnet into port 25?

Also, for a complete comprehensive guide to qmail, go to the qmail Bible 
at  www.lifewithqmail.org

This not only shows you how to install from source, but gives a complete 
understanding of how it works, scripts, etc...

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


RE: QMail?

2004-02-08 Thread Brian McCann
Ok...sendmail isn't running...and below is the result of svstat
/var/service/*/log...it's under /var since that's where the tutorial
said to put it...before I really knew what I was doing.

/var/service/pop3d/log: up (pid 47863) 533524 seconds
/var/service/qmail/log: up (pid 47867) 533524 seconds
/var/service/smtpd/log: up (pid 47865) 533524 seconds

--Brian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary
Sent: Sunday, February 08, 2004 11:24 PM
To: [EMAIL PROTECTED]
Subject: Re: QMail?


Hi Brian,

--On Sunday, February 08, 2004 11:11:58 PM -0500 Brian McCann 
[EMAIL PROTECTED] wrote:

 Hi all.  I'm trying to setup Qmail on one of my systems.  Being a 
 former user of Sendmail, I decided to try to find a HOWTO or something

 to get me started.  So, I found this one...

 http://stevenfettig.com/mythoughts/archives/90.php.  It looked to 
 be fairly through, so I tried it.  From what I can tell, I configured 
 everything correctly, but something is wrong.  I can see the processes

 running, and netstat shows that something is listening on port 25, but

 when I try to telnet to that port, I get disconnected immediately.  
 Can someone offer a clue as to what is going on?  I'd be willing to 
 talk to someone off list if someone is willing as well.

Did you stop the sendmail process? It could be taking over SMTP on 25
and 
qmail cannot run...

What is the output of svstat /service/*  and
svstat /service/*/log

You will need to do this as root.

Please respond to list only, thanks... I'll get it from there.

-- 
Gary
___
[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: QMail?

2004-02-08 Thread Gary
Hi Brian,

--On Sunday, February 08, 2004 11:42:07 PM -0500 Brian McCann 
[EMAIL PROTECTED] wrote:

Ok...sendmail isn't running...and below is the result of svstat
/var/service/*/log...it's under /var since that's where the tutorial
said to put it...before I really knew what I was doing.
That's the first mistake, not putting it under /service, but you may be 
able to get away with it...

/var/service/pop3d/log: up (pid 47863) 533524 seconds
/var/service/qmail/log: up (pid 47867) 533524 seconds
/var/service/smtpd/log: up (pid 47865) 533524 seconds
You missed the more important item I mentioned..  svstat /service/* as below

What is the output of svstat /service/*  and
svstat /service/*/log
I need to see if SMTP, etc are running properly...

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


RE: QMail? - additional thoughts

2004-02-08 Thread Brian McCann
I don't know what you mean by speaking SMTP.  If you are referring to
sending the correct SMTP commands to tell it HELO/OLEH or whatever, I
don't even get that far.  It literally connects, then right away
disconnects...I don't even get the usual SMTP banner.  I'm going to
check out that link though, thanks!

--Brian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary
Sent: Sunday, February 08, 2004 11:36 PM
To: [EMAIL PROTECTED]
Subject: Re: QMail? - additional thoughts


Hi Brian,

--On Sunday, February 08, 2004 11:11:58 PM -0500 Brian McCann 
[EMAIL PROTECTED] wrote:

 Hi all.  I'm trying to setup Qmail on one of my systems.  Being a 
 former user of Sendmail, I decided to try to find a HOWTO or something

 to get me started.

It just occurred to me, are you speaking SMTP when you telnet into port
25?

Also, for a complete comprehensive guide to qmail, go to the qmail
Bible 
at  www.lifewithqmail.org

This not only shows you how to install from source, but gives a complete

understanding of how it works, scripts, etc...

-- 
Gary
___
[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]


svgalib ,vesa and mplayer

2004-02-08 Thread mikael backman
Hi.
I use FreeBSD 5.2
I try to watch a movie with mplayer in the console using
svgalib for video. I have included options VESA in GENERIC
and compiled and installed the kernel.
I get no error messages  when I run mplayer -vo svga file.avi. It just 
says that pseudo terminal 9 is allocated for svgalib and then mplayer 
quitly aborts.And there is nothing displayed in terminal 9.

I must be doing something wrong but I don't know what.
Any help would be appriciated.
regard
Mikael


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


RE: QMail?

2004-02-08 Thread Brian McCann
When I run that, I get zsh: no matches found:
/service/*/log...which I expected since there are no files in /service
since it does not exist.  From the output I sent you I would assume it's
running correctly, but when I do a ps -ax | grep smtpd, I get: 47858
p1- I  0:00.03 supervise smtpd.  I'm assuming something did not get
linked correctly...the whole daemontools thing is very new to me.  I
think I may just rollback everything I've done so far and start
over...just a waste of time, but at least I may understand it better
using that site you sent me.

Thanks,
--Brian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary
Sent: Sunday, February 08, 2004 11:49 PM
To: 'FreeBSD'
Subject: RE: QMail?


Hi Brian,

--On Sunday, February 08, 2004 11:42:07 PM -0500 Brian McCann 
[EMAIL PROTECTED] wrote:

 Ok...sendmail isn't running...and below is the result of svstat 
 /var/service/*/log...it's under /var since that's where the tutorial 
 said to put it...before I really knew what I was doing.

That's the first mistake, not putting it under /service, but you may be 
able to get away with it...

 /var/service/pop3d/log: up (pid 47863) 533524 seconds
 /var/service/qmail/log: up (pid 47867) 533524 seconds
 /var/service/smtpd/log: up (pid 47865) 533524 seconds

You missed the more important item I mentioned..  svstat /service/* as
below

 What is the output of svstat /service/*  and
 svstat /service/*/log

I need to see if SMTP, etc are running properly...


-- 
Gary


___
[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: QMail?

2004-02-08 Thread Gary
Hi Brian,

--On Monday, February 09, 2004 12:05:04 AM -0500 Brian McCann 
[EMAIL PROTECTED] wrote:

/service/*/log...which I expected since there are no files in /service
since it does not exist.  From the output I sent you I would assume it's
running correctly, but when I do a ps -ax | grep smtpd, I get: 47858
p1- I  0:00.03 supervise smtpd.  I'm assuming something did not get
linked correctly...the whole daemontools thing is very new to me.  I
think I may just rollback everything I've done so far and start
over...just a waste of time, but at least I may understand it better
using that site you sent me.
Under your existing setup, you would run

svstat /var/service/*  to get a run listing of what's running and how long 
they have been up.

Probably a good idea to roll back, as you can be sure and trust the 
lifewithqmail.org site...

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


Booting Problem After Power Loss (fsck)?

2004-02-08 Thread Rishi Chopra
Here's a summary of my problem so far:

Server was idle (e.g. absolutely no processes running aside from
csh, ttyv0 and ps) when power was cut; server reports a problem mounting 
/usr partition upon reboot.

I have since tried the following:

(1) Booted into single-user mode and ran 'fsck' - the latest output to 
the terminal says:

 FILE SYSTEM MARKED CLEAN 
/dev/da0s1e
Last Mounted on /usr
Phase 1 - check blocks and sizes
After letting the system 'do its thing' for 5+ days, the output did not 
change.

(2) I tried an 'fsck -p' and got the following message:

/dev/da0s1a: 1128 files, 36058 used, 47059 free (261 frags, 58771 
blocks, 0.1% fragmentations)

The display has been stuck with that same output for countless hours now.

Questions I have:

(1) Have I suffered a total loss or is this still some way to revover my 
filesystem?  After suffering a similar loss with a hardware raid-0 
failure under win2k, I was assuming the FreeBSD setup would be more 
durable.  I would hate to walk away thinking that a simple power loss 
could wipe out a freebsd server under nothing more than one terminal login.

(2) Why would a simple fsck of the filesystem not work in my case?

Thanks,
Rishi
Ion-Mihai Tetcu wrote:

On Tue, 03 Feb 2004 01:09:22 -0800
Rishi Chopra [EMAIL PROTECTED] wrote:

I booted into single-user mode and ran 'fsck' - the latest output to the 
terminal says:

FILE SYSTEM MARKED CLEAN
/dev/da0s1e
Last Mounted on /usr
Phase 1 - check blocks and sizes
	FILE SYSTEM STILL DIRTY		


Can't be only this. It should have outputted something else between
Phase 1 and FILE SYSTEM STILL DIRTY.

Will fsck continue attempting to fix the filesystem?  Have I suffered a 
total loss or is fsck still doing its thing?


Read man fsck and its see also section.



--
Rishi Chopra
http://www.ocf.berkeley.edu/~rchopra
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: QMail? - additional thoughts

2004-02-08 Thread Gary
Hi Brian,

--On Sunday, February 08, 2004 11:57:16 PM -0500 Brian McCann 
[EMAIL PROTECTED] wrote:

 don't know what you mean by speaking SMTP.  If you are referring to
sending the correct SMTP commands to tell it HELO/OLEH or whatever, I
don't even get that far.  It literally connects, then right away
disconnects...I don't even get the usual SMTP banner.  I'm going to
check out that link though, thanks!
Yes, this is what I was referring to ...



well, you can do a few things.

To see if you can send mail to yourself..

echo to: username |/var/qmail/bin/qmail-inject

you should have a test email in your mailbox.

To test your SMTP server.. with telnet..

telnet 127.0.0.1 25

response   trying 127...
 connecting
Escape char...
you type  helo homer

response 250 domain

you type   mail from: [EMAIL PROTECTED]

response 250 ok

you type   data

response 354 go ahead

you type   Subject : a test

you type   this is a test

response 250 okay ...

you type  quit

response 221 domain ..

response connection closed by foreign host

Now, if you get an error on the telnet commands, such as Unable to connect 
to remote host: Connection refused

if you get this... your SMTP service is not properly configured.

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


  1   2   >