Widescreen Monitor and X Help please

2010-09-22 Thread Scott Ballantyne
Hello,

I'm upgrading from FreeBSD 5.3 to 8.1 --- much wonderful work has been
done clearly, I'm very impressed and hat's off to the developers.

Unfortunately I've hit a snag with X. I have an LG Flatron W2253, a
5750 graphics card and I have not been able to get them to work with X
at all.

Following the handbook's instructions:

Xorg -config xorg.conf.new 

with and without the -retro option just give me a black screen from
which there is no escape. I have to log into the machine from
somewhere else on the network to reboot it. Killing the Xorg process
doesn't help.

Following the instructions on widescreen monitors, I have extracted a
modeline from the log files: 

Section Monitor
#DisplaySize  490   320 # mm
Identifier   Monitor0
VendorName   LG (GSM)
ModelNameW2253
#   HorizSync30.0 - 83.0
#   VertRefresh  56.0 - 75.0
ModeLine 1920x1080 138.5 1920 1968 2000 2080 1080 1083 1088 
#   Option  DPMS
EndSection

And I have modified the screen as follows:

Section Screen
Identifier Screen0
Device Card0
MonitorMonitor0
DefaultDepth 24
SubSection Display
Viewport   0 0
Depth 24
Modes 1920x1080
EndSubSection
EndSection

None of this has helped. If anyone can assist me, I would be very
grateful.

Thanks a lot,
Scott
-- 
s...@ssr.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Matthias Apitz
El día Wednesday, September 22, 2010 a las 08:11:17AM -, Scott Ballantyne 
escribió:

 Hello,
 
 I'm upgrading from FreeBSD 5.3 to 8.1 --- much wonderful work has been
 done clearly, I'm very impressed and hat's off to the developers.
 
 Unfortunately I've hit a snag with X. I have an LG Flatron W2253, a
 5750 graphics card and I have not been able to get them to work with X
 at all.
 
 Following the handbook's instructions:
 
 Xorg -config xorg.conf.new 
 
 with and without the -retro option just give me a black screen from
 which there is no escape. I have to log into the machine from
 somewhere else on the network to reboot it. Killing the Xorg process
 doesn't help.

add:

Option AllowEmptyInput false

to the Section ServerLayout;

matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
Solidarity with the zionistic pirates of Israel?   Not in my  name!
¿Solidaridad con los piratas sionistas de Israel? ¡No en mi nombre!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Warren Block

On Wed, 22 Sep 2010, Matthias Apitz wrote:


El d?a Wednesday, September 22, 2010 a las 08:11:17AM -, Scott Ballantyne 
escribi?:


Hello,

I'm upgrading from FreeBSD 5.3 to 8.1 --- much wonderful work has been
done clearly, I'm very impressed and hat's off to the developers.

Unfortunately I've hit a snag with X. I have an LG Flatron W2253, a
5750 graphics card and I have not been able to get them to work with X
at all.

Following the handbook's instructions:

Xorg -config xorg.conf.new

with and without the -retro option just give me a black screen from
which there is no escape. I have to log into the machine from
somewhere else on the network to reboot it. Killing the Xorg process
doesn't help.


add:

Option AllowEmptyInput false

to the Section ServerLayout;


Please, no.

http://www.wonkity.com/~wblock/docs/html/aei.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Warren Block

On Wed, 22 Sep 2010, Scott Ballantyne wrote:


I'm upgrading from FreeBSD 5.3 to 8.1 --- much wonderful work has been
done clearly, I'm very impressed and hat's off to the developers.

Unfortunately I've hit a snag with X. I have an LG Flatron W2253, a
5750 graphics card and I have not been able to get them to work with X
at all.

Following the handbook's instructions:

Xorg -config xorg.conf.new

with and without the -retro option just give me a black screen from
which there is no escape.


Does the black screen show a mouse pointer?  No escape including 
ctrl-alt-f1?


I have to log into the machine from somewhere else on the network to 
reboot it. Killing the Xorg process doesn't help.


Try running X without an xorg.conf.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Matthias Apitz
El día Wednesday, September 22, 2010 a las 07:08:24AM -0600, Warren Block 
escribió:

  add:
 
  Option AllowEmptyInput false
 
  to the Section ServerLayout;
 
 Please, no.
 
 http://www.wonkity.com/~wblock/docs/html/aei.html

