HP DL380 G3 and SMP with 6.0

2006-03-09 Thread Miguel
68K select 0:00 0.00% syslogd 472 root1 40 6100K 3116K sbwait 0:00 0.00% sshd the steps above worked fine with Freebsd 4.8-STABLE on a similar machine, is there a new kernel options that im missing? --- Miguel ___ freebsd-questi

DRBD equivalent for FreeBSD?

2006-03-13 Thread Miguel
Hi, im trying to implement a cluster using freebsd , heartbeat and postgres, i dont want to replicate the databaases using slony or similar, i want to mirror the storage, i have a hp msa500 with two set of arrays 1+0, i read on the linux-ha that it works fine on freeesd, but the DRBD software i

Re: DRBD equivalent for FreeBSD?

2006-03-13 Thread Miguel
John Cruz wrote: Can you run the linux prog on BSD with linux binary compatibility turned on? i dont know, i have to try, but i would feel more confident wit something native for freebsd, --- miguel ___ freebsd-questions@freebsd.org mailing

setting shmmax for postgres

2006-03-20 Thread Miguel
Hi, how can i set the shmmax parameter in freebsd 6.1? i tried this in /etc/sysctl.conf kern.ipc.shmmax=1147483647 shiva2# sysctl -a kern.ipc.shmmax kern.ipc.shmmax: 2147483647 but postgres always fails with this error The PostgreSQL documentation contains more information about shared memo

Re: setting shmmax for postgres

2006-03-20 Thread Miguel
Charles Swiger wrote: On Mar 20, 2006, at 3:36 PM, Miguel wrote: shiva2# sysctl -a kern.ipc.shmmax kern.ipc.shmmax: 2147483647 Opss, typo here, its 1147483647 but postgres always fails with this error The PostgreSQL documentation contains more information about shared memory

Re: What does udp port 514 use?

2006-03-21 Thread Miguel
514/udp that is the syslog port for remote hosts' events , you can disable it adding this to your rc.conf syslog_flags="-ss" ---Miguel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

which jdk?

2006-03-23 Thread Miguel
hi, i need to install tomcat 5 in a client's server running freebsd-6.0R, i know there is a port in /usr/ports/www/tomcat55, so far so good, in http://www.freebsd.org/java/ there are many options, which one do you recommend, native?: --- m

Re: which jdk?

2006-03-24 Thread Miguel
Benjamin Thelen wrote: Miguel schrieb: hi, i need to install tomcat 5 in a client's server running freebsd-6.0R, i know there is a port in /usr/ports/www/tomcat55, so far so good, in http://www.freebsd.org/java/ there are many options, which one do you recommend, native?: --- m

slow scp transfer

2006-03-29 Thread Miguel
Hi, i have freebsd 6.0 in a dl380 g3, im copying a 3.0G file from one server (with gentoo) to the freebsd server using scp, the transfer rate is terrible slow, check out this napstats# scp [EMAIL PROTECTED]:NAPSTATS_TRANSFER/stopacct_borrar stopacct_borrar stopacct_borrar

terrible performance in 6.1beta4

2006-03-29 Thread Miguel
Hi, im loading a lot of information to a postgresql 8.1.3 database, im using the copy command, using the same file and version of postgres in gentoo it spend a few minutes (~4-5), in freebsd 6.1-beta4 it has already spent 25 minutes and the server apparently is doing nothing, and the reponse ti

Re: terrible performance in 6.1beta4

2006-03-30 Thread Miguel
Kris Kennaway wrote: On Wed, Mar 29, 2006 at 07:09:26PM -0600, Miguel wrote: Hi, im loading a lot of information to a postgresql 8.1.3 database, im using the copy command, using the same file and version of postgres in gentoo it spend a few minutes (~4-5), in freebsd 6.1-beta4 it has

Re: terrible performance in 6.1beta4

