1f4d2 9.0 RELEASE and /etc/rc - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Base System > General

General General questions about the FreeBSD operating system. Ask here if your question does not fit elsewhere.

Reply
 
Thread Tools Display Modes
  #1  
Old January 11th, 2012, 07:02
jotawski's Avatar
jotawski jotawski is offline
Member
 
Join Date: Nov 2008
Location: park kred/nontabury/thai
Posts: 198
Thanks: 208
Thanked 3 Times in 3 Posts
Default 9.0 RELEASE and /etc/rc

Hello,

I got this after come up to multi user mode with setting
Code:
ipv6_activate_all_interfaces="YES"
in /etc/rc.conf,

Code:
/etc/rc: WARNING: $ipv6_enable is not set properly - see rc.conf(5).
Is there any correct way to recover this warning?

My machine is
Code:
FreeBSD dell.jes.or.th 9.0-RELEASE FreeBSD 9.0-RELEASE #1: Wed Jan  4 15:26:26 ICT 2012   
root@dell.jes.or.th:/kaitag/obj/usr/src/sys/JOTAWSKI  amd64
__________________
best regards,
jotawski

http://makham.blogspot.com FreeBSD for thai

Last edited by DutchDaemon; January 11th, 2012 at 16:21. Reason: Proper formatting: http://forums.freebsd.org/showthread.php?t=8816
Reply With Quote
  #2  
Old January 11th, 2012, 08:04
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,725
Thanks: 47
Thanked 2,023 Times in 1,862 Posts
Default

Use
Code:
ipv6_enable="YES"
instead of
Code:
ipv6_activate_all_interfaces="YES"
.
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.

Last edited by DutchDaemon; January 11th, 2012 at 16:22.
Reply With Quote
The Following User Says Thank You to SirDice For This Useful Post:
jotawski (January 11th, 2012)
  #3  
Old January 11th, 2012, 12:41
jotawski's Avatar
jotawski jotawski is offline
Member
 
Join Date: Nov 2008
Location: park kred/nontabury/thai
Posts: 198
Thanks: 208
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by SirDice View Post
Use
Code:
ipv6_enable="YES"
instead of
Code:
ipv6_activate_all_interfaces="YES"
I did before switching to the current /etc/rc.conf and the messages at the console were

Code:
Setting hostname: dell.jes.or.th.
/etc/rc: WARNING: $ipv6_enable is obsolete.  Use $ipv6_activate_all_interfaces instead.
/etc/rc: WARNING: $ipv6_enable is obsolete.  Use $ipv6_activate_all_interfaces instead.
re0: link state changed to DOWN
re0: no link ....re0: link state changed to UP
 got link
DHCPREQUEST on re0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.3 -- renewal in 172800 seconds.
Starting Network: lo0 re0 ipfw0.
but once I set
Code:
ipv6_activate_all_interfaces="YES"
I got the warning as in my first posting.
__________________
best regards,
jotawski

http://makham.blogspot.com FreeBSD for thai

Last edited by DutchDaemon; January 11th, 2012 at 16:23. Reason: Use [code] not [quote]
Reply With Quote
  #4  
Old January 11th, 2012, 13:28
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,725
Thanks: 47
Thanked 2,023 Times in 1,862 Posts
Default

Ah. I didn't know ipv6_enable was obsoleted. In that case all I can suggest is filing a PR.

http://www.freebsd.org/send-pr.html
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
The Following User Says Thank You to SirDice For This Useful Post:
jotawski (January 11th, 2012)
  #5  
Old January 11th, 2012, 13:49
jotawski's Avatar
jotawski jotawski is offline
Member
 
Join Date: Nov 2008
Location: park kred/nontabury/thai
Posts: 198
Thanks: 208
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by SirDice View Post
Ah. I didn't know ipv6_enable was obsoleted. In that case all I can suggest is filing a PR.

http://www.freebsd.org/send-pr.html
oh, that is really very head ache. but I will do.
__________________
best regards,
jotawski