Nice. But with HALD I could not manage sound to work in KDE :-(

matthias

-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
Solidarity with the zionistic pirates of Israel?   Not in my  name!
¿Solidaridad con los piratas sionistas de Israel? ¡No en mi nombre!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Widescreen Monitor and X Help please

2010-09-22 Thread bdsfbsd

On Wed, 22 Sep 2010 04:11:17 -0400, Scott Ballantyne s...@ssr.com wrote:

[snip]

Unfortunately I've hit a snag with X. I have an LG Flatron W2253, a
5750 graphics card and I have not been able to get them to work with X
at all.

Following the handbook's instructions:

Xorg -config xorg.conf.new

with and without the -retro option just give me a black screen from
which there is no escape. I have to log into the machine from
somewhere else on the network to reboot it. Killing the Xorg process
doesn't help.

So if you return to the tty that you started X from (maybe by Alt-F1) and  
hit Ctrl-C, that doesn't kill your X session? Reboot seems a bit drastic.



Following the instructions on widescreen monitors, I have extracted a
modeline from the log files:


[snip]


None of this has helped. If anyone can assist me, I would be very
grateful.

Thanks a lot,
Scott


I struggled with widescreen config for a while until I realized the Tao  
solution was best - have you tried starting X without any  
/etc/X11/xorg.conf at all?


Brian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Warren Block

On Wed, 22 Sep 2010, Matthias Apitz wrote:


El d?a Wednesday, September 22, 2010 a las 07:08:24AM -0600, Warren Block 
escribi?:


add:

Option AllowEmptyInput false

to the Section ServerLayout;


Please, no.

http://www.wonkity.com/~wblock/docs/html/aei.html


Nice. But with HALD I could not manage sound to work in KDE :-(


But you don't need hal, you can build xorg-server without it or use 
Option AutoAddDevices Off instead of AEI Off.  (No idea on what 
might cause hal/KDE sound interaction.)

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


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Scott Ballantyne
Hello Brian,

 So if you return to the tty that you started X from (maybe by Alt-F1) and  
 hit Ctrl-C, that doesn't kill your X session? Reboot seems a bit drastic.

That's correct. It kills the X session, but the terminal remains dark,
and switches to 'lower power' mode. Using ctrl-alt-f1 or alt-f1
doesn't change the screen setting.

 I struggled with widescreen config for a while until I realized the Tao  
 solution was best - have you tried starting X without any  
 /etc/X11/xorg.conf at all?

Tao solution? I'm not sure what that is, but I have tried just typing
'startx' and also tried starting using xdm. Unfortunately everything
has the same result, which is a blank screen in power savermode :(

Thanks for your help.
Scott
 

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


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Scott Ballantyne
Hi Warren,

 Does the black screen show a mouse pointer?  No escape including 
 ctrl-alt-f1?

No mouse pointer, nothing. The X process will be shutdown with a
ctrl-c or ctrl-alt-delete, but the screen remains blank, in power
saver mode.

Nothing I do makes any difference on the monitor.

 
 Try running X without an xorg.conf.
 

I've done that, and it works just the same. I saw your other message
about HALD and read your interesting link, aei.html. I disabled the
HALD and DBUS, and rebooted, tried again, but with the same results.

Thanks so much,
Scott

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


Re: Widescreen Monitor and X Help please

2010-09-22 Thread Warren Block

On Wed, 22 Sep 2010, Scott Ballantyne wrote:


Does the black screen show a mouse pointer?  No escape including
ctrl-alt-f1?


No mouse pointer, nothing. The X process will be shutdown with a
ctrl-c or ctrl-alt-delete, but the screen remains blank, in power
saver mode.

Nothing I do makes any difference on the monitor.


It really sounds like a driver problem.  radeon doesn't explicitly 
support the 5000-series cards, but I thought it would work.  Check 
/var/log/Xorg.0.log.


You can try the radeonhd driver, or even the vesa driver.


I've done that, and it works just the same. I saw your other message
about HALD and read your interesting link, aei.html. I disabled the
HALD and DBUS, and rebooted, tried again, but with the same results.


Right.  It's probably not an input problem.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: php help, please....

2010-06-14 Thread Ivan Voras
On 06/12/10 20:47, Gary Kline wrote:

  but it
  seems strange that php would simply =change= out from under
  me.  well, so to speak.  can you suggest any php list that i
  should sub to?  

Unfortunately they do it all the time - every sub-release and especially
major releases can be relied upon to have subtle changes.

Client-side PHP code bit-rots due to this on its own, with nothing being
changed anywhere but in the interpreter.

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


php help, please....

2010-06-12 Thread Gary Kline

a few days ago i got my webserver working.. late last night i
found the following error on my http://www.thought.org page:


Warning: date() [function.date]: It is not safe to rely on the
system's timezone settings. You are *required* to use the
date.timezone setting or the date_default_timezone_set()
function. In case you used any of those methods and you are
still getting this warning, you most likely misspelled the
timezone identifier. We selected 'America/Los_Angeles' for
'PDT/-7.0/DST' instead in
/usr/local/www/apache22/data/randmeditations.php on line 6
  

  as an example of my use of date() is

  $hour = date(H);


can anybody 'splain what suddenly went wrong with my two-year-old 
php script?

gary

ps: FWIW: I am pulling this part from my home page today.  i
figure every 18-30 months pages need updating.  but would shore
like to know wha' happened 



-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
The 7.83a release of Jottings: http://jottings.thought.org/index.php
   http://journey.thought.org  99 44/100% Guaranteed Novel

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


Re: php help, please....

2010-06-12 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 12/06/2010 18:26:42, Gary Kline wrote:
 can anybody 'splain what suddenly went wrong with my two-year-old 
 php script?

Simple.  You upgraded to php-5.3.x.  This is a well known gotcha --
php-5.3.x needs to have the timezone set explicitly in
/usr/local/etc/php.ini.  If you haven't got a php.ini, then just copy
one of the sample files, php.ini-production for preference, and edit it
like so (although your timezone is almost certainly not Europe/London,
so substitute accordingly):

% diff -u php.ini-production php.ini
- --- php.ini-production2010-05-31 10:03:32.0 +0100
+++ php.ini 2010-04-27 15:53:52.0 +0100
@@ -1002,7 +1002,7 @@
 [Date]
 ; Defines the default timezone used by the date functions
 ; http://php.net/date.timezone
- -;date.timezone =
+date.timezone = Europe/London

 ; http://php.net/date.default-latitude
 ;date.default_latitude = 31.7667

Cheers,

Matthew

- -- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkwTyKAACgkQ8Mjk52CukIzCegCaAgFCmpJewNjbJJrslNdHGdyq
/fgAnjoCsVwUK/koPT7TzrM26UsXgro3
=06OP
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: php help, please....

2010-06-12 Thread Gary Kline
On Sat, Jun 12, 2010 at 06:49:20PM +0100, Matthew Seaman wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 12/06/2010 18:26:42, Gary Kline wrote:
  can anybody 'splain what suddenly went wrong with my two-year-old 
  php script?
 
 Simple.  You upgraded to php-5.3.x.  This is a well known gotcha --
 php-5.3.x needs to have the timezone set explicitly in
 /usr/local/etc/php.ini.  If you haven't got a php.ini, then just copy
 one of the sample files, php.ini-production for preference, and edit it
 like so (although your timezone is almost certainly not Europe/London,
 so substitute accordingly):
 
 % diff -u php.ini-production php.ini
 - --- php.ini-production  2010-05-31 10:03:32.0 +0100
 +++ php.ini   2010-04-27 15:53:52.0 +0100
 @@ -1002,7 +1002,7 @@
  [Date]
  ; Defines the default timezone used by the date functions
  ; http://php.net/date.timezone
 - -;date.timezone =
 +date.timezone = Europe/London
 
  ; http://php.net/date.default-latitude
  ;date.default_latitude = 31.7667
 
   Cheers,
 
   Matthew



here's what is in my /usr/local/etc/php.ini file as of
moments ago:


[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = America/Los_Angeles


i hit reload on my broswer and still get the err from date.
the first date is $week = date(w); [[[i think!]]]


then, i tried [again] what Robert suggested, and my problems
vanished.  thanks to you both.

$day = date_default_timezone_set(w);
$hour = date_default_timezone_set(H);
$minutes = date_default_timezone_set(i);
$seconds = date_default_timezone_set(s);


back to my re-editing about my cover artist, one Mr Kalin
pretty soon.  once i've cleaned up my home/homepage!, but it
seems strange that php would simply =change= out from under
me.  well, so to speak.  can you suggest any php list that i
should sub to?  i don't always click around to read the
latest and greatest about lang changes.  or fashions and
trends, :_) LOL, but i do my best to read of this kind of
change.  so any list suggestion would be indeed welcome.

gary,

[jack of N trades and maste r of -1. ]

 
 - -- 
 Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
   Flat 3
 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW
 -BEGIN PGP SIGNATURE-
 Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
 iEYEARECAAYFAkwTyKAACgkQ8Mjk52CukIzCegCaAgFCmpJewNjbJJrslNdHGdyq
 /fgAnjoCsVwUK/koPT7TzrM26UsXgro3
 =06OP
 -END PGP SIGNATURE-

-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
The 7.83a release of Jottings: http://jottings.thought.org/index.php
   http://journey.thought.org  99 44/100% Guaranteed Novel

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


Chown PRoblem..HELP PLEASE

2008-04-11 Thread Ruel Luchavez
Hi ALL,

i make a new directory in my server using mkdir [name of folder], then when
i wan to view the folder i use ll and this is the view:

drwxrwxrwx 2 root wheel 512 Apr 11 11:05 [name of folder]

when i want to change the owner[root] into a certain name (ex.ruel) using
the command:

chown -R ruel:wheel ...path/[name folder]

I allways got and error:

chown:ruel: Invalid argument

what went wrong here guys? what could be my error? can you HELP me on this?
PLEASE...

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


Re: Chown PRoblem..HELP PLEASE

2008-04-11 Thread Jon Radel
Ruel Luchavez wrote:
 Hi ALL,
 
 i make a new directory in my server using mkdir [name of folder], then when
 i wan to view the folder i use ll and this is the view:
 
 drwxrwxrwx 2 root wheel 512 Apr 11 11:05 [name of folder]
 
 when i want to change the owner[root] into a certain name (ex.ruel) using
 the command:
 
 chown -R ruel:wheel ...path/[name folder]
 
 I allways got and error:
 
 chown:ruel: Invalid argument
 
 what went wrong here guys? what could be my error? can you HELP me on this?
 PLEASE...

Before the user ruel can own a directory, the user ruel must exist.
Does he?  The command cat /etc/passwd will give you a list of every
existing user. The adduser script is useful for adding users, if this
indeed the problem.

Incidentally, I find it hard to believe that the name of your directory
is so embarrassing that you can't share it.  By sanitizing such things,
rather than reporting exactly what you typed and exactly what the
response is, you seriously risk editing out clues.  If you already knew
what was important as a clue, you probably wouldn't need to ask the
question.

--Jon Radel


smime.p7s
Description: S/MIME Cryptographic Signature


some help please

2008-01-16 Thread Moazzar Battah
Dear Sir,

I need some help , I am a new user for Linux and freebsd so I need your help
I need to know how to install the freebsd in the best way and how I can
install the ports like gnome and openmail interface ? also I will be
thankful if you send me the commands and what every command mean and how I
can use it ?

I already get in the directory /usr/ports/gnome2  /usr/ports/www and make
install and its start downloading but nothing happened after that
installation done ???

I also need to now how to configure the hostname and ip addresses like local
ip and fixed ip to trait the local lan and I real lan in the same way..

Thank u very much   

 

-

Regards,

Moazzer Battah

IT Support

Medical Supply  Services.

Fax: 02-2959375

Tel : 02-2959372/1

Jawwal : 0598-919658

 

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


Re: some help please

2008-01-16 Thread Norman Maurer
Hi,

please reread the handbook I think all you need is explained there
in detail

bye
Norman

Am Mittwoch, den 16.01.2008, 09:46 +0200 schrieb Moazzar Battah:
 Dear Sir,
 
 I need some help , I am a new user for Linux and freebsd so I need your help
 I need to know how to install the freebsd in the best way and how I can
 install the ports like gnome and openmail interface ? also I will be
 thankful if you send me the commands and what every command mean and how I
 can use it ?
 
 I already get in the directory /usr/ports/gnome2  /usr/ports/www and make
 install and its start downloading but nothing happened after that
 installation done ???
 
 I also need to now how to configure the hostname and ip addresses like local
 ip and fixed ip to trait the local lan and I real lan in the same way..
 
 Thank u very much   
 
  
 
 -
 
 Regards,
 
 Moazzer Battah
 
 IT Support
 
 Medical Supply  Services.
 
 Fax: 02-2959375
 
 Tel : 02-2959372/1
 
 Jawwal : 0598-919658
 
  
 
 ___
 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: some help please

2008-01-16 Thread Bill Moran

Everyone on this list is asking for help.  If you use a more descriptive
subject for your email, you'll get better answers.  See:
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-questions/article.html

In response to Moazzar Battah [EMAIL PROTECTED]:
 
 I need some help , I am a new user for Linux and freebsd so I need your help
 I need to know how to install the freebsd in the best way and how I can
 install the ports like gnome and openmail interface ? also I will be
 thankful if you send me the commands and what every command mean and how I
 can use it ?

The handbook has everything you need.  If you get hung up on a specific
step, please feel free to ask on this list.  Unfortunately, it's
impractical to present an entire walkthrough on the mailing list.
Note that the FreeBSD handbook has many translations.  Check to see if
there is one in your native language:
http://www.freebsd.org/docproj/translations.html

There are also non-english mailing lists.  One in your native language
may make things easier for you, if it exists:
http://www.freebsd.org/community/mailinglists.html

 I already get in the directory /usr/ports/gnome2  /usr/ports/www and make
 install and its start downloading but nothing happened after that
 installation done ???

You've got it installed, so that step is complete.  Now you need to
configure it.  This section of the handbook should be helpful:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html

 I also need to now how to configure the hostname and ip addresses like local
 ip and fixed ip to trait the local lan and I real lan in the same way..

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/config-network-setup.html

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


Re: some help please

2008-01-16 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Norman Maurer wrote:
 Hi,
 
 please reread the handbook I think all you need is explained there
 in detail
 
 bye
 Norman
 
 Am Mittwoch, den 16.01.2008, 09:46 +0200 schrieb Moazzar Battah:
 Dear Sir,

 I need some help , I am a new user for Linux and freebsd so I need your help
 I need to know how to install the freebsd in the best way and how I can
 install the ports like gnome and openmail interface ? also I will be
 thankful if you send me the commands and what every command mean and how I
 can use it ?

 I already get in the directory /usr/ports/gnome2  /usr/ports/www and make
 install and its start downloading but nothing happened after that
 installation done ???

 I also need to now how to configure the hostname and ip addresses like local
 ip and fixed ip to trait the local lan and I real lan in the same way..

 Thank u very much   

Actually, I don't think that the names (or even a template that the names
couold be derived from) of the actual cd images that you should use to
install freebsd from.  I know that there is more than a single choice.  I
know that I personally, just downloaded the biggest one, as a guess, and
that worked, but I don't know what the smaller ones would have done, if
they might have been better to install from (I have networking sufficent to
install from the net alone, which is what I did).  Somewhere, the
descriptions of what the different ISO images do should show up, mostlikely
in the manual.

Am I wrong?  Give a pointer, if you think I'm wrong.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHjmGFz62J6PPcoOkRAtlpAJ0fA65R/TiUgLX1iml3I4fal2KI5gCePk/z
SYowLgDoezj0Zelm/wbQRDE=
=4+BH
-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]


Re: some help please

2008-01-16 Thread Hartmut Obst

Somewhere, the descriptions of what the different ISO images do
should show up, mostlikely in the manual.


Do you mean this?

 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-diff-media.html#AEN3259


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


lost+found help please

2007-06-22 Thread Troy Kocher
Yesterday my server rebooted for some unknown reason and after fsck-  
ing 4 times I had ALOT of stuff in lost+found.  I really need to try  
and review/recover these files.   Only docs I've found were linux  
centric, and focused on directories and dates.  I can't make out  
either here.


Please take a look at this http://www.mtadistributors.com/listing.txt;

I'd appreciate any advise you may have to offer.

Thanks
Troy Kocher



_
Scanned by IBM Email Security Management Services 
powered by MessageLabs.

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


Help, please ....Port Install Problem, Google didn't help!

2007-04-28 Thread VeeJay

Hello

I am trying to run a perl script connecting a mysql50 database on a
freebsd61 box.

But I get this error:
Can't locate Mysql.pm in @INC (@INC contains:
/usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at..

But when I want to install perl database driver, I get this error:

localhost# make install clean
===   p5-DBD-mysql50-4. depends on file:
/usr/local/lib/perl5/site_perl/5.8.8/mach/DBI.pm - found
===   p5-DBD-mysql50-4. depends on file: /usr/local/bin/perl5.8.8 -
found
===   p5-DBD-mysql50-4. depends on shared library: mysqlclient.15 - not
found
===Verifying install for mysqlclient.15 in
/usr/ports/databases/mysql50-client
===  Installing for mysql-client-5.0.27
===   Generating temporary packing list
===  Checking if databases/mysql50-client already installed
===   mysql-client-5.0.27 is already installed
 You may wish to ``make deinstall'' and install this port again
 by ``make reinstall'' to upgrade it properly.
 If you really wish to overwrite the old port of
databases/mysql50-client
 without deleting it first, set the variable FORCE_PKG_REGISTER
 in your environment or the make install command line.
*** Error code 1

Stop in /usr/ports/databases/mysql50-client.
*** Error code 1

Stop in /usr/ports/databases/p5-DBD-mysql50.
localhost#


Please help and advise, what should I do? I have tried to google allready
but could not find any solution

--
Thanks!

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


Re: Help, please ....Port Install Problem, Google didn't help!

2007-04-28 Thread Reshmakov Roman
after 'make' type 'make deinstall  make install'



 Hello

 I am trying to run a perl script connecting a mysql50 database on a
 freebsd61 box.

 But I get this error:
 Can't locate Mysql.pm in @INC (@INC contains:
 /usr/local/lib/perl5/5.8.8/BSDPAN
 /usr/local/lib/perl5/site_perl/5.8.8/mach
 /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl
 /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at..

 But when I want to install perl database driver, I get this error:

 localhost# make install clean
===   p5-DBD-mysql50-4. depends on file:
 /usr/local/lib/perl5/site_perl/5.8.8/mach/DBI.pm - found
===   p5-DBD-mysql50-4. depends on file: /usr/local/bin/perl5.8.8 -
 found
===   p5-DBD-mysql50-4. depends on shared library: mysqlclient.15 - not
 found
===Verifying install for mysqlclient.15 in
 /usr/ports/databases/mysql50-client
===  Installing for mysql-client-5.0.27
===   Generating temporary packing list
===  Checking if databases/mysql50-client already installed
===   mysql-client-5.0.27 is already installed
   You may wish to ``make deinstall'' and install this port again
   by ``make reinstall'' to upgrade it properly.
   If you really wish to overwrite the old port of
 databases/mysql50-client
   without deleting it first, set the variable FORCE_PKG_REGISTER
   in your environment or the make install command line.
 *** Error code 1

 Stop in /usr/ports/databases/mysql50-client.
 *** Error code 1

 Stop in /usr/ports/databases/p5-DBD-mysql50.
 localhost#


 Please help and advise, what should I do? I have tried to google allready
 but could not find any solution




-- 
Ñ óâàæåíèåì,
 Reshmakov  mailto:[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: Help, please ....Port Install Problem, Google didn't help!

2007-04-28 Thread Bill Moran
Reshmakov Roman [EMAIL PROTECTED] wrote:

 after 'make' type 'make deinstall  make install'

I've found that a make clean frequently cleans up this problem as well,
which basically seems to be the result of the port system somehow losing
track of the fact that a particular dependency is already installed.

  Hello
 
  I am trying to run a perl script connecting a mysql50 database on a
  freebsd61 box.
 
  But I get this error:
  Can't locate Mysql.pm in @INC (@INC contains:
  /usr/local/lib/perl5/5.8.8/BSDPAN
  /usr/local/lib/perl5/site_perl/5.8.8/mach
  /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl
  /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at..
 
  But when I want to install perl database driver, I get this error:
 
  localhost# make install clean
 ===   p5-DBD-mysql50-4. depends on file:
  /usr/local/lib/perl5/site_perl/5.8.8/mach/DBI.pm - found
 ===   p5-DBD-mysql50-4. depends on file: /usr/local/bin/perl5.8.8 -
  found
 ===   p5-DBD-mysql50-4. depends on shared library: mysqlclient.15 - not
  found
 ===Verifying install for mysqlclient.15 in
  /usr/ports/databases/mysql50-client
 ===  Installing for mysql-client-5.0.27
 ===   Generating temporary packing list
 ===  Checking if databases/mysql50-client already installed
 ===   mysql-client-5.0.27 is already installed
You may wish to ``make deinstall'' and install this port again
by ``make reinstall'' to upgrade it properly.
If you really wish to overwrite the old port of
  databases/mysql50-client
without deleting it first, set the variable FORCE_PKG_REGISTER
in your environment or the make install command line.
  *** Error code 1
 
  Stop in /usr/ports/databases/mysql50-client.
  *** Error code 1
 
  Stop in /usr/ports/databases/p5-DBD-mysql50.
  localhost#
 
 
  Please help and advise, what should I do? I have tried to google allready
  but could not find any solution
 
 
 
 
 -- 
 Ñ óâàæåíèåì,
  Reshmakov  mailto:[EMAIL PROTECTED]
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


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


Re[2]: Help, please ....Port Install Problem, Google didn't help!

2007-04-28 Thread Reshmakov Roman

 Reshmakov Roman [EMAIL PROTECTED] wrote:

 after 'make' type 'make deinstall  make install'

key phrase: mysql-client-5.0.27 is already installed, so you need
remove old package and install new :)

make clean does not solve this problem cause you clean build tree, not
package.


 I've found that a make clean frequently cleans up this problem as well,
 which basically seems to be the result of the port system somehow losing
 track of the fact that a particular dependency is already installed.

  Hello
 
  I am trying to run a perl script connecting a mysql50 database on a
  freebsd61 box.
 
  But I get this error:
  Can't locate Mysql.pm in @INC (@INC contains:
  /usr/local/lib/perl5/5.8.8/BSDPAN
  /usr/local/lib/perl5/site_perl/5.8.8/mach
  /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl
  /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at..
 
  But when I want to install perl database driver, I get this error:
 
  localhost# make install clean
 ===   p5-DBD-mysql50-4. depends on file:
  /usr/local/lib/perl5/site_perl/5.8.8/mach/DBI.pm - found
 ===   p5-DBD-mysql50-4. depends on file: /usr/local/bin/perl5.8.8 -
  found
 ===   p5-DBD-mysql50-4. depends on shared library: mysqlclient.15 - not
  found
 ===Verifying install for mysqlclient.15 in
  /usr/ports/databases/mysql50-client
 ===  Installing for mysql-client-5.0.27
 ===   Generating temporary packing list
 ===  Checking if databases/mysql50-client already installed
 ===   mysql-client-5.0.27 is already installed
You may wish to ``make deinstall'' and install this port again
by ``make reinstall'' to upgrade it properly.
If you really wish to overwrite the old port of
  databases/mysql50-client
without deleting it first, set the variable FORCE_PKG_REGISTER
in your environment or the make install command line.
  *** Error code 1
 
  Stop in /usr/ports/databases/mysql50-client.
  *** Error code 1
 
  Stop in /usr/ports/databases/p5-DBD-mysql50.
  localhost#
 
 
  Please help and advise, what should I do? I have tried to google allready
  but could not find any solution
 
 
 
 
 -- 
 Ñ óâàæåíèåì,
  Reshmakov  mailto:[EMAIL PROTECTED]
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]