2006-03-30 Thread Miguel
[EMAIL PROTECTED] wrote: Miguel, On Wed, Mar 29, 2006 at 07:09:26PM -0600, Miguel wrote: Hi, im loading a lot of information to a postgresql 8.1.3 database, im using the copy command, using the same file and version of postgres in gentoo it spend a few minutes (~4-5), in freebsd 6.1

Re: terrible performance in 6.1beta4

2006-03-30 Thread Miguel
rminology? ) at the same moment. it transform x Gigs of input to y Gigs of output. i don't see why the 2GB machine would suffer this hard. unless the 3GB-file is one big table. is it MIguel? Yes, it is a dump of a single table. i want to tranfer the data from one server to another, an

Re: terrible performance in 6.1beta4

2006-03-30 Thread Miguel
[EMAIL PROTECTED] wrote: Miguel attached is my config file, shared_buffers are 25% of total RAM im guessing that this is a disk controlled bug or something, when i execute any query involving many rows, the server response is very low, ssh, su, even copy or rename a file, cpu usage remains

Re: terrible performance in 6.1beta4

2006-03-31 Thread Miguel
[EMAIL PROTECTED] wrote: Miguel, you are not inserting into an indexed table, are you? yes, i am... is that a problem? it used to be a problem, but since your gentoo box is doing the same task in 4-5 minutes, i doubt it is currently the problem. i seem to recall some

show port's deps

2006-04-01 Thread Miguel
Hi, how can i know what the dependencies are for a particular port? i want to know in advance before install the port, is there something like emerge -pv in gentoo?, with this i mean a user friendly command, i already know that doing a make search key=xxx and look at the B-DEPS and R-DEPS lines

Re: Which smtp server for my needs?

2006-04-04 Thread Miguel
suggestions, which smtp server there will be best for my needs? i use qmail for that very same purpose, its rock solid and has very good performance, take a look at postfix too, others think that its a better alternative, --- Miguel ___ freebsd

Re: Which smtp server for my needs?

2006-04-04 Thread Miguel
several ways. Umm, he told us : for sending out newsletters, and only sending out newsletter qmail is very good doing that , if you need smtp-auth, domain-keys, ospf , imap, etc, postfix is the way to go.you dont need a full featured smtp server for sending newsletterts, do you? Miguel

run_rc_command and redirect stdout

2006-04-06 Thread Miguel
Hi, what are the alternatives to redirect stdout from a process started using run_rc_command, only 2>&1 >/tmp/xxx ? --- miguel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To u

Re: ClamAV question

2006-04-11 Thread Miguel
es. From my reading, that is what is suppose to happen. that is not clamav's work, its qmail-queue's replacement work, i use qmail-scanner without problem for that --- miguel ___ freebsd-questions@freebsd.org mailing list http://lis

xeon or Opteron

2005-10-20 Thread Miguel
Hi, im my office we'll replace several DL380 Xeons at the end of the year, i have been playing with serveral desktop using gentoo on amd 64, great performance, several time faster than the pentiums, although we prefer to use freebsd for the servers. i was wondering what is the current state of

HP DL380 hangs on boot

2005-11-08 Thread Miguel
Hi, im having the same problem addressed on this thread, http://marc.theaimsgroup.com/?l=freebsd-questions&m=112179929823932&w=2 Lowell Gilbert recomends to check the media, in my case the boot-only cd, the media is ok, i have booted with it on serveral desktops, the server's cd drive is also

Re: HP DL380 hangs on boot

2005-11-08 Thread Miguel
Albert Shih wrote: I've DL 360 and I've use 5.4 without any problem. Have you try to disable HyperThreading in HP-Bios ? You can try to change the OS identification in HP-Bios too. Im trying to install 6.0R, and i already disabled HyperThreading This used to be a linux gentoo machine

Re: HP DL380 hangs on boot

2005-11-09 Thread Miguel
aning of this ? What is the diference between select linux or windows, do you have an idea why only works with other os ? --- Miguel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

6.0 install problems in HP DL380 Array 5i

