Re: Emulex LP9002 - FreeBSD 6.2

2007-04-25 Thread Marlon Menezes



From: Lowell Gilbert <[EMAIL PROTECTED]>
To: "Marlon Menezes" <[EMAIL PROTECTED]>
CC: freebsd-questions@freebsd.org
Subject: Re: Emulex LP9002 - FreeBSD 6.2
Date: Wed, 25 Apr 2007 11:58:26 -0400

"Marlon Menezes" <[EMAIL PROTECTED]> writes:

> I am a newbie with FreeBSD and I am having problems in order to get my
> HBA Emulex LP9002 working on a FreeBSD version 6.2.
>
> Can you help me? Is there any one with experience with HBA setup on
> FreeBSD that can help me?"

HBA should be transparent, as far as I recall.
You'll need to be more specific.



This is a Host Bus Adapter that uses the protocol Fibre Channel to 
communicate with Storage Arrays (Like Shark from IBM, Clariion from EMC..),  
I need to install it on a FreeBSD system, but I don't have the driver that 
allows the OS to communicate with the Storage array.
On a Emulex website (The vendor of the HBA) there are drivers to Suse and 
RHEL, but there are no drivers to FreeBSD.


_
Verificador de Segurança do Windows Live OneCare: verifique já a segurança 
do seu PC! http://onecare.live.com/site/pt-br/default.htm


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


Emulex LP9002 - FreeBSD 6.2

2007-04-25 Thread Marlon Menezes


Hi list,

I am a newbie with FreeBSD and I am having problems in order to get my HBA 
Emulex LP9002 working on a FreeBSD version 6.2.


Can you help me? Is there any one with experience with HBA setup on FreeBSD 
that can help me?"


_
Chegou o Windows Live Spaces com rede social. Confira 
http://spaces.live.com/


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


RealTek 8139 not identified in FreeBSD

2006-08-03 Thread marlon

Hello.

I have an Acer Aspire 1600 laptop with a RealTek 8139 integrated network card.
The card is not identified at all in neither FreeBSD 6.1-RELEASE nor in
FreeBSD 5-STABLE, not even in DragonFlyBSD (which is a fork of FreeBSD 5 IIRC).
"pciconf -lv" does not report back any information on the card at all.

Linux and Windows however can identify the card as "RealTek 8139 chip type
'RTL-8100B/8139D' at 0x1800-0x18ff, Memory: EC005000-EC0050FF, IRQ 19".

Since FreeBSD is a lot better for my computing needs, is there a way I can
get the above card to work correctly (or even work at all) in FreeBSD?

Thanks in advance.

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


cron question

2006-04-04 Thread Marlon Martin
i created a simple shell script:

filename: rn

#!/bin/sh
rndc dumpdb

what it does, is just dump the hostname and IP addresses in /var/dump
i set the time in 2 minutes but when i checked the logs, it doesnt work any
idea what did i missed here?

==

SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
#minute hourmdaymonth   wdaywho command
#
*/5 *   *   *   *   root/usr/libexec/atrun
#
# Save some entropy so that /dev/random can re-seed on boot.
*/11*   *   *   *   operator /usr/libexec/save-entropy
#
# Rotate log files every hour, if necessary.
0   *   *   *   *   rootnewsyslog
#
# Perform daily/weekly/monthly maintenance.
1   3   *   *   *   rootperiodic daily
15  4   *   *   6   rootperiodic weekly
30  5   1   *   *   rootperiodic monthly
/2 *   *   *   * root   /home/ken/rn
#
# Adjust the time zone if the CMOS clock keeps local time, as opposed to
# UTC time.  See adjkerntz(8) for details.
1,310-5 *   *   *   rootadjkerntz -a
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


localhost dns

2006-04-03 Thread Marlon Martin
im running localhost dns(127.0.0.1), it works fine but my question is, is
there any logs where i can check if it really caches remote ip addresses,
like the website IP address im visiting like hotmail.com cnn google
freebsd.org. thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


flash plugins question

2006-04-01 Thread Marlon Martin
linuxpluginwrapper is installed from ports, and linux-flashplugin7 after
that i copy libmap.conf-FreeBSD6
from
/usr/local/share/examples/linuxpluginwrapper/  to /etc/ and rename it as
libmap.conf but still no plugins for flash: when typing:
"about:plugins"