-- 
Ñ óâàæåíèåì,
 Reshmakov  mailto:[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: Help, please ....Port Install Problem, Google didn't help!

2007-04-28 Thread Garrett Cooper

VeeJay wrote:

Hello

I am trying to run a perl script connecting a mysql50 database on a
freebsd61 box.

But I get this error:
Can't locate Mysql.pm in @INC (@INC contains:
/usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl
/usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at..

But when I want to install perl database driver, I get this error:

localhost# make install clean
===   p5-DBD-mysql50-4. depends on file:
/usr/local/lib/perl5/site_perl/5.8.8/mach/DBI.pm - found
===   p5-DBD-mysql50-4. depends on file: /usr/local/bin/perl5.8.8 -
found
===   p5-DBD-mysql50-4. depends on shared library: mysqlclient.15 - 
not

found
===Verifying install for mysqlclient.15 in
/usr/ports/databases/mysql50-client
===  Installing for mysql-client-5.0.27
===   Generating temporary packing list
===  Checking if databases/mysql50-client already installed
===   mysql-client-5.0.27 is already installed
 You may wish to ``make deinstall'' and install this port again
 by ``make reinstall'' to upgrade it properly.
 If you really wish to overwrite the old port of
databases/mysql50-client
 without deleting it first, set the variable FORCE_PKG_REGISTER
 in your environment or the make install command line.
*** Error code 1

Stop in /usr/ports/databases/mysql50-client.
*** Error code 1

Stop in /usr/ports/databases/p5-DBD-mysql50.
localhost#


Please help and advise, what should I do? I have tried to google allready
but could not find any solution


Do as the directions say. cd to the port directory, run make deinstall, 
make install. If you get this all the time, try updating your ports, 
and/or contacting the maintainer because it could be an improper packing 
list, or some sort of weird circular dependencies (former rather than 
latter).


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


Re: [SOLVED] Help please: how to enable SSH password authentication under FreeBSD 6.2? Solved - but not in an expected way

2007-02-14 Thread Olaf Greve

Hi again,

Well as mentioned yesterday, I couldn't let this one go by without at 
least trying to figure out the real reason, so I experimented somewhat 
further.



The issue of ssh1 vs. ssh2 appears to already be clarified, so I won't
go into it again.


Yes, indeed. I myself yesterday came to realise that I had incorrectly 
used the term SSH1 for password authentication, whereas it's basically 
just a different handshake and encryption protocol. My bad. :p


Then:


It shouldn't.  That's odd, as there's no reason to use SSH1 with FreeBSD
5.4 -- SSH2 worked just fine in 5.X.  I'd investigate your puTTY installation/
config, as it sounds to be corrupt.


Well, I did indeed run the daemon in debug mode, and from the traces I 
gather that the handshaking doesn't work properly. Towards the end of 
the traces, we find:


debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: client-server 3des-cbc hmac-sha1 none
debug1: kex: server-client 3des-cbc hmac-sha1 none
debug1: expecting SSH2_MSG_KEXDH_INIT
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
Connection closed by 192.168.1.103
debug1: do_cleanup
debug1: do_cleanup

And it never (or well, hardly ever) seems to get past that point.

I then checked if perhaps I could configure anything in PuTTY regarding 
the handshaking or so, and found very few options there (all yielding no 
better luck in connecting).


Then, I checked the PuTTY version, and found that it was release-0.50, 
whereas I read you used versions 0.58 and 0.59. D/L-ed version 0.59 and 
that works fine!


Sooo, indeed the PuTTY installation I had was flaky. For some reason it 
did work fine with my FreeBSD 5.4 installation, dunno why ?!?


Good, glad this one is solved and that it turned out to be such a 
trivial thing!


Tnx for your help, and cheers!
Olafo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [SOLVED] Help please: how to enable SSH password authentication under FreeBSD 6.2? Solved - but not in an expected way

2007-02-13 Thread Olaf Greve

Hi all,

To cut to the chase, I 'solved' the issue, or rather, the mystery around 
it at least, but the 'solution' was not quite as expected.


I tried both suggestions given.

Firstly:


It rather looks like putty is checking the server key with the older one
(you mentioned you reinstalled the box).


Well... Yes and no.
Yes: the box was 'reinstalled', but completely cleanly, with a newer 
FreeBSD version (i.e. 6.2 vs. 5.3), and using a completely different IP 
address. Given those parameters, it's better to call it a clean install. :P


Also, PuTTY never got to the stage where it infomrmed me that a new host 
was found and if I wanted to store the fingerprint. Instead, it directly 
bailed out with a message like 'Host key not found' (or something like 
that).



try to delete the know_host entry in the register database (look for the
entry start-run-regedit then look for the SshHostKeys entry and delete
the old key).

This should fix your pb ;)


I did so anyway and it didn't seem to make a difference. I kept getting 
the same error.


Then I tried the other suggestion:

# Change to no to disable PAM authentication
ChallengeResponseAuthentication no

I did that (trying setting it to 'yes' as well as 'no') and this too, 
did not seem to make a difference.


No, normally PuTTY gives me the 'host key' error some 3 times or so 
before properly finding any host, so I'm used to that. On the new box, I 
tried it easily 15 times in a row before posing the question yesterday.


Today I gave it a longer pounding, and lo and behold: all of a sudden 
after some 30 attempts it worked! Then, I tried switching the 
ChallengeResponseAuthentication to the opposite value it was set at, 
gave it again a pouding of around 20 attempts, and again 1 succeeded. I 
tried reproducing my 'luck', but some 40 further attempts all yielded no 
score.


It then dawned on me that it might be simply PuTTY that is causing the 
errors, and indeed, I tried Tunnelier and it works a charm (with and 
without PAM), and during all atempts I made, it directly logged in 
without any issues.


Conclusion (or assumption, if you will): there seem to be some major 
incompatibility issues between PuTTY and FreeBSD 6.2's bundled SSH version.


Of course it is easy enough to use a different client at home, it's just 
that when abroad and wanting to check the machine, it is handy to 
quickly download PuTTY.exe and have a quick check without having to 
install a complete program...


Oh well, at least it works now, and I know the box was (and still is) 
configured correctly, and I have found a good work-around (i.e. using a 
better SSH client than PuTTY).


Cheers, and thanks for baring with me,
Olafo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [SOLVED] Help please: how to enable SSH password authentication under FreeBSD 6.2? Solved - but not in an expected way

2007-02-13 Thread Bill Moran
In response to Olaf Greve [EMAIL PROTECTED]:
 
 To cut to the chase, I 'solved' the issue, or rather, the mystery around 
 it at least, but the 'solution' was not quite as expected.
 
 I tried both suggestions given.
 
 Firstly:
 
  It rather looks like putty is checking the server key with the older one
  (you mentioned you reinstalled the box).
 
 Well... Yes and no.
 Yes: the box was 'reinstalled', but completely cleanly, with a newer 
 FreeBSD version (i.e. 6.2 vs. 5.3), and using a completely different IP 
 address. Given those parameters, it's better to call it a clean install. :P
 
 Also, PuTTY never got to the stage where it infomrmed me that a new host 
 was found and if I wanted to store the fingerprint. Instead, it directly 
 bailed out with a message like 'Host key not found' (or something like 
 that).
 
  try to delete the know_host entry in the register database (look for the
  entry start-run-regedit then look for the SshHostKeys entry and delete
  the old key).
  
  This should fix your pb ;)
 
 I did so anyway and it didn't seem to make a difference. I kept getting 
 the same error.
 
 Then I tried the other suggestion:
 
  # Change to no to disable PAM authentication
  ChallengeResponseAuthentication no
 
 I did that (trying setting it to 'yes' as well as 'no') and this too, 
 did not seem to make a difference.
 
 No, normally PuTTY gives me the 'host key' error some 3 times or so 
 before properly finding any host, so I'm used to that. On the new box, I 
 tried it easily 15 times in a row before posing the question yesterday.
 
 Today I gave it a longer pounding, and lo and behold: all of a sudden 
 after some 30 attempts it worked! Then, I tried switching the 
 ChallengeResponseAuthentication to the opposite value it was set at, 
 gave it again a pouding of around 20 attempts, and again 1 succeeded. I 
 tried reproducing my 'luck', but some 40 further attempts all yielded no 
 score.
 
 It then dawned on me that it might be simply PuTTY that is causing the 
 errors, and indeed, I tried Tunnelier and it works a charm (with and 
 without PAM), and during all atempts I made, it directly logged in 
 without any issues.
 
 Conclusion (or assumption, if you will): there seem to be some major 
 incompatibility issues between PuTTY and FreeBSD 6.2's bundled SSH version.

I'm not seeing this.  I tried this with PuTTY 0.58 on a fresh FreeBSD 6.2p1
system and had no problems.  So I grabbed the latest PuTTY 0.59, and that
worked fine as well.

This is a brand new FreeBSD server I just started setting up yesterday, I
haven't touched /etc/ssh/sshd_config at all yet.  I just finished the
upgrade to p1 this morning and tried it out.

I haven't been following this thread, so I don't have any ideas on what
your problem might be, but it's certainly not FreeBSD or puTTY's fault
or I'd be seeing the same problem.

Have you tried running sshd with the -d option, and puTTY with logging
enabled to see exactly what's going on?  Be sure you understand how -d
works on the server if you don't have physical access to it.

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


Re: [SOLVED] Help please: how to enable SSH password authentication under FreeBSD 6.2? Solved - but not in an expected way

2007-02-13 Thread Olaf Greve

Hi Bill,


I'm not seeing this.  I tried this with PuTTY 0.58 on a fresh FreeBSD 6.2p1
system and had no problems.  So I grabbed the latest PuTTY 0.59, and that
worked fine as well.


[...]


I haven't been following this thread, so I don't have any ideas on what
your problem might be, but it's certainly not FreeBSD or puTTY's fault
or I'd be seeing the same problem.


The issue is that PuTTY does not fall back from its SSH2 attempt to SSH1 
(with password authentication), as is what I specified in my 
/etc/ssh/sshd_config


Is this what you tried too, or did you use SSH2 (i.e. key 
authentication, instead of password authentication)?


In my case, SSHD is running in debug mode and the debug log clearly 
indicates that PuTTY only tries SSH2 and does not fall back to SSH1, 
whereas on my live box (FreeBSD 5.4 release AMD64, custom kernel), PuTTY 
does fall back to SSH1.


The 'lines' to the new server are about as short as they can be, as I'm 
currently setting the machine up over our local network, so the only 
thing in between the client and server is our router, which does not 
mess with the SSH traffic...


In short: I see no reason why the PuTTY / FreeBSD 6.2 SSH combination 
would _not_ be at fault (especially as other SSH clients do work fine on 
this box, and as PuTTY also works when connecting to other boxes). :P
Contrary to what I was thinking yesterday, I don't think my 
configuration is at fault...


In case in such a situation the password authentication does work fine 
for you, I'd be curious to find out the reason why it doesn't work for 
me (perhaps you could then also post me your sshd_config settings).


As mentioned, there is an easy work around by using a different SSH 
client, but PuTTY is handy for quick d/l-ing when abroad, and not having 
administrator's rights to the machine you're on at that time.


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


Re: [SOLVED] Help please: how to enable SSH password authentication under FreeBSD 6.2? Solved - but not in an expected way

2007-02-13 Thread Olaf Greve

Hi again,

I must ammend a technically incorrect thing that I wrote previously:

Is this what you tried too, or did you use SSH2 (i.e. key 
authentication, instead of password authentication)?


Both SSH1 and SSH2 can use password authentication, so I incorrectly 
wrote that PuTTY does not fall back to SSH1 password authentication.


This is an obfuscating statement. The issue in fact, seems to reside in 
some issues between PuTTY and FreeBSD 6.2's SSH when it comes down to 
the key negotiation (using SSH2), and it simply does not get beyond that 
point, and hence almost never presents me with the login prompt.


Perhaps I'll give the SSHD a go with the -d option, and perhaps I'll 
also check if I can find PuTTY debug logs; even if it were just for the 
heck of not wanting to give in on this. :D


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


Re: [SOLVED] Help please: how to enable SSH password authentication under FreeBSD 6.2? Solved - but not in an expected way

2007-02-13 Thread Alex Zbyslaw

Olaf Greve wrote:



The issue is that PuTTY does not fall back from its SSH2 attempt to 
SSH1 (with password authentication), as is what I specified in my 
/etc/ssh/sshd_config


Is this what you tried too, or did you use SSH2 (i.e. key 
authentication, instead of password authentication)?


Unless I misunderstand, then you have a serious misapprehension.  SSH1 
versus SSH2 is *nothing* to do with keys versus passwords.  Both SSH1 
and SSH2 support password or key based authentication.  The difference 
is that SSH1 an older protocol and is *insecure* and no-one should still 
be using it unless they have some legacy app which really cannot be updated.


I strongly suggest that at the very least you enable SSH2 as the first 
protocol in sshd_config with a line like


Protocol 2,1

though from what I can see, SSH2 only has been the default for a while, 
and rightly so.


--Alex


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


Help please: how to enable SSH password authentication under FreeBSD 6.2?

2007-02-12 Thread Olaf Greve

Hi guys,

(Firstly: I posted this message well over an hour ago, and it does not 
seem to have come through, in case you recieve this twice, then I'm 
sorry for that :P )


Sorry to ask such a trivial question, and I'm positive it must have been
treated here before, but I just can't remember how to do it exactly, and
perhaps someone can give me a quick answer and spare me hours of further
RTFM-ing. :P

The issue:
I'm (re-) installing my fall-back server, and selected FreeBSD 6.2 i386
release (generic kernel, for now) for that. Now, I want to be able to
access it using SSH (PuTTY, most often) from anywhere in the world, and
hence would like to enable password authentication in SSH again.
Therefore, I used the same /etc/ssh/sshd_config (as listed down below,
with dummy names abc, def, and ghi in the AllowUsers line) as on my live
server, where this works fine. However, when I try accessing it using
PuTTY, PuTTY keeps failing mentioning something like 'host key check
failed'. In the debug.log file on the fallback machine, I learnt that
PuTTY only tries the SSH2 protocol, and doesn't fall back to SSH1 when
it notices that that fails. On the live server (FreeBSD 5.4-release
AMD64, custom kernel), this works a charm, and on that machine the
debug.log file does mention PuTTY (yes, the very same as used for trying
to connect to the fallback machine) that PuTTY falls back to SSH1 and
uses PAM for authentication...

The question:
I recall having had this issue before, and I *think* the resolution was
to enable PAM authentication or so outside of /etc/ssh/sshd_config. I
thought to recall that I either did this in rc.conf (or the defaults for
that), or in the custom kernel configuration. However, I couldn't find
any hints to that anymore on the live box...:(
Does anyone know how to get this going properly, and what it is that I'm
overlooking?

Tnx in advance and cheers!
Olafo

PS: the used /etc/ssh/sshd_config file's contents follows here:



#   $OpenBSD: sshd_config,v 1.68 2003/12/29 16:39:50 millert Exp $
#   $FreeBSD: src/crypto/openssh/sshd_config,v 1.40 2004/04/20
09:37:29 des Exp $

# This is the sshd server system-wide configuration file.  See
# sshd_config(5) for more information.

# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin

# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented.  Uncommented options change a
# default value.

# Note that some of FreeBSD's defaults differ from OpenBSD's, and
# FreeBSD has a few additional options.

#VersionAddendum FreeBSD-20040419

#Port 22
#Protocol 2
#ListenAddress 0.0.0.0
#ListenAddress ::

# HostKey for protocol version 1
#HostKey /etc/ssh/ssh_host_key
# HostKeys for protocol version 2
#HostKey /etc/ssh/ssh_host_dsa_key

# Lifetime and size of ephemeral version 1 server key
#KeyRegenerationInterval 1h
#ServerKeyBits 768

# Logging
#obsoletes QuietMode and FascistLogging
#SyslogFacility AUTH
#LogLevel INFO
LogLevel DEBUG
PrintLastLog no

# Authentication:

#LoginGraceTime 2m
#PermitRootLogin no
#StrictModes yes
AllowUsers abc def ghi

RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile  .ssh/authorized_keys

# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
#RhostsRSAAuthentication no
# similar for protocol version 2
#HostbasedAuthentication no
# Change to yes if you don't trust ~/.ssh/known_hosts for
# RhostsRSAAuthentication and HostbasedAuthentication
#IgnoreUserKnownHosts no
# Don't read the user's ~/.rhosts and ~/.shosts files
#IgnoreRhosts yes

# Change to yes to enable built-in password authentication.
PasswordAuthentication yes
#PermitEmptyPasswords no

# Change to no to disable PAM authentication
#ChallengeResponseAuthentication yes

# Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes
#KerberosGetAFSToken no

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

# Set this to 'no' to disable PAM authentication (via challenge-response)
# and session processing.
#UsePAM yes

#AllowTcpForwarding yes
#GatewayPorts no
#X11Forwarding yes
#X11DisplayOffset 10
#X11UseLocalhost yes
#PrintMotd yes
#PrintLastLog yes
#TCPKeepAlive yes
#UseLogin no
#UsePrivilegeSeparation yes
#PermitUserEnvironment no
#Compression yes
#ClientAliveInterval 0
#ClientAliveCountMax 3
#UseDNS yes
#PidFile /var/run/sshd.pid
#MaxStartups 10

# no default banner path
#Banner /some/path

# override default of no subsystems
Subsystem   sftp/usr/libexec/sftp-server




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


Re: Help please: how to enable SSH password authentication under FreeBSD 6.2?

2007-02-12 Thread Garrett Cooper

Olaf Greve wrote:

Hi guys,

(Firstly: I posted this message well over an hour ago, and it does not 
seem to have come through, in case you recieve this twice, then I'm 
sorry for that :P )


Sorry to ask such a trivial question, and I'm positive it must have been
treated here before, but I just can't remember how to do it exactly, and
perhaps someone can give me a quick answer and spare me hours of further
RTFM-ing. :P

The issue:
I'm (re-) installing my fall-back server, and selected FreeBSD 6.2 i386
release (generic kernel, for now) for that. Now, I want to be able to
access it using SSH (PuTTY, most often) from anywhere in the world, and
hence would like to enable password authentication in SSH again.
Therefore, I used the same /etc/ssh/sshd_config (as listed down below,
with dummy names abc, def, and ghi in the AllowUsers line) as on my live
server, where this works fine. However, when I try accessing it using
PuTTY, PuTTY keeps failing mentioning something like 'host key check
failed'. In the debug.log file on the fallback machine, I learnt that
PuTTY only tries the SSH2 protocol, and doesn't fall back to SSH1 when
it notices that that fails. On the live server (FreeBSD 5.4-release
AMD64, custom kernel), this works a charm, and on that machine the
debug.log file does mention PuTTY (yes, the very same as used for trying
to connect to the fallback machine) that PuTTY falls back to SSH1 and
uses PAM for authentication...

The question:
I recall having had this issue before, and I *think* the resolution was
to enable PAM authentication or so outside of /etc/ssh/sshd_config. I
thought to recall that I either did this in rc.conf (or the defaults for
that), or in the custom kernel configuration. However, I couldn't find
any hints to that anymore on the live box...:(
Does anyone know how to get this going properly, and what it is that I'm
overlooking?

Tnx in advance and cheers!
Olafo

PS: the used /etc/ssh/sshd_config file's contents follows here:


snip

Just looking at your config everything appears to be fine. If you don't 
have PAM enabled or don't want it enabled though you should uncomment 
this line in your config:


# Change to no to disable PAM authentication
ChallengeResponseAuthentication no

1) Did you restart your daemon?
2) Are you using the ssh available in the base system or ports?

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


