RE: Upgrade problems

2004-12-07 Thread Marta Resende
sorry,
I didnt change rc.conf.
It has to be something related to kernel , cause it didnt work only after 
upgrade (even with generic kernel, it doesnt work)

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

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


release branch

2004-12-07 Thread Marta Resende
Hey, i just upgrade to -release with tag=RELENG_5_3 in my laptop, for 
desktop porpuse, is this a secure branch??

i try to -stable, but i was having a lot of problems ...
thanks
_
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

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


RE: release branch

2004-12-07 Thread Marta Resende
ei,
the RELENG_5_3 is 5.3-release-p2 ??
weird, it's not 5.3-release ??
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


Upgrade problems

2004-12-06 Thread Marta Resende
Does anyone here had recently updated succecefully to -stable ??
Cause i'm trying for 5 days now, and i cant...
All the update process runs well, except the boot, that runs normally to:
Mounting NFS file systems:.
after these, it blocks, ctrl-c and ctrl-t doesnt work, i have to force 
halt...

no one with these same problem ??
It's impossible, i've updated 6 times 
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


Re: Upgrade problems

2004-12-06 Thread Marta Resende
5-stable,
after i cvsup, i make buidlworld and build a new kernel from GENERIC .
5-stable.
I compile with NFS Client, and all nfs stuff to try :)
doesnt work.
weird
From: Kent Stewart [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
CC: Marta Resende [EMAIL PROTECTED]
Subject: Re: Upgrade problems
Date: Mon, 6 Dec 2004 13:55:07 -0800
On Monday 06 December 2004 01:21 pm, Marta Resende wrote:
 Does anyone here had recently updated succecefully to -stable ??

 Cause i'm trying for 5 days now, and i cant...
 All the update process runs well, except the boot, that runs normally
 to:

 Mounting NFS file systems:.

 after these, it blocks, ctrl-c and ctrl-t doesnt work, i have to
 force halt...

 no one with these same problem ??
 It's impossible, i've updated 6 times 

Which stable? 5-stable requires NFSCLIENT and 4-stable requires NFS. Did
you update your kernel config file before you built your new kernel.
Upgrades with old config's are bound to cause problems.
I have NFS built into both 4-stable and 5-stable. They boot without any
problems. I also as a matter of principal don't permit auto mounts of
nfs systems.
Kent
--
Kent Stewart
Richland, WA
http://users.owt.com/kstewart/index.html
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


Re: Upgrade problems

2004-12-06 Thread Marta Resende
Basiclly, i disable all that i dont need, and keep all first options , cause 
i didnt new at the first if it was any commented option that was provocing 
these block in boot.
there's anything i commented that i shouldn't?? because the only option is a 
bad kernel config, because it stops working after upgrading.
At the first i think at pseudo-devices, but i just commented sl pp and tun, 
wich is needed only for ppp and i have cable connection,

thanks:
kernel config:
--
machine i386
cpu I686_CPU
ident MYKERNEL
options SCHED_4BSD
options INET
options INET6
options FFS
options SOFTUPDATES
options UFS_ACL
options UFS_DIRHASH
options MD_ROOT
options NFSCLIENT
options NFSSERVER
options NFS_ROOT
options MSDOSFS
options CD9660
options PROCFS
options PSEUDOFS
options GEOM_PT
options COMPAT_43
options COMPAT_FREEBSD4
options SCSI_DELAY=15000
options KTRACE
options SYSVSHM
options SYSVMSG
options SYSVSEM
options _KPOSIX_PRIORIY_SCHEDULING
options KBD_INSTALL_CDEV
options AHC_REG_PRETTY_PRINT
options AHD_REG_PRETTY_PRINT
options ADAPTIVE_GIANT
device isa
device pci
device ata
device atadisk
device ataraid
device atapicd
device atapifd
device ATA_STATIC_ID
device atkbdc
device atkbd
device psm
device vga
device splash
device sc
device agp
device npx
device pmtimer
device sio
device device ppc
device ppbus
device plip
device vpo
device miibus
device rl
device loop
device mem
device io
device random
device ether
device pty
device md
device gif
device faith
device bpf
.

From: Kris Kennaway [EMAIL PROTECTED]
To: Marta Resende [EMAIL PROTECTED]
CC: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: Re: Upgrade problems
Date: Mon, 6 Dec 2004 14:15:45 -0800
On Mon, Dec 06, 2004 at 10:03:50PM +, Marta Resende wrote:
 5-stable,
 after i cvsup, i make buidlworld and build a new kernel from GENERIC .

 5-stable.
 I compile with NFS Client, and all nfs stuff to try :)
 doesnt work.

 weird