anyone can help fixing this? im running FBSD 6.1PRE

libmap.conf

# /etc/libmap.conf for FreeBSD 6.0(6.0-BETA3 and later) and 7-current
# $Id: libmap.conf-FreeBSD6,v 1.23 2005/11/13 01:46:14 nork Exp $

###
# [ALPHA SUPPORT] Flash7 with Mozilla
[/usr/X11R6/lib/linux-flashplugin7/libflashplayer.so]
libpthread.so.0 libpthread.so.2
libdl.so.2  pluginwrapper/flash7.so
libz.so.1   libz.so.3
libm.so.6   libm.so.4
libc.so.6   pluginwrapper/flash7.so


###
# Flash6 with Opera is not avilable.

# Flash6 with Konqueror
# SEE ALSO: http://freebsd.kde.org/howtos/konqueror-flash.php
# This configuration was integrated to following one.

# Flash6 with Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase
[/usr/X11R6/lib/linux-flashplugin6/libflashplayer.so]
libpthread.so.0 pluginwrapper/flash6.so
libdl.so.2  pluginwrapper/flash6.so
libz.so.1   libz.so.3
libstdc++-libc6.2-2.so.3libstdc++.so.5
libm.so.6   libm.so.4
libc.so.6   pluginwrapper/flash6.so


###
# Acrobat5 with Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase
[/usr/X11R6/Acrobat5/Browsers/intellinux/nppdf.so]
libc.so.6   pluginwrapper/acrobat.so

# Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase
[/usr/compat/linux/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so]
libc.so.6   pluginwrapper/acrobat.so

# Japanese Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase
[/usr/X11R6/Acrobat7/Browser/intellinux/nppdf.so]
libc.so.6   pluginwrapper/acrobat.so


###
# Helix RealPlayer with Mozilla/Firebird/Galeon/Epiphany/Konqueror/Kazehakase
[/usr/X11R6/lib/linux-mozilla/plugins/nphelix.so]
libstdc++.so.5  libstdc++.so.5
libc.so.6   pluginwrapper/realplayer.so


###
# Java3D
# NOTE: THESE ARE SAMPLES.  PLEASE SEE ALSO INSTALL MESSAGES
#   OF java/java3d PORT.
[/usr/local/jdk1.4.2/jre/lib/i386/libJ3D.so]
libdl.so.2  pluginwrapper/java3d.so
libm.so.6   libm.so.4
libnsl.so.1 pluginwrapper/java3d.so
libpthread.so.0 pluginwrapper/java3d.so
libc.so.6   pluginwrapper/java3d.so

[/usr/local/jdk1.4.2/jre/lib/i386/libj3daudio.so]
libm.so.6   libm.so.4
libnsl.so.1 pluginwrapper/java3d_snd.so
libpthread.so.0 pluginwrapper/java3d_snd.so
libc.so.6   pluginwrapper/java3d_snd.so

[/usr/local/jdk1.4.2/jre/lib/i386/libJ3DUtils.so]
libpthread.so.0 pluginwrapper/java3d.so
libc.so.6   pluginwrapper/java3d.so


###
# Java Advanced Imaging (JAI) API
# NOTE: THIS IS A SAMPLE.  PLEASE SEE ALSO INSTALL MESSAGES
#   OF java/jai PORT.
[/usr/local/jdk1.4.2/jre/lib/i386/libmlib_jai/libmlib_jai.so]
libm.so.6   libm.so.4
libc.so.6   pluginwrapper/jai.so


###
# JAI Image I/O Tools
# NOTE: THIS IS A SAMPLE.  PLEASE SEE ALSO INSTALL MESSAGES
#   OF java/jai-imageio PORT.
[/usr/local/jdk1.4.2/jre/lib/i386/libclib_jiio.so]
libm.so.6   libm.so.4
libc.so.6   pluginwrapper/jai.so


###
# Photo Image Print System (for EPSON bubble jet printers driver)
#[/usr/local/lib/pips/]
#libc.so.6  pluginwrapper/pips.so
#libdl.so.2 pluginwrapper/pips.so


