Re: single user mode problem

2000-03-10 Thread Oscar Bonilla

On Fri, Mar 10, 2000 at 11:21:15AM -0800, R Joseph Wright wrote:
  
  Regardless, this is typically syptomatic of either a very old 
  /boot/loader, non-use of the loader eg. through a /boot.config file, or
  an error in the entry for / in /etc/fstab.
  
 
 Isn't /boot/loader updated upon making a new world?  If so, it ought to be
 current.  I don't know any way of finding out since it's a binary file.
 

sorry if this is a stupid reply, but you don't happen to have this line
in your kerne config file do you?

config  kernel  root on wd0

regards,

-oscar

-- 
pgp public key: finger [EMAIL PROTECTED]
pgp fingerprint: 6D 18 8C 90 4C DF F0 4B  DF 35 1F 69 A1 33 C7 BC


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



Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread Oscar Bonilla

On Tue, Mar 07, 2000 at 08:52:22AM -0800, Bill Woods wrote:
 I just finished a make world for -current todayd cvsup. All went well but
 I was planning on setting up ssh between my home systems and aneother
 system on the net, but I find there are no config files in /etc/ssh.
 
 I do have the crypto sources also.
 

did you run mergemaster after the make world?

regards,

-oscar

-- 
pgp public key: finger [EMAIL PROTECTED]
pgp fingerprint: 6D 18 8C 90 4C DF F0 4B  DF 35 1F 69 A1 33 C7 BC


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



Re: YA ssh question (ssh-askpass?)

2000-03-07 Thread Oscar Bonilla

On Tue, Mar 07, 2000 at 12:02:49PM -0500, Richard J Kuhns wrote:
 I just built- and installed- world about an hour ago, and removed the
 ssh-1.2.27 port.  The build and install went without a problem, but I've
 apparently lost some functionality.
 
 I spend most of my time in xemacs, and I make heavy use of CVS to access a
 couple of remote repositories.  I've had CVS_RSH=ssh for quite some time,
 and use vc (the emacs/xemacs interface to CVS) to handle my sources.  Up
 until this morning, it worked fine.  Whenever I needed to access a remote
 repository, a window popped up to ask for my password.  Now, I just get an
 error message saying "You have no controlling tty.  Cannot read
 passphrase."
 
 I've installed a Tcl/Tk version of ssh-askpass in /usr/local/bin (which
 works by itself; I've tried it). I've also set SSH_ASKPASS_ENV to
 /usr/local/bin/ssh-askpass, but it hasn't made any difference.
 
 Any suggestions?
 

# cd /usr/ports/security/OpenSSH-askpass/
# make all install clean

regards,

-oscar

-- 
pgp public key: finger [EMAIL PROTECTED]
pgp fingerprint: 6D 18 8C 90 4C DF F0 4B  DF 35 1F 69 A1 33 C7 BC


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 Oscar Bonilla

