Re: How to config ipv6 for this instance

2008-05-10 Thread Wojciech Puchar

on laptop, but still can't get it done.
The local network administrator only suggest the following steps to
setup ipv6 on windows xp and it works fine on that platform. I just
don't know to get it work on FreeBSD, would anyone guide me in detail
so I can also help the people aroud me.
Many thanks!

// The following steps make ipv6 works fine on windows xp
ipv6 install
netsh  interface ipv6 isatap set router 202.112.95.129
netsh interface ipv6 add route ::/0 2 2001:da8:207:1:0:5efe:202.112.95.129

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


Re: FBSD 6.2 Xeon 2.4ghz CPU and high load

2008-05-10 Thread Wojciech Puchar

and what most unix users do.


It is what a lot of unix users have done historically, but now that there is


and still most do.

It's not a Unix way versus Other OS Way thing -- its a response to the 
change
in direction hardware development has taken over the past several years. 
Chip


on multichip hardware you can do many different things too - even faster 
as it's spread over cores.



and
how much cache RAM there is on each chip.  4 cores and 8MB is just the latest
step in that evolutionary arms race.


that's much better than more gigaherts way.

any unix should support it good - with any kind of load.

today i see performance improvements are mostly towards synthetic 
benchmarks like running 8 threads of mysql server.


it looks cool on paper, but we need good performance when running 
concurrently many different things.


if one plan to use single one program - why unix at all?


as i've tested 7.0 once, it was on same computer noticably slower under 
high load of different programs.


now i read 6.* is slower than 4.* (i never user 4.*)

isn't it something wrong with it?!


It depends very much on the application load you have to support and the sort
of hardware you have available.  For the sort of multicore chips that are all 
the

rage nowadays, I'd go with 7.0 every time, even running single threaded
applications.


did you actually made a comparision with 6.*? not with paper benchmarks 
but just run 100 different things and check how responsive machine is.

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


Re: FBSD 6.2 Xeon 2.4ghz CPU and high load

2008-05-10 Thread Matthew Seaman

Wojciech Puchar wrote:

It depends very much on the application load you have to support and 
the sort
of hardware you have available.  For the sort of multicore chips that 
are all the

rage nowadays, I'd go with 7.0 every time, even running single threaded
applications.


did you actually made a comparision with 6.*? not with paper 
benchmarks but just run 100 different things and check how responsive 
machine is.


My experience is of dealing with servers where each machine typically has
a small number of important applications -- frequently only /one/ application
-- which it has to run as efficiently as possible, and for a large number of
end-users.  The most telling example was a MySQL server which we originally
configured with 6.3 -- but it just collapsed under the full load when we made
it the back end for a popular web forums site.  Exactly the same hardware is in
use now running 7.0 and not only is that DB server cruising along quite happily,
but we've been able to add a bunch more web servers at the front of the site.
That's the most remarkable improvement I've seen, but it is not at all
untypical.

I can't speak to the model of needing to run hundreds of different
applications on the same server -- about the closest thing I have to that
is my personal laptop (but only dozens of apps, rather than hundreds), and
other than being vaguely aware that it seems to be working adequately, I've
never even tried to compare before and after performance.

Cheers,

Matthew


--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Pxeboot via tftp problem

2008-05-10 Thread mohammad khatibi
Hi, I`m new to freebsd.and I`m using freebsd 7.0 
I want to load my diskless systems through pxeboot in the network so follow the 
instruction that mentioned in the mail about 2 weeks ago 
http://www.ultradesic.com/?section=144
instruction as follow:
1.compiling pxeboot and loader using   LOADER_TFTP_SUPPORT=YES
2.compiling kernel with necessary options
3.copy pxeboot,loader,kernel in /tftpboot/
4.configure dhcp , 
all above steps finished successfuly and each client system get IP and dhcp 
client information correctly and just after it loads primary services and echo 
the message that said kernel will load in 10 seconds and after timeout, system 
hangs up and nothing happend. system echo following message at the end :
/boot/kernel/kernel   text=0x37fdd8    data=0x81340+0x1460c 
syms=[0x4+0x3da60+0x4+0x51d1a]
Hit [Enter] to boot immediatelly, or any other key for command prompt.
Booting [/boot/kernel/kernel] ...
/boot/kernel/acpi.ko text=0x500ef data= 0x81340+0x1460c   
syms=[0x4+0x3da60+0x4+0x51d1a]
|
and in this step system hangs up
please help me to solve this problem
before this error (that I solved):
after the timeout it echo the error message that said ACPI autoload failed 
that I copy acpi.ko in the folder (/tftpboot/boot/kernel/) and this error gone 
my /tftpboot/ contains 4 files and 2 folder:
/tftpboot/pxeboot
/tftpboot/boot/loader
/tftpboot/boot/kernel/kernel
/tftpboot/boot/kernel/acpi.ko


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FBSD 6.2 Xeon 2.4ghz CPU and high load

2008-05-10 Thread Wojciech Puchar

but just run 100 different things and check how responsive machine is.


My experience is of dealing with servers where each machine typically has
a small number of important applications -- frequently only /one/ application


so why you need unix at all? :)



I can't speak to the model of needing to run hundreds of different


what is what i do. put everything on one server, only dividing things on 
many when one is unable to cope (very rare case).



applications on the same server -- about the closest thing I have to that
is my personal laptop (but only dozens of apps, rather than hundreds), and
other than being vaguely aware that it seems to be working adequately, I've


try as simple and stupid thing under load

cat /dev/zero somefile (on big partition)

on 6.* and 7.* and compare both cases.

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


Re: FBSD 6.2 Xeon 2.4ghz CPU and high load

2008-05-10 Thread Matthew Seaman

Wojciech Puchar wrote:

but just run 100 different things and check how responsive machine is.


My experience is of dealing with servers where each machine typically has
a small number of important applications -- frequently only /one/ 
application


so why you need unix at all? :)


At the risk of belabouring the obvious:

  i) I like the price.  Free.

 ii) I like the operating environment -- CLIs aren't to everyone's taste,
 but I find they give me the freedom to do what I want without having
 to jump through a whole lot of hoops.

iii) I like the efficiency of the OS -- you get that much more performance
 out of every machine it's like having additional servers for free. 


try as simple and stupid thing under load