###
#[/compat/linux/usr/lib/oracle/10.1.0.3/client/lib/libclntsh.so.10.1]
#libdl.so.2 pluginwrapper/oci8.so
#libm.so.6  libm.so.4
#libpthread.so.0libpthread.so.2
#libnsl.so.1pluginwrapper/oci8.so
#libc.so.6  pluginwrapper/oci8.so
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cant login

2006-03-29 Thread Marlon Martin
hi im running freebsd 6.1PRE
i cant login to shell root or normal user, even i boot into single user,
this error below always appear, is there anyway i can fix this or i can
login, thanks.

/libxec/id-elf_so.1: Shared object "pluginwrapper/flash7.so" not found,
required by "sh"
Enter full pathname of shell or RETURN for /bin/sh:
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


xv question

2004-02-20 Thread marlon corleone
is there any alternative for 'xv' that can take screenshot for .avi .mpg and 
other movie format?

_
Add photos to your e-mail with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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


mplayer

2004-02-18 Thread marlon corleone
how do i fix mplayer-gtk-esound-0.92.0_5 so i can install mplayer?   thanks
mmp# make install clean
===>  mplayer-gtk-esound-0.92.0_5 is marked as broken: Does not compile.
===>  Cleaning for arts-1.2.0,1
===>  Cleaning for esound-0.2.32_1
===>  Cleaning for lame-3.95.1_2
===>  Cleaning for libaudiofile-0.2.5
===>  Cleaning for libmad-0.15.0b
===>  Cleaning for libmikmod-esound-3.1.10_2
===>  Cleaning for libogg-1.1,3
===>  Cleaning for libvorbis-1.0.1,3
===>  Cleaning for libiconv-1.9.1_3
===>  Cleaning for gettext-0.13.1
===>  Cleaning for glib-1.2.10_10
===>  Cleaning for glib-2.2.3_1
===>  Cleaning for gmake-3.80_2
===>  Cleaning for imake-4.3.0_2
===>  Cleaning for libtool-1.3.5_2
===>  Cleaning for libtool-1.5.2_1
===>  Cleaning for nasm-0.98.38_1,1
===>  Cleaning for pkgconfig-0.15.0_1
===>  Cleaning for qmake-3.2.3_1
===>  Cleaning for sdl-1.2.5_3,1
===>  Cleaning for aalib-1.4.r5_1
===>  Cleaning for jpeg-6b_1===>  Cleaning for lcms-1.09_1,1
===>  Cleaning for libmng-1.0.5_1
===>  Cleaning for libungif-4.1.0b1_1
===>  Cleaning for png-1.2.5_3
===>  Cleaning for svgalib-1.4.3_2
===>  Cleaning for tiff-3.6.1_1
===>  Cleaning for perl-5.6.1_15
===>  Cleaning for libdvdcss-1.2.8_1
===>  Cleaning for mplayer-skins-1.1.0
===>  Cleaning for win32-codecs-2.0.90_1,1
===>  Cleaning for xmms-esound-1.2.9_1
===>  Cleaning for cups-base-1.1.20.0
===>  Cleaning for freetype2-2.1.5_2
===>  Cleaning for expat-1.95.6_1
===>  Cleaning for libxml-1.8.17_2
===>  Cleaning for Xft-2.1.2_1
===>  Cleaning for fontconfig-2.2.90_4
===>  Cleaning for gtk-1.2.10_11
===>  Cleaning for qt-3.2.3
===>  Cleaning for XFree86-libraries-4.3.0_6
===>  Cleaning for mplayer-gtk-esound-0.92.0_5
mmp#
_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


fbsd splash

2004-01-31 Thread marlon corleone
i have an entry in /boot/loader.conf
what else do i have to add? do i have to put also an entry in loader.rc?
splash_bmp_load="YES"
bitmap_load="YES"
bitmap_name="power_logo.bmp"
%sysctl kern.version
kern.version: FreeBSD 5.2-RELEASE-p1 #1: Fri Jan 30 23:30:38 PHT 2004
   [EMAIL PROTECTED]:/usr/src/sys/i386/compile/MMP
_
The new MSN 8: advanced junk mail protection and 2 months FREE* 
http://join.msn.com/?page=features/junkmail

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