On Tue, Jan 18, 2000 at 11:31:17AM -0800, Edwin Culp wrote:
 I am running current as of yesterday.  I have neglegently not been
 rebooting after make world and making a new kernel.  Yesterday I did
 reboot and found that something has changed and my D-Link 660 and my
 Viking Modem PCMCIA cards are no longer working.
 
 :Jan 17 23:33:58 local-27 pccardd[46]: driver allocation failed for
 D-Link(DE-66
 0): Inappropriate ioctl for device
 
 Jan 17 23:07:31 local-27 pccardd[46]: driver allocation failed for
 Viking(V.90 K
 56flex): Inappropriate ioctl for device
 
 My kernel configuration is:
 
 device  card0
 device  pcic0   at isa?
 device  pcic1   at isa?
 
 deviceed0
 
 My pccard.conf is:
 
 card "D-Link" "DE-660"
 config 0x20 "ed0" 11 0x10
 insert /etc/pccard_ether ed0
 remove /sbin/ifconfig ed0 delete
 
 I could find no changes in LINT or in /etc .  I even ran mergemaster,
 just incase.
 
 I am trying to build a new world but have been stopped at
 
 crypto -L/usr/local/lib -lrsaref
 speed.o: In function `speed_main':
 speed.o(.text+0x60a): undefined reference to `RSA_PKCS1_RSAref'
 /usr/local/lib/libcrypto.so: undefined reference to
 `ERR_load_RSAREF_strings'
 *** Error code 1
 Stop in /usr/src/secure/usr.bin/openssl.
 *** Error code 1
 Stop in /usr/src/secure/usr.bin.
 *** Error code 1
 

I was having exactly the same problem with a current cvsuped today.
I could fix it by changing the line

device  pcic0   at isa? irq 10 port 0x3e0 iomem 0xd

to

device  pcic0   at isa?

in the kernel config file...

regards,

-oscar


-- 
pgp public key: finger [EMAIL PROTECTED]
pgp fingerprint: 50 D4 B6 9B DB 7D D8 47 DF 3C ED 39 18 78 DA 8C


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



Re: recent apm changes (FYI)

1999-09-03 Thread Oscar Bonilla

On Thu, Sep 02, 1999 at 10:21:14PM -0600, Warner Losh wrote:
 In message [EMAIL PROTECTED] Oscar Bonilla writes:
 : Sep  2 08:43:28 voyager pccardd[24601]: No free configuration for card 3Com
 : 
 : Then I kill pccardd and restart it and I get:
 : 
 : ep0: No connectors or MII.
 : ep0: [*UTP*] address 00:60:08:b6:36:fb
 : Sep  2 08:47:51 voyager pccardd[31164]: pccardd started
 : 
 : and from now on everything works fine.
 : 
 : I could kill it and restart it from /etc/rc.resume, but I thought that
 : maybe you'd want me to look into something...
 
 How new is your userland?  There have been some bugs in that area
 fixed in pccardd of late.  Maybe we missed one?  I have a 3C589D that
 I saw this problem with once or twice, but haven't seen it lately.
 

Aug. 27th. Want me to make world again? I also have a 3C589D and it happens
with it too. 

Regards,

-Oscar

-- 
For PGP Public Key: finger [EMAIL PROTECTED]


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



Re: recent apm changes (FYI)

1999-09-03 Thread Oscar Bonilla

On Fri, Sep 03, 1999 at 09:33:29AM -0600, Warner Losh wrote:
 In message [EMAIL PROTECTED] Oscar Bonilla writes:
 : Aug. 27th. Want me to make world again? I also have a 3C589D and it happens
 : with it too. 
 
 No.  Aug 27 is new enough to be good.  I'm swamped right now with a
 dozen other things at the moment, but if you could write me in about a
 week I'd be able to help you out more.
 

sure, i'll talk back in a week...

regards,

-Oscar

-- 
For PGP Public Key: finger [EMAIL PROTECTED]


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



recent apm changes (FYI)

1999-09-02 Thread Oscar Bonilla

I have a Vaio PCG-505FX, and first of all let me tell you guys
that the recent apm changes are working great. I can use both 
the suspend and hibernate functions without a problem. There's 
just one weird thing going on that I'd like you to know about,
if someone gives me instructions on how to debug it I can help 
find the problem.

If I hibernate the laptop, at resume time i need to kill the 
pccardd daemon and restart it in order to be able to use my
3Com Fast Etherlink XL PCMCIA card.

Here's the log from the console...

Called APM sound suspend hook for unit 0
ep0: unload
Return IRQ=10
Card disabled, slot 0
Called APM sound resume hook for unit 0
Card inserted, slot 0
Sep  2 08:43:23 voyager /kernel: resumed from suspended mode (slept 13:11:45)
Sep  2 08:43:28 voyager pccardd[24601]: No free configuration for card 3Com

Then I kill pccardd and restart it and I get:

ep0: No connectors or MII.
ep0: [*UTP*] address 00:60:08:b6:36:fb
Sep  2 08:47:51 voyager pccardd[31164]: pccardd started

and from now on everything works fine.

I could kill it and restart it from /etc/rc.resume, but I thought that
maybe you'd want me to look into something...

thanks and regards,

-Oscar

-- 
For PGP Public Key: finger [EMAIL PROTECTED]


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



Re: The Matrix screensaver, v.0.2

1999-08-20 Thread Oscar Bonilla

On Fri, Aug 20, 1999 at 11:50:25PM +0200, Andreas Braukmann wrote:
 Hi,
 
 On Fri, Aug 20, 1999 at 07:34:31PM +0200, Andrzej Bialecki wrote:
  Due to unexpected demand (I did it mostly as a distraction from real
  work), I backported this screensaver to 3.2-RELEASE (don't know about
 ... I saw the announcement for the first release, realised that
 it's only for -current; went home, tested it on my personal -current
 machine and instantly wondered how many messages about a port to
 -stable you might had got already.
 I decided to just let the others do the begging ;)))
 
 What a pity, that our servers are running on those smallish
 gray-scale 9" screens.
 And what a pity for 'Chuck' being banned from our consoles ...;)
 
 What about a xlock-more module?
 
 Thank's alot for the amusement ...
 

I haven't seen Andrzej's screensaver, but if it is about those
green letters that fall from the top of the screen (aka the matrix)
then xlock already includes a module for this... I'm using it on my
laptop..

regards,

-Oscar

-- 
For PGP Public Key: finger [EMAIL PROTECTED]


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



Re: make world failure (egcs)

1999-07-29 Thread Oscar Bonilla

On Thu, Jul 29, 1999 at 08:46:52AM -0400, John W. DeBoskey wrote:
 Hi,
 
The following seems to have slipped in over the last 24 hours. I'm
 probably the last to see it, and it may already be fixed, but I don't
 see any obvious commits:
 
 c++ -c -I/usr/obj/usr/src/tmp/usr/include/g++ -O -pipe 
-I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/config 
-I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc -I. -fexceptions -DIN_GCC 
-I/usr/obj/usr/src/tmp/usr/include 
-I/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/inc -nostdinc++ -DL_op_new -o 
_op_new.o /usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/new1.cc
 In file included from /usr/obj/usr/src/tmp/usr/include/stddef.h:39,
  from /usr/obj/usr/src/tmp/usr/include/g++/new:8,
  from 
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/new1.cc:28:
 /usr/obj/usr/src/tmp/usr/include/machine/ansi.h:103: syntax error before 
`__attribute__'
 /usr/obj/usr/src/tmp/usr/include/machine/ansi.h:104: syntax error before 
