Re: 7.0-RELEASE panic after ~4 hours

2008-03-26 Thread Alphons Fonz van Werven

Matthias Apitz wrote:


the main difference between home and work is: WEP at home and WPA2 at
work;


Which WiFi board are you using? Several drivers are known to cause panics when
used with WPA.

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: 7.0-RELEASE panic after ~4 hours

2008-03-26 Thread Alphons Fonz van Werven

Sam Leffler wrote:

I am aware only of issues with USB adapters being removed while 
wpa_supplicant is running.


Actually, there's more I'm afraid.

iwi: Don't know because I don't use that one. But it's a cousin of wpi and
 if I'm not mistaken it was the same person who initiated development of
 both drivers.

wpi: No panics, but just doesn't work with wpa_supplicant at all (fails to
 associate). This is a known problem and people are working on it.

Neither of these are USB adapters.

rum: Works but panics after a while. PR has been filed, but seems to be stuck
 at feedback status (anyone know more about this one?).

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: 7.0-RELEASE panic after ~4 hours

2008-03-26 Thread Alphons Fonz van Werven

Vince wrote:


Not true. under 7-current for me wpa works on my wpi adapter.


Care to elaborate on what you did? Because in my and some other people's cases
we can't get wpi to work with wpa_supplicant no matter what we try.

Alphons (as can be seen in some previous threads)

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: 7.0-RELEASE panic after ~4 hours

2008-03-26 Thread Alphons Fonz van Werven

Vince wrote:


under 7-current


Just noted the -current thingy. I'm running 7-release, with or without a
patch by Andrew (2 kernels available). If it works with 7-current, perhaps
there are some patches I missed?

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: 7.0-RELEASE panic after ~4 hours

2008-03-26 Thread Alphons Fonz van Werven

Vince wrote:


there are some patches I missed?



Entirely possible, I'm running these versions


Thanks Vince, I'll check it out tomorrow (as well as gathering debug info
for the rum driver, btw), as it's getting quite late now.

At the moment, I have FreeBSD on my laptop but I can't do much with it
because I need the WiFi stuff (either wpi or rum, whichever works) for
Internet access. But I've been using FreeBSD over the wire for years so
there will be a small party when I can finally use my favorite OS again :-)

Later,

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Help: downloading a file causes kernel panic w/ 7.0-R and rum

2008-03-08 Thread Alphons Fonz van Werven

Can somebody please help me with the following:

I'm connecting to the Internet using a (Cisco) Linksys WUSB54GC wireless USB
adapter with FreeBSD 7.0-RELEASE and its rum driver.

The device gets recognized, wpa_supplicant can associate to the WLAN, DHCP
obtains an IP address, all works fine. I can browse the Web with Lynx no
problems. But when I try to download a larger file (e.g. fetch a port or
package...), sooner or later (and usually sooner rather than later) a page
fault occurs and the kernel panics.

I've examined several crash dumps and they all mention the same instruction
pointer (for the standard GENERIC kernel that comes with 7.0-RELEASE):

Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address   = 0x12
fault code  = supervisor read, page not present
instruction pointer = 0x20:0xc06b9e7a
stack pointer   = 0x28:0xe58f2be4
frame pointer   = 0x28:0xe58f2bfc
code segment= base 0x0, limit 0xf, type 0x1b
= DPL 0, pres 1, def32 1, gran 1
processor eflags= interrupt enabled, resume, IOPL = 0
current process = 23 (irq23: uhci0 ehci0)
trap number = 12
panic: page fault
cpuid = 0
Uptime: 1m9s
Physical memory: 2033 MB
Dumping 179 MB: 164 148 132 116 (CTRL-C to abort)  100 84 68 52 36 20 4

#0  doadump () at pcpu.h:195
195 pcpu.h: No such file or directory.
in pcpu.h

This can be traced back to somewhere within the rum driver:

(kgdb) list *0xc06b9e7a
0xc06b9e7a is in rum_txeof (/usr/src/sys/dev/usb/if_rum.c:842).
837 {
838 struct rum_tx_data *data = priv;
839 struct rum_softc *sc = data-sc;
840 struct ifnet *ifp = sc-sc_ic.ic_ifp;
841
842 if (data-m-m_flags  M_TXCB)
843 ieee80211_process_callback(data-ni, data-m,
844 status == USBD_NORMAL_COMPLETION ? 0 : 
ETIMEDOUT

);
845
846 if (status != USBD_NORMAL_COMPLETION) {
(kgdb)

Thanks in advance for any help,

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: install/upgrade question

2008-03-05 Thread Alphons Fonz van Werven

Tsu-Fan Cheng wrote:


Can I only change/overwrite the /etc
/usr, etc but leave /home intact??


Depends. If your /home is a seperate partition AND you don't need to
repartition (relabel) the disk, you should be ok. In disklabel, you'll find
a newfs toggle. If you set this to N for a certain partition, that partition
will not be reformatted and all data on it should be preserved if nothing 
strange happens. I've done this several times without problems, for example

to preserve /home and/or my CVS repository between installs. I always kept
backups though, in case something goes wrong during the install and the
partition gets screwed up after all, which is unlikely but NOT impossible!

If your /home is merely a directory on a larger partition (for example
because it's symlinked to /usr/home or something), or if you need to
repartition/relabel the disk, it gets tricky and you'll probably be better
off restoring from a backup.

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


VPN - Which way to go?

2008-03-05 Thread Alphons Fonz van Werven

Howdy people,

I need to setup a VPN connection to the university's network. Now, there's a
chapter in the handbook about VPN over IPsec and there seems to be this
thing called OpenVPN in the ports collection. Which is the better way to go?
All I need is to obtain an IP address within the university's IP range
(because otherwise I can't use their outgoing STMP), that's all. So as
simple a solution as possible would be preferred.

Suggestions are welcome.

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: VPN - Which way to go?

2008-03-05 Thread Alphons Fonz van Werven

John Nielsen wrote:


I think OpenVPN is great and use it regularly, but as far as I know it
only interoperates with OpenVPN, and I'd be surprised if your university
 were using it.


Well, it seems like OpenVPN works for the Linux guys here... But anyway,
I'll go ask around about the exact setup.

Thanks,

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: FreeBSD 7.0

2008-02-27 Thread Alphons Fonz van Werven

Kris Kennaway wrote:


Do you have any idea the FreeBSD 7.0 when will come out?



In a couple of hours.


This may sound like a stupid joke, but it's actually true. As I'm writing
this there's no announcement on http://www.freebsd.org yet, but I checked
the Dutch FTP site and 7.0-RELEASE is there.

A big thank you to everyone who helped make it possible,

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: My Rebuild Problem

2008-02-26 Thread Alphons Fonz van Werven

[EMAIL PROTECTED] wrote:


I would like to reformat and start over, but I donĀ“t know how. As I wrote
earlier, I keep getting the below-mentioned loop.



All I want to do is rebuild the silly FBSD! Again, I fell into this silly
loop when I tried to rebuild: 
 
-- Select Drive 
-- FDISK Partition Editor (Q) 
-- Install Boot Manager 
 
and it just goes round, and round, and round.


At first I didn't see it, but looking at it as quoted by somebody else, it
seems familiar all of a sudden. First, do all the partitioning you need.
After that, when asked (again) to select a drive, don't select any. Just
use TAB to get to OK without any disks selected. This ought to get you out
of the loop.

Alphons (hope I remembered correctly)

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: Welcome to jaxtr!

2008-02-25 Thread Alphons Fonz van Werven

jaxtr wrote:


Congratulations, Sunil! Your phone link is now active:


So everybody on the list can now call eachother for free? Cool :-)

Alphons (btw: Sunil is a Dutch dishwasher detergent brand...)

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: Adduser and bcrypt password hashes

2008-02-25 Thread Alphons Fonz van Werven

[EMAIL PROTECTED] wrote:


something goes wrong while using adduser with bcrypt password hashes on
 FreeBSD 7.0-RC3:


I assume bcrypt means the blowfish cypher?

In any case, thanks for the alert!

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: [Wireless] Can't connect to wlan

2008-02-24 Thread Alphons Fonz van Werven

Okay, so here goes:

SYNOPSIS

Wireless network gets detected, but has no carrier. So I can't connect.

PROMPT

All prompts are indicated as $ to avoid confusion with #-comment lines, but
in reality most things are done by root.

THE NETWORK

SSID: SpeedTouch1EC5E8
radio type: 11g
security type: WPA2-PSK
PSK: known
Station: Thomson ST 780 WL Wireless modem
Signal: present (Windows picks it up right away) and generally excellent

THE COMPUTER

Thoshiba Satellite P200 1A4 notebook
Wireless card: Intel 3945ABG
OS: FreeBSD 7.0-RC3

KERNEL

The driver for the Intel 3945ABG card is wpi.
As instructed by its manpage, my /boot/loader.conf reads:

$ cat /boot/loader.conf
if_wpi_load=YES
wlan_load=YES
wlan_amrr_load=YES
firmware_load=YES
wpifw_load=YES
wlan_xauth_load=YES

legal.intel_wpi.license_ack=1
$

Relevant dmesg greps:

$ dmesg|grep wpi
wpi0: Intel(R) PRO/Wireless 3945ABG mem 0xd800-0xd8000fff irq 17 at 
device 0.0 on pci4

wpi0: Ethernet address: 00:1b:77:b5:98:bd
wpi0: [ITHREAD]
wpi0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
wpi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
wpi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 
24Mbps 36Mbps 48Mbps 54Mbps

$ dmesg|grep wlan
$ dmesg|grep firmware
$

CONFIGURATION

My /etc/wpa_supplicant.conf:

$ cat /etc/wpa_supplicant.conf
#eapol_version=2

network={
  ssid=SpeedTouch1EC5E8
  psk= (the correct preshared key, that is)
#  bssid=00:90:d0:f3:e1:d2
  mode=0
  proto=WPA RSN
#  key_mgmt=WPA-PSK
#  pairwise=CCMP
#  group=CCMP
  scan_ssid=1
}
$

STEPS

$ wpa_supplicant -d -i wpi0 -c /etc/wpa_supplicant
Initializing interface 'wpi0' conf '/etc/wpa_supplicant.conf' driver 
'default' ctrl_interface 'N/A' bridge 'N/A'

Configuration file '/etc/wpa_supplicant.conf' - '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
Priority group 0
   id=0 ssid='SpeedTouch1EC5E8'
Initializing interface (2) 'wpi0'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
Own MAC address: 00:1b:77:b5:98:bd
wpa_driver_bsd_set_wpa: enabled=1
wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1
wpa_driver_bsd_del_key: keyidx=0
wpa_driver_bsd_del_key: keyidx=1
wpa_driver_bsd_del_key: keyidx=2
wpa_driver_bsd_del_key: keyidx=3
wpa_driver_bsd_set_countermeasures: enabled=0
wpa_driver_bsd_set_drop_unencrypted: enabled=1
Setting scan request: 0 sec 10 usec
Added interface wpi0
Received 0 bytes of scan results (0 BSSes)
Scan results: 0
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 5 sec 0 usec
State: DISCONNECTED - SCANNING
Starting AP scan (specific SSID)
Scan SSID - hexdump_ascii(len=16):
 53 70 65 65 64 54 6f 75 63 68 31 45 43 35 45 38   SpeedTouch1EC5E8
Trying to get current scan results first without requesting a new scan to 
speed up initial association

Received 0 bytes of scan results (0 BSSes)
Scan results: 0
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 0 sec 0 usec
Starting AP scan (broadcast SSID)
Received 0 bytes of scan results (0 BSSes)
Scan results: 0
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 5 sec 0 usec
Starting AP scan (specific SSID)
Scan SSID - hexdump_ascii(len=16):
 53 70 65 65 64 54 6f 75 63 68 31 45 43 35 45 38   SpeedTouch1EC5E8
Received 0 bytes of scan results (0 BSSes)
Scan results: 0
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 5 sec 0 usec
Starting AP scan (broadcast SSID)
Received 0 bytes of scan results (0 BSSes)
Scan results: 0
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 5 sec 0 usec
Starting AP scan (specific SSID)
Scan SSID - hexdump_ascii(len=16):
 53 70 65 65 64 54 6f 75 63 68 31 45 43 35 45 38   SpeedTouch1EC5E8
Received 0 bytes of scan results (0 BSSes)
Scan results: 0
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 5 sec 0 usec
Starting AP scan (broadcast SSID)
Received 0 bytes of scan results (0 BSSes)
Scan results: 0
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 5 sec 0 usec
Starting AP scan (specific SSID)
Scan SSID - hexdump_ascii(len=16):
 53 70 65 65 64 54 6f 75 63 68 31 45 43 35 45 38   SpeedTouch1EC5E8
Received 0 bytes of scan results (0 BSSes)
Scan results: 0
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 

[Wireless] Can't connect to wlan

2008-02-23 Thread Alphons Fonz van Werven

Howdy,

I've been trying to connect my laptop, running 7.0-RC3, to my wireless
network but It Isn't Working.

Wpa_supplicant can find the network ok and ifconfig shows the correct SSID,
authentication mode, protocol, BSSID etc. However, it also says no carrier.
So needless to say DHCP cries no link and fails.

Any idea what the problem could be here?

If you need more information, let me know and I'll cook up a more elaborate
message, but I thought I'd keep it short at first, so as not to swamp the
list with lots of output right away.

Any help will be greatly appreciated because at the moment I'm stuck with
Vista if I need the Internet and I don't like Windows...

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: [Wireless] Can't connect to wlan

2008-02-23 Thread Alphons Fonz van Werven

Mel wrote:


If it's not wep you're using, now would be a good time to mention what you
are using :)


Okay. I was hoping that the no carrier thing indicated some trivial
mistake on my part but since it's WPA2 I'm using I'll post a more elaborate
message. It may take a while to gather all the data, commands, output, dmesg
greps etc. though.

To be continued,

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: OT - was Re: Question urgent!!!

2008-02-21 Thread Alphons Fonz van Werven

David Alanis wrote:


Got it. Sorry I am not trying to offend anyone. I will no longer reply all.


Thanks. By the way, I'm not sure what language that was, but becuase it
seemd like Spanish or Portuguese, I'd like to point out that there's
probably a FreeBSD mailing list in that language, see
http://www.freebsd.org/community/mailinglists.html

Not all of those lists are equally active, but they might be a nice
addition to this one. I'm on the Dutch list as well and although it's kind
of dead now, it has been quite useful in the past.

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: npviewer.bin.core

2008-02-20 Thread Alphons Fonz van Werven

Matthias Apitz wrote:


$ ls -l npviewer.bin.core
-rw---   1 guru  wheel   12320768 19 feb 15:09 npviewer.bin.core

[snip]

# find /usr -name npviewer.bin -print
/usr/local/lib/nspluginwrapper/i386/linux/npviewer.bin

Is it worth to file a bug report or just remove it by cron job?


I would first try to investigate a little more WHY it dumps core. Perhaps
you just have a symlink or permission wrong somewhere, are missing a
dependency or who knows what else could be causing this. Hell, it might even
be a known problem already. If you can't find the cause - and nobody here
can either - there's always time for a bug report.

But those are just my thoughts,

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: Root User logged in at terminal

2008-02-20 Thread Alphons Fonz van Werven

Grant Peel wrote:


Is the a way through ssh to force a logout of the root user?


Can't you login (over SSH) as a mortal user (must be in wheel), su to root
and kill the offending login session?

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: Getting FreeBSD 5.2.1

2008-02-20 Thread Alphons Fonz van Werven

Karthick Jayaraman wrote:

I would like to get the FreeBSD 5.2.1 iso image for PowerPC. Please let 
me know where I can get them.


Are you sure that 5.2.1 even exists for the PowerPC?

The FTP-archive starts with 6.0 and according to the release announcement
back then (http://www.freebsd.org/releases/5.2.1R/announce.html):
[begin quote]
FreeBSD 5.2.1-RELEASE supports the i386, pc98, alpha, sparc64, amd64, and
ia64 architectures
[end quote]
It doesn't mention powerpc.

Just a thought, I could be way off though.

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: question about xwindows

2008-02-17 Thread Alphons Fonz van Werven

Wojciech Puchar wrote:

first of all, you used that bad letter. Just call it X. Never add an s 
at the end of the other word. Some people are real allergic to this.


no allergic, just matter of proper naming. X Window System is not a kind 
of windows.


KDE is not a kind of X Window System too..


Oh come on people...

Someone new to UNIX asks about adding a printer and in response we start
bickering about the above? What kind of arrogant, know-it-all pedants must
the OP think we are?

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: question about xwindows

2008-02-17 Thread Alphons Fonz van Werven

Erich Dollansky wrote:


Just check his original post, you might can help him.


Actually, I've read the post. But just like the person who's trying to help
now, I can only guess because I don't use KDE and don't know much about it.

I just found it kinda disturbing how some people were being smartasses about
the X(-)Window(s) thingy in what I consider the wrong thread for doing so.

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: what happened to linuxflashplugin?

2008-02-11 Thread Alphons Fonz van Werven

Wojciech Puchar cut a corner:

but there are sites that you can't do anything without flash, as even 
navigation requires this.


True.


this is just example of crap-design,


I agree. Although I don't think everybody will.


and i simply don't view them..


I'm afraid it's not that simple. Counterexample:

When I was shopping for a new parachute rig, one of the manufacturers I was
interested in turned out to have a Flash-only website. I could of course
have decided not to buy there because their website sucks, but when it
comes to equipment that's supposed to be going to save my life hundreds of
times I'd much rather base the decision on the quality of the product than
on the technical soundness of a website, thank you :-)

I don't mean to ridicule your principles, I merely mean to point out that
in my opinion it's not always as black and white as you make it seem.

Alphons

--
All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus
is not very Christian.
 -- pope Benedict XVI, South Park episode #158

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


Re: Unlock /dev/dsp?

2008-02-09 Thread Alphons Fonz van Werven

Andreas Davour wrote:

I have begin to find it annoying that when I have a Firefox running with 
a page with a youtube link it it, I can't at the same time play a mp3 
file with mplayer. When I try I get an error saying that /dev/dsp is 
busy. Is there a way to make it play me some music anyway?


Perhaps esd (Enlightenment Sound Daemon) might help here.

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: VESA option in 6.3?

2008-02-07 Thread Alphons Fonz van Werven

Johan Hendriks wrote:


You are using amd64 now, there is no option VESA support for amd64.


Out of curiosity: is this going to be in 7.0, or at least in development
for a later release?

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: VESA option in 6.3?

2008-02-07 Thread Alphons Fonz van Werven

Andreas Davour wrote:

I just tried to compile my kernel with 'options VESA' and 'device vga', 
according to the instructions from 'man 4 vga'.


When I did it with 6.2 it worked, but now 'make buildkernel' tells me 
VESA is an unrecognized option. How come?


I built a kernel with that for 6.3-RELEASE and it works just fine.
That is to say, the kernel builds, installs, boots and runs. But VESA
itself is another story because I still can't change the syscons
resolution with vidcontrol and the screensavers don't work either.

Perhaps you can send me your kernel config file?

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


[PPP] Dialing using a cellphone

2008-02-02 Thread Alphons Fonz van Werven

Hi,

I'm trying to dial in to my phone provider for internet access using my
cellphone (Samsung D900i) connected to a USB port of my computer.

At boot, FreeBSD recognizes the phone as a USB modem:
ugen: Samsung Mobile USB Modem, rev. 2.00/1.00, addr 2

I've modified /etc/ppp/ppp.conf to use the device mentioned above:
  set device /dev/ugen1
and changed username, password, phone# etc according to my provider's
settings.

However, when I try to actually dial out, I get:
tun0: Warning: chat_Write: Operation not supported by device

Any thoughts?

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: Preventing KDE from restarting

2008-02-01 Thread Alphons Fonz van Werven

Oren Almog wrote:


I am looking for an easy way to shutdown kde. If I ctrl-alt-backspace, the
xserver and kdm restart automatically. Is there a way to make it quit
directly to console?


There's probably a line in /etc/ttys starting kdm. No need to delete it,
just turn it off.

HTH,

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: Compiz Fusion

2008-02-01 Thread Alphons Fonz van Werven

E. J. Cerejo wrote:

Is there a tutorial on how to configure compiz fusion on FBSD 6.3 / 
gnome or fluxbox.


1. Use the port/package.
2. Every now and then I see messages fly by in which you can find
   exactly which flags/options to use.
3. You are right, there should be documentation...

Alphons

P.S. I found this stashed in a folder meant for future reference:

 Assuming you have already setup you X server for composite, to run
 compiz-fusion enter these commands:

 (as normal user)

 compiz --replace --sm-disable --ignore-dekstop-hints ccp 
 emerald --replace 

Credits to Manolis Kiagias :-)

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: Can't mount iPod Nano 3rd Gen on 6.3

2008-01-31 Thread Alphons Fonz van Werven

Rob Messick wrote:


When I plug it in:

umass0: Apple Inc. iPod, rev 2.00/0.01, addr 2
da0 at umass-sim0 bus 0 target 0 lun 0
da0: Apple iPod 1.62 Removable Direct Access SCSI-0 device
da0: 40.000MB/s transfers
da0: 7583MB (1941441 4096 byte sectors: 255H 63S/T 120C)


I have another MP3 player, not an Ipod. But for me, it works to mount
/dev/da0sX instead of /dev/da0 (X is usually 1).

HTH,

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: vi+urxvt8.9+oxim for traditional chinese, HOW??

2008-01-30 Thread Alphons Fonz van Werven

Tsu-Fan Cheng wrote:


   I use rxvt-unicode8.9+oxim, want to vi a text document in
tradictional chinese.


Pffft. I have used Japanese with FreeBSD years ago (I was in love
with a Japanese woman at the time, don't ask). If I can find how I
got everything working back then, I'll let you know.

I do remember it was a royal pain in the butt to get everything working...

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: Network configuration in FreeBSD

2008-01-30 Thread Alphons Fonz van Werven

Bhuvaneswari Ramkumar wrote:


I did an ifconfig em0 1.1.1.2  yday.should this be done everytime I restart
my application, is it some kind of a temporary address assignment, bcos
whatever I assigned was not visible today when I re-booted and I had to do
it again, probably I should set this in the conf file also ? maybe as
another user said my NIC is not enabled or something like that.


Once it works, all this stuff can be put in /etc/rc.conf, don't worry
about that.

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: Network configuration in FreeBSD

2008-01-30 Thread Alphons Fonz van Werven

Bhuvaneswari Ramkumar wrote:


ok the local LAN ping works now


At the risk of being obvious: please be so smart as to write down
the settings (and try to understand exactly why they are the way they
are) so you don't have to reinvent the wheel next time around.

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: Network configuration in FreeBSD

2008-01-30 Thread Alphons Fonz van Werven

Jerry McAllister wrote:

[/etc/resolv.conf]


I think DHCP makes it if you do dynamic


It did so in 6.1-RELEASE and it's not likely that this has changed.
In fact, I had to explicitly config DHCP to not overwrite my resolv.conf
(because I wanted my own DNS server to be queried before the ISP's).

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: Network configuration in FreeBSD

2008-01-30 Thread Alphons Fonz van Werven

Giorgos Keramidas wrote:


[ in dhclient.conf ]

interface ath0 {
prepend domain-name-servers 196.168.1.1;
}


Neat. I used another workaround (don't remember exactly what) back then,
but this sure looks tidier.

Something to remember...

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: Vista / FreeBSD dual boot

2008-01-29 Thread Alphons Fonz van Werven

Oleksandr Rudyk wrote:


During BSD install I select don't touch MBR, but anyway FBSD MBR overwrite
Vista MBR and I lost my Vista.


Have you reported this yet? It might not be too late to fix it in
7.0-RELEASE.

Oh, btw: 6.3-RELEASE did the same for me, but because I had tried the
other trick I mentioned (the one described in the link), manually
installing the FreeBSD boot manager fixed everything and gave me
dual-boot.

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: suggested size of /var/mail

2008-01-29 Thread Alphons Fonz van Werven

D G Teed wrote:


Oh, so there is no MX involved?  It just arrives from an external MX?
Or not?  Or are they using Cyrus?  Or not?  20 users?  15,000 users?
Should it be on a storage system capable of future expansion?

See what I mean?


What I do see is that there are relevant and irrelevant questions. I've
seen both being asked in this thread.

See what I mean?

Alphons (the questions above ARE relevant, btw)

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: Vista / FreeBSD dual boot

2008-01-29 Thread Alphons Fonz van Werven

Aryeh M. Friedman wrote:


During BSD install I select don't touch MBR, but anyway FBSD MBR
overwrite Vista MBR and I lost my Vista.



Oh, btw: 6.3-RELEASE did the same for me,



Using straight fdisk from the command line should avoid this.


No offense, but when installing from scratch using sysinstall, do you
actually have a command line available in that phase of the install?

If I'm not mistaken, you don't get the emergency holographic shell
until you commit, at which point disk partitioning has already been
done.

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: MAGIC: /usr/local/bin/bash: bad interpreter: Permission denied

2008-01-29 Thread Alphons Fonz van Werven

Wojciech Puchar wrote:


what's up?


Now that's some seriously weird shit.

I've been toying around with it for a while, but so far I've been
unable to reproduce the problem.

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: Vista / FreeBSD dual boot

2008-01-29 Thread Alphons Fonz van Werven

Wojciech Puchar wrote:


No offense, but when installing from scratch using sysinstall, do you
actually have a command line available in that phase of the install?



you have to choose rescue disk from menu and CD/DVD.


Ah, ok.

Not a logical choice for a fresh install though...

Alphons (still at war with vidcontrol)

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: suggested size of /var/mail

2008-01-28 Thread Alphons Fonz van Werven

D G Teed wrote:


What sort of server is it - MX, apache, database server,


Actually, it IS in the OP...

OP has (or wants to have) a mail server and asks for suggestions regarding
the mail spool size. Simple as that. Apache has nothing to do with it.
Whether or not to have a seperate /usr/local has nothing to do with it.
The size of /usr has... ah well, we get the picture, don't we?

As for the answer, this depends on whether or not mail quota are enforced,
how many users there are and how large you expect the average and biggest
mailboxes to be (or allow to be).

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: (no subject)

2008-01-28 Thread Alphons Fonz van Werven

Aryeh M. Friedman wrote:


I guess this one those ink blot tests.


Nah. It's the Texas office of the FBI, trying to figure out if there
really isn't anything satanical about FreeBSD...

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: Vista / FreeBSD dual boot

2008-01-28 Thread Alphons Fonz van Werven

Siraj Shaikh wrote:


How do I go about installing FreeBSD (6.3) on it now? Anyone has done
this already please?


I had the exact same problem just a few days ago and two solutions were
quickly posted here:

1: http://www.clearchain.com/wiki/FreeBSD_%26_Windows_Vista

2: When installing FreeBSD and you are asked what boot manager to install
   select to not install anything. In this way your Vista boot will not be
   affected. If after this you find that at startup you are not given ANY
   choice but FreeBSD starts automatically, this is simply because it's
   partition is marked active. Boot with a CD like Norton Partition Magic
   or GParted and mark the Vista partition active. Boot Vista, then
   download and install the EasyBCD from http://neosmart.net/dl.php?id=1
   It is then trivial to add a stanza to Vista bootloader (!) to boot
   FreeBSD.

Hth,

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: [FreeBSD] 6.3-R diskhandling

2008-01-27 Thread Alphons Fonz van Werven

Chuck Swiger wrote:

[Bootloader overwrites Vista's UID in the MBR]

This has been informative-- perhaps someone ought to file a PR about 
having the installer try to preserve this UID in the MBR...?


Or perhaps send a message to -hackers.

I have been using FreeBSD for a long time so I wanted to have this
fixed somehow (and it has been). But I can imagine it might scare away
people who are new to FreeBSD: What a bonehead system, it hosed my
Windows. I'll never use that crap again!

Come to think of it, does sysinstall keep a copy of the MBR as it was
before the installation? That way, at least people can get their
precious little Windows (yuck) back without having to reinstall it.
If it doesn't, I think it would be a very desirable feature.

Just a thought (or two),

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: [FreeBSD] 6.3-R diskhandling

2008-01-27 Thread Alphons Fonz van Werven

Gerard wrote:


Come to think of it, does sysinstall keep a copy of the MBR as it was
before the installation?


I checked and it doesn't seem to be the case. Might be worth a PR?

No OS, irregardless of whether it is a *.nix *.BSD or Microsoft Windows 
should overwrite or disable another OS or it's files, period, unless

the user so configures the new installation to do so.


I believe that in Redmond you'll find some people who disagree with you...
I can't re-install Vista here without it wiping the entire disk. Older
versions of DOS/Windows merely overwrote the MBR, something that wasn't
right either, but at least it could be fixed. Vista doesn't seem willing
to share at all.

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: [FreeBSD] 6.3-R diskhandling

2008-01-27 Thread Alphons Fonz van Werven

Gerard wrote:


There have been several articles written describing how to install Vista
after installing another OS. You could start with this one, or Google
for others.

http://apcmag.com/5045/how_to_dual_boot_vista_with_linux


That probably works with the retail versions of Vista, but the OEM version
that came with my laptop removes all partitions on the disk, period.

Thinking of it, it might be that this is not Microsoft's fault, but that
of the laptop manufacturer for making such a braindamaged installer.

This thread is getting off-topic...

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

___
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 backup the users

2008-01-27 Thread Alphons Fonz van Werven

Ivan Rambius Ivanov wrote:


 I was only unsure how to proceed with the users backup.


If users are the only thing you wish to back up:

/home
/etc/group
/etc/master.passwd

You can backup system files (/etc, /usr/local/etc, /var) if you want but
that's another topic.

Some hints:

1. Check if there are users who have their home-dir outside /home...
2. Check /tmp to see if users have files there (they shouldn't count on
   those being preserved, that's not what /tmp is for, but you might want
   to offer a little bit of extra service by doing this anyway)
3. There might be slight differences between the current /etc/group and
   /etc/master.passwd and the ones on the new system. So, instead of
   blindly copying the old ones onto the new system, I suggest you add the
   relevant entries in the old files to the new files by hand (or script).
4. If you copy the encrypted passwords, then users don't need to set a new
   password after you've reinstalled the system.
5. Keep track of UIDs/GIDs: you might need to do some chowning to give
   everybody their files back if their (numerical) UIDs/GIDs have changed.
6. If you don't need to repartition your disks, it might be an option to
   just leave /home alone during the reinstall (set the newfs flag to N).
   That leaves /home untouched and you can just mount it afterwards.

Hth,

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: Slightly OT: Invoking a shell command from a Makeile

2008-01-27 Thread Alphons Fonz van Werven

Ivan Rambius Ivanov wrote:


I am developing a FreeBSD port and I would like to invoke a shell
command from it and assign its output to a variable.


If you're using GNU make (called gmake on BSD systems), you can do
VAR := $(shell command)
or, as a concrete example,
CFILES := $(shell ls *.c)

Not that I recommend using that example, it just goes to illustrate.

If you're using BSD make, I wouldn't know though. I'm just not familiar
with that. And if you wish to do it in a portable way such that it works
with BSD make, GNU make or whatever, then all I can say is good luck...

Hth,

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: Slightly OT: Invoking a shell command from a Makeile

2008-01-27 Thread Alphons Fonz van Werven

Ivan Rambius Ivanov wrote:


I do use BSD make and not GNU make, but your examples gave me a hint
what I should search on google and I found the exact syntax:


Glad I could help, be it in a roundabout way.

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


[FreeBSD] 6.3-R diskhandling

2008-01-26 Thread Alphons Fonz van Werven

Hi,

I have a recent model Toshiba laptop here, dual-booting Windows Vista and
Slackware Linux (not my call, so no flames please). When I got the 
go-ahead to replace Linux with FreeBSD 6.3-RELEASE, the following

happened:

The partitioner complained that the found geometry 232581/16/63 is invalid
and it's using a more likely geometry instead. Closer inspection reveals
that this more likely geom (14593/255/63) is actually the real geometry,
so question 1 is: where did FreeBSD get this other weird-ass geometry
from?

When installing the boot manager, it hosed Windows' bootability. I could
mount and access the Windows partition from within FreeBSD just fine so
the partition itself seemed to be okay, but it just wouldn't boot. When I
selected it in the bootmanager menu, it showed a screen saying Windows
can't boot and I should use the recovery disk to repair Windows. Since
everything on the machine that was even remotely important had just been
backed up and Windows was due for a reinstall anyway, I just reinstalled
it and no harm was done, but I still wonder what happened. How come
FreeBSD's boot manager stopped Windows from booting?

The reinstall of Windows wiped away everything else, so I can retry
installing FreeBSD. But given the troubles described above, what's the
best way to do it? Currently, I'm considering the following:
1. Boot this Live Linux CD I have lying around here and which finds the
   correct geometry for the disk right away.
2. Make a backup of the MBR.
3. Create a partition (slice) for FreeBSD.
4. Boot the FreeBSD install disk and run through sysinstall (partitioning
   the slice Linux just created) but don't let it install a boot loader.
5. Boot the Live Linux again and install LILO from there.
But if you have any other suggestions I'm all ears of course.

Oh, and a final question: the Windows installer creates a partition table
in which partitions (slices) don't end on cylinder/track boundaries. Is
this a big deal? Linux notices it but doesn't seem bothered much by it and
FreeBSD appears to act likewise. But I thought I'd better ask, just to be
sure.

Thanks in advance,

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: [FreeBSD] 6.3-R diskhandling

2008-01-26 Thread Alphons Fonz van Werven

Ghirai wrote:



This article might help: 
http://www.clearchain.com/wiki/FreeBSD_%26_Windows_Vista


Okay, thanks for the link. I was not aware of that.

However, I do think there's more to it than that. After all, Slackware was
able to install LILO without any problems whatsoever. Both Vista and Linux
would boot just fine.

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: [FreeBSD] 6.3-R diskhandling

2008-01-26 Thread Alphons Fonz van Werven

Manolis Kiagias wrote:


then download and install the EasyBCD


That too seems a solution worth considering.

I'll think about it. Thanks!

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


[freebsd-questions] Vidcontrol woes

2008-01-26 Thread Alphons Fonz van Werven

Okay,

FreeBSD 6.3-RELEASE just got installed on the Toshiba laptop. But for some
reason, I don't seem able to change the console video mode.

The VESA module has of course been loaded and I did a vidmode -i mode
but pretty much every mode I tried either turned the entire screen red
(and completely screwed up) or it says operation not supported by
device.

I'm pretty sure it should be possible to get, like, 132x43 or something.
In fact, several Linux distros managed it. But I can't figure out what I'm
doing wrong.

Any thoughts?

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: are we CRIMINALS?

2008-01-22 Thread Alphons Fonz van Werven

Wojciech Puchar wrote:


Orwell should just change title from 1984 to 2010-15


Maybe it's just me, but this whole thing kinda feels like somebody
walking around the house naked and then suing an innocent passer-by
for seeing them naked.

Oh my, this is so ridiculous...

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: are we CRIMINALS?

2008-01-22 Thread Alphons Fonz van Werven

Bill Moran wrote:


Maybe it's just me, but this whole thing kinda feels like somebody
walking around the house naked and then suing an innocent passer-by
for seeing them naked.



no it is EXACTLY like that!


Not quite. Seeing somebody naked because they're stupid enough to run
around the house in the nude is no excuse for breaking in and raping said
idiot.

That being said, imho it's the breaking in and raping that should be
punished, not the having your eyes open.

Alphons

P.S. Sorry for replying to the wrong message, but I lost the original.

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: are we CRIMINALS?

2008-01-22 Thread Alphons Fonz van Werven

Gerard wrote:


It is not the 'tool' that is being addressed here; but rather, what the

 individual did with it.

CONCLUSIONS OF LAW

1. Ritz's behavior in conducting a zone transfer was unauthorized within 
the meaning of the North Dakota Computer Crime Law.


Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: are we CRIMINALS?

2008-01-22 Thread Alphons Fonz van Werven

Gerard wrote:


While that may seem slightly harsh, at least for a first offense, it
does point up the fact that people like Ritz are a blight upon the
legitimate computer users community.


Agreed. But upon looking at something like this...

4. Ritz frequently accomplished his access to Sierra's computers by
concealing his identity via proxies and by accessing the servers via a
Unix operating system and using a shell accounts, among other methods.

...I really get the feeling that, besides (justly) convicting Ritz for
what he did, they seem under the impression that UNIX as a whole is evil
and good for nothing but hacking (as most people unfortunately call it).

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: error messages

2008-01-20 Thread Alphons Fonz van Werven

ivan dimitrov wrote:


 ACPI-0501: *** Error: Handler for [EmbeddedControl] returned 
AE_NO_HARDWARE_RESPONSE

[snip]

my question is - what they means and how to stop them ?


I'm no expert on laptops, but it seems to me that you have either
misconfigured ACPI or a laptop that doesn't support ACPI in the first
place.

My suggestion is that you turn off ACPI, at least until somebody who knows
more about laptops than I do comes along to point out exactly what's
wrong. In the meantime, perhaps APM will work properly. So you might want
to give that a try.

Hth,

Fonz

--
VISTA - Viruses Intruders Spyware Trojans Adware

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


Re: Realtek 8111B LAN Chipset

2008-01-20 Thread Alphons Fonz van Werven

Bruce Evans wrote:


I also want a cheap PCI/e NIC that works well with drivers back to
FreeBSD-4 like my plain PCI bge and em NICs do.  I doubt that any
popular motherboard will have anything better than a cheap PCI/e NIC.


Finding a modern main board of which the builtin NIC works with 4.X seems
like a tall order to me, perhaps it would be easier to install a seperate
NIC.

With some luck you might be able to pick up a decent used NIC from a
discarded Pentium(2) or something. I've been using a 3Com 3c509 combo
card for years. In 3.X the driver was still buggy, but it worked great
with 4.X, particularly the later ones, say, 4.5 onwards.

Alphons

--
VISTA - Viruses Intruders Spyware Trojans Adware

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