FreeBSD advocacy PDF?

2006-01-16 Thread Jorge Mario G. Mazo
hi there
some months ago I saw a FreeBSD advocacy PDF, it was
really nice and small
I've been looking for it since I'm going to CON and
I'll to have it in our booth... if anybody knows what
I'm talking about please let me know.


Thanks

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Submitting PR without outgoing mail

2005-09-28 Thread Jorge Mario G. Mazo
 Hey there,
 
 Just been reading

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/problem-reports/index.html
 It says that send_pr needs outgoing mail from the
 system in order to
 work.  Is there anyway to send a PR without
 having to set up outgoing
 mail?

Hi there
I use ssmtp to route my mougoing mail using my ISP's
smtp servers, it's easy, small and faster than the web
inteface.
check in ports mail/ssmtp


=
Either write things worth reading, Or do things worth the writing. 
-Benjamin Franklin

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


errors compilling JDK15

2005-09-26 Thread Jorge Mario G. Mazo
Hi there I've had the following problem compiling the
native jdk15.

this is the FreeBSD version:
FreeBSD verde.fish 5.4-STABLE FreeBSD 5.4-STABLE #0:
Fri Aug 12 20:17:01 COT 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/VERDE  i386


This are the files in my dist dir

./  java.txt
../ jdk-1_5_0-bin-scsl.zip
bsd-jdk15-patches-2.tar.bz2 jdk-1_5_0-src-scsl.zip
j2sdk-1_4_2_08-linux-i586.bin


and I have the following line in my fstab
linprocfs   /compat/linux/proc   linprocfs
  rw 0   0




...
gmake[3]: Entering directory
`/usr/ports/java/jdk15/work/deploy/make/javaws'
/bin/mkdir -p
/usr/ports/java/jdk15/work/control/build/bsd-i586
/bin/mkdir -p
/usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/common/lib
/usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/common_g/lib
/usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/deployClasses
/usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/deployClasses_g
/usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/deployClassHeaders
/bin/mkdir -p
/usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/deployObj
/usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/deployObj_g
/usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/common/lib
/usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/common_g/lib
/usr/bin/gcc -I/usr/local/linux-sun-jdk1.4.2/include
-I/usr/local/linux-sun-jdk1.4.2/include/freebsd -c
/usr/ports/java/jdk15/work/control/make/../../deploy/src/common/unix/native/config.c
-o
/usr/ports/java/jdk15/work/control/build/bsd-i586/tmp/deploy/deployObj/config.o
In file included from
/usr/ports/java/jdk15/work/control/make/../../deploy/src/common/unix/native/config.c:10:
/usr/local/linux-sun-jdk1.4.2/include/jni.h:27:20:
jni_md.h: No such file or directory
In file included from
/usr/ports/java/jdk15/work/control/make/../../deploy/src/common/unix/native/config.c:10:
/usr/local/linux-sun-jdk1.4.2/include/jni.h:45: error:
syntax error before jsize
/usr/local/linux-sun-jdk1.4.2/include/jni.h:45:
warning: data definition has no type or storage class
/usr/local/linux-sun-jdk1.4.2/include/jni.h:104:
error: syntax error before jbyte
/usr/local/linux-sun-jdk1.4.2/include/jni.h:107:
error: syntax error before jint
/usr/local/linux-sun-jdk1.4.2/include/jni.h:193:
error: syntax error before jint
/usr/local/linux-sun-jdk1.4.2/include/jni.h:195:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:198:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:201:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:203:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:206:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:209:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:211:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:214:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:221:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:223:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:225:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:227:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:232:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:235:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:237:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:239:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:241:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:243:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:248:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:250:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:252:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:254:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:257:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:259:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:262:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:265:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:267:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:269:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:272:
error: syntax error before '*' token
/usr/local/linux-sun-jdk1.4.2/include/jni.h:274:
error: syntax error before '*' 

Good Operating systems book?

2005-09-22 Thread Jorge Mario G. Mazo
Hi there
I want to learn about operating system to later start
contributing to FreeBSD
I would like to hear what books are good for newbies
like me!
NOTE: my C skills are pretty decent

At a local library thre is a copy of Modern Operating
System by Andrew tanebaum, but it`s the old edtion
(from 1989 I think) so I'm not sure if that would
still be valid!!!
thanks in advance