http://makham.blogspot.com FreeBSD for thai
Reply With Quote
  #6  
Old January 13th, 2012, 03:39
jotawski's Avatar
jotawski jotawski is offline
Member
 
Join Date: Nov 2008
Location: park kred/nontabury/thai
Posts: 198
Thanks: 208
Thanked 3 Times in 3 Posts
Default

problem report sent and really apologized me for using the wrong features of this board too many times, codes and quotes.
__________________
best regards,
jotawski

http://makham.blogspot.com FreeBSD for thai
Reply With Quote
  #7  
Old January 15th, 2012, 22:37
MarcoB's Avatar
MarcoB MarcoB is offline
Junior Member
 
Join Date: Apr 2009
Location: The Hague, Netherlands
Posts: 92
Thanks: 0
Thanked 5 Times in 2 Posts
Default

I'm having this too. No idea where it is coming from. Even get a firewall error, and that's strange since I don't have a firewall:
Code:
Jan 15 21:53:36 yokozuna root: /etc/rc: WARNING: $ipv6_firewall_enable is not set properly - see rc.conf(5).
Jan 15 21:53:36 yokozuna root: /etc/rc: WARNING: $ipv6_enable is not set properly - see rc.conf(5).
In my rc.conf:
Code:
ifconfig_em0="DHCP"
ifconfig_em0_ipv6="inet6 accept_rtadv"
ipv6_activate_all_interfaces="YES"
__________________
http://specs.tweak.to/4653
Reply With Quote
  #8  
Old January 16th, 2012, 14:48
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,725
Thanks: 47
Thanked 2,023 Times in 1,862 Posts
Default

Updated my systems to 9.0 this weekend. Initially I had some issues too but setting my IPv6 settings as in MarcoB's post fixed it.

I'm not getting the
Code:
WARNING: $ipv6_enable is not set properly - see rc.conf(5)
message though. And I'm wondering how you updated your system. I did a source update to RELENG_9.
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.

Last edited by DutchDaemon; January 16th, 2012 at 15:49.
Reply With Quote
  #9  
Old January 16th, 2012, 22:37
MarcoB's Avatar
MarcoB MarcoB is offline
Junior Member
 
Join Date: Apr 2009
Location: The Hague, Netherlands
Posts: 92
Thanks: 0
Thanked 5 Times in 2 Posts
Default

Mine was also a source update to RELENG_9. I even built a new world and kernel today but no changes. I still don't have a clue what causes this but the first warning message
Code:
WARNING: $ipv6_enable is not set properly - see rc.conf(5)
appears right after the mounting of the disks. The second 2 messages
Code:
Jan 15 21:53:36 yokozuna root: /etc/rc: WARNING: $ipv6_firewall_enable is not set properly - see rc.conf(5).
Jan 15 21:53:36 yokozuna root: /etc/rc: WARNING: $ipv6_enable is not set properly - see rc.conf(5).
appear during the loading of programs in rc.conf.
__________________
http://specs.tweak.to/4653

Last edited by DutchDaemon; January 17th, 2012 at 00:29.
Reply With Quote
  #10  
Old January 17th, 2012, 01:24
wblock@'s Avatar
wblock@ wblock@ is online now
Moderator
 
Join Date: Sep 2009
Location: Milky Way galaxy
Posts: 7,724
Thanks: 432
Thanked 1,762 Times in 1,459 Posts
Default

Quote:
Originally Posted by MarcoB View Post
Mine was also a source update to RELENG_9. I even built a new world and kernel today but no changes.
Did you do
# make check-old

Last edited by phoenix; January 17th, 2012 at 05:37. Reason: Fix cmd tag.
Reply With Quote
  #11  
Old January 17th, 2012, 12:35
jotawski's Avatar
jotawski jotawski is offline
Member
 
Join Date: Nov 2008
Location: park kred/nontabury/thai
Posts: 198
Thanks: 208
Thanked 3 Times in 3 Posts
Default

