Re: Invalid address running apps using wine-1.1.8,1

2008-11-10 Thread Eduardo Cerejo
Hi, I'm getting an Invalid address error trying to run Windows apps under WINE. wineconsole cmd works OK though, and so does winefile. The error seems to only occur with apps that aren't supplied with WINE, eg. C:\Program Files\Winampwinamp.exe wine: could not load LC:\\Program

Re: Invalid address running apps using wine-1.1.8,1

2008-11-10 Thread Eduardo Cerejo
Eduardo Cerejo writes: I'm getting an Invalid address error trying to run Windows apps under WINE. wineconsole cmd works OK though, and so does winefile. The error seems to only occur with apps that aren't supplied with WINE, eg. C:\Program Files\Winampwinamp.exe

How to use nspluginwrapper

2008-11-11 Thread Eduardo Cerejo
It's been a while since I used this and decided to use it again because gnash looks like is getting harder to use and becoming very buggy. I've installed linu-flashplugin and now I want to installed the plugin using nspluginwrapper and I've trying to install it like this: nspluginwrapper -i

Portmanager gives me an error message

2009-01-22 Thread Eduardo Cerejo
I'm trying to upgrade any port with portmanager because portupgrade keeps failing all the time. No matter what port I try to upgrade I get this error: sudo portmanager x11/xterm -l -u Password: MGrStrlen error: NULL marker not found in string Assertion failed: (0), function MGrStrlen, file

Re: Portmanager gives me an error message

2009-01-23 Thread Eduardo Cerejo
On Fri, 23 Jan 2009 06:28:19 -0500 Jerry ges...@yahoo.com wrote: On Thu, 22 Jan 2009 20:00:26 -0500 Eduardo Cerejo ejcer...@optonline.net wrote: I'm trying to upgrade any port with portmanager because portupgrade keeps failing all the time. No matter what port I try to upgrade I get

Re: Portmanager gives me an error message

2009-01-23 Thread Eduardo Cerejo
On Fri, 23 Jan 2009 17:04:03 + Chris Whitehouse cwhi...@onetel.com wrote: Eduardo Cerejo wrote: I'm trying to upgrade any port with portmanager because portupgrade keeps failing all the time. No matter what port I try to upgrade I get this error: sudo portmanager x11/xterm -l

KDE: What a monster!

2009-01-23 Thread Eduardo Cerejo
I just finished installing kde4, and it can barely run on my old p4 machine! Where has kde gone? Is the developing team trying to beat VISTA? Pitiful at best! ___ freebsd-questions@freebsd.org mailing list

xmcd fails

2007-09-03 Thread Eduardo Cerejo
I have been trying to compile xmcd on FreeBSD 6 stable and I'm getting this: : undefined reference to `CddbReleaseObject' ../cdinfo_d/libcdinfo.a(cdinfo_i.o)(.text+0xac2c): In function `cdinfo_urlcddb': : undefined reference to `CddbReleaseObject'

Gcc and make not producing executable

2008-03-18 Thread Eduardo Cerejo
Hello, I'm trying to get my feet wet in programming in C and the first thing I'm doing is reading a book called an Introduction to GCC. I'm running Fbsd 7-stable I have Gcc44 installed. Example in the book is 3 files named main.c, hello_fn.c and hello.h: File main.c with the following code:

Re: Gcc and make not producing executable

2008-03-19 Thread Eduardo Cerejo
gmake does the trick. Indeed it did. Can you tell me what the main differences is between make and gmake in terms of making? I can see that gmake is gnu's version of make, is FreeBSD's gmake the same as linux's make? ___

Re: Gcc and make not producing executable

2008-03-19 Thread Eduardo Cerejo
On Linux systems, there is no base system 'make', so GNU make is installed as 'make'. On FreeBSD systems, there is a base system make that is maintained by the FreeBSD project, so GNU make is installed as 'gmake'. The main differences in making with them is that GNU make and FreeBSD make

Re: Gcc and make not producing executable

2008-03-20 Thread Eduardo Cerejo
Eduardo Cerejo wrote: On Linux systems, there is no base system 'make', so GNU make is installed as 'make'. On FreeBSD systems, there is a base system make that is maintained by the FreeBSD project, so GNU make is installed as 'gmake'. The main differences in making with them is that GNU

FreeBSD compatiblity

