Re: Re: installworld fails - nb_NO.ISO8859-1/LC_TIME: too many levels of symbolic links

2009-02-20 Thread Gregory W. MacPherson
The problem is that both of the files:

/usr/share/locale/nb_NO.ISO8859-1/LC_TIME

and 

/usr/share/locale/no_NO.ISO8859-1/LC_TIME

... are symbolic links ... to each other.

The solution is to remove one symlink and replace it with a real file as 
shown below:

rm -f /usr/share/locale/no_NO.ISO8859-1/LC_TIME
touch /usr/share/locale/no_NO.ISO8859-1/LC_TIME

Now /usr/share/locale/nb_NO.ISO8859-1/LC_TIME is a symbolic link and
/usr/share/locale/no_NO.ISO8859-1/LC_TIME is a real (albeot zero length)
file.

And, yes, someone ought to fix this in CVS.

-- Greg

 On Saturday 31 January 2009 07:09:39 Anton Shterenlikht wrote:
  I'm upgrading from 7.1-prerelease to 7.1-stable. I followed the
 manual.
  make buildworld, make buildkernel, make installkernel, reboot,
  make installworld fails with
 
  install: /usr/share/locale/nb_NO.ISO8859-1/LC_TIME: Too many levels of
  symbolic links
 
 Can you provide output of:
 ls -l /usr/share/locale/nb_NO.IS8859-1/LC_TIME
 
 -- 
 Mel
 
 Problem with today's modular software: they start with the modules
 and never get to the software part.

-- 
Gregory W. MacPherson
Global Network Exploitation Specialist, CISSP
http://www.datasieve.net/greg/

In the beginning of a change, the patriot is a scarce man and brave,
hated and scorned. When his cause succeeds however, the timid join him,
for then it costs nothing to be a patriot. -- Mark Twain
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


D-Link card (ath0) and WPA-PSK

2007-02-17 Thread Gregory W. MacPherson
I wanted to access a WPA-PSK network with my laptop. I booted up FreeBSD
6.2. I already had a D-Link WNA2330 card inserted in the slot at boot up. 
The ath driver recognized the card:

ath0: Atheros 5212 mem 0x8800-0x8800 irq 11 at device 0,0 on cardbus0
ath0: Ethernet address: 00:15:e9:d9:77:13
ath0: mac 7,9 phy 4,5 radio 5,6

I configured /etc/wpa_supplicant and added a line to /etc/rc.conf to 
configure the interface to use DHCP. Then I issued /etc/rc.d/netif start.
What I got was a card that was associated and properly configured but 
that could not negotiate an address or pass traffic.

After several iterations of ifconfig ath0, I finally removed the card and
reinserted the card. Then and only then did the /etc/rc.d/netif start 
result in an associated and DHCP configured NIC.

ath0: ath_chan_set: unable to reset channel 2 (2417 Mhz, flags 0xe0 hal flags 
0xc0)
ath0: Atheros 5212 mem 0x8800-0x8800 irq 11 at device 0,0 on cardbus0
ath0: Ethernet address: 00:15:e9:d9:77:13
ath0: mac 7,9 phy 4,5 radio 5,6

Has anyone seen this before - where the card is recognized by the driver 
and the card can associate with the network but the WPA fails until the 
card is removed and reinserted?

Laptop is a Thinkpad T21.
OS is FreeBSD 6.2-STABLE #0
Kernel has the following compiled in:

device  wlan
device  wlan_wep
device  wlan_ccmp
device  wlan_tkip
device  wi
device  ath
device  ath_hal
device  ath_rate_sample

IPFW is compiled in and was set open.

Thanks,

-- Greg

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Gregory W. MacPherson - Global Network Exploitation Specialist, CISSP
http://www.netpublishing.com/greg/ [EMAIL PROTECTED]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]