=
Either write things worth reading, Or do things worth the writing. 
-Benjamin Franklin

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


updating to RELENG_6 fails on radeon DRM

2005-09-21 Thread Jorge Mario G. Mazo
Hi there
I'm trying upgrading to upgrade from 5.4 to 6
make buildworld runs fine
but when I get to compile I get an error

Note I have tried with different(including empty)
make.conf configurations
also I'm using the same kernel I've been using since
5.2


...
cc -c -O2 -pipe -fno-strict-aliasing -march=pentium4
-Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual 
-fformat-extensions -std=c99  -nostdinc -I-  -I.
-I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica
-I/usr/src/sys/contrib/altq
-I/usr/src/sys/contrib/ipfilter
-I/usr/src/sys/contrib/pf
-I/usr/src/sys/contrib/dev/ath
-I/usr/src/sys/contrib/dev/ath/freebsd
-I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa
-D_KERNEL -include opt_global.h -fno-common
-finline-limit=8000 --param inline-unit-growth=100
--param large-function-growth=1000 
-mno-align-long-strings -mpreferred-stack-boundary=2 
-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding
-Werror  vers.c
linking kernel
r300_cmdbuf.o(.text+0x19): In function
`r300_emit_cliprects':
: undefined reference to `drm_debug_flag'
r300_cmdbuf.o(.text+0x866): In function
`r300_do_cp_cmdbuf':
: undefined reference to `drm_debug_flag'
r300_cmdbuf.o(.text+0xb80): In function
`r300_do_cp_cmdbuf':
: undefined reference to `drm_debug_flag'
r300_cmdbuf.o(.text+0xc3b): In function
`r300_do_cp_cmdbuf':
: undefined reference to `drm_debug_flag'
r300_cmdbuf.o(.text+0xcd2): In function
`r300_do_cp_cmdbuf':
: undefined reference to `drm_debug_flag'
r300_cmdbuf.o(.text+0xd5e): more undefined references
to `drm_debug_flag' followradeon_cp.o(.text+0xc2e): In
function `radeon_do_cleanup_cp':
: undefined reference to `drm_ioremapfree'
radeon_cp.o(.text+0xc59): In function
`radeon_do_cleanup_cp':
: undefined reference to `drm_ioremapfree'
radeon_cp.o(.text+0xc93): In function
`radeon_do_cleanup_cp':
: undefined reference to `drm_ioremapfree'
radeon_cp.o(.text+0xcb8): In function
`radeon_do_cleanup_cp':
: undefined reference to `drm_ati_pcigart_cleanup'
radeon_cp.o(.text+0xce9): In function
`radeon_do_cleanup_cp':
: undefined reference to `drm_irq_uninstall'
radeon_cp.o(.text+0xdcc): In function
`radeon_cp_init':
: undefined reference to `drm_debug_flag'
radeon_cp.o(.text+0xe07): In function
`radeon_cp_init':
: undefined reference to `drm_debug_flag'
radeon_cp.o(.text+0xe8b): In function
`radeon_cp_init':
: undefined reference to `drm_debug_flag'
radeon_cp.o(.text+0x10e8): In function
`radeon_cp_init':
: undefined reference to `drm_debug_flag'
radeon_cp.o(.text+0x11a7): In function
`radeon_cp_init':
: undefined reference to `drm_debug_flag'
radeon_cp.o(.text+0x11e3): In function
`radeon_cp_init':
: undefined reference to `drm_order'
radeon_cp.o(.text+0x12d9): In function
`radeon_cp_init':
: undefined reference to `drm_ati_pcigart_init'
radeon_cp.o(.text+0x1344): In function
`radeon_cp_init':
: undefined reference to `drm_ioremap'
radeon_cp.o(.text+0x135f): In function
`radeon_cp_init':
: undefined reference to `drm_ioremap'
radeon_cp.o(.text+0x137a): In function
`radeon_cp_init':
: undefined reference to `drm_ioremap'
radeon_cp.o(.text+0x1402): In function
`radeon_cp_init':
: undefined reference to `drm_debug_flag'
radeon_cp.o(.text+0x1439): In function
`radeon_cp_init':
: undefined reference to `drm_debug_flag'
radeon_cp.o(.text+0x14a5): In function
`radeon_cp_init':
: undefined reference to `drm_debug_flag'
radeon_cp.o(.text+0x14e2): In function
`radeon_cp_init':
: undefined reference to `drm_debug_flag'
radeon_cp.o(.text+0x1620): In function
`radeon_cp_start':
: undefined reference to `drm_debug_flag'
radeon_cp.o(.text+0x16ac): more undefined references
to `drm_debug_flag' follow
radeon_cp.o(.text+0x2280): In function
`radeon_preinit':
: undefined reference to `drm_alloc'
radeon_cp.o(.text+0x22c3): In function
`radeon_preinit':
: undefined reference to `drm_device_is_agp'
radeon_cp.o(.text+0x22d9): In function
`radeon_preinit':
: undefined reference to `drm_device_is_pcie'
radeon_cp.o(.text+0x22ed): In function
`radeon_preinit':
: undefined reference to `drm_debug_flag'
radeon_cp.o(.text+0x2363): In function
`radeon_postcleanup':
: undefined reference to `drm_debug_flag'
radeon_cp.o(.text+0x238e): In function
`radeon_postcleanup':
: undefined reference to `drm_free'
radeon_drv.o(.text+0x15): In function `radeon_probe':
: undefined reference to `drm_probe'
radeon_drv.o(.text+0xf8): In function `radeon_attach':
: undefined reference to `drm_attach'
radeon_drv.o(.data+0x48): undefined reference to
`drm_devclass'
radeon_drv.o(.data+0x94): undefined reference to
`drm_detach'
radeon_irq.o(.text+0x85): In function
`radeon_driver_irq_handler':
: undefined reference to `drm_vbl_send_signals'
radeon_mem.o(.text+0x72): In function
`radeon_mem_release':
: undefined reference to `drm_free'
radeon_mem.o(.text+0xb9): In function
`radeon_mem_takedown':
: undefined reference to `drm_free'
radeon_mem.o(.text+0xd7): In function
`radeon_mem_takedown':
: undefined reference to 

Re: How do I get ports sub-directory back?

2005-09-13 Thread Jorge Mario G. Mazo

 --- Kiffin Gish [EMAIL PROTECTED] escribió:

 I accidentally deleted all of the files in one of my
 ports
 sub-directory. Oops.
 
 In order to get them back I figured all I had to do
 was run cvsup again,
 but this didn't help, e.g. the given sub-directory
 remained empty.
 Bummer.
 
 What can I do?
 
 -- 
 Kiffin Gish
 Gouda, The Netherlands

try cvsup -g -L 2 supfile
that will let you see what is happening.
also check your supfile... your ports tree can be
going to some different directory.



=
Either write things worth reading, Or do things worth the writing. 
-Benjamin Franklin

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how to know the file system type [programming]

2005-08-17 Thread Jorge Mario G. Mazo
hi there
I've been looking for a way to check the fs type
I need to do something like this

if NTFS do this
if msdis do that
if ufs2  do that
if ext2 do this other stuff

thanks in advance


=
Either write things worth reading, Or do things worth the writing. 
-Benjamin Franklin

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how to know the file system type [programming]

2005-08-17 Thread Jorge Mario G. Mazo

 --- jdyke [EMAIL PROTECTED] escribió:

 Jorge Mario G. Mazo wrote:
  hi there
  I've been looking for a way to check the fs type
  I need to do something like this
  
  if NTFS do this
  if msdis do that
  if ufs2  do that
  if ext2 do this other stuff
 
 not sure if this is what your looking for, but there
 are likely a million ways, 
 one being
 
 in bash
 
 $ fs_to_check=/dev/ad4s1g
 $ fstype=`grep $fs_to_check /etc/fstab | awk '{
 print $3 }'`
 $ echo $fstype
 ufs
 
 $
 
 could be similarly scripted
 
  
  thanks in advance
