RE: /dev/io , /dev/mem : only used by Xorg?

2005-03-01 Thread Ted Mittelstaedt
[EMAIL PROTECTED] wrote:
 On Mon, Feb 28, 2005 at 04:11:24AM -0800, Ted Mittelstaedt wrote:

 Actually, recompiling openssl to use a prng daemon instead of the
 random device will probably improve your ssh security - unless they
 have greatly improved the entropy generation in the random device in
 5.X

 Yes.  It seems that you really need to learn about FreeBSD 5.x and
 how it differs from 4.x.


Do I hear an echo here?  Did you miss the part where I said UNLESS
they have greatly improved...

The description of the all new randomizer in FreeBSD 5.X is all very
well but I have not got around to run a test suite against it.  So
until such time as I do, I am not going to assume that it really is
better.  There's a big gap between implementation and architecture.

As I only care to make my stuff crackable by 500 clustered supercomputers
working for 1 year, instead of 2000 supercomputers working for 100 years,
I really and truly have had better things to do than test the new
randomizer.  I presume that you are in the same boat Ken, as you have
not admitted to testing it either.  If this is the case, perhaps the
wise thing to do would be to actually test it, rather than just taking
the word of the manpage in 5.x that it is better?  Eh?

Ted

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


RE: /dev/io , /dev/mem : only used by Xorg?

2005-03-01 Thread Ted Mittelstaedt
Kris Kennaway wrote:
 On Mon, Feb 28, 2005 at 04:58:02AM -0800, Ted Mittelstaedt wrote:

 Yes - there's some random testing suites on the Internet, find a
 few and compile them. (ENT for example) Run them repeatedly and see
 what happens.

 Part of the problem is that BY DEFAULT the random device DOES NOT
 look at interrupts.  See the man page for rndcontrol.  Presumably
 the system admin of the system knows this and looks at his dmesg
 output to see which irq's are assigned to network cards and hard
 disks (which are fairly good sources of randomness) and sets the
 random device to use these.  In practice this isn't something
 mentioned in the install docs so it is very unlikely many people
 know.

 Another strange thing is that /dev/random should block when it
 runs out of entropy - it doesen't seem to do so, however.  And the
 device doesen't seem to gain entropy that quickly.

 No, it should not block because it's not defined to block

In FreeBSD

 and that
 would be a bad interface anyway.

The u in /dev/urandom means unblocking.

The original UNIX implementation was for /dev/random and /dev/urandom,
programs that needed high quality randomness and didn't mind waiting
for it used /dev/random, programs that needed copious amounts of it
and didn't care much about the quality used /dev/urandom

 It does return as many bytes as it
 can, and if the application wants more entropy than given then it can
 either poll, or fall back to alternative mechanisms as it sees fit
 (blocking would prevent this).


The problem is that too many people wrote software that needed copious
amounts of high quality randomness and got pissed when their software
hung - as a result in the older FreeBSD they modded /dev/random to
not block anymore, and I think a lot of other unixes did the same to
their random devices for the same reasons.  If the application wasn't
expecting this the results were undefined, but probably not very random.

 Anyway, all your concerns are moot for 5.x.


5.X is still not in as wide circulation as you
apparently hope and it's quite obvious that the vast majority of 4.X
users aren't aware of the issue.

And yes I'll take your advice and switch to 5.X for sending out my
secrets that I don't want the men in the black helicopters to get at. /-|

Ted

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


tab completion

2005-03-01 Thread Ben Munat
Why doesn't tab completion in the shell work for my regular (non-root) user?
b
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tab completion

2005-03-01 Thread Dan Nelson
In the last episode (Mar 01), Ben Munat said:
 Why doesn't tab completion in the shell work for my regular
 (non-root) user?

That depends on what shell the shell refers to, of course.

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


RE: Installation instructions for Firefox somewhere?

2005-03-01 Thread Ted Mittelstaedt
[EMAIL PROTECTED] wrote:
 Ted Mittelstaedt writes:

 But that was under NT I understand, using NT drivers, right?

 Yes.

 I wouldn't put it past the NT driver author of your SCSI card, in an
 effort to avoid problems, to have written the NT driver so that ALL
 transactions on the SCSI bus are asynchronous.

 I don't know.

 Anyway, if this is it, you will not have been the first person with
 iffy hardware that worked fine under Windows to have it break under
 FreeBSD.

 I didn't know that Adaptec, Quantum, and Seagate were building such
 iffy hardware.


I have an Adaptec AAA-131 Ultra 2 card here that is just jumping up and
down to prove you wrong.

Adaptec has some great product.  Unfortunately they came out with
the great product early on, then decided once they got their reputation
that they could make a lot of money by hiding obscenities like the
AAA-131 card in amongst the decent hardware.

Adaptec was also total assholes about giving up the specs for the 2740
so that we could write a device driver for it.  The Linux people also
were affected as well.  This might have been a long time ago but Adaptec
still to this day rather ignores FreeBSD.

 This machine originally cost $9000.  HP did not skimp on the hardware.

  I just had a machine do this to me Friday - a Pentium Pro 150
 - but I managed to guess at a change to a BIOS setting that fixed the
 problem.

 Fine.  What do I change on my machine to fix the problem?

I can't tell you what to change.

However, I CAN tell you how to go about finding out what you need to
change.  Do you want to do this?  It might mean some effort on your part.

Ted

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


Re: freebsd sendmail smtp auth

2005-03-01 Thread Oliver Fuchs
On Sun, 27 Feb 2005, Noah wrote:

 sendmail 8.13.3
 
 I have looked over three different SMTP AUTH tutorials for sendmail and they
 dont fully cover the configuration or I am completely misreading them. 
 
 somebody please send me to a really good site to explain how to set up SMTP 
 AUTH.
 
 thank you in advance,
 
 Noah

Hi,

1) make sure you are running sendmail with sasl-support. Try
   sendmail -bt -d0.1
   to see if sasl support is enabled.
   If not recompile sendmail or install the sendmail with sasl support
   package (sendmail+tls+sasl2-8.13.1) and cyrus-sasl-saslauthd-2.1.19
   (see then /usr/local/share/doc/cyrus-sasl2/Sendmail.README)