Hi,

It was from mergemaster step. the mergemaster suggested us to delete old files that did not appear in /etc/rc.d but gave us a [n] prompt when asked to delete or not to delete.

I spent a half day in world/kernel/steps just to see the cause of problem in mergemaster.

simply delete old links during the mergemaster before reboot and the annoying problems disappear.
__________________
best regards,
jotawski

http://makham.blogspot.com FreeBSD for thai
Reply With Quote
  #12  
Old January 17th, 2012, 23:16
MarcoB's Avatar
MarcoB MarcoB is offline
Junior Member
 
Join Date: Apr 2009
Location: The Hague, Netherlands
Posts: 92
Thanks: 0
Thanked 5 Times in 2 Posts
Default

Quote:
Originally Posted by wblock@ View Post
Did you do
# make check-old
When doing that I get:
Code:
root@yokozuna:/usr/src# make check-old
>>> Checking for old files
...
/usr/share/man/man9/vm_page_flag_clear.9.gz
/usr/share/man/man9/vm_page_flag_set.9.gz
/usr/sbin/named.reconfig
/usr/sbin/named.reload
/usr/share/man/man9/vm_map_clean.9.gz
/usr/share/man/man9/vm_page_copy.9.gz
/usr/share/man/man9/vm_page_protect.9.gz
/usr/share/man/man9/vm_page_zero_fill.9.gz
/etc/rc.d/nfsserver
/usr/include/nfsclient/krpc.h
/usr/include/nfsclient/nfsdiskless.h
/sbin/mount_newnfs
/usr/share/man/man8/mount_newnfs.8.gz
/usr/include/nfsclient/nfs_kdtrace.h
/usr/share/calendar/ru_RU.KOI8-R/calendar.msk
/usr/include/objc/encoding.h
/usr/include/objc/hash.h
/usr/include/objc/NXConstStr.h
/usr/include/objc/objc-api.h
/usr/include/objc/objc-decls.h
/usr/include/objc/objc-list.h
/usr/include/objc/objc.h
/usr/include/objc/Object.h
/usr/include/objc/Protocol.h
/usr/include/objc/runtime.h
/usr/include/objc/sarray.h
/usr/include/objc/thr.h
/usr/include/objc/typedstream.h
/usr/lib/libobjc.a
/usr/lib/libobjc.so
/usr/libexec/cc1obj
/usr/share/examples/kld/firmware/fwimage/firmware.img
/usr/share/man/man8/sticky.8.gz
/usr/include/netinet/sctp_cc_functions.h
/usr/share/man/man9/SYSCTL_XINT.9.gz
/usr/share/man/man9/SYSCTL_XLONG.9.gz
/usr/share/man/man3/draw_shadow.3.gz
/usr/share/man/man3/draw_box.3.gz
/usr/share/man/man3/line_edit.3.gz
/usr/share/man/man3/strheight.3.gz
/usr/share/man/man3/strwidth.3.gz
/usr/share/man/man3/dialog_create_rc.3.gz
/usr/share/man/man3/dialog_yesno.3.gz
/usr/share/man/man3/dialog_noyes.3.gz
/usr/share/man/man3/dialog_prgbox.3.gz
/usr/share/man/man3/dialog_textbox.3.gz
/usr/share/man/man3/dialog_menu.3.gz
/usr/share/man/man3/dialog_checklist.3.gz
/usr/share/man/man3/dialog_radiolist.3.gz
/usr/share/man/man3/dialog_inputbox.3.gz
/usr/share/man/man3/dialog_clear_norefresh.3.gz
/usr/share/man/man3/dialog_clear.3.gz
/usr/share/man/man3/dialog_update.3.gz
/usr/share/man/man3/dialog_fselect.3.gz
/usr/share/man/man3/dialog_notify.3.gz
/usr/share/man/man3/dialog_mesgbox.3.gz
/usr/share/man/man3/dialog_gauge.3.gz
/usr/share/man/man3/init_dialog.3.gz
/usr/share/man/man3/end_dialog.3.gz
/usr/share/man/man3/use_helpfile.3.gz
/usr/share/man/man3/use_helpline.3.gz
/usr/share/man/man3/get_helpline.3.gz
/usr/share/man/man3/restore_helpline.3.gz
/usr/share/man/man3/dialog_msgbox.3.gz
/usr/share/man/man3/dialog_ftree.3.gz
/usr/share/man/man3/dialog_tree.3.gz
/usr/share/examples/dialog/README
/usr/share/examples/dialog/checklist
/usr/share/examples/dialog/ftreebox
/usr/share/examples/dialog/infobox
/usr/share/examples/dialog/inputbox
/usr/share/examples/dialog/menubox
/usr/share/examples/dialog/msgbox
/usr/share/examples/dialog/prgbox
/usr/share/examples/dialog/radiolist
/usr/share/examples/dialog/textbox
/usr/share/examples/dialog/treebox
/usr/share/examples/dialog/yesno
/usr/share/examples/libdialog/Makefile
/usr/share/examples/libdialog/check1.c
/usr/share/examples/libdialog/check2.c
/usr/share/examples/libdialog/check3.c
/usr/share/examples/libdialog/dselect.c
/usr/share/examples/libdialog/fselect.c
/usr/share/examples/libdialog/ftree1.c
/usr/share/examples/libdialog/ftree1.test
/usr/share/examples/libdialog/ftree2.c
/usr/share/examples/libdialog/ftree2.test
/usr/share/examples/libdialog/gauge.c
/usr/share/examples/libdialog/input1.c
/usr/share/examples/libdialog/input2.c
/usr/share/examples/libdialog/menu1.c
/usr/share/examples/libdialog/menu2.c
/usr/share/examples/libdialog/menu3.c
/usr/share/examples/libdialog/msg.c
/usr/share/examples/libdialog/prgbox.c
/usr/share/examples/libdialog/radio1.c
/usr/share/examples/libdialog/radio2.c
/usr/share/examples/libdialog/radio3.c
/usr/share/examples/libdialog/text.c
/usr/share/examples/libdialog/tree.c
/usr/share/examples/libdialog/yesno.c
/usr/share/man/man8/MAKEDEV.8.gz
/usr/share/man/man9/vgonel.9.gz
/usr/share/info/gasp.info.gz
/usr/include/machine/mutex.h
/usr/include/machine/mptable.h
/usr/include/machine/apicreg.h
/usr/include/machine/mca.h
/usr/share/man/man9/vm_page_sleep_busy.9.gz
/usr/share/man/man9/taskqueue_find.9.gz
/usr/include/lzma/subblock.h
/usr/share/man/man3/cfree.3.gz
/usr/share/man/man3/cftime.3.gz
/usr/share/man/man3/getpw.3.gz
/usr/share/zoneinfo/Pacific/Ponape
/usr/share/zoneinfo/Pacific/Truk
/usr/share/man/man4/acpi_aiboost.4.gz
/usr/include/nfsclient/nfs_lock.h
/usr/include/emmintrin.h
/usr/include/mm_malloc.h
/usr/include/pmmintrin.h
/usr/include/xmmintrin.h
/usr/include/mmintrin.h
/usr/include/regexp.h
/usr/share/man/man3/regexp.3.gz
/usr/share/man/man3/regsub.3.gz
/usr/include/utmp.h
/usr/share/man/man4/i386/alpm.4.gz
/usr/share/man/man4/i386/amdpm.4.gz
/usr/share/man/man4/i386/mcd.4.gz
/usr/share/man/man4/i386/padlock.4.gz
/usr/share/man/man4/i386/pcf.4.gz
/usr/share/man/man4/i386/scd.4.gz
/usr/share/man/man4/i386/viapm.4.gz
/usr/share/examples/bc/ckbook.b
/usr/share/examples/bc/pi.b
/usr/share/examples/bc/primes.b
/usr/share/examples/bc/twins.b
/usr/share/info/dc.info.gz
/usr/share/man/man3/ttyslot.3.gz
/usr/share/man/man3/login.3.gz
/usr/share/man/man3/logout.3.gz
/usr/share/man/man3/logwtmp.3.gz
/usr/share/man/man5/lastlog.5.gz
/usr/share/man/man5/utmp.5.gz
/usr/share/man/man5/wtmp.5.gz
/usr/include/sys/semaphore.h
/usr/sbin/ntptrace
/usr/share/man/man8/ntptrace.8.gz
/usr/share/examples/pppd/auth-down.sample
/usr/share/examples/pppd/auth-up.sample
/usr/share/examples/pppd/chap-secrets.sample
/usr/share/examples/pppd/chat.sh.sample
/usr/share/examples/pppd/ip-down.sample
/usr/share/examples/pppd/ip-up.sample
/usr/share/examples/pppd/options.sample
/usr/share/examples/pppd/pap-secrets.sample
/usr/share/examples/pppd/ppp.deny.sample
/usr/share/examples/pppd/ppp.shells.sample
/usr/share/examples/slattach/unit-command.sh
/usr/share/examples/sliplogin/slip.hosts
/usr/share/examples/sliplogin/slip.login
/usr/share/examples/sliplogin/slip.logout
/usr/share/examples/sliplogin/slip.slparms
/usr/share/examples/startslip/sldown.sh
/usr/share/examples/startslip/slip.sh
/usr/share/examples/startslip/slup.sh
/usr/share/examples/etc/rc.firewall6
/usr/share/man/man8/rc.early.8.gz
/usr/share/zoneinfo/GMT
/usr/share/man/man3/pselect.3.gz
/usr/share/man/man9/fusword.9.gz
/usr/share/man/man9/susword.9.gz
/usr/include/machine/pc/vesa.h
/usr/share/man/man4/i386/dpms.4.gz
/etc/mtree/BSD.local.dist
/etc/mtree/BSD.x11.dist
/etc/mtree/BSD.x11-4.dist
/usr/share/man/man9/ieee80211_add_rates.9.gz
/usr/share/man/man9/ieee80211_add_xrates.9.gz
/usr/share/man/man9/ieee80211_alloc_node.9.gz
/usr/share/man/man9/ieee80211_attach.9.gz
/usr/share/man/man9/ieee80211_begin_scan.9.gz
/usr/share/man/man9/ieee80211_cfgget.9.gz
/usr/share/man/man9/ieee80211_cfgset.9.gz
/usr/share/man/man9/ieee80211_chan2ieee.9.gz
/usr/share/man/man9/ieee80211_chan2mode.9.gz
/usr/share/man/man9/ieee80211_create_ibss.9.gz
/usr/share/man/man9/ieee80211_crypto_attach.9.gz
/usr/share/man/man9/ieee80211_crypto_detach.9.gz
/usr/share/man/man9/ieee80211_decap.9.gz
/usr/share/man/man9/ieee80211_dump_pkt.9.gz
/usr/share/man/man9/ieee80211_dup_bss.9.gz
/usr/share/man/man9/ieee80211_encap.9.gz
/usr/share/man/man9/ieee80211_end_scan.9.gz
/usr/share/man/man9/ieee80211_find_node.9.gz
/usr/share/man/man9/ieee80211_fix_rate.9.gz
/usr/share/man/man9/ieee80211_free_allnodes.9.gz
/usr/share/man/man9/ieee80211_ieee2mhz.9.gz
/usr/share/man/man9/ieee80211_ioctl.9.gz
/usr/share/man/man9/ieee80211_lookup_node.9.gz
/usr/share/man/man9/ieee80211_media2rate.9.gz
/usr/share/man/man9/ieee80211_media_change.9.gz
/usr/share/man/man9/ieee80211_media_init.9.gz
/usr/share/man/man9/ieee80211_media_status.9.gz
/usr/share/man/man9/ieee80211_mhz2ieee.9.gz
/usr/share/man/man9/ieee80211_next_scan.9.gz
/usr/share/man/man9/ieee80211_node_attach.9.gz
/usr/share/man/man9/ieee80211_node_detach.9.gz
/usr/share/man/man9/ieee80211_node_lateattach.9.gz
/usr/share/man/man9/ieee80211_print_essid.9.gz
/usr/share/man/man9/ieee80211_proto_attach.9.gz
/usr/share/man/man9/ieee80211_proto_detach.9.gz
/usr/share/man/man9/ieee80211_rate2media.9.gz
/usr/share/man/man9/ieee80211_recv_mgmt.9.gz
/usr/share/man/man9/ieee80211_send_mgmt.9.gz
/usr/share/man/man9/ieee80211_setmode.9.gz
/usr/share/man/man9/ieee80211_timeout_nodes.9.gz
/usr/share/man/man9/ieee80211_watchdog.9.gz
/usr/share/man/man9/ieee80211_wep_crypt.9.gz
/usr/sbin/usbdevs
/usr/share/man/man8/usbdevs.8.gz
/usr/share/man/man9/MULTI_DRIVER_MODULE.9.gz
>>> Checking for old libraries
/lib/libcam.so.5
/lib/libpcap.so.7
/lib/libufs.so.5
/usr/lib/libdwarf.so.2
/usr/lib/libopie.so.6
/usr/lib/librtld_db.so.1
/usr/lib/libtacplus.so.4
/usr/lib/liblwres.so.50
/lib/libsbuf.so.5
/usr/lib/libobjc.so.4
/lib/libz.so.5
/lib/libutil.so.8
/lib/libbsnmp.so.5
/lib/libcrypt.so.4
/lib/libcrypto.so.5
/lib/libkvm.so.4
/lib/libmd.so.4
/lib/libncurses.so.7
/lib/libncursesw.so.7
/lib/libreadline.so.7
/lib/libutil.so.7
/lib/libz.so.4
/usr/lib/libbz2.so.3
/usr/lib/libcom_err.so.4
/usr/lib/libdialog.so.6
/usr/lib/libgnuregex.so.4
/usr/lib/libopie.so.5
/usr/lib/libpam.so.4
/usr/lib/librpcsvc.so.4
/usr/lib/libssl.so.5
/usr/lib/libusbhid.so.3
/usr/lib/libvgl.so.5
/usr/lib/libwrap.so.5
/usr/lib/libasn1.so.9
/usr/lib/libgssapi.so.9
/usr/lib/libkrb5.so.9
/usr/lib/libroken.so.9
>>> Checking for old directories
/usr/include/objc
/usr/share/examples/libdialog
/usr/share/examples/dialog
/usr/share/examples/bc
/usr/share/examples/pppd
/usr/share/examples/slattach
/usr/share/examples/sliplogin
/usr/share/examples/startslip
To remove old files and directories run 'make delete-old'.
To remove old libraries run 'make delete-old-libs'.
I really don't want to run "make delete-old". I did that once and it totally screwed my system. The only option then was a reinstall.
__________________
http://specs.tweak.to/4653
Reply With Quote
  #13  