unable to open port `/dev/ttyS1'

2004-01-29 Thread marlon corleone
/dev/ttyS1 do not exist, how do i create this device?

%sysctl kern.version
kern.version: FreeBSD 5.2-RELEASE #0: Wed Jan 28 13:17:27 PHT 2004
   [EMAIL PROTECTED]:/usr/src/sys/i386/compile/MMP
%xmms
unable to open port `/dev/ttyS1' (No such file or directory)
unable to open port `/dev/ttyS1' (No such file or directory)
_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

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


mozilla-firebird 0.7 plugins dont work

2004-01-27 Thread marlon corleone
linux-flashplugin
linux-flashplugin6
linuxpluginwrapper
i install this three plugins, but when i test mozilla-firebird 0.7 plugins 
didn't work, help anyone?

kern.version: FreeBSD 5.2-RELEASE #0: Sun Jan 11 04:21:45 GMT 2004
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. 
http://join.msn.com/?page=features/virus

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


macromedia plugin question

2004-01-25 Thread marlon corleone
We are unable to locate a single Web player that best matches your platform 
and operating system.
Please visit our table of recommended Web players. .

where can i get macromedia plugins for opera 7.23 running  freebsd 5.2? is 
it included in ports?

_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

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


macromedia plugin question

2004-01-25 Thread marlon corleone
We are unable to locate a single Web player that best matches your platform 
and operating system.
Please visit our table of recommended Web players. .

where can i get macromedia plugins for freebsd 5.2? is it included in ports?

_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


how to get rid of ^M character using vi

2004-01-25 Thread marlon corleone
how do i get rid of this annoying character ^M using vi, in pico i used the 
arguments '-w'
but what about in vi?

cheers

_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

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


Eterm question

2004-01-24 Thread marlon corleone
hey guys, how do you remove the options of 'scroll bar &  border' , which 
file should i edit?

cheers :)

_
MSN 8 with e-mail virus protection service: 2 months FREE* 
http://join.msn.com/?page=features/virus

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


newbie question

2004-01-19 Thread marlon corleone
forgive me if ever this is a off topic, how do i create this sample message, 
i want to change my motd default to this one, thanks

:##:#  :### :# :#:#  :#:#:### :###:##
:# :# :# # :# :#:# :#:#  :#:#:# :#:#  :# :#
:# :#:#  :#:# :#:# # :#  :#:#:# :#:#  :# :#
:# :#:#  :#:### :### :#:#:#:#:### :###:# :#
:# :#:#:# :#:# :#:#:#:#:#:# :#:#  :# :#
:### :#  :#:# :#:# :# :#:# :#:# :#:###:###
_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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


x crashed

2004-01-15 Thread marlon corleone
after installing 5.2-RELEASE, startx crashed with this error, someone that i 
should change the securelevel to '-1' well i did changed it but same error 
message i also tried sysctl kern.secureleve="-1" as root but the message is 
operation not permitted

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 5.2 i386 [ELF]
Build Date: 07 December 2003
   Before reporting problems, check http://www.XFree86.Org/
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Thu Jan 15 19:04:33 2004
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) |   |-->Monitor "samsung"
(**) |   |-->Device "geforce"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
   Entry deleted from font path.
   (Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/local/").
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75
dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts
/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X1
1R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) checkDevMem: failed to open /dev/mem (Operation not permitted)
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

Fatal server error:
xf86EnableIO: Failed to open /dev/io for extended I/O
_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. 
http://join.msn.com/?page=features/virus

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


broken base.ac

2003-11-26 Thread Marlon Corleone
one of the image file in my 5.1-RELEASE cd,  base.ac
is broken in the base directory, just this one so i
cant install fbsd without having errors, i backup all
the remaining files and directories, how do i make all
this files bootable again if i burn it ?

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD 4.9 install

2003-11-18 Thread Marlon Bradley
Hello.

I've made 4 attemps to install FreeBSD 4.9 -  and at every instance it 
freezes or hangs
while "probing"... I just want to get the "/stand/sysinstall" to get on with 
it.
Any suggestions of what to do about this?

Thanks
Marlon
_
Compare high-speed Internet plans, starting at $26.95.  
https://broadband.msn.com (Prices may vary by service area.)

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


4.8-STABLE compilation error

2003-08-21 Thread marlon corleone
%uname -a
FreeBSD mmp.ccp.ph 4.8-STABLE FreeBSD 4.8-STABLE #1:
Fri Aug 15 10:03:57 PHT 2003
[EMAIL PROTECTED]:/usr/src/sys/compile/MMP  i386


this is my second time compiling 4.8-STABLE i hope
anyone have an idea regarding this errors,

===> lib/libsmb
===> lib/libsmdb
===> lib/libsmutil
===> lib/libstand
===> lib/libusbhid
===> lib/libvgl
===> lib/libwrap
===> lib/libxpg4
===> lib/liby
===> lib/libz
===> bin
===> bin/cat
===> bin/chio
===> bin/chmod
===> bin/cp
===> bin/date
===> bin/dd
===> bin/df
cc -O -pipe  -I/usr/src/bin/df/../../sbin/mount -Wall
-Wformat   -W -Wall -Wstri

ct-prototypes -Wmissing-prototypes -Wpointer-arith
-Wno-uninitialized -Wreturn-t

ype -Wcast-qual -Wwrite-strings -Wswitch -Wshadow  
-static -o df df.o vfslist.o
este: unmodified: line 1
 -lm
/usr/obj/usr/src/i386/usr/lib/libm.a: could not read
symbols: Malformed archive
*** Error code 1

Stop in /usr/src/bin/df.
*** Error code 1

Stop in /usr/src/bin.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.








__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ad0s2g: hard error reading fsbn

2003-08-14 Thread marlon corleone
anyone has an idea why i get this error in /usr, it
happens after i recompile my kernel, im running
4.8-RELEASE.

thanks


ppc0: FIFO with 16/16/16 bytes threshold
ad0: 76319MB  [155061/16/63] at ata0-master
PIO4
acd0: CD-RW  at ata1-slave PIO4
Mounting root from ufs:/dev/ad0s2a
ad0s2g: hard error reading fsbn 153560175 of
36456416-36456543 (ad0s2 bn 1535601
75; cn 9558 tn 173 sn 6) status=59 error=40
ad0s2g: hard error reading fsbn 36456531 (ad0s2 bn
36456531; cn 2269 tn 80 sn 6)
 status=59 error=40
ad0s2g: hard error reading fsbn 36456538 (ad0s2 bn
36456538; cn 2269 tn 80 sn 13
) status=59 error=40
ad0s2g: hard error reading fsbn 153560319 of
36456544-36456671 (ad0s2 bn 1535603
19; cn 9558 tn 175 sn 24) status=59 error=40
ad0s2g: hard error reading fsbn 36456551 (ad0s2 bn
36456551; cn 2269 tn 80 sn 26
) status=59 error=40
ad0s2g: hard error reading fsbn 3

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


burncd

2003-07-31 Thread marlon corleone
how do i burn a directory using burncd

i did burncd -f /dev/acd1 data mp3z fixate
is this correct?

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


dvd question

2003-07-30 Thread marlon corleone
 is this the only entry i should put in my kernel
config: options CPU_ENABLE_SSE
to support dvd, in recent docs and tutorial they
include 
optionsUSER_LDT

should i include this entry? options USER_LDT

   im running 5.1-RELEASE  

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


DVD question.

2003-07-29 Thread marlon corleone
i have xine installed from ports, is there any entry i
should put, in order to support dvd playing.

thanks

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


error in fbdesk

2003-07-29 Thread marlon corleone
%fbdesk
title font height=0
Load pixmap failed! (XpmOpenFailed)
Using default pixmap
Failed to read: 
Unknown event! (14)
Unknown event! (14)
Unknown event! (14)
Unknown event! (14)
Unknown event! (14)

im running it under my home directory, anyone can help
how to run this properly?

thanks and more power.

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


startx wont load anymore as root

2003-07-28 Thread marlon corleone
startx wont load anymore running it as root. the
problem started when i got a improper shutdown, and
when i reboot 
i saw this error message dmesg /var /usr was not
properly dismounted, so what i did, is boot in single
user and do a fsck then when i boot the error is gone
i can do startx in normal user, but not as ROOT.

[EMAIL PROTECTED]:/root > startx
-bash : start: command not found
[EMAIL PROTECTED]:/root >

anyone help


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


booting in graphical mode in fluxbox

2003-07-28 Thread marlon corleone
how do i boot graphically in fluxbox?

im booting up fluxbox in startx method, if i want to
boot it in graphical mode, should i COMMENT this
entry:

exec /usr/X11R6/bin/fluxbox in my .xinitrc  and put
the entry in .xsession, is that all i have to do? 

thanks and more power BSD lover.

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


how to add color text in bash shell

2003-07-28 Thread marlon corleone
is there any script or package in ports, that make a
colorful bash.
thanks 

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


whats COMPAT_LINUX for?

2003-07-27 Thread marlon corleone
whats COMPAT_LINUX for in NOTES, cant find man pages
about this. and also is it ok if to remove from kernel
config this two lines:

device  scbus   # SCSI bus (required)
device   da

since i have ni scsi device

thanks.

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


pkg_add help

2003-07-27 Thread marlon corleone
 should it be in the ports directory when running
pkg_add? like usr/ports/security/packge  

say the package is in the security category

or its ok to run in in my home directory or should it
be in ports directory? 

thanks

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


DockApp

2003-07-27 Thread marlon corleone
%pkg_info |grep -i wmspaceweather
wmspaceweather-1.04_1 A DockApp that shows the weather
at geosynchronous orbit


i just installed this app, how do make this thing
work? 
i run wmspaceweather but no command found.

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: how to set background in a fluxbox desktop

2003-07-26 Thread marlon corleone
i apologize for unrelated question in
freebsd-questions. i have no other option but to email
here. but thanks thanks very much for the reply. 

i have a 2nd question

Akira# Esetroot -scale dxy.jpg
Esetroot: Command not found.
Akira# pkg_info |grep -i eterm
eterm-bg-0.9Image files for background of
Eterm
Akira# whereis eterm
eterm: /usr/ports/chinese/eterm

i also installed eterm located in /usr/ports/x11/eterm

why cant i run Esetroot since i installed eterm?


thanks and more power

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


how to set background in a fluxbox desktop

2003-07-26 Thread marlon corleone
anyone got a tip, on how to setup a background in
fluxbox? i have eterm and xv installed. i load the
image background and i cant get it right, anyone got a
tip on how to config this right?

thanks and more power.

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


NEED HELP! on how to import new Xdesktop to .xinitcrc

2003-07-25 Thread marlon corleone
hi guys, download fluxbox how do i import it to my
.xinitrc? so i can use two X desktop at a time. here's
my .xinitrc looks like.
im running FreeBSd 5.1-RELEASE

thanks!

Akira# cat .xinitrc
xterm &
[ ! -d $HOME/GNUstep/Library/WindowMaker ] &&
/usr/X11R6/bin/wmaker.inst
exec /usr/X11R6/bin/wmaker




__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ports-supfile config

2003-07-25 Thread marlon corleone
thanks for the reply guys, i reconfigure my
"ports-supfile" here's my new config:


*default host=cvsup.sk.freebsd.org
*default base=/usr prefix=/usr
*default release=cvs 
*default delete use-rel-suffix compress

ports-alltag=.

i delete srcl-all entry.

 here's my second question, its about the refuse file.

i copy refuse file from /usr/share/examples/cvsup to

/usr/ports/net/sup .

is this the correct path to copy refuse file into that
directory? if YES. the should i edit this line:

FROM:

*default base=/usr

TO

*default base=/usr/ports/net/sup
 
or i should leave the default base config path?

thanks and more power


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


hi

2003-07-23 Thread marlon corleone
*default host=cvsup.sk.freebsd.org
*default base=/usr prefix=/usr
*default release=cvs tag=RELENG_5
*default delete use-rel-suffix compress

src-all
ports-alltag=.


Akira# uname -a
FreeBSD Akira.Kurosawa.jp 5.1-RELEASE FreeBSD
5.1-RELEASE #2: Tue Jul 22 19:12:00 PHT 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/MARLON
 i386


this is my ports-supfile, is this config file correct?
is this entry applicable also to other supfiles, like
cvs-supfile, standard-supfile, stable-supfile.

thanks

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


windowmaker problem

2003-07-23 Thread marlon corleone
bash-2.05b$ pkg_info | grep -i windowmaker
wmtop-0.84  Windowmaker dock app to display
top 3 CPU consuming process
bash-2.05b$ windowmaker
bash: windowmaker: command not found


why wont windowmaker run? i did install the packaged,
as you can see. i hope anyone got a tip.

thanks

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2003-07-22 Thread marlon corleone
in which directory in ports i can find windowmaker?

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


"libgtk-1.2.so.0" not found

2003-07-22 Thread marlon corleone
bash-2.05b$ xmms
Shared object "libgtk-1.2.so.0" not found
Shared object "libgtk-1.2.so.0" not found

anyone knows where i can download from ports this
libgtk-1.2.so.0, cause i cant play my xmms mp3 player,
i did search for the missing libgtk-1.2.so.0 but i
cant find it.

thanks



__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


infected ls ps chsh chfn date

2003-07-22 Thread marlon corleone
bash-2.05b$ su
Password:
Akira# chkrootkit
ROOTDIR is `/'
Checking `amd'... not infected
Checking `basename'... not infected
Checking `biff'... not infected
Checking `chfn'... INFECTED
Checking `chsh'... INFECTED
Checking `cron'... not infected
Checking `date'... INFECTED
Checking `du'... not infected
Checking `dirname'... not infected
Checking `echo'... not infected
Checking `egrep'... not infected
Checking `env'... not infected
Checking `find'... not infected
Checking `fingerd'... not infected
Checking `gpm'... not found
Checking `grep'... not infected
Checking `hdparm'... not found
Checking `su'... not infected
Checking `ifconfig'... not infected
Checking `inetd'... not tested
Checking `inetdconf'... not infected
Checking `identd'... not found
Checking `init'... not infected
Checking `killall'... not infected
Checking `ldsopreload'... not tested
Checking `login'... not infected
Checking `ls'... INFECTED
Checking `lsof'... not found
Checking `mail'... not infected
Checking `mingetty'... not found
Checking `netstat'... not infected
Checking `named'... not infected
Checking `passwd'... not infected
Checking `pidof'... not found
Checking `pop2'... not found
Checking `pop3'... not found
Checking `ps'... INFECTED
Checking `pstree'... not found
Checking `rpcinfo'... not infected
Checking `rlogind'... not infected
Checking `rshd'... not infected
Checking `slogin'... not infected
Checking `sendmail'... not infected
Checking `sshd'... not infected
Checking `syslogd'... not infected
Checking `tar'... not infected
Checking `tcpd'... not infected
Checking `tcpdump'... not infected
Checking `top'... not infected
Checking `telnetd'... not infected
Checking `timed'... not infected
Checking `traceroute'... not infected
Checking `w'... not infected
Checking `write'... not infected
Checking `aliens'... no suspect files
Searching for sniffer's logs, it may take a while...
nothing found
Searching for HiDrootkit's default dir... nothing
found
Searching for t0rn's default files and dirs... nothing
found
Searching for t0rn's v8 defaults... nothing found
Searching for Lion Worm default files and dirs...
nothing found
Searching for RSHA's default files and dir... nothing
found
Searching for RH-Sharpe's default files... nothing
found
Searching for Ambient's rootkit (ark) default files
and dirs... nothing found
Searching for suspicious files and dirs, it may take a
while... nothing found
Searching for LPD Worm files and dirs... nothing found
Searching for Ramen Worm files and dirs... nothing
found
Searching for Maniac files and dirs... nothing found
Searching for RK17 files and dirs... nothing found
Searching for Ducoci rootkit... nothing found
Searching for Adore Worm... nothing found
Searching for ShitC Worm... nothing found
Searching for Omega Worm... nothing found
Searching for Sadmind/IIS Worm... nothing found
Searching for MonKit... nothing found
Searching for Showtee... nothing found
Searching for OpticKit... nothing found
Searching for T.R.K... nothing found
Searching for Mithra... nothing found
Searching for OBSD rk v1... nothing found
Searching for LOC rootkit ... nothing found
Searching for Romanian rootkit ... nothing found
Searching for anomalies in shell history files...
nothing found
Checking `asp'... not infected
Checking `bindshell'... not infected
Checking `lkm'... nothing detected
Checking `rexedcs'... not found
Checking `sniffer'...
dc0 is not promisc
Checking `wted'... nothing deleted
Checking `scalper'... not infected
Checking `slapper'... not infected
Checking `z2'...
nothing deleted
Akira#