2008-03-21 Thread Eduardo Cerejo
FreeBSD 7 stable If you have these options in your kernel: options COMPAT_FREEBSD4 # Compatible with FreeBSD4 options COMPAT_FREEBSD5 # Compatible with FreeBSD5 options COMPAT_FREEBSD6 # Compatible with FreeBSD6 you don't need to enable them in

Re: samba

2008-03-21 Thread Eduardo Cerejo
Hash: SHA1 Greetings, I have a FreeBSD box i set up long ago as a file server has worked great till I had to get a better laptop with gfx card to keep up with my SecondLife Addiction. and now can't get the installed Vista Os to connect to it. Help would be appreciated, running

How do I add search paths to gcc

2008-03-21 Thread Eduardo Cerejo
My gcc is only looking in /usr/lib and /usr/include for libraries and hearders and I added the paths /usr/local/lib/ and /usr/local/include to my .cshrc file: set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin /usr/local/lib /usr/local/include $HOME/bin) but I

Re: How to uninstall a flash port.

2008-03-21 Thread Eduardo Cerejo
I installed the Linux flash9 port on a new 7.0 box to work with SeaMonkey and it dies when it reaches flash using sites. How can I de-install this port with out causing problems to other programs? I cant find it in the handbook how to's. Im I missing something? Thanks... If you

Re: uninstall all of Gnome with expections

2008-03-22 Thread Eduardo Cerejo
Hi folks, lately I've been thinking about removing all of Gnome, which has served as my primary desktop for years. The reasons is the broken upgrades I experience everytime Gnome updates and the fact that I will move to KDE4. At the moment I would just like to use Xfce4. I want to

Re: How to uninstall a flash port.

2008-03-22 Thread Eduardo Cerejo
On Sat, 22 Mar 2008 09:34:21 -1000 Al Plant [EMAIL PROTECTED] wrote: Eduardo Cerejo wrote: I installed the Linux flash9 port on a new 7.0 box to work with SeaMonkey and it dies when it reaches flash using sites. How can I de-install this port with out causing problems to other programs

Re: Gnome and KDE?

2008-03-22 Thread Eduardo Cerejo
On Sat, 22 Mar 2008 16:38:41 -0700 Gary Kline [EMAIL PROTECTED] wrote: People, What's the magic command to ger hald running while I'm running KDE? The audio/multimedia app, Sound-Juicer can't find my /dev/cdrom because the hal daemon isn't running. Exec'ing

Re: How do I add search paths to gcc