cat /dev/zero somefile (on big partition)

on 6.* and 7.* and compare both cases.

:)


I thought you were pillorying synthetic benchmarks upthread?  Filling up
a partition with a file of zeros is pretty unlikely as a real-world task.

I wouldn't be too disappointed if that didn't run as fast as it possibly
could, although I would be distinctly peeved if doing that on a loaded
server took up more of the system resources than it had any right or
justification to do, to the detriment of anything else running on that
machine.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: [SSHd] Increasing wait time?

2008-05-10 Thread Peter Boosten

Christian Laursen wrote:


It is also worth taking a look at the ProxyCommand option.

For the case above something like this should be put in ~/.ssh/config:

Host your.own.host-tunneled
  HostKeyAlias your.own.host
  ProxyCommand ssh [EMAIL PROTECTED] nc your.own.host 22

The you can just do ssh your.own.host-tunneled and go through
your.friends.host transparently.



I forgot about this one: indeed a beauty ;-)

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


advice needed regarding OS Hardware.

2008-05-10 Thread Long Story

Hello Gurus,
 
Since few years back and im on FBSD 4.8-R for commercial use.
Its time to move on.
 
I have two Questions, and kindly looking for answers, specialy that hosting 
company
contract is (NO support for FreeBSd), So i have to becareful again, just 
like what I did
to the 4.8-R
 
For a commercial use server
1) Which version do you recommend, shall I go for 7.0-R ?
or 6.3-R.
 
2) Hosting company hardware is
   * Single Intel E6300 CORE 2 DUO 1.86Ghz /1066MHz FSB /2MB L2 Cache* 2GB 
DDR2 RAM* 2x 250GB/7200 RPM Serial ATA Drives - Hot Swap; RAID1* 3Ware 
8006-2LP SATA RAID Controller* 2 10/100/1000 Ethernet ports 
 
Any of the above parts incompatabile with FreeBSD, or it has any bug ?
do you recommend something else?
 
They didnot mention the brand of ethernet ports, from my experince I will 
go for
 Linksys, any better recomendations ?
 
 
   THANKS ALOT.
   Marwan Sultan.
_
Get Free (PRODUCT) RED™  Emoticons, Winks and Display Pics.
http://joinred.spaces.live.com?ocid=TXT_HMTG_prodredemoticons_052008___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: advice needed regarding OS Hardware.

2008-05-10 Thread Aryeh M. Friedman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Long Story wrote:
| Hello Gurus,
|  
| Since few years back and im on FBSD 4.8-R for commercial use.

| Its time to move on.
|  
| I have two Questions, and kindly looking for answers, specialy 
that hosting company
| contract is (NO support for FreeBSd), So i have to becareful 
again, just like what I did

| to the 4.8-R
|  
| For a commercial use server

| 1) Which version do you recommend, shall I go for 7.0-R ?
| or 6.3-R.

7 is quite good and 6.3 is the end of the line for the 6 series so I say 
go with 7
|  
| 2) Hosting company hardware is
|* Single Intel E6300 CORE 2 DUO 1.86Ghz /1066MHz FSB /2MB L2 
Cache* 2GB DDR2 RAM* 2x 250GB/7200 RPM Serial ATA Drives - Hot 
Swap; RAID1* 3Ware 8006-2LP SATA RAID Controller* 2 10/100/1000 
Ethernet ports


I can't speak for the storage system but everything else looks fine
|  
| Any of the above parts incompatabile with FreeBSD, or it has any bug ?

| do you recommend something else?
|  
| They didnot mention the brand of ethernet ports, from my experince 
I will go for

|  Linksys, any better recomendations ?

Ever since cisco bought linksys the quality has been going down.
|  
|  
|THANKS ALOT.

|Marwan Sultan.
| _
| Get Free (PRODUCT) RED™  Emoticons, Winks and Display Pics.
| 
http://joinred.spaces.live.com?ocid=TXT_HMTG_prodredemoticons_052008___

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

|

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkglZMsACgkQk8GFzCrQm4DFAACgxQjrblhQS0x3qsmPtduuNBRb
OjYAoLKByRjQwN4dXC98KplG7w14vZfO
=5xiP
-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: FBSD 6.2 Xeon 2.4ghz CPU and high load

2008-05-10 Thread Wojciech Puchar

At the risk of belabouring the obvious:

 i) I like the price.  Free.


no system is free too ;)


iii) I like the efficiency of the OS -- you get that much more performance
out of every machine it's like having additional servers for free.


single app writen for bare hardware would be the fastest.

you use unix only because software you use require it. simple.

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


Re: advice needed regarding OS Hardware.

2008-05-10 Thread Wojciech Puchar

   to the 4.8-R


if your things work fine - keep as is don't change both software and 
hardware.




   For a commercial use server
   1) Which version do you recommend, shall I go for 7.0-R ?
   or 6.3-R.


6.3



   2) Hosting company hardware is
  * Single Intel E6300 CORE 2 DUO 1.86Ghz /1066MHz FSB /2MB L2 Cache* 2GB 
DDR2 RAM* 2x 250GB/7200 RPM Serial ATA Drives - Hot Swap; RAID1* 3Ware 
8006-2LP SATA RAID Controller* 2 10/100/1000 Ethernet ports

   Any of the above parts incompatabile with FreeBSD, or it has any bug ?

check what ethernet ports are. other should work fine.


   They didnot mention the brand of ethernet ports


if it's realteks, marvell etc. you will have a problems
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: advice needed regarding OS Hardware.

2008-05-10 Thread Wojciech Puchar


Ever since cisco bought linksys the quality has been going down.


well - were linksys EVER making good products?
i don't remember.

i know linksys from - crappy radio access points that hangs every 
few hours (WET-11 is exception), similar or worse network cards, and 
switches that hangs every SLIGHT power supply instability.


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


Re: advice needed regarding OS Hardware.

2008-05-10 Thread Aryeh M. Friedman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Wojciech Puchar wrote:
|to the 4.8-R
|
| if your things work fine - keep as is don't change both software and 
hardware.

