Re: Strange error

2010-12-22 Thread Steven Friedrich
On Sunday 19 December 2010 12:57:39 pm Jack Raats wrote:
 I have a strange error.
 
 Normally when you compile the complete system, the first line of /etc/motd
 is being adjusted telling you the time and version you just compiled. On
 one server this is not being done.
 What is the problem. Which programm adjust the motd file when compiling?
 
 Thanks
 
 Jack
 ___
 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

If anyone else responded, I may have deleted it while scanning mail too 
quickly. 8o)

motd isn't updated during compile. It's updated during boot.  If you don't 
reboot the machine, it doesn't get updated.

There is also a line you can include in rc.conf to disable the update. Search 
for motd in /etc/defaults/rc.conf for motd.
-- 
System Name: laptop2.StevenFriedrich.org
Hardware:2.80GHz Intel Pentium 4 (HTT) with 2 GB memory
OS version:  FreeBSD 8.1-RELEASE-p2 i386 (5.1 MB kernel)
Window Manager(s):   kde4-4.5.4 
X Window System: xorg-7.5X.Org X Server 1.7.5

FreeBSD Audio Driver (newpcm: 32bit 2009061500/i386)
Installed devices:
pcm0: Intel ICH6 (82801FB) (play/rec) default
___
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


Re: Strange error

2010-12-19 Thread Polytropon
On Sun, 19 Dec 2010 18:57:39 +0100, Jack Raats j...@jarasoft.net wrote:
 I have a strange error.
 
 Normally when you compile the complete system, the first line
 of /etc/motd is being adjusted telling you the time and version
 you just compiled.
 On one server this is not being done.
 What is the problem. Which programm adjust the motd file when compiling?

As far as I remember, this update is not part of the
compiling process, but will be performed later on as
a startup procedure.

I just checked; have a look at /etc/rc.d/motd and the
corresponding update_motd= setting for /etc/rc.conf.
The rc script basically is a search  replace mechanism
that obtains the current version from a uname call.

In your case, check if the one server in question does
have update_motd=NO set.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
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


Re: strange error when building cups

2007-11-09 Thread Adam J Richardson

Aryeh M. Friedman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Can some tell me what this means and how to fix it:

===   cups-pstoraster-8.15.4_1 depends on shared library: cups.2 -
not found
===Verifying install for cups.2 in /usr/ports/print/cups-base
===  cups-base-1.3.3 is forbidden: remote execution of arbitrary code.
*** Error code 1

Stop in /FreeBSD/FreeBSD-current/ports/print/cups-base.
*** Error code 1

Stop in /FreeBSD/FreeBSD-current/ports/print/cups-pstoraster.
*** Error code 1

Stop in /FreeBSD/FreeBSD-current/ports/print/cups.



Hi Aryeh,

I can't tell you about the error, but:

%pkg_info | grep cups
cups-base-1.3.3 Common UNIX Printing System
cups-pstoraster-8.15.4_1 Postscript interpreter for CUPS printing to 
non-PS printers


Looks like the same versions. They do build ok. Perhaps a make clean 
distclean will shake out the bugs?


'Remote execution' is interesting. Do you use some sort of load balancer?

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


Re: strange error when building cups

2007-11-09 Thread Lowell Gilbert
Aryeh M. Friedman [EMAIL PROTECTED] writes:

 Can some tell me what this means and how to fix it:

 ===   cups-pstoraster-8.15.4_1 depends on shared library: cups.2 -
 not found
 ===Verifying install for cups.2 in /usr/ports/print/cups-base
 ===  cups-base-1.3.3 is forbidden: remote execution of arbitrary code.
 *** Error code 1

It means that installing cups-base-1.3.3 is forbidden, and that the
reason is a security problem allowing for remote execution of
arbitrary code.