anyone knows, how to fix the infected ones?

im running 5.1-RELEASE and i just installed this 5.1
version


bash-2.05b$ uname -a
FreeBSD Akira.Kurosawa.jp 5.1-RELEASE FreeBSD
5.1-RELEASE #2: Tue Jul 22 19:12:00 PHT 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/MARLON
 i386




__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cant power off, using shutdown -p now

2003-07-21 Thread marlon corleone
im running 5.1-RELEASE, my problem is when i try to
execute the command: shutdown -p now, the error
message that i received is:

POWER SYSTEM off using, ACPI.. ACPI POWER-OFF
failed-timeout the operating system halted. press any
key to reboot


as you can see, the problem is with the ACPI POWER,
but i did enable ACPI in cmos, i have no problem
shutting off the system running 4.7 and 4.8, is this
because, i forgot to add some entry in my customed
kernel to support the autoshutdown, like in 4.8 i just
enable APM in the kernel:

# Power management support (see LINT for more options)
device  apm0at nexus? disable flags 0x20 #
Advanced Power Management

but here in 5.1-RELEASE, what should i add in the
kernel?

thanks


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cant power off, using shutdown -p now

2003-07-21 Thread marlon corleone
im running 5.1-RELEASE, my problem is when i try to
execute the command: shutdown -p now, the error
message that i received is:

POWER SYSTEM off using, ACPI.. ACPI POWER-OFF
failed-timeout the operating system halted. press any
key to reboot


as you can see, the problem is with the ACPI POWER,
but i did enable ACPI in cmos, i have no problem
shutting off the system running 4.7 and 4.8, is this
because, i forgot to add some entry in my customed
kernel to support the autoshutdown, like in 4.8 i just
enable APM in the kernel, but here in 5.1-RELEASE,
what should i add in the kernel?

thanks


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


how to view and open file.db & file.mdb?

2003-06-20 Thread Marlon Corleone
hi, im running 4.8 do do i open this type of file
extension, file.db and file.mdb is there in ports
collection that can manage to view and open this type
of file?

thanks

__
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


refuse help.

2003-06-20 Thread Marlon Corleone
hi im a FreeBSD newbie, i just want to ask some few
questions:

how do i configure, not to download unwanted ports
collections ( chinese, japanese languages) upon
updating stable-supfile?

in the handbook, says by default i should create a
refuse file, putting it in /usr/local/etc/cvsup/refuse

so i create a cvsup directory, then when i run cvsup
cvs-supfile

Nobunaga# cvsup -g -L 2 cvs-supfile
Parsing supfile "cvs-supfile"
Nonexistent base directory
"/usr/local/etc/cvsup/refuse" for collection "src-all"