`__attribute__'
 In file included from /usr/obj/usr/src/tmp/usr/include/g++/new:9,
  from 
/usr/src/gnu/lib/libgcc/../../../contrib/egcs/gcc/cp/new1.cc:28:
 /usr/obj/usr/src/tmp/usr/include/g++/exception:9: syntax error before string constant
 *** Error code 1
 
 Stop.
 *** Error code 1
 
 
source is current as of 2am (6hrs, 45mins ago).
 

It's been fixed. It had to do with the change from bison to yacc.

regards,

-Oscar

-- 
For PGP Public Key: finger [EMAIL PROTECTED]


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



Re: KDE programs won't compile

1999-06-06 Thread Oscar Bonilla
On Sat, Jun 05, 1999 at 09:08:54PM +0300, Tomer Weller wrote:
 every small kde program i try to install (right now i tried Knewmail and 
 Kover)
 i get : 
 checking for kde headers installed... configure: error: your system is not 
 able to compile a small KDE application!
 Check, if you installed the KDE header files correctly.
 i'm using a current machine as if last night, installed kde from ports
 (yes, kde-libs was compiled with -CURRENT and EGCS)
 
 any idea what's the problem ?
  

$./configure --prefix=/usr/local

that should solve it.

regards,

-Oscar
-- 
For PGP Public Key: finger oboni...@fisicc-ufm.edu


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: reply to field

1999-01-02 Thread Oscar Bonilla

On Thu, Nov 04, 1999 at 06:54:32PM -0600, Chris Costello wrote:
 On Thu, Nov 04, 1999, Amancio Hasty wrote:
  Curious, why is the reply field in the email header not set
  to the originating mailing list? Just thought that it will make
  it easier to reply to postings to the mailing lists so people don't
  get multiple copies of the same message. I don't have such
  problem because I have a mail filter which delete duplicate
  messages.
 
 a.) Your message is off-topic.  Please don't post this sort of
 thing to -current anymore.

agreed.

 b.) I think it's useful.  When someone responds to me on the
 list, I get a copy in my main mailbox and in the mailbox
 where I keep messages for that list.
 

this has been discussed in depth on the mailing lists.
search for it and you'll find pleny of reasons why to set/not set 
the reply to field.

regards,

-oscar

-- 
For PGP Public Key: finger [EMAIL PROTECTED]


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