Re: Portupgrade used to be fun!!!

2007-10-26 Thread Pablo Mora
On 10/27/07, E. J. Cerejo <[EMAIL PROTECTED]> wrote:
> Not anymore!  Every time I cvsup my ports tree and I see all of those
> ports that need to be updated my belly aches and that's because
> portupgrade doesn't work the way it used to work.  It is not fun any
> more!  Always an issue, either a port conflicts with another port or it
> fails all together.  I have forgotten the last time I updated my ports
> without any issues.  Today scrollkeeper is conflicting with rarian, they
> install files on the same directory.  Go figure.  Those were the days
> when it used to work.
>

>From /usrp/ports/UPDATING:

20071024:
  AFFECTS: All GNOME users and ports depend on gnomehier
  AUTHOR: [EMAIL PROTECTED]

  GNOME has been updated to 2.20.1. All ports that depend on gnomehier have
  had their DATADIR moved from share/gnome/ to share/ (e.g.
  ${LOCALBASE}/share/gnome/ to ${LOCALBASE}/share/).
  This puts the FreeBSD GNOME ports more in line with the default
  GNOME installation hierarchy. To find the specific directories that
  have changed, see misc/gnomehier/files/dirlist. To upgrade your
  installed ports, you will need to use either sysutils/portupgrade or
  sysutils/portmaster.

Portupgrade users:
# pkgdb -Ff
# portupgrade -f -o textproc/rarian textproc/scrollkeeper
# portupgrade -a

Portmaster users:
# portmaster -o textproc/rarian textproc/scrollkeeper
# portmaster -a

  If some of icons, applets, themes or other customized items have
  disappered from your desktop in this upgrade, you will need to
  remove and re-add these items to make them appear again due to the
  DATADIR change.

-- 

PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079


  ASCII Ribbon Campaign
  Against HTML e-mail & Microsoft Attachments
FreeBSD Since 4.x & unixbsd.blogspot.com maintainer

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


Re: Xorg install

2006-09-06 Thread Pablo Mora

On 9/6/06, g <[EMAIL PROTECTED]> wrote:

i'm trying to install xorg. using chapter 5, i installed Xorg, but it
seems to break something.  with the default install of 6.1, x window
system starts.  when i follow the instructions, in chapter 5, i get
this message when i tried to start it (startx).

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation CVS repository.
See http://wiki.x.org/wiki/CvsPage for CVS access instructions.

X Window System Version 6.8.99.903 (6.9.0 RC 3)
Release Date: 03 December 2005 + cvs
X Protocol Version 11, Revision 0, Release 6.8.99.903
Build Operating System: FreeBSD 6.1 i386 [ELF]
Current Operating System: FreeBSD beverly.Belkin 6.1-RELEASE FreeBSD
6.1-RELEASE #0
: Sun May  7 04:42:56 UTC 2006 [EMAIL PROTECTED]:/usr/obj/
usr/src/sys/S
MP i386
Build Date: 16 March 2006
 Before reporting problems, check http://wiki.X.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/Xorg.0.log", Time: Wed Sep  6 01:56:19 2006
(==) Using config file: "/etc/X11/xorg.conf"
Data incomplete in file /etc/X11/xorg.conf
 Undefined Monitor "Monitor0" referenced by Screen "Screen0".
(EE) Problem parsing the config file
(EE) Error parsing the config file

Fatal server error:
no screens found

Please consult the The X.Org Foundation support
  at http://wiki.X.Org
for help.
Please also check the log file at "/var/log/Xorg.0.log" for
additional information.


**
my goal is to run to window maker, with gnustep as a development
environment.

**

below is the xorg.conf.new file

Section "ServerLayout"
 Identifier "X.org Configured"
 Screen  0  "Screen0" 0 0
 InputDevice"Mouse0" "CorePointer"
 InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
 RgbPath  "/usr/X11R6/lib/X11/rgb"
 ModulePath   "/usr/X11R6/lib/modules"
 FontPath "/usr/X11R6/lib/X11/fonts/misc/"
 FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
 FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
 FontPath "/usr/X11R6/lib/X11/fonts/CID/"
 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
 Load  "dbe"
 Load  "dri"
 Load  "extmod"
 Load  "glx"
 Load  "record"
 Load  "xtrap"
 Load  "freetype"
 Load  "type1"
EndSection

Section "InputDevice"
 Identifier  "Keyboard0"
 Driver  "kbd"
EndSection

Section "InputDevice"
 Identifier  "Mouse0"
 Driver  "mouse"
 Option  "Protocol" "auto"
 Option  "Device" "/dev/sysmouse"
 Option  "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
 Identifier   "PrecisionColor"
 VendorName   "Radius"
 ModelName"Sony"
 HorizSync 50-150
 VertRefresh   30-85
EndSection