2008-03-22 Thread Eduardo Cerejo
On Fri, 21 Mar 2008 18:31:54 -0400 Chuck Robey [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mdh wrote: --- Eduardo Cerejo [EMAIL PROTECTED] wrote: My gcc is only looking in /usr/lib and /usr/include for libraries and hearders and I added the paths /usr

Re: How to uninstall a flash port.

2008-03-22 Thread Eduardo Cerejo
On Sat, 22 Mar 2008 21:03:18 + Chris Whitehouse [EMAIL PROTECTED] wrote: Al Plant wrote: Eduardo Cerejo wrote: I installed the Linux flash9 port on a new 7.0 box to work with SeaMonkey and it dies when it reaches flash using sites. How can I de-install this port with out causing

Policy Kit - Not running

2008-08-17 Thread Eduardo Cerejo
I'm running FBSD7 stable and I can't find out why policy kit won't run even though I have it enabled in rc.conf: dbus_enable=YES hald_enable=YES polkitd_enable=YES I can see dbus and hald but not polkitd nor do I see any error messages. Strange! ___

Kde4 packages

2008-08-31 Thread Eduardo Cerejo
Building kde4 from ports will take forever on my computer, does anyone where I can get these packages? -- E. J. Cerejo [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

KDE4 and plasma icons

2008-09-03 Thread Eduardo Cerejo
Just installed kde4 on FBSD 7-stable and I start it I get the plasma with some icons like the trash icon but all of them are a simple file icon with a question mark on them. I try to change them and tells me that I don't have enough permissions to do it but I own every kde directory in my home

neon28 fails, conflicts with neon26

2008-09-27 Thread Eduardo Cerejo
FreeBSD 7 stable ports/UPDATING mentions this: subversion now uses neon-0.28.x (www/neon28) port, and automatic portupgrade will fail because www/neon28 will conflict with installed www/neon26 port. You should upgrade neon library before subversion with the command: # portupgrade

Re: neon28 fails, conflicts with neon26

2008-09-27 Thread Eduardo Cerejo
In the last episode (Sep 27), Eduardo Cerejo said: FreeBSD 7 stable ports/UPDATING mentions this: subversion now uses neon-0.28.x (www/neon28) port, and automatic portupgrade will fail because www/neon28 will conflict with installed www/neon26 port. You should upgrade

Re: How to uninstall a flash port.

2008-03-23 Thread Eduardo Cerejo
I installed the Linux flash9 port on a new 7.0 box to work with SeaMonkey and it dies when it reaches flash using sites. How can I de-install this port with out causing problems to other programs? I cant find it in the handbook how to's. Im I missing something? Thanks...

Re: How do I add search paths to gcc

2008-03-24 Thread Eduardo Cerejo
On Fri, 21 Mar 2008 18:31:54 -0400 Chuck Robey [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mdh wrote: --- Eduardo Cerejo [EMAIL PROTECTED] wrote: My gcc is only looking in /usr/lib and /usr/include for libraries and hearders and I added the paths /usr

Hal, policykit, dbus slowed down system after portupgrade

2008-03-30 Thread Eduardo Cerejo
Hello, Currently running FBSD 7-stable, I had this on my rc.conf to enable dbus and hal: dbus_enable=YES polkitd_enable=YES hald_enable=YES and after updating my ports using portupgrade my x started acting up, another words it just started running very slow, for example if I typed a commnad

Cyclic dependencies = pain in the butt

2008-03-30 Thread Eduardo Cerejo
After running pkgdb -F I'm getting endless cyclic dependencies, so many of them that I completely gave up. The last one goes like this: --- Checking the package registry database Cyclic dependencies: gnome-desktop-2.22.0 - nautilus-2.22.1 - eel-2.22.1 - py25-gnome-2.22.0 - tracker-0.6.2_2 -

Accidently deleted the INDEX files out of my /usr/ports/

2008-04-01 Thread Eduardo Cerejo
While trying to fix cyclic dependencies with pkgdb I deleted the INDEX files out of my /usr/ports directory. How can I fix it now? cvsuping won't do it. ___ freebsd-questions@freebsd.org mailing list

pkgdb -F question

2008-04-01 Thread Eduardo Cerejo
--- Checking the package registry database Cyclic dependencies: gnome-desktop-2.22.0 - nautilus-2.22.1 - eel-2.22.1 - py25-gnome-2.22.0 - tracker-0.6.2_2 - (gnome-desktop-2.22.0) Unlink which dependency? (? to help): Can someone help me with this, I'm totally confused with this! How do I find

Polkitd not running on startup

2008-04-03 Thread Eduardo Cerejo
I just noticed that I run the top command I don't see the polkit daemon running even though I have it enabled in my /etc/rc.conf file along with dbus and hal. I can these two running but not polkit, is this normal? ___ freebsd-questions@freebsd.org

recursive dependencies

2008-04-06 Thread Eduardo Cerejo
I'm running FBSD 7-stable and I'm trying to portupgrade nautilus and I'm getting this error: ./usr/local/sbin/portupgrade:842:in `get_all_depends': recursive dependency (RecursiveDependencyError) from /usr/local/sbin/portupgrade:865:in

Is there a way to fix this or not?

2008-04-07 Thread Eduardo Cerejo
I'm running FBSD 7-stable and I'm trying to portupgrade nautilus and I'm getting this error: ./usr/local/sbin/portupgrade:842:in `get_all_depends': recursive dependency (RecursiveDependencyError) from /usr/local/sbin/portupgrade:865:in

Re: Adobe Flash Player Petition

2008-04-09 Thread Eduardo Cerejo
On Thu, 10 Apr 2008 00:43:12 +0200 herbert langhans [EMAIL PROTECTED] wrote: Thanks to all the input I found a solution what works for me: FreeBSD 7.0 and Firefox 3.0a2 (the firefox-devel port) 1. I deinstalled swfdec. 2. Closed Firefox and renamed .mozilla to .mozilla.backup 3. Started

Re: Adobe Flash Player Petition

2008-04-09 Thread Eduardo Cerejo
There's already a MacOS version available: http://silverlight.net/GetStarted/ That's what I said and support for linux as well: http://www.mono-project.com/Moonlight It looks like gnash for silverlight, it will always be a step behind like gnash.

Re: Skype

2008-04-14 Thread Eduardo Cerejo
On Tue, 15 Apr 2008 01:35:48 + Sébastien Morand [EMAIL PROTECTED] wrote: Hi guys, I'm trying to install skype on freebsd 7.0-stable, but I can't find out what I'm missing. I found several procedures on the web, but none of them was really efficient to get it working. I thnk I have