To fix it, you can wait for the update to cups-base-1.3.4 to hit the
tree, or update the port yourself, or (if you're willing to leave your
system vulnerable to a remotely-exploitable bug; e.g., if the machine
isn't on the Internet) comment the FORBIDDEN line out of the Makefile.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: strange error when building cups

2007-11-09 Thread Daniel Bye
On Fri, Nov 09, 2007 at 03:18:20PM +, Adam J Richardson wrote:
 Aryeh M. Friedman wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Can some tell me what this means and how to fix it:
 
 ===   cups-pstoraster-8.15.4_1 depends on shared library: cups.2 -
 not found
 ===Verifying install for cups.2 in /usr/ports/print/cups-base
 ===  cups-base-1.3.3 is forbidden: remote execution of arbitrary code.
 *** Error code 1
 
 Stop in /FreeBSD/FreeBSD-current/ports/print/cups-base.
 *** Error code 1
 
 Stop in /FreeBSD/FreeBSD-current/ports/print/cups-pstoraster.
 *** Error code 1
 
 Stop in /FreeBSD/FreeBSD-current/ports/print/cups.
 
 
 Hi Aryeh,
 
 I can't tell you about the error, but:
 
 %pkg_info | grep cups
 cups-base-1.3.3 Common UNIX Printing System
 cups-pstoraster-8.15.4_1 Postscript interpreter for CUPS printing to 
 non-PS printers
 
 Looks like the same versions. They do build ok. Perhaps a make clean 
 distclean will shake out the bugs?
 
 'Remote execution' is interesting. Do you use some sort of load balancer?

This means that there is a security flaw outstanding with the print/cups-base
package. It could potentially be exploited by an attacker to run arbitrary
code on your print server. 

The warning is being emitted by the following line in the print/cups-base 
Makefile:

FORBIDDEN=  remote execution of arbitrary code

The fix would be to find the vulnerability and patch it, or failing that,
contact the maintainer and see what he says. As a workaround, if you don't
care about the vulnerability, you can set NO_IGNORE in the make environment
and try again. ports(7) has more detail.

Dan

-- 
Daniel Bye
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgpi7uPpLhiOQ.pgp
Description: PGP signature


Re: strange error when building cups

2007-11-09 Thread Randy Pratt
On Fri, 09 Nov 2007 15:18:20 +
Adam J Richardson [EMAIL PROTECTED] wrote:

 Aryeh M. Friedman wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
  
  Can some tell me what this means and how to fix it:
  
  ===   cups-pstoraster-8.15.4_1 depends on shared library: cups.2 -
  not found
  ===Verifying install for cups.2 in /usr/ports/print/cups-base
  ===  cups-base-1.3.3 is forbidden: remote execution of arbitrary code.
  *** Error code 1
  
  Stop in /FreeBSD/FreeBSD-current/ports/print/cups-base.
  *** Error code 1
  
  Stop in /FreeBSD/FreeBSD-current/ports/print/cups-pstoraster.
  *** Error code 1
  
  Stop in /FreeBSD/FreeBSD-current/ports/print/cups.
  
 
 Hi Aryeh,
 
 I can't tell you about the error, but:
 
 %pkg_info | grep cups
 cups-base-1.3.3 Common UNIX Printing System
 cups-pstoraster-8.15.4_1 Postscript interpreter for CUPS printing to 
 non-PS printers
 
 Looks like the same versions. They do build ok. Perhaps a make clean 
 distclean will shake out the bugs?
 
 'Remote execution' is interesting. Do you use some sort of load balancer?

The print/cups-base was marked FORBIDDEN due remote execution of
arbitrary code on 2007-11-08, see:

  http://docs.freebsd.org/cgi/mid.cgi?200711081832.lA8IWv3T075088

You can read more about the vulnerability at:

  
http://www.freebsd.org/ports/portaudit/8dd9722c-8e97-11dc-b8f6-001c2514716c.html

If you decide that your risk is acceptable you still wish to
install/update at this time, you can comment ( # ) the particular line
in the ports/print/cups-base/Makefile:

  #FORBIDDEN=  remote execution of arbitrary code

I would presume that cups-base-1.3.4 is going to be committed shortly
since there are quite a few ports that depend on it.

HTH,

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


Re: strange error when building cups

2007-11-09 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Adam J Richardson wrote:
 Aryeh M. Friedman wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Can some tell me what this means and how to fix it:

 ===   cups-pstoraster-8.15.4_1 depends on shared library: cups.2 -
 not found
 ===Verifying install for cups.2 in /usr/ports/print/cups-base
 ===  cups-base-1.3.3 is forbidden: remote execution of arbitrary
 code.
 *** Error code 1

 Stop in /FreeBSD/FreeBSD-current/ports/print/cups-base.
 *** Error code 1

 Stop in /FreeBSD/FreeBSD-current/ports/print/cups-pstoraster.
 *** Error code 1

 Stop in /FreeBSD/FreeBSD-current/ports/print/cups.


 Hi Aryeh,

 I can't tell you about the error, but:

 %pkg_info | grep cups
 cups-base-1.3.3 Common UNIX Printing System
 cups-pstoraster-8.15.4_1 Postscript interpreter for CUPS printing to
 non-PS printers

 Looks like the same versions. They do build ok. Perhaps a make
 clean distclean will shake out the bugs?

attempted that before I posted (just distclean and I have no idea what
the clean would do that distclean doesn't)


 'Remote execution' is interesting. Do you use some sort of load
 balancer?

No it is a single machine via a router to a cable modem

- --
Aryeh M. Friedman
Developer, not business, friendly
http://www.flosoft-systems.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHNIwWJ9+1V27SttsRAi5/AJ9OGeSoLqdgOHKpxDfmUANdiaOLiwCffWS3
i/+DtnajgDuSDNsomdoMgI8=
=H9v9
-END PGP SIGNATURE-

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


Re: strange error code 1 when compile kernel on 6.1-PRERELEASE

2006-03-11 Thread Lowell Gilbert
Dikshie [EMAIL PROTECTED] writes:

 I got following strange error when compiled kernel:
 === aic7xxx/ahd (depend)
 @ - /usr/src/sys
 machine - /usr/src/sys/i386/include
 ( cd /usr/src/sys/modules/aic7xxx/ahd/../aicasm; make aicasm; )
 cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I. 
 -I/usr/src/sys/m
 odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g  -c 
 /usr/src/sys/modules/ai
 c7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm.c
 cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I. 
 -I/usr/src/sys/m
 odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g  -c 
 /usr/src/sys/modules/ai
 c7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_symbol.c
 yacc -b aicasm_gram  -d -o aicasm_gram.c 
 /usr/src/sys/modules/aic7xxx/aicasm/../
 ../../dev/aic7xxx/aicasm/aicasm_gram.y
 cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I. 
 -I/usr/src/sys/m
 odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g  -c aicasm_gram.c
 yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c 
 /usr/src/sys/modules/a
 ic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_macro_gram.y
 cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I. 
 -I/usr/src/sys/m
 odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g  -c aicasm_macro_gram.c
 lex -t   
 /usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_
 scan.l  aicasm_scan.c
 cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I. 
 -I/usr/src/sys/m
 odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g  -c aicasm_scan.c
 lex -t  -Pmm 
 /usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aic
 asm_macro_scan.l  aicasm_macro_scan.c
 cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I. 
 -I/usr/src/sys/m
 odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g  -c aicasm_macro_scan.c
 cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I. 
 -I/usr/src/sys/m
 odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g   -o aicasm aicasm.o 
 aicasm
 _symbol.o aicasm_gram.o aicasm_macro_gram.o aicasm_scan.o aicasm_macro_scan.o 
 -l
 l
 /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -ll
 *** Error code 1
 
 Stop in /usr/src/sys/modules/aic7xxx/aicasm.
 *** Error code 1
 
 Stop in /usr/src/sys/modules/aic7xxx/ahd.
 *** Error code 1
 
 Stop in /usr/src/sys/modules/aic7xxx.
 *** Error code 1
 
 Stop in /usr/src/sys/modules.
 *** Error code 1
 
 Stop in /usr/obj/usr/src/sys/soi.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 vic-rat# 
 
 
 any solutions ?

Hard to say.  It actually seems to be building a module at the point
it fails.  Have you done a full buildworld beforehand?  Have you
successfully built at all since downloading that set of sources?  How
did you install your sources?  If those sources never built
successfully, have you tried another update in case it was a transient
problems in the codebase?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: strange error with NFS on freebsd

2006-01-22 Thread Danial Thom


--- Brent [EMAIL PROTECTED] wrote:

 I have a 4.11 server runing nfs server and a
 nfs client running freebsd 5.4
 ive setup both according to the freebsd
 handbook
 

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nfs.html
 
 When i go to mount the nfs share onto the
 client by doing 
 
 loqtis# mount 10.10.25.2:/user3 /user3
 
 i get the following output
 [udp] 10.10.25.2:/user3: RPCPROG_NFS: RPC:
 Program not registered
 
 what does this mean ?
 
 any help is greatly appreciated
 --
 Brent 
 
 ___
 freebsd-questions@freebsd.org mailing list

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

It means you don't have portmapper running

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: strange error with NFS on freebsd

2006-01-22 Thread David Stanford
Brent,

Just yesterday I had this same problem with a 6.0 box attempting to mount an
NFS share off a 5.4 box. Although I couldn't tell you why this happened, my
solution was to kill rpcbind, mountd, and nfsd and then restart them on the
5.4 box. That got it to work. However, I also noticed that when I was
researching the error online I found many threads (as Danial already
mentioned) stating that this is error is usually indicative of portmapper
not running (for those running 4.x series). Try restarting the services and
then look into portmapper.

-David

On 1/21/06, Brent [EMAIL PROTECTED] wrote:

 I have a 4.11 server runing nfs server and a nfs client running freebsd
 5.4
 ive setup both according to the freebsd handbook

 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-nfs.html

 When i go to mount the nfs share onto the client by doing

 loqtis# mount 10.10.25.2:/user3 /user3

 i get the following output
 [udp] 10.10.25.2:/user3: RPCPROG_NFS: RPC: Program not registered

 what does this mean ?

 any help is greatly appreciated
 --
 Brent

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

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


Re: Strange error

2005-06-11 Thread Peter Jeremy
On Fri, 2005-Jun-10 22:41:36 +0200, Jack Raats wrote:
This day I've a very strange error when trying to connect to my FreeBSD 
machine (4.11-STABLE)
I got the following error:
ssh_exchange_identification: Connection closed by remote host

Can anyone give me any clue what's wrong?

Try turning on debugging on the client (ssh -vvv ...).  You can also
turn on debugging on the server with '-d' (though you probably also want
to use '-p').  If the problem isn't obvious, compare the output with a
debugging session that works.
-- 
Peter Jeremy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Strange error

2005-06-11 Thread Tod McQuillin

On Sun, 12 Jun 2005, Peter Jeremy wrote:


On Fri, 2005-Jun-10 22:41:36 +0200, Jack Raats wrote:

This day I've a very strange error when trying to connect to my FreeBSD machine 
(4.11-STABLE)
I got the following error:
ssh_exchange_identification: Connection closed by remote host

Can anyone give me any clue what's wrong?


I missed the start of this thread but this sounds like tcpwrappers closing 
the connection.


Check your /etc/hosts.allow and look in /var/log/messages for a message 
like:


May 31 12:18:36 hostname sshd[1594]: warning: /etc/hosts.allow, line 32: can't 
verify hostname: getaddrinfo(1.2.3.4.example.com, AF_INET) failed
May 31 12:18:37 hostname sshd[1594]: refused connect from 1.2.3.4 (1.2.3.4)

If you see something like that you can change the entry in your 
/etc/hosts.allow to allow ssh connections from that specific IP or 
netmask.


see hosts_options(5) for details.
--
Tod McQuillin

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


Re: Strange error

2005-06-10 Thread Ridzwan Hamid
Hi there,

well I got a new laptop a Acer Aspire 3002LC which installed FreeBSD
5.4 and no hitch exept that when it boots it is complainig about
something with acpi. Here the dmesg:
-Snip-

Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.4-STABLE #3: Fri May  6 13:26:00 CEST 2005
ewinter at laptop.bsn.com:/usr/obj/usr/src/sys/laptop
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Mobile AMD Sempron(tm) Processor 2800+ (1600.06-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x10fc0  Stepping = 0
  
Features=0x78bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2
  AMD Features=0xc050NX,AMIE,DSP,3DNow!
real memory  = 468647936 (446 MB)
avail memory = 448921600 (428 MB)
ACPI APIC Table: PTLTD  APIC  
MADT: Forcing active-low polarity and level trigger for SCI
ioapic0 Version 1.1 irqs 0-23 on motherboard
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: PTLTD   RSDT on motherboard
ACPI-0438: *** Error: Looking up [Z007] in namespace, AE_NOT_FOUND
SearchNode 0xc188b1c0 StartNode 0xc188b1c0 ReturnNode 0
acpi0: Power Button (fixed)
unknown: I/O range not supported
acpi_ec0: Embedded Controller: GPE 0x19 port 0x66,0x62 on acpi0
Timecounter ACPI-safe frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x8008-0x800b on acpi0
cpu0: ACPI CPU (3 Cx states) port 0x530-0x537 on acpi0
acpi_throttle0: ACPI CPU Throttling on cpu0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: SiS 760 host to AGP bridge mem 0xe000-0xe1ff at device
0.0 on pci0
pcib1: ACPI PCI-PCI bridge at device 1.0 on pci0
pci1: ACPI PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
isab0: PCI-ISA bridge at device 2.0 on pci0
isa0: ISA bus on isab0
atapci0: SiS 962/963 UDMA133 controller port
0x2000-0x200f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 2.5 on
pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
pci0: simple comms, generic modem at device 2.6 (no driver attached)
pcm0: SiS 7012 port 0x1c80-0x1cff,0x1400-0x14ff irq 18 at device 2.7 on pci0
pcm0: Unknown AC97 Codec (id = 0x414c4770)
ohci0: SiS 5571 USB controller mem 0xe200-0xe2000fff irq 20 at
device 3.0 on pci0
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: SiS 5571 USB controller on ohci0
usb0: USB revision 1.0
uhub0: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 3 ports with 3 removable, self powered
ohci1: SiS 5571 USB controller mem 0xe2001000-0xe2001fff irq 21 at
device 3.1 on pci0
usb1: OHCI version 1.0, legacy support
usb1: SMM does not respond, resetting
usb1: SiS 5571 USB controller on ohci1
usb1: USB revision 1.0
uhub1: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 3 ports with 3 removable, self powered
pci0: serial bus, USB at device 3.2 (no driver attached)
sis0: SiS 900 10/100BaseTX port 0x1800-0x18ff mem
0xe2003000-0xe2003fff irq 19 at device 4.0 on pci0
miibus0: MII bus on sis0
rlphy0: RTL8201L 10/100 media interface on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
sis0: Ethernet address: 00:c0:9f:8b:5a:f5
cbb0: TI1410 PCI-CardBus Bridge at device 6.0 on pci0
cardbus0: CardBus bus on cbb0
pccard0: 16-bit PCCard bus on cbb0
acpi_acad0: AC Adapter on acpi0
acpi_cmbat0: Control Method Battery on acpi0
acpi_lid0: Control Method Lid Switch on acpi0
acpi_button0: Power Button on acpi0
acpi_button1: Sleep Button on acpi0
acpi_tz0: Thermal Zone port 0x530-0x537 on acpi0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
orm0: ISA Option ROMs at iomem
0xdc000-0xe3fff,0xcc000-0xd5fff,0xc-0xcbfff on isa0
pmtimer0 on isa0
fdc0: cannot allocate I/O port (6 ports)
ppc0: parallel port not found.
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounter TSC frequency 1600063131 Hz quality 800
Timecounters tick every 10.000 msec
ad0: 38154MB HTS424040M9AT00/MA2OA71A [77520/16/63] at ata0-master UDMA100
acd0: CDRW QSI CD-RW/DVD-ROM SBW242C/UQ81 at ata1-master PIO4
cd0 at ata1 bus 0 target 0 lun 0
cd0: QSI CDRW/DVD SBW242C UQ81 Removable CD-ROM SCSI-0 device 
cd0: 16.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
Mounting root from ufs:/dev/ad0s1a
   

Re: Strange error

2005-06-10 Thread Sarath ER

Jack Raats wrote:


This day I've a very strange error when trying to connect to my FreeBSD machine 
(4.11-STABLE)
I got the following error:
ssh_exchange_identification: Connection closed by remote host


Can anyone give me any clue what's wrong?

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

Please check /etc/hosts.allow and /etc/hosts.deny of the remote machine 
and see if there are any restrictions for sshd. This also happens if the 
remote machine has strict key checking enabled.


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


Re: Strange error

2004-08-31 Thread Jack Raats
Sorry that was a typo. The ports and packages install the startup scripts in
the right path, but still they are not started at bootup time.
Googling gives a few url's with the same problem but not the solution :(

Jack

- Original Message - 
From: Subhro [EMAIL PROTECTED]
To: [EMAIL PROTECTED] ORG [EMAIL PROTECTED]
Cc: Jack Raats [EMAIL PROTECTED]
Sent: Tuesday, August 31, 2004 4:01 AM
Subject: Re: Strange error


 The paths you have provided are wrong. The correct path is
/usr/local/etc/rc.d/

 Regards
 S.

 On Tue, 31 Aug 2004 02:03:09 +0200, Jack Raats [EMAIL PROTECTED]
wrote:
  The last weeks I've a strange error. After a reboot It seems that some
  programms are not being started up by their script in
/etc/usr/local/rc.d.
  The programms will run if I start the script by hand. (The programms are
  enabled in /etc/rc.conf). Can anyone give me a clue where to look?
 
  Met vriendelijke groeten
  Jack Raats
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
[EMAIL PROTECTED]
 


 -- 
 Subhro Sankha Kar
 School of Information Technology
 Block AQ-13/1 Sector V
 ZIP 700091
 India


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


Re: Strange error

2004-08-31 Thread Subhro
Login as root, /stand/sysinstall. Select configure. After that startup
and make sure that there is  check (err cross) mark next to startup
dirs.

Regards
S.

On Tue, 31 Aug 2004 10:09:27 +0200, Jack Raats [EMAIL PROTECTED] wrote:
 Sorry that was a typo. The ports and packages install the startup scripts in
 the right path, but still they are not started at bootup time.
 Googling gives a few url's with the same problem but not the solution :(
 
 Jack
 
 
 
 - Original Message -
 From: Subhro [EMAIL PROTECTED]
 To: [EMAIL PROTECTED] ORG [EMAIL PROTECTED]
 Cc: Jack Raats [EMAIL PROTECTED]
 Sent: Tuesday, August 31, 2004 4:01 AM
 Subject: Re: Strange error
 
  The paths you have provided are wrong. The correct path is
 /usr/local/etc/rc.d/
 
  Regards
  S.
 
  On Tue, 31 Aug 2004 02:03:09 +0200, Jack Raats [EMAIL PROTECTED]
 wrote:
   The last weeks I've a strange error. After a reboot It seems that some
   programms are not being started up by their script in
 /etc/usr/local/rc.d.
   The programms will run if I start the script by hand. (The programms are
   enabled in /etc/rc.conf). Can anyone give me a clue where to look?
  
   Met vriendelijke groeten
   Jack Raats
  
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
 [EMAIL PROTECTED]
  
 
 
  --
  Subhro Sankha Kar
  School of Information Technology
  Block AQ-13/1 Sector V
  ZIP 700091
  India
 
 
 


-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Strange error

2004-08-30 Thread Subhro
The paths you have provided are wrong. The correct path is /usr/local/etc/rc.d/

Regards
S.

On Tue, 31 Aug 2004 02:03:09 +0200, Jack Raats [EMAIL PROTECTED] wrote:
 The last weeks I've a strange error. After a reboot It seems that some
 programms are not being started up by their script in /etc/usr/local/rc.d.
 The programms will run if I start the script by hand. (The programms are
 enabled in /etc/rc.conf). Can anyone give me a clue where to look?
 
 Met vriendelijke groeten
 Jack Raats
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]