Using the new C++11 stack on 9.1

2012-12-31 Thread Marcus Karlsson
Hello.

I was very happy when I received the 9.1 announcement in my mailbox,
especially when I read about the inclusion of the new C++11 stack
including LLVM libc++ and libcxxrt. So I decided to test it on a 9.1
system:

clang++ foo.cc -stdlib=libc++

However, the compilation fails:

/usr/bin/ld: cannot find -lc++

It's available in the source tree for 9.1, my assumption is that it's
just not installed by default.

What should I do in order to use it? I have not found much documentation
on it other than it will be the default in 10.

Marcus
___
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


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 are not handled by trylock)?

I imagine Linux is not doing this since the code doesn't abort on Linux
as it does on FreeBSD.  Should we be silently allowing trylock to
perform a no-op on adaptive mutexes, or should we be handling adaptive
mutexes with trylock?  Thanks.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc
___
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: net/netatalk afpd causes abort on amd64?

2011-08-08 Thread Joe Marcus Clarke
On 8/8/11 7:46 AM, Kouichiro Iwao wrote:
 Hi. After upgraded to current portversion of netatalk, 
 I cannot start netatalk. I do rc.d/netatalk start then afpd
 fails SIGABRT. On i386 freebsd, netatalk/afpd works fine.
 Any solutions to use netatalk on amd64?
 
 pid 19160 (afpd), uid 0: exited on signal 6 (core dumped)
 pid 19175 (afpd), uid 0: exited on signal 6 (core dumped)
 pid 19188 (afpd), uid 0: exited on signal 6 (core dumped)
 

If you compiled with Zeroconf support (the default), then you need to
make sure Avahi is running.  Add avahi_daemon_enable=YES and
avahi_dnsconf_enable=YES 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
___
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: py26-dbus

2010-12-26 Thread Joe Marcus Clarke
 http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
 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://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: nautilus crashing on right click properties

2010-07-19 Thread Joe Marcus Clarke
   geometry = (gchar *) 0x0
   remaining = (gchar **) 0x0
   perform_self_check = 0
   application = (NautilusApplication *) 0x8058318f0
   context = (GOptionContext *) 0x805845040
   file = (GFile *) 0x8053273ea
   uri = 0x1 Error reading address 0x1: Bad address
   uris = (char **) 0x0
   uris_array = (GPtrArray *) 0x1
   error = (GError *) 0x0
   i = 0
   options = {{long_name = 0x593c4e check, short_name = 99 'c',
 flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x7fffe324,
 description = 0x593c58 Perform a quick set of self-check tests.,
 arg_description = 0x0}, {long_name = 0x593c81 version, short_name = 0
 '\0', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x7fffe338,
 description = 0x593c90 Show the version of the program.,
 arg_description = 0x0}, {long_name = 0x593cb1 geometry, short_name =
 103 'g', flags = 0, arg = G_OPTION_ARG_STRING, arg_data =
 0x7fffe330, description = 0x593cc0 Create the initial window with
 the given geometry., arg_description = 0x593cf3 GEOMETRY},
 {long_name = 0x593cfc no-default-window, short_name = 110 'n', flags
 = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x7fffe344, description =
 0x593d10 Only create windows for explicitly specified URIs.,
 arg_description = 0x0}, { long_name = 0x593d43 no-desktop, short_name
 = 0 '\0', flags = 0, arg = G_OPTION_ARG_NONE, arg_data =
 0x7fffe33c, description = 0x593d50 Do not manage the desktop
 (ignore the preference set in the preferences dialog).,
 arg_description = 0x0}, {long_name = 0x593da1 browser, short_name = 0
 '\0', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x7fffe340,
 description = 0x593da9 open a browser window., arg_description =
 0x0}, {long_name = 0x593dc0 quit, short_name = 113 'q', flags = 0,
 arg = G_OPTION_ARG_NONE, arg_data = 0x7fffe348, description =
 0x593dc5 Quit Nautilus., arg_description = 0x0}, {long_name =
 0x593dd4 , short_name = 0 '\0', flags = 0, arg =
 G_OPTION_ARG_STRING_ARRAY, arg_data = 0x7fffe328, description =
 0x0, arg_description = 0x593dd5 [URI...]}, {long_name = 0x0,
 short_name = 0 '\0', flags = 0, arg = G_OPTION_ARG_NONE, arg_data =
 0x0, description = 0x0, arg_description = 0x0}} (gdb) (gdb) qquuiitt 
 The program is running.  Exit anyway? (y or n) y
 
 Script done 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://www.FreeBSD.org/gnome
___
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: about tcpdump

2010-04-20 Thread marcus
On Thursday 15 April 2010 22:16:45 Michael Hughes wrote:
 On Thu, 15 Apr 2010 23:37:09 +0300
 
 Yavuz Maşlak yavuz.mas...@netiletisim.net wrote:
  I have a network. I wish to log all incoming and outgoing trafficc
  using tcpdump on my gateway server. But I don't want to log these
  traffic's data because of they take up much on disk.
  I only want to log which ports were used, which ip addresses were
  reached. How can I do these using tcpdump ?
  Could you give me an example or docs?
  I use freebsd7.2
 
 Have you thought about using ARGUS (Audit Record Generation and
 Utilization System)?

tcpdump syntax for a specific host:

#tcpdump -i rl0 -n host 10.10.0.1

rl0 = interface
10.10.0.1 = your host

tcpdump syntax for a specific port:

#tcpdump -i rl0 -n port 22

22 = your port

However your questions is more about filtering data using shell scripts that 
tcpdump syntax. If you isn't mastered it, tool as ARGUS are a good choice.

___
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: about tcpdump

2010-04-20 Thread marcus
On Thursday 15 April 2010 22:16:45 Michael Hughes wrote:
 On Thu, 15 Apr 2010 23:37:09 +0300
 
 Yavuz Maşlak yavuz.mas...@netiletisim.net wrote:
  I have a network. I wish to log all incoming and outgoing trafficc
  using tcpdump on my gateway server. But I don't want to log these
  traffic's data because of they take up much on disk.
  I only want to log which ports were used, which ip addresses were
  reached. How can I do these using tcpdump ?
  Could you give me an example or docs?
  I use freebsd7.2
 
 Have you thought about using ARGUS (Audit Record Generation and
 Utilization System)?

tcpdump syntax for a specific host:

#tcpdump -i rl0 -n host 10.10.0.1

rl0 = interface
10.10.0.1 = your host

tcpdump syntax for a specific port:

#tcpdump -i rl0 -n port 22

22 = your port

However your questions is more about filtering data using shell scripts that 
tcpdump syntax. If you isn't mastered it, tool as ARGUS are a good choice.

___
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: POP3 , Inetd and Handbook.

2010-03-16 Thread marcus
On Tuesday 16 March 2010 01:48:22 pm Jorge Biquez wrote:
 Hello all.
 
 I'm sorry if this sounds too stupid or basic.
 
 I moved from 4.3 to latest version and it is working fine. On $.x I
 used to have inedt active since services are basic. On new system
 inedt did not active service immediately (not here at least) so I
 enable the service like ftpd on rc.conf
 
 POP3. I remember I read in the list that inetd is not so secure (am I
 wrong?) and that if possible should not be used but since I need
 services up I used that way. Now before studying what's the best way
 to do things I need to have a pop3 deamon running. I installed from
 ports popper but and qpopper but it does not work. What's the daemon
 for popper ? It will worlk if I enable it in rc.conf.?
 
 Inetdd. I want to learn all teh new features (left the path more than
 a year) so I do not want that you solve my problem, but if you can
 point me to where and what study to learn the changes done and the
 best way to have secure and working systems I would apreciate it. I
 am reading Handbook now.
 
 On Handbook. Is a PDF copy available?. Believe it or not sometime I
 can find access to the internet and I would like to be stuyding on
 those times also.
 
 Thanks in advance.
 
 Jorge Biquez

You can find handbook at ftp://ftp.freebsd.org/pub/FreeBSD/doc/
Browser in the sub directories and download the PDF book for your language.


-- 
()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments

Why is it evil? -- http://www.georgedillon.com/web/html_email_is_evil.shtml
___
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: EVOLUTION a, slow start, SOLVED

2010-03-07 Thread Joe Marcus Clarke
On Sun, 2010-03-07 at 11:55 -0300, Sergio de Almeida Lenzi wrote:
 Hello all..   
 
 Finallly I got the problem with evolution  on FreeBSD solved.
 
 Happens that evolution is very slow, on startup, and consumes an HUGE
 amount
 of CPU (system), on startup, making it almost unuseable for multi user
 systems...
 
 The problem is that some plugins  did not offer the startup entries
 that gnome (glib) wants. so FreeBSD tries to resolv the entry using
 dlsym(...)
 and search the entire user address space for that...
 
 a simple patch  for the plugins and e-util/e-plugin.c module solved
 the problem
 and now evolution starts in 3 seconds...

Thanks for looking into this.  Your attached Base64 stream is corrupt.
I was able to look at some of the patch, and I don't see why those
g_warning() calls need to be there.  Can you resubmit the patch (you can
unicast me) with just the stub functions 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
On 12/28/09 2:38 PM, Jerry wrote:
 FreeBSD-7.2
 
 From time to time, I see a warning similar to this in
 the /var/log/messages log file:
 
 Dec 28 11:43:30 scorpio pulseaudio[3850]: module.c: module-detect is 
 deprecated: Please use module-udev-detect instead of module-detect!
 
 Dec 28 11:43:30 scorpio pulseaudio[3850]: oss-util.c: '/dev/dsp2.0' doesn't 
 support full duplex
 
 I am assuming that this is a harmless warning message. Would that
 assumption be correct?

Yes.  The udev module is not going to work on FreeBSD since we don't
have udev.

Joe

 
 
 
 --
 Jerry
 ges...@yahoo.com
 
 |===
 |===
 |===
 |===
 |
 
 Tact is the ability to tell a man he has
 an open mind when he has a hole in his head.
 
 ___
 freebsd-gn...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
 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://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


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);
return(0);
}

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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
 
 what do I have to rebuild inorder to fix this?

It really looks like this is Linux firefox, not native firefox.  AFAIK,
we don't have a native Flash 10 plug-in for FreeBSD yet.  If this really
is native Firefox, consider posting to freebsd-gecko.