2005-11-09 Thread Miguel
This make nervous about some conflict or potential problem with the hardisk or cdrom or even the array controllers somewhere, i dont have any clue about what could be my problem, and i have to have running in production this server by the weekend, any h

Re: HP DL380 hangs on boot

2005-11-10 Thread Miguel
Ted Mittelstaedt wrote: try to boot 6.0 with acpi disabled Ted Ok, i will try that, is this thing (ACPI) really needed, i mean, what harm will cause disable it, i have googled around and the frecuent answer is "try with ACPI disabled", is this support a bleeding edge future?, is its curr

Re: HP DL380 hangs on boot

2005-11-10 Thread Miguel
Ted Mittelstaedt wrote: man acpi tells all. Ted thanks Ted, i have read that man, but couldnt find any entry related to my problem. A follow up: I cant use the cdrom I wanted to recompile my kernel for SMP support, but im getting the same Write failure on transfer on acd0 error r

kernel's PAGE_SIZE

2005-11-16 Thread Miguel
Hi, im tunnig a postgresql server and i want to know what is the default value for kernel's PAGE_SIZE Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "

Re: HP DL380 hangs on boot

2005-11-21 Thread Miguel
Ted Mittelstaedt wrote: -Original Message- From: Miguel [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 1:17 PM To: Ted Mittelstaedt Cc: FreeBSD Questions Subject: Re: HP DL380 hangs on boot Im sure the media is ok, i have just finished a quick test installation on a

Re: HP DL380 hangs on boot

2005-11-22 Thread Miguel
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0 g_vfs_done():acd0[READ(offset=446636032, length=4096)]error = 5 acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x11 ascq=0x00 error=0 --- Miguel ___ freebsd-questions@freebsd.org mailing list

mailgraph doesnt start

2006-09-08 Thread Miguel
Hi, i just installed mailgraph from ports, the install process finished without any error, i added mailgraph_enable="YES" to rc.conf, but mailgraph doesnt start: mailfilter# /usr/local/etc/rc.d/mailgraph start Starting mailgraph. mailfilter# echo $? 0 mailfilter# ps aux | grep mail root 6

Re: porteasy vs portupgrade

2007-07-26 Thread Miguel
Adam J Richardson escribió: Miguel wrote: Hi, i used to use portupgrade as using this instructions http://www.onlamp.com/pub/a/bsd/2001/11/29/Big_Scary_Daemons.html for doing all the port managing, what about porteasy, it is as good as portupgrade? i think porteasy is not as popular as

porteasy vs portupgrade

2007-07-25 Thread Miguel
Hi, i used to use portupgrade as using this instructions http://www.onlamp.com/pub/a/bsd/2001/11/29/Big_Scary_Daemons.html for doing all the port managing, what about porteasy, it is as good as portupgrade? i think porteasy is not as popular as portupgrade. thanks __

reconfigure a port after install

2007-08-09 Thread Miguel
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, than

Re: reconfigure a port after install

2007-08-10 Thread Miguel
Nikola Lecic escribió: On Thu, 09 Aug 2007 13:57:46 -0600 Miguel <[EMAIL PROTECTED]> 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 d

detect ip spoofing attack

2007-08-17 Thread Miguel
any incorrect results at http://insecure.org/nmap/submit/ . Nmap finished: 1 IP address (1 host up) scanned in 36.794 seconds thanks --- miguel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

how to make an init script

2007-01-12 Thread Miguel
Hi, the handbook doesnt show an example for a custom init script, i want to make one for wildfie jabber server, any tutorial? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Problems with FreeBSD installation

2009-08-05 Thread Miguel
I am, of course, available to provide any additional information you might need to debug the issue. Thanks! -- Miguel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any m

Re: Problems with FreeBSD installation

2009-08-05 Thread Miguel
Hi Glen, On Wed, Aug 5, 2009 at 10:33 PM, Glen Barber wrote: > On Wed, Aug 5, 2009 at 5:01 PM, Miguel wrote: >> Hi, >> >> I've been trying to install FreeBSD in my laptop, but without success.  I >> started with 7.2, but during installation i got the error: >&

Re: Problems with FreeBSD installation

2009-08-05 Thread Miguel
On Wed, Aug 5, 2009 at 10:37 PM, Glen Barber wrote: > On Wed, Aug 5, 2009 at 5:35 PM, Miguel wrote: >> Hi Glen, >> >>> >>> Can you try booting with ACPI disabled?  It should be option 2 from >>> the loader menu. >> >> Yes, I tried that already

Re: Problems with FreeBSD installation

2009-08-05 Thread Miguel
eased. My problem with trying BETA2 is that it will take long time to get it (slow connection here) and most probably my problem will remain. Isn't there a way (an easy way, I mean!) to get a custom kernel from freebsd.org that I could replace in my ISO? Regards, Miguel _

Re: Problems with FreeBSD installation

2009-08-05 Thread Miguel
On Wed, Aug 5, 2009 at 11:48 PM, Glen Barber wrote: > On Wed, Aug 5, 2009 at 6:10 PM, Miguel wrote: >> Yes, I understand -- just realised that BETA2 is more recent than the >> snapshot I >> tried.  Most probably, I'll just wait until 8.0 is actually released.  My >&

Re: Problems with FreeBSD installation

2009-08-05 Thread Miguel
On Wed, Aug 5, 2009 at 11:48 PM, Glen Barber wrote: > On Wed, Aug 5, 2009 at 6:10 PM, Miguel wrote: >> Yes, I understand -- just realised that BETA2 is more recent than the >> snapshot I >> tried.  Most probably, I'll just wait until 8.0 is actually released.  My >&

Re: Problems with FreeBSD installation

2009-08-06 Thread Miguel
mpatible) that I could use to provide some more details. Regards, Miguel ___ 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: Problems with FreeBSD installation

