vmware-guestd on vmware hosted Windows

2003-08-30 Thread Masahide -mac- NODA
Sorry, this is repot only.

I'm upgrading from 2003/08/19 current to 2003/08/30 current on vmware
3.x(host OS is Windows), and I tried to run vmware-guestd,

   # ./vmware-guestd
   ELF binary type 0 not known.
   /usr/local/sbin/vmware-guestd: Exec format error.  Wrong Architecture

I suggested on IRC, try

  # brandelf -t FreeBSD ./vmware-guestd

I tried this and succeceed to run vmware-guestd. 

Before brandelf -t, brandelf result is, 

  % brandelf vmware-guestd
  File 'vmware-guestd' is of brand 'SVR4' (0).

and after brandelf -t is,

  % brandelf vmware-guestd
  File 'vmware-guestd' is of brand 'FreeBSD' (9).


Any comments?

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


Re: ESS sound card support on laptop

2002-06-16 Thread Masahide -mac- NODA

From: David W. Chapman Jr. [EMAIL PROTECTED]
Subject: Re: ESS sound card support on laptop
Date: Sat, 15 Jun 2002 18:11:35 -0500
Message-ID: [EMAIL PROTECTED]

dwcjr The rumor I heard is that their english isn't that good so that I 
dwcjr might not be able to communicate with them, english being the only 
dwcjr language I know.  I would be glad to contact them if this isn't the 
dwcjr case, but Im not sure exactly who they are.

It is rumor truly, I think. :-)

-- 
[EMAIL PROTECTED][EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



about beforeinstall target in /usr/share/mk/*.mk

2002-06-10 Thread Masahide -mac- NODA

Hi.

In /usr/share/mk/bsd.*.mk, 'beforeinstall' target execute after install
on current.

You found it to doing below in current:

  % cd /usr/src/share/mk
  % make install -n
  install -c -o root -g wheel  -m 444 bsd.README bsd.cpu.mk bsd.dep.mk bsd.doc.mk 
bsd.files.mk bsd.info.mk bsd.incs.mk bsd.init.mk bsd.kern.mk bsd.kmod.mk bsd.lib.mk 
bsd.libnames.mk bsd.man.mk bsd.nls.mk bsd.obj.mk bsd.own.mk bsd.port.mk 
bsd.port.post.mk bsd.port.pre.mk bsd.port.subdir.mk bsd.prog.mk bsd.subdir.mk 
bsd.sys.mk sys.mk /usr/share/mk
  date '+%Y%m%d'  /var/db/port.mkversion
  %

but, in makefile, 

  beforeinstall:
  date '+%Y%m%d'  ${DESTDIR}/var/db/port.mkversion


beforeinstall target execute after install.

### I found it at installing portupgrade from ports. :-)
-- 
[EMAIL PROTECTED][EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



USB mouse problem

2002-03-30 Thread Masahide -mac- NODA

Hi, -current users.

I found 'hung up situtation' with USB mouse on current.

- Insert USB mouse to FreeBSD-CURRENT machine.
- search moused pid for USB mouse
- kill pid to hungup

This problem cause 'unable to shutdown FreeBSD'.

-- 
Masahide -mac- NODA
[EMAIL PROTECTED][EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: Problems with PCMCIA Cards

2000-01-18 Thread Masahide -mac- NODA


From: Edwin Culp [EMAIL PROTECTED]
Subject: Re: Problems with PCMCIA Cards
Date: Tue, 18 Jan 2000 16:45:25 -0800
Message-ID: [EMAIL PROTECTED]

eculp  On Tue, Jan 18, 2000 at 11:31:17AM -0800, Edwin Culp wrote:
eculp   I am running current as of yesterday.  I have neglegently not been
eculp   rebooting after make world and making a new kernel.  Yesterday I did
eculp   reboot and found that something has changed and my D-Link 660 and my
eculp   Viking Modem PCMCIA cards are no longer working.

eculp   :Jan 17 23:33:58 local-27 pccardd[46]: driver allocation failed for
eculp   D-Link(DE-66
eculp   0): Inappropriate ioctl for device

eculp   Jan 17 23:07:31 local-27 pccardd[46]: driver allocation failed for
eculp   Viking(V.90 K
eculp   56flex): Inappropriate ioctl for device

I got this case, and fix it. :-)

Probably, your kernel and pccardd is mismatch. 

To fix, cooy src/sys/pccard/cardinfo.h to /usr/incude/pccard/cardinfo.h,
and make install pccard[cd] in src/usr.sbin/pccard.

-- 
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message