2) a) Add this from cyrus-sasl documentation to your sendmail.mc:
dnl ###
dnl # From cyrus-sasl Sendmail-README #
dnl ###
dnl # The group needs to be mail in order
dnl # to read the sasldb2 file
define(`confRUN_AS_USER',`root:mail')dnl
TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 PLAIN LOGIN')dnl
define(`confAUTH_MECHANISMS',`DIGEST-MD5 CRAM-MD5 PLAIN LOGIN')dnl
define(`confDONT_BLAME_SENDMAIL',`GroupReadableSASLDBFile')dnl

   b) Enable smtp authentication to your sendmail.mc file e.g.:
dnl ###
dnl # SMTP AUTHENTICATION #
dnl ###
define(`SMART_HOST',`[me.myself.andI]')dnl
FEATURE(`authinfo')dnl
   The FEATURE(`authinfo') is optional (see herefore the cf.README of
   sendmail). Create a /etc/mail/authinfo file (they should not be readable
   by anyone).The authinfo file should contain something like this:
AuthInfo:me.myself.andI U:myusername P:mypassword
   The cd to /etc/mail and do:
   makemap hash authinfo  authinfo
   chmod 600 authinfo authinfo.db

3) Install ypur new sendmail.mc file, restart sendmail and test your 
configuration.

Oliver
-- 
... don't touch the bang bang fruit
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tab completion

2005-03-01 Thread Ben Munat
According to /etc/passwd, both root and my regular user are using /bin/tcsh.
b
Dan Nelson wrote:
In the last episode (Mar 01), Ben Munat said:
Why doesn't tab completion in the shell work for my regular
(non-root) user?

That depends on what shell the shell refers to, of course.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


didn't work pipe on keyboard

2005-03-01 Thread stepan bakalyas
hello all!
sorry for my english.
So i hawe small problem with my keyboard on notebook (Roverbook)
freebsd-5.2.1.
Were i push slash ( \ ) or (with SHIFT pipe) ( | ) tere not display any
simbols on terminal. How may this trouble to solve?

with regards
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


RE: Boot error - 3Com 3C509-TPO Etherlink 3

2005-03-01 Thread Ted Mittelstaedt
[EMAIL PROTECTED] wrote:
 Hey there. I'm trying to do a fresh install of 5.3, but can't get
 past this error: 
 
ep0: 3Com 3C509-TPO EtherLink III at port 0x300-0x30f
 irq10 on isa0
ep0: No irq?!
ep0: ep_alloc() failed! (6)
panic: resource_list_release: resource entry is not busy   
Uptime: 1s Automatic reboot in 15 seconds - press a key on the
 console to abort 
 
 I had no problem with this model of NIC under 5.1, but I can't seem to
 get going with 5.3. I've swapped cards, swapped machines, swapped
 installation methods (floppy-vs-CD), and I always get the same error.
 
 Had I the choice, I'd just try a different model card, but that's not
 an option for me (the machine I'm installing it on doesn't have PCI
 slots, and I have gobs of these NICs at my disposal).
 
 Any idea what happened between 5.1 and 5.3 to break this card? How
 can I get past this error? 


Boot from a dos floppy, run 3c5x9cfg, turn off plug and play.

Or alternatively, leave pnp on, and set your bios to non pnp OS
if it has that setting.  This doesen't always work.

Be aware the 3c509 needs to be a b version at least (yellow silkscreeing
not white) and even then is a real POS network card for FreeBSD.

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


RE: Is Yahoo! moving from FreeBSD?

2005-03-01 Thread Ted Mittelstaedt
[EMAIL PROTECTED] wrote:
 Ted Mittelstaedt writes:

 One word: ebay

 I don't trust used equipment.  You never know where it's been.

Do you always buy new cars?  New homes?

The only difference between buying used equipment and new equipment is
that the risk/reward is different.  With used gear you have a higher risk
but you get a higher reward.

There's situations where one is appropriate and the other is appropriate.
Most people for example would not purchase a used infant car seat.
Whereas most people will purchase a used house.

Used gear fills an important market niche.  If you were tasked with going
out and buying Windows server hardware and you had a maximum of $200 to
spend, you would be pretty stupid to go down to Fry's and get one of
their
$199 on-sale computers when you could go spend the $200 on a used HP
server that cost $9000 when it was new and has a full set of SCSI disks
in it and probably a tapedrive.  Sure the HP server is slow - but in that
environment the reliability is more important than the speed.

Ted

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


Problem with start up script - qmail on FreeBSD 5.3 RELEASE

2005-03-01 Thread Hanxue Lee
Hi,

I am trying to install and configure qmail on FreeBSD 5.3-RELEASE.

I manage to start qmail automatically upon reboot, but whenever I
start another daemon through /usr/local/etc/rc.d/daemonname.sh, I
get this:

%sudo sh /usr/local/etc/rc.d/samba.sh restart
[1] 13163
Starting qmail

%sudo sh apache2.sh start
[1] 85041
Starting qmail
%sudo sh apache2.sh stop
[1] 85657
Starting qmail

Qmail is not working properly, but that is an entirely different matter.

Any clues what is producing the Starting qmail message? It is
definitely not in the daemonname.sh files.

Any help is greatly appreciated. Thank you.

Best regards,

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


mplayer make install error

2005-03-01 Thread Petre Bandac
what's wrong ?

===  Installing for mplayer-gtk-esound-0.99.5_6
===   mplayer-gtk-esound-0.99.5_6 depends on file:
/usr/local/share/mplayer/Skin - not found
===Verifying install for /usr/local/share/mplayer/Skin in
/usr/ports/multimedia/mplayer-skins
===  Vulnerability check disabled, database not found
===  Found saved configuration for mplayer-skins-1.1.1_1
===  Extracting for mplayer-skins-1.1.1_1
= No checksum recorded for mplayer/.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer-skins.
*** Error code 1

Stop in /usr/ports/multimedia/mplayer.
xxl# 


-- 
Login: petreName: Petre Bandac
Directory: /home/petre  Shell: /usr/local/bin/zsh
On since Fri Feb 25 17:28 (EET) on ttyv0, idle 3 days 17:23 (messages
off)
Last login Sun Feb 27 23:26 (EET) on ttyp6 from lubyanka.kgb.ro
New mail received Fri Feb 25 18:30 2005 (EET)
 Unread since Wed Feb 23 16:47 2005 (EET)
No Plan.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mplayer make install error

2005-03-01 Thread Darksidex
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Petre Bandac escribió:
| what's wrong ?
|
| ===  Installing for mplayer-gtk-esound-0.99.5_6
| ===   mplayer-gtk-esound-0.99.5_6 depends on file:
| /usr/local/share/mplayer/Skin - not found
| ===Verifying install for /usr/local/share/mplayer/Skin in
| /usr/ports/multimedia/mplayer-skins
| ===  Vulnerability check disabled, database not found
| ===  Found saved configuration for mplayer-skins-1.1.1_1
| ===  Extracting for mplayer-skins-1.1.1_1
| = No checksum recorded for mplayer/.
| *** Error code 1
|
| Stop in /usr/ports/multimedia/mplayer-skins.
| *** Error code 1
|
| Stop in /usr/ports/multimedia/mplayer.
| xxl#
|
|
delete /var/db/ports/mplayer and /usr/ports/distfiles/mplayer and try
again, it should work.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (MingW32)
iD8DBQFCJC77LWSOuibjjvIRAg0iAJ9L7vsVjwNzhhTLNXaB3lVrP2UjbQCfff7o
cHlbW8ah0II0xEfty3KqJUQ=
=VZ4H
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


choosing an email client

2005-03-01 Thread David Larkin
Hi,

I've just installed 5.3 with Gnome window manager.

I see there are loads of email clients available but haven't found any
reviews.

Are there any reviews out there which compare / contrast / recommend ?

I'd like something lightweight but with a GUI. Not PINE but not a
'Outlook' type thing.

David

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


Re: /dev/io , /dev/mem : only used by Xorg?

2005-03-01 Thread Kris Kennaway
On Tue, Mar 01, 2005 at 12:02:51AM -0800, Ted Mittelstaedt wrote:
 [EMAIL PROTECTED] wrote:
  On Mon, Feb 28, 2005 at 04:11:24AM -0800, Ted Mittelstaedt wrote:
 
  Actually, recompiling openssl to use a prng daemon instead of the
  random device will probably improve your ssh security - unless they
  have greatly improved the entropy generation in the random device in
  5.X
 
  Yes.  It seems that you really need to learn about FreeBSD 5.x and
  how it differs from 4.x.
 
 
 Do I hear an echo here?  Did you miss the part where I said UNLESS
 they have greatly improved...
 
 The description of the all new randomizer in FreeBSD 5.X is all very
 well but I have not got around to run a test suite against it.  So
 until such time as I do, I am not going to assume that it really is
 better.  There's a big gap between implementation and architecture.
 
 As I only care to make my stuff crackable by 500 clustered supercomputers
 working for 1 year, instead of 2000 supercomputers working for 100 years,
 I really and truly have had better things to do than test the new
 randomizer.  I presume that you are in the same boat Ken, as you have
 not admitted to testing it either.  If this is the case, perhaps the
 wise thing to do would be to actually test it, rather than just taking
 the word of the manpage in 5.x that it is better?  Eh?

Who's Ken?  And yes, I've tested it.  So has Mark, and Bruce Schneier,
who wrote the algorithm.

Kris


pgpbheHr3uVBb.pgp
Description: PGP signature


Re: /dev/io , /dev/mem : only used by Xorg?

2005-03-01 Thread Kris Kennaway
On Tue, Mar 01, 2005 at 12:06:11AM -0800, Ted Mittelstaedt wrote:

  Another strange thing is that /dev/random should block when it
  runs out of entropy - it doesen't seem to do so, however.  And the
  device doesen't seem to gain entropy that quickly.
 
  No, it should not block because it's not defined to block
 
 In FreeBSD
 
  and that
  would be a bad interface anyway.
 
 The u in /dev/urandom means unblocking.

It also means return stuff even when you have no more entropy.
Can't get there from here.

Kris

pgpm5bQvcBjpm.pgp
Description: PGP signature


Re: choosing an email client

2005-03-01 Thread Petre Bandac
sylpheed-claws; I switched to it from kmail and it works fine

I chose it because I was looking for a MUA that won't consume much
resources

hth,

petre


On Tue, 01 Mar 2005 09:21:10 + Anno Domini, the honourable David
Larkin wrote using one of his keyboards:


 Hi,
 
 I've just installed 5.3 with Gnome window manager.
 
 I see there are loads of email clients available but haven't found any
 reviews.
 
 Are there any reviews out there which compare / contrast / recommend ?
 
 I'd like something lightweight but with a GUI. Not PINE but not a
 'Outlook' type thing.
 
 David
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


-- 
Login: petreName: Petre Bandac
Directory: /home/petre  Shell: /usr/local/bin/zsh
On since Fri Feb 25 17:28 (EET) on ttyv0, idle 3 days 17:58 (messages
off)
Last login Sun Feb 27 23:26 (EET) on ttyp6 from lubyanka.kgb.ro
New mail received Fri Feb 25 18:30 2005 (EET)
 Unread since Wed Feb 23 16:47 2005 (EET)
No Plan.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: choosing an email client

2005-03-01 Thread Nico Meijer
Hi David,

 I'd like something lightweight but with a GUI. Not PINE but not a
 'Outlook' type thing.

Sylpheed might be just your type of candy.

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


Strange SCSI logs

2005-03-01 Thread Andrea Venturoli
Hello.
On a 5.3 machine I'm getting the following log messages. It appears they 
started when I activated smartd from smartmontools. Now I disabled it, 
but I'd like to have some more insight.
Any info?

 bye  Thanks
av.

---
Mar  1 09:51:32 soth kernel: ahd1: Recovery Initiated - Card was not paused
Mar  1 09:51:32 soth kernel:  Dump Card State Begins 

Mar  1 09:51:32 soth kernel: ahd1: Dumping Card State at program address 
0x39 Mode 0x22
Mar  1 09:51:32 soth kernel: INTSTAT[0x0] SELOID[0x1] SELID[0x10] 
HS_MAILBOX[0x0]
Mar  1 09:51:32 soth kernel: INTCTL[0xc0]:(SWTMINTEN|SWTMINTMASK) 
SEQINTSTAT[0x10]:(SEQ_SWTMRTO)
Mar  1 09:51:32 soth kernel: SAVED_MODE[0x11] 
DFFSTAT[0x20]:(CURRFIFO_0|FIFO1FREE)
Mar  1 09:51:32 soth kernel: SCSISIGI[0x0]:(P_DATAOUT) SCSIPHASE[0x0] 
SCSIBUS[0x0]
Mar  1 09:51:32 soth kernel: LASTPHASE[0x1]:(P_DATAOUT|P_BUSFREE) 
SCSISEQ0[0x0]
Mar  1 09:51:32 soth kernel: SCSISEQ1[0x12]:(ENAUTOATNP|ENRSELI) 
SEQCTL0[0x10]:(FASTMODE)
Mar  1 09:51:32 soth kernel: SEQINTCTL[0x8]:(SCS_SEQ_INT1M0) 
SEQ_FLAGS[0x0] SEQ_FLAGS2[0x0]
Mar  1 09:51:32 soth kernel: QFREEZE_COUNT[0x3] 
KERNEL_QFREEZE_COUNT[0x3] MK_MESSAGE_SCB[0xff00]
Mar  1 09:51:32 soth kernel: MK_MESSAGE_SCSIID[0xff] SSTAT0[0x0] 
SSTAT1[0x8]:(BUSFREE)
Mar  1 09:51:32 soth kernel: SSTAT2[0x0] SSTAT3[0x0] PERRDIAG[0x0] 
SIMODE1[0xa4]:(ENSCSIPERR|ENSCSIRST|ENSELTIMO)
Mar  1 09:51:32 soth kernel: LQISTAT0[0x0] LQISTAT1[0x0] 
LQISTAT2[0x1]:(LQIGSAVAIL)
Mar  1 09:51:32 soth kernel: LQOSTAT0[0x0] LQOSTAT1[0x0] 
LQOSTAT2[0x1]:(LQOSTOP0)
Mar  1 09:51:32 soth kernel:
Mar  1 09:51:32 soth kernel: SCB Count = 112 CMDS_PENDING = 1 LASTSCB 
0x1f CURRSCB 0x1f NEXTSCB 0xff40
Mar  1 09:51:32 soth kernel: qinstart = 49511 qinfifonext = 49511
Mar  1 09:51:32 soth kernel: QINFIFO:
Mar  1 09:51:32 soth kernel: WAITING_TID_QUEUES:
Mar  1 09:51:32 soth kernel: Pending list:
Mar  1 09:51:32 soth kernel: 31 FIFO_USE[0x0] 
SCB_CONTROL[0x60]:(TAG_ENB|DISCENB) SCB_SCSIID[0x17]
Mar  1 09:51:32 soth kernel: Total 1
Mar  1 09:51:32 soth kernel: Kernel Free SCB list: 40 9 16 6 14 45 33 29 
26 0 1 17 54 20 104 30 13 55 44 10 38 35 4 53 5 21 63 37 36 41 18 46 8 
61 11 32 59 27 51 25 3 19 22 52 79 39 34 28 58 23 50 57 49 42 2 62 15 60 
7 12 48 43 47 24 56 105 106 107 108 109 110 111 80 81 82 83 84 85 86 87 
88 89 90 91 92 93 94 95 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 103 
102 101 100 99 98 97 96
Mar  1 09:51:32 soth kernel: Sequencer Complete DMA-inprog list:
Mar  1 09:51:32 soth kernel: Sequencer Complete list:
Mar  1 09:51:32 soth kernel: Sequencer DMA-Up and Complete list:
Mar  1 09:51:32 soth kernel: Sequencer On QFreeze and Complete list:
Mar  1 09:51:32 soth kernel:
Mar  1 09:51:32 soth kernel:
Mar  1 09:51:32 soth kernel: ahd1: FIFO0 Active, LONGJMP == 0x829e, SCB 0x1f
Mar  1 09:51:32 soth kernel: 
SEQIMODE[0x3f]:(ENCFG4TCMD|ENCFG4ICMD|ENCFG4TSTAT|ENCFG4ISTAT|ENCFG4DATA|ENSAVEPTRS) 

Mar  1 09:51:32 soth kernel: SEQINTSRC[0x10]:(CFG4DATA) DFCNTRL[0x0] 
DFSTATUS[0x88]:(HDONE|PRELOAD_AVAIL)
Mar  1 09:51:32 soth kernel: SG_CACHE_SHADOW[0x2]:(LAST_SEG) 
SG_STATE[0x0] DFFSXFRCTL[0x0]
Mar  1 09:51:32 soth kernel: SOFFCNT[0x0] 
MDFFSTAT[0x6]:(DATAINFIFO|DLZERO) SHADDR = 0x04, SHCNT = 0xfc
Mar  1 09:51:32 soth kernel: HADDR = 0x00, HCNT = 0x0 
CCSGCTL[0x10]:(SG_CACHE_AVAIL)
Mar  1 09:51:32 soth kernel:
Mar  1 09:51:32 soth kernel: ahd1: FIFO1 Free, LONGJMP == 0x829e, SCB 0x1f
Mar  1 09:51:32 soth kernel: 
SEQIMODE[0x3f]:(ENCFG4TCMD|ENCFG4ICMD|ENCFG4TSTAT|ENCFG4ISTAT|ENCFG4DATA|ENSAVEPTRS) 

Mar  1 09:51:32 soth kernel: SEQINTSRC[0x0] DFCNTRL[0x4]:(DIRECTION) 
DFSTATUS[0x89]:(FIFOEMP|HDONE|PRELOAD_AVAIL)
Mar  1 09:51:32 soth kernel: SG_CACHE_SHADOW[0x2]:(LAST_SEG) 
SG_STATE[0x0] DFFSXFRCTL[0x0]
Mar  1 09:51:32 soth kernel: SOFFCNT[0x0] 
MDFFSTAT[0x5]:(FIFOFREE|DLZERO) SHADDR = 0x00, SHCNT = 0x0
Mar  1 09:51:32 soth kernel: HADDR = 0x00, HCNT = 0x0 CCSGCTL[0x0]
Mar  1 09:51:32 soth kernel: LQIN: 0x55 0x3c 0x0 0x1f 0x0 0x0 0x0 0x0 
0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0
Mar  1 09:51:32 soth kernel: ahd1: LQISTATE = 0x0, LQOSTATE = 0x0, 
OPTIONMODE = 0x42
Mar  1 09:51:32 soth kernel: ahd1: OS_SPACE_CNT = 0x20 MAXCMDCNT = 0x1
Mar  1 09:51:32 soth kernel: ahd1: SAVED_SCSIID = 0x0 SAVED_LUN = 0x0
Mar  1 09:51:32 soth kernel: SIMODE0[0xc]:(ENOVERRUN|ENIOERR)
Mar  1 09:51:32 soth kernel: CCSCBCTL[0x4]:(CCSCBDIR)
Mar  1 09:51:32 soth kernel: ahd1: REG0 == 0x1f, SINDEX = 0x122, DINDEX 
= 0x104
Mar  1 09:51:32 soth kernel: ahd1: SCBPTR == 0xff1f, SCB_NEXT == 0xff00, 
SCB_NEXT2 == 0x0
Mar  1 09:51:32 soth kernel: CDB 1f 1 0 0 0 0
Mar  1 09:51:32 soth kernel: STACK: 0x25 0x140 0x140 0x27e 0x285 0x285 
0x195 0x39
Mar  1 09:51:32 soth kernel:  Dump Card State Ends 

Mar  1 09:51:32 soth kernel: ahd1: Timedout SCBs already complete. 
Interrupts may not be functioning.
___
freebsd-questions@freebsd.org mailing list

Re: tab completion

2005-03-01 Thread Corey Brune
Either type 'set autolist' at the shell prompt, or put it in your .tcshrc file.


On Tue, 01 Mar 2005 00:29:15 -0800, Ben Munat [EMAIL PROTECTED] wrote:
 According to /etc/passwd, both root and my regular user are using /bin/tcsh.
 
 b
 
 Dan Nelson wrote:
  In the last episode (Mar 01), Ben Munat said:
 
 Why doesn't tab completion in the shell work for my regular
 (non-root) user?
 
 
  That depends on what shell the shell refers to, of course.
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: tap interface, bridging and freebsd 5.3

2005-03-01 Thread Andrea Riela
Thank you for your answers ...
Ruben, just a question.
How could I check if my tap device works great or not?
I've already tryed unlucky with tcpdump: I see nothing, even if the 
tap0 is in promiscue mode.

Could you help my troubleshooting?
Thanks for your support
Regards
Andrea
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: From Ukraine

2005-03-01 Thread Volodymyr Kostyrko
vik wrote:
...
?   ...
  1. This is english-speaking list, try using english if you truly need 
response.
  2. Try asking Google. He knows.
  3. If you are not familiar with Google - goto 
http://logo-contest.freebsd.org

--
[WBR], Arcade. [SAT Astronomy/Think to survive!]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 5.4-PREREL Linuxulator issues with cvsupdate today

2005-03-01 Thread O. Hartmann
Hello.
I played around with the ICC/ICF compiler of the Intel 8.1 suite and I did
all the steps as recommended (deinstalling linux_devtools etc.). I found 
out,
that I can compile something, but crashes immediately.
I switched back to the PGI 5.2 compiler, therefore, I installed 
linux_devtools again (RedHat 8).
Now some pgf90 compiled programes work, others not, they quit with 
Abort trap.
The software is a geophysical modelling software, it ran successfully 
yesterday, compiled with the
PGI compiler. But not today.

I did in the morning time of this day a cvsupdate and installed a new 
world. What happened?

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


referencing in files

2005-03-01 Thread Jarrod Meyer
 
 
Just a quick question, is there a way to tell a normal text file (for
instance: /etc/motd) to get a value from another file when it displays? And
what would be the syntax if this is possible? Thank you to whomever replies.
 
--
If more of us valued food and cheer and song above hoarded gold, it would be
a merrier world. 
 
J. R. R. Tolkien (1892 - 1973)
 
 
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD basic networking

2005-03-01 Thread rizazoe
I'm trying to test FreeBSD Basic networking
I've connected my BSDbox to a D-link 624.
I'va also connected A WinXP to the Dlink router
Both are connected by ethernet cable
The trouble is my BSDbox can seem to ping the Winxp
but the Winxp can ping my BSD box

192.168.0.1192.168.0.100
  Router   --- 
|BSD |--- DLink 624---| Win XP|
   ---
192.168.0.2


Is it something wrong with my ip address, but aren't
they in the same subnet?
Do i Have to add ip route or add something to the
routed in the FreeBSD box?
I'
I'm sorry if the question is dumb or annoying but
please help


=
sAVe tHe raINfOreSt http://rainforest.care2.com/i?p=547838018

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


make buildworld

2005-03-01 Thread RYAN vAN GINNEKEN
I am trying to make buildworld for freebsd 5.3 stable and have done a 
complete cvsup and keep getting the following error messages.  Please help

mkdep -f .depend -a-DLIBC_SCCS -I/usr/src/lib/libkvm 
/usr/src/lib/libkvm/kvm.c /usr/src/lib/libkvm/kvm_i386.c 
/usr/src/lib/libkvm/kvm_file.c /usr/src/lib/libkvm/kvm_getloadavg.c 
/usr/src/lib/libkvm/kvm_getswapinfo.c /usr/src/lib/libkvm/kvm_proc.c
cc -O -pipe  -DLIBC_SCCS -I/usr/src/lib/libkvm  -c /usr/src/lib/libkvm/kvm.c
cc -O -pipe  -DLIBC_SCCS -I/usr/src/lib/libkvm  -c 
/usr/src/lib/libkvm/kvm_i386.c
cc -O -pipe  -DLIBC_SCCS -I/usr/src/lib/libkvm  -c 
/usr/src/lib/libkvm/kvm_file.c
cc -O -pipe  -DLIBC_SCCS -I/usr/src/lib/libkvm  -c 
/usr/src/lib/libkvm/kvm_getloadavg.c
cc -O -pipe  -DLIBC_SCCS -I/usr/src/lib/libkvm  -c 
/usr/src/lib/libkvm/kvm_getswapinfo.c
cc -O -pipe  -DLIBC_SCCS -I/usr/src/lib/libkvm  -c 
/usr/src/lib/libkvm/kvm_proc.c
/usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist':
/usr/src/lib/libkvm/kvm_proc.c:269: warning: assignment makes integer 
from pointer without a cast
/usr/src/lib/libkvm/kvm_proc.c:341: error: structure has no member named 
`p_runtime'
*** Error code 1

Stop in /usr/src/lib/libkvm.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
lotus#
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: referencing in files

2005-03-01 Thread Kris Kennaway
On Tue, Mar 01, 2005 at 12:22:37PM +0200, Jarrod Meyer wrote:
  
  
 Just a quick question, is there a way to tell a normal text file (for
 instance: /etc/motd) to get a value from another file when it displays? And
 what would be the syntax if this is possible? Thank you to whomever replies.

No, a text file is just a dumb string of bits :-)

The program that displays it (e.g. login(1)) might be smarter though,
it depends what you want to do.

Kris


pgp1JO0fJVCtN.pgp
Description: PGP signature


Re: make buildworld

2005-03-01 Thread Kris Kennaway
On Tue, Mar 01, 2005 at 03:28:15AM -0700, RYAN vAN GINNEKEN wrote:

 I am trying to make buildworld for freebsd 5.3 stable and have done
 a complete cvsup and keep getting the following error messages.
 Please help

If you want to track -stable you should read the -stable mailing list.
This problem was introduced earlier today, reported several times, and
fixed an hour or so ago.

Kris


pgpdGKXMY8fJ6.pgp
Description: PGP signature


arplookup 192.168.1.254 failed: host is not on local network

2005-03-01 Thread Mark Edwards
I've just put my server on a new connection that requires DHCP, even 
for a fixed IP.  Anyway, the DHCP server gives a fixed public internet 
IP to my server, but it communicates on 192.168.1.254, which angers 
FreeBSD (4.11).  I get a lot of the following:

arplookup 192.168.1.254 failed: host is not on local network
Which makes sense, because as far as FreeBSD is concerned, interface 
ep1 is on the internet not on a LAN.

Looking on the net, I found the following suggestion, which does cure 
the errors:

/sbin/route add -net 192.168.1.254 -netmask 255.255.255.0 -interface 1
My question is, is that the proper way to deal with this?  I have to 
issue this statement whenever the dhclient is restarted.  I've 
currently placed it in my firewall script, but is there a proper or 
more elegant way to achieve this?

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


Re: tab completion

2005-03-01 Thread Matthew Seaman
 Dan Nelson wrote:
 In the last episode (Mar 01), Ben Munat said:
 
 Why doesn't tab completion in the shell work for my regular
 (non-root) user?
 
 
 That depends on what shell the shell refers to, of course.
 

Grrr... top posting.

On Tue, Mar 01, 2005 at 12:29:15AM -0800, Ben Munat wrote:
 According to /etc/passwd, both root and my regular user are using /bin/tcsh.

Try the following:

% set autolist
% set autoexpand
% set autocorrect
% set matchbeep = nomatch

then see if tab completion behaves more like the way you expect it to.
If you like the way that behaves, then add those set commands to
~/.tcshrc inside the 'if ($?prompt) ... endif' block.  For details of
what those variables actually do and various other variables you can
use for similar purposes, read tcsh(1).

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   8 Dane Court Manor
  School Rd
PGP: http://www.infracaninophile.co.uk/pgpkey Tilmanstone
Tel: +44 1304 617253  Kent, CT14 0JL UK


pgpl9y6ZYMFYP.pgp
Description: PGP signature


Re: access oracle from php (mod_php4)

2005-03-01 Thread Roberto Nunnari
Hi Al.
It wasn't me who wrote that.. but Alex.
My solution was much easier:
use the ports: databases/php4-oracle
it is not the new oci8 but the old oracle API.. but that's
enough for my needs.
Best regards.
Al Arzaga wrote:
Roberto,
Can you elaborate on how you were able to do this?  Where exactly were you
able to find the Oracle drivers?  I  contacted EasySoft's support guys to
try and get this working and as much as they tried, they ultimately gave up.
But at no time did we ever go find Oracle libraries from their website.  I'm
very curious to know in more detail how you ran the install.
On Thu, Feb 03, 2005 at 09:31:14PM +0100, Roberto Nunnari wrote:

I'm using a client app to access an oracle 8i database myself.  I'm
using unixODBC on freebsd which the oracle 9i libraries from the oracle
website and the oracle driver from www.easysoft.com which allows
unixodbc apps to use the oracle driver.  I'm not using mod_php4, but I'm
pretty sure it can use unixodbc once that's setup.  There is allow a
native oracle driver for php, but I don't know anything about it.

My app - unixODBC - EasySoft Oracle driver - Oracle libs - Oracle
server


--
  Roberto Nunnari -software engineer-
   mailto:[EMAIL PROTECTED]
 Scuola Universitaria Professionale della Svizzera Italiana
 Dipartimento Tecnologie Innovative
  http://www.dti.supsi.ch
 SUPSI-DTI
 Via Cantonaletel: +41-91-6108561
 6928 Mannofax: +41-91-6108570
 Switzerland   (o o)
===oOO==(_)==OOo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Which app to watch movies?

2005-03-01 Thread Volodymyr Kostyrko
bsdnooby wrote:
I get an error when I try to install mplayer.  Something about a 
fetch size mismatch on Blue-1.4.tar.bz.  I'm not sure how to cut and 
paste the error, I thought the middle mouse button would cut from an 
xterm window, but I guess not.
  

The skins' tarballs are rerolled quite often. In that case your best
bet is to make distclean and try again. The tarballs will be re-fetched
and the port will build fine.
About the xterm thing, you copy text with the left mouse button and
paste it with them middle one.
Cheers,
 

I guess I need to try again in a few hours.
I did a make deinstall clean distclean and then another make install 
clean, and it got the same error.

The first time I tried to install, I got a screen where I picked what 
skins to support - I do not get that screen anymore.  If I did, I could 
choose a skin other than the blue one.  I thought distclean would 
have enabled me to start over from the very beginning, but it is somehow 
remembering the skins I chose (I actually just took the default).
  Blue is the default.
  You also might need to cvsup your ports, so the ports would be in 
sync with the files you need.

--
[WBR], Arcade. [SAT Astronomy/Think to survive!]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: FreeBSD basic networking

2005-03-01 Thread James Hong
you wouldnt need routing table on dlink router
most eth ports on the cheap routers are hub/switch.
if you can ping xp from bsd that means switching is working.

Next question is what are you trying to do from XP to BSD ?
ssh? telnet ? 

James H
 

-Original Message-
From: owner-freebsd-questions+AEA-freebsd.org 
+AFs-mailto:owner-freebsd-questions+AEA-freebsd.org+AF0- On Behalf Of rizazoe
Sent: Tuesday, March 01, 2005 9:24 PM
To: freebsd-questions+AEA-freebsd.org
Subject: FreeBSD basic networking

I'm trying to test FreeBSD Basic networking
I've connected my BSDbox to a D-link 624.
I'va also connected A WinXP to the Dlink router
Both are connected by ethernet cable
The trouble is my BSDbox can seem to ping the Winxp
but the Winxp can ping my BSD box

192.168.0.1192.168.0.100
  Router   --- 
+AHw-BSD +AHw DLink 624---+AHw- Win XP+AHw-
   ---
192.168.0.2


Is it something wrong with my ip address, but aren't
they in the same subnet?
Do i Have to add ip route or add something to the
routed in the FreeBSD box?
I'
I'm sorry if the question is dumb or annoying but
please help


+AD0APQA9AD0APQ-
sAVe tHe raINfOreSt http://rainforest.care2.com/i?p+AD0-547838018

+AF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXw-
Do You Yahoo+ACE-?
Tired of spam?  Yahoo+ACE- Mail has the best spam protection around 
http://mail.yahoo.com 
+AF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXwBfAF8AXw-
freebsd-questions+AEA-freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
+ACI-freebsd-questions-unsubscribe+AEA-freebsd.org+ACI-

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


Re: smbus and freebsd 5.3

2005-03-01 Thread Volodymyr Kostyrko
Andrea Riela wrote:
I've a mobo GA-7VT880 (Gigabyte with VIA KT880 chipset), and for 
   ^
monitoring the temperatures I've to use healthd or lmmon with SMB 
interface.

Well, the man healthd and man lmmon say that I've to add in my kernel:
controller   smbus0
controller   iicbus0
controller   iicbb0
controller   intpm0
device   smb0 at smbus?
but this is for 4.x, and not for 5.3, I think.
Well, I've tryed unlucky with:
# System Management Bus
device  smbus
device  smb
device  iicsmb
device  bktr
device  iicbus
device  iicbb
device  iic
device  ic
device  ichsmb
device  intpm
  ^
I don't see a /dev/smb, and if I try with healthd + smb interface the 
output is obviously:

healthd -d -S
/dev/smb0: No such file or directory
InitMBInfo: No such file or directory
There's someone using SMBus that could help me?
Any advice will be appreciated.
Regards
Andrea
  deviceviapm
--
[WBR], Arcade. [SAT Astronomy/Think to survive!]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How can I cut and paste from xterm _into_ another program ? (NOTE - I am not an IDIOT)

2005-03-01 Thread Volodymyr Kostyrko
Joe Schmoe wrote:
Hmmm...so instead of actually reading my post, several
folks have responded ... presumably just looking at
the words cut and paste in my post and responding
with a tutorial on how to use my mouse buttons. 
Thanks.

So I'll start all over.
I am running X on fbsd 5.3, with ratpoison as my
window manager.  I only run two apps - xterms (1 or 2
or 3 of them) and opera (my web browser).
I can cut text in my xterms by simply highlighting it,
and I can paste that text back into that xterm, or a
different xterm by clicking my right mouse button.  So
yes, I know how to cut and paste thank you very much.
I can also cut and paste in opera by selecting text
and choosing edit-copy from the menu - I can then
paste that text back into opera with edit-paste, or
shift+insert, and FURTHER, I can paste that text into
any of my xterms, with shift+insert OR with my right
mouse button.
THE PROBLEM IS, if I cut text in an xterm, I cannot
paste it in opera.  That is the only problem.
So to recap, I know how to cut and paste - thanks.  No
need for the mouse button tutorials.  All I want to
know is, why can I not properly cut and paste from
xterm TO opera, when I can already do it successfully
gtom opera TO xterm ?
Thanks.  Hopefully anyone responding will actually
read the post this time.
  What encodings are you using?
--
[WBR], Arcade. [SAT Astronomy/Think to survive!]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD basic networking

2005-03-01 Thread Luke Kearney

On Tue, 1 Mar 2005 02:24:02 -0800 (PST)
rizazoe [EMAIL PROTECTED] spake thus:

 I'm trying to test FreeBSD Basic networking
 I've connected my BSDbox to a D-link 624.
 I'va also connected A WinXP to the Dlink router
 Both are connected by ethernet cable
 The trouble is my BSDbox can seem to ping the Winxp
 but the Winxp can ping my BSD box
 
 192.168.0.1192.168.0.100
   Router   --- 
 |BSD |--- DLink 624---| Win XP|
    ---
 192.168.0.2
 
 
 Is it something wrong with my ip address, but aren't
 they in the same subnet?
 Do i Have to add ip route or add something to the
 routed in the FreeBSD box?
 I'
 I'm sorry if the question is dumb or annoying but
 please help
 
can you post the output of the following to assist ?

On freebsdifconfig -a

On XP from the cmd prompt  ipconfig /all

thanks

-- 
Luke Kearney [EMAIL PROTECTED]

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


RE: access oracle from php (mod_php4)

2005-03-01 Thread James Hong
looks like best option is to install oracle7-client from port and use it
with PHP from port too.
However, as oracle client is based on 7, newer functions does not seems to
be avilable.

OR

you can install linux emulator and install oracle client with linux
emulation.

james h
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Loren M. Lang
Sent: Sunday, February 06, 2005 10:23 PM
To: Roberto Nunnari
Cc: freebsd-questions@freebsd.org
Subject: Re: access oracle from php (mod_php4)

On Thu, Feb 03, 2005 at 09:31:14PM +0100, Roberto Nunnari wrote:
 Hi.
 
 I need to access a oracle 9i database installed on a remote machine 
 from a php script (www/mod_php4)
 
 I already can access mysql databases.. but not oracle..

I'm using a client app to access an oracle 8i database myself.  I'm using
unixODBC on freebsd which the oracle 9i libraries from the oracle website
and the oracle driver from www.easysoft.com which allows unixodbc apps to
use the oracle driver.  I'm not using mod_php4, but I'm pretty sure it can
use unixodbc once that's setup.  There is allow a native oracle driver for
php, but I don't know anything about it.

My app - unixODBC - EasySoft Oracle driver - Oracle libs - Oracle server

 
 web.dti.supsi.ch# uname -a
 FreeBSD web.dti.supsi.ch 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Wed 
 Feb  2 16:33:24 CET 2005 
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/WEB  i386
 
 Could any kind soul help me?
 
 Thank you!
 -- 
   Roberto Nunnari -software engineer-
mailto:[EMAIL PROTECTED]  Scuola Universitaria 
 Professionale della Svizzera Italiana
  Dipartimento Tecnologie Innovative
   http://www.dti.supsi.ch  SUPSI-DTI
  Via Cantonaletel: +41-91-6108561
  6928 Mannofax: +41-91-6108570
  Switzerland   (o o)
 ===oOO==(_)==OOo
 ___
 freebsd-questions@freebsd.org mailing list 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]

--
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
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Antivirus on web proxy

2005-03-01 Thread Andrew Lewis
Hi,

I'm having a hard time getting antivirus plugged into a web proxy...

I've tried Viralator and Squivi without luck; didn't seem to work right... I'm 
not very happy with the approach taken by these packages though I'm willing to 
try anything that works...

Middleman seemed a good fit, but I kept getting errors with launching the 
filter program, never figured out why...

HTTP::Proxy would be fine if the store-and-forward body filter was finished 
yet...

So, my question is

Has anybody done this successfully on fBSD? And what did you use?

Best,
-AL.

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


Re: Installation instructions for Firefox somewhere?

2005-03-01 Thread Anthony Atkielski
Ted Mittelstaedt writes:

 I have an Adaptec AAA-131 Ultra 2 card here that is just jumping up and
 down to prove you wrong.

This is an AIC7880.  When you have one of those, let me know.

 However, I CAN tell you how to go about finding out what you need to
 change.  Do you want to do this?  It might mean some effort on your part.

I thought that asking questions here was supposed to help, and I posted
all the information I have, but apparently nobody has a clue.

-- 
Anthony


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


Re: Is Yahoo! moving from FreeBSD?

2005-03-01 Thread Anthony Atkielski
Ted Mittelstaedt writes:

 Do you always buy new cars?  New homes?

Yes.  And new PCs.

 If you were tasked with going out and buying Windows server hardware
 and you had a maximum of $200 to spend, you would be pretty stupid to
 go down to Fry's and get one of their $199 on-sale computers when you
 could go spend the $200 on a used HP server that cost $9000 when it
 was new and has a full set of SCSI disks in it and probably a
 tapedrive. Sure the HP server is slow - but in that environment the
 reliability is more important than the speed.

But at least I could be reasonably sure that Windows would be able to
use the machine.  I can't be that confident with other operating
systems.

-- 
Anthony


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


Re: Which app to watch movies?

2005-03-01 Thread Chris Hodgins
Volodymyr Kostyrko wrote:
bsdnooby wrote:
I get an error when I try to install mplayer.  Something about a 
fetch size mismatch on Blue-1.4.tar.bz.  I'm not sure how to cut and 
paste the error, I thought the middle mouse button would cut from an 
xterm window, but I guess not.
  

The skins' tarballs are rerolled quite often. In that case your best
bet is to make distclean and try again. The tarballs will be re-fetched
and the port will build fine.
Just had a good look into this.  A you rightly said it seems that they 
are updating the Skins but they are _not_ changing the version numbers. 
 So if you have them previously installed, when you go to upgrade the 
skins, portupgrade checks to see if they are in distfiles (which they 
are as the version never changed remember) and then if it finds them it 
checks the md5 sums in distinfo (which do not match as they match the 
new version with the same version number).  So the only way to fix this 
is to run make distclean on the mplayer-skins port.

Just had a look at the portupgrade man page.  Looks like if you use the 
-D flag it will check the md5sums and if they fail it will run 
distclean.  If you specify it twice it will distclean anything it tries 
to update.

HTH
Chris

About the xterm thing, you copy text with the left mouse button and
paste it with them middle one.
Cheers,
 

I guess I need to try again in a few hours.
I did a make deinstall clean distclean and then another make 
install clean, and it got the same error.

The first time I tried to install, I got a screen where I picked what 
skins to support - I do not get that screen anymore.  If I did, I 
could choose a skin other than the blue one.  I thought distclean 
would have enabled me to start over from the very beginning, but it is 
somehow remembering the skins I chose (I actually just took the default).

  Blue is the default.
  You also might need to cvsup your ports, so the ports would be in sync 
with the files you need.


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


Re: Installation instructions for Firefox somewhere?

2005-03-01 Thread Chris Hodgins
Anthony Atkielski wrote:
Ted Mittelstaedt writes:

I have an Adaptec AAA-131 Ultra 2 card here that is just jumping up and
down to prove you wrong.

This is an AIC7880.  When you have one of those, let me know.

However, I CAN tell you how to go about finding out what you need to
change.  Do you want to do this?  It might mean some effort on your part.

I thought that asking questions here was supposed to help, and I posted
all the information I have, but apparently nobody has a clue.
Anthony,
I might have missed it but I can't find any information about what SCSI 
errors you are receiving.  Why don't you post the errors you are seeing 
 and/or perhaps your dmesg output as well and maybe someone can help 
you.  Without more information noone can do more than guess.

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


Re: Installation instructions for Firefox somewhere?

2005-03-01 Thread Anthony Atkielski
Chris Hodgins writes:

 I might have missed it but I can't find any information about what SCSI
 errors you are receiving.  Why don't you post the errors you are seeing
 and/or perhaps your dmesg output as well and maybe someone can help
 you.  Without more information noone can do more than guess.

Here it is, again:

I get constant streams of messages concerning my disks on the console
whenever I have a lot of disk activity on my system (2x SCSI disks, no
IDE or other disks). I'd very much like to know what's going on (there's
nothing wrong with the hardware, so either it's a configuration problem,
or it's a bug).

There doesn't seem to be any data loss or corruption occurring.  I've
had one or two panics, though (which may or may not have caused data
loss--it's hard to tell).

While recompiling the kernel, the system stalled periodically (at least
anything involving disk I/O stalled) and generated several hundred
kilobytes of messages looking like this:

Feb 26 20:09:23 contactdish kernel: (da0:ahc0:0:0:0): Retrying Command
Feb 26 20:09:23 contactdish kernel: (da0:ahc0:0:0:0): Request Requeued
Feb 26 20:09:23 contactdish kernel: (da0:ahc0:0:0:0): Retrying Command
Feb 26 20:09:23 contactdish kernel: (da0:ahc0:0:0:0): Queue Full
Feb 26 20:09:23 contactdish kernel: (da0:ahc0:0:0:0): tagged openings now 64
Feb 26 20:09:23 contactdish kernel: (da0:ahc0:0:0:0): Retrying Command
Feb 26 20:09:24 contactdish kernel: (da0:ahc0:0:0:0): Queue Full
Feb 26 20:09:24 contactdish kernel: (da0:ahc0:0:0:0): tagged openings now 63
Feb 26 20:09:24 contactdish kernel: (da0:ahc0:0:0:0): Retrying Command
Feb 26 20:09:26 contactdish kernel: (da1:ahc0:0:2:0): Request Requeued
Feb 26 20:09:26 contactdish kernel: (da1:ahc0:0:2:0): Retrying Command
Feb 26 20:09:26 contactdish kernel: (da1:ahc0:0:2:0): Queue Full
Feb 26 20:09:26 contactdish kernel: (da1:ahc0:0:2:0): Retrying Command

In addition, I sometimes get bursts of much longer messages, looking
something like this:

Feb 25 20:09:29 contactdish kernel: ahc0: Recovery Initiated
Feb 25 20:09:29 contactdish kernel:  Dump Card State Begins 

Feb 25 20:09:29 contactdish kernel: ahc0: Dumping Card State in Message-in 
phase, at SEQADDR 0x162
Feb 25 20:09:29 contactdish kernel: Card was paused
Feb 25 20:09:29 contactdish kernel: ACCUM = 0xcb, SINDEX = 0x0, DINDEX = 0x88, 
ARG_2 = 0x0
Feb 25 20:09:29 contactdish kernel: HCNT = 0x0 SCBPTR = 0xa
Feb 25 20:09:29 contactdish kernel: SCSISIGI[0xe6]:(REQI|BSYI|MSGI|IOI|CDI) 
ERROR[0x0] 
Feb 25 20:09:29 contactdish kernel: SCSIBUSL[0x0] 
LASTPHASE[0xe0]:(MSGI|IOI|CDI) SCSISEQ[0x12]:(ENAUTOATNP|ENRSELI) 
Feb 25 20:09:29 contactdish kernel: SBLKCTL[0x0] SCSIRATE[0xf]:(SXFR_ULTRA2) 
SEQCTL[0x10]:(FASTMODE) 
Feb 25 20:09:29 contactdish kernel: SEQ_FLAGS[0x0] 
SSTAT0[0x7]:(DMADONE|SPIORDY|SDONE) 
Feb 25 20:09:29 contactdish kernel: SSTAT1[0x3]:(REQINIT|PHASECHG) SSTAT2[0x0] 
SSTAT3[0x0] 
Feb 25 20:09:29 contactdish kernel: SIMODE0[0x0] 
SIMODE1[0xac]:(ENSCSIPERR|ENBUSFREE|ENSCSIRST|ENSELTIMO) 
Feb 25 20:09:29 contactdish kernel: SXFRCTL0[0xa8]:(SPIOEN|FAST20|DFON) 
DFCNTRL[0x0] DFSTATUS[0x29]:(FIFOEMP|HDONE|FIFOQWDEMP) 
Feb 25 20:09:29 contactdish kernel: STACK: 0x105 0x100 0xe5 0x163
Feb 25 20:09:29 contactdish kernel: SCB count = 100
Feb 25 20:09:29 contactdish kernel: Kernel NEXTQSCB = 19
Feb 25 20:09:29 contactdish kernel: Card NEXTQSCB = 25
Feb 25 20:09:29 contactdish kernel: QINFIFO entries: 25 71 31 
Feb 25 20:09:29 contactdish kernel: Waiting Queue entries: 
Feb 25 20:09:29 contactdish kernel: Disconnected Queue entries: 0:72 1:68 2:84 
14:60 12:61 5:53 
Feb 25 20:09:29 contactdish kernel: QOUTFIFO entries: 
Feb 25 20:09:29 contactdish kernel: Sequencer Free SCB List: 10 6 9 3 7 4 13 11 
15 8 
Feb 25 20:09:29 contactdish kernel: Sequencer SCB Info: 
Feb 25 20:09:29 contactdish kernel: 0 
SCB_CONTROL[0x6c]:(DISCONNECTED|ULTRAENB|TAG_ENB|DISCENB) 
Feb 25 20:09:29 contactdish kernel: SCB_SCSIID[0x27] SCB_LUN[0x0] SCB_TAG[0x48] 
Feb 25 20:09:29 contactdish kernel: 1 
SCB_CONTROL[0x6c]:(DISCONNECTED|ULTRAENB|TAG_ENB|DISCENB) 
Feb 25 20:09:29 contactdish kernel: SCB_SCSIID[0x27] SCB_LUN[0x0] SCB_TAG[0x44] 
Feb 25 20:09:29 contactdish kernel: 2 
SCB_CONTROL[0x6c]:(DISCONNECTED|ULTRAENB|TAG_ENB|DISCENB) 
Feb 25 20:09:29 contactdish kernel: SCB_SCSIID[0x27] SCB_LUN[0x0] SCB_TAG[0x54] 
Feb 25 20:09:29 contactdish kernel: 3 
SCB_CONTROL[0xe8]:(ULTRAENB|TAG_ENB|DISCENB|TARGET_SCB) 
Feb 25 20:09:29 contactdish kernel: SCB_SCSIID[0x27] SCB_LUN[0x0] SCB_TAG[0xff] 
Feb 25 20:09:29 contactdish kernel: 4 
SCB_CONTROL[0xe8]:(ULTRAENB|TAG_ENB|DISCENB|TARGET_SCB) 
Feb 25 20:09:29 contactdish kernel: SCB_SCSIID[0x27] SCB_LUN[0x0] SCB_TAG[0xff] 
Feb 25 20:09:29 contactdish kernel: 5 
SCB_CONTROL[0x6c]:(DISCONNECTED|ULTRAENB|TAG_ENB|DISCENB) 
Feb 25 20:09:29 contactdish kernel: SCB_SCSIID[0x27] SCB_LUN[0x0] SCB_TAG[0x35] 
Feb 25 20:09:29 contactdish kernel: 6 
SCB_CONTROL[0xe8]:(ULTRAENB|TAG_ENB|DISCENB|TARGET_SCB) 
Feb 25 20:09:29 contactdish kernel: 

dual-channel vs. mono-channel

2005-03-01 Thread Tsu-Fan Cheng
hi, this may not really pertain to freebsd but anyway. I have a asus
A8V delux mobo which support dual channel. But now I run it mono, just
one 512MB module. I wonder how much it is going to improve  if I put
another one? thanks

-- 
The Hell's Restroom Production
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pf issues with anchor

2005-03-01 Thread Peter N. M. Hansteen
FreeBSD MailingLists [EMAIL PROTECTED] writes:

 when I start pf I get:
 snip
 Enabling pf.
 /etc/pf.conf:4: anchor '(null)' invalid

Just to eliminate the obvious - the file you want to pull in exists, is
readable and contains what appears at first glance to be valid pf rules?

Does including the anchor in the main pf.conf file produce different results?

-- 
Peter N. M. Hansteen, member of the first RFC 1149 implementation team
http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http://www.nuug.no/
First, we kill all the spammers The Usenet Bard, Twice-forwarded tales

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


Re: Strange SCSI logs

2005-03-01 Thread Anthony Atkielski
Andrea Venturoli writes:

 Hello.
 On a 5.3 machine I'm getting the following log messages. It appears they
 started when I activated smartd from smartmontools. Now I disabled it,
 but I'd like to have some more insight.
 Any info?

I've been getting strange messages of similar character on my system,
too.  I'm running FreeBSD 5.3 on a dual-processor PPro with an Adaptec
AIC7880 controller and two 4.5 GB SCSI drives.  There doesn't seem to be
any data corruption occurring, but the process doing the I/O is stalled
by the errors or messages, whatever they are.

What type of controller and disks do you have?

-- 
Anthony


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


Default security: other users can ACCESS MY HOMEDIR?!

2005-03-01 Thread Fafa Diliha Romanova
hey

i didn't realize all my users had full access to my homedir!
that kinda sucks, me who thought i had everything private and locked down

what chmod should i set my homedir to then?
and how do i set my system to chmod all new homedirs to that chmod?

thanks!
-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm

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


gnome-related question

2005-03-01 Thread Soo-Hyun Choi
hi,

yesterday, i have successfully upgrade my old gnome to the new version
which is 2.8. after upgrade, somehow i cannot see my running window at
the bottom panel. what i mean is i do not see any window if i minimize
an active window on a desktop.

how do i see those windows at the bottom panel?

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


Problems with pccard wireless

2005-03-01 Thread Vittorio
I have a compaq evo n800 laptop with dual boot: win xp (needed at work)  
linux gentoo (fully working, for my pleasure). Now, willing to substitute 
linux with FreeBSD I'm cautiously checking if FreeBSD will work with my 
hardware as linux does  using as a test the freesbie cd distribution, 
configuring it and saving my specific configuration to a usb mass storage 
automagically mounted as /mnt/dos.1.

Now it happens that - after having read the somewhat fragmented documentations 
on wireless cards setup -  I'm unable to set up my Cisco 350 wireless pcmcia 
card (I'm sure it is supported!).

I have put in rc.conf

pccard_enable=YES
pccard_mem=DEFAULT
pccard_ifconfig=DHCP 

saved the configuration files into the usb mass storage and rebooted.

Even though I can find in rc.conf the pccard stuff as I set it, Freesbie goes 
on complaining 

pccard_enable: not found

the same error pops up if I restart the /etc/rc.d/pccard

What shall I do?

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


Perl out of memory [sbrk()]

2005-03-01 Thread Per olof Ljungmark
I'm running imapsync that also uses p5-Mail-IMAPClient-2.2.9 to transfer 
mailboxes between imap servers.

The following error occurs when a message has an attachment of more that 
approx 35MB in size:
Out of memory during large request for 67112960 bytes, total sbrk() 
is 487512064 bytes at /usr/local/bin/imapsync line 790.

Running 5.3-STABLE a week or so old
Perl 5.8.6 from ports.
What bothers me especially is that this error will not occur when I run 
the same command from a old RH Linux (7.2) box. Appriciate comments 
and/or hints.
Thanks,
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Default security: other users can ACCESS MY HOMEDIR?!

2005-03-01 Thread Anthony Atkielski
Fafa Diliha Romanova writes:

 i didn't realize all my users had full access to my homedir!

They don't.  They have read and execute access by default, but not
write.

I'll agree that it's probably not a good idea to default to this, but it
has been that way on UNIX for a long time.

-- 
Anthony


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


Re: Default security: other users can ACCESS MY HOMEDIR?!

2005-03-01 Thread David Landgren
Fafa Diliha Romanova wrote:
hey
i didn't realize all my users had full access to my homedir!
that kinda sucks, me who thought i had everything private and locked down
what chmod should i set my homedir to then?
chmod 700 $HOME
and how do i set my system to chmod all new homedirs to that chmod?
umask 0077
thanks!
You're welcome.
David
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Dell PowerEdge 2850 FreeBSD

2005-03-01 Thread Yuriy Malyovaniy
Dear All!
There is a problem installing FreeBSD 4.10 onto Dell PowerEdge 2850 Server.
The OS does not see the disks... The RAID controller installed is PERC 4 Di
(which is LSI Mega RAID 320). Does anybody have a driver for this
controller?
Thanx in advance!

Best Regards,

Yuriy Malyovaniy,
Server and Dell | EMC Storage Systems specialist

MiroMIX United Ltd.,
Dell Autorised Distributor
Dell Authorised Service Provider
Kiev, Ukraine
Tel: +380(44)458-5693
Fax: +380(44)458-5694
E-mail: [EMAIL PROTECTED]
www.miromix.com.ua

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


dir ~

2005-03-01 Thread Rob
Hi,

 I typed mv file dir/~ and I now have dir/~ but when I go to that it
takes me to my home which happened to be root, I tried to delete the
directory and it started deleting roots home. Is there a way to delete this
~ dir?

 

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


Re: gnome-related question

2005-03-01 Thread Mick Walker
On Tue, 2005-03-01 at 12:33 +, Soo-Hyun Choi wrote:

 hi,
 
 yesterday, i have successfully upgrade my old gnome to the new version
 which is 2.8. after upgrade, somehow i cannot see my running window at
 the bottom panel. what i mean is i do not see any window if i minimize
 an active window on a desktop.
 
 how do i see those windows at the bottom panel?
 
 thank you.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

Have you added a Window List applet to the panel?
This is the applet which controls what you desire.

Right click on the panel, select Add to panel, a new window should now
open, scroll down to the window list item.

HTH
Mick Walker
Email:[EMAIL PROTECTED]
Website:http://www.codegurus.org
ICQ:   71032828
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


didn't work pipe on keyboard

2005-03-01 Thread
hello all!

sorry for my english.

So i hawe small problem with my keyboard on notebook (Roverbook)
freebsd-5.2.1.
Were i push slash ( \ ) or (with SHIFT pipe) ( | ) tere not display any 
simbols on terminal. How may this trouble to solve?



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


didn't work pipe on keyboard

2005-03-01 Thread
hello all!

sorry for my english.

So i hawe small problem with my keyboard on notebook (Roverbook)
freebsd-5.2.1.
Were i push slash ( \ ) or (with SHIFT pipe) ( | ) tere not display any 
simbols on terminal. How may this trouble to solve?



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


Re: smbus and freebsd 5.3

2005-03-01 Thread Andrea Riela
Thank you Volodymyr,
I've tryed with:
# System Management Bus
device  smbus
device  smb
device  iicsmb
device  bktr
device  iicbus
device  iicbb
device  iic
device  ic
device  viapm
but nothing.
mbmon says:
mbmon -d
SMBus[VT8233/A/8235/8237(KT266/333/400/600/880)] found, but No HWM  
available on it!!
Using ISA-IO access method!!
* Int.Tec.Exp. Chip IT8705F/IT8712F or SIS950 found.

this is my dmesg:
Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights  
reserved.
FreeBSD 5.3-RELEASE-p5 #0: Tue Mar  1 22:17:21 CET 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/NESYOS-01.03.2005
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Sempron(tm)   2200+ (1502.29-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x681  Stepping = 1
   
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE, 
MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
  AMD Features=0xc048MP,AMIE,DSP,3DNow!
real memory  = 536805376 (511 MB)
avail memory = 515637248 (491 MB)
ACPI APIC Table: KT880  AWRDACPI
ioapic0 Version 0.3 irqs 0-23 on motherboard
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: KT880 AWRDACPI on motherboard
acpi0: Power Button (fixed)
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
cpu0: ACPI CPU on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA Generic host to PCI bridge mem 0xf000-0xf7ff at  
device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci0: display, VGA at device 9.0 (no driver attached)
hptmv0: RocketRAID 182x SATA Controller mem 0xfb00-0xfb07 irq  
19 at device 11.0 on pci0
RocketRAID 182x SATA Controller driver Version 1.1
RR182x [0,0]: channel started successfully
RR182x [0,2]: channel started successfully
RR182x: RAID5 write-back enabled
hptmv0: [GIANT-LOCKED]
atapci0: VIA 6420 SATA150 controller port  
0xa400-0xa4ff,0xa000-0xa00f,0x9c00-0x9c03,0x9800-0x9807,0x9400 
-0x9403,0x9000-0x9007 irq 20 at device 15.0 on pci0
ata2: channel #0 on atapci0
ata3: channel #1 on atapci0
atapci1: VIA 8237 UDMA133 controller port  
0xa800-0xa80f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 15.1 on  
pci0
ata0: channel #0 on atapci1
ata1: channel #1 on atapci1
uhci0: VIA 83C572 USB controller port 0xac00-0xac1f irq 21 at device  
16.0 on pci0
uhci0: [GIANT-LOCKED]
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: VIA 83C572 USB controller port 0xb000-0xb01f irq 21 at device  
16.1 on pci0
uhci1: [GIANT-LOCKED]
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: VIA 83C572 USB controller port 0xb400-0xb41f irq 21 at device  
16.2 on pci0
uhci2: [GIANT-LOCKED]
usb2: VIA 83C572 USB controller on uhci2
usb2: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhci3: VIA 83C572 USB controller port 0xb800-0xb81f irq 21 at device  
16.3 on pci0
uhci3: [GIANT-LOCKED]
usb3: VIA 83C572 USB controller on uhci3
usb3: USB revision 1.0
uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
pci0: serial bus, USB at device 16.4 (no driver attached)
isab0: PCI-ISA bridge at device 17.0 on pci0
isa0: ISA bus on isab0
rl0: RealTek 8139 10/100BaseTX port 0xbc00-0xbcff mem  
0xfb081000-0xfb0810ff irq 18 at device 19.0 on pci0
miibus0: MII bus on rl0
rlphy0: RealTek internal media interface on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: Ethernet address: 00:0f:ea:61:43:98
fwohci0: VIA Fire II (VT6306) port 0xc000-0xc07f mem  
0xfb082000-0xfb0827ff irq 16 at device 20.0 on pci0
fwohci0: OHCI version 1.0 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:00:0f:ea:00:62:05:8e
fwohci0: Phy 1394a available S400, 3 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: IEEE1394(FireWire) bus on fwohci0
sbp0: SBP-2/SCSI over FireWire on firewire0
fwe0: Ethernet over FireWire on firewire0
if_fwe0: Fake Ethernet address: 02:00:0f:62:05:8e
fwe0: Ethernet address: 02:00:0f:62:05:8e
fwe0: if_start running deferred for Giant
fwohci0: Initiate bus reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop = 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
fdc0: floppy drive controller port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on  
acpi0
fdc0: [FAST]
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: 16550A-compatible COM port port 

Re: didn't work pipe on keyboard

2005-03-01 Thread Ion-Mihai Tetcu
On Tue, 1 Mar 2005 09:22:14 +0300 (MSK)
×âìâíóõ Õæåòâï Þíâäêîêôðþêà [EMAIL PROTECTED] wrote:

 hello all!
 
 sorry for my english.
 
 So i hawe small problem with my keyboard on notebook (Roverbook)
 freebsd-5.2.1.
 Were i push slash ( \ ) or (with SHIFT pipe) ( | ) tere not
 display any simbols on terminal. How may this trouble to solve?

What symbols ? What shell are you using ? Did you tried TAB ?


-- 
IOnut
Unregistered ;) FreeBSD user


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


Re: Firefox and Macromedia Flash Plugin...

2005-03-01 Thread Zlatozar Zhelyazkov
Try this:

cd /usr/ports/net/firefox/
make install clean

cd /usr/ports/www/flashplugin-firefox/
make install clean

cd /usr/src/libexec/rtld-elf/
make clean all install

cd /usr/ports/devel/linuxthreads
make install clean

cd /usr/ports/www/linuxpluginwrapper
make install clean

cd /usr/ports/print/acroread/
make install clean

vi /etc/libmap.conf

Add the lines:

# Flash with Firefox
[/usr/local/lib/linux-flashplugin6/libflashplayer.so]
libpthread.so.0 pluginwrapper/flash6.so
libdl.so.2 pluginwrapper/flash6.so
libz.so.1 libz.so.2
libstdc++-libc6.2-2.so.3 liblstdc++.so.4
libm.so.6 libm.so
libc.so.6 pluginwrapper/flash6.so

# Acrobat with Firefox
[/usr/local/Acrobat5/Browsers/intellinux/nppdf.so]
libpthread.so.0 pluginwrapper/acrobat.so
libdl pluginwrapper/acrobat.so
libc.so.6 pluginwrapper/acrobat.so 


Now you have flash  and acrobat as bonus ;)

Good luck



On Mon, 28 Feb 2005 11:22:35 -0600, Eric Schuele [EMAIL PROTECTED] wrote:
 Pietro Cerutti wrote:
  I'm sorry, at the moment there's no plugin for flash on this platform...
  Some time ago a signed a petition addressed to the guys at macromedia,
  telling them to do that, but nothing happened till now...
 
 
 Ok... Thanks.
 
 
 
 
  On Mon, 28 Feb 2005 10:09:45 -0600, Eric Schuele [EMAIL PROTECTED] wrote:
 
 Hello,
 
 Not sure if this is the best place to post this... If not please let me
 know.
 
 I would like to have flash capabilities in my Firefox 1.0 installation.
   I do not have Linux compat turned on and would prefer to keep it off
 if possible.  No real reason for having it off... other than to see if I
 can run without it and still do everything I need.
 
 I have searched the archives and googled a good bit.  Everyone seems to
 rely on the Linux plugin wrapper.  Is there a 'no Linux compatibility
 alternative that works well with Firefox?
 
 Thanks,
 --
 Regards,
 Eric
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 
 
 
 --
 Regards,
 Eric
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


-- 
(__)  FreeBSD
   \\\  ' ' , )  
  \ /   \  ^   
   .\ ._/_)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


authpf on FreeBSD 5.3

2005-03-01 Thread Jacques Beigbeder
Hello,

Kernel (the standard one, from CD distribution):
FreeBSD mybox.ens.fr 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 
UTC 2004
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

I fail to have authpf working on FreeBSD 5.3.

I setup a pf.conf file ending with:
anchor authpf/*

'pfctl -sr' displays correctly:
[ ... ]
anchor authpf/* all

'pfctl -a authpf -s rules' displays:
No rulesets in anchor 'authpf'.

I run an ssh on a client, and then 'pfctl -a authpf -s rules' displays:
(a poor rule just for test):
pass in quick on bge1 inet proto tcp from 1.2.3.4 to any
But a connection from 1.2.3.4 fails.
( connections means 'ssh' with numeric IP )

But if I add exactly (cut  paste) this rule to /etc/pf.conf,
and I reload (pfctl -f /etc/pf.conf), connections from 1.2.3.4
works.

Where is my mistake?

Thanks in advance,

--
Jacques Beigbeder|  [EMAIL PROTECTED]
Service de Prestations Informatiques | http://www.spi.ens.fr
Ecole normale supérieure |
45 rue d'Ulm |Tel : (+33 1)1 44 32 37 96
F75230 Paris cedex 05|Fax : (+33 1)1 44 32 20 75

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


Custom servers seller ?

2005-03-01 Thread Ion-Mihai Tetcu
Hi,


I'm looking for a company like MBX.com, that ships custom servers with
pre-installed apps for an application server I'm developing.

I need them to:
- build boxes according with my specifications
- have FreeBSD experience (5.x would be a plus)
- install a custom FreeBSD release that I provide on them
- ships them word-wide
- assures (hardware) support for them

If anyone could recommend such a company . Thanks.

-- 
IOnut
Unregistered ;) FreeBSD user


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


Re: gnome-related question

2005-03-01 Thread Soo-Hyun Choi
hi Mick,

thanks for your reply. i have added the window list applet and it is
now working that i expected. once i know the answer, it became simple.
;-)

best,
soo-hyun


On Tue, 01 Mar 2005 14:02:07 +, Mick Walker [EMAIL PROTECTED] wrote:
 On Tue, 2005-03-01 at 12:33 +, Soo-Hyun Choi wrote:
 
  hi,
 
  yesterday, i have successfully upgrade my old gnome to the new version
  which is 2.8. after upgrade, somehow i cannot see my running window at
  the bottom panel. what i mean is i do not see any window if i minimize
  an active window on a desktop.
 
  how do i see those windows at the bottom panel?
 
  thank you.
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 
 Have you added a Window List applet to the panel?
 This is the applet which controls what you desire.
 
 Right click on the panel, select Add to panel, a new window should now
 open, scroll down to the window list item.
 
 HTH
 Mick Walker
 Email:[EMAIL PROTECTED]
 Website:http://www.codegurus.org
 ICQ:   71032828
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


ruby upgrade

2005-03-01 Thread Aaron Sloan
Good morning,
I'm having some troubles getting started on how to
search the ports I have installed who have ruby as a dependency so
I can upgrade them.  What syntax do I need for searching of which file?
I have looked at the syntax from the perl portupgrade and I'm scared...  : )
portupgrade -f `(pkg_info -R perl-5\* |tail +4; \
   find /usr/local/lib/perl5/site_perl/5.[68].[1245] -type f -print0 \
   | xargs -0 pkg_which -fv | sed -e '/: ?/d' -e 's/.*: //')|sort -u`
Just a pinch above my head.
Help would be appreciated.
I have RTFM but I still need a little direction.
Thanks!
Aaron
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: hd timeouts.

2005-03-01 Thread Lowell Gilbert
Perttu Laine [EMAIL PROTECTED] writes:

 I'm just wondering what does this means. Dying harddisk or something
 else? From kernel log:
 
 -cut-
  ad0: 28629MB ST330621A/3.39 [58168/16/63] at ata0-master PIO4
  ad5: 190782MB WDC WD2000JB-00FUA0/15.05R15 [387621/16/63] at ata2-slave 
  PIO4
  ad5: TIMEOUT - READ_MUL retrying (2 retries left) LBA=382096511
  ad5: FAILURE - READ_MUL timed out

It could be a hard disk, but it could be other things too.

If the hardware hasn't been touched since the last time it worked,
then a failing disk would be a pretty safe guess.  If not, or
especially if this is a new configuration, there are a few things to
try first.  One is to make sure that there is a master on the ATA bus
containing ad5; the ATA specs say that you're not supposed to have a
slave unless there's a master (the quickest way to fix it would be to
move the disk from slave to master).  

And of course, cable problems are a *very* frequent issue.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: choosing an email client

2005-03-01 Thread Adi Pircalabu
On Tue, 01 Mar 2005 09:21:10 +
David Larkin [EMAIL PROTECTED] wrote:

 I'd like something lightweight but with a GUI. Not PINE but not a
 'Outlook' type thing.

I second the other 2 guys recommending Sylpheed. It is very light and it
fulfills all of my needs.
Beware that, if you want to go with Claws (also my choice), you should
install latest release (1.0.1), it fixes several serious memory leaks.

-- 
Adrian Pircalabu

Public KeyID = 0x04329F5E


-- 
This message was scanned for spam and viruses by BitDefender.
For more information please visit http://linux.bitdefender.com/

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


Re: ruby upgrade

2005-03-01 Thread Ion-Mihai Tetcu
On Tue, 01 Mar 2005 14:45:34 +
Aaron Sloan [EMAIL PROTECTED] wrote:

 Good morning,
 I'm having some troubles getting started on how to
 search the ports I have installed who have ruby as a dependency so
 I can upgrade them.  What syntax do I need for searching of which file?
 
 I have looked at the syntax from the perl portupgrade and I'm scared...  : )
 
 portupgrade -f `(pkg_info -R perl-5\* |tail +4; \
 find /usr/local/lib/perl5/site_perl/5.[68].[1245] -type f -print0 \
 | xargs -0 pkg_which -fv | sed -e '/: ?/d' -e 's/.*: //')|sort -u`

What's wrong with the ports/UPDATING entry ?

portupgrade -rf ruby-1.8.\*


-- 
IOnut
Unregistered ;) FreeBSD user


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


Re: make world fails..how to troubleshoot?

2005-03-01 Thread Lowell Gilbert
J.D. Bronson [EMAIL PROTECTED] writes:

 I am running:
 FreeBSD 5.3-STABLE-SNAP001 FreeBSD 5.3-STABLE-SNAP001 #0: Sun Jan 30
 03:57:47 UTC 2005
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
 
 and I cvs'd up using:
 *default release=cvs tag=RELENG_5
 
 (I first deleted /usr/src and then ran cvsup)
 
 Then following the normal way of building world, I went into
 /usr/src and issued:
 
 make buildworld
 
 After about 5-7mins I see this:
 
 building shared library libkrb5.so.7
 building static krb5 library
 ranlib libkrb5.a
 sh /usr/src/tools/install.sh -C -o root -g wheel -m 444   libkrb5.a
 /usr/obj/usr/src/i386/usr/lib
 sh /usr/src/tools/install.sh -s -o root -g wheel -m 444
 libkrb5.so.7 /usr/obj/usr/src/i386/usr/lib
 sh /usr/src/tools/install.sh -C -o root -g wheel -m 444  heim_err.h
 k524_err.h
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/krb5-protos.h
 /usr/src/kerberos5/lib/libkrb5/../../include/krb5-types.h
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/krb5.h
 krb5_err.h /usr/obj/usr/src/i386/usr/include
 ln -fs libkrb5.so.7 /usr/obj/usr/src/i386/usr/lib/libkrb5.so
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error
 #
 
 And then it stops. I did a full make world using the same gear
 Saturday and it worked fine...this is another new identical
 machine...but I cannot get world to build and this error means little
 to me..
 
 Anyone shed some lite on this?

Are you using a -j option in the build?  
If so, try it again without, so that the error will show more clearly.

Also, try another cvsup, in case you had hit a transient build problem
(there apparently was one over the weekend -- I seem to recall it
being in a different area, but I may be remembering incorrectly).
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make, etc, whereis, commands broken

2005-03-01 Thread Lowell Gilbert
Warren [EMAIL PROTECTED] writes:

 i was clearing out some files in /usr and accidentally did something and now 
 command such as:  clear, make, whereis no longer work ... how can i get them 
 back to working ?

That depends on what you did.  If they're completely gone, you'll need
to get them back; backups are the traditional way of fixing this.  In
the worst case, a complete base system reinstall (possibly updating
from source, if you have enough of your system left to do that) will
fix it up.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make world fails..how to troubleshoot?

2005-03-01 Thread J.D. Bronson
At 08:49 AM 03/01/2005, Lowell Gilbert wrote:
J.D. Bronson [EMAIL PROTECTED] writes:
 I am running:
 FreeBSD 5.3-STABLE-SNAP001 FreeBSD 5.3-STABLE-SNAP001 #0: Sun Jan 30
 03:57:47 UTC 2005
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

 and I cvs'd up using:
 *default release=cvs tag=RELENG_5

 (I first deleted /usr/src and then ran cvsup)

 Then following the normal way of building world, I went into
 /usr/src and issued:

 make buildworld

 After about 5-7mins I see this:

 building shared library libkrb5.so.7
 building static krb5 library
 ranlib libkrb5.a
 sh /usr/src/tools/install.sh -C -o root -g wheel -m 444   libkrb5.a
 /usr/obj/usr/src/i386/usr/lib
 sh /usr/src/tools/install.sh -s -o root -g wheel -m 444
SNIP



 Anyone shed some lite on this?
Are you using a -j option in the build?
If so, try it again without, so that the error will show more clearly.
Also, try another cvsup, in case you had hit a transient build problem
(there apparently was one over the weekend -- I seem to recall it
being in a different area, but I may be remembering incorrectly).
Yes...I hit this bug...I was not using any -j in the build and still no 
clear errors...after someone else noticed this and cvs was updated..all is 
well

thanks-

--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Email: [EMAIL PROTECTED] // Pager: 414.314.8282
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Firefox and Macromedia Flash Plugin...

2005-03-01 Thread Eric Schuele
Zlatozar Zhelyazkov wrote:
Try this:
cd /usr/ports/net/firefox/
make install clean
cd /usr/ports/www/flashplugin-firefox/
make install clean
cd /usr/src/libexec/rtld-elf/
make clean all install
cd /usr/ports/devel/linuxthreads
make install clean
cd /usr/ports/www/linuxpluginwrapper
make install clean
cd /usr/ports/print/acroread/
make install clean
vi /etc/libmap.conf
Add the lines:
# Flash with Firefox
[/usr/local/lib/linux-flashplugin6/libflashplayer.so]
libpthread.so.0 pluginwrapper/flash6.so
libdl.so.2 pluginwrapper/flash6.so
libz.so.1 libz.so.2
libstdc++-libc6.2-2.so.3 liblstdc++.so.4
libm.so.6 libm.so
libc.so.6 pluginwrapper/flash6.so
# Acrobat with Firefox
[/usr/local/Acrobat5/Browsers/intellinux/nppdf.so]
libpthread.so.0 pluginwrapper/acrobat.so
libdl pluginwrapper/acrobat.so
libc.so.6 pluginwrapper/acrobat.so 

Now you have flash  and acrobat as bonus ;)
Thank you for these instructions.  I was hoping to find a native flash 
player, since I am currently not running the Linux compatibility layer. 
 But maybe I have no choice.  In any case these instructions will be 
very helpful if I decide to turn on compatibility.

Thanks.
Good luck

On Mon, 28 Feb 2005 11:22:35 -0600, Eric Schuele [EMAIL PROTECTED] wrote:
Pietro Cerutti wrote:
I'm sorry, at the moment there's no plugin for flash on this platform...
Some time ago a signed a petition addressed to the guys at macromedia,
telling them to do that, but nothing happened till now...
Ok... Thanks.


On Mon, 28 Feb 2005 10:09:45 -0600, Eric Schuele [EMAIL PROTECTED] wrote:

Hello,
Not sure if this is the best place to post this... If not please let me
know.
I would like to have flash capabilities in my Firefox 1.0 installation.
I do not have Linux compat turned on and would prefer to keep it off
if possible.  No real reason for having it off... other than to see if I
can run without it and still do everything I need.
I have searched the archives and googled a good bit.  Everyone seems to
rely on the Linux plugin wrapper.  Is there a 'no Linux compatibility
alternative that works well with Firefox?
Thanks,
--
Regards,
Eric
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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



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


Re: dir ~

2005-03-01 Thread Nathan Kinkade
On Mon, Feb 28, 2005 at 04:58:45PM -, Rob wrote:
 Hi,
 
  I typed mv file dir/~ and I now have dir/~ but when I go to that it
 takes me to my home which happened to be root, I tried to delete the
 directory and it started deleting roots home. Is there a way to delete this
 ~ dir?

Can you clarify the exact command that you entered and the exact name of
the resulting file?  '/' is not a legal character in a filename, and I'm
fairly certain that the system would not let you create a file with such
a character.  I could be misinterpreting what you wrote, but when it
seems as if you are saying that you literally have a file name 'dir/~'.

Nathan


pgpAQH7JU6jPY.pgp
Description: PGP signature


mount_smbfs without entering password

2005-03-01 Thread Petre Bandac
I can't make mount_smbfs to work with the -N switch (ie read its
passwords from ~/.nsmbrc)

sudo mount_smbfs -I IP-address //[EMAIL PROTECTED]/share /mnt/share
works

while

sudo mount_smbfs -N -I IP-address //[EMAIL PROTECTED]/share /mnt/share

gives

mount_smbfs: unable to open connection: syserr = Authentication error

.nsmbrc looks like this
#
[82.xx.xx.xx:petre:share]
password=$$1785a52273d

[superduda:petre:share]
password=$$1785a52273d

[netbios_name:petre]
password=$$1785a52273d

[82.xx.xx.xx6:petre]
password=$$1785a52273d



what's the problem ?

thanks,

petre

-- 
Login: petreName: Petre Bandac
Directory: /home/petre  Shell: /usr/local/bin/zsh
On since Fri Feb 25 17:28 (EET) on ttyv0, idle 4 days 0:05 (messages
off)
Last login Sun Feb 27 23:26 (EET) on ttyp6 from lubyanka.kgb.ro
New mail received Fri Feb 25 18:30 2005 (EET)
 Unread since Wed Feb 23 16:47 2005 (EET)
No Plan.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pf issues with anchor

2005-03-01 Thread FreeBSD MailingLists
After sending off the question I did a little more digging and I think
I figured it out.
I was reading the current pf faq on the openbsd website, which turns
out to be based on OpenBSd 3.6 version of pf.  FreeBSD 5.3 has OpenBSD
3.5 version of pf.

Turns out in the version 3.5 when loading an anchor file you HAD to
specify it as...
load anchor anchor-name:ruleset-name from file-path

The version the current faq was written for seems to have made the
ruleset-name an optional value, so it wasn't listed in the code
example.  I found an older version for the faq written for verion 3.5
at.

http://openbsd.automagic.org/faq/pf/index.html





On 01 Mar 2005 13:19:25 +0100, Peter N. M. Hansteen [EMAIL PROTECTED] wrote:
 FreeBSD MailingLists [EMAIL PROTECTED] writes:
 
  when I start pf I get:
  snip
  Enabling pf.
  /etc/pf.conf:4: anchor '(null)' invalid
 
 Just to eliminate the obvious - the file you want to pull in exists, is
 readable and contains what appears at first glance to be valid pf rules?
 
 Does including the anchor in the main pf.conf file produce different results?
 
 --
 Peter N. M. Hansteen, member of the first RFC 1149 implementation team
 http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http://www.nuug.no/
 First, we kill all the spammers The Usenet Bard, Twice-forwarded tales
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: gvinum question

2005-03-01 Thread Ean Kingston


 How do I break a mirror in gvinum in FreeBSD 5.3?; gvinum detach
 doesn't seem to be implemented.

 I have a machine (colo, so no easy physical access) on which one of
 the disks on the root mirror seems to be corrupted, so I need to
 remove it from the mirror and rebuild.  But without detach, I'm at a
 loss...

 Any suggestions?

Would vinum detach work? I know gvinum will work with disks configured
using vinum so maybe the vinum command will detach things properly.

That is good to know. Now I need to figure out how to get my 5.3 system to
use vinum again instead of gvinum.

-- 
Ean Kingston

E-Mail: ean_AT_hedron_DOT_org
URL: http://www.hedron.org/

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


Re: dir ~

2005-03-01 Thread Ruben de Groot
On Mon, Feb 28, 2005 at 04:58:45PM -, Rob typed:
 Hi,
 
  I typed mv file dir/~ and I now have dir/~ but when I go to that it
 takes me to my home which happened to be root, I tried to delete the
 directory and it started deleting roots home. Is there a way to delete this
 ~ dir?

How about rm dir/~ ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gvinum question

2005-03-01 Thread Roy Badami

Ean Would vinum detach work? I know gvinum will work with disks
Ean configured using vinum so maybe the vinum command will detach
Ean things properly.

I don't think so.

I think gvinum rm may be the answer here, haven't had a chance to
try it yet...

-roy

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


Re: Documentation Error?

2005-03-01 Thread Jerry McAllister
 
 [EMAIL PROTECTED] wrote:
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/confi
  gtuning-v irtual-hosts.html
  
  states that adding a virtual address is done in rc.conf like this:
  
  ifconfig_fxp0=inet 10.1.1.1 netmask 255.255.255.0
  ifconfig_fxp0_alias0=inet 10.1.1.2 netmask 255.255.255.255
  
  Shouldn't it be this instead?
  
  ifconfig_fxp0=inet 10.1.1.1 netmask 255.255.255.0
  ifconfig_fxp0_alias0=alias 10.1.1.2 netmask 255.255.255.255
 
 No.  The actual command to make one is:
 
 ifconfig fxp0 inet 10.1.1.2 netmask 255.255.255.255 alias
 
 So you do need to pass the inet to ifconfig.  The _alias0 makes
 the script pass the trailing alias

H,   So what is happening when no 'inet' is in the string?
It seems to work fine.Is something still not right and just
waiting to explode?We have lots of servers configured that way.

jerry

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


External Monitor console resolution black screen after exiting KDE

2005-03-01 Thread Troy
I'm having a strange problem and figured to post to the list for any
insight.  I have an IBM T23 ThinkPad and am running RELENG_5 (currently
5.4) branch.  

Everything works fine if the laptop is not connected to the KVM.  I can
boot up, launch KDE, exit and the console resets itself fine.

When I'm connected to my KVM with an external monitor, I can boot the
machine up and use the console just fine.  When I go to launch KDE, the
external monitor works fine.  Once I exit from KDE, it appears that the
operating system does not reset the terminal properly and the monitor just
shows a black screen as if the video mode is not supported.  

From that point, I can blindly type startx and get back into KDE and
the monitor will work properly, but I cannot get it to reset the console
properly.   If I toggle the video back to the laptop screen, I see
vertical lines on the screen.

The only way I can get it to clear is by shutting off the machine and
rebooting.  I recompiled my kernel with and without VESA, tried using
video modes that I know work in the console but nothing will reset it back
after exiting KDE.  Any insight would be great.

Thanks,

-Troy

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


Re: Documentation Error?

2005-03-01 Thread Chris Hodgins
Jerry McAllister wrote:
[EMAIL PROTECTED] wrote:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/confi
gtuning-v irtual-hosts.html
states that adding a virtual address is done in rc.conf like this:
ifconfig_fxp0=inet 10.1.1.1 netmask 255.255.255.0
ifconfig_fxp0_alias0=inet 10.1.1.2 netmask 255.255.255.255
Shouldn't it be this instead?
ifconfig_fxp0=inet 10.1.1.1 netmask 255.255.255.0
ifconfig_fxp0_alias0=alias 10.1.1.2 netmask 255.255.255.255
No.  The actual command to make one is:
ifconfig fxp0 inet 10.1.1.2 netmask 255.255.255.255 alias
So you do need to pass the inet to ifconfig.  The _alias0 makes
the script pass the trailing alias

H,   So what is happening when no 'inet' is in the string?
It seems to work fine.Is something still not right and just
waiting to explode?We have lots of servers configured that way.
jerry

Ted
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
man rc.conf and search for network_interfaces.  The reason it still 
works is that if you do a simple test with your ifconfig both:

ifconfig wi0 192.168.0.6
ifconfig wi0 inet 192.168.0.6
work as you would expect.
HTH
Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


authpf on FreeBSD 5.3 : the answer

2005-03-01 Thread Jacques Beigbeder
 Kernel (the standard one, from CD distribution):
 FreeBSD mybox.ens.fr 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 
 UTC 2004
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
 
 I fail to have authpf working on FreeBSD 5.3.
 I setup a pf.conf file ending with:
  anchor authpf/*
 'pfctl -sr' displays correctly:
  [ ... ]
  anchor authpf/* all
 'pfctl -a authpf -s rules' displays:
  No rulesets in anchor 'authpf'.
 I run an ssh on a client, and then 'pfctl -a authpf -s rules' displays:
 (a poor rule just for test):
  pass in quick on bge1 inet proto tcp from 1.2.3.4 to any

The answer: add 'keep state':
pass in quick on bge1 inet proto tcp from 1.2.3.4 to any keep state


--
Jacques Beigbeder|  [EMAIL PROTECTED]
Service de Prestations Informatiques | http://www.spi.ens.fr
Ecole normale supérieure |
45 rue d'Ulm |Tel : (+33 1)1 44 32 37 96
F75230 Paris cedex 05|Fax : (+33 1)1 44 32 20 75

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


A possibly simple query about pf on FreeBSD 5.3-RELEASE

2005-03-01 Thread Madhusudan Singh
After nearly a week of fighting the dual problem of OpenBSD 3.6 release
freezing on my hardware, and some rather odious personalities on the
[EMAIL PROTECTED] mailing list, I decided to install FreeBSD 5.3-RELEASE on the
web server I am deploying and stick to it.

I went through the webpage on firewalling on FreeBSD
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-pf.html)
and decided to pick pf as my firewall solution. The OpenBSD guide on this
simply and elegantly written and is very easy to get the hang of.

I have created a packet filtering ruleset in /etc/pf.conf, enabled the
switches in /etc/rc.conf and am fiddling around with it. I tried to connect
on port ssh (22, I think) and did a few tests with different IP addresses
and it works as I expect.

Since this beast is going to be a webserver, I wrote the following filter
for port www :

(previously blocking all and scrubbing all of course)

pass in on $ext_if proto tcp from any to $ext_if \
 port www flags S/SA keep state \
(max 200,source-track rule,max-src-nodes 100,max-src-states 3)

Question :

Is the above a reasonably good rule for my situation (if you have further
questions, fire away) ?

Second, whenever I load my rule set (pfctl -f /etc/pf.conf), I get a
warning :
No ALTQ support in kernel
ALTQ related functions disabled

Now, I would probably want to use queueing and bandwidth allotment if I am
to run a webserver that allows a few IP addresses to connect via ssh. 

Question :

How do I enable ALTQ support in the kernel ? And since I have the choice of
either using a loadable module for pf (like I am doing) or compiling in PF
support into the kernel, which is better from a security and performance
pov ?

Another issue, unrelated to pf :

I am trying to install plone, zope (and a bunch of zope/plone related
packages) and apache on the machine. However, the pkg_add process quit with
some errors for some of the packages and refered me to some log (which
log ?) during installation.

Question :

Are versions in the ports tree for these packages kosher, i.e., do they
compile, install and work cleanly ?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


dir ~

2005-03-01 Thread Rob
Thanx a lot to everyone who replied with rm dir/~ worked perfectly, I've
included what happened when I tried to use the other command posted incase
your interested. 

 

Nathan the command I typed was mv GameServerAddon gsnew/~ but all fixed now.
Thanx for the help

 

%rmdir /root/gsnew/~

rmdir: /root/gsnew/~: Not a directory

As you can see in my attempts I've deleted the root prompt.

 

-Rob

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


RE: Documentation Error?

2005-03-01 Thread Jason D. Montgomery
Odd. I'm no guru, so it may just be my lack of understanding...

I had this in my rc.config file to setup an alias on a NIC:

ifconfig_xl0=inet 192.168.20.2 netmask 255.255.255.0
ifconfig_xl0_alias0=inet 192.168.20.3 netmask 255.255.255.255

And the alias'd address would NOT load at boot time. Couldn't get it to
work.

But when I changed it to this, it worked just fine:

ifconfig_xl0=inet 192.168.20.2 netmask 255.255.255.0
ifconfig_xl0_alias0=alias 192.168.20.3 netmask 255.255.255.255

The ifconfig command wouldn't work either until I replaced alias with
inet on the command line. 

Am I just missing something else?

FYI:

# uname -a
FreeBSD ns2.atgi.com 4.9-RELEASE-p1 FreeBSD 4.9-RELEASE-p1 #0: Fri Dec
5 15:13:58 EST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NS2  i386

later,
jason
-Original Message-
From: Chris Hodgins [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 01, 2005 11:39 AM
To: Jerry McAllister
Cc: Ted Mittelstaedt; [EMAIL PROTECTED]; Jason D. Montgomery
Subject: Re: Documentation Error?

Jerry McAllister wrote:
[EMAIL PROTECTED] wrote:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/confi
gtuning-v irtual-hosts.html

states that adding a virtual address is done in rc.conf like this:

ifconfig_fxp0=inet 10.1.1.1 netmask 255.255.255.0
ifconfig_fxp0_alias0=inet 10.1.1.2 netmask 255.255.255.255

Shouldn't it be this instead?

ifconfig_fxp0=inet 10.1.1.1 netmask 255.255.255.0
ifconfig_fxp0_alias0=alias 10.1.1.2 netmask 255.255.255.255

No.  The actual command to make one is:

ifconfig fxp0 inet 10.1.1.2 netmask 255.255.255.255 alias

So you do need to pass the inet to ifconfig.  The _alias0 makes
the script pass the trailing alias
 
 
 H,   So what is happening when no 'inet' is in the string?
 It seems to work fine.Is something still not right and just
 waiting to explode?We have lots of servers configured that way.
 
 jerry
 
 
Ted

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

man rc.conf and search for network_interfaces.  The reason it still 
works is that if you do a simple test with your ifconfig both:

ifconfig wi0 192.168.0.6
ifconfig wi0 inet 192.168.0.6

work as you would expect.

HTH
Chris



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


driver recompiler or translator for evdo and hsdpa

2005-03-01 Thread bob wireless internet evdo wifi hotspot guy
Lemme start by admitting i am NOT a programmer... and the APPLE OS is the
most i know about unix.. that said (go easy on me  :o)

is it possible to make a translation program that takes drivers and just
ports them over to other OS's?  i have many EVDO and HSDPA products comming
out and want a quick way to make them freebsd or linux compatible...

X
Robert Kim,
Wireless Internet EVDO HSDPA Wifi Hotspot Advisor
http://evdo-coverage.com http://wireless-internet-broadband-service.com
https://evdo.sslpowered.com/wifi-hotspot-router.html
http://hsdpa-coverage.com
2611 S Pacific Coast Highway 101
Cardiff by the Sea CA 92007 : 206 984 0880
 Wireless Internet Service Is ONLY Broadband with Broadband Customer
Service(tm)
 OUR QUEST: To Kill the Cubicle! (SM)
---Shalo
-;-) 

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


Re: tab completion

2005-03-01 Thread Ben Munat
None of those commands worked... However, I've also found that echo $SHELL in my regular 
user's terminal says /bin/sh, while as root it says /bin/csh. Both root and the non-root 
user's shells are listed in /etc/passwd as /bin/tcsh, so where else would the shell get 
set? Can I just set all terminals and all users (i.e. me) to have the same shell with the 
same capabilities?

thnx,
b
PS: grrr... bottom posting.

Matthew Seaman wrote:
Dan Nelson wrote:
In the last episode (Mar 01), Ben Munat said:

Why doesn't tab completion in the shell work for my regular
(non-root) user?

That depends on what shell the shell refers to, of course.

Grrr... top posting.
On Tue, Mar 01, 2005 at 12:29:15AM -0800, Ben Munat wrote:
According to /etc/passwd, both root and my regular user are using /bin/tcsh.

Try the following:
% set autolist
% set autoexpand
% set autocorrect
% set matchbeep = nomatch
then see if tab completion behaves more like the way you expect it to.
If you like the way that behaves, then add those set commands to
~/.tcshrc inside the 'if ($?prompt) ... endif' block.  For details of
what those variables actually do and various other variables you can
use for similar purposes, read tcsh(1).
Cheers,
Matthew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Documentation Error?

2005-03-01 Thread Jason D. Montgomery
Cool, I thought I had tried that as well without success, but I'll take
your word and experience over mine any day. :)

Thanks for the clarification and actually responding to a random email.

later,
jason

-Original Message-
From: Jerry McAllister [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 28, 2005 5:54 PM
To: Jason D. Montgomery
Cc: [EMAIL PROTECTED]
Subject: Re: Documentation Error?

 

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/configtuning-v
 irtual-hosts.html
 
 states that adding a virtual address is done in rc.conf like this:
 
 ifconfig_fxp0=inet 10.1.1.1 netmask 255.255.255.0
 ifconfig_fxp0_alias0=inet 10.1.1.2 netmask 255.255.255.255
 
 Shouldn't it be this instead?
 
 ifconfig_fxp0=inet 10.1.1.1 netmask 255.255.255.0
 ifconfig_fxp0_alias0=alias 10.1.1.2 netmask 255.255.255.255
 
 (keyword passed to ifconfig is alias instead of inet)
 

It shouldn't be either.   It should be:

  ifconfig_fxp0_alias0=10.1.1.2 netmask 255.255.255.255

With neither 'inet' or 'alias' within the quotes for the alias
definition.
At least that is the way it works for us on about 75 servers.

jerry

  
 
 later,
 
 jason
 
 -=-=-=-=-=-=-=-=-=-=-
 
 jason d. montgomery
 
 ATGi
 
 -=-=-=-=-=-=-=-=-=-=-
 



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


Re: A possibly simple query about pf on FreeBSD 5.3-RELEASE

2005-03-01 Thread Andrew L. Gould
On Tuesday 01 March 2005 10:44 am, Madhusudan Singh wrote:
 After nearly a week of fighting the dual problem of OpenBSD 3.6
 release freezing on my hardware, and some rather odious personalities
 on the [EMAIL PROTECTED] mailing list, I decided to install FreeBSD
 5.3-RELEASE on the web server I am deploying and stick to it.

 I went through the webpage on firewalling on FreeBSD
 (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-
pf.html) and decided to pick pf as my firewall solution. The OpenBSD
 guide on this simply and elegantly written and is very easy to get
 the hang of.

 I have created a packet filtering ruleset in /etc/pf.conf, enabled
 the switches in /etc/rc.conf and am fiddling around with it. I tried
 to connect on port ssh (22, I think) and did a few tests with
 different IP addresses and it works as I expect.

 Since this beast is going to be a webserver, I wrote the following
 filter for port www :

 (previously blocking all and scrubbing all of course)

 pass in on $ext_if proto tcp from any to $ext_if \
  port www flags S/SA keep state \
 (max 200,source-track rule,max-src-nodes 100,max-src-states 3)

 Question :

 Is the above a reasonably good rule for my situation (if you have
 further questions, fire away) ?

 Second, whenever I load my rule set (pfctl -f /etc/pf.conf), I get a
 warning :
 No ALTQ support in kernel
 ALTQ related functions disabled

 Now, I would probably want to use queueing and bandwidth allotment if
 I am to run a webserver that allows a few IP addresses to connect via
 ssh.

 Question :

 How do I enable ALTQ support in the kernel ? And since I have the

Add the following line to your kernel configuration file and 
compile/install a new kernel.

options ALTQ

For instructions regarding kernel configuration/installation, see 
Chapter 8 of the online manual:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html

 choice of either using a loadable module for pf (like I am doing) or
 compiling in PF support into the kernel, which is better from a
 security and performance pov ?

pf is compiled into the GENERIC kernel by default in FreeBSD 5.3.


 Another issue, unrelated to pf :

 I am trying to install plone, zope (and a bunch of zope/plone related
 packages) and apache on the machine. However, the pkg_add process
 quit with some errors for some of the packages and refered me to some
 log (which log ?) during installation.

 Question :

 Are versions in the ports tree for these packages kosher, i.e., do
 they compile, install and work cleanly ?

Best of luck,

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


Re: Compiling

2005-03-01 Thread Bhaban Singh
thanks for ur reply but i have successful to compile the source code.
now i have one more problem. the problem is hat how i come to know
that wherther the ipsec is implemented ro not.
i hope that the ipsec module is already install because it have a
directory   /usr/include/netipsec and it contains all the header files
related to ipsec.

so please confirm me my problem.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


code development

2005-03-01 Thread klowd9 -
Dear All,
My friend and I just installed freebsd..
We have been long time Assembly programmers, And have been looking to 
develop code for the freebsd system.
Where is the development organized?
What projects are being worked on?
Where can we contact the developers?

And so on..
Sincerely, My friend and I
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: didn't work pipe on keyboard

2005-03-01 Thread Anthony Atkielski
âÁËÁÌÑÓ óÔÅÐÁÎ ÷ÌÁÄÉÍÉÒÏ×ÉÞ writes:

 hello all!

 sorry for my english.

 So i hawe small problem with my keyboard on notebook (Roverbook)
 freebsd-5.2.1.
 Were i push slash ( \ ) or (with SHIFT pipe) ( | ) tere not
 display any simbols on terminal. How may this trouble to solve?

You can use /stand/sysinstall to set the keyboard and screen mapping to
match your keyboard and language.  I'm not exactly sure which screen and
keyboard mapping would be best, but judging from the headers on your
e-mail, something handling KOI-8 would probably be the one to use.

-- 
Anthony


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


Re: Perl out of memory [sbrk()]

2005-03-01 Thread Dan Nelson
In the last episode (Mar 01), Per olof Ljungmark said:
 I'm running imapsync that also uses p5-Mail-IMAPClient-2.2.9 to transfer 
 mailboxes between imap servers.
 
 The following error occurs when a message has an attachment of more that 
 approx 35MB in size:
 Out of memory during large request for 67112960 bytes, total sbrk() 
 is 487512064 bytes at /usr/local/bin/imapsync line 790.

According to that output, perl was already using 464MB, and a malloc
request for 64MB failed, which is reasonable since the default hard
datasize limit on FreeBSD is 512MB.  To raise it, put this in
/boot/loader.conf and reboot:

kern.maxdsiz=1024M

 Running 5.3-STABLE a week or so old
 Perl 5.8.6 from ports.
 
 What bothers me especially is that this error will not occur when I run 
 the same command from a old RH Linux (7.2) box. Appriciate comments 

Also running perl 5.8.6, on the same mailbox?  Maybe different perl
versions allocate memory differently.

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


Re: tab completion

2005-03-01 Thread Jonathan Chen
On Tue, Mar 01, 2005 at 09:28:02AM -0800, Ben Munat wrote:
 None of those commands worked... However, I've also found that echo $SHELL 
 in my regular user's terminal says /bin/sh, while as root it says /bin/csh. 

If you're using /bin/sh, then of course none of the given commands
will work as they are for tcsh.

 Both root and the non-root user's shells are listed in /etc/passwd as 
 /bin/tcsh, so where else would the shell get set? Can I just set all 
 terminals and all users (i.e. me) to have the same shell with the same 
 capabilities?

I suspect that /etc/passwd has gotten out of sync with master.passwd.
Don't edit /etc/passwd. Use vipw(1) and make your changes within
there.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
Only the meek get pinched. The bold survive.
  - Ferris Bueller
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: dir ~

2005-03-01 Thread Xavier Maillard
On 28 fév 2005, Rob wrote:

 Hi,
 
 I typed mv file dir/~ and I now have dir/~ but when I go to
 that it takes me to my home which happened to be root, I tried
 to delete the directory and it started deleting roots home. Is
 there a way to delete this
 ~ dir?

Dunno if my answer got lost but a solution I would suggest is to
try a combination of ls/find/rm

My best bet on this issue is to list this by inode -i.e. ls -i
and then track this inode using the inum switch of the find
command to delete the item.

This is usually how I deal with such entries.

Hope that helps.
-- 
sometimes i feel like we're making emacs better and better because we don't 
 know what to do with emacs once it is finished.

-- AlexSchroeder on #emacs @OPN


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


Re: Cannot compile koffice - missing libfpx-1.2.0.11.tar.bz2

2005-03-01 Thread Lowell Gilbert
[EMAIL PROTECTED] writes:

 I'm trying to compile and install koffice BUT freeBSD 5.3 doesn't find the
 libfpx-1.2.0.11.tar.bz2 (see below  an extract of the log). I've checked
 the various directory searched and a more recent version 
 libfpx-1.2.0.12.tar.bz2.

Mikhail Teterin updated the port about an hour ago to use the more
recent tarball.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: crontab synatx

2005-03-01 Thread Lowell Gilbert
Eugene M. Minkovskii [EMAIL PROTECTED] writes:

 I put in my crontab following string:
 
 # min hour mday month wday command
 0 7*/3   * *   echo Hello world
 
 So, I hope, this command will be workind every third day:
 3,6,9,12 etc, because at man crontab we read:
 
 man 5 crontab
 For example, ``0-23/2'' can be used in the hours field to specify
 command execution every other hour (the alternative in the V7
 standard is ``0,2,4,6,8,10,12,14,16,18,20,22'').
 /man 5 crontab
 
 But, my command worked at 28 feb, and 1 march.

The way the /3 syntax works is that it specifies a skip in the
values.  It doesn't affect what the *first* value is, so for day of
month, the first value is 1.  Then it will skip 3, and will execute
again on the 4th.

I haven't tested this, but I think you could get what you want by
saying 3-31/3 for the mday value.

 Other case I type
 
 # min hour mday month wday command
 0 7*/14   * *   echo Hello world
 
 And this is work at 15 febr. Is it bug or feature?

As in the previous example, I think this behavior is exactly what the
documentation describes.  If you want the 14th and the 28th of every
month, just put 14,28 in that field of the crontabl

  Is it bug or feature? Perhaps
 crontab count day of month from zero?

No, it counts from one, as everyone would expect.  This is required
behavior according to POSIX.

   If so, when should work
 command if I type directly number of day:
 
 # min hour mday month wday command
 0 714   * *   echo Hello world

That will execute at 7:00 AM on the 14th of every month.

 And how will be counted months?

January is 1, December is 12.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: tab completion

2005-03-01 Thread Hauan David A
 -Original Message-
 From: Jonathan Chen [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, March 01, 2005 10:20 AM
 To: Ben Munat
 Cc: freebsd-questions@freebsd.org
 Subject: Re: tab completion
 
 
 On Tue, Mar 01, 2005 at 09:28:02AM -0800, Ben Munat wrote:
  None of those commands worked... However, I've also found that echo 
  $SHELL
  in my regular user's terminal says /bin/sh, while as root 
 it says /bin/csh. 
 
 If you're using /bin/sh, then of course none of the given 
 commands will work as they are for tcsh.
 
  Both root and the non-root user's shells are listed in 
 /etc/passwd as
  /bin/tcsh, so where else would the shell get set? Can I 
 just set all 
  terminals and all users (i.e. me) to have the same shell 
 with the same 
  capabilities?
 
 I suspect that /etc/passwd has gotten out of sync with 
 master.passwd. Don't edit /etc/passwd. Use vipw(1) and make 
 your changes within there.

Correctly installed shells are found in /etc/shells.
You can populate by adding shells throught the ports.
as root (su) whatever do this..
chsh username
which should be self explanatory.

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


Re: arplookup 192.168.1.254 failed: host is not on local network

2005-03-01 Thread Lowell Gilbert
Mark Edwards [EMAIL PROTECTED] writes:

 I've just put my server on a new connection that requires DHCP, even
 for a fixed IP.  Anyway, the DHCP server gives a fixed public internet
 IP to my server, but it communicates on 192.168.1.254, which angers
 FreeBSD (4.11).  I get a lot of the following:
 
 arplookup 192.168.1.254 failed: host is not on local network
 
 Which makes sense, because as far as FreeBSD is concerned, interface
 ep1 is on the internet not on a LAN.

Exactly.

 Looking on the net, I found the following suggestion, which does cure
 the errors:
 
 /sbin/route add -net 192.168.1.254 -netmask 255.255.255.0 -interface 1
 
 My question is, is that the proper way to deal with this?

It's not bad.  I would use -host instead of -net and -netmask, and it
will fail if the DHCP server ever changes its address, but what you
are doing is is working and fairly likely to stay that way.

I have to
 issue this statement whenever the dhclient is restarted.  I've
 currently placed it in my firewall script, but is there a proper or
 more elegant way to achieve this?

If you want something more elegant, you could specify a script for one
of the dhclient-script(8) hooks, and put the route in there.  You
would be able to refer to the interface and server address by
variables which dhclient-script provides...

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Firefox and Macromedia Flash Plugin...

2005-03-01 Thread Lowell Gilbert
Eric Schuele [EMAIL PROTECTED] writes:

 Zlatozar Zhelyazkov wrote:

  cd /usr/ports/www/flashplugin-firefox/
  make install clean
  cd /usr/src/libexec/rtld-elf/
  make clean all install
  cd /usr/ports/devel/linuxthreads
  make install clean
  cd /usr/ports/www/linuxpluginwrapper
  make install clean

 Thank you for these instructions.  I was hoping to find a native flash
 player, since I am currently not running the Linux compatibility
 layer. But maybe I have no choice.  In any case these instructions
 will be very helpful if I decide to turn on compatibility.

I though that www/flashplugin-firefox *was* native, and didn't require
any of those other bits.  [If it did require them, the ports system
would be set up to build them first.]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Strange SCSI logs

2005-03-01 Thread Andrea Venturoli
Anthony Atkielski wrote:
I've been getting strange messages of similar character on my system,
too.  I'm running FreeBSD 5.3 on a dual-processor PPro with an Adaptec
AIC7880 controller and two 4.5 GB SCSI drives.  There doesn't seem to be
any data corruption occurring, but the process doing the I/O is stalled
by the errors or messages, whatever they are.
What type of controller and disks do you have?
Adaptec ASC-29320R with two Maxtor Atlas 10K-IV 36WLS on the same cable.
And I was wrong to blame healthd, even after I stopped it, I'm still 
getting these messages.
Hope I can find out more.

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


  1   2   >