1) Don't top-post.
2) Please show us your kernel configuration and rc.conf files, so we
can check whether you have something misconfigured.
Kris

 From: Kent Stewart [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 CC: Marta Resende [EMAIL PROTECTED]
 Subject: Re: Upgrade problems
 Date: Mon, 6 Dec 2004 13:55:07 -0800
 
 On Monday 06 December 2004 01:21 pm, Marta Resende wrote:
  Does anyone here had recently updated succecefully to -stable ??
 
  Cause i'm trying for 5 days now, and i cant...
  All the update process runs well, except the boot, that runs normally
  to:
 
  Mounting NFS file systems:.
 
  after these, it blocks, ctrl-c and ctrl-t doesnt work, i have to
  force halt...
 
  no one with these same problem ??
  It's impossible, i've updated 6 times 
 
 
 Which stable? 5-stable requires NFSCLIENT and 4-stable requires NFS. 
Did
 you update your kernel config file before you built your new kernel.
 Upgrades with old config's are bound to cause problems.
 
 I have NFS built into both 4-stable and 5-stable. They boot without any
 problems. I also as a matter of principal don't permit auto mounts of
 nfs systems.
 
 Kent
 --
 Kent Stewart
 Richland, WA
 
 http://users.owt.com/kstewart/index.html

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

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

 attach3 
_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

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


Re: FreeBSD freezes after upgrading (stop in boot)

2004-12-05 Thread Marta Resende
I try it already!
when i press ctrl-c nothing happens, and i booted in single-user mode and 
see what was writted in rc.conf related to NFS, nothing was there ...
and by default nfs is disable ...

sorry, 5.3-stable ..
From: Lowell Gilbert [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Marta Resende [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: FreeBSD freezes after upgrading (stop in boot)
Date: 05 Dec 2004 12:09:31 -0500
Marta Resende [EMAIL PROTECTED] writes:
 ey,i upgrade using that options:

 #cd /usr/src
 #make buildworld
 #make buildkernel KERNCONF=MINE
 #make installkernel KERNCONF=MINE
 #reboot
 (press 4 for single-user mode)
 #fsck -p
 #mount -u /
 #mount -a
 #cd /usr/src
 #mergemaster -p
 #make installworld
 #mergemaster

 and when i reboot, freebsd stops under
 Mounting NFS file systems

 i've commented all stuff related to NFS under kernel, cause i didnt
 need it , what should be the problem ?? and what can i do to resolv it
 ?
If you hit Ctrl-C when it's stopped, there, it will probably
continue.  Once you're booted, make sure that there are no nfs-related
entries in rc.conf.
And next time, please remember to mention what version of FreeBSD
you're using -- you will get much more precise advice if we know that
kind of information.
--
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


FreeBSD ?.?.? (UNKNOWN) - version after upgrading

2004-12-04 Thread Marta Resende
Hey i was using RC1 version of freebsd, and today i upgrade fallowing these 
steps:

#cd /usr/src
#make buildworld
#make buildkernel KERNCONF=MINE
#make installkernel KERNCONF=MINE
#reboot
(press 4 for single-user mode)
#fsck -p
#mount -u /
#mount -a
#cd /usr/src
#mergemaster -p
#make installworld
#mergemaster
, and during mergemaster it shows me the opttion to change FreeBSD 5.3-RC1 
for FreeBSD ?.?.? (UNKNOWN), although i think that freebsd change that will 
rebooting, but when i enter my username and posswd:

FreeBSD ?.?.? (UNKNOWN)
Welcome to FreeBSD!
these appears, is these normal ??
PS: updating -stable (tag=RELENG_5)
thank u
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


FreeBSD freezes after upgrading (stop in boot)

2004-12-04 Thread Marta Resende
ey,i upgrade using that options:
#cd /usr/src
#make buildworld
#make buildkernel KERNCONF=MINE
#make installkernel KERNCONF=MINE
#reboot
(press 4 for single-user mode)
#fsck -p
#mount -u /
#mount -a
#cd /usr/src
#mergemaster -p
#make installworld
#mergemaster
and when i reboot, freebsd stops under
Mounting NFS file systems
i've commented all stuff related to NFS under kernel, cause i didnt need it 
, what should be the problem ?? and what can i do to resolv it ?

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

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


harddisk 2,5 laptop problems

2004-12-03 Thread Marta Resende
Hey, i just change the hdd of my laptop because the other brokes.
(new: hitachi 40GB)
I install the freebsd very well, altough, when i boot, it gives me disk 
error immediatly after i turn on the pc.
I think of geometry hdd problems, because it gives me an warning in the 
installation, altough i cant put my BIOS geometry because my laptop phoenix 
BIOS dont show the disk geometry.

The disk comes from the shop with XP installed on it, so ... it works , and 
i need it working quickly, anyone know what the problem is ?

thank you
_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.com/

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


RE: harddisk 2,5 laptop problems

2004-12-03 Thread Marta Resende
not disk error,  Read error
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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


sata and IDE working in the same machine

2004-11-29 Thread Marta Resende
Can i conciliate two hdd, one SATA and one IDE, to work in the same machine 
with freebsd ??

my IDE is my old 40gb disk, and i would like to put a new hdd ... or should 
i put another IDE?

thks
_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.com/

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


hdd error

2004-11-28 Thread Marta Resende
everytime i compile any program, or make world, it gives me that:
ad0: WARNING - WRITE_DMA ICRC error (retrying request) LBA=74623
anyone knows what's that ?thx
_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

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