hi there
it has to be pure C and parsing the fstab in C is not
an option!
also what about if the partition is not in fstab?

reading cp.c and utils.c is see this struct stat *fs
but I cant find any documentation for it. any ideas
about this approach?

thanks

=
Either write things worth reading, Or do things worth the writing. 
-Benjamin Franklin

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Trying to get tv-out to work with Xorg

2005-08-04 Thread Jorge Mario G. Mazo

 --- David LeCount [EMAIL PROTECTED] escribió:

 Ahoy. I've had this old ATI Rage II video card for
 months and haven't been able to get the tv-out on it
 to work. I have found no documentation on the
 internet
 and only two or three examples of xorg.conf files,
 none of which have worked. I'm turning to you guys.
 Let me show you what I currently have for the device
 section for my video card and hopefully we can go
 from
 there.
 
 Section Device
 Identifier  Rage
 Driver  ati
 
 Option  NoTV no
 Option  MonitorLayout STV, CRT
 Option  TVOutFormat Composite
 Option  TVStandard NTSC
 Option  ConnectedMonitor TV
 EndSection
 

I've been having the same problem for a while! if you
find something please let me know

=
Either write things worth reading, Or do things worth the writing. 
-Benjamin Franklin

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


eclipse is crashing java

2005-07-19 Thread Jorge Mario G. Mazo
Hi there
I just installed the eclipse IDE via ports
and when I try to open it I get an error (attached)
and java coredumps

