Questions on adaptive mutexes and trylock

2012-05-09 Thread Joe Marcus Clarke
The newest GLib (as well as PHP APC) is starting to use adaptive mutexes in their code. When a mutex type is set to adaptive and you try to call pthread_mutex_trylock() on it, you get back an EINVAL. Is this a bug, or should this really be happening (the code clearly indicates adaptive mutexes

Re: net/netatalk afpd causes abort on amd64?

2011-08-08 Thread Joe Marcus Clarke
to rc.conf and reboot (or run the two rc.d scripts). Alternatively, you can rebuild netatalk without Zeroconf support. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gn...@freebsd.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome

Re: py26-dbus

2010-12-26 Thread Joe Marcus Clarke
-gnome-unsubscr...@freebsd.org -- Joe Marcus Clarke FreeBSD GNOME Team :: gn...@freebsd.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: nautilus crashing on right click properties

2010-07-19 Thread Joe Marcus Clarke
on Mon Jul 19 09:39:18 2010 I am not sure if the problem is actually with nautilus or eiciel. Most likely eiciel given the errors. Remove it, and see if the crash persists. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gn...@freebsd.org FreeNode / #freebsd-gnome http

Re: EVOLUTION a, slow start, SOLVED

2010-03-07 Thread Joe Marcus Clarke
returning the required values? Thanks! Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gn...@freebsd.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome signature.asc Description: This is a digitally signed message part

Re: pulseaudio warning message

2009-12-28 Thread Joe Marcus Clarke
To unsubscribe, send any mail to freebsd-gnome-unsubscr...@freebsd.org -- Joe Marcus Clarke FreeBSD GNOME Team :: gn...@freebsd.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome ___ freebsd-questions@freebsd.org mailing list http

Re: example c program that does beep

2009-12-25 Thread Joe Marcus Clarke
On Fri, 2009-12-25 at 18:58 +, Anton Shterenlikht wrote: How can I get a beep from c? I looked at curses and syscons.c, but still not clear. Could somebody send me an example. I'd be soo grateful. #include stdio.h int main(int argc, char **argv) { printf(%c, 7);

Re: Native Firefox 3.5 and Flash10

2009-11-22 Thread Joe Marcus Clarke
On Thu, 2009-11-19 at 21:05 +, Sam Fourman Jr. wrote: I am running a Fresh install of amd64 FreeBSD 8.0 RC3 when running firefox It locks up for a moment then is fine then when I load a new page it locks up again. here is the error I get in the console when running native firefox 3.5

Re: Example of using mount() function?

2009-11-01 Thread Joe Marcus Clarke
On Sun, 2009-11-01 at 14:12 -0600, Peter Steele wrote: I want to call the mount() function to perform the same action as running the following mount command from the command line: mount -t ufs -o noatime /dev/adXXX /mnt The man page lists the signature of mount() as

Re: port sysutils/hal - fixed_mountpoints - what does this mean?

2009-08-13 Thread Joe Marcus Clarke
On Thu, 2009-08-13 at 13:37 +0100, Anton Shterenlikht wrote: in port sysutils/hal there is an option fixed_mountpoints= which is off by default. Is the meaning of this option documented somewhere? This option tells hal to use fixed names for /media mount points instead of volume

Re: Problems with PolicyKit and device mounting

2009-05-16 Thread Joe Marcus Clarke
On Fri, 2009-05-15 at 15:32 -0400, David Karapetyan wrote: Hello all. I am currently running 7.2-Release. I followed the instructions at the freebsd project website for configuring gnome; furthermore, I edited my Policy Kit to allow user 'bobo' to mount removable drives. However, when I

Re: Firefox3 and dependencies on firefox2,libxul,xulrunner

2009-04-24 Thread Joe Marcus Clarke
On Thu, 2009-04-23 at 21:01 +0300, l...@lena.kiev.ua wrote: Hi, I uninstalled firefox 2, installed firefox 3 and use it. Later, portupgrade of librsvg2 began to build firefox 2 (I aborted it with ^C). Then I specified graphics/librsvg2 = WITH_GECKO=xulrunner, in MAKE_ARGS in

Re: wrong time stamp 1 JAN 1970 on /var/tmp/orbit-user

2009-02-23 Thread Joe Marcus Clarke
On Wed, 2009-02-18 at 15:52 +, Anton Shterenlikht wrote: I use FBSD 6.4-stable alpha. When starting a browser (firefox2 or kazehakase) no window is open, instead: GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking

Re: hald makes cdrom fail

2009-02-11 Thread Joe Marcus Clarke
/131426 but it seems the problem is in hal, and not FBSD. But what problem is this causing? It should be benign. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: gn...@freebsd.org FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome

Re: hald makes cdrom fail

2009-02-11 Thread Joe Marcus Clarke
Anton Shterenlikht wrote: On Wed, Feb 11, 2009 at 11:55:28AM -0500, Joe Marcus Clarke wrote: Anton Shterenlikht wrote: On FBSD 7.1-stable i386 if I start hald from rc.conf with hald_enable=YES the cdrom fails with acd0: FAILURE - unknown CMD (0x03) ILLEGAL REQUEST asc=0x24 ascq=0x00 sks

Re: is there an easier way?

2008-02-18 Thread Joe Marcus Clarke
On Mon, 2008-02-18 at 15:03 -0800, Gary Kline wrote: To my fellow C nerds, It's been a great manny years since I wrote this appended snippet. Now I can't remember why (of if ) I need all the strcpy() calls. Is there a simpler, more logical way of printing

Re: is there an easier way?

2008-02-18 Thread Joe Marcus Clarke
On Mon, 2008-02-18 at 18:19 -0500, Joe Marcus Clarke wrote: On Mon, 2008-02-18 at 15:03 -0800, Gary Kline wrote: To my fellow C nerds, It's been a great manny years since I wrote this appended snippet. Now I can't remember why (of if ) I need all the strcpy() calls

Re: java decoder?

2008-02-18 Thread Joe Marcus Clarke
On Mon, 2008-02-18 at 17:33 -0800, Gary Kline wrote: Guys, I doubt this but is there anything that will take a foo.jar and turn in back into java? Or at least assembler? A jar is an archive which contains multiple Java class files. So you will need to extract the class files first

Re: evolution slow on 7.0

2007-11-17 Thread Joe Marcus Clarke
On Sat, 2007-11-17 at 16:01 +0300, Vladimir Grebenschikov wrote: On Fri, 2007-11-16 at 16:38 -0600, Matt wrote: On Nov 14, 2007 4:45 PM, James [EMAIL PROTECTED] wrote: Hi folks, first, I know the subject line is a goldmine for jokes, but I couldn't think of a better way to phrase

Re: Upgrade to imap-uw 2006j Breaks Logins

2007-09-30 Thread Joe Marcus Clarke
On Sun, 2007-09-30 at 23:50 -0500, Tim Daneliuk wrote: As part of a portupgrade, one of my servers just picked up the latest version of imap-uw (2006j). Now users can no longer login as imapd claims they are providing incorrect passwords. I manually copied the version I was using (2004g)

Re: DISPLAY troubles...

2007-06-17 Thread Joe Marcus Clarke
-a for the umpteent time. If anybody knows why the DISPLAY fails, I'd like a clue. env shows the display as :0.0, but nothing works. You can try ktracing the simplest non-working X application from the command line. See if anything obvious shows up. Joe -- Joe Marcus Clarke

Re: gimp-2.2.15,2 crashes after gtk-2.10.13 upgrade

2007-06-14 Thread Joe Marcus Clarke
On Thu, 2007-06-14 at 19:14 -0400, Howard Goldstein wrote: cpghost wrote: Can anyone else confirm this bug, perhaps with other Gtk2 apps? Confirmed. Here's what I got cally:/usr/ports/editors/openoffice.org-2$ gimp The program 'gimp' received an X Window System error. This probably

Re: xfce4 + hal can't/won't mount cdrom

2007-05-28 Thread Joe Marcus Clarke
On Mon, 2007-05-28 at 14:50 +1200, James Butler wrote: Hi Lists I've just (Saturday) built a fresh -CURRENT with xorg-7.2, xfce-4.4.1_1 and HAL support. When I insert any cd in the drive, I get the cd icon appearing on the desktop or in Thunar, but trying to open it gives an error dialog:

Re: partition/cd recognition problem hal GNOME 2.16 FreeBSD RELEASE 6.2

2007-02-08 Thread Joe Marcus Clarke
On Mon, 2007-02-05 at 18:53 -0800, Charles Schaum wrote: Kudos to the GNOME FreeBSD team for continuing improvements. Problem: Hal no longer recognizes all vfat partitions. Two vfat partitions at ad0s1 and ad1s2 exist. Only ad0s1 now appears. CD burning now proceeds better via Nautilus.

Re: gimp and the gnome update...

2006-11-05 Thread Joe Marcus Clarke
On Sun, 2006-11-05 at 17:12 -0500, Andy Harrison wrote: Could anyone tell me the proper way to fix this? I tried installing the gimp-2.2.13_2,1 port and here are the relevent error lines: grep: /usr/X11R6/lib/libgtk-x11-2.0.la: No such file or directory sed:

Re: POE networking, what's the range?

2006-10-07 Thread Joe Marcus Clarke
On Sat, 2006-10-07 at 13:40 -0400, Michael Johnson wrote: This isn't really a FreeBSD-specific question but does anyone know the range of Power Over Ethernet? I want something to go from my house to my garage apartment then hook a wireless access point in to the POE box. The garage and the

Re: mac mini (intel)?

2006-07-13 Thread Joe Marcus Clarke
On Thu, 2006-07-13 at 02:01 -0400, Chuck Swiger wrote: Chad Leigh -- Shire.Net LLC wrote: A day or three ago someone posted about having 6.1-CURRENT (I believe) run on a MacBook laptop. Does anyone have it running on a Mac Mini (intel)? I might be interested in getting a couple to

Re: mac mini (intel)?

2006-07-13 Thread Joe Marcus Clarke
On Thu, 2006-07-13 at 00:54 -0600, Chad Leigh -- Shire.Net LLC wrote: On Jul 13, 2006, at 12:06 AM, Joe Marcus Clarke wrote: On Thu, 2006-07-13 at 02:01 -0400, Chuck Swiger wrote: Chad Leigh -- Shire.Net LLC wrote: A day or three ago someone posted about having 6.1-CURRENT (I believe

Re: KDE + GNOME?

2006-04-19 Thread Joe Marcus Clarke
from freebsd-gnome@ or on IRC. Joe Sincerely, Duane Whitty - -- Joe Marcus Clarke FreeBSD GNOME Team :: [EMAIL PROTECTED] FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (Darwin) Comment: Using GnuPG with Mozilla - http

Re: What's the bright idea? fam - gamin

2006-02-06 Thread Joe Marcus Clarke
/pkgtools.conf place: ALT_PKGDEP = { 'gamin*' = 'fam*', } maybe? Add WAITH_FAM_SYSTEM=fam to /etc/make.conf. A patch is being tested that should make this automatic. Joe - -- Joe Marcus Clarke FreeBSD GNOME Team :: [EMAIL PROTECTED] FreeNode / #freebsd-gnome http

Re: SOLVED - Re: Ethereal port doesn't install GUI

2006-02-03 Thread Joe Marcus Clarke
must have conflicting options in /etc/make.conf. Joe -- Joe Marcus Clarke FreeBSD GNOME Team :: [EMAIL PROTECTED] FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome signature.asc Description: This is a digitally signed message part

Re: Can't see FreeBSD machine in Mac's Finder

2005-10-17 Thread Joe Marcus Clarke
mention Bonjour specifically. Correct. You can use howl to advertise an NFS service that MacOS X will auto-discover. For example: mDNSPublish NFS _nfs._tcp 2049 NFS Share Joe - -- Joe Marcus Clarke FreeBSD GNOME Team :: [EMAIL PROTECTED] FreeNode / #freebsd-gnome http

Re: Xauth / gnome error

2005-10-13 Thread Joe Marcus Clarke
On Thu, 2005-10-13 at 19:04 -0700, James S Blankenship wrote: I keep getting this error when gnome starts could not lookup address .ontrca.adelphia.net and when I shutdown X I get the error: Xauth bad display name .ontrca.adelphia.net:0 in remove command. I tried changing /etc/hosts from

Re: Xauth / gnome error

2005-10-13 Thread Joe Marcus Clarke
On Thu, 2005-10-13 at 19:34 -0700, James S Blankenship wrote: Thanks. Pardon me if this is a stupid question, but I don't know what my machines host name is; I used DHCP during installation, and believe that it may have been named .ontrca.adelphia.net by default. How can I determine the

Re: gdm question.

2005-08-26 Thread Joe Marcus Clarke
works on sessions. You would need to create a ctwm session. See http://www.freebsd.org/gnome/docs/faq2.html#q16 for more details. And yes, GDM should work with ctwm. Joe | | thanks guys, | | gary | | - -- Joe Marcus Clarke FreeBSD GNOME Team :: [EMAIL PROTECTED] FreeNode

Re: sunbird

2005-07-30 Thread Joe Marcus Clarke
On Sat, 2005-07-30 at 20:41 +0200, Per olof Ljungmark wrote: Hmmm, it did not get through to the list it seems, try again. * Anyone successfully built Sunbird on FreeBSD4 or 5? I thought I'd start off trying but was sort of baffled by all the ./configure options... We have an experimental

Re: Upgrading GNOME

2005-07-27 Thread Joe Marcus Clarke
you in advance! | | Frank Jahnke | | ___ | [EMAIL PROTECTED] mailing list | http://lists.freebsd.org/mailman/listinfo/freebsd-gnome | To unsubscribe, send any mail to [EMAIL PROTECTED] | - -- Joe Marcus Clarke FreeBSD GNOME Team :: [EMAIL

Re: Upgrading GNOME

2005-07-27 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank Jahnke wrote: | On Wed, 2005-07-27 at 14:51, Joe Marcus Clarke wrote: | | || || The upgrade is from Epiphany 1.4 to 2.2; Evolution is from 1.0.6 to || 1.6.0. A simple-minded copying of the old files into their original || locations showed

Re: gnome2 failing build

2005-06-07 Thread Joe Marcus Clarke
On Tue, 2005-06-07 at 01:01 -0400, Tom Norris wrote: Hey everyone, sorry to take up time with this question, but I have been going over it for a few hours to no avail :( I'm having problems building gnome2 on a FreeBSD 5.4-RELEASE GENERIC machine from ports. (/usr/ports/x11/gnome2) I did

Re: Gnumeric warnings

2005-06-06 Thread Joe Marcus Clarke
On Sun, 2005-06-05 at 00:39 -0400, Anthony M. Agelastos wrote: Hello all, I wanted to start out by saying thank you to everyone who has given me help and has contributed to making this a good OS and community. Down to business... I just installed Gnumeric from Ports and when I invoke it,

Re: gnome-update.sh

2005-05-23 Thread Joe Marcus Clarke
state no matter how many failures you may encounter along the way. Depending on how old your installed packages are, your luck will vary. A fairly up-to-date tree with non-GNOME UPDATING items addressed should work without any problems. Joe - -- Joe Marcus Clarke FreeBSD GNOME Team

Re: gnomeapplets build failure

2005-02-27 Thread Joe Marcus Clarke
On Sun, 2005-02-27 at 17:08 -0800, Ben Munat wrote: Hello. I've been using gentoo for awhile, but when a disk failure meant a reinstall of my OS, I figured I'd give FreeBSD a shot. I got my system up and running fairly quickly by using all binary packages off the CD. Liked the quickness

Re: buildworld fails on: === bin/domainname

2005-02-21 Thread Joe Marcus Clarke
On Mon, 2005-02-21 at 18:25 -0800, Doug White wrote: On Mon, 21 Feb 2005, bsdnooby wrote: Yes it does. When I run cvsup -g -L 2 stable-supfile I see a bunch of errors with Head in them. here is one of them: Server warning: RCS file error in

Re: gnome-cd: connecting to cddb server as user

2004-12-24 Thread Joe Marcus Clarke
On Fri, 2004-12-24 at 11:02 -0800, Karl Agee wrote: Freebsd 4.11-pre, gnome-lite 2.8.1. using gnome-cd to listen to cd's in my user acct, but it wont connect to the cddb server to pull down cd info. It does when I do it as root, however. The only error I see is this: **

Re: Firefox 1.0 cores while printing

2004-12-07 Thread Joe Marcus Clarke
://bugzilla.mozilla.org/show_bug.cgi?id=268660 | | The details say that cupsd is not running, but it is on my system. See my recent post to [EMAIL PROTECTED] Joe | | Anyone? | | TIA | Lou - -- Joe Marcus Clarke FreeBSD GNOME Team :: [EMAIL PROTECTED] FreeNode / #freebsd-gnome http://www.FreeBSD.org/gnome

Re: Firefox 1.0 cores while printing

2004-12-07 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Louis LeBlanc wrote: | On 12/07/04 11:40 AM, Joe Marcus Clarke sat at the `puter and typed: | |Louis LeBlanc wrote: || Am I the only one that has problems printing with firefox? || || Other than this one problem, it's my favorite browser, hands down

Re: firefox tabs broken?

2004-11-29 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steve Tremblett wrote: | I messed up the gnome 2.8 upgrade (portupgrade ran away when I wasn't | looking, but gnome_upgrade.sh saved the day), so I'm not sure if this | issue is with firefox or gnome (but I'm suspecting firefox). | | When opening tabs

Re: Using gdm at boot

2004-11-29 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Trey Sizemore wrote: | I've got FreeBSD 5.3 setup on my desktop and wanted to use gdm to login. | Per instructions I found at marcuscom.com: | | Do _NOT_ use /etc/ttys to start gdm at boot time. This will result in | gdm hanging or restarting

Re: Sound volume in GNOME 2.8

2004-11-22 Thread Joe Marcus Clarke
On Mon, 2004-11-22 at 22:43 -0500, RL wrote: Simple question. I am using GNOME 2.8 and the only way to increase the sound that I see is to use the volume control icon in the upper right hand corner; however, I want it to be even louder than that. It isn't all that loud, especially playing

Re: Ximian connector install fails

2004-11-16 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Danny Browne wrote: | getting this error on ximian-connector installion on FreeBSD 4.10 i386 | | (again not strictly a BSD question but everywere else draws a blank) | | /bin/sh /usr/local/bin/libtool15 --mode=link cc -O -pipe -Wall -

Re: gnomevfs2 build failure on 4.10

2004-11-10 Thread Joe Marcus Clarke
On Wed, 2004-11-10 at 01:43 -0500, jimmie james wrote: With gnome_update.sh and portinstall this same error comes up, with no make.conf,. Including after make rmconfig in devel/gnomevfs2 Fresh cvsup of ports, and removing the tarball. There is a bug in the FreeBSD base version of krb5-config.

Re: gaim+meanwhile+gaim-encryption-2.31_2 on 5.3

2004-11-05 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jason wrote: | Ive got gaim and friends installed from ports | [EMAIL PROTECTED] ls -al /var/db/pkg/ | grep -i gaim | drwxr-xr-x2 root wheel 512 Oct 28 23:13 gaim-1.0.2 | drwxr-xr-x2 root wheel 512 Nov 5 21:16

Re: Gnome Lite

2004-11-04 Thread Joe Marcus Clarke
On Thu, 4 Nov 2004, Newton wrote: Dear Friends : I finally installed my 5.2.1 version, I'm trying to solve some problems and, would like to know if someone could help me. I choose Gnome for my Desktop, but it's a lite version and, would like to know, if there is a way to download a new one to

Re: a little trouble with 5.2.1

2004-11-04 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 eodyna wrote: | hi there, | | Work Recently purchased a dell optiplex gx280. They come with a Broadcom NetXtreme 57xx Gigabit Controller and a 40g WD sata drive. When i installed 5.2.1 it complained that the disk geometey was incorrect(77504/16/63). I

Re: FireFox crash on Print

2004-10-30 Thread Joe Marcus Clarke
On Sat, 2004-10-30 at 19:25, Jason Taylor wrote: Dan Finn wrote: [ root @ stewie : ~] : pkg_info |grep -i firefox firefox-1.0.1.p_4 Web browser based on the browser portion of Mozilla On Thu, 21 Oct 2004 15:31:52 -0500, Donald J. O'Neill [EMAIL PROTECTED] wrote: On Thursday 21

Re: MRTG monitoring specific ports

2004-10-27 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Spades wrote: | Hi, | | Is there anyway for us to trace the server bandwidth based on | specific ports on a MRTG graph? | | Such as smtp bandwidth? port 25 | pop3 bandwidth? port 110 | web bandwidth? port 80 | dns bandwidth? port 53 | | Is there any

Re: gnome2-nautilus2 lib issue

2004-10-23 Thread Joe Marcus Clarke
On Sat, 2004-10-23 at 02:20, kalin mintchev wrote: thanks - i just did a grep on both directories. no file mentions this library... Then I'm not sure where it's coming from. You could search /usr/local/etc and /usr/X11R6/etc, but if you don't find it, you might need to do a

Re: accessibility/atk-1.4.0 port won't install/deinstall on 4.9

2004-10-23 Thread Joe Marcus Clarke
On Sat, 2004-10-23 at 15:07, John Adams wrote: Hi, folks, I'm having trouble with accessibility/atk-1.4.0 on a 4.9 installation. Both portinstall and portupgrade tell me that make: don't know how to make all-depends-list. Stop ** Makefile of 'accessibility/atk' is possibly broken:

Re: gnome2-nautilus2 lib issue

2004-10-23 Thread Joe Marcus Clarke
On Sat, 2004-10-23 at 15:53, kalin mintchev wrote: As I said, try portupgrade -afu. This can _a long time_ if you have a lot of ports installed. isn't that going to screw all my other installs - libraries needed for the java set up, all my audio and video linraries, etc? It should

Re: Mailing List Search function on FreeBSD website

2004-10-23 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Crist wrote: | Hello all, | | How could I have a search capability similar to that of the FreeBSD | website? I thought it was a feature of pipermail, but it's not looking | like that's the case. I'm not very good at coding, so I was hoping |

Re: Mailing List Search function on FreeBSD website

2004-10-23 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric Crist wrote: | On Oct 23, 2004, at 11:11 PM, Joe Marcus Clarke wrote: | | -BEGIN PGP SIGNED MESSAGE- | Hash: SHA1 | | Eric Crist wrote: | | Hello all, | | | | How could I have a search capability similar to that of the FreeBSD | | website

Re: gnome2-nautilus2 lib issue

2004-10-22 Thread Joe Marcus Clarke
On Fri, 2004-10-22 at 23:39, kalin mintchev wrote: what is really strange is that is asking for it but it's not recognizing it how come? Probably because it's corrupt, and shouldn't be there. Remove that file, then reinstall the graphics/libart_lgpl2 port. You should then end up with a

Re: gnome2-nautilus2 lib issue

2004-10-22 Thread Joe Marcus Clarke
On Sat, 2004-10-23 at 00:31, kalin mintchev wrote: now it says: cc: /usr/local/lib/libart_lgpl_2.so.5.16: No such file or directory Then one of Nautilus' dependencies are introducing this bogus library. Go through /usr/local/libdata/pkgconfig and /usr/X11R6/libdata/pkgconfig until you find

Re: gnome2-nautilus2 lib issue

2004-10-22 Thread Joe Marcus Clarke
On Sat, 2004-10-23 at 00:43, kalin mintchev wrote: On Sat, 2004-10-23 at 00:31, kalin mintchev wrote: now it says: cc: /usr/local/lib/libart_lgpl_2.so.5.16: No such file or directory Then one of Nautilus' dependencies are introducing this bogus library. Go through

Re: How do you start up gnome-lite ?

2004-10-20 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gert Cuykens wrote: | I succesfuly installed gnome-lite from ports. | | How do you start it ? See http://www.freebsd.org/gnome/docs/faq2.html#q1 as well as the handbook. Joe | ___ | [EMAIL PROTECTED] mailing

Re: firefox-1.0.1.p_2 crashing on javascript

2004-10-20 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Finn wrote: | Is there still no fix for this? I have had to start using the latest | version of mozilla and it seems much more stable and faster than | firefox. Upgrade to 1.0.1.p_4. Joe | | | On Sun, 17 Oct 2004 08:54:15 +0800, Erich Dollansky |

Re: firefox-1.0.1.p_2 crashing on javascript

2004-10-20 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 h wrote: | ok just rebuilt 1.01p4, and i still can't use my arrow keys in forum editor | boxes. back to the real mozilla. gg firefox Did you follow the instructions in /usr/ports/UPDATING? Joe | | and don't complain about my top-posting cause IT'S TEH

Re: firefox-1.0.1.p_2 crashing on javascript

2004-10-20 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 h wrote: | no, because i have so many cookies i actually need, i can't just save my | bookmarks and delete everything Okay, then try just deleting compreg.dat and formhistory.dat. Note: you could also backup this directory, and try deleting files

Re: How do you start up gnome-lite ?

2004-10-20 Thread Joe Marcus Clarke
have to change in /etc/hosts ? On Wed, 20 Oct 2004 13:49:45 -0400, Joe Marcus Clarke [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gert Cuykens wrote: | I succesfuly installed gnome-lite from ports. | | How do you start it ? See http

Re: How do you start up gnome-lite ?

2004-10-20 Thread Joe Marcus Clarke
), or add a _correct_ entry to /etc/hosts. for example: 127.0.0.1 localhost 7rx.dyndns.org Joe On Wed, 20 Oct 2004 21:12:14 -0400, Joe Marcus Clarke [EMAIL PROTECTED] wrote: On Wed, 2004-10-20 at 21:08, Gert Cuykens wrote: i put exec gnome-session in a file i created my

Re: what is gnome lite ?

2004-10-19 Thread Joe Marcus Clarke
On Tue, 2004-10-19 at 22:50, Gert Cuykens wrote: what is the difference between gnome and gnome lite ? Read gnome2-lite's pkg-descr, and look at its Makefile for a list of components. See http://www.freebsd.org/gnome/docs/faq2.html#q24 on how to upgrade from gnome2-lite to gnome2. Joe

Re: pkg_install-20040802 errors for cvsup-without-gui?

2004-10-18 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 W. D. wrote: | Hey folks, | | Just ran CVSup, but am getting some errors. Any ideas? This should be fixed now. Joe - -- PGP Key : http://www.marcuscom.com/pgp.asc -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.6 (Darwin) Comment: Using GnuPG with

Re: firefox-1.0.1.p_2 crashing on javascript

2004-10-14 Thread Joe Marcus Clarke
On Thu, 2004-10-14 at 20:00, Jose M Rodriguez wrote: El Viernes, 15 de Octubre de 2004 01:14, Jose M Rodriguez escribió: El Viernes, 15 de Octubre de 2004 00:52, Dan Finn escribió: default options for me too. At last here, working after deinstall, complete flush of

Re: firefox-1.0.1.p_2 crashing on javascript

2004-10-14 Thread Joe Marcus Clarke
On Thu, 2004-10-14 at 19:14, Jose M Rodriguez wrote: El Viernes, 15 de Octubre de 2004 00:52, Dan Finn escribió: default options for me too. At last here, working after deinstall, complete flush of /usr/X11/lib/firefox and ~/.mozilla/firefox (keep data apart !!) reinstall and run as

Re: firefox-1.0.1.p_2 crashing on javascript

2004-10-14 Thread Joe Marcus Clarke
On Thu, 2004-10-14 at 20:23, Jose M Rodriguez wrote: El Viernes, 15 de Octubre de 2004 02:18, Joe Marcus Clarke escribió: On Thu, 2004-10-14 at 20:00, Jose M Rodriguez wrote: El Viernes, 15 de Octubre de 2004 01:14, Jose M Rodriguez escribió: El Viernes, 15 de Octubre de 2004 00:52, Dan

Re: firefox-1.0.1.p_2 crashing on javascript

2004-10-14 Thread Joe Marcus Clarke
On Thu, 2004-10-14 at 20:59, Jose M Rodriguez wrote: El Viernes, 15 de Octubre de 2004 02:30, Joe Marcus Clarke escribió: On Thu, 2004-10-14 at 20:23, Jose M Rodriguez wrote: El Viernes, 15 de Octubre de 2004 02:18, Joe Marcus Clarke escribió: On Thu, 2004-10-14 at 20:00, Jose M

Re: Unable to install evolution with LDAP support

2004-10-06 Thread Joe Marcus Clarke
2004 20:33:19 -0400, Joe Marcus Clarke [EMAIL PROTECTED] wrote: On Tue, 2004-10-05 at 19:45, Dan Finn wrote: I'm trying to get evolution built with ldap support so that I can connect to the exchange server here at work and see the global address list. I have ximian-connector

Re: Unable to install evolution with LDAP support

2004-10-05 Thread Joe Marcus Clarke
On Tue, 2004-10-05 at 19:45, Dan Finn wrote: I'm trying to get evolution built with ldap support so that I can connect to the exchange server here at work and see the global address list. I have ximian-connector installed and working, this is the final piece of this puzzle that I need.

Re: Gnome very very very slow ...

2004-10-01 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gregory Nou wrote: | Ok, thanks a lot, that worked (next I'll RTFM a bit more before asking | (ashamed)) | I put net.inet.tcp.blackhole to 0 and as a miracle all the windows I was | waiting appeared. | Since, I can't understand, why it formerly worked.

Re: gnome 2.8 mime associations

2004-10-01 Thread Joe Marcus Clarke
On Fri, 2004-10-01 at 20:59, Anton Alin-Adrian wrote: Hello, I just installed gnome 2.8 from the marcuscom.com tinderbox, and everything is great and neat, except mimes are completely broken. Define, completely broken. I reinstalled gnome-mime from ports, latest nautilus.

Re: Gnome administrative interface

2004-09-28 Thread Joe Marcus Clarke
On Tue, 2004-09-28 at 10:52, [EMAIL PROTECTED] wrote: I am looking for ways to smooth out administrative tasks under Gnome. Is there a way to configure applications or menu launchers so that when an application requires administrative rights it will prompt, in a nice dialog box, for the

Re: I seem to have broken mozilla

2004-09-13 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andrew Robinson wrote: | Hi everyone, | | I was trying to upgrade Mozilla using portupgrade. I got to the point | of a curses-style dialog box asking what components I would like to | install, and I made the fatal error of asking for the Calendar

Re: Ports and Gaim

2004-09-12 Thread Joe Marcus Clarke
On Sun, 2004-09-12 at 19:05, Craig Perry wrote: Hi all, I upgraded the ports tree and installed a few things, everything went ok untill I installed gaim. As soon as it went in, the menus in gnome went funny, ie the applications menu went to about 2 pixels wide, so I logged out to log back

Re: power off via gnome shut down

2004-08-22 Thread Joe Marcus Clarke
On Sun, 2004-08-22 at 17:39, Frank DiPrete wrote: Hello, I have my PC ( Dell Dimension 2400 ) running FreeBSD 5.2.1 and Gnome 2.4.1 I can shut down and power off using shutdown -p now via acpi (works great). The gnome shut down command from Log out, shut down halts the system but

Re: sgi_fam/tcp server

2004-08-14 Thread Joe Marcus Clarke
On Sat, 2004-08-14 at 20:28, Tim Kellers wrote: Console message: Aug 14 20:10:25 www inetd[645]: sgi_fam/tcp server failing (looping), service terminated Anyone know what this message means? I tried searching on www.freebsd.org, but the site is down. This is on a FBSD-CURRENT i386

Re: Gaim-Encryption

2004-08-07 Thread Joe Marcus Clarke
On Sat, 2004-08-07 at 02:03, Joshua Banks wrote: I've looked on Google and the mailing archives and don't really find anything were others are complaining about the same issue. So I'm assuming because I'm new to FreeBSD that I'm overlooking something. I made sure that my ports tree was

Re: Gaim-Encryption

2004-08-07 Thread Joe Marcus Clarke
On Sat, 2004-08-07 at 02:18, Joshua Banks wrote: --- Joe Marcus Clarke [EMAIL PROTECTED] wrote: Go to Tools-Preferences-Plugins, and check Gaim-Encryption. Then, a Gaim-Encryption item will appear under the Plugins header. Woops. Sorry. I forgot to mention that I know how to enble

Re: Gaim-Encryption

2004-08-07 Thread Joe Marcus Clarke
On Sat, 2004-08-07 at 03:08, Joshua Banks wrote: --- Joe Marcus Clarke [EMAIL PROTECTED] wrote: Joe are your running Gaim v0.80 and Gaim-Encryption V2.28 ? Yep, works just fine. I use it daily. Make sure you do not have WITHOUT_NSS defined in your /etc/make.conf, and that Gaim

Re: gdm automatic login

2004-08-02 Thread Joe Marcus Clarke
On Mon, 2004-08-02 at 23:40, Chris Radlinski wrote: I'm running Gnome 2.4 on 5.2.1-RELEASE. I've configured gdm to run at boot time and would like it to automatically log me in. However, it always prompts me for a password. Scanning the archives, I saw that others suggested copying

Re: Gnome broken on my box...

2004-07-08 Thread Joe Marcus Clarke
On Thu, 2004-07-08 at 22:32, Jonathon McKitrick wrote: Hi all, I installed gnome2-lite successfully on my laptop, but on my desktop (an AMD) I get this when I start the desktop: ---8 Nautilus can't be used now, due to an unexpected error,

Re: gnome error message

2004-06-14 Thread Joe Marcus Clarke
On Mon, 2004-06-14 at 09:08, n3rdBoy . wrote: hello, I have been looking over the Handbook and I cannot find an answer to my problem. Every time I start gnome as root or a normal user I get the following error message; Could not look up

Re: ramdisk-own on 5.2.1

2004-05-28 Thread Joe Marcus Clarke
On Fri, 2004-05-28 at 19:07, J.D. Bronson wrote: I have a script which was provided to me (from a PR log) and its for ramdisk-ownership: = # PROVIDE: ramdisk-own # REQUIRE: ramdisk mountcritlocal # BEFORE: SERVERS # KEYWORD:

Re: sound-juicer issues

2004-05-17 Thread Joe Marcus Clarke
On Mon, 2004-05-17 at 18:03, Matt Anderson wrote: Hello everyone! I've got 5.2.1 Release installed. I've cvsuped my ports collection and gotten a successful Gnome 2.6 install. The Gnome CD player sees my cdrom just fine and plays music cd's. However, sound-juicer does not see it and I

Re: Traceroute supporting ICMP ECHO

2004-05-12 Thread Joe Marcus Clarke
On Wed, 2004-05-12 at 15:29, Clint Olsen wrote: Hi: I'm using 4.7p1 here, and I've had all sorts of fun on occasion with traceroute and my various firewall/routers. The default traceroute will not work since UDP traffic is apparently blocked on the return. Opening up port ranges on my

Re: Mozilla Error

2004-05-10 Thread Joe Marcus Clarke
On Mon, 2004-05-10 at 17:09, Bryan Cassidy wrote: I've had a few problems on my FreeBSD 4.9-RELEASE p-7 and did a re-install and fixed everything I messed up. I just got done installing www/mozilla and did a chow -R user:user .mozilla and ran 'mozilla' from the command line and I get the

Re: Mozilla Error

2004-05-10 Thread Joe Marcus Clarke
On Mon, 2004-05-10 at 17:27, Bryan Cassidy wrote: Sorry, I don't get what you mean by use default cflags? What does /etc/make.conf look like? Joe On Mon, May 10, 2004 at 04:12:48PM -0400, Joe Marcus Clarke wrote: On Mon, 2004-05-10 at 17:09, Bryan Cassidy wrote: I've had a few problems

Re: Mozilla Error

2004-05-10 Thread Joe Marcus Clarke
On Mon, 2004-05-10 at 17:46, Bryan Cassidy wrote: here ya go CPUTYPE=p3 CFLAGS= -0 -pipe CXXFLAGS+= -fmemoize-lookups -fsave-memoized Remove this then rebuild everything. That's what I mean by default CFLAGS. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc signature.asc

Re: Starting Gnome problem

2004-05-03 Thread Joe Marcus Clarke
On Mon, 2004-05-03 at 11:18, Stephen Liu wrote: Hi Uli, $ gnome-session /libexec/ld-elf.so.1: Share object libORBit-2.so.0 not found My liORBit-2.so.0 is in /usr/local/lib . You can try to search your directory tree for yours and create a symbolic link to this place: # ln -s

Re: Starting Gnome problem

2004-05-03 Thread Joe Marcus Clarke
On Mon, 2004-05-03 at 11:35, Stephen Liu wrote: Hi Joe, - snip - It is very strange. The file is already there, plus one symbolic link # locate libORBit-2.so.0 /usr/local/lib/libORBit-2.so.0 # ls -al /usr/local/lib/ | grep -i libORBit-2.so.0 lrwxr-xr-x 1 root

Re: Gnome 2.6 on 5.2.1 Release

2004-05-02 Thread Joe Marcus Clarke
On Sun, 2004-05-02 at 19:40, Matt Anderson wrote: Hello everyone! I had to run the upgrade script a few times and since I'm on dialup it took days but at last I have gnome 2.6 installed. I then went on and installed gnome2-fifth-toe from my updated ports collection. All seemed to go

  1   2   3   4   5   >