Joe

 
 Sam Fourman Jr.
 
 [sfour...@sam ~]$ firefox3
 Gtk-Message: Failed to load module canberra-gtk-module:
 libcanberra-gtk-module.so: cannot open shared object file: No such
 file or directory
 Gtk-Message: Failed to load module gnomebreakpad:
 libgnomebreakpad.so: cannot open shared object file: No such file or
 directory
 Gtk-Message: Failed to load module canberra-gtk-module:
 libcanberra-gtk-module.so: cannot open shared object file: No such
 file or directory
 Gtk-Message: Failed to load module gnomebreakpad:
 libgnomebreakpad.so: cannot open shared object file: No such file or
 directory
 *** NSPlugin Wrapper *** ERROR: NPP_New() wait for reply: Message timeout
 Gtk-Message: Failed to load module canberra-gtk-module:
 libcanberra-gtk-module.so: cannot open shared object file: No such
 file or directory
 Gtk-Message: Failed to load module gnomebreakpad:
 libgnomebreakpad.so: cannot open shared object file: No such file or
 directory
 Gtk-Message: Failed to load module canberra-gtk-module:
 libcanberra-gtk-module.so: cannot open shared object file: No such
 file or directory
 Gtk-Message: Failed to load module gnomebreakpad:
 libgnomebreakpad.so: cannot open shared object file: No such file or
 directory
 
 Sam# uname -a
 FreeBSD Sam.PuffyBSD.Com 8.0-RC3 FreeBSD 8.0-RC3 #0: Wed Nov 18
 22:22:44 UTC 2009 root@:/usr/obj/usr/src/sys/WORKSTATION  amd64
 
 Sam# pkg_info -xI linux
 linux-f10-atk-1.24.0 Accessibility Toolkit, Linux/i386 binary (Linux Fedora 
 10)
 linux-f10-cairo-1.8.0 Vector graphics library Cairo (Linux Fedora 10)
 linux-f10-curl-7.19.6 The command line tool for transferring files
 with URL synta
 linux-f10-cyrus-sasl2-2.1.22 RFC  SASL (Simple Authentication and
 Security Layer) (L
 linux-f10-expat-2.0.1 Linux/i386 binary port of Expat XML-parsing
 library (Linux
 linux-f10-flashplugin-10.0r32 Adobe Flash Player NPAPI Plugin
 linux-f10-fontconfig-2.6.0 An XML-based font configuration API for X
 Windows (Linux Fe
 linux-f10-gtk2-2.14.7 GTK+ library, version 2.X (Linux Fedora 10)
 linux-f10-hicolor-icon-theme-0.5 A high-color icon theme shell from
 the FreeDesktop project
 linux-f10-jpeg-6b   RPM of the JPEG lib (Linux Fedora 10)
 linux-f10-libssh2-0.18 The library implementing the SSH2 protocol
 (Linux Fedora 10
 linux-f10-nspr-4.7.6 Netscape Portable Runtime (Linux Fedora 10)
 linux-f10-nss-3.12.2.0 Network Security Services (Linux Fedora 10)
 linux-f10-openldap-2.4.12_1 Lightweight Directory Access Protocol
 libraries (Linux Fedo
 linux-f10-openssl-0.9.8g The OpenSSL toolkit (Linux Fedora 10)
 linux-f10-pango-1.22.3 The pango library (Linux Fedora 10)
 linux-f10-png-1.2.37 RPM of the PNG lib (Linux Fedora 10)
 linux-f10-sqlite3-3.5.9_1 The library that implements an embeddable
 SQL database engi
 linux-f10-tiff-3.8.2 The TIFF library, Linux/i386 binary (Linux Fedora 10)
 linux-f10-xorg-libs-7.4_1 Xorg libraries (Linux Fedora 10)
 linux-firefox-3.0.15,1 Web browser based on the browser portion of Mozilla
 linux_base-f10-10_2 Base set of packages needed in Linux mode for i386/amd64 
 (L
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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
 
 int mount(const char *type, const char *dir, int flags, void 
 *data);
 
 The problem is that the last parameter, data, apparently has to be in a 
 special structure based on the file system type and it does not describe what 
 this structure is for ufs. It says The format for these argument structures 
 is described in the manual page for each file system, then it follows this 
 up saying that there is no man page for ufs?
 
 I did some searches but could not find a single example of what needs to be 
 plugged into this parameter. Can anyone fill in the missing info?

See /usr/src/sbin/mount/mount_ufs.c from RELENG_6.  Essentially, this
argument should be a ufs_args struct as defined
in /usr/include/ufs/ufs/ufsmount.h.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 labels.  It should have no effect on being able to detect or
mount media.

Joe

 
 I've had lots of trouble with hal/dbus/X in the past
 I wonder if my options are to blame.
 
 many thanks
 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Additional sa devices?

2009-07-09 Thread Marcus Reid
  Hi,

  I just plugged in an old SCSI tape changer, and got the following
  devices:

lrwxr-xr-x  1 root  wheel6 Jul 10 03:28 esa0 - esa0.0
crw-rw  1 root  operator0,  96 May 14 05:43 esa0.0
crw-rw  1 root  operator0, 102 May 14 05:43 esa0.1
crw-rw  1 root  operator0, 105 May 14 05:43 esa0.2
crw-rw  1 root  operator0, 108 May 14 05:43 esa0.3
lrwxr-xr-x  1 root  wheel6 Jul 10 03:28 nsa0 - nsa0.0
crw-rw  1 root  operator0,  95 May 14 05:43 nsa0.0
crw-rw  1 root  operator0, 101 May 14 05:43 nsa0.1
crw-rw  1 root  operator0, 104 May 14 05:43 nsa0.2
crw-rw  1 root  operator0, 107 May 14 05:43 nsa0.3
lrwxr-xr-x  1 root  wheel5 Jul 10 03:28 sa0 - sa0.0
crw-rw  1 root  operator0,  94 Jul 10 03:45 sa0.0
crw-rw  1 root  operator0, 100 May 14 05:43 sa0.1
crw-rw  1 root  operator0, 103 May 14 05:43 sa0.2
crw-rw  1 root  operator0, 106 May 14 05:43 sa0.3
crw-rw  1 root  operator0,  93 May 14 05:43 sa0.ctl

  My question is what the difference is between 'sa0.0' and 'sa0.[1-3]'.
  I can't seem to find it documented anywhere.

  Thanks,

  Marcus
___
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 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 start gnome, hal only mounts cd 
 drives; while icons are produced for the other removable drives, hal 
 does not mount them. Any suggestions would be welcome.

Follow the instructions at http://www.freebsd.org/gnome/docs/halfaq.html
to collect the required information to troubleshoot this problem.

Joe

 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 /usr/local/etc/pkgtools.conf . Now I'm trying to portupgrade
 mplayer-plugin, it also tried to build firefox 2. I tried
 
 www/mplayer-plugin = WITH_GECKO=xulrunner,
 
 but that gave an error message (xulrunner isn't an option). So, I tried
 
 www/mplayer-plugin = WITH_GECKO=libxul,
 
 then:
 
  ===  libxul-1.9.0.7_3 conflicts with installed package(s):
xulrunner-1.8.0.4_15
 
They install files into the same place.
Please remove them first with pkg_delete(1).
 
 What to do - to allow firefox2 to be installed along with firefox3?
 Will they conflict?

You can set the following in /etc/make.conf:

WITH_GECKO=libxul

Most ports have been taught to use libxul for Gecko.  However, firefox2
and firefox3 do not conflict.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 for ORBit, or you have stale NFS 
 locks due to a system crash. See http://www.gnome.org/projects/gconf/ for 
 information. (Details -  1: Failed to get connection to session: Failed to 
 execute dbus-launch to autolaunch D-Bus session)
 
 and wrong date on /var/tmp/orbit-mexas (my username)
 
 % ls -al /var/tmp/
 total 28
 drwxrwxrwt   7 root   wheel  512 18 Feb 15:48 .
 drwxr-xr-x  25 root   wheel  512 18 Feb 14:43 ..
 srwxrwxrwx   1 mexas  wheel0 18 Feb 15:47 dbus-KXVAJaE3A4
 srwxrwxrwx   1 mexas  wheel0 18 Feb 15:47 dbus-l8TP5ypEB0
 srwxrwxrwx   1 mexas  wheel0 18 Feb 15:47 dbus-nUZBGPeroY
 drwx--   2 root   wheel  512 18 Sep 12:50 gconfd-root
 drwx--   2 mexas  wheel  512  1 Jan  1970 orbit-mexas
   ^^^
 
 drwx--   2 root   wheel  512 18 Sep 12:50 orbit-root
 drwxrwxrwt   5 mexas  wheel  512  5 Feb 21:23 texfonts
 drwxrwxrwt   2 root   wheel  512 18 Feb 15:48 vi.recover
 % 
 
 I've in /etc/rc.conf
 
 dbus_enable=YES
 hald_enable=YES
 
 and I've many dbus-launch and dbus-daemon processes:
 
 # ps ax|grep dbus
   594  ??  Is 0:00.05 /usr/local/bin/dbus-daemon --system
 50289  ??  Is 0:00.00 /usr/local/bin/dbus-daemon --fork --print-pid 7 
 --print-address 9 --sessi
 52477  ??  Is 0:00.00 /usr/local/bin/dbus-daemon --fork --print-pid 7 
 --print-address 9 --sessi
 52947  ??  Is 0:00.00 /usr/local/bin/dbus-daemon --fork --print-pid 7 
 --print-address 9 --sessi
 50273  p1  I  0:00.05 dbus-launch --autolaunch 
 c147699dcd782c00b8cb56ec49707d8a --binary-syntax
 50285  p1  I  0:00.00 dbus-launch --autolaunch 
 c147699dcd782c00b8cb56ec49707d8a --binary-syntax
 52943  p1  I  0:00.06 dbus-launch --autolaunch 
 c147699dcd782c00b8cb56ec49707d8a --binary-syntax
 52946  p1  I  0:00.00 dbus-launch --autolaunch 
 c147699dcd782c00b8cb56ec49707d8a --binary-syntax
 53487  p2  R+ 0:00.00 grep dbus
 # 
 
 each time I try to launch a browser another couple of dbus processes
 are started, but never exit.

Make sure you're starting your X session with dbus-launch.  For example:

dbus-launch --exit-with-session fvwm

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: hald makes cdrom fail

2009-02-11 Thread Joe Marcus Clarke
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=0x40 0x00 0x00
 
 I submitted a PR on this
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=i386/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
___
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: 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=0x40 0x00 0x00

 I submitted a PR on this
 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=i386/131426

 but it seems the problem is in hal, and not FBSD.
 But what problem is this causing?  It should be benign.
 
 I cannot mount a cdrom.
 I can do further testing if you suggest the tests.

See http://www.freebsd.org/gnome/docs/halfaq.html .

Joe

-- 
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-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Jails and common ports

2008-11-20 Thread Marcus I. Ryan
Cross-posting this to freebsd-ports because it's mostly about the  
ports infrastructure and how I might (ab)use it...


I'm looking into setting up jails, and was hoping I was onto something  
with using ports to maintain application software but I hit a snag and  
I'm hoping someone can either tell me how to do what I want or at  
least say nope...you're on crack thinking that will work ;)


I'm trying to set up a number of jails on my system following the  
handbook suggestions for Application of Jails  
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-application.html).  That means I have a master read-only instance for the base system (world), and read-write instances of key directories for each jail.  This is ideal for what I'd like to do because I only have to do one world upgrade to upgrade all my  
jails.


I'd like to extend that idea to a number of common ports.  For  
instance, I'd like to have gettext, libtool, etc., installed once and  
be able to do a single portupgrade to update it for all jails.


My initial plan was to make an /opt folder in the master filesystem  
and use the master jail to install ports (PREFIX=/opt and  
LOCALBASE=/opt).  I added the /opt/bin and /opt/sbin to the path and  
/opt/lib to the ld_config directories for the child jails and they  
were indeed able to see the first couple of ports I installed.


However, I started hitting issues with libtool and friends.  The  
children would not find them, and would go ahead and start installing  
their own local copies of those ports.  Turns out quite a few tools  
are defined in /usr/ports/Mk/* and are defined relative to LOCALBASE.   
If I leave LOCALBASE and PREFIX alone in the child jails so they'll  
use /usr/local for their specific ports, I can't recognize and use  
other ports like libtool installed in /opt; it doesn't seem right to  
set LOCALBASE in the child jails since I want them to use /usr/local  
for anything I haven't provided.


I really would like to avoid the joy of making hard-links, etc., for  
all the files in the common packages, but I didn't see any way to  
override settings for these individual ports.  I did edit some  
Makefiles and add '--prefix=/opt' to the CONFIGURE_ARGS for those  
ports, and everything worked fine, but I'd prefer to do it the right  
way (e.g. not editing Makefiles).


Is there a variable I'm not seeing that would allow me to do this kind  
of crazy thing, or am I better off either setting up hard links and/or  
using automated package building and just repeating pkg_upgrades in  
each jail?


If it's the latter, does someone know of a decent all-in-one doc to  
help me at least set up some features so I update ports once in a  
master and just get packages from the same place (I can piece it  
together myself from all the other docs I've found and been reading,  
but if someone has already written it up, hate to reinvent it myself  
:) ).


Thanks in advance.

--
Marcus I. Ryan, [EMAIL PROTECTED]
--
People often find it easier to be a result
of the past than a cause of the future.
--




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


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 a bunch of string by snipping off the left-most?
 
   In short,, can anyone 'splain why strtok needs all this?

Here are two examples, one with dynamically allocated memory, and one
with static memory.  You need the copy so that you allocate writable
space for strtok() to fill in the NUL bytes.  I imagine there are even
better/easier ways, but both of these work okay.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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.   Is there a simpler, more logical way of 
  printing a bunch of string by snipping off the left-most?
  
  In short,, can anyone 'splain why strtok needs all this?
 
 Here are two examples, one with dynamically allocated memory, and one
 with static memory.  You need the copy so that you allocate writable
 space for strtok() to fill in the NUL bytes.  I imagine there are even
 better/easier ways, but both of these work okay.

Posted to http://www.marcuscom.com/downloads/strtokeg.c as the
attachment didn't make it.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 (e.g. jar -xf foo.jar).

Once you have a class file or files you can use java/jad to decompile
the byte code back to .java source code.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: [Samba] Re: Yikes! FreeBSD samba-3.0.26a_2, 1 is forbidden: Remote Code Execution...

2007-12-14 Thread Charles Marcus

On 12/14/2007, W. D. ([EMAIL PROTECTED]) wrote:

When is it going to be fixed?  Does soon mean this century?
This year?  When?


Wow... someone needs to think before they speak.

This is free software. You are in no position to make demands or whine 
about things like this.


Besides - you're complaining to the wrong people - you need to find the 
FreeBSD ports maintainer for samba, and bug HIM (or her)...


--

Best regards,

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


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 it.
  
   Ever since I moved to FreeBSD 7.0, the evolution mail client has become
   ridiculously slow for me. It takes two or three minutes to start up,
   right clicking on a folder takes several minutes to display a context
   menu etc
 
 Same here on sched_4bsd.
 Also I can say, that problem appears earlier than last release of gnome.
 And it becomes worse with last update.
 
 (same bits: startup, right-click on attachment, move message to folder,
 change sort order /that only on last evolution/).

I have seen slowdowns as well.  You can speed up start time by disabling
unused plug-ins as Evo spends a lot of time in the linker when starting.
As for the rest of the slowdowns, please report them using GNOME
Bugzilla.  My research indicates that there is nothing FreeBSD-specific
to this problem.

Joe

 
 
 
 
   My install process was as follows:
  
   1. backup my home directory from a FreeBSD 6.2 install
   2. Format the hard drive
   3. Install 7.0 beta 1.5
   4. csup sources and install beta 2.0
   5. pkg_add xorg, gnome etc -- evolution was slow as a dog from this
   6. portsnap fetch extract
   7. follow the instructions in UPDATING for updating gnome
  
   I tried cd /usr/ports/mail/evolution  make deinstall  make
   reinstall, to see if something had simply gone wrong during the build,
   but nothing changed.
  
   Any ideas?
  
   James
  
  I've also experienced this since moving to 7-CURRENT (and tracking
  through to the current 7.0-BETA2) and have been unable to figure out
  why.  Startup takes between 30 and 40 seconds, during with the
  evolution process consumes 100% of one of the cores of the dual-core
  processor.  After startup, various actions (including right-clicking
  on attachments) take approximately 10 seconds to complete the first
  time the action is done, this time with the evolution-data-server
  process consuming 100% of one core.  Running ktrace against the
  evolution process during startup shows large amounts of apparently
  random information, but I don't have a pre-7 system to compare it to.
  
  I use SCHED_ULE and have had no other noticeable system slowdowns.
  All ports have been built from source with no extra settings in
  /etc/make.conf.
  
  $ cat /var/db/ports/evolution/options
  
  # This file is auto-generated by 'make config'.
  # No user-servicable parts inside!
  # Options for evolution-2.12.1_3
  _OPTIONS_READ=evolution-2.12.1_3
  WITHOUT_PILOT=true
  WITHOUT_LDAP=true
  WITHOUT_SPAMASSASSIN=true
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-gnome
  To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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) to /usr/local/libexec/imapd, and all is
 well, so it is definitely the new release.
 
 I did try manually reinstalling the imap-uw and cclient ports using
 the make option to enable both SSL and plain text passwords.  Still
 no joy.
 
 'Anyone else seeing this/have a workaround?

Try the fix I just committed.  It's now working for me.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: DISPLAY troubles...

2007-06-17 Thread Joe Marcus Clarke
Gary Kline wrote:
   This is a strange one.  Last time I ran my broswer it worked.  
   Also, I *finally* had Gnome auto-booting.  Just now, terminal
   fails to come up ; likewise with firefox.  I rebooted twice but
   don't see anything unusual.
 
   I'm rerunning portupgrade -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
FreeBSD GNOME Team  ::  [EMAIL PROTECTED]
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 reflects a bug in the program.
 The error was 'BadWindow (invalid Window parameter)'.
(Details: serial 29407 error_code 3 request_code 39 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
 that is, you will receive the error a while after causing it.
 To debug your program, run it with the --sync command line
 option to change this behavior. You can then get a meaningful
 backtrace from your debugger if you break on the gdk_x_error() 
 function.)
 cally:/usr/ports/editors/openoffice.org-2$
 (script-fu:4359): LibGimpBase-WARNING **: script-fu: wire_read(): error
 
 cally:/usr/ports/editors/openoffice.org-2$

See the freebsd-x11@ archives.  There is a bug in libX11 that is causing
this.  A patch can be found in the bug to fix this problem.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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:
 
 Unable to mount FreeBSD_Install:
 Mount operation claims to be successfull [sic], but kernel doesn't list the
 volume as mounted
 
 Any ideas? I have googled around with little luck.
 
 My rc.conf includes:
 dbus_enable=YES
 hald_enable=YES
 polkitd_enable=YES
 
 My user is in group 'operator'. I can manually mount cds without problems.
 
 I performed the steps suggested for HAL debugging in the freebsd-gnome FAQ,
 the script session is available at
 http://homepages.ihug.co.nz/~sweetnavelorange/hal_trouble.txt

You need to remove acd0 from /etc/fstab.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: MS, Adobe competition heats up, Will Adobe wake and port Flash to BSD?

2007-04-24 Thread Marcus Barczak

On 24/04/2007, at 3:35 PM, Abdullah Ibn Hamad Al-Marri wrote:


If we don't, BSD is gradually going to be usable only by software
developers.


*cough* OSX *cough*

:)

Marcus

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


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. Before
 portsnap / portmaster that failed altogether. Now CD-R
 burning succeeds, whilst CD-RW burning can still hang
 the machine altogether. Gnomebaker, however, has
 worked consistently.
 
 Once burned, if not ejected, the CD is not recognized
 any more in the burning drive and in the auxiliary
 drive. Mac OS X can, however, recognize the CD.
 
 Indeed after burning a CD and closing the dialog
 (without ejecting) no CD or DVD of any kind was
 recognized any more, nor was any console error output
 generated. The devices simply ceased to communicate.

Without the output of lshal, there is nothing we can do.  Also be aware
that CD burning uses cdrecord and/or growisofs for the underlying work.
If those commands do not work on your system, then n-c-b won't work.
n-c-b just uses HAL to detect burners and which media is in them.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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: /usr/X11R6/lib/libgtk-x11-2.0.la: No such file or directory
 libtool: link: `/usr/X11R6/lib/libgtk-x11-2.0.la' is not a valid libtool 
 archive
 
 I'd rather learn to fix it correctly than symlink libs into the wrong spot.

http://www.freebsd.org/gnome/docs/faq2.html#q2

Joe
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 house are on their own power circuit but
 where the lines split is in between the house and the garage.
 I'm thinking it'll be around 600ft plus all the wiring in the house
 and garage. I'm kinda hesitant to buy one and try it before
 I *think* it may work.

600 ft will be too much.  POE (802.3af) works over Cat 5 which limits
you to 328 feet or 100 meters.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 handle email services to nfs mounted 
  mail stores.  I like their small size and ability to stick several of 
  them in my racks without really taking much room.  (We are short of rack 
  space at the moment for many new servers).
 
 Does FreeBSD 6.x actually boot on the hardware of these Macs yet?
 (They're using EFI, not the classic PC BIOS.)

Yes, with Bootcamp.  However, they cannot boot FreeBSD automatically (or
at least I haven't found a way to do it).  You must hold the Option key
down at boot-time to select the alternate OS.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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)
  run on a MacBook laptop.
 
  Does anyone have it running on a Mac Mini (intel)?  I might be
  interested in getting a couple to handle email services to nfs  
  mounted
  mail stores.  I like their small size and ability to stick  
  several of
  them in my racks without really taking much room.  (We are short  
  of rack
  space at the moment for many new servers).
 
  Does FreeBSD 6.x actually boot on the hardware of these Macs yet?
  (They're using EFI, not the classic PC BIOS.)
 
  Yes, with Bootcamp.  However, they cannot boot FreeBSD  
  automatically (or
  at least I haven't found a way to do it).  You must hold the Option  
  key
  down at boot-time to select the alternate OS.
 
 Have you tried BAMBIOS (http://www.osxbook.com/book/bonus/misc/ 
 legacyboot/ ?)

This sounds a bit like what Bootcamp already provides.  However, it
doesn't seem to be available currently to try.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


RSA SecurID soft tokens under FreeBSD

2006-07-10 Thread Marcus Reid
Hi,

Does anyone use RSA SecurID soft tokens under FreeBSD?
I'm writing a end-to-end monitoring app and will be
needing to authenticate using SecurID, and have come
up pretty empty-handed in my search for more info.

Thanks,

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


slapd hangs in nss configuration

2006-06-25 Thread Marcus I. Ryan
I'm trying to set up NSS with an OpenLDAP backend on one server.  When  
I try to start slapd after I've enabled nss, slapd hangs and won't  
start.  It seems to relate directly to group nss because if I simply  
change the nsswitch.conf to be:


passwd: files ldap
groups: files

slapd starts fine.  As soon as I add ldap to the groups line, slapd  
won't start.  All involved groups I can think of (wheel, ldap, etc.)  
are in the local groups file.  I tried groups: files [success=return]  
ldap as well, but either way it still tries to go to ldap.


Truss shows it's not exactly hanging, but it's stuck in a loop -- the  
same truss output keeps repeating:


83287: poll({11 0x0|IN|PRI|NVAL|RDNORM|RDBAND|WRBAND },1,3) = 0 (0x0)
83287: shutdown(0xb,0x2) = 0 (0x0)
83287: close(11) = 0 (0x0)
83287: gettimeofday({1151263559 839848},0x0) = 0 (0x0)
83287: getpid()  = 83287 (0x14557)
83287: sendto(0x3,0x7fffca50,0,0x0,NULL,0x0) = 118 (0x76)
83287: stat(/usr/local/etc/nss_ldap.conf,0x7fffce90) = 0 (0x0)
83287: getpid()  = 83287 (0x14557)
83287: geteuid() = 0 (0x0)
83287: socket(0x1,0x1,0x0)   = 11 (0xb)
83287: fcntl(11,F_GETFL,0x80122ebe4) = 2 (0x2)
83287: fcntl(11,F_SETFL,0x6) = 0 (0x0)
83287: connect(0xb,{ AF_UNIX /var/run/openldap/ldapi },106) ERR#61  
'Connection refused'

83287: shutdown(0xb,0x2) = 0 (0x0)
83287: close(11) = 0 (0x0)
83287: gettimeofday({1151263559 840968},0x0) = 0 (0x0)
83287: getpid()  = 83287 (0x14557)
83287: sendto(0x3,0x7fffca50,0,0x0,NULL,0x0) = 142 (0x8e)
83287: gettimeofday({1151263559 841282},0x0) = 0 (0x0)
83287: getpid()  = 83287 (0x14557)
83287: sendto(0x3,0x7fffca50,0,0x0,NULL,0x0) = 97 (0x61)
83287: nanosleep({16 0}) = 0 (0x0)
83287: stat(/usr/local/etc/nss_ldap.conf,0x7fffce90) = 0 (0x0)
83287: getpid()  = 83287 (0x14557)
83287: geteuid() = 0 (0x0)
83287: socket(0x2,0x1,0x0)   = 11 (0xb)
83287: setsockopt(0xb,0x6,0x1,0x7fffd014,0x4) = 0 (0x0)
83287: fcntl(11,F_GETFL,0x80122ebe4) = 2 (0x2)
83287: fcntl(11,F_SETFL,0x6) = 0 (0x0)
83287: connect(0xb,{ AF_INET 127.0.0.1:389 },16) ERR#36 'Operation now  
in progress'


I'm pretty well stumped at this point, except to update the slapd  
startup script to update nsswitch.conf...


--
Marcus I. Ryan, [EMAIL PROTECTED]

Hanlon's Razor:  Never attribute to malice that which is adequately
explained by stupidity.






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


Re: wikipedia article

2006-06-13 Thread Marcus Watts
Various wrote:
 From: Otto Moerbeek [EMAIL PROTECTED]
 To: Ted Mittelstaedt [EMAIL PROTECTED]
...
  What was the bit size of the CPU's originally used to write UNIX in Bell
  Labs?
 
 What's more, iirc the MMU of the pdp11 isn't what we call a MMU today,
 it could not even do paging.

The pdp-11 mmu could handle program relocation, segmentation (after
a fashion) and memory protection.  I'm not sure what more you
could expect from an mmu.  What you mean by paging is
probably demand paging, which means the ability to run a program
without requiring that it be entirely resident.  The key
feature you need for that is a guarantee that any instruction fault
caused by missing memory can be either restarted or continued.
In most architectures that's a question of cpu design not mmu.

In the case of the pdp-11 that's mostly a moot point.  The pdp-11 only
provides for mapping the 64k of memory space into into 8 segments
(addressable on 64-byte clicks) and there's just not much win to
demand paging 8 pages.  (actually 6 x 8 pages; there was kernel,
user, and supervisor mode,  each had separate instruction and data
spaces, but supervisor mode was rarely used in Unix environments, and
only a few large user mode programs ran using split I/D space.)  For
what it's worth, though, I *think* it was possible to restart most
instructions on the /45 and /70, which were the big machines and the
primary target of most later pdp-11 work.  In fact, some use was made
of this feature -- automatic stack growth.  If you look through ancient
Unix source, you'll find interesting bits of kernel code that manage
this.

There's actually a cheesy way to do demand paging with microprocessors
that don't support demand paging (such as the original 68000--another
16 bit machine).  The way to do this is to run two processors in parallel
but skewed by one instruction.  If the first one does a bad memory fetch,
then the second one will not have fetched the instruction causing the
fault so contains restartable machine state.  Masscomp sold a machine
like this once.

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


Re: wikipedia article

2006-06-13 Thread Marcus Watts
Various wrote:
 Message-ID: [EMAIL PROTECTED]
 Date: Wed, 14 Jun 2006 00:50:53 +0200
 From: Johnny Billquist [EMAIL PROTECTED]
 Organization: Update Computer Club
 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)
 X-Accept-Language: en-us, en
 MIME-Version: 1.0
 To: =?ISO-8859-1?Q?Per_Fogelstr=F6m?= [EMAIL PROTECTED]
 CC: [EMAIL PROTECTED], Marcus Watts [EMAIL PROTECTED],
 Otto Moerbeek [EMAIL PROTECTED],
 Ted Mittelstaedt [EMAIL PROTECTED],
 John Nemeth [EMAIL PROTECTED],
 Nikolas Britton [EMAIL PROTECTED],
 Ted Unangst [EMAIL PROTECTED],
 =?ISO-8859-1?Q?H=E1morszky_Bal=E1zs?= [EMAIL PROTECTED],
 misc@openbsd.org, freebsd-questions@freebsd.org,
 [EMAIL PROTECTED]
 Subject: Re: wikipedia article
 
 Per Fogelstr=F6m wrote:
  On Tuesday 13 June 2006 14:23, Rick Kelly wrote:
 =20
 Johnny Billquist said:
 
 There's actually a cheesy way to do demand paging with microprocessor=
 s
 that don't support demand paging (such as the original 68000--another
 16 bit machine).  The way to do this is to run two processors in
 parallel but skewed by one instruction.  If the first one does a bad
 memory fetch, then the second one will not have fetched the instructi=
 on
 causing the fault so contains restartable machine state.  Masscomp so=
 ld
 a machine like this once.
 
 Didn't the first Apollos do this?
 
 And also the Sun 1.
 =20
 =20
  IIRC it was simpler than that. When the first cpu caused a 'miss' it wa=
 s put
  in wait and cpu 2 handled the pagein and then released cpu 1. Keeping t=
 he two
  cpus synched, one instruction apart would have been too complicated if =
 not
  impossible...
 
 Your idea will not work, as far as I can tell.
 If the first CPU instruction execution causes a miss, the end result in=20
 the CPU will be pretty undefined, and you cannot restart. That's the=20
 whole point in why you'd have a second CPU shadowing the first one. So=20
 that you'd be able to restore the state as it were before the illegal=20
 memory access.
 And that was the problem with the original 68000. On an illegal memory=20
 reference, you would not know what state the CPU was in before the=20
 instruction, so you could not back it up, and re-execute the instruction=20
 after a page fault.
 
   Johnny

Several clarifications.  The sun-1 did not have a dual CPU page fault
arrangement.  It used a slightly higher clock speed version of the
same CPU board used previously used by codata  4 other vendors,
originally designed by stanford university.  Instead of using the
motorola MMU which was late to market, expensive,  slow, or industry
standard MMU cache logic (TLB), they used a very clever generic chip
implementation that used the CPU alternate space instructions to manage
dedicated high speed RAM which provided all the mapping.  This managed
a page addressed space, but did NOT do demand paging.  Another exciting
low-cost feature of the sun-1 CPU was software dynamic ram refresh-
every 2 ms, the CPU was interrupted by the refresh interrupt and would
execute 127 nop instructions.  The sun-2 was very similiar to the sun-1,
but upgraded the 68000 to a 68010 (which could do instruction restarts
and hence demand paging), deleted the onboard RAM, and instead added
the ability to use DMA via an IOMMU to private bus RAM.  The sun-1 ran
unisoft version 7 unix, complete with swapping.  The sun-2 ran 4.2bsd.
I've got an actual physical codata processor manual (complete with
schematics) but I believe I've seen a sun-1 processor manual in pdf
somewhere on the web recently.

I'm not 100% sure how masscomp or apollo handled page faults.  The
impression I had is that the first CPU got reset, and the second was
interrupted on the instruction boundary and saved its CPU state first
thing in the interrupt handler.  While the user register state in the first is
undefined, the CPU itself is still good - it can take an interrupt,
transition into kernel mode and recover machine state from somewhere
else (like the 2nd CPU) just fine.  That seems to me to be the most
sane way it could have been handled.  I suppose it's possible the 2nd
CPU could have been instead paused, while the first CPU processed the
segmentation violation, trashed its non-recoverable machine state,
handled the exception, and ?somehow? reloaded machine state from the
2nd paused CPU.  Switching to a different process while the 2nd CPU was
paused waiting for a page to come in off disk might have been a bit
awkward.  So while I think this might have been made to work, I doubt
it could have performed as well.

So far as the 2 cpu synchronization logic goes - either of these
would have required such a beast.  The 68000 used address spaces to
distinguish between instruction and data references, so instruction
synchronization was no problem.  It might have been necessary to decode
instructions to sort out operands  other instruction stream
references, including logic to sort out page faults in the middle

Re: KDE + GNOME?

2006-04-19 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Duane Whitty wrote:
 Hello everyone,
 
 I'm contemplating installing GNOME .  I am currently
 using KDE.  Does anyone know of any issues I should
 be aware of before I proceed.  I'm mostly concerned
 about dependency issues, especially wtih respect to the
 xorg clients and firefox.
 
 Essentially I would like to be able to choose which
 environment I am going to run on a per-session basis.
 Any hints, pointer, RTFMs, would be greatly appreciated.

http://www.freebsd.org/gnome/ should get you started.  Check out the
FAQ.  You can get more help 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://enigmail.mozdev.org

iD8DBQFERntTb2iPiv4Uz4cRAgSQAJ9zlbC6WZWtjvHyxr3gPM/yX3HQVQCgoIgN
yZq40oOOGCD69b7tKFywTrk=
=1iZL
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [Fwd: Re: Problems with Postfix port]

2006-04-19 Thread Marcus Alves Grando
It's a known problem.

Use mail/postfix-policyd-spf instead of SPF patch.

Regards

Paul Schmehl wrote:
 I'm forwarding this to the ports list.  Obviously someone needs to look
 in to the libspfs port and fix the problem with it.
 
  Original Message 
 Subject: Re: Problems with Postfix port
 Date: Wed, 19 Apr 2006 20:57:55 +0100
 From: Chris Hastie [EMAIL PROTECTED]
 To: freebsd-questions@freebsd.org
 References: [EMAIL PROTECTED]
 [EMAIL PROTECTED] [EMAIL PROTECTED]
 
 On Wed, 19 Apr 2006, Paul Schmehl [EMAIL PROTECTED] wrote
 Kevin Kinsey wrote:
 To build Postfix on FreeBSD you MUST USE the FreeBSD
 getopt() system routine, not the GNU version.

 Is this likely to be the case if I installed from the port? If so,
 how  do I get
 around it? And any suggestions about spawn?

 Thanks

  It doesn't seem likely to me that this is the problem,

 To me either.  I ran into a problem a while back with Postfix, and
 that's the same answer they gave me.  It turned out to be a problem
 with SPF.  Once I deselected that, postfix compiled fine.
 
 Ah, I think they are connected. I had a response off list that suggested
 adding -DPREPEND_PLUS_TO_OPTSTRING to  MAKEFILEFLAGS in the postfix
 makefile. A google on this led me to a suggestion from Wietse that this
 hack is unnecessary and Perhaps you linked Postfix with some
 third-party library (SSL? SASL? SQL?) that includes its own
 brain-damaged getopt() routine.
 
 Digging a bit deeper, I spotted a suggestion that SPF might be that
 third-party library, so recompiled without that option and bingo! It all
 works again.

-- 
Marcus Alves Grando
marcus(at)corp.grupos.com.br  |  Grupos Internet S/A
  mnag(at)FreeBSD.org |  FreeBSD.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

2006-02-06 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
 On 2/6/06, Nikolas Britton [EMAIL PROTECTED] wrote:
 My dependency are all foobared up now, How do I change them all back
 to fam-2.6.9_6, so I don't have to run pkgdb -F everytime I
 portupgrade?
 
 Into /usr/local/etc/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://www.FreeBSD.org/gnome
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFD56/Xb2iPiv4Uz4cRAmEkAJ9yTJ71mT27570de1rzvgcm6PTCoACfaGqZ
Yav3w3bE/hWcB1DiG2oDUOE=
=bfGN
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

2006-02-03 Thread Joe Marcus Clarke
On Sat, 2006-02-04 at 17:09 +1100, Norberto Meijome wrote:
 Norberto Meijome wrote:
  Hi,
  Is there other port that installs the GTK Ethereal interface ? net/ports 
  is installing tethereal and lots of other files, but NOT 
  /usr/X11R6/bin/ethereal.
  
 []
  
 
  $ sudo nice make WITH_X11=true install
 
 Ok, figured it out, the following works as a simple make install (IMHO), 
 should:
 
 make WITH_X11=yes WITH_GTK2=yes WITH_GNOME2=yes install
 
 Given that there also exist the tethereal and -lite ports, shouldn't the 
 ethereal port build with those options by default?

It is.  You 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


morto

2005-11-18 Thread marcus
me veja peladinha
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

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

2005-10-17 Thread Joe Marcus Clarke

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Kelly wrote:
| On Mon, Oct 17, 2005 at 09:54:15AM -0500, Charles Howse wrote:
|
|Hello List,
|
|I have a PowerMac G5, named larry, which the 'Sharing' tab in System
|Preferences tells me that other machines on the network can access as
|'larry.local'.
|
|I have a FreeBSD 4.11 machine on the same subnet, named moe (no
|domain name), with NFS enabled.
|
|I can connect to the FreeBSD machine's share by using Connect to
|Server in OS X, but the machine doesn't show up in the Network pane
|of Finder.
|
|Can anyone point me to some resources where I can find a resolution to
|this?  --
|
|
| I think others are pointing you in the wrong direction. MacOS uses
| Bonjour to discover local net resources. Believe this may have been
| previously called Rendezvous.
| http://developer.apple.com/networking/bonjour/
|
| net/howl and net/mDNSResponder 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://www.FreeBSD.org/gnome
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDU88hb2iPiv4Uz4cRAgoiAJ4s0s+Es6hYkzsrfAXy2+saBi5zuwCfS83R
v+5qgV8E0oVlamiidZ24Pc0=
=aQrB
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 the default
 localhost.my.domain to localhost.ontrca.adelphia.net
 http://localhost.ontrca.adelphia.net,
 but have the same error.  Do you know how I might
 remedy this?

See http://www.freebsd.org/gnome/docs/faq2.html#q20 for what you need to
do to fix the hostname resolution issues for GNOME.

Joe
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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


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
 localhost name and/or change it? Otherwise, you've provided me with great
 information with the gnome doc.

The hostname command will tell you your hostname.  You can change it
with the same command, and set it permanently in /etc/rc.conf.  See the
man pages for hostname(1) and rc.conf(5) for more details.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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


Re: gdm question.

2005-08-26 Thread Joe Marcus Clarke

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Gary Kline wrote:
|   To the Gnome-savvy out there,
|
|   About a week ago I had reason to reboot this server.  I
|   had set the gdm_enable variable to =YES and when things
|   came up again, *voila*, I logged into my gdk account anf
|   Gnome churned up!!  I logged out, then tried to login to
|   kline.  My std login still uses ctwm.  For some reason
|   gdm kicked me off; could the default except to see
|   exec gnome_session? and if not, the user is out of luck?
|   Did I miss some setting on gdm?

GDM 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 / #freebsd-gnome
http://www.FreeBSD.org/gnome
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDD1Jsb2iPiv4Uz4cRAv9eAKCTYSlTAyb4TKEfXEXlvs7aMoFCkQCfaCbK
kneJXwdq9mzbBqCVb2j/Fkk=
=4YOh
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 port of it at
http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/ports.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: Upgrading GNOME

2005-07-27 Thread Joe Marcus Clarke

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frank Jahnke wrote:
| I am upgrading Gnome from 2.4 to 2.10 with a clean install (I have
| backups) as part of an upgrade from FreeBSD 5.2.1 to the 6.0 Beta (which
| is working well, btw).  I would like to preserve various settings from
| my old system, including bookmarks, passwords, old email, contacts, and
| various folders.  How do I do so?

You should restore your home directory, then let the applications handle
their settings migration.

|
| 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 that both Epiphany and Evolution did not recognize
| them.  If there is a page describing the upgrade I'd be happy to follow
| it if a link is provided.

You should never copy settings files.  Instead, let the applications
themselves handle migration.  Evolution, for example, will migrate its
own settings files.  Copying files by hand will only break things.

Note: an upgrade step this large has not been tested by the FreeBSD
GNOME team.

Joe

|
| Please copy me on any replies; I don't read both of these groups
| regularly.
|
| Thank 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 PROTECTED]
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFC6AHjb2iPiv4Uz4cRAqPoAJ9G4baaP8Q7pNaAiDk3V1w/08wU7QCgkLxo
GsJelazkcF7zcbUXoq87liY=
=WSu/
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 that both Epiphany and Evolution did not recognize
|| them.  If there is a page describing the upgrade I'd be happy to follow
|| it if a link is provided.
|
|You should never copy settings files.  Instead, let the applications
|themselves handle migration.  Evolution, for example, will migrate its
|own settings files.  Copying files by hand will only break things.
|
|
| OK -- so what settings files do I delete to get this to work?
| Evolution's import facility, for example, did not recognize that any
| email files existed.  I suspected that some of the index files need to
| be deleted, but before I do so I seek advice.

No files should need to be deleted.  Just restore your entire home
directory as it was under GNOME 2.4, and run each application.  If Evo
is not recognizing the old files, you may be out of luck.

Joe

- --
Joe Marcus Clarke
FreeBSD GNOME Team  ::  [EMAIL PROTECTED]
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFC6AVtb2iPiv4Uz4cRAn7UAJ9FQoabpKKNI1zz0w0gz9aHVLlKlwCfbq7v
4Yddjm112P+d0dSOoklmyIQ=
=6kdO
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 a cvsup at about 22:00hrs EST.  I cvsuped because I found a post 
 on the archives 
 (http://lists.freebsd.org/pipermail/freebsd-questions/2005-May/088571.html) 
 with a similar problem, but it didn't help :(
 
 
 Here is some output from gmake after doing:
 cd /usr/ports/x11/gnome2
 make clean
 make
 make install
 
 
 /usr/local/bin/orbit-idl-2 -I `pkg-config --variable=idldir 
 bonobo-activation-2.0` ./GNOME_VFS_Daemon.idl
 orbit-idl-2 2.12.1 compiling
mode, show preprocessor errors, passes: stubs skels common headers
 
 stdin:1:30: Bonobo_Unknown.idl: No such file or directory
 ./GNOME_VFS_Daemon.idl:156: Error: `Bonobo' undeclared identifier

Looks like you need to reinstall devel/libbonobo first.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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, 
 it appears to work fine, but I do see warnings printed (see below). Is 
 this normal? Is it a bug; I searched around and the closest thing I found is
 
 http://mail.gnome.org/archives/gnumeric-list/2004-September/msg00032.html
 
 However, the author of that post gave directions to fix it for Debian. 
 Will this fix work for FBSD 5.4-STABLE? Is there anything else I should 
 know about it? Why is there a problem in the first place? Any insight 
 and information on the matter would be greatly appreciated. Thank you 
 for your help and time.

It should be a simple matter of reinstalling math/gnumeric.  The port
should handle updating all of the GConf schemas automatically.  All of
my schema definitions have been properly loaded here.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: gnome-update.sh

2005-05-23 Thread Joe Marcus Clarke

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Timothy Smith wrote:
| how likely is the gnome upgrade script to work on a 4.10 system? i have
| a few manully updated ports related to wxpython and wxGTK.
| basicly what i'm intrested in, is can the gnome upgrade script totally
| blow apart my gnome installation/system, or is it intellegent enough to
| only replace things once they have built correctly?

gnome_upgrade.sh will remove all ports that depend on glib20, then
rebuild them.  It will maintain a list of ports it still needs to
install, so you should be able to get back to your current 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  ::  [EMAIL PROTECTED]
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCkqz5b2iPiv4Uz4cRAuaKAKCboEFqSihE4LJTs9Bljh/7YKxePgCgoPkc
bL7WCQ+w6NmXMktBMvFI0gE=
=gn+m
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 of that, but I've 
 been 
 struggling to get everything upgraded to the latest versions from the ports 
 tree ever 
 since. Maybe I've been doing stuff wrong, but I've had about a dozen build 
 failures, 
 mostly due to portupgrade's reluctance to upgrade some packages. I've slowly 
 whittled away 
 at these by deinstalling/reinstalling and I'm down to two packages... 
 gnomeapplets and 
 gnome2-lite. But now I get a real build error and I'm stuck... something to 
 do with acpi. 
 I'll paste the output below. Would appreciate any help.

Read the message that's printed when you start to build gnomeapplets2.
You need the FreeBSD kernel source installed in /usr/src (or you need to
set the FREEBSD_SYS variable to point to the location where the kernel
source is installed).

Hopefully, this need will go away in the future when the ACPI headers
are copied to /usr/include.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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
  /cvs/cvsupd/prefixes/FreeBSD.cvs/src/bin/sh/var.h,v: 1: head expected
 
  Then when I run make buildworld, that fails
 
 What cvsup server are you using? It appears to be corrupted.

Yes, cvsup12 is definitely corrupt, and will produce this exact error.
I switched to cvsup11, but I had to completely remove my src tree before
the builds would work again.

Joe

 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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:
 
 ** (gnome-cd:671): WARNING **: could not contact cddb server
 
 how to fix

What messages are printed to stdout/stderr when this happens?  Make sure
that ~/.cddb* are all owned by you.  If things are still failing, get a
binary sniffer trace of the CDDB conversation.

Joe

 
 --Karl
 
 _
 Express yourself instantly with MSN Messenger! Download today - it's FREE! 
 http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: Firefox 1.0 cores while printing

2004-12-07 Thread Joe Marcus Clarke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
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.
|
| Here's what I have:
|
| Relevant ports:
| firefox-1.0_3,1
| firefox-remote-20040803
| flashplugin-firefox-0.4.12
| cups-base-1.1.22.0
| cups-lpr-1.1.22.0
|
| The problem occurs on FreeBSD 4.10 Release and 5.3 Release with
| xorg-6.7.0_1 and on 4.10 Release with XFree86-4.3.0,1.
|
| I have the TabBrowser preferenced 1.1.1 extension installed, and the
| Noia 2.0 Extreme theme (2.79) installed.
|
| It does NOT happen with Mozilla.
| It always leaves a firefox-bin.core file behind - caused by a segfault.
| It happens with any page I try to print, not just complex pages.
|
| I cannot find anything directly relevant at firefox central, but bug
| #268660 seems similar:
| https://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
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBtd0Zb2iPiv4Uz4cRAin3AKCttSxgF6swGfeMQ0CliAh1w/xeUQCfTHpG
DglRvLAOdscSIXDwIoNHQ14=
=TGO9
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.
||
|| Here's what I have:
||
|| Relevant ports:
|| firefox-1.0_3,1
|| firefox-remote-20040803
|| flashplugin-firefox-0.4.12
|| cups-base-1.1.22.0
|| cups-lpr-1.1.22.0
||
|| The problem occurs on FreeBSD 4.10 Release and 5.3 Release with
|| xorg-6.7.0_1 and on 4.10 Release with XFree86-4.3.0,1.
||
|| I have the TabBrowser preferenced 1.1.1 extension installed, and the
|| Noia 2.0 Extreme theme (2.79) installed.
||
|| It does NOT happen with Mozilla.
|| It always leaves a firefox-bin.core file behind - caused by a segfault.
|| It happens with any page I try to print, not just complex pages.
||
|| I cannot find anything directly relevant at firefox central, but bug
|| #268660 seems similar:
|| https://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]
|
|
| I assume you mean this one:
| http://www.freebsd.org/cgi/getmsg.cgi?fetch=84710+0+current/freebsd-gnome
| in which you mention a conflict between NSS in Firefox and OpenSSL in
| Cupsd.  Wouldn't that mean that Mozilla would crash too?
No.  Mozilla doesn't yet load libcups.  I think mozilla-devel does, though.
|
| Regardless, if I understood your conclusions, you suggested rebuilding
| cups-base using GnuTLS instead of OpenSSL - right?
Yes.  I've done it here, and it works perfectly in Firefox.
|
| I'm not quite sure how to tell the port to omit OpenSSL.  According to
| the config options from the cups source package, it defaults to both,
| but I don't see options within the CUPS port to do this.  I'm assuming
| this is the reason you copied the cups port maintainer.
|
| In the meantime, I've added the following line to the makefile in
| /usr/ports/print/cups-base:
| CONFIGURE_ARGS+= --disable-openssl --enable-gnutls
This is correct.
|
| According to the output from 'make configure' it is now finding the
| gnutls libs, so I rebuilt and reinstalled cups-base.
|
| cupsd is now linking as follows:
| # ldd /usr/local/sbin/cupsd
| /usr/local/sbin/cupsd:
| libz.so.2 = /usr/lib/libz.so.2 (0x280a)
| libgnutls.so.12 = /usr/local/lib/libgnutls.so.12 (0x280ad000)
| libtasn1.so.2 = /usr/local/lib/libtasn1.so.2 (0x2810b000)
| libgcrypt.so.12 = /usr/local/lib/libgcrypt.so.12 (0x2811b000)
| libgpg-error.so.1 = /usr/local/lib/libgpg-error.so.1 (0x28166000)
| libcups.so.2 = /usr/local/lib/libcups.so.2 (0x2816a000)
| libcrypt.so.2 = /usr/lib/libcrypt.so.2 (0x28186000)
| libc.so.4 = /usr/lib/libc.so.4 (0x2819f000)
| libgnugetopt.so.1 = /usr/local/lib/libgnugetopt.so.1 (0x28238000)
| libintl.so.6 = /usr/local/lib/libintl.so.6 (0x2823b000)
| libiconv.so.3 = /usr/local/lib/libiconv.so.3 (0x28244000)
|
| No change in behavior.  It is still linking to libgcrypt and
| /usr/lib/libcript.so.2, but I don't know if any of these are the
| problem.
This looks okay.  The bottom line is that libcups.so.2 should no longer
be linked to libcrypto and libssl.  It really doesn't matter what cupsd
is linked to.
Joe
|
| Lou
- --
Joe Marcus Clarke
FreeBSD GNOME Team  ::  [EMAIL PROTECTED]
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/gnome
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBtey3b2iPiv4Uz4cRAiAwAJ9xdxlHSr9pq+IF28Q9McyhyJaJ2QCgkZVI
obohhROtQojMHoUkh2NeHzs=
=HdlJ
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 in firefox 1.0, they immediately show (Untitled)
| with a middle-click, CTRL-click on a link, or right-click - Open link
| in new tab.  When I drag a link to the tab bar, an empty tab is created
| but the link loads in the first tab.
Have you done what's documented in /usr/ports/UPDATING?  Old .dat files
under ~/.mozilla/firefox can cause strange UI problems.
Joe
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBq3JCb2iPiv4Uz4cRAioFAJ4k1rm4Lt5y4JqCZlMz0EdE8Ky+LACeIiEj
bV87mKCxZaC5wSs+51h2/kg=
=59AJ
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 constantly.  Instead, copy the included
| gdm.sh.sample script to gdm.sh, and restart.  This script is found
| in /usr/X11R6/etc/rc.d.
|
| Silly question, but I'm not sure I understand where to copy this file
| to.  Same directory (/usr/X11R6/etc/rc.d)?
Yes.
~  Does doing this alone enable
| gdm without any changes to /etc.ttys?
That's right.  With this script, no changes are required to /etc/ttys.
~  I have only a text login now, no
| xdm/kdm/gdm at all, but want to have gdm enabled with sessions available
| for gnome, kde, icewm, and xfce4.
See the FAQ at http://www.freebsd.org/gnome/ on how to add additional
desktop sessions to GDM.
Joe
|
| Thanks for any clarification.
|
| ___
| [EMAIL PROTECTED] mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to
[EMAIL PROTECTED]
|
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBq6egb2iPiv4Uz4cRAgKLAJ0eVubBo267v2ODV9U+Q1AGioPDcACfWMvC
FNbVSZkZVdIVVsaTE3/MAZc=
=aMW8
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 dvds. Is there a built in mixer
 program that I can use to increase volumes that way? I remember in
 Linux there was.

Try getting preferences on the volume applet, then select the Output
Gain mixer channel.  That should give you a boost.

Joe

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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
- -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare
 -Wno-sign-compare  -L/usr/local/lib -rpath /usr/X11R6/lib/evolution/2.0
- -o cptest  cptest.o test-utils.o libexchange.a ../xntlm/libxntlm.a
- -L/usr/X11R6/lib/evolution/2.0 -leutil -Wl,--export-dynamic -pthread
- -L/usr/local/lib -L/usr/X11R6/lib/evolution/2.0 -L/usr/X11R6/lib
- -lsoup-2.2 -lgnutls -lgcrypt -lgpg-error -leshell -lgnomeui-2 -lSM -lICE
- -lgal-2.2 -lgal-a11y-2.2 -lbonoboui-2 -lgnome-2 -lpopt -lgnomevfs-2
- -lgnomecanvas-2 -lglade-2.0 -lgnomeprint-2-2 -lpangoft2-1.0
- -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXcursor -latk-1.0
- -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lXrender -lXext
- -lfontconfig -lpangox-1.0 -lX11 -lart_lgpl_2 -lpango-1.0 -lgobject-2.0
- -lbonobo-2 -lbonobo-activation -lxml2 -lz -lgconf-2 -lORBit-2 -lm
- -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv   -L/usr/local/lib -lldap
- -llber  -L/usr/lib -lkrb5 -lc
|  rypt -lcrypto -lasn1 -lcom_err -lroken -lgssapi
| cc -O -pipe -Wall -Wmissing-prototypes -Wnested-externs
- -Wpointer-arith -Wno-sign-compare -Wno-sign-compare -o cptest cptest.o
test-utils.o -Wl,--export-dynamic  -L/usr/local/lib libexchange.a
../xntlm/libxntlm.a -L/usr/X11R6/lib/evolution/2.0 -leutil -pthread
- -L/usr/X11R6/lib -lsoup-2.2 /usr/local/lib/libgnutls.so -lgcrypt
/usr/local/lib/libgpg-error.so -lintl -leshell -lgnomeui-2 -lSM -lICE
- -lgal-2.2 -lgal-a11y-2.2 -lbonoboui-2 -lgnome-2 -lpopt -lgnomevfs-2
- -lgnomecanvas-2 -lglade-2.0 -lgnomeprint-2-2 -lpangoft2-1.0
- -lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -lXcursor -latk-1.0
- -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft /usr/local/lib/libfreetype.so
- -lXrender -lXext -lfontconfig -lpangox-1.0 -lX11 -lart_lgpl_2
- -lpango-1.0 -lgobject-2.0 -lbonobo-2 -lbonobo-activation -lxml2 -lz
- -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -lgthread-2.0 -lglib-2.0 -liconv
- -lldap -llber -L/usr/lib -lkrb5 -lcrypt -lcrypto -lasn1 -lcom_err
- -lroken -lgssapi -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpat
|  h -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib/evolution/2.0
| /usr/X11R6/lib/libgnomeprint-2-2.so: warning: tmpnam() possibly used
unsafely; consider using mkstemp()
| /usr/X11R6/lib/evolution/2.0/libeutil.so: warning: mktemp() possibly
used unsafely; consider using mkstemp()
| libexchange.a(e2k-kerberos.o): In function `e2k_kerberos_change_password':
| e2k-kerberos.o(.text+0x220): undefined reference to
`krb5_free_data_contents'
| e2k-kerberos.o(.text+0x230): undefined reference to
`krb5_free_data_contents'
| gmake[3]: *** [cptest] Error 1
| gmake[3]: Leaving directory
`/usr/ports/mail/ximian-connector/work/ximian-connector-2.0.2/lib'
| gmake[2]: *** [all] Error 2
| gmake[2]: Leaving directory
`/usr/ports/mail/ximian-connector/work/ximian-connector-2.0.2/lib'
| gmake[1]: *** [all-recursive] Error 1
| gmake[1]: Leaving directory
`/usr/ports/mail/ximian-connector/work/ximian-connector-2.0.2'
| gmake: *** [all] Error 2
| *** Error code 2
|
| Stop in /usr/ports/mail/ximian-connector.
|
| found a bug report here;
| http://www.freebsd.org/cgi/query-pr.cgi?pr=73793
|
| says;
|
| ximian-connector was only tested with the heimdal port on 4.X.  The base
| Kerberos was not tested and is not currently supported.  However, patches
| are welcome. 
|
| Any Ideas?
Update your ports tree.  The heimdal port should now be installed by
default (via a port dependency) on 4.X.
Joe
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBmnVOb2iPiv4Uz4cRAlbkAJ4mukS9wDMUMrcgQuSLiiS9P5HXygCfWUQA
jhH78vtvxtwrJo3rGxLqMF0=
=nNrn
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.  Either
delete that file if you're not using Kerberos, or edit it, and remove
the instance of @[EMAIL PROTECTED]

Joe

 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 gaim-encryption-2.31_2
| drwxr-xr-x2 root  wheel  512 Oct 28 23:13 gaim-meanwhile-1.0.1_1
| [EMAIL PROTECTED]
|
| but when I start gaim, it seems to hang trying to generate a crypto
key for meanwhile.
| it says Generating RSA Key Pair for .
| This may take a little bit...  This screen finally goes away, but
gaim crashes and dumps a core.
| If I remove the gaim-crypto, its ok.. Can I disable the gaim-crypto
for just the meanwhile account?
Doesn't looks like it.  But I have my meanwhile key generated just fine.
~ You might try deleting your keys, and try again.
Joe
|
| Jason
|
| ___
| [EMAIL PROTECTED] mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to
[EMAIL PROTECTED]
|
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBjEJOb2iPiv4Uz4cRAp4BAKCNfUFmkogbo1chwidxzbSCHwLHjgCbBuNv
N1A5KZV2LMlxq75O32+s7aM=
=ZG+Y
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 correct this ?
See the FreeBSD GNOME FAQ at http://www.freebsd.org/gnome/docs/faq2.html. 
There is a question specifically geared to upgrading from GNOME Lite to 
the full GNOME Desktop.

And, if possible , is there a way to intall package by package ?
Yes.  The same FAQ talks about installing GNOME from packages from our 
Tinderbox.

I thought in download it , save into a 
CD and install. I'm having problems with my network (DHCP) but, slowly I'm 
better understanding this new system, for me and, in the near future, I 
hope that all it OK. Also, I would like to talk with another people that 
English is not your native language, cause I'm a little surprised after I 
installed, my Gnome or KDE, without brazilian portuguese support. Is it a 
problem with the lite versions or a lack of support to another languages ? 
Thank you, for help me. Sincerely, Newton - Brazil
GNOME and GNOME Lite certainly support Brazilian Portuguese.  Simply set 
your LANG environment variable to pt_BR.ISO8859-1, and start GNOME, and 
every app that has a Brazilian Portuguese translation will display it.

I don't use KDE, but as I recall KDE is a bit different.  You have to 
install the language bindings for your locale.  Just install 
portuguese/kde3-i18n-pt_BR, and you should be set there (provided your 
LANG is correctly defined as mentioned above).

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

PGP Key : http://www.marcuscom.com/pgp.asc
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 tried changing it to the correct
(4863/255/63)setting by pressing (G) at the fdisk configuration screen,
and the value 4863/255/63 was already entered in the pop up box. i saved
it, and proceed with the rest of the install. At the network screen, it
wasn't able to detect the network card. I was able to find that some
people were able to get a 57xx working on their freebsd machine.
| There are a few other areas with no driver attached such as disply
and audio, but i haven't looked into those of yet.
| After the installation completed i ran dmesg and the disk geometry
didn't change to the new settings. Did i do something wrong with that?
|
| Can anyone pointack the me in the right direction on how to get this
sorted? Any reccomendations would be great.
I just bought a GX280, and installed 5.3-RC on it.  It works great once
you get passed the USB keyboard problem (see posts on freebsd-current@).
~ The bge network interface works great.  I don't think the PCI IDs were
added into 5.2.1, so you'll either have to backport the 5.3 bge driver,
or just go with 5.3.
Joe
|
| my thanks
| ams
|
| ps: if you can cc me when responding id appreciate it as im not on the
list.
|
|
|
| -
| Find local movie times and trailers on Yahoo! Movies.
| ___
| [EMAIL PROTECTED] mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to
[EMAIL PROTECTED]
|
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBivWhb2iPiv4Uz4cRAp4rAJ9GStMmsTu82ChT2MntobGFRTPq7QCfdgVy
vyhiwdJoEuX0a+11gvSkDzM=
=5yPy
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 October 2004 02:48 pm, Dan Finn wrote:
 
 same here as well.
 ___
 
 Why don't you try a fresh cvsup of your ports tree. Then, upgrade to
 firefox-1.0.1.p_4. I think that's pretty much taken care of the
 problem for anyone who's done that.
 
 Don
 
 --
 Donald J. O'Neill
 [EMAIL PROTECTED]
 
 FWIW, I'm seeing the same problem.
 
 aurvandil# pkg_info | grep -i firefox
 firefox-1.0.1.p_4   Web browser based on the browser portion of Mozilla

Refer to the archives on [EMAIL PROTECTED]  I sent a path for people to try.

Joe

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 program or can MRTG do, please advise, thanks.
I use net/ntop of this.  Ntop can also output Netflow data or RRDTool
data, and has some built-in MRTG-like graphs.  All-in-all, it's a great
tool for traffic analysis.
Joe
|
| --
| Spades
|
| ___
| [EMAIL PROTECTED] mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to
| [EMAIL PROTECTED]
|
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBf+d3b2iPiv4Uz4cRAlCgAJ97OPJrVR3j3y9RzPjOuEHgOY3nlwCfUJRL
uItqATmFzZdpeWmoWS33oKA=
=iv3w
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 portupgrade -Rf nautilus2 to fix all of Nautilus'
  dependencies.
 
 getting tired of this...
 i just did a make clean for the whole gnome2 port and still stops at the
 same damn place with:
 
 cc: /usr/local/lib/libart_lgpl_2.so.5.16: No such file or directory
 gmake[2]: *** [libnautilus.la] Error 1
 gmake[2]: Leaving directory
 `/usr/ports/x11-fm/nautilus2/work/nautilus-2.6.3/libnautilus'
 gmake[1]: *** [all-recursive] Error 1
 gmake[1]: Leaving directory `/usr/ports/x11-fm/nautilus2/work/nautilus-2.6.3'
 gmake: *** [all-recursive-am] Error 2
 *** Error code 2
 
 Stop in /usr/ports/x11-fm/nautilus2.
 *** Error code 1
 
 Stop in /usr/ports/sysutils/gnomecontrolcenter2.
 *** Error code 1
 
 Stop in /usr/ports/x11/gnome2.
 
 i need this machine in shape for tomorrow for my work

As I said, try portupgrade -afu.  This can _a long time_ if you have a
lot of ports installed.  However, it will most likely eliminate the
problem you are seeing.  If not, then there is something on your system
(probably a component installed outside of the ports/packages system)
that is messing things up.  I have no idea what it is.  You could always
grep through the entire system for
/usr/local/lib/libart_lgpl_2.so.5.16.

If this is really critical to you, and you can't find where the bad
library is coming from, you could always backup your settings from
/usr/local and /usr/X11R6, then remove /usr/local, /usr/X11R6, and
/var/db/pkg, then reinstall everything from scratch.

Joe

 
 thanks.
 
 
 
  Joe
 
 
 
  
   Joe
  
   --
   PGP Key : http://www.marcuscom.com/pgp.asc
  
  --
  PGP Key : http://www.marcuscom.com/pgp.asc
 
 
 
 --
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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:
   make: no target to make.
 
 
 ** The following packages were not installed or upgraded
accessibility/atc (atk-1.4.0) (Makefile broken)
 
 I've tried various things, of which it's pretty clear none were 
 right--any advice on what to do?

Make sure you're cvsup'ing ports-all, and that you do not have a refuse
file excluding the accessibility category.

Joe

 
 Thanks,
 
   John A
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 rebuild everything, and thus all libraries will fal in line. 
Plus, it won't leave any left-over libraries.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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
| there is some sort of port or plugin for pipermail.
You can build the mailman port with htdig support (which is was what
FreeBSD.org uses).  It's a snap to setup.  Just define WITH_HTDIG when
building mailman, then follow the included documentation (or read
Defaults.py) for enabling htdig with pipermail/mailman.
Joe
|
| TIA
|
| -
| Eric F Crist
| Secure Computing Networks
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBeyt9b2iPiv4Uz4cRAkBvAJ4nHwh7yeX8ofsigH4+LOUunpZjGACfVr0I
Sa8UA5cAyWhW5hfzcxkH9gM=
=gBNj
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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?  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
| | there is some sort of port or plugin for pipermail.
|
| You can build the mailman port with htdig support (which is was what
| FreeBSD.org uses).  It's a snap to setup.  Just define WITH_HTDIG when
| building mailman, then follow the included documentation (or read
| Defaults.py) for enabling htdig with pipermail/mailman.
|
| Joe
|
|
| Is this something I can simply do a make deinstall  make -DWITH_HTDIG
| reinstall without destroying my current mailing lists?  I'm new to the
| whole mailman/mailing list stuff.
Should be fine, but just to be safe, you should backup your current data
if you're already using mailman.
Joe
|
| thanks!
| -
| Eric F Crist
| Secure Computing Networks
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBey/nb2iPiv4Uz4cRArP5AKCJGTCfTNzIdloo0HbOvqkV06jRWwCgg9Zv
LZvEPfTIYSqoO9WnF0EFxGo=
=fN6f
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 /usr/local/lib/libart_lgpl_2.so.5.

After that, make clean in x11-fm/nautilus2, and rebuild.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 the file that mentions this library.  When you do, use
pkg_info -W on the file to figure out which port installed it, then
rebuild that port.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 /usr/local/libdata/pkgconfig and /usr/X11R6/libdata/pkgconfig
  until you find the file that mentions this library.  When you do, use
  pkg_info -W on the file to figure out which port installed it, then
  rebuild that port.
 
 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 portupgrade -Rf nautilus2 to fix all of Nautilus'
dependencies.

Joe

 
 
 
  Joe
 
  --
  PGP Key : http://www.marcuscom.com/pgp.asc
 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to
[EMAIL PROTECTED]
|
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBdqU5b2iPiv4Uz4cRAj48AJwLWZZLnB5v9aIgyyBICWkRsTd85gCghNsq
kwsuUvoS5LEg+rY78MTB760=
=Bidf
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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
| [EMAIL PROTECTED] wrote:
|
|Hi,
|
|h wrote:
|
|
|bogus ports such as firefox-1.0.1.p_2 should be moved to firefox-devel or
|
|The problems are never detected if the port is not brought to the
|masses like this.
|
|As an example, it works perfectly on my machine like it is working
|perfectly on many others.
|
|Erich
|
|
|___
|[EMAIL PROTECTED] mailing list
|http://lists.freebsd.org/mailman/listinfo/freebsd-questions
|To unsubscribe, send any mail to
[EMAIL PROTECTED]
|
|
| ___
| [EMAIL PROTECTED] mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to
[EMAIL PROTECTED]
|
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBdrV4b2iPiv4Uz4cRAhzvAJwIeoNqlZywxbtMnhjUPbMrtE0Q7wCeN0SR
YjQsfDn7tZ1yBdrxnQT3IxA=
=AUKW
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 ROX
|
|
| On Wednesday 20 October 2004 20:56, 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.
|
|
|On Sun, 17 Oct 2004 08:54:15 +0800, Erich Dollansky
|
|[EMAIL PROTECTED] wrote:
|
|Hi,
|
|h wrote:
|
|bogus ports such as firefox-1.0.1.p_2 should be moved to firefox-devel
|or
|
|The problems are never detected if the port is not brought to the
|masses like this.
|
|As an example, it works perfectly on my machine like it is working
|perfectly on many others.
|
|Erich
|
|
|___
|[EMAIL PROTECTED] mailing list
|http://lists.freebsd.org/mailman/listinfo/freebsd-questions
|To unsubscribe, send any mail to
|[EMAIL PROTECTED]
|
| ___
| [EMAIL PROTECTED] mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to
[EMAIL PROTECTED]
|
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBdtJRb2iPiv4Uz4cRAsIzAJ9AQFyPJov6TdLb2jwNgisv0iQXMgCdE/5A
eoveDgAlyWTAEvwkY95+n5U=
=pn/8
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 until you find
the ones that fix your problem.
Joe
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBdtTeb2iPiv4Uz4cRApsxAJ9lSYNNZLffsm0MrNqfHkIQwrbxXACfbUq0
z+IxDKLT9uIUIhkw2gHFOdY=
=xgbP
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How do you start up gnome-lite ?

2004-10-20 Thread Joe Marcus Clarke
On Wed, 2004-10-20 at 21:08, Gert Cuykens wrote:
 i put 
 
 exec gnome-session
 
 in a file i created my self calt 
 
 ~/.xsession 

This should be ~/.xinitrc if using startx.  ~/.xsession is from xdm.

 
 but when i do startx gnome does not start
 when i do gnome-session in a xterm gnome does start but gives this warning
 
 Could not look up internet address for .
 This will prevent GNOME from operating correctly.
 It may be possible to correct the problem by adding
  to the file /etc/hosts.

See http://www.freebsd.org/gnome/docs/faq2.html#q20.  That FAQ is your
friend.

Joe

 
 What do i 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://www.freebsd.org/gnome/docs/faq2.html#q1 as well as the handbook.
  
  Joe
  
  | ___
  | [EMAIL PROTECTED] mailing list
  | http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  | To unsubscribe, send any mail to
  [EMAIL PROTECTED]
  |
  
  - --
  PGP Key : http://www.marcuscom.com/pgp.asc
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.2.6 (Darwin)
  Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
  
  iD8DBQFBdqU5b2iPiv4Uz4cRAj48AJwLWZZLnB5v9aIgyyBICWkRsTd85gCghNsq
  kwsuUvoS5LEg+rY78MTB760=
  =Bidf
  -END PGP SIGNATURE-
 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: How do you start up gnome-lite ?

2004-10-20 Thread Joe Marcus Clarke
On Wed, 2004-10-20 at 21:34, Gert Cuykens wrote:
 why does ping hostname dont work ?
 
 /etc/hosts
 
 ::1 localhost localhost.7rx.dyndns.org
 127.0.0.1  localhost localhost.7rx.dyndns.org   
 
 ping 7rx.dyndns.org works

Your hostname is not localhost.7rx.dyndns.org, but 7rx.dyndns.org.  If
the command:

ping `hostname`

Works (the back-ticks are important), then GNOME should work without the
/etc/hosts entry.  However, if that command doesn't work, you need to
either modify your hostname (so that the output of the hostname command
returns what you expect), 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 self calt
  
   ~/.xsession
  
  This should be ~/.xinitrc if using startx.  ~/.xsession is from xdm.
  
  
   but when i do startx gnome does not start
   when i do gnome-session in a xterm gnome does start but gives this warning
  
   Could not look up internet address for .
   This will prevent GNOME from operating correctly.
   It may be possible to correct the problem by adding
to the file /etc/hosts.
  
  See http://www.freebsd.org/gnome/docs/faq2.html#q20.  That FAQ is your
  friend.
  
  Joe
  
  
   What do i 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://www.freebsd.org/gnome/docs/faq2.html#q1 as well as the handbook.
   
Joe
   
| ___
| [EMAIL PROTECTED] mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to
[EMAIL PROTECTED]
|
   
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
   
iD8DBQFBdqU5b2iPiv4Uz4cRAj48AJwLWZZLnB5v9aIgyyBICWkRsTd85gCghNsq
kwsuUvoS5LEg+rY78MTB760=
=Bidf
-END PGP SIGNATURE-
   
  --
  
  
  PGP Key : http://www.marcuscom.com/pgp.asc
  
  
 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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

 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 Thunderbird - http://enigmail.mozdev.org
iD8DBQFBdBWrb2iPiv4Uz4cRAu8vAJ4lhSbzQhZC/f0ytV06p3KDBFYKxwCdGa7b
VJ1XG3ouBcwVY4MezjnS5pM=
=j/Vy
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 /usr/X11/lib/firefox and ~/.mozilla/firefox (keep data apart !!)
  reinstall and run as root before use.
  [...]
 
 Nope.  Still problems with javascript.

Since I have never encountered this problem, I'm not sure what to
suggest.  Perhaps it has something to do with environment.  I'm using
GNOME 2.6.2 with metacity under the en_US.ISO8859-1 locale on 5.3-BETA.

Joe

 
 --
   josemi
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 root before use.
 
 About this last, I found that:
 
 # su -
 # xinit /usr/X11R6/bin/firefox --install-global-extension \
 # extension.xpi -- /usr/X11R6/bin/Xvfb :2
 
 Do the work and install your favourite theme or lanpack.

You don't need to specify an extension to have this initialize the
global extension space.  The following sequence should do the trick:

$ su - root
# xinit /usr/X11R6/lib/firefox/lib/firefox-0.10.1/run-mozilla.sh 
/usr/X11R6/lib/firefox/lib/firefox-0.10.1/firefox-bin -install-global-theme -- 
/usr/X11R6/bin/Xvfb :2
# xinit /usr/X11R6/lib/firefox/lib/firefox-0.10.1/run-mozilla.sh 
/usr/X11R6/lib/firefox/lib/firefox-0.10.1/firefox-bin -install-global-extension -- 
/usr/X11R6/bin/Xvfb :2
# exit
$

Joe

 
 
  On Fri, 15 Oct 2004 00:22:27 +0200, Kirill Ponomarew
 
  [EMAIL PROTECTED] wrote:
   Hi,
  
   On Thu, Oct 14, 2004 at 06:02:00PM -0400, Michael Johnson wrote:
I'm also having this problem,  I deleted all my 3rd party
themes/plugins and I still have this problem. I'm wondering in
what options each of you built firefox with? Maybe its some
OPTION that is causing this problem because some people are not
having this problem.
   
My options are ...
$ grep WITH /var/db/ports/firefox/options
WITHOUT_DEBUG=true
WITHOUT_HEADERS=true
WITHOUT_LOGGING=true
WITH_OPTIMIZED_CFLAGS=true
WITH_XFT=true
WITHOUT_SMB=true
  
   Nope, I'm using only default options.
  
   -Kirill
 
 
 --
   josemi
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 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 root before use.
[...]
  
   Nope.  Still problems with javascript.
 
  Since I have never encountered this problem, I'm not sure what to
  suggest.  Perhaps it has something to do with environment.  I'm using
  GNOME 2.6.2 with metacity under the en_US.ISO8859-1 locale on
  5.3-BETA.
 
  Joe
 
 
 It's strange.  Seems really related to the last port rev.  Allways when 
 open a new window via js.

The only two changes that occurred in the last port rev were a fix to
the firefox script to allow for mozilla-remote support to work (i.e.
calling firefox http://www.someurl.com would open the URL in a running
Firefox process), and a fix for building Firefox with Perl 5.00503.  The
Perl fix is only conditionally included, and Firefox wouldn't have built
prior to that.

Joe

 
 --
   josemi
 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 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 /usr/X11/lib/firefox and ~/.mozilla/firefox (keep data
  apart !!) reinstall and run as root before use.
  [...]

 Nope.  Still problems with javascript.
   
Since I have never encountered this problem, I'm not sure what to
suggest.  Perhaps it has something to do with environment.  I'm
using GNOME 2.6.2 with metacity under the en_US.ISO8859-1 locale
on 5.3-BETA.
   
Joe
  
   It's strange.  Seems really related to the last port rev.  Allways
   when open a new window via js.
 
  The only two changes that occurred in the last port rev were a fix to
  the firefox script to allow for mozilla-remote support to work (i.e.
  calling firefox http://www.someurl.com would open the URL in a
  running Firefox process), and a fix for building Firefox with Perl
  5.00503.  The Perl fix is only conditionally included, and Firefox
  wouldn't have built prior to that.
 
  Joe
 
 
 Get ready for fun.
 
 firefox -g don't show this.
 
 I suspect form your pretty innocent files/patch-browser_app_mozilla.in.  
 Don't ask me why.
 
 Surprise, Surprise ... Undoing the patch on /usr/X11R6/bin/firefox and 
 javascript.popWindow() comes to live again !

I just don't see how that's possible.  I'm running 1.0.1.p_2, and I
don't see the problem.  Do this, edit /usr/X11R6/bin/firefox, and change
the first line to:

#!/bin/sh -x

Re-run firefox with and without the run_moz patch, and send me the
output.

Joe

 
 --
   josemi
 
   --
 josemi
 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Re: Unable to install evolution with LDAP support

2004-10-06 Thread Joe Marcus Clarke
On Wed, 2004-10-06 at 12:17, Dan Finn wrote:
 running make configure gives me this:
 
 Evolution has been configured as follows: 
 
 Mail Directory:   /var/mail, world writable
 LDAP support: no
 Pilot conduits:   no
 Kerberos 4/5: no/yes (Heimdal)
 SSL support:  yes (OpenSSL)
 IPv6 support: no
 Dot Locking:  yes
 File Locking: fcntl
 Gtk-doc:  no
 
 Programming documentation files will not be built.
 You may want to install the gtk-doc package
 so that you will get the Evolution Developer's Guide.
 
 I get the same when running make WITH_LDAP=yes configure
 
 
 Here's the relevant info from config.log
 configure:11888: checking for OpenLDAP
 configure:11895: result: no
 
 So the configure script isn't finding ldap.  
 
 I have openldap-client-2.2.15 installed.  Is that the wrong package,
 do I need the full server.  I wouldn't think so.

Check your /etc/make.conf to make sure you do not have WITHOUT_LDAP
defined.  Also, run make rmconfig in the mail/evolution directory, then
redo the make configure.

Joe

 
 Thanks
 Dan
 
 
 
 On Tue, 05 Oct 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 installed and working, this is the
   final piece of this puzzle that I need.
  
   with recent cvsup of ports tree
  
   I did:
  
   cd /usr/ports/mail/evolution/
   make deinstall
   make clean
   make WITH_LDAP=yes install
  
   I see no errors, it seems to build it just fine.  OpenLDAP is already
   installed by this point by the way, do I need to deinstall OpenLDAP
   and let the build of evolution also build OpenLDAP?
  
   I start evolution, click on Tools - Settings - Directory Servers
   and I get:
   LDAP was not enabled in this build of Evolution.
  
   So what am I doing wrong here.  Any help would be greatly appreciated.
I need to get this working to make my boss happy.
  
  LDAP support is compiled into Evolution by default.  Therefore, there
  must be something wrong with your OpenLDAP installation.  Look at the
  output of make configure under mail/evolution to see if LDAP support is
  actually being enabled.  If not, the clues as to why will be in the
  config.log inside the evolution ${WRKSRC} directory.
  
  Joe
  
  
   Thanks
   Dan
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to [EMAIL PROTECTED]
  --
  PGP Key : http://www.marcuscom.com/pgp.asc
  
  
 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


Downloading FreeBSD

2004-10-05 Thread Marcus Meng
Has anyone ever considered setting up a bittorrent tracker for FreeBSD
distributions?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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.
 
 with recent cvsup of ports tree
 
 I did:
 
 cd /usr/ports/mail/evolution/
 make deinstall
 make clean
 make WITH_LDAP=yes install
 
 I see no errors, it seems to build it just fine.  OpenLDAP is already
 installed by this point by the way, do I need to deinstall OpenLDAP
 and let the build of evolution also build OpenLDAP?
 
 I start evolution, click on Tools - Settings - Directory Servers
 and I get:
 LDAP was not enabled in this build of Evolution.
 
 So what am I doing wrong here.  Any help would be greatly appreciated.
  I need to get this working to make my boss happy.

LDAP support is compiled into Evolution by default.  Therefore, there
must be something wrong with your OpenLDAP installation.  Look at the
output of make configure under mail/evolution to see if LDAP support is
actually being enabled.  If not, the clues as to why will be in the
config.log inside the evolution ${WRKSRC} directory.

Joe

 
 Thanks
 Dan
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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.
| I made gnome work without lo0 (so 127.0.0.1 was unknown ...) and with
| tcp.blackhole at 2 and udp.blackhole at 1 ...
As that same FAQ says, FAM support is now enabled by default.  If you do
not configure FAM correctly, and you have TCP blackhole enabled, you
will get these huge hangs at login time.  You can either configure FAM,
or recompile gnomevfs2 without FAM support, then you can use TCP
blackhole all you want.
Joe
|
|
|
| Le Ven 01/10/2004 à 12:52, Simon Barner a écrit :
|
|Hi,
|
|I guess you have to fix your hostname:
|
|http://www.freebsd.org/gnome/docs/faq2.html#q20
|
|Simon
|
|
| ___
| [EMAIL PROTECTED] mailing list
| http://lists.freebsd.org/mailman/listinfo/freebsd-questions
| To unsubscribe, send any mail to
[EMAIL PROTECTED]
|
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBXYoRb2iPiv4Uz4cRAi1BAKCqXbbGXaQbSVZtPj2urRjC/MyUGwCfesuw
niF0COL0k4qHTtboXwPYXvk=
=6+/1
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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. The gnome-vfs from 
 the tinderbox is the latest.
 
   Apparantely gnome control center from the tinderbox does not come with the 
 capplet for manually setting mimes.

Read the GNOME online help.  The MIME system has changed in 2.8.  All
MIME changes must go through Nautilus.

 
   The mimes in /usr/X11R6/share.. appear to be allright, i tried copying 
 them in the $HOME/.gnome/mime-info/ dir but without effect.
 
   So not only that all mimes are broken, but I also can't add them manually. 
 (or i did it in the wrong way by using vi)
 
   If would really appreciate if anyone knows some possible fix for this and 
 shares it with me.

You need to provide more details than simply saying something is
broken.  Provide screenshots, expected behavior, files in question, and
steps to reproduce.

Joe

 
   Thanks a lot for your time.
 
 Yours Sincerely,
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 administrator password? For example, on my system,
 Applications / System Tools / Login Screen Setup produces an error dialog
 You must be the super user (root) to configure GDM. But I don't want to
 log on as root, and I don't want to require people to open a terminal
 window and fool around with su and sudo to make it happen. I want it as
 smooth as it is in OS X. Has anyone done this?

The application really has to have support for this (like the
gnome-system-tools do).  However, you could probably wrap misbehaving
applications in sysutils/gnomesu to handle this for time being.  Of
course, gnomesu is just a su frontend, and not a sudo frontend (like
MacOS X).

 
 Is there a nice, Gnome-like GUI tool for managing users, groups, printers,
 and network shares? I know about SWAT and WebMin, but what I seek is the
 Gnome family equivalent. 

sysutils/gnomesystemtools.  They are not a complete set, but they do
offer some of the functionality you seek.

Joe

 
 Gary Dunn
 Honolulu
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 without
| the Mail and News modules.  It refused to do so, and flagged the port
| as broken.  Now I can't upgrade it even if I ask nicely.  How can I
| unflag the port, and start the procedure again?
make rmconfig in www/mozilla
Joe
|
| Thanks!
|
| Andrew
|
- --
PGP Key : http://www.marcuscom.com/pgp.asc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBRnnWb2iPiv4Uz4cRAjfjAJ4qvVoIuZl47OTJjw3qRmDSrKKnBACgpAY4
oTrUP6x5Od+5iYL1qdbLMUo=
=oSEL
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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 in again 
 hoping that would fix it, unfortunately gdm no has no menus and I can't type 
 anything into the username field etc. So I'm now locked out of gnome/gdm and can't 
 log back in.
 
 The only dependancy that wasn't up to scratch for gaim was pango, so I updated that, 
 now I assume it is this that has buggered gnome.
 
 What is the easiest resolution, upgrade gnome to 2.6? I don't fancy a reinstall of 
 the os, I just compiled open office 1.1.2 from scratch and can't be bothered waiting 
 for that again :o)

Yes.  At this point, you must update everything that depends on pango
(and probably glib20 as well).  Your best bet is to go to
http://www.FreeBSD.org/gnome and read the upgrade instructions.

If you're running a 5.3-BETA, you can get the latest OOo packages from
your local FreeBSD FTP mirror after you complete the 2.6 upgrade.

Joe

 
 Thanks in advance,
 
 Craig
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 does not power it off.
 
 Is there a way to change the gnome shut down command to shutdown -p  
 now?

This is hard-coded in gnome-session.  In GNOME 2.6 (which I highly
recommend you upgrade to), this is fixed so that shutdown -p is run from
Actions-Log Out-Shutdown.

Joe

 
 Thank you
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


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 box, but I wanted to 
 ask here before I asked on the Current list.

If you recently upgraded to a GCC 3.4.2 -CURRENT, you need to rebuild
devel/fam.

Joe

 
 uname -a:
 
 FreeBSD www.smsdesign.org 5.2-CURRENT FreeBSD 5.2-CURRENT #4: Sat Aug  7 
 18:41:05 EDT 2004 
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BRASIDAS  i386
 
 Thanks
 
 Tim Kellers
 CPE/NJIT
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


signature.asc
Description: This is a digitally signed message part


  1   2   3   4   5   >