|
|
|For a commercial use server
|1) Which version do you recommend, shall I go for 7.0-R ?
|or 6.3-R.
|
| 6.3
|
|
|2) Hosting company hardware is
|   * Single Intel E6300 CORE 2 DUO 1.86Ghz /1066MHz FSB /2MB L2 
Cache* 2GB DDR2 RAM* 2x 250GB/7200 RPM Serial ATA Drives - Hot 
Swap; RAID1* 3Ware 8006-2LP SATA RAID Controller* 2 10/100/1000 
Ethernet ports

|
|Any of the above parts incompatabile with FreeBSD, or it has any bug ?
| check what ethernet ports are. other should work fine.
|
|They didnot mention the brand of ethernet ports
|
| if it's realteks, marvell etc. you will have a problems

re(4) seems to be fine with most of them now under 7
| ___
| freebsd-questions@freebsd.org mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to 
[EMAIL PROTECTED]

|

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgld30ACgkQk8GFzCrQm4A+pwCg4nj6adxBmFbHBvPTjiAtFYVU
Yb4AnjFn7Slfra7RjoMxXApuaIwR+w3s
=G8CW
-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]


GSM Access control system replaces key-fobs

2008-05-10 Thread product_info
Hello, 

GSM-Secure offer products based on the GSM networks offering the
ability to use a mobile phone to receive alerts, calls and also to
control equipment via phone call or txt message. 

Thank you for your time in reading this e-mail. 

GSM-64 GSM Access Control system- 

This system will react to a phone call from a landline or mobile and
open gates, barriers, doors, shutters, garage doors and road blocks.
There is never a call cost in calling the unit as the call is
disconnected without being answered. Security is in the fact that
someone calling the unit has to know the mobile (cell) number of the
SIM card with it and can also be backed up by Caller ID. The unit has
a memory of 64 numbers and will only respond to a caller it knows the
phone number of who is calling it. 

The unit can open: 

 Gates 
 Barriers 
 Access doors 
 Shutter doors 
 Garage doors 
 Ram barriers and road blockers 

and is ideal for use on : 

 Residential properties. 
 Gated communities. 
 Small businesses with gates or access barriers and main entrance
doors. 
 Large business with road blocks, access doors and main entrances. 

More information  ordering this product can be found at
http://www.gsm-secure.co.uk/gsm_opener.htm

GSM Intercom system- 

This system enables a household or business to install an Intercom at
their gates that can call mobile or landlines to announce the presence
of a visitor. No more missed visitors waiting at gates only find no
one is home or on the premises. This reduces the risks of a burglary
due to the visitor never knowing if the owner is home or not. They
will assume that the Intercom has been answered that there is someone
home. 

When a call is received, the visitor can speak directly to the owner
who then can make a decision whether or not to open the gates, door
or barrier. 

Not only is it an Intercom, is has two other great features too: 

 1000 user Caller ID access control. Working in the same way as the
GSM-64 mentioned earlier, the unit can store up to 1000 numbers. When
a caller phones the unit and the number is recognised, the relay is
triggered. Any unknown callers are disconnected and ignored. 
 2 input alarm or notification system. Connect these inputs to a
sensor or monitoring system and the owner can be notified of events
happening on site such as gates being forced or the property has
unwelcome visitors. Alarms are sent as text or voice to nominated
numbers. 

 More information on this product can be found at
http://www.gsm-secure.co.uk/gsm_intercom.htm 

Other products 

we have include, boat alarms, caravan alarms and house alarms that
use wireless sensors as well as wired inputs for monitoring and the
facility to switch on equipment such as heating, cooling, Jacuzzis
and hot-tubs remotely using a quick call from a mobile phone. Alarms
are reported by text message and then a phone call along with
facilities to listen in to he premises to identify false alarm or an
intruder. 

TRADE DISCOUNTS are available at
http://www.gsm-secure.co.uk/dealeroffer.htm 

Thank-you

http://www.gsm-secure.co.uk

Although we would like to keep sending you information about our
products we understand that you may wish to be removed from our list.
If this is the case, please use the links at the bottom of this email
to remove your email address. We will stop sending more emails and
fully respect your wishes.

--
If you do not want to receive any more newsletters, 
http://gsm-secure.co.uk/mailer/?p=unsubscribeuid=aacf0ef99fe69bb12c3f37d7258d66b4

To update your preferences and to unsubscribe visit
http://gsm-secure.co.uk/mailer/?p=preferencesuid=aacf0ef99fe69bb12c3f37d7258d66b4
Forward a Message to Someone
http://gsm-secure.co.uk/mailer/?p=forwarduid=aacf0ef99fe69bb12c3f37d7258d66b4mid=12


--
Powered by PHPlist, www.phplist.com --


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


Re: mounting linux partitions

2008-05-10 Thread Gonzalo Nemmi
On Friday 09 May 2008 14:40:06 Isaac Mushinsky wrote:
 Now I would like to mount ext3 partition from FreeBSD at least for reading,
 or vice versa, UFS2 from linux for writing. With kernel option EXT2FS, I
 can

I mounted UFS2 paritions under Linux like this:

[EMAIL PROTECTED] ~]$ grep fbsd7 /etc/fstab
/dev/sda9  /mnt/fbsd7  ufsufstype=ufs2,user,auto,ro, 1 2
/dev/sda11/mnt/fbsd7/varufsufstype=ufs2,user,auto,ro, 1 2
/dev/sda12/mnt/fbsd7/tmp   ufsufstype=ufs2,user,auto,ro, 1 2
/dev/sda13/mnt/fbsd7/usrufsufstype=ufs2,user,auto,ro, 1 2
[EMAIL PROTECTED] ~]$

 $ mount -t etx2fs /dev/ad12s7 /linux

 but then if I do

 $ ls /linux
 I get a 'Bad file descriptor' for directory /linux. e2fsprogs are
 installed, and fsck.ext2 or fsck.ext3 think well of the partition. Also, df
 seems to show it correctly, with size and free space.

Same problem in here .. 
Same FS ...
Using the same line ...

I couldn't figure out a solution .. 
I either get a 'Bad file descriptor' for directory /linux' or 

$ ls /linux 
No such file or directory

 I have FreeBSD 7.0 for amd64, Linux is 32-bit version. Also the partition
 is 'extended', i.e. fdisk on FreeBSD shows a DOS partition, but linux's
 fdisk shows a couple of ext3 partitions. However, /dev/ad12s7 does
 correspond to the correct linux partition and, when mounted, df shows the
 right size and utilization.