2009-08-06 Thread Miguel
www.mavetju.org/mail/view_message.php?list=freebsd-current&id=2740699 Uau! That's exactly the same problem with the same hardware, and I would be tempted to say that it _has not_ been solved yet. I'll try to contact those guys to try to get some more information. Thanks a lot for

squid and SQUID_FOLLOW_XFF

2006-04-27 Thread Miguel
it didnt work out. when i add the lines acl miguel src 192.168.10.124 follow_x_forwarded_for deny miguel i got this error message: proxy# /usr/local/etc/rc.d/squid restart 2006/04/27 13:51:52| parseConfigFile: line 1894 unrecognized: 'follow_x_forwarded_for deny miguel' Waiti

openbsd's pf port

2006-05-04 Thread Miguel
Hi, what specific feautures are missing in the freebsd's pf port? i want to install a proxy/firewall server and im very used to freebsd, if posible i would not like to install openbsd but im worried about some security feauture missing in freebsd, what do you recomend? are the ports smiliar en

Re: Upgrading to 6.1 (cvsup)

2006-05-09 Thread Miguel
i use? RELENG??? --- Miguel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Upgrading to 6.1 (cvsup)

2006-05-09 Thread Miguel
John Nielsen wrote: On Tuesday 09 May 2006 15:48, Miguel wrote: Nikolas Britton wrote: On 5/9/06, John Nielsen <[EMAIL PROTECTED]> wrote: 2) Create a supfile appropriate for your situation (and location). Here is mine: *default host=cvsup12.freebsd.org *default base=/

escape to console from xorg

2006-05-11 Thread Miguel
Hi, that is normal procedure to "escape" from xorg(fluxbox or kde) to a console?, i dont mean a xconsole, i mean a normal shell console, like if there is not xorg running thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/ma

Re: escape to console from xorg

2006-05-11 Thread Miguel
Victor Lundwall wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel wrote: Hi, that is normal procedure to "escape" from xorg(fluxbox or kde) to a console?, i dont mean a xconsole, i mean a normal shell console, like if there is not xorg runn

Re: php5 port error