Old January 17th, 2012, 23:28
kpa kpa is offline
Giant Locked
 
Join Date: Jul 2010
Location: People's Technocratic Republic of Finland
Posts: 2,015
Thanks: 44
Thanked 467 Times in 397 Posts
Default

You really should run that, now if you compile anything there's a big change that the compilation picks up the wrong version of a shared library and you end up with a non working binary.

Start with just
# make delete-old

And once you're satisfied that everything is still working run:

# make delete-old-libs
This may break ports that still depend on wrong versions of shared libraries in the base system, there's a good tool to test for those in sysutils/bsdadminscripts:

# pkg_libchk

You'll have to recompile any ports that the above command reports as having missing shared libraries.
Reply With Quote
The Following 2 Users Say Thank You to kpa For This Useful Post:
jotawski (January 19th, 2012), MNIHKLOM (December 22nd, 2012)
  #14  
Old January 18th, 2012, 11:09
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,725
Thanks: 47
Thanked 2,023 Times in 1,862 Posts
Default

To prevent missing libraries from throwing a spanner in the works you can install misc/compat8x.
Once you have rebuilt all your ports it can be removed again.
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.

Last edited by DutchDaemon; January 18th, 2012 at 15:18.
Reply With Quote
The Following 2 Users Say Thank You to SirDice For This Useful Post:
jotawski (January 19th, 2012), MNIHKLOM (December 22nd, 2012)
  #15  