Section "Device"
 ### Available Driver options are:-
 ### Values: : integer, : float, : "True"/"False",
 ### : "String", : " Hz/kHz/MHz"
 ### [arg]: arg optional
 #Option "NoAccel"   # []
 #Option "SWcursor"  # []
 #Option "ColorKey"  # 
 #Option "CacheLines"# 
 #Option "Dac6Bit"   # []
 #Option "DRI"   # []
 #Option "NoDDC" # []
 #Option "ShowCache" # []
 #Option "XvMCSurfaces"  # 
 #Option "PageFlip"  # []
 Identifier  "Card0"
 Driver  "i810"
 VendorName  "Intel Corporation"
 BoardName   "82865G Integrated Graphics Controller"
 BusID   "PCI:0:2:0"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device "Card0"
 Monitor"Monitor0"
 SubSection "Display"
 Viewport   0 0
 Depth 1
 EndSubSection
 SubSection "Display"
 Viewport   0 0
 Depth 4
 EndSubSection
 SubSection "Display"
 Viewpor

Re: Newbie Experience -- Linux/BSD Differences

2006-09-13 Thread Pablo Mora

On 9/13/06, Joel Adamson <[EMAIL PROTECTED]> wrote:

If I may comment as someone who knows only that BSD looks better to a newbie, 
it looks better because I only have to go to one place to read the FreeBSD 
manual.  For Linux, there's documentation for all the little parts, and a 
community/wiki for any particular distribution, except that's a lot different 
from having a single document that covers almost everything.

And for everything else, there's this list, which has a minimum of *attitude*, 
which is a contrast to many linux boards I've read.

Joel

 On Tuesday 12 September 2006 06:16, Jeff Rollin wrote:
> I let a lot of BSD comments about Linux go "unpunished", but this




Si, y además no nos molestamos cuando escribimos en otro idioma xD.

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: reconfigure a port after install

2007-08-09 Thread Pablo Mora
On 8/9/07, Harry Jensen <[EMAIL PROTECTED]> wrote:
> On Thu, Aug 09, 2007 at 01:57:46PM -0600, Miguel wrote:
> > Hi, i have installed postfix + sasl2 support, so far so good but now i
> > want to enable mysql auth and sasl2 was not compiled with mysql support,
> > i tried desinstalling it but it claims postfix depends on it, so how do
> > i add mysql support to the installed sasl2 port?
> > Im using portinstall btw,
>
> I don't know portinstall, but you can go into the directory
> /usr/ports/mail/postfix and simply "make configure".
>

is "make config"

-- 

PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079


  ASCII Ribbon Campaign
  Against HTML e-mail & Microsoft Attachments
FreeBSD Since 4.x & unixbsd.blogspot.com maintainer

Haz todo lo que te viniere a la mano para hacer, porque Dios está contigo!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: http://www.freebsd.org site unreachable

2007-09-14 Thread Pablo Mora
On 9/14/07, Caio Figueiredo Abecia <[EMAIL PROTECTED]> wrote:
> The website isn't working here too. (Brazil)
>

In Chile neither

-- 

PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079


  ASCII Ribbon Campaign
  Against HTML e-mail & Microsoft Attachments
FreeBSD Since 4.x & unixbsd.blogspot.com maintainer

... ¿Dónde están aquéllos tres que en Babilonia prefirieron ser
quemados a ceder?, ¿Dónde está aquél Daniel que me adoraba?, ¿Dónde
está la santidad de aquél José?, ¿Dónde está ese niño que mató al
Gigante?, ¿Dónde están los sucesores de Josué?, ¿Dónde están esas
mujeres entregadas como Ester? ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Port installation failed

2007-02-22 Thread Pablo Mora

On 2/22/07, Simon Gao <[EMAIL PROTECTED]> wrote:

Hi,

I had following errors when trying to install a package through port on
one FreeBSD 4.7 machine:

# make install
"/usr/ports/Mk/bsd.port.mk", line 2292: warning: String comparison
operator should be either == or !=
"/usr/ports/Mk/bsd.port.mk", line 2292: warning: String comparison
operator should be either == or !=
"/usr/ports/Mk/bsd.port.mk", line 2292: Malformed conditional
(((${OSVERSION} < 504105 || (${OSVERSION} >= 60 && ${OSVERSION} <
600103) || (${OSVERSION} >= 70 && ${OSVERSION} < 700012)) &&
${PKGORIGIN} != "ports-mgmt/pkg_install") ||
exists(${LOCALBASE}/sbin/pkg_info))
"/usr/ports/Mk/bsd.port.mk", line 2293: warning: String comparison
operator should be either == or !=
"/usr/ports/Mk/bsd.port.mk", line 2293: warning: String comparison
operator should be either == or !=
"/usr/ports/Mk/bsd.port.mk", line 2293: Malformed conditional
((${OSVERSION} < 504105 || (${OSVERSION} >= 60 && ${OSVERSION} <
600103) || (${OSVERSION} >= 70 && ${OSVERSION} < 700012)) &&
${PKGORIGIN} != "ports-mgmt/pkg_install")
"/usr/ports/Mk/bsd.port.mk", line 2308: if-less else
"/usr/ports/Mk/bsd.port.mk", line 2308: Need an operator
"/usr/ports/Mk/bsd.port.mk", line 2322: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 2322: Need an operator
"/usr/ports/Mk/bsd.port.mk", line 5987: if-less endif
"/usr/ports/Mk/bsd.port.mk", line 5987: Need an operator
make: fatal errors encountered -- cannot continue