FreeBSD 7.0 i386 and Linux i386 in here

 Any advice how to share a partition between these 2 systems? I only want to
 use linux to scan the film and store the pictures on disk, then boot into
 FreeBSD where I spend most of my life as a user. I feel more comfortable
 pulling from FreeBSD rather than pushing to it because (1) it is easier for
 me to recompile FreeBSD kernel or install packages if necessary, and (2) I
 would mind much less a corruption on the linux partition than on UFS; I can
 simply reinstall the default installation for Linux, but FreeBSD has
 important data and is finely tuned for me over the years.

Same in here .. 
I've got all of my music on a ext3 partition and pdfs and pictures on another 
ext3 partition .. I only need to mount those two in order to get FreeBSD's 
Amarok access to my music collection.

Any help will be greatly apprecciated ..
Really

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


tap - wireless client bridging (WPA)

2008-05-10 Thread Michael Neumann

Hi,

I'd like to run Qemu on FreeBSD 7.0 and be able to connect from the Qemu
instance to the internet. For this to work, I'd like to use a tap device
and bridge it with a wireless (wpi) device.  But it seems like both lagg
and if_bridge doesn't yet support WPA security (or wireless clients).

Anyone knows if this support will be added in 7.1 or maybe another good
approach to my problem?

Regards,

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


Re: advice needed regarding OS Hardware.

2008-05-10 Thread Wojciech Puchar

| if it's realteks, marvell etc. you will have a problems

re(4) seems to be fine with most of them now under 7


you mean it's IP checksums turned off by default in freebsd 7?

if i turn it off in FreeBSD 6.3 - it works too. but you CAN NOT do 
ifconfig re0 down and ifconfig re0 up


after 5-15 times it will lockup.


now i use it at 100Mbps in one server, following this 2 things, works for 
a month now.

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


Re: freebsd7 on older machines

2008-05-10 Thread Wojciech Puchar

installation cdrom.

i want to create a series of 'dumb terminals' which can ssh -Y into a


make X server running - you will be able to remotely use X apps too.


faster machine. if necessary i suppose i can floppy in and then install
via nfs. or i can setup the hd on another machine that does support the
install cdrom and then transfer to the older machine.

here are the specific questions:

1. do older machines work better with older versions of freebsd?


should work with FreeBSD 7, but i would rather use 6.*


2. if i dd a hd (with freebsd) onto another hd will i have a problem
with the mbr and be unable to boot?


no. it will work

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


Installation with IP alias

2008-05-10 Thread constantine
Dear FreeBSD Aficionados,

I am trying to install FreeBSD in my notebook through an external USB
CD-ROM. While the installation manager runs fine, after choosing the
installation media it says it cannot mount /dev/acd0 (which refers to
the notebook's built-in broken cdrom).
What could I do?

As an alternative I tried installing through FTP. The problem is that
my network configuration has to be as such (with ip aliasing and some
static routes):
defaultrouter=192.168.1.1
static_routes=beastie puffy
route_beastie=-net 10.0.0.0/8 10.96.66.254
route_puffy=-net 10.96.66.253/32 10.96.66.2
hostname=payaso.costis.name
ifconfig_rl0=inet 10.96.66.2  netmask 255.255.255.0
ifconfig_rl0_alias0=inet 192.168.1.36  netmask 255.255.255.0

... and the holographic emergency shell is somewhat hostile to running
ifconfig/route: (command: not found)

My DNS server is 10.96.66.1


Thank you very much in advance for any insights!...

Yours,

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


Re: freebsd7 on older machines

2008-05-10 Thread DAve

Wojciech Puchar wrote:

installation cdrom.

i want to create a series of 'dumb terminals' which can ssh -Y into a


make X server running - you will be able to remotely use X apps too.


faster machine. if necessary i suppose i can floppy in and then install
via nfs. or i can setup the hd on another machine that does support the
install cdrom and then transfer to the older machine.

here are the specific questions:

1. do older machines work better with older versions of freebsd?


should work with FreeBSD 7, but i would rather use 6.*


2. if i dd a hd (with freebsd) onto another hd will i have a problem
with the mbr and be unable to boot?


no. it will work


You can use rdump this way, I have done it many many times to clone a 
server from one piece of hardware to another.


Boot with a live filesystem CD on the target machine
Mount your partitions under /mnt/ufs.1, /mnt/ufs.2, /mnt/ufs.3 (etc)
Then rdump from the source machine
Edit your conf files
Reboot

Easy as pie ;^)

DAve

--
In 50 years, our descendants will look back on the early years
of the internet, and much like we now look back on men with
rockets on their back and feathers glued to their arms, marvel
that we had the intelligence to wipe the drool from our chins.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd7 on older machines

2008-05-10 Thread Wojciech Puchar

no. it will work


You can use rdump this way, I have done it many many times to clone a 
server from one piece of hardware to another.

but don't forget to bsdlabel -B then




Boot with a live filesystem CD on the target machine
Mount your partitions under /mnt/ufs.1, /mnt/ufs.2, /mnt/ufs.3 (etc)
Then rdump from the source machine
Edit your conf files
Reboot

Easy as pie ;^)

DAve

--
In 50 years, our descendants will look back on the early years
of the internet, and much like we now look back on men with
rockets on their back and feathers glued to their arms, marvel
that we had the intelligence to wipe the drool from our chins.
___
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]


[samba 3.0.28a,1) PANIC: tdb_reopen_all failed

2008-05-10 Thread Gilles
Hello

I got a bunch of PANIC messages this morning on a FreeBSD 6.3 host,
and had to restart Samba:


[2008/05/10 10:28:51, 0] lib/util.c:smb_panic(1633)
  PANIC (pid 43086): tdb_reopen_all failed.

[2008/05/10 10:28:51, 0] lib/util.c:log_stack_trace(1737)
  BACKTRACE: 3 stack frames:
   #0 0x8220341 smb_panic+73 at /usr/local/sbin/smbd
   #1 0x82b9389 main+4773 at /usr/local/sbin/smbd
   #2 0x8086b8e _start+118 at /usr/local/sbin/smbd

[2008/05/10 10:28:51, 0] lib/fault.c:dump_core(181)
  dumping core in /var/log/samba/cores/smbd