any ideas why?

PS: I'm using the native java

[EMAIL PROTECTED]:~]$ java -version
java version 1.4.2-p7
Java(TM) 2 Runtime Environment, Standard Edition
(build 1.4.2-p7-root_27_mar_2005_14_22)
Java HotSpot(TM) Client VM (build
1.4.2-p7-root_27_mar_2005_14_22, mixed mode)
[EMAIL PROTECTED]:~]$


=
Either write things worth reading, Or do things worth the writing. 
-Benjamin Franklin

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ ___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: jdk-1.5.0 + mozilla

2005-07-19 Thread Jorge Mario G. Mazo

 --- Zumba [EMAIL PROTECTED] escribió:

 After updating java vm from 1.4.2 to 1.5.0 my
 browser (firefox) stoped
 works with java. I readed somewhere that this patch
 (jdk-1.5.0 patchset
 1) not offers a plugin for it.
 
 Is it true?
 YUP


=
Either write things worth reading, Or do things worth the writing. 
-Benjamin Franklin

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


flash plugin not working after portupgraded

2005-07-18 Thread Jorge Mario G. Mazo
Hi there
I had the www/linuxpluginwrapper flash plugin working
yesterday I used portupgraded to upgrade and after
that
flash is not working anymore

I tried removing the port and installing again
buck no luck
any tips?
my libmap.conf is the old one
and every thing else is the same old stuff


thanks

=
Either write things worth reading, Or do things worth the writing. 
-Benjamin Franklin

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvsup refuse file stops portupgrade

2005-06-30 Thread Jorge Mario G. Mazo

 --- Kris Kennaway [EMAIL PROTECTED] escribió:

 On Thu, Jun 30, 2005 at 01:22:08PM -0500, Jorge
 Mario G. wrote:
  hi there
  I have in my cvsup refuse file thet languages I
 dont
  know
  but when I try to portupgrade -a I get error
 about
  dependecies not found.
  example
  in ports/converters like 10 ports bitched for port
 in
   ports/japanese and since I dont have those ports
  portupgrade will fail
  is there any way to get around this? (and not
 having
  to install all ports for those languages)
 
 Show us the error, don't describe it vaguely.
 
 Kris
I am sorry
it's not portupgrade -a what fails is portsdb -Uu
here is the info
= refuse file =
ports/arabic*
ports/polish*
ports/portuguese*
ports/hungarian*
ports/chinese*
ports/french*
ports/german*
ports/polish*
ports/hebrew*
ports/japanese*
ports/korean*
ports/russian*
ports/ukrainian*
ports/vietnamese*
===

[EMAIL PROTECTED]:/usr/ports]# pkgdb -F

[EMAIL PROTECTED]:/usr/ports]# portsdb -Uu
Updating the ports index ... Generating INDEX.tmp -
please wait..p5-Unicode-MapUTF8-1.09:
/usr/ports/japanese/p5-Jcode non-existent --
dependency list incomplete
=== converters/p5-Unicode-MapUTF8 failed
*** Error code 1
1 error




=
Either write things worth reading, Or do things worth the writing. 
-Benjamin Franklin

__
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ¡gratis! 
Regístrate ya - http://correo.espanol.yahoo.com/ 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]