Re: Help please: how to enable SSH password authentication under FreeBSD 6.2?

2007-02-12 Thread Olaf Greve

Hi Garrett,

Firstly: thanks for your reply!

Just looking at your config everything appears to be fine. If you don't 
have PAM enabled or don't want it enabled though you should uncomment 
this line in your config:


# Change to no to disable PAM authentication
ChallengeResponseAuthentication no


Hmmm, I shall try that, and I am wondering now whether PAM is or isn't 
enabled. I basically just installed FreeBSD, choosing the 'all' option 
when it asked for what to include in the installation. As for packages, 
I only selected cvs-without-gui, and then went ahead with the 
installation (I chose not to enable SSH through inetd, but I did enable 
it through the explicit question whether I wanted or not to do so). 
Now... Does this method perhaps not enable PAM yet?


As for the previous installation: I clearly recall having had a similar 
(or the very same) issue too, but I just don't remember how I ended up 
solving it (this was over 1,5 years ago, and I didn't take notes :o ). 
Come to think of it, I'm not certain anymore now whether this problem 
(and it's solution) surfaced when first configuring SSHD (as I think was 
the case), or when setting up rsync synchronisation between the two 
machines.


Key question here: if the above steps do not already implicitly enable 
PAM, how can I do so myself? Is this done in the kernel, by changing the 
config and recompiling and installing it, or can this done somehow 
through rc.conf (or by enabling/installing/configuring it otherwise)?


Then regarding your further questions:


1) Did you restart your daemon?


Yes, by doing a kill -s HUP sshd pid (not by doing an 
/etc/rc.d/sshd restart or so). I did check the SSHD process id 
afterwards, and indeed that was restarted.



2) Are you using the ssh available in the base system or ports?


The base system one. I did already update the ports tree (with the 
ports-supfile set to all ports), but I haven't rebuilt sshd. Do you 
think this could make the difference?


Thanks again, I hope this further information (and questions) helps for 
determining the cause...


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


Help please: how to enable SSH password authentication under FreeBSD 6.2?

2007-02-12 Thread Olaf Greve

Hi guys,

Sorry to ask such a trivial question, and I'm positive it must have been
treated here before, but I just can't remember how to do it exactly, and
perhaps someone can give me a quick answer and spare me hours of further
RTFM-ing. :P

The issue:
I'm (re-) installing my fall-back server, and selected FreeBSD 6.2 i386
release (generic kernel, for now) for that. Now, I want to be able to
access it using SSH (PuTTY, most often) from anywhere in the world, and
hence would like to enable password authentication in SSH again.
Therefore, I used the same /etc/ssh/sshd_config (as listed down below,
with dummy names abc, def, and ghi in the AllowUsers line) as on my live
server, where this works fine. However, when I try accessing it using
PuTTY, PuTTY keeps failing mentioning something like 'host key check
failed'. In the debug.log file on the fallback machine, I learnt that
PuTTY only tries the SSH2 protocol, and doesn't fall back to SSH1 when
it notices that that fails. On the live server (FreeBSD 5.4-release
AMD64, custom kernel), this works a charm, and on that machine the
debug.log file does mention PuTTY (yes, the very same as used for trying
to connect to the fallback machine) that PuTTY falls back to SSH1 and
uses PAM for authentication...