Old January 19th, 2012, 11:23
jotawski's Avatar
jotawski jotawski is offline
Member
 
Join Date: Nov 2008
Location: park kred/nontabury/thai
Posts: 198
Thanks: 208
Thanked 3 Times in 3 Posts
Default

Quote:
Originally Posted by MarcoB View Post
When doing that I get:
Code:
root@yokozuna:/usr/src# make check-old
>>> Checking for old files
...
/usr/include/netinet/sctp_cc_functions.h
/usr/share/man/man9/SYSCTL_XINT.9.gz
/usr/share/man/man9/SYSCTL_XLONG.9.gz
/usr/share/man/man3/draw_shadow.3.gz
/usr/share/man/man3/draw_box.3.gz
/usr/share/man/man3/line_edit.3.gz
/usr/share/man/man3/strheight.3.gz
/usr/share/man/man3/strwidth.3.gz
/usr/share/man/man3/dialog_create_rc.3.gz
/usr/share/man/man3/dialog_yesno.3.gz
/usr/share/man/man3/dialog_noyes.3.gz
/usr/share/man/man3/dialog_prgbox.3.gz
/usr/share/man/man3/dialog_textbox.3.gz
/usr/share/man/man3/dialog_menu.3.gz
/usr/share/man/man3/dialog_checklist.3.gz
/usr/share/man/man3/dialog_radiolist.3.gz
/usr/share/man/man3/dialog_inputbox.3.gz
/usr/share/man/man3/dialog_clear_norefresh.3.gz
/usr/share/man/man3/dialog_clear.3.gz
/usr/share/man/man3/dialog_update.3.gz
/usr/share/man/man3/dialog_fselect.3.gz
/usr/share/man/man3/dialog_notify.3.gz
/usr/share/man/man3/dialog_mesgbox.3.gz
/usr/share/man/man3/dialog_gauge.3.gz
/usr/share/examples/libdialog/tree.c
/usr/share/examples/libdialog/yesno.c
/usr/share/man/man8/MAKEDEV.8.gz
/usr/share/man/man9/vgonel.9.gz
/usr/share/info/gasp.info.gz
/usr/include/machine/mutex.h
/usr/include/machine/mptable.h
/usr/include/machine/apicreg.h
/usr/include/machine/mca.h
/usr/share/man/man9/vm_page_sleep_busy.9.gz
/usr/share/man/man9/taskqueue_find.9.gz
/usr/include/lzma/subblock.h
/usr/share/man/man3/cfree.3.gz
/usr/share/man/man3/cftime.3.gz
/usr/share/man/man3/getpw.3.gz
/usr/share/zoneinfo/Pacific/Ponape
/usr/share/zoneinfo/Pacific/Truk
/usr/share/man/man4/acpi_aiboost.4.gz
/usr/include/nfsclient/nfs_lock.h
/usr/include/emmintrin.h
/usr/include/mm_malloc.h
/usr/include/pmmintrin.h
/usr/include/xmmintrin.h
/usr/include/mmintrin.h
/usr/include/regexp.h
/usr/share/man/man3/regexp.3.gz
/usr/share/man/man3/regsub.3.gz
/usr/include/utmp.h
/usr/share/man/man4/i386/alpm.4.gz
/usr/share/man/man4/i386/scd.4.gz
/usr/share/man/man4/i386/viapm.4.gz
/usr/share/examples/bc/ckbook.b
..
/usr/share/examples/bc/twins.b
/usr/share/info/dc.info.gz
/usr/share/man/man3/ttyslot.3.gz
...
/usr/share/man/man5/wtmp.5.gz
/usr/include/sys/semaphore.h
/usr/sbin/ntptrace
/usr/share/man/man8/ntptrace.8.gz
/usr/share/examples/pppd/auth-down.sample
...
/usr/share/examples/startslip/slup.sh
/usr/share/examples/etc/rc.firewall6
/usr/share/man/man8/rc.early.8.gz
/usr/share/zoneinfo/GMT
/usr/share/man/man3/pselect.3.gz
/usr/share/man/man9/fusword.9.gz
/usr/share/man/man9/susword.9.gz
/usr/include/machine/pc/vesa.h
/usr/share/man/man4/i386/dpms.4.gz
/etc/mtree/BSD.local.dist
/etc/mtree/BSD.x11.dist
/etc/mtree/BSD.x11-4.dist
/usr/share/man/man9/ieee80211_add_rates.9.gz
...
/usr/share/man/man9/ieee80211_wep_crypt.9.gz
/usr/sbin/usbdevs
/usr/share/man/man8/usbdevs.8.gz
/usr/share/man/man9/MULTI_DRIVER_MODULE.9.gz
>>> Checking for old libraries
/lib/libcam.so.5
/lib/libpcap.so.7
...
/usr/lib/libtacplus.so.4
/usr/lib/liblwres.so.50
/lib/libsbuf.so.5
/usr/lib/libobjc.so.4
/lib/libz.so.5
...
/lib/libutil.so.7
/lib/libz.so.4
/usr/lib/libbz2.so.3
/usr/lib/libcom_err.so.4
/usr/lib/libdialog.so.6
...
/usr/lib/libkrb5.so.9
/usr/lib/libroken.so.9
>>> Checking for old directories
/usr/include/objc
/usr/share/examples/libdialog
/usr/share/examples/dialog
...
/usr/share/examples/sliplogin
/usr/share/examples/startslip
To remove old files and directories run 'make delete-old'.
To remove old libraries run 'make delete-old-libs'.
pkg_delete -aI really don't want to run "make delete-old". I did that once and it totally screwed my system. The only option then was a reinstall.
I do agree with totally. I have to # pkg_delete -a and reinstall my favorite packages from scratch because of # make delete-old
and one of my headache was xfce4-wm upgrade to the new ports tree, which is solved though , I mean this one http://forums.freebsd.org/showthread.php?t=28937
__________________
best regards,
jotawski

http://makham.blogspot.com FreeBSD for thai

Last edited by DutchDaemon; January 19th, 2012 at 22:52.
Reply With Quote
Reply

Tags
/etc/rc.conf, ipv6

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel Trap 12 under FreeNAS 8.0.1 Release (FreeBSD 8.2-RELEASE-p3) on HP DL320s brundle General 1 October 22nd, 2011 06:29
Can't boot after upgrade from 8.1-RELEASE to 8.2-RELEASE jtl Installing & Upgrading 1 September 17th, 2011 00:27
[Solved] Installing 8.2 RELEASE shows as 8.1 RELEASE after install? jonlyb Installing & Upgrading 2 July 7th, 2011 01:23
freebsd-update from 8.0-RELEASE to 8.1-RELEASE damaged system laurelraven Installing & Upgrading 8 July 1st, 2011 22:08
[Solved] Upgrading from 8.0-Release to 8.1-Release didn't upgrade ZFS olav Installing & Upgrading 6 July 21st, 2010 08:02


All times are GMT +1. The time now is 16:06.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0