Re: Scripted fdisk/slice/fs generation?

2004-05-09 Thread Ruben de Groot
On Sat, May 08, 2004 at 09:48:27PM -0600, Tim Pushor typed:
 Hi all,
 
 I do CPIO style image backups of my FreeBSD systems. In the event that I 
 need to restore one of these backups, I usually use the FreeBSD 
 installation media to fdisk and create filesystems, then mount the new 
 filesystems and restore the CPIO archive.
 
 This system works great for me, but I would like to automate the 
 restoration process. I have worked a little with fdisk and disklabel 
 back in FreeBSD 2.x days (and trying early versions of OpenBSD) but 
 wouldn't really know where to start automating that process. ( I do 
 write code, but the thought of trying to use disklabel to read the 
 geometry of the disks, calculate sizes, cylinder boundaries, etc give me 
 a headache )
 
 I would really like to specify minimum sizes of partitions and 
 filesystems, with one having all the excess (rather than having to count 
 cylinders).
 
 I've done some searching on Google and havn't really come up with 
 anything conclusive.
 
 Can anyone point me in the right direction?

Sounds like you want to use sysinstall in batch mode. The manpage
sysinstall(8) gives a detailed explanation on how to do this.

Ruben

 Thanks!,
 Tim
 
 (Please CC me on the reply as I don't subscribe to this list)
 ___
 [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: best cd ripping option.

2004-05-09 Thread Lars Eggert
Conrad Sabatier wrote:
I've been using the dd method ever since it first became available.  Have
never had a need for anything else since.
Agreed.

Just be aware that, for encoding from the resulting raw pcm data to mp3 or
whatever other format, you'll need to let the encoder know to reverse the
endianness, else all you'll wind up with is static.
dd can do that when the encoder can't (swab option.)

Lars
--
Lars Eggert NEC Network Laboratories


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Scripted fdisk/slice/fs generation?

2004-05-09 Thread Kris Kennaway
On Sun, May 09, 2004 at 10:17:50AM +0200, Ruben de Groot wrote:
 On Sat, May 08, 2004 at 09:48:27PM -0600, Tim Pushor typed:
  Hi all,
  
  I do CPIO style image backups of my FreeBSD systems. In the event that I 
  need to restore one of these backups, I usually use the FreeBSD 
  installation media to fdisk and create filesystems, then mount the new 
  filesystems and restore the CPIO archive.
  
  This system works great for me, but I would like to automate the 
  restoration process. I have worked a little with fdisk and disklabel 
  back in FreeBSD 2.x days (and trying early versions of OpenBSD) but 
  wouldn't really know where to start automating that process. ( I do 
  write code, but the thought of trying to use disklabel to read the 
  geometry of the disks, calculate sizes, cylinder boundaries, etc give me 
  a headache )
  
  I would really like to specify minimum sizes of partitions and 
  filesystems, with one having all the excess (rather than having to count 
  cylinders).
  
  I've done some searching on Google and havn't really come up with 
  anything conclusive.
  
  Can anyone point me in the right direction?
 
 Sounds like you want to use sysinstall in batch mode. The manpage
 sysinstall(8) gives a detailed explanation on how to do this.

See also the diskprep port that was committed a few days ago.

Kris


pgp0.pgp
Description: PGP signature


Re: Problem transporting signed emails

2004-05-09 Thread Matthew Seaman
On Sun, May 09, 2004 at 11:57:05AM +1000, Edwin Groothuis wrote:

 I've been playing with signed emails (S/MIME, OpenSSL etc) but am
 running into an annoying problem: openssl smime -sign signs the
 text, but it adds ^M's at the end of the lines of the original text.
 When piping it through to the MTA, somewhere the ^M's are lost and
 the signature of the file including becomes invalid.

% openssl smime -sign -binary ...

perhaps?  

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Re: Ports Index Update Error - mail/lmtpd Failure

2004-05-09 Thread Bob Perry
   Was unsucessful at upgrading my ports system Saturday due to a
   failure during the port index update.  More specifically, I
   received an error message stating that mail/lmtpd file failed.

Wanted tp provide an update. CVSup'd my system and upgraded the INDEX
(portsdb -uU).  Everything went well.  Did receive warnings of dup-
licate entries of two ports in the INDEX, but apparently nothing major.

Thanks again for your support.

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


Re: Ports Index Update Error - mail/lmtpd Failure

2004-05-09 Thread Kris Kennaway
On Sun, May 09, 2004 at 07:16:02AM -0400, Bob Perry wrote:
Was unsucessful at upgrading my ports system Saturday due to a
failure during the port index update.  More specifically, I
received an error message stating that mail/lmtpd file failed.
 
 Wanted tp provide an update. CVSup'd my system and upgraded the INDEX
 (portsdb -uU).  Everything went well.  Did receive warnings of dup-
 licate entries of two ports in the INDEX, but apparently nothing major.

Yeah, that's expected when you have certain ports installed
(e.g. gtk); some ports exist in multiple variants (e.g. with and
without gtk support by default), but they detect the installed port
and end up with the same name.  It's harmless, so you can safely
ignore it.

 Thanks again for your support.

Thanks for following up.

Kris


pgp0.pgp
Description: PGP signature


Re: Problem transporting signed emails

2004-05-09 Thread Edwin Groothuis
On Sun, May 09, 2004 at 11:49:38AM +0100, Matthew Seaman wrote:
 On Sun, May 09, 2004 at 11:57:05AM +1000, Edwin Groothuis wrote:
 
  I've been playing with signed emails (S/MIME, OpenSSL etc) but am
  running into an annoying problem: openssl smime -sign signs the
  text, but it adds ^M's at the end of the lines of the original text.
  When piping it through to the MTA, somewhere the ^M's are lost and
  the signature of the file including becomes invalid.
 
 % openssl smime -sign -binary ...

I got it. When feeding it to sendmail, it added an empty line after
the content-type line, mostly likely because it was saw the ^M and
didn't interpret it as an empty line. Running the output of openssl
through tr -d '\r' and then feeding into sendmail resulted in a
valid signature.

Edwin

-- 
Edwin Groothuis  |Personal website: http://www.mavetju.org
[EMAIL PROTECTED]|  Weblog: http://weblog.barnet.com.au/edwin/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems resolving sites in browsers under KDE

2004-05-09 Thread Warren Block
On Sat, 8 May 2004, Dragoncrest wrote:

  Still looking for answers.  If anyone has any ideas, I would be
 very grateful to hear them.  Thanks.

I haven't seen slow host lookups with Mozilla since removing IPv6 from
the kernel.

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


Problems building tk84 port

2004-05-09 Thread Wayne Pascoe
Hi all,

I'm having problems building /usr/ports/x11-toolkits/tk84. I am trying
to build this because I'm trying to build py-bittorrent.

After doing a make clean, a make produces the output of configure, and
then 
cc -pipe -c -O -pipe -march=i686 -march=pentiumpro -Wall -Wconversion
-Wno-implicit-int -fPIC
-I/usr/ports/x11-toolkits/tk84/work/tk8.4.6/unix
-I/usr/ports/x11-toolkits/tk84/work/tk8.4.6/unix/../generic
-I/usr/ports/x11-toolkits/tk84/work/tk8.4.6/unix/../bitmaps
-I/tmp/a/ports/lang/tcl84/work/tcl8.4.4/generic -I/usr/X11R6/include
-DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DTCL_WIDE_INT_TYPE=long\ long
-DSTDC_HEADERS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_PW_GECOS=1  -DTCL_NO_DEPRECATED -DUSE_TCL_STUBS
/usr/ports/x11-toolkits/tk84/work/tk8.4.6/unix/../generic/tk3d.c

Then the errors start... From lines 71 - 1117 of my output file.

Some of the errors are as follows:
In file included from
In file included from
/usr/ports/x11-toolkits/tk84/work/tk8.4.6/generic/tkInt.h:21,
 from
/usr/ports/x11-toolkits/tk84/work/tk8.4.6/generic/tk3d.h:18,
 from
/usr/ports/x11-toolkits/tk84/work/tk8.4.6/generic/tk3d.c:16:
/usr/ports/x11-toolkits/tk84/work/tk8.4.6/generic/tk.h:70:20: tcl.h: No
such file or directory

It ends with

/usr/ports/x11-toolkits/tk84/work/tk8.4.6/generic/tk3d.c:55: warning:
excess elements in scalar initializer
/usr/ports/x11-toolkits/tk84/work/tk8.4.6/generic/tk3d.c:55: warning:
(near initialization for `tkBorderObjType')
/usr/ports/x11-toolkits/tk84/work/tk8.4.6/generic/tk3d.c:55: warning:
data definition has no type or storage class
/usr/ports/x11-toolkits/tk84/work/tk8.4.6/generic/tk3d.c:83: error:
syntax error before Tcl_Interp
/usr/ports/x11-toolkits/tk84/work/tk8.4.6/generic/tk3d.c:85: error:
syntax error before '*' token
/usr/ports/x11-toolkits/tk84/work/tk8.4.6/generic/tk3d.c:85: warning:
data definition has no type or storage class
/usr/ports/x11-toolkits/tk84/work/tk8.4.6/generic/tk3d.c:87: error:
syntax error before '{' token
*** Error code 1

Stop in /usr/ports/x11-toolkits/tk84/work/tk8.4.6/unix.
*** Error code 1

Any ideas on what might be wrong here ? 

Thanks in advance,

-- 
Wayne Pascoe
Doing a linear scan over an associative array
is like trying to club someone to death with a 
loaded Uzi. - Larry Wall
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: the most light weight X web browser?

2004-05-09 Thread David Fleck
'links -g', eh?

  dcf$ links -g
  Unknown option -g

Some *other* links, perhaps?

--
David Fleck
[EMAIL PROTECTED]

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


RE: the most light weight X web browser?

2004-05-09 Thread mark rowlands
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of David Fleck
 Sent: Sunday, May 09, 2004 2:49 PM
 To: FreeBSD Questions
 Subject: Re: the most light weight X web browser?
 
 'links -g', eh?
 
   dcf$ links -g
   Unknown option -g
 
 Some *other* links, perhaps?
 
 --
 David Fleck
 [EMAIL PROTECTED]
 

[EMAIL PROTECTED] : /web1/web1: 03:16 PM:
links -version
Links 2.1pre14
[EMAIL PROTECTED] : /web1/web1: 03:17 PM:
links -help
links [options] URL
Options are:

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


RE: vinum striped volume has corrupt plex, help needed

2004-05-09 Thread Lee Dilkie
Update on my progress.

The setstate up allows me to read my array now. I seem to have a read
error on /dev/da1s1e about 262M from the start of the disk. (i'm using dd
if=/dev/da*s1e to copy the contents of each drive to separate files, in case
i screw something up and I need to restore a drive and re-try the vinum...
don't know if that a dumb idea or not but it seemed logical).

anyway, i have to figure out a way to get around this read error. or find
out what file(s) it affects so i can avoid trying to copy them. Any pointers
would be welcome (as I fire up google... where would we be without search
engines?)

 When i tried to vinum start striped.p0.s1, most of the time
i would get an
 error Input/output error (5) but a couple of times the
command hung (as it
 is right now).

It would be interesting to see the ps -l output for that process and
any other Vinum-related processes.

Darn. I wish i had done that for you but I rebooted my server and vinum is
running correctly now. When this is all finished, I'll see if I can get
vinum stuck again and retrieve anything you wish.

thanks for the help folks(greg), the saga continues.

-lee

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Greg 'groggy'
Lehey
Sent: Saturday, May 08, 2004 6:40 PM
To: Lee Dilkie
Cc: [EMAIL PROTECTED]
Subject: Re: vinum striped volume has corrupt plex, help needed


On Saturday,  8 May 2004 at 13:37:42 -0400, Lee Dilkie wrote:
 Hi there,

 I've been running a 5 disk vinum array (sripted, no
redundancy) for a few
 months now. It's composed of 5 scsi drives of 4G each. I
bought a new 120G
 ide drive, with the intention of copying over all the files
from the vinum
 array and retiring the array (the scsi drives are really loud).

 All was fine until the file copy part. Shortly after
starting, i started to
 get scsi errors and the scsi system reset the drives and
re-spun them up in
 an attempt to provide data (this i could hear). Eventually
vinum reported a
 read error. My machine kinda locked up because there were
swap partitions on
 the scsi drives and things just went south when the OS couldn't swap
 properly.

 I rebooted and fsck'd my other partitions just fine but
vinum reported that
 the plex was corrupt and one of the subdisks was stale (see
vinum list
 output below). I also include the output from the command to
read and parse
 the vium table on each drive ( as describe at
 http://www.vinumvm.org/vinum/how-to-debug.html ). it sure
looks to me like
 all the disks have the same vinum info.

 When i tried to vinum start striped.p0.s1, most of the time
i would get an
 error Input/output error (5) but a couple of times the
command hung (as it
 is right now).

It would be interesting to see the ps -l output for that process and
any other Vinum-related processes.

 Also, I reconfured my scsi (2940uw) to the lowest transfer speed,
 disabled wide negotation (these are wide fast drives), disabled
 disconnect and disabled synchronous transfers. Basicly, i slowed
 them down as slow as they can go. I am able to successfully read
 each drive (tested the first 1G of each using dd if=/dev/da*s1e
 of=/dev/null bs=1m count=1000).

That might work for a while.

 There were no write operations to the vinum volume when things
 crashed. I'm hoping i can get vinum up and running again so i can
 copy off this data.

Vinum protects you by making it difficult to access data of dubious
integrity.

 Question to the group. Would a vinum create using the original
 configuration (i have the file) recover this situation so i could
 mount and read the disk?

Yes.

 Is there something else to do that will help?

Yes.  Do:

 vinum - setstate up striped.p0.s1 striped.p0

When you're happy with the data, do:

 vinum - setdaemon 4
 vinum - saveconfig

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original
recipients.
For more information, see http://www.lemis.com/questions.html
Note: I discard all HTML mail unseen.
Finger [EMAIL PROTECTED] for PGP public key.
See complete headers for address and phone numbers.



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


Re: the most light weight X web browser?

2004-05-09 Thread John Mills
Freebies -

On Sun, 9 May 2004, David Fleck wrote:

 'links -g', eh?
 
   dcf$ links -g
   Unknown option -g

Reading the 'links' project pages puts graphic rendering at links version
=2.0, I believe. I couldn't find an appropriate RPM for my 2.4.x Linuxes
but had no problem building and installing from sources. I did need to put 
X11 development support (headers, basically) into my underwhelming laptop 
in order to build there (and to have a couple of cups of coffee while 
configuration and build took place).

It doesn't do everything, but it sure does a basic minimum very well. 
Netscape takes about 1 minute to start and Links is up in a few seconds, 
exactly solving the original poster's problem (and mine).

I couldn't get the non-X11 SVGA configuration to work, but I didn't 
really want that. Looked like a permissions issue, and maybe conflict 
with XF86.

 - John Mills
   [EMAIL PROTECTED]

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


Corrupted 'loader.conf' file

2004-05-09 Thread Henry cyngiel
Hi
 
Has anyone noticed that the
'/boot/defaults/loader.conf' on
'5.2.1-RELEASE-i386-disc1.iso'  is corrupted ? At the
some moment It doesnt look like the *.iso itself got
corrupted.
I've downloaded that from www.bigpond.com.au
site.
 
Sincelery
 
Henry




__
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: the most light weight X web browser?

2004-05-09 Thread Warren Block
On Sun, 9 May 2004, mark rowlands wrote:

 [EMAIL PROTECTED] : /web1/web1: 03:16 PM:
 links -version
 Links 2.1pre14
 [EMAIL PROTECTED] : /web1/web1: 03:17 PM:
 links -help
 links [options] URL
 Options are:

  -g
   Run in graphics mode.

But the next few lines of the man page say that only works if
--enable-graphics was given to ./configure when compiling links.  In the
port's Makefile it only turns on --enable-graphics if you compile it for
X.  (More specifically, it only turns on --enable-graphics if
-DWITHOUT_X11 is not defined.)

So to run it without X but with graphics, you'll have to modify the
Makefile or just manually compile links.

Just out of curiousity, I tried it just now.  A quick hack to make it
work:

Make sure you have svgalib installed (/usr/ports/devel/svgalib).
Remove the --without-svgalib from the first CONFIGURE_ARGS line.
Add --enable-graphics to the same line.
Remove the whole .if !defined(WITHOUT_X11) ... .endif section.
Run it with 'links -g -mode 640x480x16'.

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


Re: Need Advice in SSH

2004-05-09 Thread Rob
Bull TORS wrote:
Hello,

I was hoping if anyway could give me advice, hints, and anything about this 
question of mine.

laptop1.mydomain.org-?ssh?---   laptop2.mydomain.org
Static IP Address from the  DHCP client of my ISP
Company LAN Server with
a different domain (companydomain.org)
You've triggered my curiosity and I've tried a bit myself with ssh.
I've come a little further. Imagine this network setup:
PC1 -- Gateway -//-PC2

PC1: 10.0.0.N on a local network
PC2: has world-wide IP address, say: x.y.z
Then you can do on PC1:

   ssh -N -f -R 2200:localhost:22 x.y.z

which will create an ssh-tunnel from PC1 to PC2 as a background process,
and will force PC2 to listen on port 2200, which will be connected to
port 22 on PC1.
After establishing this tunnel, you can do on PC2:

  ssh -p 2200 localhost

and you connect directly to PC1.

In this process, you do not need any login/password on the gateway!!

Exchanging public keys of the two PCs, will skip the password checking.
You also can add lines in ~/.ssh/config, to shorten the last command.
I know in your case, both PCs are on a local network and there are two
gateways inbetween. So this is not the final solution to your problem,
but it may help you understand what way to go with ssh.
I remember you had login/password of one gateway, which certainly may
make things easier.
I hope all this helps a bit.

Rob.

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


Hard lockups

2004-05-09 Thread stan
I've got an Athalon 1.2G machine that has been stable as a rock fo over a
year now. 

That is, untill I change from ThinNet network cableing to 100BaseT full
duplex networking. Now it locks up solid (jeyboard does nothing, can't
telnet in, and screen is frozen) about once a day. I've changed NIC's (even
changing brands) and this does not cure the problem. I've cvsup'd (as
recently as last night) and rebuilt te system. I've run memory tests
(metmtest85), I've run disk tests (Hiticha's drive test program). I've even
set eh motherboard to fail safe defaults. All to no avail.

This lock _appears_ to be related to periods of high network activity.

Can anyone provide any sugestions as to where to go next in my effor to get
this machine back to it's expected stabilty?

Any sugestiosn appreciated.

-- 
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: the most light weight X web browser?

2004-05-09 Thread Warren Block
On Sun, 9 May 2004, Warren Block wrote:

 Make sure you have svgalib installed (/usr/ports/devel/svgalib).

Err... that would be /usr/ports/graphics/svgalib.  Sorry.

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


Re: tr A-Z a-z

2004-05-09 Thread Christoph P. Kukulies
On Sat, May 08, 2004 at 04:20:21PM -0500, Jose Lima wrote:
 I use:
 
 echo $Z | tr '[a-z' '[A-Z]'

This would be a lower case to upper case and would expose the same
problem. And a closing bracket is missing also. Don't know what the 
$Z should mean in your example.

In my example echo Z served as feeding a 'Z'  to the tr pipe.
But the problem is solved. As Kris suspected and someone else explained
it is a locale issue.

One should indeed use :lower: :upper: keywords. Or set the locale
accordingly for old shell scripts to work correctly.


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


cdda2wav doesn't dump complete Audio CD

2004-05-09 Thread Peter Ulrich Kruppa
Hi!

I am trying to copy some old Audio CD's. I have got an IDE CD
burner - configured as SCSI device 1,0,0 .
When I use
# cdda2wav -vall cddb=0 -D1,0,0 -B -Owav
- as recommended by THE handbook - only the first four tracks of
the CD are dumped. I tried several CD's and flag -T , too, but
the result always was the same.
Here is a typical output for a CD with 8 tracks:
--
Type: ROM, Vendor 'SAMSUNG ' Model 'CD-R/RW SW-212B ' Revision
'BS05' MMC+CDDA
266240 bytes buffer memory requested, 4 buffers, 27 sectors
Read TOC CD Text failed (probably not supported).
#Cdda2wav version 2.00.3_freebsd_5.2-current_i386_i386, real time
sched., soundcard, libparanoia support
Warning: first track has negative start sector! Setting to zero.
no cddb entry found: 202 No match for disc ID 26013704.

AUDIOtrack pre-emphasis  copy-permitted tracktype channels
  1- 6   no  no audio2
Table of Contents: total tracks:4, (total time 5:13.58)
  1.( 1:36.43),  2.( 1:47.71),  3.( 1:41.50),  6.( 0:05.44)

Table of Contents: starting sectors
  1.(   0),  2.(7243),  3.(   15339),  6.(   22964),
lead-out(   23383)
CDINDEX discid: ikOTH1u_bIoSiKelDgU3F2umDAw-
CDDB discid: 0x26013704
CD-Text: not detected
CD-Extra: not detected
No media catalog number present.
scanning for ISRCs: 6 ...
index scan: 2...
track mismatch: 2, in-track subchannel: 1 (index 1, sector 15338)
index scan: 3...
track mismatch: 3, in-track subchannel: 1 (index 1, sector 22963)

Partial length copy for track 6, no info file will be generated
for this track!
samplefile size will be 54996860 bytes.
recording 311.7733 seconds stereo with 16 bits @ 44100.0 Hz
-'audio'...
percent_done:
100%  track  1 successfully recorded
100%  track  2 successfully recorded
100%  track  3 successfully recorded
100%  track  4 successfully recorded
---

As an alternative I tried cdparanoia, but that ended in a system
crash.

Any idea what went wrong?

Thanks,

Uli.

+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cdda2wav doesn't dump complete Audio CD

2004-05-09 Thread Julien Gabel
 I am trying to copy some old Audio CD's. I have got an IDE CD
 burner - configured as SCSI device 1,0,0 .
 When I use
 # cdda2wav -vall cddb=0 -D1,0,0 -B -Owav
 - as recommended by THE handbook - only the first four tracks of

The Handbook (16.3.2 Ripping CD Audio Tracks) just suggest the following
syntax:
 # cdda2wav -D 1,0,0 -B

 the CD are dumped. I tried several CD's and flag -T , too, but
 the result always was the same.

Does the following comand give the tenth (for example ;  to 4) track?
 # cdda2wav -D 1,0,0 -t 10

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


Gettytab problems

2004-05-09 Thread Lefteris Tsintjelis
Hi,

I am using the 4.10-PRERELEASE and trying to set up a plain old serial 
modem using getty but with no success. I get a getty: modem init/answer 
problem on /dev/ttydX all the time.

:ac=RING\r ATA\r CONNECT:\
:ic= ATE1Q0V1S0=0\r OK\r:

It seems the problem is the ac and ic entries even though a man gettytab 
is referring to them. The dc (chat debug bit mask) doesn't seem to help 
either. Setting the S0=1 (auto answer) works OK but is there a way to
wait for the RING (for indefinite time) and then issue the ATA? Has 
anyone managed to use the ic/ac capabilities of gettytab and provide a 
working sample?

Please CC

Thank you,
Lefteris Tsintjelis


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


RE: Hard lockups

2004-05-09 Thread Eric Crist
Have you tried installing that network card in a different PCI slot?
Sometimes that does the trick.

Eric F Crist
President
AdTech Integrated Systems, Inc
(612) 998-3588



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of stan
Sent: Sunday, May 09, 2004 11:08 AM
To: Free BSD Questions list
Subject: Hard lockups


I've got an Athalon 1.2G machine that has been stable as a rock fo over
a year now.

That is, untill I change from ThinNet network cableing to 100BaseT full
duplex networking. Now it locks up solid (jeyboard does nothing, can't
telnet in, and screen is frozen) about once a day. I've changed NIC's
(even changing brands) and this does not cure the problem. I've cvsup'd
(as recently as last night) and rebuilt te system. I've run memory tests
(metmtest85), I've run disk tests (Hiticha's drive test program). I've
even set eh motherboard to fail safe defaults. All to no avail.

This lock _appears_ to be related to periods of high network activity.

Can anyone provide any sugestions as to where to go next in my effor to
get this machine back to it's expected stabilty?

Any sugestiosn appreciated.

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


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


Re: apache+mod_ssl-1.3.29+2.8.16_1:

2004-05-09 Thread whitevamp
that didnt seam to work out for me on 5.2.1 and i also was haveing some
outhere issues with 5.2.1 and decided to down grade to 4.9 and everything
seams to be working great 4 me now ..

and thx 4 the help on this ..
Dave
- Original Message - 
From: Wayne Sierke [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, May 09, 2004 12:25 AM
Subject: Re: apache+mod_ssl-1.3.29+2.8.16_1:


 On Wed, 2004-05-05 at 14:16, Dirk Meyer wrote:
  whitevamp schrieb:,
 
   i have to go into the httpd.conf file and do this #LoadModule php4_mod
   ule  and #AddModule mod_php4.c
   then start apache then go back into the httpd.conf file and remove the
# 's an
   d then restart apache then itll work with php4 enabled
 
  You have installed an apache after mod_php,
  or habe more than one apache port installed.
 
  Fix:
 
  1. set APACHE_PORT=www/apache13-mod_ssl in /etc/make.conf
 

 This should be www/apache13-modssl (I believe. The subtle differences
 between ports directory names and the ports names themselves - as in
 this case apache+mod_ssl - is often very confusing).

  2. deinstall mod_php and all apache versions.
 
  3. install apache+mod_ssl , then install mod_php
 
  kind regards Dirk
 
  - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
  - [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
[EMAIL PROTECTED]

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



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.677 / Virus Database: 439 - Release Date: 5/4/2004
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cdda2wav doesn't dump complete Audio CD

2004-05-09 Thread Peter Ulrich Kruppa
On Sun, 9 May 2004, Julien Gabel wrote:

  I am trying to copy some old Audio CD's. I have got an IDE CD
  burner - configured as SCSI device 1,0,0 .
  When I use
  # cdda2wav -vall cddb=0 -D1,0,0 -B -Owav
  - as recommended by THE handbook - only the first four tracks of

 The Handbook (16.3.2 Ripping CD Audio Tracks) just suggest the following
 syntax:
  # cdda2wav -D 1,0,0 -B
That one doesn't work either, but thanks for your hint to 16.3.2
(I only saw 12.5): Since I use an IDE CD player/writer I can
use
# cdda2wav -D /dev/acd0 -B
which does the complete dump. With
# cdrecord -v dev=1,0,0 -dao -text *.wav
I get a perfect copy.

So thanks again,

Uli.

+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[samba] can't print from w2k to bsd printer

2004-05-09 Thread Bjarne Wichmann Petersen
Hi

I've spend several hours trying to get samba to play nice. I can get user to 
login from windows to their bsd-account, mount CD's etc.. But I can't get the 
users to print. I can see the printer and I can install it. But when I click 
on the installed printer I get access denied. 

I've tried everything, dublicating every smb.conf I could find. Trying out 
every options. None helped. Hope someone here can spot what's wrong.

My setup is a desktop PC running FBSD and a laptop with w2k. These are 
connected through a router. The printer is a laserjet and works great on the 
FBSD.

And I'm a newbie to samba.

/etc/printcap (using fbsd's native lpr):

laserjet|lp|ps|PS|S|hp|HP LaserJet 1200:\
:sh:sd=/var/spool/lpd/laserjet:\
:lp=/dev/lpt0:\
:mx#0:\
:if=/usr/local/libexec/psif:

/usr/local/etc/smb.conf: (as it looks right now).

[global]
  netbios name = fbsd
  server string = Samba Server
  workgroup = WORKGROUP
  security = share
  encrypt passwords = yes
  wins support = yes
  printing = bsd
  printcap name = /etc/printcap
  load printers = yes
  use client driver = no

[printers]
  comment = All printers
  printable = yes
  path = /var/spool/samba
  browseable = no
  public = yes
  read only = yes
  writable = no

[laserjet]
  comment = LaserJet 1200 on FreeBSD
  path = /var/spool/samba
  browseable = yes
  printable = yes
  writable = no
  hosts allow = 192.168.1.
  guest ok = yes

Permission on /var/spool/samba:

drwxrwxrwt  2 root   wheel   512 May  9 21:35 samba

I've tried 2 ways of installing the printer on w2k. 1) Clicking on the 
printericon in the local shares folder and 2) add new printer and selecting 
the printer from the network. Both ways gives me access denied after 
installation.

Help! ;)

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


Changing the cpu and rebuilding the world

2004-05-09 Thread Szymek K.
I've got an old p200mmx box with 160MB of mem running FreeBSD 4.9, it's a
mail,web and mysql server just for my home lan. I've
recently got hold of an used but working AMD K6-2/333. Still using P200mmx
I've changed my make.conf march flags to k6-2 and then I'd built the world and
kernel, installed them and changed the cpu to k6-2/333. Now, system
runs stable but I am unable to complile anything. gcc gives a lot of errors
(sig11, core dumps etc). What did I do wrong ? Processor is not overclocked
and the memory was not a problem when running under P200MMX. Also It's not a
overheating issue, I've adapted modern Athlon cooler with a proper
thermal compound and I've  tested it by taring and bziping / a few times
.Any ideas anyone ?  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cdda2wav doesn't dump complete Audio CD

2004-05-09 Thread Julien Gabel
 I am trying to copy some old Audio CD's. I have got an IDE CD
 burner - configured as SCSI device 1,0,0 .
 When I use
 # cdda2wav -vall cddb=0 -D1,0,0 -B -Owav
 - as recommended by THE handbook - only the first four tracks of

 The Handbook (16.3.2 Ripping CD Audio Tracks) just suggest the following
 syntax:
  # cdda2wav -D 1,0,0 -B

 That one doesn't work either, but thanks for your hint to 16.3.2
 (I only saw 12.5): Since I use an IDE CD player/writer I can
 use
 # cdda2wav -D /dev/acd0 -B

So how do you wanted that the first command ever work (-D1,0,0)?

 which does the complete dump. With
 # cdrecord -v dev=1,0,0 -dao -text *.wav
 I get a perfect copy.

Additionally you can try to enable ATAPI devices to be accessed through
the SCSI subsystem using atapicam(4) in your kernel, but this is not
mandatory at all.
-- 
-jpeg.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fwd: Install problems, Netfinity 5k w/Adaptec RAID

2004-05-09 Thread Blake Meike
Hi,
  I asked this question last week.  I got a very prompt and somewhat 
useful answer: this is a known bug in 5.2.1: use 4.9.

  Thanks very much.  Would anyone be willing to tell me which known bug 
this is, so that I can track its progress, and thus know when it is 
safe for me to move to 5.x?  I'm also more than a little interested in 
knowing what's going wrong...

Many thanks,
  Blake Meike
Begin forwarded message:

From: Blake Meike [EMAIL PROTECTED]
Date: May 3, 2004 7:35:08 AM EDT
To: [EMAIL PROTECTED]
Subject: Install problems, Netfinity 5k w/Adaptec RAID
Hi,
  I'm hoping this will be easy to solve -- or at least easy to 
diagnose.  I'm new to FreeBSD, so I just don't know where to look yet.

I have a Netfinity 5k, .6Gh SMP with an Adaptec RAID.  It runs all 
manner of Linuxes just fine.  I'd like to start running BSD instead.

Install from CD fails.  If I leave APIC on, the boot into the 
installer gets as far as a message that says:

Timecounters tick every 10.000 msec

Actually, if I wait a very long time, I get one more message:

md0: Preloaded image /boot/mfsroot  ...

If, on the other hand, I turn off APIC, I get into the installer just 
fine.  When I try to set the media to CD, however, installer tells me 
that I have no CD drives (despite the fact that is is running from 
one!)

I'd appreciate any suggestions that would help me:
1) identify the hardware that is causing the stall, so I can pull it 
out
2) explain to the installer where my CD drive is, with APIC off

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


Re: [samba] can't print from w2k to bsd printer

2004-05-09 Thread Thomas Lippert
on Sun May  9 12:14:02 2004 Bjarne Wichmann Petersen wrote:
Hi

I've spend several hours trying to get samba to play nice. I can get user to 
login from windows to their bsd-account, mount CD's etc.. But I can't get the 
users to print. I can see the printer and I can install it. But when I click 
on the installed printer I get access denied. 

I've tried everything, dublicating every smb.conf I could find. Trying out 
every options. None helped. Hope someone here can spot what's wrong.

My setup is a desktop PC running FBSD and a laptop with w2k. These are 
connected through a router. The printer is a laserjet and works great on the 
FBSD.

And I'm a newbie to samba.
see http://www.oreilly.com/catalog/samba2/book/toc.html
there are many useful examples. There should be an answer here, or at 
least something new to try. This the oreilly samba book, should have all 
you need plus plenty of details.
/etc/printcap (using fbsd's native lpr):

laserjet|lp|ps|PS|S|hp|HP LaserJet 1200:\
:sh:sd=/var/spool/lpd/laserjet:\
:lp=/dev/lpt0:\
:mx#0:\
:if=/usr/local/libexec/psif:

/usr/local/etc/smb.conf: (as it looks right now).

[global]
  netbios name = fbsd
  server string = Samba Server
  workgroup = WORKGROUP
  security = share
  encrypt passwords = yes
  wins support = yes
  printing = bsd
  printcap name = /etc/printcap
  load printers = yes
  use client driver = no
[printers]
  comment = All printers
  printable = yes
  path = /var/spool/samba
  browseable = no
  public = yes
  read only = yes
  writable = no
[laserjet]
  comment = LaserJet 1200 on FreeBSD
  path = /var/spool/samba
  browseable = yes
This could be problem try removing the line.
  printable = yes
  writable = no
This is probably the problem, remember that a printer cue is really a 
directory, and as such will probably require write access. Although I 
haven't used samba in a while, and rarely for printing.
  hosts allow = 192.168.1.
  guest ok = yes
Permission on /var/spool/samba:

drwxrwxrwt  2 root   wheel   512 May  9 21:35 samba

I've tried 2 ways of installing the printer on w2k. 1) Clicking on the 
printericon in the local shares folder and 2) add new printer and selecting 
the printer from the network. Both ways gives me access denied after 
installation.

Help! ;)

Bjarne
Hope this solves it,
-Thomas
___
[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: cdda2wav doesn't dump complete Audio CD

2004-05-09 Thread Peter Ulrich Kruppa
On Sun, 9 May 2004, Julien Gabel wrote:

  I am trying to copy some old Audio CD's. I have got an IDE CD
  burner - configured as SCSI device 1,0,0 .
  When I use
  # cdda2wav -vall cddb=0 -D1,0,0 -B -Owav
  - as recommended by THE handbook - only the first four tracks of

  The Handbook (16.3.2 Ripping CD Audio Tracks) just suggest the following
  syntax:
   # cdda2wav -D 1,0,0 -B

  That one doesn't work either, but thanks for your hint to 16.3.2
  (I only saw 12.5): Since I use an IDE CD player/writer I can
  use
  # cdda2wav -D /dev/acd0 -B

 So how do you wanted that the first command ever work (-D1,0,0)?

 Additionally you can try to enable ATAPI devices to be accessed through
 the SCSI subsystem using atapicam(4) in your kernel, but this is not
 mandatory at all.
Actually I have got SCSI-emulation enabled. The background is
the following:
I found that burncd is unstable when trying to burn a bigger
number (10 or 12) of .wav's (don't know why, there's no problem
in writing a big .iso). So I tried cdrecord, which works
absolutely fine and very fast.
Thus I also tried cdda2wav via SCSI, but that failed.

Uli.


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


+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: startx failing to work after Gnome update

2004-05-09 Thread Toni Schmidbauer
On Fri, May 07, 2004 at 01:21:50PM -0700, Nicholas Jackson wrote:
 I've recently updated my Gnome packags to version 2.6 and since then, X 
 has failed to work when I start it as a non-root user. (It does work as 
 root)

seems like the setuid bit is missing on
/usr/X11R6/bin/Xwrapper-4. 

as user root try: 
chmod 4755 /usr/X11R6/bin/Xwrapper-4 

hth,
toni
-- 
Wer es einmal so weit gebracht hat, dass er nicht | toni at stderror dot at
mehr irrt, der hat auch zu arbeiten aufgehoert| Toni Schmidbauer
-- Max Planck |


pgp0.pgp
Description: PGP signature


Re: [samba] can't print from w2k to bsd printer

2004-05-09 Thread Don Tyson
 Hi
 
 I've spend several hours trying to get samba to play nice. I can get user to 
 login from windows to their bsd-account, mount CD's etc.. But I can't get the 
 users to print. I can see the printer and I can install it. But when I click 
 on the installed printer I get access denied. 
 
[snipped]

 My setup is a desktop PC running FBSD and a laptop with w2k. These are 
 connected through a router. The printer is a laserjet and works great on the 
 FBSD.
 

I can't help you with samba, but Windows 2000 and Windows XP users
are able to use the LaserJet attached to my FreeBSD machine, which runs
apsfilter. I've attached a copy of my /etc/printcap file at the end of
this message.  The Windows users do not log in to the FreeBSD machine
to use the printer.  I don't have samba installed at all.

The Windows hosts are listed in my FreeBSD /etc/hosts.lpd file; otherwise the
FreeBSD machine won't know who they are and won't permit them to
connect.

Follow the Windows instructions to install print services for unix,
then install a local, not network, printer using the LPR port on the
Windows machines.  Share the printer so all Windows users can use it.

Hope this helps.
Don Tyson

/etc/printcap file:

# APS1_BEGIN:printer1
# - don't delete start label for apsfilter printer1
# - no other printer defines between BEGIN and END LABEL
lp|ljet4;r=600x600;q=photo;c=full;p=letter;m=auto:\
:lp=/dev/lpt0:\
:if=/usr/local/etc/apsfilter/basedir/bin/apsfilter:\
:sd=/var/spool/lpd/lp:\
:lf=/var/spool/lpd/lp/log:\
:af=/var/spool/lpd/lp/acct:\
:mx#0:\
:sh:

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


Re: trouble compiling gnome 2.6 from ports on fresh 5.2.1 release install

2004-05-09 Thread Simon Barner
Jeronimo Romero wrote:
 
 
 1-Installed 5.2.1 release
 2-installed Developer release (without X)
 3-cvsuped ports tree
 4-tried compiling gnome 2.6 meta port from ports
 it kept on failing at pango 
 
 anybody have any ideas as to why???

Perhaps, if you shared the error messages with us ;-)

Simon


signature.asc
Description: Digital signature


Gnome 2.6 broke OO and Evo

2004-05-09 Thread Derrick Ryalls
I was finally able to upgrade to gnome 2.6 on my 5.2 system. 

When finished, I fired up Evolution and it came up, but with no fonts.  I 
tried a basic portupgrade of evo to accomodate the changes, but afterwards, 
evo wouldn't even load.  Trying the old fashioned method, I did a make 
deinstall then make install, but still it doesn't load.  A task bar item 
comes up but no splash screen or anything, and after about 10 seconds it all 
disappears. 

Similar with OpenOffice, it just hangs when I try to fire anything up, 
including setup.  I did try pkg_deleting it and reinstalling the precompiled 
package, but setup still won't run. 

So, I am figuring the gnome upgrade broke something, but I have no idea on 
where to start on figuring this out.  Do I need to wait for new evo/OO 
source/packages? 

TIA 

-Derrick 

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


microuptime() went backwards... on a K7 with 7kxa mobo

2004-05-09 Thread Micael Ebbmar
Thought I would use my old K7 600 MHz and 7KXA mobo as a gateway since my old K6-2 
died, 
and have run into a common problem when I installed 4.9.

When under high IO (network or CPU use) I get the microuptime() went backwards
flooding my screen, and syslog logging it making the system crawl until syslog is 
killed.
I have went through the standard procedure, disabled APM in bios and removing it from
the kernel, made sure sysctl kern.timecounter.method is set to 1, but to no help.

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


building the talkfilters plugin for gaim (take II)

2004-05-09 Thread epilogue
hello again,

the talkfilters plugin seems like a really neat feature to add to gaim. 
has anyone had luck getting this to work?   :\


thanks!
epi


Begin forwarded message:

Date: Wed, 5 May 2004 23:03:37 -0400
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: building the talkfilters plugin for gaim


hello all,

just wondering if anyone can help me get the talkfilters gaim plugin
working.

i followed the instructions included in the talkfilters port (misc
category) as well as those in the gaim README file, but i only end up with
the error messages below.  sadly, i am not able to troubleshoot these
alone, given my highly non-existant programming skills...

/usr/ports/net/gaim/work/gaim-0.77/plugins# make talkfilters.so

/bin/sh ../libtool --silent --mode=compile cc -DHAVE_CONFIG_H -I..
-DDATADIR=\/usr/X11R6/share/gnome\  -DVERSION=\0.77\  -I../src   
-I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include
-I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2
-I/usr/local/include   -O -pipe -march=pentiumpro -Wall -g3 -c
talkfilters.c -o tmptalkfilters.so.lo talkfilters.c: In function
`translate_message':
talkfilters.c:54: syntax error before `char'
talkfilters.c:56: `tmp' undeclared (first use in this function)
talkfilters.c:56: (Each undeclared identifier is reported only once
talkfilters.c:56: for each function it appears in.)*** Error code 1

Stop in /usr/ports/net/gaim/work/gaim-0.77/plugins.

any help would be very much appreciated.


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


Re: building the talkfilters plugin for gaim (take II)

2004-05-09 Thread Adam Weinberger
 (05.09.2004 @ 1930 PST): [EMAIL PROTECTED] said, in 1.8K: 
 hello again,
 
 the talkfilters plugin seems like a really neat feature to add to gaim. 
 has anyone had luck getting this to work?   :\
 
 end of building the talkfilters plugin for gaim (take II) from [EMAIL PROTECTED] 
 

The plugin wasn't written for modern versions of gaim. If you have any
success getting it to work, please let me know and I will happily add
support for it into the port.

I looked into it at one point, realized how much of a PITA it was going
to be, and never even tried to make it work. I'm such a go-getter!

# Adam


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


Re: Changing the cpu and rebuilding the world

2004-05-09 Thread Kris Kennaway
On Sun, May 09, 2004 at 09:10:30PM +0100, Szymek K. wrote:
 I've got an old p200mmx box with 160MB of mem running FreeBSD 4.9, it's a
 mail,web and mysql server just for my home lan. I've
 recently got hold of an used but working AMD K6-2/333. Still using P200mmx
 I've changed my make.conf march flags to k6-2 and then I'd built the world and
 kernel, installed them and changed the cpu to k6-2/333. Now, system
 runs stable but I am unable to complile anything. gcc gives a lot of errors
 (sig11, core dumps etc). What did I do wrong ? Processor is not overclocked
 and the memory was not a problem when running under P200MMX. Also It's not a
 overheating issue, I've adapted modern Athlon cooler with a proper
 thermal compound and I've  tested it by taring and bziping / a few times
 .Any ideas anyone ?  

It really does sound like hardware instability.

Kris


pgp0.pgp
Description: PGP signature


help: Linux Drivers on FreeBSD

2004-05-09 Thread Mark Jayson Alvarez
Hi,
   I've installed an internal Smartlink HSP56
Micromodem pci modem on the first pci slot of my
H30CF jetway motherboard with(if i'm not mistakem)
only one com1 port and a com2 header which i think is
just an extra or something. I'm really having a hard
time configuring it unlike before when i've installed
an external modem. I've went to their actual
site(smartlink) and found a driver but it says its
only for Linux. I've read that freebsd can run Linux
programs(that's why I've swithched to it).
   My question is, in my case, can I also use Linux
drivers so that I can get my internal pci modem
working properly or is there something that i can to
do to make it work properly?

I've also cut this message during bootup:

pci0: unknown card (vendor=0x134d, dev=0x2189) at
13.0 irq 11, 

which I believe is the message of the kernel detecting
my pci modem.

Please help me. I'm just an average student here in
the Philippines and I can only afford to learn, but
not to by an external modem..

Thanks and regards to all of you BSD people!











__
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Network Help

2004-05-09 Thread Jeffrey P. Toth
Hey All,

  Is this the mailing list where a newbie can get some help with a 
network problem? If not can you please advise. I have a network problem 
that acts like a conflict but I suspect is is caused by the fact that I 
have no idea what I am doing.

Thanks,

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


Re: help: Linux Drivers on FreeBSD

2004-05-09 Thread Simon Barner
Mark Jayson Alvarez wrote:
 Hi,
I've installed an internal Smartlink HSP56
 Micromodem pci modem on the first pci slot of my
 H30CF jetway motherboard with(if i'm not mistakem)
 only one com1 port and a com2 header which i think is
 just an extra or something. I'm really having a hard
 time configuring it unlike before when i've installed
 an external modem. I've went to their actual
 site(smartlink) and found a driver but it says its
 only for Linux. I've read that freebsd can run Linux
 programs(that's why I've swithched to it).
My question is, in my case, can I also use Linux
 drivers so that I can get my internal pci modem
 working properly or is there something that i can to
 do to make it work properly?

Unfortunatelly, this probably won't work. Others had this problem, too:

http://freebsd.rambler.ru/bsdmail/freebsd-questions_2000/msg41179.html

Simon


signature.asc
Description: Digital signature


Re: Network Help

2004-05-09 Thread Ion-Mihai Tetcu
On Mon, 10 May 2004 10:25:19 +0930
Jeffrey P. Toth [EMAIL PROTECTED] wrote:

 Hey All,
 
Is this the mailing list where a newbie can get some help with a 
 network problem? If not can you please advise. I have a network problem 
 that acts like a conflict but I suspect is is caused by the fact that I 
 have no idea what I am doing.

Well, this is the place. Please share some details.

(and, since you're a newbie ;), take a look at
http://www.lemis.com/questions.html to help us help you.) 

-- 
IOnut
Unregistered ;) FreeBSD user

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


Re: Network Help

2004-05-09 Thread Jeffrey P. Toth
Thanks Dave,

  I am sure the problem is that I do not have the networking on the 
FreeBSD box setup correctly. Anyway, 3 computers on the network, 1 
FreeBSD, 1 XP and 1 Win98. All connected to router at IP xxx.xxx.xxx.1. 
The FreeBSD machine is set and should be set to xxx.xxx.xxx.150. OK, all 
work fine until, I try to call up the the static IP xxx.xxx.xxx.xxx, or 
call up and of the websites by http: from a browser or using lynx on the 
FreeBSD box, I get an error: Alert!: Unexpected network read error; 
connection aborted or on the Win boxes the browser just times out. 
Shortly after or at the timeout, the router freezes and I have to power 
reboot it.
  I am very sure that this is because I have not properly set it up 
and the error is just a symptom of that. In rc.conf for settings all I 
have right now is:

ifconfig_xl0=inet 192.168.0.150 netmask 255.255.255.0
defaultrouter=192.168.0.1
  I have read a lot about it and suspect this isn't right but 
really not sure how to make the change. I think it should be:

ifconfig_xl0=xxx.xxx.xxx.xxx#static IP address
ifconfig_rl0=inet 192.168.0.150 netmask 255.255.255.0
  Just afraid to proceed for fear of taking my server offline and 
not being able to get it back online. The boss would not be happy. LOL

Thanks for your time Dave, very nice of you.

Jeff







dave wrote:

Hello,
   What is your network problem?
Dave.
 



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


Email address no longer valid

2004-05-09 Thread Nobody
This email address is no longer active due to SPAM.  Any correspondence
sent to this email will not be answered and will be deleted.  If you
need to contact me, please send your message to [EMAIL PROTECTED],
thanks!

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


FreeBSD Questions Information Link

2004-05-09 Thread Jeffrey P. Toth
Thanks for that link Ion-Mihai,

I have not seen that before and I will refine my messages.

Please see my response to Dave.

Thanks again,

Jeff

Ion-Mihai Tetcu wrote:

On Mon, 10 May 2004 10:25:19 +0930
Jeffrey P. Toth [EMAIL PROTECTED] wrote:
 

Hey All,

  Is this the mailing list where a newbie can get some help with a 
network problem? If not can you please advise. I have a network problem 
that acts like a conflict but I suspect is is caused by the fact that I 
have no idea what I am doing.
   

Well, this is the place. Please share some details.

(and, since you're a newbie ;), take a look at
http://www.lemis.com/questions.html to help us help you.) 

 

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


Great Tip Regarding Asking Questions at FreeBSD

2004-05-09 Thread Jeffrey P. Toth
Thank you for the tip Steve.

I am really enjoying learning the FreeBSD op system and I try to figure 
things out myself because then I know them. But it is a steep learning 
curve when you have no background in Unix and then throw on top of that 
Apache, MYSQL and PHP at the same time, it becomes a daunting task.

I have been trying to understand networking for years though just with 
Windows and am more confused today then when I started I think.

Please see my response to Dave's message.

Thank you.

Jeff

Steven N. Fettig wrote:

Jeff,

Before one could answer *where* you can get the help you are looking 
for, you need to actually describe what you are trying to do and what 
errors you are getting.  Post it to the list and - assuming you are 
using FreeBSD and not some other OS - you may get a helpful response.  
Most responses are given to questions where the person has appeared to 
put work into reading the Handbook and other publicly available 
documents before posting questions.

hth,
Steve Fettig
Jeffrey P. Toth wrote:

Hey All,

  Is this the mailing list where a newbie can get some help with 
a network problem? If not can you please advise. I have a network 
problem that acts like a conflict but I suspect is is caused by the 
fact that I have no idea what I am doing.

Thanks,

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

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


Re: Network Help

2004-05-09 Thread Ion-Mihai Tetcu
On Mon, 10 May 2004 11:24:02 +0930
Jeffrey P. Toth [EMAIL PROTECTED] wrote:

 Thanks Dave,
 
I am sure the problem is that I do not have the networking on the 
 FreeBSD box setup correctly. Anyway, 3 computers on the network, 1 
 FreeBSD, 1 XP and 1 Win98. All connected to router at IP xxx.xxx.xxx.1. 
 The FreeBSD machine is set and should be set to xxx.xxx.xxx.150. OK, all 
 work fine until, I try to call up the the static IP xxx.xxx.xxx.xxx, or 
 call up and of the websites by http: from a browser or using lynx on the 
 FreeBSD box, I get an error: Alert!: Unexpected network read error; 
 connection aborted or on the Win boxes the browser just times out. 
 Shortly after or at the timeout, the router freezes and I have to power 
 reboot it.

This shouldn't happen what ever you configured you box (I mean from
networking point of view).

I am very sure that this is because I have not properly set it up 
 and the error is just a symptom of that. In rc.conf for settings all I 
 have right now is:
 
 ifconfig_xl0=inet 192.168.0.150 netmask 255.255.255.0
 defaultrouter=192.168.0.1
 
I have read a lot about it and suspect this isn't right but 
 really not sure how to make the change. I think it should be:
 
 ifconfig_xl0=xxx.xxx.xxx.xxx#static IP address
 ifconfig_rl0=inet 192.168.0.150 netmask 255.255.255.0

Well, I don't understand if you use you FreeBSD box as a router or not.

If yes, then you should have something like:
hostname=buh.cameradicommercio.ro
ifconfig_rl0=inet 81.196.25.19   netmask 255.255.255.0
ifconfig_rl1=inet 192.168.0.1  netmask 255.255.255.0
defaultrouter=81.196.25.1

where rl0 would be your outside interface connencted to your upstream
provider's router with ip address 81.196.25.1 and rl1 would be the
inside interface connected to a hub/switch with the internal machines.

You would also want to use natd on the router, because 192.168/24 is a
private address space. So you would add to you rc.conf:
natd_enable=YES
natd_interface=rl0
firewall_enable=YES
firewall_type=OPEN

You need FIREWALL=YES for natd to work.

All this is very well explained in the FreeBSD Handbook, tahe a look at:
6.8 Setting Up Network Interface Cards
19.3 Wireless Networking



-- 
IOnut
Unregistered ;) FreeBSD user

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


Re: Network Help

2004-05-09 Thread Jeffrey P. Toth
Thank you for your response Ion-Mihai,

On the router question, no, the router is a separate device, a D-Link 
504H but is a loaner while my D-Link 804HV is in the shop. After 
changing them out is when I discovered I had problems. Apparently the 
DL804 handled whatever the problem was without a complaint.

Yes I have been through setup a few times. So far all I have been able 
to do is take the server off-line.

I have also looked up setup for NATD and I think I can enable it but 
would not be able to write the firewall rules for it to read yet, as I 
understand needs to be done. I also had a little help with setup 
originally and I know there is something of a firewall setup but without 
know what exactly I would be afraid of interfering with what is there 
and making a mess of it.

Sorry I am such a non-user.

Jeff





Ion-Mihai Tetcu wrote:

On Mon, 10 May 2004 11:24:02 +0930
Jeffrey P. Toth [EMAIL PROTECTED] wrote:
 

Thanks Dave,

  I am sure the problem is that I do not have the networking on the 
FreeBSD box setup correctly. Anyway, 3 computers on the network, 1 
FreeBSD, 1 XP and 1 Win98. All connected to router at IP xxx.xxx.xxx.1. 
The FreeBSD machine is set and should be set to xxx.xxx.xxx.150. OK, all 
work fine until, I try to call up the the static IP xxx.xxx.xxx.xxx, or 
call up and of the websites by http: from a browser or using lynx on the 
FreeBSD box, I get an error: Alert!: Unexpected network read error; 
connection aborted or on the Win boxes the browser just times out. 
Shortly after or at the timeout, the router freezes and I have to power 
reboot it.
   

This shouldn't happen what ever you configured you box (I mean from
networking point of view).
 

  I am very sure that this is because I have not properly set it up 
and the error is just a symptom of that. In rc.conf for settings all I 
have right now is:

ifconfig_xl0=inet 192.168.0.150 netmask 255.255.255.0
defaultrouter=192.168.0.1
  I have read a lot about it and suspect this isn't right but 
really not sure how to make the change. I think it should be:

ifconfig_xl0=xxx.xxx.xxx.xxx#static IP address
ifconfig_rl0=inet 192.168.0.150 netmask 255.255.255.0
   

Well, I don't understand if you use you FreeBSD box as a router or not.

If yes, then you should have something like:
hostname=buh.cameradicommercio.ro
ifconfig_rl0=inet 81.196.25.19   netmask 255.255.255.0
ifconfig_rl1=inet 192.168.0.1  netmask 255.255.255.0
defaultrouter=81.196.25.1
where rl0 would be your outside interface connencted to your upstream
provider's router with ip address 81.196.25.1 and rl1 would be the
inside interface connected to a hub/switch with the internal machines.
You would also want to use natd on the router, because 192.168/24 is a
private address space. So you would add to you rc.conf:
natd_enable=YES
natd_interface=rl0
firewall_enable=YES
firewall_type=OPEN
You need FIREWALL=YES for natd to work.

All this is very well explained in the FreeBSD Handbook, tahe a look at:
6.8 Setting Up Network Interface Cards
19.3 Wireless Networking
 

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


Re: help: Linux Drivers on FreeBSD

2004-05-09 Thread Kris Kennaway
On Sun, May 09, 2004 at 05:46:22PM -0700, Mark Jayson Alvarez wrote:
 Hi,
I've installed an internal Smartlink HSP56
 Micromodem pci modem on the first pci slot of my
 H30CF jetway motherboard with(if i'm not mistakem)
 only one com1 port and a com2 header which i think is
 just an extra or something. I'm really having a hard
 time configuring it unlike before when i've installed
 an external modem. I've went to their actual
 site(smartlink) and found a driver but it says its
 only for Linux. I've read that freebsd can run Linux
 programs(that's why I've swithched to it).
My question is, in my case, can I also use Linux
 drivers so that I can get my internal pci modem
 working properly or is there something that i can to
 do to make it work properly?

No, compatibility is only at the application level.

Kris


pgp0.pgp
Description: PGP signature


Re: Network Help

2004-05-09 Thread Ion-Mihai Tetcu

[ please don't post on top, it's hard to read ]

On Mon, 10 May 2004 12:16:50 +0930
Jeffrey P. Toth [EMAIL PROTECTED] wrote:

 Thank you for your response Ion-Mihai,
 
 On the router question, no, the router is a separate device, a D-Link 
 504H but is a loaner while my D-Link 804HV is in the shop. After 
 changing them out is when I discovered I had problems. Apparently the 
 DL804 handled whatever the problem was without a complaint.
 
 Yes I have been through setup a few times. So far all I have been able 
 to do is take the server off-line.

When having network problems you go from lower levels up.

- So the first thing to do is to see if you have physical connection
(e.g. is the led on the and on the router nic on). If it ain't there's
the problem; if not, well, that doesn't mean anything :)

- The you ping the router from your box. If you don't have 100% you
probably have physical problems, so check the cabling. The ping other
hosts on you net, the next (ISP) router, etc. Check the netmasks, are
they right ?

- The you would ping and tracroute ips outside your net that are know to
be working like one of yahoo's 216.109.118.73, freebsd.org
216.136.204.21, 216.136.204.117, if you don't get out your ISP's network
then the problem at his end..

- Next you would check you DNS setup, etc.
 


-- 
IOnut
Unregistered ;) FreeBSD user

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


JDK14 for FreeBSD

2004-05-09 Thread Adam Smith
Hi!

I thought that last year FreeBSD finally got it's own version of JDK which
stopped us having to rely on using the Linux version.

Why, when choosing to install jdk14 from the ports, am I asked to install
the Linux version first?  I thought it was supposed to be stand alone.

===   jdk-1.4.2p6_4 depends on file: /usr/local/linux-sun-jdk1.4.2/bin/javac - not 
found
===Verifying install for /usr/local/linux-sun-jdk1.4.2/bin/javac in 
/usr/ports/java/linux-sun-jdk14
===  linux-sun-jdk-1.4.2.04 You must manually fetch the J2SE SDK self-extracting file 
for the Linux platform (j2sdk-1_4_2_04-linux-i586.bin) from 
http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22PartDetailId=j2sdk-1.4.2_04-oth-JPRSiteId=JSCTransactionId=noreg,
 place it in /usr/ports/distfiles and then run make again.
*** Error code 1


Should I continue from here and download the Linux version?  What's it for
when it comes to installing FreeBSD's java?


-- 
Adam Smith
Internode   : http://www.internode.on.net
Phone   : (08) 8228 2999

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


Network Help

2004-05-09 Thread Jeffrey P. Toth
Thanks Ion-Mihai,

Well that is the problem. I cannot find any problems other than when I try to open an http: on the box, or on one of the other computers on the network, it fails and has the network error:

Making HTTP connection to www.any-site-on-the-box.com
Sending HTTP request
HTTP request sent; waiting for response.
Alert! Unexpected network read error; connection aborted.
Can't Access 'http://www.any-site-on-the-box.com'
Alert! Unable to access document.
I can ping all machines and do a traceroute without problem. The server is online and working I just cannot seem to figure out why I cannot use http on the box and suspect that is the same reason the other computers on the network cannot access any of the sites on the FreeBSD machine without causing a freeze up.

Do I need to add all the websites to the hosts file? 
Or the static IP of the box, xxx.xxx.xxx.150?
Or maybe add the IP of the router?
The host file contains these items as setup:
127.0.0.1	localhost	localhost.name-of box.com
203.122.142.24 	name-of-box.com.

Replace name-of-box with the actual name of the box.

Just cannot seem to find what affects this problem.

Thanks for any clues.

Jeff

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


Re: JDK14 for FreeBSD

2004-05-09 Thread Dan Nelson
In the last episode (May 10), Adam Smith said:
 I thought that last year FreeBSD finally got it's own version of JDK
 which stopped us having to rely on using the Linux version.

There is a native FreeBSD binary jdk 1.3.1, but jdk 1.4 requires an
existing 1.4 java install to build, so it can't be used.
 
 Why, when choosing to install jdk14 from the ports, am I asked to install
 the Linux version first?  I thought it was supposed to be stand alone.
 
 ===   jdk-1.4.2p6_4 depends on file: /usr/local/linux-sun-jdk1.4.2/bin/javac - not 
 found
 ===Verifying install for /usr/local/linux-sun-jdk1.4.2/bin/javac in 
 /usr/ports/java/linux-sun-jdk14
 ===  linux-sun-jdk-1.4.2.04 You must manually fetch the J2SE SDK self-extracting 
 file for the Linux platform (j2sdk-1_4_2_04-linux-i586.bin) from 
 http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22PartDetailId=j2sdk-1.4.2_04-oth-JPRSiteId=JSCTransactionId=noreg,
  place it in /usr/ports/distfiles and then run make again.
 *** Error code 1
 
 Should I continue from here and download the Linux version?  What's it for
 when it comes to installing FreeBSD's java?

It's for the initial build.  Once the native binary is installed, you
can uninstall the linux one.

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


Re: JDK14 for FreeBSD

2004-05-09 Thread Adam Smith
On Sun, May 09, 2004 at 10:51:29PM -0500, Dan Nelson said:
 In the last episode (May 10), Adam Smith said:
  I thought that last year FreeBSD finally got it's own version of JDK
  which stopped us having to rely on using the Linux version.
 
 There is a native FreeBSD binary jdk 1.3.1, but jdk 1.4 requires an
 existing 1.4 java install to build, so it can't be used.

I'll try 1.3.1 for now then -- there's no reason I need 1.4 specifically.

 It's for the initial build.  Once the native binary is installed, you
 can uninstall the linux one.

Eep.  Sounds messy.

-- 
Adam Smith
Internode   : http://www.internode.on.net
Phone   : (08) 8228 2999

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


Re: Network Help

2004-05-09 Thread Ion-Mihai Tetcu

[ it would be nice if you would reply in the same thread and wrap to 72
chars ]

On Mon, 10 May 2004 13:17:43 +0930
Jeffrey P. Toth [EMAIL PROTECTED] wrote:

 Thanks Ion-Mihai,
 
 Well that is the problem. I cannot find any problems other than when I
 try to open an http: on the box, or on one of the other computers on
 the network, it fails and has the network error:
 
 Making HTTP connection to www.any-site-on-the-box.com
 Sending HTTP request
 HTTP request sent; waiting for response.
 Alert! Unexpected network read error; connection aborted.
 Can't Access 'http://www.any-site-on-the-box.com'
 Alert! Unable to access document.

fetch -vvv http://www.any-site-on-the-box.com/ 
output please

 I can ping all machines and do a traceroute without problem. 

Good.

 The server is online and working I just cannot seem to figure out why
 I cannot use http on the box and suspect that is the same reason the
 other computers on the network cannot access any of the sites on the
 FreeBSD machine without causing a freeze up.

So you cannot access any web page *from* that box either on that box and
away ? Please be clear. And when you try to access a page _on_ the box
it freezes ? Maybe you have a firewall in between somewhere somehow ? If
you're machine is freezing the you have to dig *this* problem. Did you
played with sysctl or kernel settings ? Does ftp from or to the box work
? How much RAM do you have ? Did you disable swap ? Do the logs say
anything ?

 Do I need to add all the websites to the hosts file? 

Only if you what to access the by name locally and they are Name Based
on apache in which case you have to add them to the hosts of all your
computers or setup a dns server.

 Or the static IP of the box, xxx.xxx.xxx.150?

No. 

 Or maybe add the IP of the router?

No.

 The host file contains these items as setup:
 127.0.0.1 localhost   localhost.name-of box.com
 203.122.142.24name-of-box.com.
 
 Replace name-of-box with the actual name of the box.

Seems OK.


-- 
IOnut
Unregistered ;) FreeBSD user

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


Re: Network Help

2004-05-09 Thread Norberto Meijome
Jeffrey P. Toth wrote:

Thanks Ion-Mihai,

Well that is the problem. I cannot find any problems other than when I 
try to open an http: on the box, or on one of the other computers on 
the network, it fails and has the network error:

Making HTTP connection to www.any-site-on-the-box.com
Sending HTTP request
HTTP request sent; waiting for response.
Alert! Unexpected network read error; connection aborted.
Can't Access 'http://www.any-site-on-the-box.com'
Alert! Unable to access document.
I can ping all machines and do a traceroute without problem. The 
server is online and working I just cannot seem to figure out why I 
cannot use http on the box and suspect that is the same reason the 
other computers on the network cannot access any of the sites on the 
FreeBSD machine without causing a freeze up.

OK, so it seems it isn't a basic networking issue, but rather a problem 
talking to your Web server running on your FBsd box. You mentioned some 
kind of firewall. The 'unexpected network error' could be due to a 
firewall, OR to not having any web server running on your box.

1- Is your web server process running?
  Assuming you are using apache from the ports collection, what does
apachectl status
show you (run in your FreeBSD server) ?

2- If it's a firewall, then you should open incoming TCP traffic to port 
80 (and 443 if you plan to serve HTTPS).
You could post here the contents of (if they exist) to help us help you:
- /etc/rc.conf
- /etc/ipf.rules
- /etc/ipnat.rules
- if you have a line reading firewall_type=/path/to/file, please also 
include that file

( of course, feel free  to replace your public IP with something else to 
protect your privacy)

3- you could have tcpwrappers setup , blocking tcp traffic - I don't 
know from the top of my head how to check for this --someone else may 
want to.

4- or..in a strange setup, you may have apache running from your inetd, 
and have either inetd not setup to serve it properly OR actively 
blocking (tcp wrappers again)

Do I need to add all the websites to the hosts file? Or the static IP 
of the box, xxx.xxx.xxx.150?
if you have dns setup, u shouldn't need hosts file. Do you have DNS 
setup and working? can you ping your server by name rather than by IP only?

Just cannot seem to find what affects this problem.
too many things i'd say ;-)

Cheers from Sydney,
--
Norberto Meijome | freebsd at meijome dot net
 | numard at meijome dot net
Everything is interesting if you go into it deeply enough. - Richard 
Feynman
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Help: Tip on Buying External modem

2004-05-09 Thread Mark Jayson Alvarez
Sir, 
I've post something about my internal modem and
unfortunately you've replied that there could be no
possible solution in using a winmodem except if you
are expert in either linux or freebsd. 
My question is, if ever I will buy an external
modem and to be sure that I will not waste my money
for the second time(buying a winmodem), wich of the
two should I pick, the USB one, or the one that is
connected to serial port(com port)?





__
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Network Help

2004-05-09 Thread mailist
Given your current network configuration as I understand it, there's no reason 
for running NAT on your FBSD box so don't even go there.

Is your router blocking http either inbound or outbound (port 80) ?

Why aren't you using dhclient to get the ip address for all your computers 
dynamically from the router?

Does /etc/resolv.conf have any information in it?


On Sunday 09 May 2004 10:46 pm, Jeffrey P. Toth wrote:

 On the router question, no, the router is a separate device, a D-Link
 504H but is a loaner while my D-Link 804HV is in the shop. After
 changing them out is when I discovered I had problems. Apparently the
 DL804 handled whatever the problem was without a complaint.


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


Re: Help: Tip on Buying External modem

2004-05-09 Thread Paul Tan
Mark Jayson Alvarez wrote:
Sir, 
I've post something about my internal modem and
unfortunately you've replied that there could be no
possible solution in using a winmodem except if you
are expert in either linux or freebsd. 
My question is, if ever I will buy an external
modem and to be sure that I will not waste my money
for the second time(buying a winmodem), wich of the
two should I pick, the USB one, or the one that is
connected to serial port(com port)?

Get the COM port one. For me I prefer something with a Conexant chipset. 
Has worked well for me throughout the years. Some USB ones are Winmodems.

--

cheers,

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


RE: Problem transporting signed emails

2004-05-09 Thread freebsd-questions
Giorgos Keramidas said on Sunday, 09 May 2004 03:34 UTC:

 Try base64-encoding the signed message, instead of
 piping it through as text/plain.

That would mean that only S/MIME capable mail clients could read the resulting
email, wouldn't it?  When I S/MIME sign an email (such as this one) even the
most crufty old mailers can display the message body, without any
understanding of MIME generally or S/MIME signatures.  PGP operates similarly
when signing but not encrypting.

The original poster might want to focus on fixing or not using software which
corrupts the line endings.  Since S/MIME targets SMTP and SMTP (unlike unix)
wants CR LF line endings, my guess is when you have a problem CR LF is being
translated to CR CR LF or CR LF CR LF.

Dave Hart
[EMAIL PROTECTED]


smime.p7s
Description: S/MIME cryptographic signature


GPRS via IrDA

2004-05-09 Thread Scrupler [SJB]
Hello.

I have a problem using my GPRS modem (Ericsson T68) + IrDA (on COM port), it is
my only access to the internet. In fact i don't know how to set it up and how
to use.

Thanks.


Scrupler mailto:[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-04-18 - 2004-05-08

2004-05-09 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/. 


-- 
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: apache+mod_ssl-1.3.29+2.8.16_1:

2004-05-09 Thread Wayne Sierke
On Wed, 2004-05-05 at 14:16, Dirk Meyer wrote:
 whitevamp schrieb:,
 
  i have to go into the httpd.conf file and do this #LoadModule php4_mod
  ule  and #AddModule mod_php4.c
  then start apache then go back into the httpd.conf file and remove the # 's an
  d then restart apache then itll work with php4 enabled
 
 You have installed an apache after mod_php,
 or habe more than one apache port installed.
 
 Fix:
 
 1. set APACHE_PORT=www/apache13-mod_ssl in /etc/make.conf
 

This should be www/apache13-modssl (I believe. The subtle differences
between ports directory names and the ports names themselves - as in
this case apache+mod_ssl - is often very confusing).

 2. deinstall mod_php and all apache versions.
 
 3. install apache+mod_ssl , then install mod_php
 
 kind regards Dirk
 
 - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
 - [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: Japanese Input (More Specific)

2004-05-09 Thread TAOKA Fumiyoshi
Hi Akbar
  
This is a example of setting up Japanese environment with:
  Kanji terminal emulator: kterm
  Kana-Kanji conversion server: Canna
  Japanese input server: kinput2
  Vi-like editor: vim

As I'm using Wnn7 conversion server, which is a commercial
product, it might be different in some detail.

1. Install the softwares from ports

  $ su

  # cd /usr/ports/japanese/kterm
  # make install clean

  # cd /usr/ports/japanese/Canna
  # make install clean
  # echo 'enable_canna=YES'  /etc/rc.conf

  # /usr/ports/japanese/kinput2-canna
  # make install clean

  # cd /usr/ports/editors/vim
  # make install clean

2. Start the servers 

  # /usr/local/etc/rc.d/canna.sh start

  $ kinput2 -canna 

3. Set environments 

  If you use sh, bash, zsh, etc.
  $ export XMODIFIERS='@im=kinput2'
  $ export LANG='ja_JP.eucJP'

  If you use csh or tcsh, etc.
  % setenv XMODIFIERS '@im=kinput2'
  % setenv LANG 'ja_JP.eucJP'

4. Use Vim on a Kanji terminal window

  $ kterm -xim -km euc
  $ vim
  SHIFT-SPACE key will switch Japanese input mode.

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