The question:
I recall having had this issue before, and I *think* the resolution was
to enable PAM authentication or so outside of /etc/ssh/sshd_config. I
thought to recall that I either did this in rc.conf (or the defaults for
that), or in the custom kernel configuration. However, I couldn't find
any hints to that anymore on the live box...:(
Does anyone know how to get this going properly, and what it is that I'm
overlooking?

Tnx in advance and cheers!
Olafo

PS: the used /etc/ssh/sshd_config file's contents follows here:



#   $OpenBSD: sshd_config,v 1.68 2003/12/29 16:39:50 millert Exp $
#   $FreeBSD: src/crypto/openssh/sshd_config,v 1.40 2004/04/20
09:37:29 des Exp $

# This is the sshd server system-wide configuration file.  See
# sshd_config(5) for more information.

# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin

# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented.  Uncommented options change a
# default value.

# Note that some of FreeBSD's defaults differ from OpenBSD's, and
# FreeBSD has a few additional options.

#VersionAddendum FreeBSD-20040419

#Port 22
#Protocol 2
#ListenAddress 0.0.0.0
#ListenAddress ::

# HostKey for protocol version 1
#HostKey /etc/ssh/ssh_host_key
# HostKeys for protocol version 2
#HostKey /etc/ssh/ssh_host_dsa_key

# Lifetime and size of ephemeral version 1 server key
#KeyRegenerationInterval 1h
#ServerKeyBits 768

# Logging
#obsoletes QuietMode and FascistLogging
#SyslogFacility AUTH
#LogLevel INFO
LogLevel DEBUG
PrintLastLog no

# Authentication:

#LoginGraceTime 2m
#PermitRootLogin no
#StrictModes yes
AllowUsers abc def ghi

RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile  .ssh/authorized_keys

# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
#RhostsRSAAuthentication no
# similar for protocol version 2
#HostbasedAuthentication no
# Change to yes if you don't trust ~/.ssh/known_hosts for
# RhostsRSAAuthentication and HostbasedAuthentication
#IgnoreUserKnownHosts no
# Don't read the user's ~/.rhosts and ~/.shosts files
#IgnoreRhosts yes

# Change to yes to enable built-in password authentication.
PasswordAuthentication yes
#PermitEmptyPasswords no

# Change to no to disable PAM authentication
#ChallengeResponseAuthentication yes

# Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes
#KerberosGetAFSToken no

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

# Set this to 'no' to disable PAM authentication (via challenge-response)
# and session processing.
#UsePAM yes

#AllowTcpForwarding yes
#GatewayPorts no
#X11Forwarding yes
#X11DisplayOffset 10
#X11UseLocalhost yes
#PrintMotd yes
#PrintLastLog yes
#TCPKeepAlive yes
#UseLogin no
#UsePrivilegeSeparation yes
#PermitUserEnvironment no
#Compression yes
#ClientAliveInterval 0
#ClientAliveCountMax 3
#UseDNS yes
#PidFile /var/run/sshd.pid
#MaxStartups 10

# no default banner path
#Banner /some/path

# override default of no subsystems
Subsystem   sftp/usr/libexec/sftp-server



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


Re: [SOLVED] Help please: how to enable SSH password authentication under FreeBSD 6.2?

2007-02-12 Thread Irsla



Olaf Greve wrote:
 
 Hi guys,
 
 The question:
 I recall having had this issue before, and I *think* the resolution was
 to enable PAM authentication or so outside of /etc/ssh/sshd_config. I
 thought to recall that I either did this in rc.conf (or the defaults for
 that), or in the custom kernel configuration. However, I couldn't find
 any hints to that anymore on the live box...:(
 Does anyone know how to get this going properly, and what it is that I'm
 overlooking?
 
 

It rather looks like putty is checking the server key with the older one
(you mentioned you reinstalled the box).

try to delete the know_host entry in the register database (look for the
entry start-run-regedit then look for the SshHostKeys entry and delete
the old key).

This should fix your pb ;)


-- 
View this message in context: 
http://www.nabble.com/Help-please%3A-how-to-enable-SSH-password-authentication-under-FreeBSD-6.2--tf3214121.html#a8930024
Sent from the freebsd-questions mailing list archive at Nabble.com.

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


Help please: how to enable SSH password authentication under FreeBSD 6.2?

2007-02-12 Thread Olaf Greve

Hi guys,

Sorry to ask such a trivial question, and I'm positive it must have been 
treated here before, but I just can't remember how to do it exactly, and 
perhaps someone can give me a quick answer and spare me hours of further 
RTFM-ing. :P


The issue:
I'm (re-) installing my fall-back server, and selected FreeBSD 6.2 i386 
release (generic kernel, for now) for that. Now, I want to be able to 
access it using SSH (PuTTY, most often) from anywhere in the world, and 
hence would like to enable password authentication in SSH again. 
Therefore, I used the same /etc/ssh/sshd_config (as listed down below, 
with dummy names abc, def, and ghi in the AllowUsers line) as on my live 
server, where this works fine. However, when I try accessing it using 
PuTTY, PuTTY keeps failing mentioning something like 'host key check 
failed'. In the debug.log file on the fallback machine, I learnt that 
PuTTY only tries the SSH2 protocol, and doesn't fall back to SSH1 when 
it notices that that fails. On the live server (FreeBSD 5.4-release 
AMD64, custom kernel), this works a charm, and on that machine the 
debug.log file does mention PuTTY (yes, the very same as used for trying 
to connect to the fallback machine) that PuTTY falls back to SSH1 and 
uses PAM for authentication...


The question:
I recall having had this issue before, and I *think* the resolution was 
to enable PAM authentication or so outside of /etc/ssh/sshd_config. I 
thought to recall that I either did this in rc.conf (or the defaults for 
that), or in the custom kernel configuration. However, I couldn't find 
any hints to that anymore on the live box...:(
Does anyone know how to get this going properly, and what it is that I'm 
overlooking?


Tnx in advance and cheers!
Olafo

PS: the used /etc/ssh/sshd_config file's contents follows here:



#   $OpenBSD: sshd_config,v 1.68 2003/12/29 16:39:50 millert Exp $
#   $FreeBSD: src/crypto/openssh/sshd_config,v 1.40 2004/04/20 
09:37:29 des Exp $


# This is the sshd server system-wide configuration file.  See
# sshd_config(5) for more information.

# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin

# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented.  Uncommented options change a
# default value.

# Note that some of FreeBSD's defaults differ from OpenBSD's, and
# FreeBSD has a few additional options.

#VersionAddendum FreeBSD-20040419

#Port 22
#Protocol 2
#ListenAddress 0.0.0.0
#ListenAddress ::

# HostKey for protocol version 1
#HostKey /etc/ssh/ssh_host_key
# HostKeys for protocol version 2
#HostKey /etc/ssh/ssh_host_dsa_key

# Lifetime and size of ephemeral version 1 server key
#KeyRegenerationInterval 1h
#ServerKeyBits 768

# Logging
#obsoletes QuietMode and FascistLogging
#SyslogFacility AUTH
#LogLevel INFO
LogLevel DEBUG
PrintLastLog no

# Authentication:

#LoginGraceTime 2m
#PermitRootLogin no
#StrictModes yes
AllowUsers abc def ghi

RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile  .ssh/authorized_keys

# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
#RhostsRSAAuthentication no
# similar for protocol version 2
#HostbasedAuthentication no
# Change to yes if you don't trust ~/.ssh/known_hosts for
# RhostsRSAAuthentication and HostbasedAuthentication
#IgnoreUserKnownHosts no
# Don't read the user's ~/.rhosts and ~/.shosts files
#IgnoreRhosts yes

# Change to yes to enable built-in password authentication.
PasswordAuthentication yes
#PermitEmptyPasswords no

# Change to no to disable PAM authentication
#ChallengeResponseAuthentication yes

# Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes
#KerberosGetAFSToken no

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

# Set this to 'no' to disable PAM authentication (via challenge-response)
# and session processing.
#UsePAM yes

#AllowTcpForwarding yes
#GatewayPorts no
#X11Forwarding yes
#X11DisplayOffset 10
#X11UseLocalhost yes
#PrintMotd yes
#PrintLastLog yes
#TCPKeepAlive yes
#UseLogin no
#UsePrivilegeSeparation yes
#PermitUserEnvironment no
#Compression yes
#ClientAliveInterval 0
#ClientAliveCountMax 3
#UseDNS yes
#PidFile /var/run/sshd.pid
#MaxStartups 10

# no default banner path
#Banner /some/path

# override default of no subsystems
Subsystem   sftp/usr/libexec/sftp-server


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


Re: Help please: how to enable SSH password authentication under FreeBSD 6.2?

2007-02-12 Thread Greg 'groggy' Lehey
On Monday, 12 February 2007 at 13:29:22 +0100, Olaf Greve wrote:
On Monday, 12 February 2007 at 14:54:26 +0100, Olaf Greve wrote:
On Monday, 12 February 2007 at 15:44:42 +0100, Olaf Greve wrote:
 Hi guys,

 (Firstly: I posted this message well over an hour ago, and it does not
 seem to have come through, in case you recieve this twice, then I'm
 sorry for that :P )

Three times.

Once a week there's a regular posting on this list How to ask
questions.  To quote:

  8.  If you don't get an answer immediately, or if you don't even see
  your own message appear on the list immediately, don't resend
  the message.  Wait at least 24 hours.  The FreeBSD mailer
  offloads messages to a number of subordinate mailers around the
  world, and sometimes it can take several hours for the mail to
  get through.  And once it gets through, the one person who might
  know the answer will probably just have gone to bed in his part
  of the world.

I know this message has been unchanged for years, and that most people
(myself included) normally delete it unread.  But from time to time
it's worth reminding yourself.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgp6oASZOURxk.pgp
Description: PGP signature


RE: routing and networking help. (urgent help please)

2007-01-05 Thread Marwan Sultan

FIXED, ignore this email..

However no one has answered.


Hello Gurus,

   This is an Urgent help, as everything pending, waiting.. a FreeBSD 
Solution.
   and I appologize if I will explain in details, please be  patient with 
me.


   Just yesterday, our ISP installed 2 routers (both 3com) at our main 
office.
   One router acting for Datalink between the office and the branch 
(datarouter)

   One for the internet connection.(internet router)

   one short cable connected from the internet router to datalink router
   So everyone on the WAN has internet access which we donot want.
   So we decided to have our FreeBSD 6.1-R server, managing all the job.

   So I installed a FreeBSD box, with NATd enabled, this is how it works
   Internet router ---  rl0 192.168.0.3 freebsd dc0 192.168.1.1 --- 
switch --- all clinets

   also a cat5 cable hookedup from the datalink router to the switch.
   So the switch having the clinets+datalink router + lan freebsd cable.
   The datalink router connected to the branch site also WAN.

   the internet router has the following configurations.
   IP 192.168.0.2 gateway 192.168.0.254
   and the datalink configuration has the follow
   gateway 192.168.0.253
   WAN (branch site)
   IPs of 192.168.2.xx gateway 192.168.0.254
   ALL can ping each other and see each other..(if there is no freebsd 
server)

   also wan works perfectly.. with no FreeBSD server..
   Here is the problem

   the problem when I configure my fbsd lan interface to 192.168.1.1
   and my clinets will have the IP
   192.168.1.x/24 with gateway 192.168.0.254
   wthey will have the internet.. and will NOT see any datalink clients,
   nor will see the WAN on the branch site. (diffrences of IPs and 
gateways)
   because clinets directed to the fbsd server which regonize 192.168.0.254 
(internet router)


   If I configure my clients behind fbsd nat server to IPs of
   192.168.0.x/24 and gateway 192.168.0.253 (Insted of 192.168.1.x and gw 
192.168.0.254)

   they will see the datalink and wan but no internet.

   How would I make all clinets have my fbsd lan ips 192.168.1.x/24
   and freebsd will have the ability to see the two gateways
   192.168.0.254 (internet router) and 192.168.0.253 (datalink router)

   In short words, all clinets should be connected to FreeBSD server lan 
interface
   but in the same time, freebsd will route and manage to the requests for 
wan.


   Second problem:
   If i have rl0 to host my internet router real IP
   and defautlrouter to the NAT ip, internet will not work.
   ifconfig_rl0=inet 62.215.x.6  netmask 255.255.255.252
   defaultrouter=62.215.x.5 #internet router IP
   No Internet.
   but if i host my rl0 to 192.168.0.3
   and defaultrouter to 192.168.0.254 (internet router gateway)
   internet will work...
   ifconfig_rl0=inet 192.168.0.3  netmask 255.255.255.0
   defaultrouter=192.168.0.254

   The first case, disabling nat from router and having it to freebsd only
   second case, having the router to NAT and again freebsd doing another 
nat.


   Sorry Gurus for the long emails, excuse me, and waiting your reply asap.

   -Marwan Sultan.

_
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/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: Help Please !

2007-01-04 Thread Bill Moran
In response to Mohamad Babaei [EMAIL PROTECTED]:

 Thank you!
 what type of data do you need ?

It's generally considered bad form to email someone privately regarding a
questions posted to a mailing list.  I've added the list back in to the CC.

As far as information -- how about whatever it is that made you determine
that suidperl was the problem in the first place ... what gave you that
idea?

Barring that, the output of ps -axu | grep perl would be helpful.

 On 1/3/07, Bill Moran [EMAIL PROTECTED] wrote:
 
  In response to Mohamad Babaei [EMAIL PROTECTED]:
  
   why suidperl  rises my CPU usage to 100% ???
   please help !
 
  It's probably a result of the script that suidperl is running.  Without
  knowing what that is, however, we can't help much.
 
  --
  Bill Moran
  Collaborative Fusion Inc.

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


routing and networking help. (urgent help please)

2007-01-04 Thread Marwan Sultan

Hello Gurus,

   This is an Urgent help, as everything pending, waiting.. a FreeBSD 
Solution.
   and I appologize if I will explain in details, please be  patient with 
me.


   Just yesterday, our ISP installed 2 routers (both 3com) at our main 
office.
   One router acting for Datalink between the office and the branch 
(datarouter)

   One for the internet connection.(internet router)

   one short cable connected from the internet router to datalink router
   So everyone on the WAN has internet access which we donot want.
   So we decided to have our FreeBSD 6.1-R server, managing all the job.

   So I installed a FreeBSD box, with NATd enabled, this is how it works
   Internet router ---  rl0 192.168.0.3 freebsd dc0 192.168.1.1 --- 
switch --- all clinets

   also a cat5 cable hookedup from the datalink router to the switch.
   So the switch having the clinets+datalink router + lan freebsd cable.
   The datalink router connected to the branch site also WAN.

   the internet router has the following configurations.
   IP 192.168.0.2 gateway 192.168.0.254
   and the datalink configuration has the follow
   gateway 192.168.0.253
   WAN (branch site)
   IPs of 192.168.2.xx gateway 192.168.0.254
   ALL can ping each other and see each other..(if there is no freebsd 
server)

   also wan works perfectly.. with no FreeBSD server..
   Here is the problem

   the problem when I configure my fbsd lan interface to 192.168.1.1
   and my clinets will have the IP
   192.168.1.x/24 with gateway 192.168.0.254
   wthey will have the internet.. and will NOT see any datalink clients,
   nor will see the WAN on the branch site. (diffrences of IPs and 
gateways)
   because clinets directed to the fbsd server which regonize 192.168.0.254 
(internet router)


   If I configure my clients behind fbsd nat server to IPs of
   192.168.0.x/24 and gateway 192.168.0.253 (Insted of 192.168.1.x and gw 
192.168.0.254)

   they will see the datalink and wan but no internet.

   How would I make all clinets have my fbsd lan ips 192.168.1.x/24
   and freebsd will have the ability to see the two gateways
   192.168.0.254 (internet router) and 192.168.0.253 (datalink router)

   In short words, all clinets should be connected to FreeBSD server lan 
interface
   but in the same time, freebsd will route and manage to the requests for 
wan.


   Second problem:
   If i have rl0 to host my internet router real IP
   and defautlrouter to the NAT ip, internet will not work.
   ifconfig_rl0=inet 62.215.x.6  netmask 255.255.255.252
   defaultrouter=62.215.x.5 #internet router IP
   No Internet.
   but if i host my rl0 to 192.168.0.3
   and defaultrouter to 192.168.0.254 (internet router gateway)
   internet will work...
   ifconfig_rl0=inet 192.168.0.3  netmask 255.255.255.0
   defaultrouter=192.168.0.254

   The first case, disabling nat from router and having it to freebsd only
   second case, having the router to NAT and again freebsd doing another 
nat.


   Sorry Gurus for the long emails, excuse me, and waiting your reply asap.

   -Marwan Sultan.

_
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


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


Help Please !

2007-01-03 Thread Mohamad Babaei

Hi!

why suidperl  rises my CPU usage to 100% ???
please help !

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


Re: Help Please !

2007-01-03 Thread Bill Moran
In response to Mohamad Babaei [EMAIL PROTECTED]:
 
 why suidperl  rises my CPU usage to 100% ???
 please help !

It's probably a result of the script that suidperl is running.  Without
knowing what that is, however, we can't help much.

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


Re: Help Please !

2007-01-03 Thread Nathan Vidican

In response to Mohamad Babaei [EMAIL PROTECTED]:



why suidperl  rises my CPU usage to 100% ???
please help !



Please read: 
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-questions/


Your message will have been skipped over by many who could have or would 
have answered your question; I myself missed the initial question and 
only replied out of annoyance for your subject 'Help please!' - please 
do read the link I gave you above and re-post your question.


--
Nathan Vidican
[EMAIL PROTECTED]
Windsor Match Plate  Tool Ltd.
http://www.wmptl.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


vpnc error! help please!

2006-11-03 Thread Xihong Yin
Hi,

I got a 'no response from target' error after run 'vpnc'. What was the
problem?

My uname -a output is:
FreeBSD dell.myhome.westell.com 6.0-RELEASE-p2 FreeBSD 6.0-RELEASE-p2 #0:
Sun Jun  4 12:41:34 EDT 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/NATSMBKERNEL  i386

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


Re: help please

2006-09-21 Thread Daniel Gerzo
Hello Hèrvé,

Wednesday, September 20, 2006, 10:49:31 PM, you wrote:

 Hi everybody,

 I recently install freebsd 5.4, bind9, isc-dhcp-server, openldap on my
 machine.
 DNS server is working oke, but since I'm running ipfw firewall on the 
 machine, my windows client (internet Explorer kan reach my
 freeBsd webserver.
 can anyone tell me wich protocol and port I have to open up on my ipfw
 firewall
 so that windows client kan reach my webserver

80/tcp

-- 
Best regards,
 Danielmailto:[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: help please

2006-09-21 Thread Erik Norgaard

Hèrvé Simplice van der Eijk wrote:

Hi everybody,

I recently install freebsd 5.4, bind9, isc-dhcp-server, openldap on my 
machine.
DNS server is working oke, but since I'm running ipfw firewall on the 
machine, my windows client (internet Explorer kan reach my

freeBsd webserver.
can anyone tell me wich protocol and port I have to open up on my ipfw 
firewall

so that windows client kan reach my webserver


Are you actually running a web server? given your list above it seems not.

Secondly, I'm a bit surprised if you can successfully setup bind, dhcpd 
and ldap but not figure out which port the web service is running on... 
Heard about sockstat or /etc/services?


Cheers, Erik

--
Ph: +34.666334818  web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


help please

2006-09-20 Thread Hèrvé Simplice van der Eijk

Hi everybody,

I recently install freebsd 5.4, bind9, isc-dhcp-server, openldap on my 
machine.
DNS server is working oke, but since I'm running ipfw firewall on the 
machine, my windows client (internet Explorer kan reach my

freeBsd webserver.
can anyone tell me wich protocol and port I have to open up on my ipfw 
firewall

so that windows client kan reach my webserver

_
Zoeken is nog nooit zo eenvoudig geweest! http://toolbar.live.com/

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


failed to enable memory mapping! (help please)

2006-09-09 Thread Marwan Sultan

Hello Everyone,

 during my 6.1 installation, I'm getting this error.

 atapci1: Intel ICH7 SATA300 controlles port 0x20c8-0x20cf, 
0x20ec-0x20ef,0x20c0-

 0x20c7,0x20e8-0x20eb,0x20a0-0x20af  irq 19 at device 31.2 on pci
 atapci1: failed to enable memory mapping!

 Google didnot help much,
 So anyhelp please?
 Motherboard is intel945 and sata Hard drive,

 The problem is the box is shutting down sometimes.. as a sudden shuttin 
down..
 The box really has no abnormal hardwares, only Rams, harddrive and the 
motherboard.


 Also only running Freeradius, chillispot, MySql 4.1, apache2. acting as 
NAT and hotspot login.


 Any help about this problem please?

 Where to get the logs for this shutting down, i cannot see any errors 
messages or dmesg logs.


 Thank you
 Marwan.

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


Help please getting twiki from ports configured corectly

2006-03-18 Thread stan
I'm trying to get twiki working. I've installed from ports.

I put the follwing in /usr/local/etc/apache/

ScriptAlias /twiki/bin/ /usr/local/www/twiki/bin/
Alias /twiki/ /usr/local/www/twiki/
Directory /usr/local/www/twiki/bin
Options +ExecCGI
SetHandler cgi-script
Allow from all
SetEnv USER www
/Directory
Directory /usr/local/www/twiki/pub
Options FollowSymLinks +Includes
AllowOverride None
Allow from all
/Directory

And I've put the following in /usr/local/www/data/index.html

 href=twiki/bin/cgi-bin/view/Main/WebHome/Knowledge Base/a
 pa href=twiki/Twiki Docs/a

But when I follow the first link, I get page saying that Main/Webhome
does not exist. It offers to allow me to create it, and if I click on
that link, I'm taken to a form, where I can set things up.

But when I try to commit the changes, I get a message about not having
permission to do this.

Ive made certain that every thing under /usr/local/www/twiki is owned
by user www, and is group www, so I think it's a twiki issue, and not
a filesystem permissions issue.

Can some on help me get over this hurdle?

Thnaks.

   

-- 
U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong 
Terror 
- New York Times 9/3/1967
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Twiki setup help, please

2006-03-17 Thread stan
I'm trying to et up twiki to use as an internal knowledge base .
I want anyone to be able to read anything that is there. I would
like to have users have to login to create/edit content.

I've installed from the ports, and added the appropriate section
to Apaches httpd.conf. I've made certain that everything under 
/usr/local/www/twiki is owned by www, and group www. I've set up 
a link that points to twiki/bin/view/Main/WebHome.

Problem is that when I go to that link, it tells me that Main
Web does not exist. It offers to let me create it, and I get
form that I can fill in. But when I try to commit this web,
I'm told I don;t have permission to create it.

What am I doing wrong?

-- 
U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong 
Terror 
- New York Times 9/3/1967
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GNOME help PLEASE

2006-03-12 Thread Heliocentric
On 3/11/06, Wojciech Puchar [EMAIL PROTECTED] wrote:
 while i'm not regular user of gnome, i have to configure it for users.

 the problem is how to make configuration template default for every new
 user.

 i tried to copy whole or partial user directory to other users+chown but
 no success. always something crashes or doesn't work. only copying desktop
 icons ends in full success.

/usr/share/skel/ is where default config files usually go, any file
starting with . has to be renamed to dot. (so .fvwm2rc becomes
dot.fvwm2rc).

As far as I know, this only works with a normal adduser.conf and
using the adduser command or pw.

Also, (with X11 programs especially) you'll have to edit all absolute
paths in the config files to point to either relative, of if the app
supports it, $HOME or ~/, so the programs won't attempt to write or
read from the user you copied the configs from.

Example:

IconPath /root/icons

would become:

IconPath $HOME/icons

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


Re: GNOME help PLEASE

2006-03-12 Thread Wojciech Puchar

As far as I know, this only works with a normal adduser.conf and
using the adduser command or pw.

Also, (with X11 programs especially) you'll have to edit all absolute
paths in the config files to point to either relative, of if the app
supports it, $HOME or ~/, so the programs won't attempt to write or
read from the user you copied the configs from.

Example:

IconPath /root/icons

would become:

IconPath $HOME/icons

hope this helps :)


thank you very much but it would not. i know this and use this.

the problem is where to find documentation about what gnome file does 
what, and how to make these skeleton files.


any attempt to create clean user, configure gnome in it, move files to 
skel etc. failed. gnome gets lots of bugs, panel crashes etc. this way.


now i know how to move desktop icons themselves, but not configuration.
no idea what files defines what. gnome is even worse than windows in it.

if you have some description about it - will be very helpful
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GNOME help PLEASE

2006-03-12 Thread Heliocentric
On 3/12/06, Wojciech Puchar [EMAIL PROTECTED] wrote:
  As far as I know, this only works with a normal adduser.conf and
  using the adduser command or pw.
 
  Also, (with X11 programs especially) you'll have to edit all absolute
  paths in the config files to point to either relative, of if the app
  supports it, $HOME or ~/, so the programs won't attempt to write or
  read from the user you copied the configs from.
 
  Example:
 
  IconPath /root/icons
 
  would become:
 
  IconPath $HOME/icons
 
  hope this helps :)

 thank you very much but it would not. i know this and use this.

 the problem is where to find documentation about what gnome file does
 what, and how to make these skeleton files.

 any attempt to create clean user, configure gnome in it, move files to
 skel etc. failed. gnome gets lots of bugs, panel crashes etc. this way.

I just did a clean gnome2 install, in a new user, changed the
configuration, copied the entirety to skel, and then adduser'd it.
gnome seems to start fine using gnome-session, and the user accounts
are independent, so it is indeed kept entirely under the user's home
directory.

The clean install created these directories:

.gconf
.gconfd
.gnome
.gnome2
.gnome2_private
.gstreamer-0.8
.icons
.metacity
.nautilus
.themes
Desktop

Most of the important elements are under .gnome2 and .gconf, but the
others are gnome components, metacity is the windowmanager, nautilus
is the file manager/desktop, etc.


 any attempt to create clean user, configure gnome in it, move files to
 skel etc. failed. gnome gets lots of bugs, panel crashes etc. this way.

 now i know how to move desktop icons themselves, but not configuration.
 no idea what files defines what. gnome is even worse than windows in it.

From the looks of it, the only things you'd really need to worry about
with a default config are in .gnome2/ and .gconf/

Most of the meat in .gconf/ is in the %gconf.xml files.

Skeleton files are nothing special, just have to change the name a bit
and some of the paths like I said.


 if you have some description about it - will be very helpful


That's all I can think of, it seems pretty straightforward. I'd be
careful to check all %gconf.xml files in gnome2 to make sure they are
'safe' to use in skel (ie, user is changed, paths to private areas in
another's home, etc)

This is gnome 2.10 under freebsd 6.0-rc1, but the version shouldn't
matter that much unless it's 2.6 or less.

If not any info on things that you have done with your install up till
this point might help me to reproduce the problem, or at least
understand it a bit better.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


GNOME help PLEASE

2006-03-11 Thread Wojciech Puchar

while i'm not regular user of gnome, i have to configure it for users.

the problem is how to make configuration template default for every new 
user.


i tried to copy whole or partial user directory to other users+chown but 
no success. always something crashes or doesn't work. only copying desktop 
icons ends in full success.


any idea, help or RTFM how to modify/make default configuration for many 
gnome users on same machine?

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


Help Please

2006-03-07 Thread Marc Ravenor
Dear Sir/Madam

 

I work for a systems integrator based in the UK. I have a client that is
currently using FreeBSD version 4.11 and version 6. He currently wants
to use the software on an HP DL320 G4 server. The problem he is facing
at the moment is that when the software is loaded he is unable to see
the drives in the server.

 

Is there any bios setting that needs to be changed or is there anything
you can suggest that can overcome this problem? This is extremely urgent
as I potentially stand to lose on very large projects if this problem
cannot be overcome.

 

Many thanks,

 

Marc

 

 

Marc Ravenor

Account Manager

Trans European Technology

 

*DDI: 020 7553 3817

*Mobile: 07930 882898

*Fax: 020 7553 3887

* Email: [EMAIL PROTECTED] 

* Website: www.tet.co.uk http://www.tet.co.uk/  

 

Trans European Technology, Laser House, 132-140 Goswell Road, London,
EC1V 7DY

 


**
The information in this email and in any attachments is confidential and 
intended solely for the attention and use of the named addressee[s]. This 
information may be subject to legal, professional or other privilege. If you 
are not the intended recipient, or a person responsible for delivering it to 
the intended recipient, you are not authorised to and must not disclose, copy, 
distribute, or retain this message or any part of it. If you have received this 
message in error please contact us at once so that we may take the appropriate 
action and avoid troubling you further. This footnote also confirms that this 
email message has been swept for the presence of known computer viruses.
**

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


Re: Help Please

2006-03-07 Thread Martin Hudec

Hello Marc,

Marc Ravenor wrote:

I work for a systems integrator based in the UK. I have a client that is
currently using FreeBSD version 4.11 and version 6. He currently wants
to use the software on an HP DL320 G4 server. The problem he is facing
at the moment is that when the software is loaded he is unable to see
the drives in the server.


What kind of software is he loading? Are we speaking about boot process 
of both versions of FreeBSD? What kind of hardware configuration 
(especially sata controllers or any disk controllers at all) does this 
g4 server have?


I am happily using FreeBSD 6 on DL380 G4 with HP Smart Array 6i (ciss 
driver).


Martin


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


Re: Help Please

2006-03-07 Thread Nils Vogels
Marc Ravenor wrote on 07-03-2006 11:58:
 I work for a systems integrator based in the UK. I have a client that is
 currently using FreeBSD version 4.11 and version 6. He currently wants
 to use the software on an HP DL320 G4 server. The problem he is facing
 at the moment is that when the software is loaded he is unable to see
 the drives in the server.
   
Probably HP is using a device which is not enabled in the stock FreeBSD
6.0 kernel. Does the output of a dmesg give you any clues ?
Compare the dmesg of the 4.11 boot and the one from the 6.0 boot with
each other, and see which device is causing the disks to be recognized
on 4.11, and recompile the kernel on 6.0 with that device in the kernel
config.

Hints about how to do the recompiling can be found in the Handbook, on
http://www.freebsd.org/
 Is there any bios setting that needs to be changed or is there anything
   
It's most likely a driver issue, not a BIOS one.
 you can suggest that can overcome this problem? This is extremely urgent
 as I potentially stand to lose on very large projects if this problem
 cannot be overcome.
   
If this is a big problem, I am sure there are people for hire who can
look into this problem for you right away, to get the response you need
in a timely manner.

Gr,

Nils



signature.asc
Description: OpenPGP digital signature


Re: Help Please

2006-03-07 Thread Chuck Swiger
Marc Ravenor wrote:
[ ... ]
 I work for a systems integrator based in the UK. I have a client that is
 currently using FreeBSD version 4.11 and version 6. He currently wants
 to use the software on an HP DL320 G4 server. The problem he is facing
 at the moment is that when the software is loaded he is unable to see
 the drives in the server.

Boot single-user mode off the install CD, and run pciconf -lv to see what
hardware is present.  If you can provide us with that output and maybe a
dmesg, we can check and update the drivers as needed.

You might also try using the 6.1 beta images which just came out, and see
whether that does any better on your hardware.

Note that you could also try other things, such as making sure the BIOS has been
updated to the most recent version, and you could try doing the installation in
safe mode (which disables APCI and APIC/SMP).

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


Re: Extremly interesting df output. Help, please.

2006-01-08 Thread Александр Деревянко


-Original Message-
From: Александр Деревянко [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Date: Mon, 02 Jan 2006 11:19:30 +0300
Subject: Extremly interesting df output. Help, please.

 
 Hello All !
 
 I'm using FreeBSD 5.4.
 
 Today i have received daily output from my home computer.
 That's it:
 
 Disk status:
 Filesystem  1K-blocksUsed  Avail Capacity  Mounted on
 /dev/ad0s1a253678   36946 19643816%/
 devfs   1   1  0   100%/dev
 /dev/ad0s1d   9206302 -17592178674642 1759218710 -207704820%/usr
 
 Immidiatly, i have connected to it and see the same numbers in df output.
 Yesterday output is OK.
 
 Yesterday the computer rebooted spontaneously, and processed with background 
 fsck.
 
 Does anybody have the same expirience?
 
 Best regards,
 Alexander.

At least one bug with similar symptoms was fixed in later branches of FreeBSD. 
 
Can you check whether this still happens on 6.0?

After reboot the df output returns to normal:
Filesystem  1K-blocksUsed   Avail Capacity  Mounted on
/dev/ad0s1a253678   35874  19751015%/
devfs   1   1   0   100%/dev
/dev/ad0s1d   9206302 7379230 109056887%/usr

So the problem is solved. I can't repeat it, so can't check if it happends 
in 6.0

Best Regards,
Alexander Derevianko.

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


Extremly interesting df output. Help, please.

2006-01-02 Thread Александр Деревянко
Hello All !

I'm using FreeBSD 5.4.

Today i have received daily output from my home computer.
That's it:

Disk status:
Filesystem  1K-blocksUsed  Avail Capacity  Mounted on
/dev/ad0s1a253678   36946 19643816%/
devfs   1   1  0   100%/dev
/dev/ad0s1d   9206302 -17592178674642 1759218710 -207704820%/usr

Immidiatly, i have connected to it and see the same numbers in df output.
Yesterday output is OK.

Yesterday the computer rebooted spontaneously, and processed with background 
fsck.

Does anybody have the same expirience?

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


Re: Sendmail genericstable help, please

2005-09-19 Thread Giorgos Keramidas
On 2005-09-18 22:25, stan [EMAIL PROTECTED] wrote:
 I;m trying to set up a 4.11 STABLE machine to act as the mailhost
 for a buch of virtual doamins. I'm planning on having users on
 the machien for each user/doaimn pair. I've got the incoming
 side of this working well with the Sendmail that came with 4.11
 (Not the ports version if it matters). I've done this with
 /etc/mail/virtusertable and appropruate configuration in the.mc file.

 Now, I;m trying to get the outbound side of it workig, and I'm
 not having much luck.

 I've crate /etc/mail/genericstable and it looks like this:

 stan[EMAIL PROTECTED]

I think you have to use a fully qualified hostname in the left hand
side too here, i.e.:

[EMAIL PROTECTED]   [EMAIL PROTECTED]

where foo.example.net is your local hostname.

 I'v also created /etc/mail/generics-domains it looks like this:

 i-v-o.net

 I've added the following to both ops2.ivo.net.mc and ops2.ivo.net.submit.mc

 MASQUERADE_DOMAIN(`ops2.i-v-o.net')
 FEATURE(`genericstable', `hash -o /etc/mail/genericstable')
 GENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')
 FEATURE(`allmasquerade')
 FEATURE(`masquerade_envelope')
 FEATURE(`masquerade_entire_domain')

Remove the -o option from genericstable.  It means that the generics
table lookup is optional and Sendmail will continue posting the
messages (probably using the wrong address, as you've discovered) even
if there's something wrong with your generics table setup

 I've dome a make ; make install ; make restart sequence in /etc/mail, and
 I've set up muut to use a From of [EMAIL PROTECTED] Yet still the message
 (sent from the machine to the machine) contains:

Setting up mutt is unnecessary.

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


Re: Sendmail genericstable help, please

2005-09-19 Thread Dan Busarow


On Sunday, September 18, 2005, at 08:25  PM, stan wrote:


I;m trying to set up a 4.11 STABLE machine to act as the mailhost
for a buch of virtual doamins. I'm planning on having users on
the machien for each user/doaimn pair. I've got the incoming
side of this working well with the Sendmail that came with 4.11
(Not the ports version if it matters). I've done this with
/etc/mail/virtusertable and appropruate configuration in the.mc file.

Now, I;m trying to get the outbound side of it workig, and I'm
not having much luck.

I've crate /etc/mail/genericstable and it looks like this:

stan[EMAIL PROTECTED]

I'v also created /etc/mail/generics-domains it looks like this:

i-v-o.net

I've added the following to both ops2.ivo.net.mc and 
ops2.ivo.net.submit.mc


MASQUERADE_DOMAIN(`ops2.i-v-o.net')
FEATURE(`genericstable', `hash -o /etc/mail/genericstable')
GENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')
FEATURE(`allmasquerade')
FEATURE(`masquerade_envelope')
FEATURE(`masquerade_entire_domain')



Masquerade is the opposite of what you want to do.  Remove all of the 
masquerade lines and you should be OK


Dan
--
  Dan Busarow 406 287 
2182
  Fish Creek Ventures   
[EMAIL PROTECTED]

  5913 St Hwy 41, Whitehall, MT 59759

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


Re: Sendmail genericstable help, please

2005-09-19 Thread stan
On Mon, Sep 19, 2005 at 02:08:35PM +0300, Giorgos Keramidas wrote:
 On 2005-09-18 22:25, stan [EMAIL PROTECTED] wrote:
  I;m trying to set up a 4.11 STABLE machine to act as the mailhost
  for a buch of virtual doamins. I'm planning on having users on
  the machien for each user/doaimn pair. I've got the incoming
  side of this working well with the Sendmail that came with 4.11
  (Not the ports version if it matters). I've done this with
  /etc/mail/virtusertable and appropruate configuration in the.mc file.
 
  Now, I;m trying to get the outbound side of it workig, and I'm
  not having much luck.
 
  I've crate /etc/mail/genericstable and it looks like this:
 
  stan[EMAIL PROTECTED]
 
 I think you have to use a fully qualified hostname in the left hand
 side too here, i.e.:
 
   [EMAIL PROTECTED]   [EMAIL PROTECTED]
 
 where foo.example.net is your local hostname.
 
  I'v also created /etc/mail/generics-domains it looks like this:
 
  i-v-o.net
 
  I've added the following to both ops2.ivo.net.mc and ops2.ivo.net.submit.mc
 
  MASQUERADE_DOMAIN(`ops2.i-v-o.net')
  FEATURE(`genericstable', `hash -o /etc/mail/genericstable')
  GENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')
  FEATURE(`allmasquerade')
  FEATURE(`masquerade_envelope')
  FEATURE(`masquerade_entire_domain')
 
 Remove the -o option from genericstable.  It means that the generics
 table lookup is optional and Sendmail will continue posting the
 messages (probably using the wrong address, as you've discovered) even
 if there's something wrong with your generics table setup
 
  I've dome a make ; make install ; make restart sequence in /etc/mail, and
  I've set up muut to use a From of [EMAIL PROTECTED] Yet still the message
  (sent from the machine to the machine) contains:
 
 Setting up mutt is unnecessary.
 

Thanks for the help.

I thought I'd post as to what I did to finally get this working. 

I had to add the following:

MASQUERADE_AS(i-v-o.net)

Acording to the sendmail docs this needs to be a space seperated list of
domains that we are willing to masqureade for. In addition it appears that
if the domsin(s) you want to masquerade for are ont in
/etc/mail/local-host-names  m then you need to add:

MASQUERADE_DOMAIN(i-v-o.net)

It appears as though this is possible to replace with  something like:

GENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')

Although I have not gotten this to work yet.

Having said all of that, this may just be a hack to get things working.
I'll try your sugestions this evening. I hope they work, as I'd prefer to
have all of this stored in a file that is read at runtime, as oposed to one
that I have to restart sendmail to read (the .mc/.cf files).

Thansk again for the adivce, I'll report back (if only for the archives)
after I try the above sugestiosn.


-- 
U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong 
Terror 
- New York Times 9/3/1967
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sendmail genericstable help, please

2005-09-18 Thread stan
I;m trying to set up a 4.11 STABLE machine to act as the mailhost
for a buch of virtual doamins. I'm planning on having users on
the machien for each user/doaimn pair. I've got the incoming 
side of this working well with the Sendmail that came with 4.11
(Not the ports version if it matters). I've done this with
/etc/mail/virtusertable and appropruate configuration in the.mc file.

Now, I;m trying to get the outbound side of it workig, and I'm
not having much luck. 

I've crate /etc/mail/genericstable and it looks like this:

stan[EMAIL PROTECTED]

I'v also created /etc/mail/generics-domains it looks like this:

i-v-o.net

I've added the following to both ops2.ivo.net.mc and ops2.ivo.net.submit.mc

MASQUERADE_DOMAIN(`ops2.i-v-o.net')
FEATURE(`genericstable', `hash -o /etc/mail/genericstable')
GENERICS_DOMAIN_FILE(`/etc/mail/generics-domains')
FEATURE(`allmasquerade')
FEATURE(`masquerade_envelope')
FEATURE(`masquerade_entire_domain')


I've dome a make ; make install ; make restart sequence in /etc/mail, and
I've set up muut to use a From of [EMAIL PROTECTED] Yet still the message
(sent from the machine to the machine) contains:

From [EMAIL PROTECTED] Sun Sep 18 15:44:49 2005
Return-Path: [EMAIL PROTECTED]
Received: from ops2.ivo.net (localhost [127.0.0.1])
by ops2.ivo.net (8.13.1/8.13.1) with ESMTP id j8IJijnE070566
for [EMAIL PROTECTED]; Sun, 18 Sep 2005 15:44:45 -0400 (EDT)
(envelope-from [EMAIL PROTECTED])

ops2.ivo.net is the machines real name.

Can anyone see anything I'm doing wrong, this is driving me nuts :-(


-- 
U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong 
Terror 
- New York Times 9/3/1967
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: atheros supported wireless card not seen under 5.4 release - help please

2005-07-11 Thread Toni Schmidbauer
On Fri, Jul 01, 2005 at 11:56:20PM -0700, D. Goss wrote:
 Just went off to check GENERIC - I'm (obviously) new to this but it  seems 
 that ath is not in GENERIC, correct? 
  I'll try rebuilding with  it...

rebuilding the kernel is not necessary. you could do a kldload
if_ath after booting, or add 'if_ath_load=YES' to your
/boot/loader.conf

hth,
toni
-- 
Wer es einmal so weit gebracht hat, dass er nicht | toni at stderror dot at
mehr irrt, der hat auch zu arbeiten aufgehoert| Toni Schmidbauer
-- Max Planck |
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


atheros supported wireless card not seen under 5.4 release - help please

2005-07-02 Thread D. Goss
I've been happy with my limited use of FreeBSD and am slowly  
propagating it to other machines I can find... :)


I've just installed 5.4 release (generic) onto an older Dell Inspiron  
7500 laptop.  I'm trying to get a PCMCIA wireless network card  
working and having problems.


The card is Atheros based and hence listed as supported under the  
harware list (NEC PA-WL/54AG) via ath(4).  If I ifconfig the card is  
not shown, I only see the loopback.


dmesg shows   cardbus0: network, ethernet at device 0.0 (no driver  
attached)


Finally, the card has been shown to work in another laptop under  
another OS so I know the hardware is good.



Can anyone give me a few clues where to look that might have a fresh  
install not seeing this card?


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


Re: atheros supported wireless card not seen under 5.4 release - help please

2005-07-02 Thread D. Goss


On Jul 1, 2005, at 11:40 PM, D. Goss wrote:

I've been happy with my limited use of FreeBSD and am slowly  
propagating it to other machines I can find... :)


I've just installed 5.4 release (generic) onto an older Dell  
Inspiron 7500 laptop.  I'm trying to get a PCMCIA wireless network  
card working and having problems.


The card is Atheros based and hence listed as supported under the  
harware list (NEC PA-WL/54AG) via ath(4).  If I ifconfig the card  
is not shown, I only see the loopback.


dmesg shows   cardbus0: network, ethernet at device 0.0 (no  
driver attached)


Finally, the card has been shown to work in another laptop under  
another OS so I know the hardware is good.




Just went off to check GENERIC - I'm (obviously) new to this but it  
seems that ath is not in GENERIC, correct?  I'll try rebuilding with  
it...


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


Re: help please

2005-05-24 Thread Eric Cheney
On Monday, 23 May 2005 at 17:53:54 -0700, pete wright wrote:
 On 5/23/05, Paul B. [EMAIL PROTECTED] wrote:
  Hi,
  I just installed freebsd (may 23, 2005) and when i start up my
  pc it goes to a text screen (which i know it is s'posed to do)
  but how do you go to the graphics side of freebsd where it looks
  like (this is a bad example) windows and you can click on
  things?

run

/stand/sysinstall

-- configure
-- distributions
-- X.org

That would be a good place to start.
-- 
Eric Cheney   [EMAIL PROTECTED]http://sociostat.org/~eric/

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


Fw: help please

2005-05-24 Thread Randy Dawson

 On 5/23/05, Paul B. [EMAIL PROTECTED] wrote:
  Hi,
  I just installed freebsd (may 23, 2005) and when i start up my pc it
 goes to a text screen (which i know it is s'posed to do) but how do you go
 to the graphics side of freebsd where it looks like (this is a bad
example)
 windows and you can click on things?
 
  I am running
  i386
  5.4 release
  Sincerely,
  Paul
  [EMAIL PROTECTED]


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

 -p
 -- 
 ~~o0OO0o~~
 Pete Wright
 www.nycbug.org
 NYC's *BSD User Group
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


 Login as root
 run xorgconfig
 it writes a test file /root/xorg.conf.new
 to test:
 X-xf86config /root/xorg.conf.new
 You should get a graphics screen, and a mouse pointer
 exit with:
 ctrl alt backspace
 if it all works, copy /root/xorg.conf.new to /etc/x11/xorg.conf
 now set up x to start with KDE:
 echo exec startkde ~/.xinitrc
 rin the environment with:
 startx


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


help please

2005-05-23 Thread Paul B.
Hi,
I just installed freebsd (may 23, 2005) and when i start up my pc it goes 
to a text screen (which i know it is s'posed to do) but how do you go to the 
graphics side of freebsd where it looks like (this is a bad example) windows 
and you can click on things?

I am running 
i386
5.4 release
Sincerely,
Paul
[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: help please

2005-05-23 Thread pete wright
On 5/23/05, Paul B. [EMAIL PROTECTED] wrote:
 Hi,
 I just installed freebsd (may 23, 2005) and when i start up my pc it goes 
 to a text screen (which i know it is s'posed to do) but how do you go to the 
 graphics side of freebsd where it looks like (this is a bad example) windows 
 and you can click on things?
 
 I am running
 i386
 5.4 release
 Sincerely,
 Paul
 [EMAIL PROTECTED]


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

-p
-- 
~~o0OO0o~~
Pete Wright
www.nycbug.org
NYC's *BSD User Group
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help Please ... Question on cvsupit

2005-01-25 Thread Thomas Foster
http://www.section6.net/help/cvsup.php
Hope this helps...
T
- Original Message - 
From: Andrew Batson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 24, 2005 8:14 PM
Subject: Help Please ... Question on cvsupit


Hello,
I have been trying for the last few days to figure out how to update
the ports collection via the cvsup process. I have two different books on
FreeBSD version 5.x and both say to use this cvsupit program but I 
cannot
find it any where. I have FreeBSD release 5.3 install and created a user
account that I can su in. I would like to be able to update the ports
collections and FreeBSD source so that I can custom compile various ports
and FreeBSD. Does any one have any idea where the cvsupit program is. I
have tired installing cvsup-16.1h and cvsup-without-gui via both
pkg_add, sysinstall, and the ports make/install process but I still cannot
find this cvsupit program.

Any ideas on what I am doing wrong? I am still learning FreeBSD so I
probably missing something simple some where?
Thanks for your help,
Andrew
___
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: Help Please ... Question on cvsupit

2005-01-25 Thread Andrew Batson
Hello,

Just wanted to say thanks to those who respond to my request for
help with regards to cvsup the ports tree. I read thought all the replies
and got cvsup to work. :) 

Thanks again for the help,
Andrew

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


Help Please ... Question on cvsupit

2005-01-24 Thread Andrew Batson
Hello,

I have been trying for the last few days to figure out how to update
the ports collection via the cvsup process. I have two different books on
FreeBSD version 5.x and both say to use this cvsupit program but I cannot
find it any where. I have FreeBSD release 5.3 install and created a user
account that I can su in. I would like to be able to update the ports
collections and FreeBSD source so that I can custom compile various ports
and FreeBSD. Does any one have any idea where the cvsupit program is. I
have tired installing cvsup-16.1h and cvsup-without-gui via both
pkg_add, sysinstall, and the ports make/install process but I still cannot
find this cvsupit program.

Any ideas on what I am doing wrong? I am still learning FreeBSD so I
probably missing something simple some where?

Thanks for your help,
Andrew

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


Re: Help Please ... Question on cvsupit

2005-01-24 Thread pete wright
On Mon, 24 Jan 2005 23:14:47 -0500, Andrew Batson [EMAIL PROTECTED] wrote:
 Hello,
 
 I have been trying for the last few days to figure out how to update
 the ports collection via the cvsup process. I have two different books on
 FreeBSD version 5.x and both say to use this cvsupit program but I cannot
 find it any where. I have FreeBSD release 5.3 install and created a user
 account that I can su in. I would like to be able to update the ports
 collections and FreeBSD source so that I can custom compile various ports
 and FreeBSD. Does any one have any idea where the cvsupit program is. I
 have tired installing cvsup-16.1h and cvsup-without-gui via both
 pkg_add, sysinstall, and the ports make/install process but I still cannot
 find this cvsupit program.
 
 Any ideas on what I am doing wrong? I am still learning FreeBSD so I
 probably missing something simple some where?
 

I have not heard of cvsupit, but I do know that cvsup does what you
are looking for.  This is the best place to get info on that, and
there are good walk through's as well:


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

generally speaking, after reading the link above, copy one of the
files located in:

/usr/share/examples/cvsup/

to /etc or /usr/local/etc or some-such-place, edit it as needed and run:

$ cvsup /etc/standard-supfile

for example.

HTH

-pete

-- 
~~o0OO0o~~
Pete Wright
www.nycbug.org
NYC's *BSD User Group
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help Please ... Question on cvsupit

2005-01-24 Thread Michael C. Shultz
On Monday 24 January 2005 08:14 pm, Andrew Batson wrote:
 Hello,

   I have been trying for the last few days to figure out how to update
 the ports collection via the cvsup process. I have two different
 books on FreeBSD version 5.x and both say to use this cvsupit
 program but I cannot find it any where. I have FreeBSD release 5.3
 install and created a user account that I can su in. I would like
 to be able to update the ports collections and FreeBSD source so that
 I can custom compile various ports and FreeBSD. Does any one have any
 idea where the cvsupit program is. I have tired installing
 cvsup-16.1h and cvsup-without-gui via both pkg_add, sysinstall,
 and the ports make/install process but I still cannot find this
 cvsupit program.

   Any ideas on what I am doing wrong? I am still learning FreeBSD so I
 probably missing something simple some where?

 Thanks for your help,
 Andrew

Read:

 man cvsup

after you are done you will be able to ask better questions about cvsup.

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


Re: Help Please ... Question on cvsupit

2005-01-24 Thread Kris Kennaway
On Mon, Jan 24, 2005 at 11:14:47PM -0500, Andrew Batson wrote:
 Hello,
 
   I have been trying for the last few days to figure out how to update
 the ports collection via the cvsup process. I have two different books on
 FreeBSD version 5.x and both say to use this cvsupit program but I cannot
 find it any where. I have FreeBSD release 5.3 install and created a user
 account that I can su in. I would like to be able to update the ports
 collections and FreeBSD source so that I can custom compile various ports
 and FreeBSD. Does any one have any idea where the cvsupit program is. I
 have tired installing cvsup-16.1h and cvsup-without-gui via both
 pkg_add, sysinstall, and the ports make/install process but I still cannot
 find this cvsupit program.

It was removed from the ports collection some time ago because it was
broken for a long period of time and no-one in the community
volunteered to fix it.

You should read the cvsup documentation on the FreeBSD website, which
is up-to-date and comprehensive.

Kris



pgpEIkuiQkgjt.pgp
Description: PGP signature


Re: Help Please ... Question on cvsupit

2005-01-24 Thread W. D.
At 22:14 1/24/2005, Andrew Batson wrote:
Hello,

   I have been trying for the last few days to figure out how to update
the ports collection via the cvsup process. I have two different books on
FreeBSD version 5.x and both say to use this cvsupit program but I cannot
find it any where. I have FreeBSD release 5.3 install and created a user
account that I can su in. I would like to be able to update the ports
collections and FreeBSD source so that I can custom compile various ports
and FreeBSD. Does any one have any idea where the cvsupit program is. I
have tired installing cvsup-16.1h and cvsup-without-gui via both
pkg_add, sysinstall, and the ports make/install process but I still cannot
find this cvsupit program.

   Any ideas on what I am doing wrong? I am still learning FreeBSD so I
probably missing something simple some where?

Thanks for your help,
Andrew

I've got a cheat sheet here that might help you:
http://www.US-Webmasters.com/FreeBSD/Install/#CVSup_Commands


Start Here to Find It Fast!™ - http://www.US-Webmasters.com/best-start-page/
$8.77 Domain Names - http://domains.us-webmasters.com/

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


Help Please

2005-01-03 Thread daniel
ANYONE:

I have a huge problem.  Our systems admin at my work went nuts and locked
us out of our BSD 5.0 server.  He has disabled anyone's su privs. 
Additionally, we cannot boot into single user mode without entering the
root password.  How can I get around this without losing any data on the
server?

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


Re: Help Please

2005-01-03 Thread Hexren
dmc ANYONE:

dmc I have a huge problem.  Our systems admin at my work went nuts and locked
dmc us out of our BSD 5.0 server.  He has disabled anyone's su privs. 
dmc Additionally, we cannot boot into single user mode without entering the
dmc root password.  How can I get around this without losing any data on the
dmc server?

dmc ARGH!,
dmc Daniel


-

Take the HDD out of the server , hook it up to another Computer, mount it there,
change the files which hold passwords, put it back into the server,
boot.

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


Re: Help Please

2005-01-03 Thread Joshua Lokken
On Mon, 3 Jan 2005 11:09:39 -0800 (PST), [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 ANYONE:
 
 I have a huge problem.  Our systems admin at my work went nuts and locked
 us out of our BSD 5.0 server.  He has disabled anyone's su privs.

Did he have good reason for the above action?


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


Re: Help Please

2005-01-03 Thread Benjamin Sobotta
Hey!

Disregarding the reason he might have had to take these actions, it
should be easy to solve the problem if you have physical access to the
machine. Just boot from a CD and change to passwords from there.
There is many descriptions out there on how to do that in detail.

HTH,

Ben

On Mon, 2005-01-03 at 19:09, [EMAIL PROTECTED] wrote:
 ANYONE:
 
 I have a huge problem.  Our systems admin at my work went nuts and locked
 us out of our BSD 5.0 server.  He has disabled anyone's su privs. 
 Additionally, we cannot boot into single user mode without entering the
 root password.  How can I get around this without losing any data on the
 server?
 
 ARGH!,
 Daniel
 ___
 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: Help Please

2005-01-03 Thread Michael C. Shultz
On Monday 03 January 2005 11:09 am, [EMAIL PROTECTED] wrote:
 ANYONE:

 I have a huge problem.  Our systems admin at my work went nuts and
 locked us out of our BSD 5.0 server.  He has disabled anyone's su
 privs. Additionally, we cannot boot into single user mode without
 entering the root password.  How can I get around this without losing
 any data on the server?

Did someone forget to give him his Christmas bonus?

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


Re: kldload help please

2004-11-16 Thread Donald J. O'Neill
On Tuesday 16 November 2004 12:38 am, Gert Cuykens wrote:
 On Sun, 14 Nov 2004 11:01:29 +0100, Kjell Midtseter

 [EMAIL PROTECTED] wrote:
  On Sunday, 14 November 2004 at  2:46:17 +0100, Gert Cuykens 
wrote:
   7rxI# kldload snd_driver.ko
 
  Did you try kldload snd_driver
  (without the .so extension?)
  Kjell
 
   kldload: can't load snd_driver.ko: Exec format error
   7rxI#

 doesnt work either
 ___

Hello Gert,

A funny thought occurred to me: just what is Gert using? I went back 
and checked for posts from you, and surprise - I found mention of 
amd64 and FreeBSD 5.3 beta7. 

Just what are you using?

Don

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


Re: kldload help please

2004-11-16 Thread Gert Cuykens
asus sk8n and the sound chip on the board is Realtek ALC650 who i read
that normaly works fine on freebsd. But i dont know wich driver that
is.


On Tue, 16 Nov 2004 08:00:33 -0600, Donald J. O'Neill
[EMAIL PROTECTED] wrote:
 On Tuesday 16 November 2004 12:38 am, Gert Cuykens wrote:
 
 
  On Sun, 14 Nov 2004 11:01:29 +0100, Kjell Midtseter
 
  [EMAIL PROTECTED] wrote:
   On Sunday, 14 November 2004 at  2:46:17 +0100, Gert Cuykens
 wrote:
7rxI# kldload snd_driver.ko
  
   Did you try kldload snd_driver
   (without the .so extension?)
   Kjell
  
kldload: can't load snd_driver.ko: Exec format error
7rxI#
 
  doesnt work either
  ___
 
 Hello Gert,
 
 A funny thought occurred to me: just what is Gert using? I went back
 and checked for posts from you, and surprise - I found mention of
 amd64 and FreeBSD 5.3 beta7.
 
 Just what are you using?
 
 Don
 
 --
 Donald J. O'Neill
 [EMAIL PROTECTED]

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


help please

2004-11-15 Thread Aaron Carranza
I installed freebsd version 4.9, but for some reason I can't download any
packages from any website, version 4.8 also gives me the same problem. Why
is this happening?

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


Re: help please

2004-11-15 Thread Kevin D. Kinsey, DaleCo, S.P.
Aaron Carranza wrote:
I installed freebsd version 4.9, but for some reason I can't download any
packages from any website, version 4.8 also gives me the same problem. Why
is this happening?
 

Hi, Aaron:
We must assume from your post that you receive
an error message?  If so, what is it?
If you are receiving no message, please describe
the symptoms and your observations about the
problem.
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: help please

2004-11-15 Thread Kris Kennaway
On Mon, Nov 15, 2004 at 01:57:13PM -0500, Aaron Carranza wrote:
 I installed freebsd version 4.9, but for some reason I can't download any
 packages from any website, version 4.8 also gives me the same problem. Why
 is this happening?

For space reasons packages for old releases are not kept on the main
ftp site.  They may still be found on mirror sites, so you can look
around and set the environment variables described in the pkg_add(1)
manpage to fetch from a mirror once you find one that still carries
the packages.  The website http://www.freebsdmirrors.org/ used to list
mirrors carrying various old releases, but this seems not to be alive
at the moment.

Kris


pgpzmkYXawnA0.pgp
Description: PGP signature


Unable to find package files (was Re: help please)

2004-11-15 Thread Kevin D. Kinsey, DaleCo, S.P.
Aaron Carranza wrote:

I installed freebsd version 4.9, but for some reason I can't download any
packages from any website, version 4.8 also gives me the same problem. Why
is this happening?
 

Kevin Kinsey wrote:
Hi, Aaron:
We must assume from your post that you receive
an error message?  If so, what is it?
If you are receiving no message, please describe
the symptoms and your observations about the
problem.
Kevin Kinsey
Aaron Carranza wrote:
Well, to begin with I installed 4.9 configure the network setting had access
to the internet, but when I went into sysinstall to download the
cvsup-without-gui, it did not work. I choose the ftp passive because I have
a firewall in between then I was asked to choose a website, it says looking
up host and the name of the site, but no connection is established and it
goes back to the bsd configuration window. If I go to media again it asked
me if I want to use the ftp info that I gave before I will choose no and I
will display the different ftp sites and when I choose another one the same
thing happen. I installed 4.8 and I had the same problem; however, when I
installed 4.10, I had instant reply. I went to mirrors.rcn.com/pub and as I
go through the site there is no iso images for 4.8 or 4.9 and the only 4.9
that is there do not contain packages or ports only documentation plus some
folder has a question mark on them. I also tried like installing the os over
the internet but there is no download for 4.8 or 4.9 but for version 4.10 I
could. I also tried from the command line typing:
Pkg_add -r cvsup-without-gui-16.1h and I got the following message
Error: FTP unable to get
ftp:/ftp.freebsd.org/pub/freebsd/ports/i386/packages-4.8-release/latest/cvsu
p-without-gui-16.1h.tbz: file unavailable (e.g., file not found, no access)
Pkg_add unable to fetch. Then it gives the same path as above message and
ends with, by URL.
Please help me thankyou.
 

If it were me, I would try this:
1. Install the ports tree (ignore this is /usr/ports is already populated).
$ sysinstall
Choose Configure.
Choose Distributions.
Choose ports and punch OK button.
Follow though the process.
2. Grab a new ports index.
$ make fetchindex
3. Try the package add again:
$pkg_add -r cvsup-without-gui-16.1h
This might or might not help, but it might be worth
a try. Somehow or another, pkg_add is looking for
packages that were put on the servers 18 months ago,
and it's not particularly surprising (to me*) that they're
not there any longer.
Kevin Kinsey
*now, I could be wrong in this, or maybe it's just a mistake.
4.8-RELEASE has been extended past its normal EOL, but
maybe they forgot to tell the FTP admin(s) 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: help please

2004-11-15 Thread Mike Hauber
On Monday 15 November 2004 03:30 pm, Kris Kennaway 
proclaimed:
 On Mon, Nov 15, 2004 at 01:57:13PM -0500, Aaron Carranza 
wrote:
  I installed freebsd version 4.9, but for some reason I
  can't download any packages from any website, version
  4.8 also gives me the same problem. Why is this
  happening?

 For space reasons packages for old releases are not kept
 on the main ftp site.  They may still be found on mirror
 sites, so you can look around and set the environment
 variables described in the pkg_add(1) manpage to fetch
 from a mirror once you find one that still carries the
 packages.  The website http://www.freebsdmirrors.org/
 used to list mirrors carrying various old releases, but
 this seems not to be alive at the moment.

 Kris

I can't remember for what ports (it was a while back), but 
I've had to google the port name to find/download what I 
needed (of course, you'll want to make sure the MD5 
matches, else you could be installing ports that were 
tampered with).  Same goes for packages.

If upgrading to 4.10-STABLE is an option, then I would go 
that route instead.

HTH,

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


Re: kldload help please

2004-11-15 Thread Gert Cuykens
On Sun, 14 Nov 2004 11:01:29 +0100, Kjell Midtseter
[EMAIL PROTECTED] wrote:
 On Sunday, 14 November 2004 at  2:46:17 +0100, Gert Cuykens wrote:
  7rxI# kldload snd_driver.ko
 Did you try kldload snd_driver
 (without the .so extension?)
 Kjell
 
 
  kldload: can't load snd_driver.ko: Exec format error
  7rxI#
 

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


Re: kldload help please

2004-11-14 Thread Kjell Midtseter
On Sunday, 14 November 2004 at  2:46:17 +0100, Gert Cuykens wrote:
 7rxI# kldload snd_driver.ko
Did you try kldload snd_driver
(without the .so extension?)
Kjell
 kldload: can't load snd_driver.ko: Exec format error
 7rxI#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


kldload help please

2004-11-13 Thread Gert Cuykens
7rxI# kldload snd_driver.ko
kldload: can't load snd_driver.ko: Exec format error
7rxI#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: kldload help please

2004-11-13 Thread Subhro



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gert Cuykens
Sent: Sunday, November 14, 2004 7:16
To: [EMAIL PROTECTED]
Subject: kldload help please

7rxI# kldload snd_driver.ko
kldload: can't load snd_driver.ko: Exec format error
7rxI#


Any non standard optimizations called during compilation?

Subhro Sankha Kar
Block AQ-13/1, Sector V
Salt Lake City
PIN 700091
India


smime.p7s
Description: S/MIME cryptographic signature


help please

2004-09-26 Thread Aaron
I will like to thank you before hand for what you are doing for bsd user.

  I am a new bsd user who is trying to learn how to buil a kernel or custimize 
it. I am reading the book absolute bsd and I am using 5.1 version
. I followed the step in configuring my kernel. I ran the cvsup update before 
trying to build the kernel so everything will be up to date. However, I am 
getting these messeges 

SecondAdvent# cd /usr/src/sys/i386/conf
SecondAdvent# ls
GENERIC MakefileOLDCARD SECONDADVENT
GENERIC.hints   NOTES   PAE gethints.awk
SecondAdvent# config SECONDADVENT
ERROR: version of config(8) does not match kernel!
config version = 500012, version required = 60

Make sure that /usr/src/usr.sbin/config is in sync
with your /usr/src/sys and install a new config binary
before trying this again.

If running the new config fails check your config
file against the GENERIC or LINT config files for
changes in config syntax, or option/device naming
conventions

SecondAdvent#



Here is the output of uname -a 
SecondAdvent# uname -a
FreeBSD SecondAdvent.hvc.rr.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Thu Jun  5 
02:55:42 GMT 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  
i386
SecondAdvent#



Hope you could please help me thank you.

Aaron Carranza

SecondAdvent# dmesg
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.1-RELEASE #0: Thu Jun  5 02:55:42 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Preloaded elf kernel /boot/kernel/kernel at 0xc0689000.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 298535327 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (298.54-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x66a  Stepping = 10
  Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PA
T,PSE36,MMX,FXSR
real memory  = 100597760 (95 MB)
avail memory = 90644480 (86 MB)
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
pcibios: BIOS version 2.10
Using $PIR table, 8 entries at 0xc00fdf40
pcib0: Intel 82443BX (440 BX) host to PCI bridge at pcibus 0 on motherboard
pci0: PCI bus on pcib0
agp0: Intel 82443BX (440 BX) host to PCI bridge mem 0xf800-0xfbff at d
evice 0.0 on pci0
pcib1: PCIBIOS PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 2.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel PIIX4 UDMA33 controller port 0xfc90-0xfc9f at device 2.1 on pci
0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0: Intel 82371AB/EB (PIIX4) USB controller port 0xfca0-0xfcbf irq 11 at de
vice 2.2 on pci0
usb0: Intel 82371AB/EB (PIIX4) USB controller on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pci0: bridge, PCI-unknown at device 2.3 (no driver attached)
cbb0: TI1251 PCI-CardBus Bridge mem 0x1000-0x1fff irq 11 at device 3.0
 on pci0
cardbus0: CardBus bus on cbb0
pccard0: 16-bit PCCard bus on cbb0
cbb1: TI1251 PCI-CardBus Bridge mem 0x2000-0x2fff irq 11 at device 3.1
 on pci0
cardbus1: CardBus bus on cbb1
pccard1: 16-bit PCCard bus on cbb1
pci0: simple comms at device 6.0 (no driver attached)
pci0: multimedia, audio at device 7.0 (no driver attached)
orm0: Option ROM at iomem 0xc-0xcbfff on isa0
pmtimer0 on isa0
atkbdc0: Keyboard controller (i8042) at port 0x64,0x60 on isa0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) at port 0x3f7,0x3f
0-0x3f5 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
ppc0: parallel port not found.
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
unknown: PNP0303 can't assign resources (port)
unknown: PNP0c02 can't assign resources (port)
unknown: IBM3780 can't assign resources (irq)
ppc1: parallel port not found.
unknown: PNP0700 can't assign resources (port)
Timecounters tick every 10.000 msec
xe0: Xircom RealPort2 Ethernet 10/100 Adapter at port 0x100-0x10f irq 11 funct
ion 0 config 1 on pccard1
xe0: Xircom CE3, bonding version 0x45, 100Mbps capable
xe0: DingoID = 0x444b, RevisionID = 0x1, VendorID = 0
xe0: Ethernet address 00:10:a4:c7:ff:41
ad0: 3102MB IBM-DBCA-203240 [6304/16/63] at ata0-master UDMA33
acd0: CDROM CRN-8241B 

Configuring IPFW (Firewall) and Proxy/Nylon, Help Please

2004-09-13 Thread JP
Hello There,

I currently am a running 5.2.1-Release which is
configured as a gateway with kernel firewall support. 
I have installed Squid (Proxy) and Nylon (SOCKS) which
seem to be configured fine.  However, I need help in
getting all http/https traffic to only route to the
proxy (Port 3128) and all other traffic to point to
nylon (Port 1080).  This way the proxy and socks
server cannot be circumvented.  Could someone please
suggest some tips or a website?  I am using the
standard rc.firewall configuration.  

Thanks!

Below is my rc.conf file:

---

gateway_enable=YES
firewall_enable=YES
firewall_type=OPEN
natd_enable=YES
natd_interface=ed0
#natd_flags=-f /etc/natd.conf
hostname=**
ifconfig_ed0=DHCP
inetd_enable=YES
keyrate=fast
sshd_enable=YES
usbd_enable=YES
ifconfig_dc0=inet 192.168.1.254  netmask
255.255.255.0
defaultrouter=192.168.1.254




___
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Configuring IPFW (Firewall) and Proxy/Nylon, Help Please

2004-09-13 Thread Subhro
Hello,


On Mon, 13 Sep 2004 16:26:15 -0700 (PDT), JP [EMAIL PROTECTED] wrote:
 Hello There,
 
 I currently am a running 5.2.1-Release which is
 configured as a gateway with kernel firewall support.
 I have installed Squid (Proxy) and Nylon (SOCKS) which
 seem to be configured fine.  However, I need help in
 getting all http/https traffic to only route to the
 proxy (Port 3128) and all other traffic to point to
 nylon (Port 1080).  This way the proxy and socks
 server cannot be circumvented.  Could someone please
 suggest some tips or a website?  I am using the
 standard rc.firewall configuration.
 

http runs on port 80 by default and https on port 443 so you can
divert incoming traffic on port 80 and 443 on port 3128. And do not
forget to save the states for the incoming traffic or the reply
traffic wont get through.

For the later section you can set up a  default divert for everthing
to port 1080.

 Thanks!

You are welcome

 
 Below is my rc.conf file:
 
 ---
 
 gateway_enable=YES
 firewall_enable=YES
 firewall_type=OPEN ---you need to remove this and make this point to your 
 firewall ruleset file
 natd_enable=YES  ---You need to comment this out because if natd is running the 
 clients can anyway get through the NAT and avoid proxy.
 natd_interface=ed0
 #natd_flags=-f /etc/natd.conf
 hostname=**
 ifconfig_ed0=DHCP
 inetd_enable=YES
 keyrate=fast
 sshd_enable=YES
 usbd_enable=YES
 ifconfig_dc0=inet 192.168.1.254  netmask
 255.255.255.0
 defaultrouter=192.168.1.254
 

Regards
S.


-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


  1   2   >