Anyone has seen similar problem? It seems that bsd.port.mk is causing
problem. Can I just replace bsd.port.mk file with one from other machines?

Simon



http://lists.freebsd.org/pipermail/freebsd-questions/2007-February/142799.html

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Linux "equivalent" to freebsd

2007-02-28 Thread Pablo Mora
[EMAIL PROTECTED] wrote:
> Hi,
> 
> Sorry this question is a little off-topic...
> 
> We've been using Freebsd for many years and all of our servers are running
> freebsd.
> 
> The only thing that is a pain with freebsd, is poor commercial support :(
> 
> We are running in a situation where a customer needs Zend platform 3
> (http://www.zend.com/products/zend_platform) which won't be available for
> freebsd until the end of the year...
> 
> So I will need to setup a machine with linux.
> 
> I don't know much about linux distributions, could someone recommend one to
> me please.
> 
> We are looking for a platform that will support amd64 extensions, will act
> as a console only server and that has a good way to install ports and
> upgrade. We want something secure and stable. We don't wanna go with Redhat
> or any commercial distribution.
> 
> I really like the cvsup/make install/portupgrade way of dealing with
> software installation and updates and I am looking for something equivalent
> on a linux distribution.
> 
> Could you recommend a distribution you are using in production, we've check
> ubuntu, fedora and Debian, but I wonder what freebsd users recommend...
> 
> Thanks 


Gentoo: http://www.gentoo.org

Portage:
http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1

-- 
PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079

Linux is for people who hate Micro$oft. BSD is for people who love Unix ...



signature.asc
Description: OpenPGP digital signature


Re: gettext upgrade problems

2007-03-25 Thread Pablo Mora
Dantavious wrote:
>   Hi,
> As a result of the upgrade to gettext-0.16.1, I am rebuilding ports on a 
> desktop machine.  I received an error with the port OpenEXR after hours of 
> rebuilding the ports. My first question is what caused the OpenEXR port to 
> fail and most importantly do I have to restart building all the ports over 
> because of this failure. Initial portmaster command was  
> 
> portmaster -Gv -B -u -d -r gettext
> 
> Any help would be very much appreciated.
> 
> v/r
> Derrick
> 
> 
> then 
> mv -f ".deps/ImfChannelListAttribute.Tpo" 
> ".deps/ImfChannelListAttribute.Plo"; 
> else rm -f ".deps/ImfChannelListAttribute.Tpo"; exit 1; fi
>  
> c++ -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I../Half -I../Iex -I../Imath 
> -I../IlmThread -I../config -pipe -O2 -fno-strict-aliasing -pipe 
> -D_THREAD_SAFE -MT 
> ImfChannelListAttribute.lo -MD -MP -MF .deps/ImfChannelListAttribute.Tpo -c 
> ImfChannelListAttribute.cpp  -fPIC -DPIC -o .libs/ImfChannelListAttribute.o
>  
> c++ -DHAVE_CONFIG_H -I. -I. -I../config -I.. -I../Half -I../Iex -I../Imath 
> -I../IlmThread -I../config -pipe -O2 -fno-strict-aliasing -pipe 
> -D_THREAD_SAFE -MT 
> ImfChannelListAttribute.lo -MD -MP -MF .deps/ImfChannelListAttribute.Tpo -c 
> ImfChannelListAttribute.cpp -o ImfChannelListAttribute.o >/dev/null 2>&1
> gmake[1]: *** [ImfChannelListAttribute.lo] Error 1
> gmake[1]: Leaving directory 
> `/usr/ports/graphics/OpenEXR/work/openexr-1.4.0/IlmImf'
> gmake: *** [all-recursive] Error 1
> *** Error code 2
> 
> Stop in /usr/ports/graphics/OpenEXR.
> 
> ===>>> make failed for graphics/OpenEXR
> ===>>> Aborting update
> 
> ===>>> Update for OpenEXR-1.2.2_1 failed
> ===>>> Aborting update
> 
> ===>>> Update for kdelibs-3.5.6 failed
> ===>>> Aborting update
> 
> ===>>> Update for kdebase-kompmgr-3.5.6 failed
> ===>>> Aborting update
> 
> ===>>> Update for kdebase-3.5.6 failed
> ===>>> Aborting update
> 
> ===>>> Update for amarok-1.4.5_3 failed
> ===>>> Aborting update
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
I have same problem:

 cc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I..
-I../glib
-I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED
-DGOBJECT_COMPILATION -DG_DI
SABLE_CONST_RETURNS -I/usr/local/include -D_REENTRANT -O2
-fno-strict-aliasing -
pipe -Wall -MT gparam.lo -MD -MP -MF .deps/gparam.Tpo -c gparam.c  -fPIC
-DPIC -
o .libs/gparam.o
 cc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GLib-GObject\" -I..
-I../glib
-I.. -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED
-DGOBJECT_COMPILATION -DG_DI
SABLE_CONST_RETURNS -I/usr/local/include -D_REENTRANT -O2
-fno-strict-aliasing -
pipe -Wall -MT gparam.lo -MD -MP -MF .deps/gparam.Tpo -c gparam.c -o
gparam.o >/
dev/null 2>&1
gmake[3]: *** [gparam.lo] Error 1
gmake[3]: se sale del directorio
`/usr/ports/devel/glib20/work/glib-2.12.11/gobj
ect'
gmake[2]: *** [all] Error 2
gmake[2]: se sale del directorio
`/usr/ports/devel/glib20/work/glib-2.12.11/gobj
ect'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: se sale del directorio `/usr/ports/devel/glib20/work/glib-2.12.11'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/devel/glib20.

===>>> make failed for devel/glib20
===>>> Aborting update

===>>> Update for glib-2.12.11 failed
===>>> Aborting update

===>>> Update for ORBit2-2.14.7 failed
===>>> Aborting update


-- 
PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079

/"\
\ /ASCII Ribbon Campaign
 X  against HTML e-mail & vCards
/ \



signature.asc
Description: OpenPGP digital signature


Re: Xorg: How to change background?

2006-12-01 Thread Pablo Mora

On 11/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Can Xorg show another background than grey grid, for example black screen?


/usr/ports/graphics/qiv -x image

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Clamav Antivirus install failure

2007-01-13 Thread Pablo Mora

# uname -r
5.5-STABLE

# cd /usr/ports/security/clamav
# cat Makefile
...
LIB_DEPENDS=gmp.7:${PORTSDIR}/math/libgmp4
...
# make install
...
/sbin/ldconfig -m /usr/local/lib
===>   Registering installation for libgmp-4.1.4_2
===>   Returning to build of clamav-0.88.7_1
Error: shared library "gmp.7" does not exist
*** Error code 1

Stop in /usr/ports/security/clamav.
*** Error code 1

Stop in /usr/ports/security/clamav.
...

# pkg_info | grep libgmp
libgmp-4.1.4_2  A free library for arbitrary precision arithmetic

# pkg_info -Lx libgmp
Information for libgmp-4.1.4_2:

Files:
/usr/local/include/gmp.h
/usr/local/include/gmpxx.h
/usr/local/lib/libgmp.a
/usr/local/lib/libgmp.la
/usr/local/lib/libgmp.so
/usr/local/lib/libgmp.so.6
/usr/local/lib/libgmpxx.a
/usr/local/lib/libgmpxx.la
/usr/local/lib/libgmpxx.so
/usr/local/lib/libgmpxx.so.3
/usr/local/info/gmp.info

gmp.7 does not exists. Anybody know that it happens?

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Live CD

2007-01-20 Thread Pablo Mora

On 1/20/07, Jeff Royle <[EMAIL PROTECTED]> wrote:

Praveen Kunjapur wrote:
> Hello,
>   Is FreeBSD available as a Live CD?



Frenzy: http://frenzy.org.ua/en/releases/1.0/relnotes.shtml

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sendmail startup problem

2007-06-12 Thread Pablo Mora

cat /usr/ports/mail/postfix/pkg-message

--

PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079


 ASCII Ribbon Campaign
 Against HTML e-mail & Microsoft Attachments
FreeBSD Since 4.x & unixbsd.blogspot.com maintainer

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


Re: problem installing mysql41

2007-06-26 Thread Pablo Mora

On 6/26/07, Peter marshall <[EMAIL PROTECTED]> wrote:

I just re-installed freebsd 6.0

I did a min install, and included prtupgrade and cvsup-withoug-gui
I installed Apache 1.3 from the ports directory

I tried to install mysql41-server from the ports directory using the command
make install WITH_OPENSSL=yes

I got a bunch of errors all related to MD5 checksum mismatch.
I tried running with NO_CHECKSUM=yes option

I then received this error
mysql-server-4.1.22 depends on file: /usr/local/sbin/pkg_info - found tar:
Unrecognized archive format: Inappropriate file type or format

gzip: /usr/ports/distfiles/mysql-4.1.22.tar.gz: invalid compressed
data--format violated

So  does anyone have any ideas how I would go about fixing this?  I did
not find much on google relating to this whith a mysql install (I did see
this error come up when people were trying to do backups to tapes ... but
clearly that is not the case here)



try out:

cd /usr/ports/databases/mysql41-server/ && make distclean && make
fetch && checksum


--

PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079


 ASCII Ribbon Campaign
 Against HTML e-mail & Microsoft Attachments
FreeBSD Since 4.x & unixbsd.blogspot.com maintainer

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


Re: problem installing mysql41

2007-06-26 Thread Pablo Mora

On 6/26/07, Pablo Mora <[EMAIL PROTECTED]> wrote:

On 6/26/07, Peter marshall <[EMAIL PROTECTED]> wrote:
> I just re-installed freebsd 6.0
>
> I did a min install, and included prtupgrade and cvsup-withoug-gui
> I installed Apache 1.3 from the ports directory
>
> I tried to install mysql41-server from the ports directory using the command
> make install WITH_OPENSSL=yes
>
> I got a bunch of errors all related to MD5 checksum mismatch.
> I tried running with NO_CHECKSUM=yes option
>
> I then received this error
> mysql-server-4.1.22 depends on file: /usr/local/sbin/pkg_info - found tar:
> Unrecognized archive format: Inappropriate file type or format
>
> gzip: /usr/ports/distfiles/mysql-4.1.22.tar.gz: invalid compressed
> data--format violated
>
> So  does anyone have any ideas how I would go about fixing this?  I did
> not find much on google relating to this whith a mysql install (I did see
> this error come up when people were trying to do backups to tapes ... but
> clearly that is not the case here)
>

try out:

cd /usr/ports/databases/mysql41-server/ && make distclean && make
fetch && checksum



make checksum, sorry!

--

PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079


 ASCII Ribbon Campaign
 Against HTML e-mail & Microsoft Attachments
FreeBSD Since 4.x & unixbsd.blogspot.com maintainer

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


Re: reconfiguring a port

2007-06-27 Thread Pablo Mora

On 6/27/07, Scott Mayo <[EMAIL PROTECTED]> wrote:

I installed mailman with the port and am getting the following:


Jun 27 12:50:09 test Mailman mail-wrapper: Group mismatch error.
Mailman expected the mail wrapper script to be executed as group
"mailman", but the system's mail server executed the mail script as
group "mailnull".  Try tweaking the mail server to run the script as
group "mailman", or re-run configure,  providing the command line option
`--with-mail-gid=mailnull'.

I installed the port with 'make install clean'.  How do I reconfigure it
with the --with-mail-gid=mailnull?  I am not sure where to put the
options when installing from a port since they are new to me.



try out: make config

--

PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079


 ASCII Ribbon Campaign
 Against HTML e-mail & Microsoft Attachments
FreeBSD Since 4.x & unixbsd.blogspot.com maintainer

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


Re: reconfiguring a port

2007-06-27 Thread Pablo Mora

On 6/27/07, Scott Mayo <[EMAIL PROTECTED]> wrote:

Pablo Mora wrote:
> On 6/27/07, Scott Mayo <[EMAIL PROTECTED]> wrote:
>
>> I installed mailman with the port and am getting the following:
>>
>>
>> Jun 27 12:50:09 test Mailman mail-wrapper: Group mismatch error.
>> Mailman expected the mail wrapper script to be executed as group
>> "mailman", but the system's mail server executed the mail script as
>> group "mailnull".  Try tweaking the mail server to run the script as
>> group "mailman", or re-run configure,  providing the command line option
>> `--with-mail-gid=mailnull'.
>>
>> I installed the port with 'make install clean'.  How do I reconfigure it
>> with the --with-mail-gid=mailnull?  I am not sure where to put the
>> options when installing from a port since they are new to me.
>>
>
> try out: make config
>

make config brings me to a box to uncheck and check things.  It has
Postfix checked in it, but that is all I see.

Do I actually make config --with-mail-gid=mailnull?  I know that on the
linux boxes I run ./configure --with-mail-gid=mailnull.



make rmconfig && make -DMAIL_GID=mailnull ??

--

PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079


 ASCII Ribbon Campaign
 Against HTML e-mail & Microsoft Attachments
FreeBSD Since 4.x & unixbsd.blogspot.com maintainer

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


Re: Ports Dir

2007-07-04 Thread Pablo Mora

On 7/4/07, Grant Peel <[EMAIL PROTECTED]> wrote:

Can one run

'make clean'

in the /usr/ports directory in the hope of reducing disk space?



portsclean -CDD


--

PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079


 ASCII Ribbon Campaign
 Against HTML e-mail & Microsoft Attachments
FreeBSD Since 4.x & unixbsd.blogspot.com maintainer

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


Re: Someone using eclipse PDT?

2009-09-17 Thread Pablo Mora
I used eclipse for a while, but i prefer netbeans. Have you used it?

http://www.freshports.org/java/netbeans/

Sorry, but I never used eclipse on FBSD.

On Wed, Sep 16, 2009 at 9:30 AM, Sdävtaker  wrote:
> Hi, i was wondering if someone coud install the PDT for eclipse, i can
> successfull install eclipse from ports, but pdt is not a port and using the
> standard procedure installing elcipse packages from the update tool fails.
> Damian
> ___
> 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"
>



-- 

PGP KeyID: 0xC730A079
Key fingerprint = F626 3C47 02F5 E43C 6620  8A1B E7A8 533B C730 A079
gpg --keyserver pgp.mit.edu --recv-keys C730A079


  ASCII Ribbon Campaign
  Against HTML e-mail & Microsoft Attachments
FreeBSD Since 4.x & unixbsd.blogspot.com maintainer

___
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: glib20

2006-05-02 Thread Pablo Mora

try:

#portupgrade -fvr glib-2.10.2


--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Writing to a mounted NTFS drive

2006-05-07 Thread Pablo Mora

FreeBSD don't have support for write in NTFS partition.

that I believe :P.

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: build failure

2006-05-07 Thread Pablo Mora

config: /usr/src/sys/i386/conf/GENERIC:72: syntax error ?? line 72.. check it.

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


limit bandwidth 'make fetch'

2006-05-10 Thread Pablo Mora

how i can limit bandwidth when i using 'make fetch' (make install in Ports)?

thanks in advance.

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: limit bandwidth 'make fetch'

2006-05-10 Thread Pablo Mora

On 5/10/06, Philip Hallstrom <[EMAIL PROTECTED]> wrote:

> how i can limit bandwidth when i using 'make fetch' (make install in Ports)?

I wrote a patch to fetch awhile back that does exactly this.  That was
with 4.x, but it might apply cleanly in 6.  I ended up not using it, well
cause once I had everything installed it didn't seem to matter so much.

http://www.pjkh.com/~philip/fetch/

Basically it adds a "-L" option that takes the b/s to throttle it at...

Then tweak um.. FETCH_ARGS or something close to that (man ports for info)
to get the ports to pick it up automatically.

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



Thanks Philip, but exist other way?

[EMAIL PROTECTED]: uname -r
5.4-RELEASE

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: PHP not working

2006-05-14 Thread Pablo Mora

On 5/14/06, Maan Jee <[EMAIL PROTECTED]> wrote:

Hello,

I have installed Apache HTTP Server 2.20 and PHP 5. But when I want to open
index.php file in the browser instead of getting the Output Html page, I get
SAVE "index.php" file popup.

What is the wrong, I have added these lines in httpd.conf
AddType application/x- httpd-php . php
AddType application/x- httpd-php-source . phps



Once modified the httpd.conf file you must restart apache. As root:
apachectl restart

don't forget add enable_apache2="YES" to /etc/rc.conf

regards.

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make for KDE 3.5.2 fails (6.1-Stable)

2006-05-14 Thread Pablo Mora

On 5/14/06, Axel Burwitz <[EMAIL PROTECTED]> wrote:

Hi all,

well something is always going wrong in a upgrdae proces...


After I got sucessfully helped over the first hurdle and managed to
upgrade my FreeBSD system from 6.1-Release to 6.1-Stable, I wanted to go
from KDE 3.4.2 to KDE 3.5.2.

But: the make fails with folowing message:

"konq_popupmenu.cc:797: error: no matching function for call to
`KDEDesktopMimeType::userDefinedServices(const QString, KSimpleConfig&,
bool, KURL::List&)'
/usr/local/include/kmimetype.h:561: note: candidates are: static
QValueList
KDEDesktopMimeType::userDefinedServices(const QString&, bool)
/usr/local/include/kmimetype.h:568: note: static
QValueList
KDEDesktopMimeType::userDefinedServices(const QString&, KConfig&, bool)
gmake[3]: *** [konq_popupmenu.lo] Error 1
gmake[3]: Leaving directory
`/usr/ports/x11/kdebase3/work/kdebase-3.5.2/libkonq'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/x11/kdebase3/work/kdebase-3.5.2/libkonq'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.2'
gmake: *** [all] Error 2"


Well, have no idea what to do now

Has anybody a hint for me?



read /usr/ports/UPDATE for any entry to KDE.

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make for KDE 3.5.2 fails (6.1-Stable)

2006-05-14 Thread Pablo Mora

On 5/14/06, Pablo Mora <[EMAIL PROTECTED]> wrote:

On 5/14/06, Axel Burwitz <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> well something is always going wrong in a upgrdae proces...
>
>
> After I got sucessfully helped over the first hurdle and managed to
> upgrade my FreeBSD system from 6.1-Release to 6.1-Stable, I wanted to go
> from KDE 3.4.2 to KDE 3.5.2.
>
> But: the make fails with folowing message:
>
> "konq_popupmenu.cc:797: error: no matching function for call to
> `KDEDesktopMimeType::userDefinedServices(const QString, KSimpleConfig&,
> bool, KURL::List&)'
> /usr/local/include/kmimetype.h:561: note: candidates are: static
> QValueList
> KDEDesktopMimeType::userDefinedServices(const QString&, bool)
> /usr/local/include/kmimetype.h:568: note: static
> QValueList
> KDEDesktopMimeType::userDefinedServices(const QString&, KConfig&, bool)
> gmake[3]: *** [konq_popupmenu.lo] Error 1
> gmake[3]: Leaving directory
> `/usr/ports/x11/kdebase3/work/kdebase-3.5.2/libkonq'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory
> `/usr/ports/x11/kdebase3/work/kdebase-3.5.2/libkonq'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.2'
> gmake: *** [all] Error 2"
>
>
> Well, have no idea what to do now
>
> Has anybody a hint for me?
>

read /usr/ports/UPDATE for any entry to KDE.


sorry, /usr/ports/UPDATING. read 20060108 entry

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: PHP not working

2006-05-14 Thread Pablo Mora

On 5/14/06, fbsd <[EMAIL PROTECTED]> wrote:

New in 6.1 the port group decided to change the default which
activates the include of php4/5 for apache. I agrees this was a very
stupid thing to do as it now is causing all the apache/php users to
change the way they have installed php5 in the past. It's my
understanding that php4 & php5 packages can no longer be used to
install php for apache. You have to use the port version of php4 or
php5 and first do a "make config" and select the apache option and
then do "make install".

If you think it was stupid for the ports group to change the default
in 6.1 then post a email to [EMAIL PROTECTED] and let them know how
you feel about this.



I don't believe that is stupid. In fact, freebsd's users should have
the capacity to think the first time and later not. I Now remember
that is make config in /usr/ports/lang/php4[5]. I will not forget
this!

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: php5 port error

2006-05-16 Thread Pablo Mora

Hi, i am trying to install mod_php5 but it doesnt work either, this is
the error:

proxy# portinstall mod_php5
[Updating the pkgdb  in /var/db/pkg ... - 26 packages
found (-1 +0) (...) done]
cd: can't cd to /usr/ports/www/mod_php5
** Port directory not found: www/mod_php5
** Listing the failed packages (*:skipped / !:failed)
! www/mod_php5  (port directory error)
--->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
proxy#


it  does seems like there is something seriously broken between the
index file in the ports and the real directory locations,
is there a way to begin from scratch?



mod_php5 directory was removed. check /usr/ports/MOVED

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Cvsup verses Portsnap

2006-05-19 Thread Pablo Mora

portsnap read the refuse file?

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: determining files installed by a port

2006-05-22 Thread Pablo Mora

On 5/22/06, Joe Auty <[EMAIL PROTECTED]> wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Is there a way to get a listing of all files installed by a port?
Perhaps there is a tool that will scan a package and output its
contents to standard out?



$ pkg_info -Lx yourportname

I.E:

$ pkg_info -Lx python


--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: "Illegal instruction " while portupgrade

2006-06-02 Thread Pablo Mora

On 6/1/06, snnn <[EMAIL PROTECTED]> wrote:

Kris Kennaway wrote:
>
>
> A lot of these are invalid, i.e. not the correct name.
>
>
Oh?which one?
> Probably, are you sure that is the CPU you have?
>
>
I'm sure.


man 5 make.conf

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: burncd error

2006-06-08 Thread Pablo Mora

On 6/8/06, Pablo Mora <[EMAIL PROTECTED]> wrote:

On 6/7/06, Josh Paetzel <[EMAIL PROTECTED]> wrote:
> On Wednesday 07 June 2006 14:46, you wrote:
> > On Wednesday 07 June 2006 11:04, Josh Paetzel wrote:
> > > I'm running 6.1-RELEASE
> > >
> > > Trying to burn iso's using burncd gives me an error.
> > >
> > > gimpy# burncd -f /dev/acd0 -s 48 data i386pkg-3.0.iso fixate
> > >
> > > next writeable LBA 0
> > > writing from file i386pkg-3.0.iso size 710566 KB
> > > written this track 710566 KB (100%) total 710566 KB
> > > fixating CD, please wait..
> > > burncd: ioctl(CDRIOCFIXATE): Input/output error
> > >
> > > The 'funny' thing about this is that the CDs I burn work fine.
> > > (I've tried several different ISOs and have checked the md5's on
> > > all of them.)
> > >
> > > Anyone have an idea of what is going on?  I never tried to burn
> > > anything with 6.0-RELEASE and it worked fine on 5.4-RELEASE
> >
> > I've seen the same thing for the past several weeks (worked fine at
> > some point prior to 6.1). I'm running 6-STABLE, updated every
> > couple weeks.  As near as I've been able to determine, the fixate
> > step doesn't actually do anything, so your CD's will still be
> > "open" but should work fine under any modern OS.  As a workaround
> > you can repeat the fixate step at a lower speed: burncd -f
> > /dev/acd0 -s 4 fixate
> >
> > I haven't experimented enough to know at what speed the fixate step
> > breaks, but that does seem to be what's going on. I also haven't
> > tried turning off ATAPICAM, which would be another interesting data
> > point. If you or someone else has the time to figure out exactly
> > which (set of) commits started producing this behavior, that would
> > be excellent material for a PR.  I may get around to it myself but
> > it's not a high priority.
> >
> > > dmesg is attached.
> >
> > Looks like you forgot it.  In my case (using ATAPICAM):
> >
> > acd1: CDRW  at ata1-slave UDMA33
> > cd1 at ata1 bus 0 target 1 lun 0
> > cd1:  Removable CD-ROM SCSI-0 device
> > cd1: 33.000MB/s transfers
> > cd1: Attempt to query device size failed: NOT READY, Medium not
> > present
> >
> > JN
>
> My client says it included a dmesg...wonder what's going on with that.
>
> I've tried using different burn speeds all the way down to 32x.  I am
> using ATAPICAM, I wonder if it is somehow related to that?  I think
> I'll unload that and give it a shot.
>

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html



Which tool to use to burn the CD depends on whether your CD burner is
ATAPI or something else. ATAPI CD burners use the burncd program that
is part of the base system. SCSI and USB CD burners should use
cdrecord from the sysutils/cdrtools port. It is also possible to use
cdrecord and other tools for SCSI drives on ATAPI hardware with the
ATAPI/CAM module.




http://www.freebsddiary.org/cdrecord-ide.php

--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: burncd error

2006-06-08 Thread Pablo Mora

On 6/7/06, Josh Paetzel <[EMAIL PROTECTED]> wrote:

On Wednesday 07 June 2006 14:46, you wrote:
> On Wednesday 07 June 2006 11:04, Josh Paetzel wrote:
> > I'm running 6.1-RELEASE
> >
> > Trying to burn iso's using burncd gives me an error.
> >
> > gimpy# burncd -f /dev/acd0 -s 48 data i386pkg-3.0.iso fixate
> >
> > next writeable LBA 0
> > writing from file i386pkg-3.0.iso size 710566 KB
> > written this track 710566 KB (100%) total 710566 KB
> > fixating CD, please wait..
> > burncd: ioctl(CDRIOCFIXATE): Input/output error
> >
> > The 'funny' thing about this is that the CDs I burn work fine.
> > (I've tried several different ISOs and have checked the md5's on
> > all of them.)
> >
> > Anyone have an idea of what is going on?  I never tried to burn
> > anything with 6.0-RELEASE and it worked fine on 5.4-RELEASE
>
> I've seen the same thing for the past several weeks (worked fine at
> some point prior to 6.1). I'm running 6-STABLE, updated every
> couple weeks.  As near as I've been able to determine, the fixate
> step doesn't actually do anything, so your CD's will still be
> "open" but should work fine under any modern OS.  As a workaround
> you can repeat the fixate step at a lower speed: burncd -f
> /dev/acd0 -s 4 fixate
>
> I haven't experimented enough to know at what speed the fixate step
> breaks, but that does seem to be what's going on. I also haven't
> tried turning off ATAPICAM, which would be another interesting data
> point. If you or someone else has the time to figure out exactly
> which (set of) commits started producing this behavior, that would
> be excellent material for a PR.  I may get around to it myself but
> it's not a high priority.
>
> > dmesg is attached.
>
> Looks like you forgot it.  In my case (using ATAPICAM):
>
> acd1: CDRW  at ata1-slave UDMA33
> cd1 at ata1 bus 0 target 1 lun 0
> cd1:  Removable CD-ROM SCSI-0 device
> cd1: 33.000MB/s transfers
> cd1: Attempt to query device size failed: NOT READY, Medium not
> present
>
> JN

My client says it included a dmesg...wonder what's going on with that.

I've tried using different burn speeds all the way down to 32x.  I am
using ATAPICAM, I wonder if it is somehow related to that?  I think
I'll unload that and give it a shot.



http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html



Which tool to use to burn the CD depends on whether your CD burner is
ATAPI or something else. ATAPI CD burners use the burncd program that
is part of the base system. SCSI and USB CD burners should use
cdrecord from the sysutils/cdrtools port. It is also possible to use
cdrecord and other tools for SCSI drives on ATAPI hardware with the
ATAPI/CAM module.



--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ppp not starting at boot

2006-06-23 Thread Pablo Mora

On 6/21/06, Michael P. Soulier <[EMAIL PROTECTED]> wrote:

On 20/06/06 Michael P. Soulier said:

> Hey people,
>
> I had a power failure today (there goes my uptime) that lasted longer than my
> UPS, and when the box came back up, my PPPoE connection did not.
>
> # Enable PPPoE
> ppp_enable="YES"
> ppp_mode="ddial"
> ppp_nat="YES"
> ppp_profile="storm"
>
> Is this not correct? Should this not cause ppp to be started, using the
> "storm" profile, at boot?
>
> I had to do it manually via
>
> ppp -ddial storm

This seems to be started by the ppp-user rc script, but it didn't seem to
happen.

Any ideas?


try with:
ppp_enable="YES"
ppp_mode="ddial"
#ppp_nat="YES"
ppp_profile="storm"

and reboot.

Mike

--
Michael P. Soulier <[EMAIL PROTECTED]>
"Any intelligent fool can make things bigger and more complex... It
takes a touch of genius - and a lot of courage to move in the opposite
direction." --Albert Einstein






--
Linux is for people who hate Micro$oft. BSD is for people who love Unix ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [freebsd-questions] limit bandwidth 'make fetch'

2006-05-11 Thread Pablo Mora Hinojosa

Howard Jones wrote:

Pablo Mora wrote:
how i can limit bandwidth when i using 'make fetch' (make install in 
Ports)?
You can change the command-line parameters for fetch in the 
/usr/ports/Mk/ somewhere (grep for FETCH).


Or you could try the 'trickle' port, which allows you to apply bandwidth 
limits to more or less any command line application whether they support 
it or not. You use it like you would use time(1), as a prefix on the 
real command line.



Best Regards,

Howie



Very thanks!! I will test this
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: limit bandwidth 'make fetch'

2006-05-11 Thread Pablo Mora Hinojosa

Frank Steinborn wrote:

Pablo Mora wrote:

how i can limit bandwidth when i using 'make fetch' (make install in Ports)?

thanks in advance.


You could use the following in your make.conf to use wget (which is
capable of limiting bandwith) in your make.conf:

FETCH_CMD=/usr/local/bin/wget --limit-rate=20k # Limits to 20k
DISABLE_SIZE=YES


DISABLE_SIZE is mandatory for wget, because it would get "-S " otherwise, which is only supported by fetch.

HTH,
Frank



Thanks Frank for your time. excellent tip!

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