2006-05-16 Thread Miguel
/ports/lang/php5/distinfo: MD5 (php-5.1.4.tar.bz2) = 66a806161d4a2d3b5153ebe4cd0f2e1c SHA256 (php-5.1.4.tar.bz2) = b55253e9557eceb901d83217ec192da22c28c7b2fdf714d3f151f1db663b5a32 SIZE (php-5.1.4.tar.bz2) = 6356171 thanks a lot Luyt, you saved my day, i was stuck trying to in

Re: php5 port error

2006-05-16 Thread Miguel
Lowell Gilbert wrote: Miguel <[EMAIL PROTECTED]> writes: Luyt wrote: On Tuesday 16 May 2006 16:00, Ashley Moran wrote: Has anyone installed PHP5 on 6.1 yet? I've tried fetching a file off a mirror and copying it to /usr/ports/distfiles but I still get "p

Re: Problems booting operating system and with root password

2006-05-26 Thread Miguel
Andy Greenwood wrote: I don't know what you mean by kernel errors on boot, but you can recover your root password by booting into single user mode and then running passwd. Hi, i have a similar problem, i forgot my root password and the server its in a remote colocation site, is there a way t

Re: Problems booting operating system and with root password

2006-05-26 Thread Miguel
Atom Powers wrote: On 5/26/06, Miguel <[EMAIL PROTECTED]> wrote: Hi, i have a similar problem, i forgot my root password and the server its in a remote colocation site, is there a way to recover the encrypted password and crackit some way, i have my normal account (which is in wheel gro

Where is OpenSSH?

2004-03-22 Thread Miguel
Greetings: I have several RH-9 servers that I'd like to migrate to FreeBSD 4.9 latter this year. So I put up a test 4.9 server to get fully acquainted before heading off to a new universe [grin]. My Question: I read a CERT notification about the OpenSSH vulnerability (just a few days ago) so

what happed to mod_perl in 6.1?

2006-09-01 Thread Miguel
Hi, my cgi scripts doesnt work in 6.1, and i dont see any entry about mod_perl in httpd.conf, how do i enable it? --- Miguel ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: php failing to produce phpinfo()

2007-09-30 Thread Miguel Segura
06 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" Did you stop an

Broadcom

2007-11-29 Thread Miguel Alcántara
Grettings to this list. Well, I have a doubt about Broadcom HOT_TOPIC and FBSD 6.2 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Broadcom

2007-11-29 Thread Miguel Alcántara
Sorry, I don't know what could happen, it's no the first time(maybe gmail, or safari browser). Well, I must rewrite all over again. I have a laptop compaq presario f500 with a wireless integrated chip, which is a Broadcom one, it has winxp, fbsd6.2, rofreesbie. I had tested many times trying to loa

Re: Broadcom - complete version

2007-11-29 Thread Miguel Alcántara
Sorry, I don't know what could happen, it's no the first time(maybe gmail, or safari browser). Well, I must rewrite all over again. I have a laptop compaq presario f500 with a wireless integrated chip, which is a Broadcom one, it has winxp, fbsd6.2, rofreesbie. I had tested many times trying to loa

Re: NFS v2? possible?

2003-11-09 Thread Miguel Mendez
o each, and mountd immediately returns a > "mount successful" but Liunx take 10 minutes to return from the mount > command. You probably want to use the 'nolock' option in Linux, that solved it from me. Cheers, -- Miguel Mendez &

Re: simpliest way to calculate octal?

2003-11-10 Thread Miguel Mendez
, python interprater. It is likely that they are all > capable of this kind, but what are the commands for them? What's the most > convenient way? How about: echo 0xa04e | awk '{printf "%o\n",$1}' Cheers, -- Miguel

Re: Super block errors

2003-11-11 Thread Miguel Mendez
in version 4.7 and > 5.1 Looks like you're using mount instead of mount_cd9660. About the 'jump drive', if it's a FAT32 volume you'll have to use mount_msdosfs command. mount also accepts the filesystem specification via the -t option. Cheers, --

Re: Starting KDE from ttys and xdm.

2003-11-17 Thread Miguel Mendez
like this should do it: -cut--- #!/bin/sh exec startkde cut Cheers, -- Miguel Mendez <[EMAIL PROTECTED]> http://www.energyhq.es.eu.org ___ [EMAIL PROTECTED] mailing list http://lists.free

Re: 100 MHz pentium: can that play avi-file movies?

2003-12-01 Thread Miguel Mendez
driver and your > processor needs an upgrade to at least a P3-300 or up. Nope, the TNT (aka NV4) can do YUV overlays, that card is more than enough to handle the video. OTOH, I agree on the need for a faster CPU, modulo the fact that there has never been a 300Mhz Pentium III :-P Cheers, --

Re: ipfw keep-state (ASAP anwser need)

2003-12-09 Thread Miguel Mendez
allow that as well. Cheers, -- Miguel Mendez <[EMAIL PROTECTED]> http://www.energyhq.es.eu.org PGP Key: 0xDC8514F1 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscri

Re: DOS of named

2003-12-18 Thread Miguel Mendez
t; your best bet for discussion of this issue, despite previous lack of > solution there. FreeBSD is the vendor in this case, as bind is part of base, so it's FreeBSD people the ones to ask about the product they ship. Cheers, -- Miguel Mendez <[EMAIL PROTECTED]>

Acer Laptop Bightness and Volume Hotkeys not working!

2013-06-22 Thread Miguel Clara
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have an Acer (S3-391) laptop, its a recent model with an SSD and HHD for a very nice price. I'm running FreeBSD 10-current, because of the wireless driver. I notice I can't use the brightness hotkeys (Fn + Left/Right Arrows) even with acpi_video..

Re: Acer Laptop Bightness and Volume Hotkeys not working!

2013-06-22 Thread Miguel Clara
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/23/13 00:17, Miguel Clara wrote: > > I have an Acer (S3-391) laptop, its a recent model with an SSD and > HHD for a very nice price. > > I'm running FreeBSD 10-current, because of the wireless driver. > > I notice

Re: BSD Question's.

2005-12-24 Thread Miguel Saturnino
; Windows XP is the best that you can do for the > desktop Well, that's your opinion. For me, FreeBSD is a much better desktop than Windows -- it runs solid and fast and enables me to be more productive in my work. Of course, what is good for me might not be so good for someone else, I gues

j2sdk

2004-06-22 Thread miguel calvo
Where i can download the j2sdk-1_4_2_02-linux-i586.bin file? MIGUEL CALVO _ MSN Amor: busca tu ½ naranja http://latam.msn.com/amor/ ___ [EMAIL PROTECTED] mailing list http

j2sdk

2004-06-22 Thread miguel calvo
Where i can download the j2sdk-1_4_2_02-linux-i586.bin file? MIGUEL CALVO _ MSN Amor: busca tu ½ naranja http://latam.msn.com/amor/ ___ [EMAIL PROTECTED] mailing list http

Re: Enemy Territory

2004-06-24 Thread Miguel Mendez
's a parameter you can give to the real exe (something like -r) to specify the full path for the opengl library. Try setting it to /usr/compat/linux/libGL.so.1 and see if it finds it. Cheers, -- Miguel Mendez <[EMAIL PROTECTED]> http://www.energyhq.es.eu.org PGP Key: 0xDC8514F1 pgp114QLvuFB1.pgp Description: PGP signature

Re: cue images

2004-06-27 Thread Miguel Mendez
ils/bchunk to convert > them to a standard ISO image. Actually, bin/cue is pretty much standard (at least in the win32 world), and sysutils/cdrdao can burn those without any problem. Cheers, -- Miguel Mendez <[EMAIL PROTECTED]> http://www.energyhq.es.eu.org PGP Key: 0

Re: making files opposite from themselves (100% change)

2004-07-05 Thread Miguel Mendez
fer of the desired % of bytes you want to change, read the bytes, xor them (^ in C) with itself and write back. It's trivial in C/Perl/python/whathaveyou. Or you could fetch some random data from /dev/urandom if you prefer. -- Miguel Mendez <[EMAIL PROTECTED]> h

Re: making files opposite from themselves (100% change)

2004-07-05 Thread Miguel Mendez
On Mon, 5 Jul 2004 22:59:55 +0200 Miguel Mendez <[EMAIL PROTECTED]> wrote: > The xor operation of a byte/word/dword with itself does that. You > could setup a buffer of the desired % of bytes you want to change, > read the bytes, xor them (^ in C) with itself and write back. It&#

Network configuration in FreeBSD

2004-07-07 Thread Miguel Cardenas
Hello Am new to FreeBSD... just installed it for 2nd time today, but don't know what I did that it didn't ask me for the network configuration (ip, domain, etc)... once installed, is there a command to perform that task? I'm linux user, so am familiar to *nix systems, but don't know how to con

MySQL ./configure failure

2004-07-08 Thread Miguel Cardenas
Hello list Am trying to compile MySQL 4.0.18 on my FreeBSD 5.2.1 i386 but am experiencing an error during the ./configure process... I perform installation just like on my Linux box but it fails with the following message: checking for char... yes checking size of char... configure: error: cann

FreeBSD + MySQL... solved!!

2004-07-09 Thread Miguel Cardenas
Hello everybody... The problem disappeared replacing the 4.0.18 sources by the new 4.0.20 ones... it is compiling on my FreeBSD 5.2.1 If somebody has a similar problem get the latest MySQL... Regards, Mike ___ [EMAIL PROTECTED] mailing list http://li

PATH var and more...

2004-07-11 Thread Miguel Cardenas
Hello list Just reinstalled my freebsd, am advancing with installation of programs and configuration, but still have some details I can't fix... I've installed MySQL 4.0.20 successfully from source code and programs work fine, but have still two little "problems"... 1. Can't add /usr/local/mys

Re: PATH var and more...

2004-07-12 Thread Miguel Cardenas
> > > 1. Can't add /usr/local/mysql/bin to the PATH var from the main > > > configuration... Tried to add: > > > ... > Modifying the default path setting in /etc/login.conf works well, and > applies to all shells. Remember to run 'cap_mkdb /etc/login.conf' > after your edits. I found the problem

Client for pkg_create

2004-07-12 Thread Miguel Cardenas
Hello!! Reading the manpage of pkg_create found that this command is to be invoked by a client (graphical or maybe console?)... my question is... which one could I get? please tell me, am novice with freebsd and don't know too much about it... Thanks people!! :) __

getenv() fails

2004-07-12 Thread Miguel Cardenas
Hello... I have a problem getting the hostname from the HOSTNAME var... #include ... char* host = getenv("HOSTNAME"); returns always NULL... why? if I do 'echo $HOSTNAME' it is visible, but inside my C program returns NULL... what is wrong? is it a bug? Thanx... _

Re: Apache and split logs

2004-07-13 Thread Miguel Mendez
g logs/xxx-access_log common HTH, -- Miguel Mendez <[EMAIL PROTECTED]> http://www.energyhq.es.eu.org PGP Key: 0xDC8514F1 pgpkGrrlfOn9W.pgp Description: PGP signature

getenv() fails II

2004-07-13 Thread Miguel Cardenas
Hello > 4int > 5main(void) > 6{ > 7char *s; > 8 > 9s = getenv("HOSTNAME"); > 10if (s == NULL) { > 11fprintf(stderr, "getenv error\n"); > 12

Boot process too slow or stops

2004-07-15 Thread Miguel Cardenas
Hello list !! I have a strange problem... from time in time at boot time, when it reaches this: Configuring syscons: blanktime screensaver. the boot process stops for a very (VERY) long time and sometimes gets stalled there... I can interrupt the process with Ctrl-C and boot continues but it i

'su' problem

2004-07-15 Thread Miguel Cardenas
Hello list... When I try to run 'su' it does not run and returns a message: su: Sorry. and returns to the shell prompt... I guess it is 'cos some kind of permission... just read the 'su' manpage and it tells about a /etc/pam.conf but the file is not present... should I create it by hand? or th

Re: mkisofs not found

2004-07-16 Thread Miguel Mendez
ike an outdated INDEX to me, which is what make search uses. mkisofs is part of the sysutils/cdrtools port now. Cheers, -- Miguel Mendez <[EMAIL PROTECTED]> http://www.energyhq.es.eu.org PGP Key: 0xDC8514F1 pgpe2wTEJXoo7.pgp Description: PGP signature

Re: Internet connection sharing

2004-07-18 Thread Miguel Mendez
ion.org/ipf can help if you choose to go the ipf route. Cheers, -- Miguel Mendez <[EMAIL PROTECTED]> http://www.energyhq.es.eu.org PGP Key: 0xDC8514F1 pgpxEX7YU4y4b.pgp Description: PGP signature

Re: Boot process too slow or stops

2004-07-18 Thread Miguel Cardenas
gt; Sendmail trying to find a reverse record (match the host's IP to a > DNS name). Starting local daemons:. Updating motd. Configuring syscons: blanktime screensaver. Starting sshd. Initial i386 initialization:. Aditional ABI support:. ... It should be the sshd or the i386 ini

tar: /dev/sa0

2004-07-18 Thread Miguel Cardenas
Hello list! Am installing amsn (a msn clone) and it installs and runs fine, but when dowloading a TLS module, after decompresing the module for FreeBSD gives this message: Error installing TLS module: tar: /dev/sa0 Cannot open. No such file or directory tar: error is not recoverable: exiting no

Re: tar: /dev/sa0

2004-07-18 Thread Miguel Cardenas
> > Error installing TLS module: tar: /dev/sa0 > > Cannot open. No such file or directory > > tar: error is not recoverable: exiting now. > > > > What is /dev/sa0 ? > > /dev/sa0 is the default tape drive. If you don't specify a place to put > the file(s) when using tar, that's where it will try to

Re: File mysql.sock lost

2004-07-20 Thread Miguel Cardenas
> have you a Solution about the lost file "mysql.sock"? > I've deleted them, and I thought that a restart of MySQL will recreate the > file. mysqladmin [-h ... -u ... -p...] shutdown mysqld_safe --user=mysql & that should restore your socket file... Regards.

XML utility

2004-07-22 Thread Miguel Cardenas
Hello Anybody knows a program or utility to view XML documents? Thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: XML utility

2004-07-23 Thread Miguel Cardenas
> You should realise that XML defines a syntax and grammar for > storing data. How that information is intended to be used > (or displayed) depends on the particular application for which > it was written. > > To examine an XML file generically requires no more than a > standard text editor. Or you

OSS

2004-07-26 Thread Miguel Cardenas
Hello... Anybody has installed OSS on FreeBSD 5.2.1? Am trying the system inside a VMWare machine and had troubles installing OSS... I did it once, but reinstalled the system and did not work again... it gets installed fine (OSS) but when running 'soundon' it says there was a problem... The OS

Re: OSS

2004-07-27 Thread Miguel Cardenas
Hello Sorry for my ignorance, am new to FreeBSD... which is the kernel config file? is it a configuration for compiling or at boot time? am linux user so will not bee too hard, just tell me which is the file pls :D Regards, Miguel > This should be automatically created by devfs. I would m

Streaming audio with FreeBSD

2004-07-29 Thread Miguel Cardenas
nsmision from inside of my LAN with windows through the firewall (stream passes fine but with drop-outs)... so I need to transmit directly from the *nix server... Thanks for any comment... Miguel. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.

Re: burning mp3's

2004-08-08 Thread Miguel Cardenas
> > Simple question probably, i want to burn about 690 mb of mp3's to > > disk. To date i've only used cdrecord to make either audio .wav disks or > > data disks, make an iso, then burn that iso to disk. I'm wondering if > > there's a howto on mp3 burning? > > Do you want to burn them as .mp3,

  1   2   3   >