[2008/05/10 10:29:59, 0] lib/util_tdb.c:tdb_log(664)
  tdb(/var/db/samba/locking.tdb): tdb_reopen: open failed (No such
file or directory)

[2008/05/10 10:29:59, 0] smbd/server.c:open_sockets_smbd(572)
  tdb_reopen_all failed.


FWIW, I downloaded the latest ports and compiled it recently to get
samba-3.0.28a,1. I didn't get this type of error with the previous
version. Is it possible to downgrade to a stable version?

Thank you.

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


Re: freebsd7 on older machines

2008-05-10 Thread DAve

Wojciech Puchar wrote:

no. it will work


You can use rdump this way, I have done it many many times to clone 
a server from one piece of hardware to another.

but don't forget to bsdlabel -B then




Boot with a live filesystem CD on the target machine
Mount your partitions under /mnt/ufs.1, /mnt/ufs.2, /mnt/ufs.3 (etc)
The trick is the live CD. You setup the drives/partitions first. You 
mount them ready to go on the target machine before you rdump.


DAve


Then rdump from the source machine
Edit your conf files
Reboot

Easy as pie ;^)

DAve

--
In 50 years, our descendants will look back on the early years
of the internet, and much like we now look back on men with
rockets on their back and feathers glued to their arms, marvel
that we had the intelligence to wipe the drool from our chins.
___
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]






--
In 50 years, our descendants will look back on the early years
of the internet, and much like we now look back on men with
rockets on their back and feathers glued to their arms, marvel
that we had the intelligence to wipe the drool from our chins.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Upgrading 5.4 to 7.0 Error on Kernel

2008-05-10 Thread Tamouh H.

Hi,

I'm trying to upgrade from 5.4 i386 to 7.0 latest release. But I'm having a bit 
of problem with the upgrade for some reason.

This is what has been done so far:

- deleted /usr/src/*
- cvsup -g -L 2  to RELENG_7_0  src-all
- deleted /usr/obj/*
- in /usr/src make clean

The error occurs when doing: make kernel-toolchain

=== usr.bin/gencat (obj,depend,all,install)
/usr/obj/usr/src/tmp/usr/src/usr.bin/gencat created for /usr/src/usr.bin/gencat
rm -f .depend
mkdep -f .depend -a-I/usr/obj/usr/src/tmp/legacy/usr/include 
/usr/src/usr.bin/gencat/gencat.c
echo gencat: /usr/lib/libc.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a  
.depend
cc -O2 -fno-strict-aliasing -pipe  -I/usr/obj/usr/src/tmp/legacy/usr/include -c 
/usr/src/usr.bin/gencat/gencat.c
In file included from /usr/src/usr.bin/gencat/gencat.c:88:
/usr/obj/usr/src/tmp/legacy/usr/include/nl_types.h:100: error: syntax error 
before __format_arg
*** Error code 1

Stop in /usr/src/usr.bin/gencat.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

Any tips on how to get this update? Or should I move to 6.x then 7.x ?

Thanks,

Tamouh Hakmi


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


Installing Xfce4: Request for help

2008-05-10 Thread Girish Kulkarni
Hello,

I am trying in install Xfce4 in FreeBSD 7.0 on my laptop. I try to use
the ports by saying:

-
# cd /usr/ports/x11-wm/xfce4
# make install clean
-

But then I get the following error:

-
===  Installing for xfce-4.4.2
===   xfce-4.4.2 depends on file:
/usr/local/lib/xfce4/mcs-plugins/ui_plugin.so - found
===   xfce-4.4.2 depends on executable: xfwm4 - not found
===Verifying install for xfwm4 in /usr/ports/x11-wm/xfce4-wm
===  Patching for xfce4-wm-4.4.2
===  Applying extra patch
/usr/ports/x11-wm/xfce4-wm/files/extrapatch-src__events.c
Ignoring previously applied (or reversed) patch.
1 out of 1 hunks ignored--saving rejects to src/events.c.rej
*** Error code 1

Stop in /usr/ports/x11-wm/xfce4-wm.
*** Error code 1

Stop in /usr/ports/x11-wm/xfce4-wm.
*** Error code 1

Stop in /usr/ports/x11-wm/xfce4.
-

I am clueless. Could somebody help?

Thanks,
Girish.

-- 
Girish Kulkarni - Allahabad, India - http://girish.50webs.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: advice needed regarding OS Hardware.

2008-05-10 Thread Aryeh M. Friedman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Wojciech Puchar wrote:
| | if it's realteks, marvell etc. you will have a problems
|
| re(4) seems to be fine with most of them now under 7
|
| you mean it's IP checksums turned off by default in freebsd 7?
|
| if i turn it off in FreeBSD 6.3 - it works too. but you CAN NOT do 
ifconfig re0 down and ifconfig re0 up

|
| after 5-15 times it will lockup.
|
|
| now i use it at 100Mbps in one server, following this 2 things, works 
for a month now.

|
I am using 8-CURRENT and no such issue.   Details:

uname:

FreeBSD ool-435559b8.dyn.optonline.net 8.0-CURRENT FreeBSD 8.0-CURRENT 
#3: Fri May  9 01:10:47 EDT 2008 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MONSTER  amd64



/etc/rc:

#!/bin/sh

PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin

sysctl net.inet.udp.blackhole=1
sysctl net.inet.tcp.blackhole=2
swapon -a
fsck -p
mount -rw /
mount -a
kldload /usr/local/modules/fuse.ko
hostname ool-435559b8.dyn.optonline.net
ifconfig re0 192.168.2.2
ifconfig lo0 127.0.0.1
route add default 192.168.2.1
named
inetd
noip2
/usr/sbin/sshd
ntpdate north-america.pool.ntp.org
cupsd
sendmail -bd -q1m
apachectl start
moused -t auto -p /dev/ums0
vidcontrol -m on

Relevent portions of dmesg:

re0: RealTek 8168/8111B PCIe Gigabit Ethernet port 0xe800-0xe8ff mem 
0xfebff000-0xfebf irq 17 at device 0.0 on pci4

miibus0: MII bus on re0
rgephy0: RTL8169S/8110S/8211B media interface PHY 1 on miibus0
rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 
1000baseT-FDX, auto

re0: Ethernet address: 00:19:db:b5:f8:0f
re0: [FILTER]

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgly7kACgkQk8GFzCrQm4AxFQCbBJWm/JHHxzwLC/xTPrFAHAgL
T6sAn0x3+6rJeiFRO30HvCsOMoKiHGMu
=I3k/
-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:: freebsd7 on older machines

2008-05-10 Thread kenneth hatteland
-- Message: 7 Date: Fri, 09 May 2008 
13:39:49 -0700 From: prad [EMAIL PROTECTED] Subject: freebsd7 on 
older machines To: freebsd-questions@freebsd.org Message-ID: 
[EMAIL PROTECTED] Content-Type: text/plain; 
charset=US-ASCII i can't seem to boot the cdrom on older hardware 
(500MHz and down). i read somewhere that the older drives aren't 
supported by the installation cdrom. i want to create a series of 'dumb 
terminals' which can ssh -Y into a faster machine. if necessary i 
suppose i can floppy in and then install via nfs. or i can setup the hd 
on another machine that does support the install cdrom and then transfer 
to the older machine. here are the specific questions: 1. do older 
machines work better with older versions of freebsd? 2. if i dd a hd 
(with freebsd) onto another hd will i have a problem with the mbr and be 
unable to boot? 3. are there any other ideas for install?

-- In friendship, prad

I have with success installed 7.0 on a pentium 133 mhz laptop with 96 
meg ram. compiled X and fluxbox from source. The whole installation took 
a week or so ;) Works like a charm, except firefox is heavy load for 
this ancient piece of machinery. Also use xfce compiled from source on 
old 350 - 450mhz  machines  nicely.
I usually use cdrom boot and then ftp install. On machines with no cd, 
or no working rom drives I  use  floppy  boot versions of FreeBSD and 
then ftp the rest of the install. When wanting to use cdrom boot where I 
have no floppy, or bios doesn`t support cdrom boot (ie no bios upgrade 
to fix it either) I use a floppy tool called smart boot manager that 
when booted enables me to continue on most other media of my desire.( 
gives a new boot menu with among others cdrom driver loaded) I suggest 
this option for your convenience..



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


root login stops working

2008-05-10 Thread Dennis Flynn
I'm running FreeBSD wx.dennis-flynn.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun 
Feb 24 19:59:52 UTC 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  
i386

About a day after install root login no longer works - even on the console.

I see the following in /var/log/auth.log:
May 10 14:22:37 wx sshd[86223]: Accepted password for root from 10.11.12.104 
port 1492 ssh2
May 10 14:22:37 wx sshd[86223]: Received disconnect from 10.11.12.104: 0: 

And in /var/log/messages:
May 10 14:27:51 wx kernel: pid 86237 (csh), uid 0: exited on signal 11 (core 
dumped)

New to FreeBSD after using Linux for a long time.  I'd really like to get this 
to workfor my web server/weather station which is currently running on Debian 
Linux.

Thanks


Dennis Flynn 

  Home
Work

 

   
-
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installing Xfce4: Request for help

2008-05-10 Thread Daniel Bye
On Sat, May 10, 2008 at 09:07:15PM +0530, Girish Kulkarni wrote:
 Hello,
 
 I am trying in install Xfce4 in FreeBSD 7.0 on my laptop. I try to use
 the ports by saying:
 
 -
 # cd /usr/ports/x11-wm/xfce4
 # make install clean
 -
 
 But then I get the following error:
 
 -
 ===  Installing for xfce-4.4.2
 ===   xfce-4.4.2 depends on file:
 /usr/local/lib/xfce4/mcs-plugins/ui_plugin.so - found
 ===   xfce-4.4.2 depends on executable: xfwm4 - not found
 ===Verifying install for xfwm4 in /usr/ports/x11-wm/xfce4-wm
 ===  Patching for xfce4-wm-4.4.2
 ===  Applying extra patch
 /usr/ports/x11-wm/xfce4-wm/files/extrapatch-src__events.c
 Ignoring previously applied (or reversed) patch.
 1 out of 1 hunks ignored--saving rejects to src/events.c.rej
 *** Error code 1
 
 Stop in /usr/ports/x11-wm/xfce4-wm.
 *** Error code 1
 
 Stop in /usr/ports/x11-wm/xfce4-wm.
 *** Error code 1
 
 Stop in /usr/ports/x11-wm/xfce4.
 -
 
 I am clueless. Could somebody help?

Try running a make clean in x11-wm/xfce4-wm and have another go - it looks
like some kind of artefact from a previous, unsuccessful attempt to 
build it. 

portsclean, part of the portupgrade package, can help with things like 
this - run portsclean -CDD every so often to keep your workdirs clean,
and to remove distfiles for ports that aren't installed.

Dan

-- 
Daniel Bye
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgpvZ2YNE7Eo6.pgp
Description: PGP signature


Re: advice needed regarding OS Hardware.

2008-05-10 Thread Al Plant

Wojciech Puchar wrote:

   to the 4.8-R


if your things work fine - keep as is don't change both software and 
hardware.




   For a commercial use server
   1) Which version do you recommend, shall I go for 7.0-R ?
   or 6.3-R.


6.3



   2) Hosting company hardware is
  * Single Intel E6300 CORE 2 DUO 1.86Ghz /1066MHz FSB /2MB L2 
Cache* 2GB DDR2 RAM* 2x 250GB/7200 RPM Serial ATA Drives - Hot 
Swap; RAID1* 3Ware 8006-2LP SATA RAID Controller* 2 
10/100/1000 Ethernet ports


   Any of the above parts incompatabile with FreeBSD, or it has any bug ?

check what ethernet ports are. other should work fine.


   They didnot mention the brand of ethernet ports


if it's realteks, marvell etc. you will have a problems
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]



Aloha.

From my own experience:
Realtek pci 1000 8169 re0 work fine and are stable. The TrendNet brand 
has corrected the previous issues with the on board cards.

These 8169 cards are plug in pci that work fine (not on board).


~Al Plant - Honolulu, Hawaii -  Phone:  808-284-2740
  + http://hawaiidakine.com + http://freebsdinfo.org +
  + http://aloha50.net   - Supporting - FreeBSD 6.* - 7.* - 8.* +
   email: [EMAIL PROTECTED] 
All that's really worth doing is what we do for others.- Lewis Carrol

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


Re: advice needed regarding OS Hardware.

2008-05-10 Thread Wojciech Puchar


FreeBSD ool-435559b8.dyn.optonline.net 8.0-CURRENT FreeBSD 8.0-CURRENT #3: 
Fri May  9 01:10:47 EDT 2008 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MONSTER  amd64


nice /etc/rc :)

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


Re: advice needed regarding OS Hardware.

2008-05-10 Thread Wojciech Puchar


From my own experience:
Realtek pci 1000 8169 re0 work fine and are stable. The TrendNet brand has 
corrected the previous issues with the on board cards.

These 8169 cards are plug in pci that work fine (not on board).

possibly newer (fixed) chip revision.
100Mbit/s realteks now are all fine too, after long long time since first 
were made.

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


Re: root login stops working

2008-05-10 Thread अनुज Anuj Singh
Direct root login is disabled by default. are you able to login from your
10.11.12.104 as a non root user? What client software are you using on your
10.11.12.104 for logging on to your freebsd?

On Sun, May 11, 2008 at 12:20 AM, Dennis Flynn [EMAIL PROTECTED]
wrote:

 I'm running FreeBSD wx.dennis-flynn.net 7.0-RELEASE FreeBSD 7.0-RELEASE
 #0: Sun Feb 24 19:59:52 UTC 2008 [EMAIL 
 PROTECTED]:/usr/obj/usr/src/sys/GENERIC
  i386

 About a day after install root login no longer works - even on the console.

 I see the following in /var/log/auth.log:
 May 10 14:22:37 wx sshd[86223]: Accepted password for root from
 10.11.12.104 port 1492 ssh2
 May 10 14:22:37 wx sshd[86223]: Received disconnect from 10.11.12.104: 0:

 And in /var/log/messages:
 May 10 14:27:51 wx kernel: pid 86237 (csh), uid 0: exited on signal 11
 (core dumped)

 New to FreeBSD after using Linux for a long time.  I'd really like to get
 this to workfor my web server/weather station which is currently running on
 Debian Linux.

 Thanks


 Dennis Flynn

  Home
 Work




 -
 Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it
 now.
 ___
 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: root login stops working

2008-05-10 Thread Mel
On Saturday 10 May 2008 20:50:46 Dennis Flynn wrote:
 I'm running FreeBSD wx.dennis-flynn.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0:
 Sun Feb 24 19:59:52 UTC 2008
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

 About a day after install root login no longer works - even on the console.

 I see the following in /var/log/auth.log:
 May 10 14:22:37 wx sshd[86223]: Accepted password for root from
 10.11.12.104 port 1492 ssh2 May 10 14:22:37 wx sshd[86223]: Received
 disconnect from 10.11.12.104: 0:

 And in /var/log/messages:
 May 10 14:27:51 wx kernel: pid 86237 (csh), uid 0: exited on signal 11
 (core dumped)

Looks like you got hacked, the tell-tale being ip port .
http://security.freebsd.org/advisories/FreeBSD-SA-08:05.openssh.asc

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [samba 3.0.28a,1) PANIC: tdb_reopen_all failed

2008-05-10 Thread Mel
On Saturday 10 May 2008 15:40:02 Gilles wrote:

 [2008/05/10 10:29:59, 0] lib/util_tdb.c:tdb_log(664)
   tdb(/var/db/samba/locking.tdb): tdb_reopen: open failed (No such
 file or directory)

 FWIW, I downloaded the latest ports and compiled it recently to get
 samba-3.0.28a,1. I didn't get this type of error with the previous
 version. Is it possible to downgrade to a stable version?

Not sure it's related, but did you read the message you get before you 
installed this version?
( cd /usr/ports/net/samba3  make pre-everything)

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: root login stops working

2008-05-10 Thread Ashish Shukla आशीष शुक्ल
 Dennis == Dennis Flynn [EMAIL PROTECTED] writes:
Dennis I'm running FreeBSD wx.dennis-flynn.net 7.0-RELEASE FreeBSD 
7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 [EMAIL 
PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

Dennis About a day after install root login no longer works - even on the 
console.

Dennis I see the following in /var/log/auth.log:
Dennis May 10 14:22:37 wx sshd[86223]: Accepted password for root from 
10.11.12.104 port 1492 ssh2
Dennis May 10 14:22:37 wx sshd[86223]: Received disconnect from 
10.11.12.104: 0: 

Dennis And in /var/log/messages:
Dennis May 10 14:27:51 wx kernel: pid 86237 (csh), uid 0: exited on signal 
11 (core dumped)

Looks like your shell segfaulted during login., resulting in your ssh session 
being aborted.

How about booting in single user mode ? And does your installation
underwent any filesystem recovery ? You can try reinstalling csh from
freebsd installation disc, and then try.

HTH
-- 
Ashish Shukla आशीष शुक्ल  http://wahjava.wordpress.com/
·-- ·-  ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --


pgp8PMVqKztWi.pgp
Description: PGP signature


Re: Installation with IP alias

2008-05-10 Thread Pieter de Goeje
On Saturday 10 May 2008, constantine wrote:
 Dear FreeBSD Aficionados,

 I am trying to install FreeBSD in my notebook through an external USB
 CD-ROM. While the installation manager runs fine, after choosing the
 installation media it says it cannot mount /dev/acd0 (which refers to
 the notebook's built-in broken cdrom).
 What could I do?

 As an alternative I tried installing through FTP. The problem is that
 my network configuration has to be as such (with ip aliasing and some
 static routes):
 defaultrouter=192.168.1.1
 static_routes=beastie puffy
 route_beastie=-net 10.0.0.0/8 10.96.66.254
 route_puffy=-net 10.96.66.253/32 10.96.66.2
 hostname=payaso.costis.name
 ifconfig_rl0=inet 10.96.66.2  netmask 255.255.255.0
 ifconfig_rl0_alias0=inet 192.168.1.36  netmask 255.255.255.0

 ... and the holographic emergency shell is somewhat hostile to running
 ifconfig/route: (command: not found)

 My DNS server is 10.96.66.1


 Thank you very much in advance for any insights!...

 Yours,

 Constantine Tsardounis
 http://costis.name

You could try the livefs CD, which should have everything you need to get the 
network working. I suppose you could then install from FTP using sysinstall. 
If that doesn't work you could install FreeBSD on a USB (flash?) disk, boot 
from it, then basically copy the whole USB disk to the HDD of your laptop, or 
something like that.

Good Luck!

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


Re: FBSD 6.2 Xeon 2.4ghz CPU and high load

2008-05-10 Thread Mel
On Saturday 10 May 2008 09:10:37 Wojciech Puchar wrote:
  and what most unix users do.
 
  It is what a lot of unix users have done historically, but now that there
  is

 and still most do.

  It's not a Unix way versus Other OS Way thing -- its a response to
  the change
  in direction hardware development has taken over the past several years.
  Chip

 on multichip hardware you can do many different things too - even faster
 as it's spread over cores.

Do you realize your own arguments are in favor of moving to 7.x? Since the 
concurrency on 7.x with ULE has improved so much more, running multiprogram 
pipelines or completely different programs will improve as well.

And as a bonus you get improved threading for the programs that use them.

Secondly, the unix way would be the way that scales best and in practice, 
machines dedicated to one task scale easier then machines that do it all, 
especially since you can tune the hardware and kernel.
Thirdly, unix also got big, because it was able to split one task over 
multiple machines.

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [samba 3.0.28a,1) PANIC: tdb_reopen_all failed

2008-05-10 Thread Gilles
On Sat, 10 May 2008 23:08:45 +0200, Mel
[EMAIL PROTECTED] wrote:
Not sure it's related, but did you read the message you get before you 
installed this version?
( cd /usr/ports/net/samba3  make pre-everything)

# cd /usr/ports/net/samba3  make pre-everything
===  NOTICE: This version of port has changed location of Samba
password
===  NOTICE: (smbpasswd) directory. Files in '/usr/local/private'
===  NOTICE: have moved to '/usr/local/etc/samba'.

No problem there. I did create my own /usr/local/etc/smb.conf, and
smbpasswd is living under /usr/local/etc/samba/. The n-1 version
worked fine, and this version was installed about a week ago.

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


Re: Article on implementing UFS journaling on desktop PCs (updated)

2008-05-10 Thread Murray Stokely
I'm just getting caught up on my -doc mail.  This is a great article.
Thanks for writing it up!

   - Murray

On Sun, Apr 27, 2008 at 10:21 AM, Manolis Kiagias [EMAIL PROTECTED] wrote:

 I have just updated my recent article on journaling for desktops:

 http://store.itsyourftp.com/~sonic2000gr/freebsd/gjournal-desktop/article.html

 Main differences:

 - The abstract is somewhat shorter

 - Separate providers for journal and data are needed only when the partition
 to be journaled is not empty. This is now clarified in the Understanding
 journaling section.

 - A new section Journaling new partitions was added (explains how to use a
 single provider for data / journal on an empty/new partition and how to set
 the size of the journal)

 - A further reading section was added with a few links related to
 journaling.

 - Various other small fixes in content / markup.

 Please review this new revision and send me your comments.

 Thanks
 Manolis
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-doc
 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: BSDL C data structure library

2008-05-10 Thread Mel
On Wednesday 30 April 2008 21:42:46 Nathan Lay wrote:

 Thanks for all the prompt responses.  I knew about the macros but was
 thinking of something more automated and complete (in the sense that all
 common data structures are supported).

While looking for an AVL library, I actually found devel/libds in ports. BSD 
licensed. Hasn't been modified in ages, but that's good - it's finished :p

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to config ipv6 for this instance

2008-05-10 Thread Christer Hermansson

Xiaobo Zhu wrote:

Hi,
I have read the handbook and spent hours on the configuration of ipv6
on laptop, but still can't get it done.
The local network administrator only suggest the following steps to
setup ipv6 on windows xp and it works fine on that platform. I just
don't know to get it work on FreeBSD, would anyone guide me in detail
so I can also help the people aroud me.
Many thanks!
  
I haven't tried this but look in in the FreeBSD handbook (29.11.5.2 IPv6 
Router/Gateway Settings)


file:///usr/share/doc/en_US.ISO8859-1/books/handbook/index.html

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

--

Christer Hermansson


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


Re: How to config ipv6 for this instance

2008-05-10 Thread Christer Hermansson

Wojciech Puchar wrote:

on laptop, but still can't get it done.
The local network administrator only suggest the following steps to
setup ipv6 on windows xp and it works fine on that platform. I just
don't know to get it work on FreeBSD, would anyone guide me in detail
so I can also help the people aroud me.
Many thanks!

// The following steps make ipv6 works fine on windows xp
ipv6 install
netsh  interface ipv6 isatap set router 202.112.95.129
netsh interface ipv6 add route ::/0 2 
2001:da8:207:1:0:5efe:202.112.95.129

no idea what is isatap

Wikipedia got a good description

http://en.wikipedia.org/wiki/ISATAP

--

Christer Hermansson


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


Re: How to config ipv6 for this instance

2008-05-10 Thread Christer Hermansson

Christer Hermansson wrote:

Xiaobo Zhu wrote:

Hi,
I have read the handbook and spent hours on the configuration of ipv6
on laptop, but still can't get it done.
The local network administrator only suggest the following steps to
setup ipv6 on windows xp and it works fine on that platform. I just
don't know to get it work on FreeBSD, would anyone guide me in detail
so I can also help the people aroud me.
Many thanks!
I haven't tried this but look in in the FreeBSD handbook (29.11.5.2 
IPv6 Router/Gateway Settings)


file:///usr/share/doc/en_US.ISO8859-1/books/handbook/index.html

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



Sorry !! I was looking more at the windows example and your config in 
your posting and missed that you already read the handbook.


--

Christer Hermansson


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


Re: How to config ipv6 for this instance

2008-05-10 Thread Christer Hermansson

Xiaobo Zhu wrote:

Hi,
I have read the handbook and spent hours on the configuration of ipv6
on laptop, but still can't get it done.
The local network administrator only suggest the following steps to
setup ipv6 on windows xp and it works fine on that platform. I just
don't know to get it work on FreeBSD, would anyone guide me in detail
so I can also help the people aroud me.
Many thanks!

  


You should use Miredo ( /usr/ports/net/miredo )

That have a isatap implementation.

--

Christer Hermansson



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


The FreeBSD Diary: 2008-04-20 - 2008-05-10

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


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

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