here is my cvs-supfile config:


# Defaults that apply to all the collections
#
# IMPORTANT: Change the next line to use one of the
CVSup mirror sites
# listed at
http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=CHANGE_THIS.FreeBSD.org
*default base=/usr/local/etc/cvsup/refuse
*default prefix=/usr
*default release=cvs delete use-rel-suffix compress

and i noticed by default the chinese,japanese and
other languages from cvsup-supfile is COMMENTED. does
this mean i dont have to use or create refuse
file?

hoping for a clarification reply.

thanks




__
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


swap_pager: out of swap space

2002-10-13 Thread Marlon Pabilona

Sir,

After a year having without problem, our freebsd machine experienced a hang 
problem and found the message "out of swap space" in /var/log/messages. Our 
proxy server has a 1G of mem and 128MB swap space. What are the common cause 
of the problem ? Do you think it is related to a smaller swap space allocated 
? Thank you for your time.


Oct 14 04:11:08 proxy23 /kernel: swap_pager: out of swap space
Oct 14 04:11:08 proxy23 /kernel: swap_pager_getswapspace: failed


FreeBSD proxy23.skyinet.net 4.3-RELEASE FreeBSD 4.3-RELEASE #1: Fri Aug 24 
14:44:26 PHT 2001 [EMAIL PROTECTED]:/usr/src/sys/compile/PROXY1  
i386

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