Embedded epiphany

2003-08-22 Thread mbaki
Hi all,

I have 2 servers runnig freebsd 4.8, however the other server is running
freebsd on a  256MB flashcard. I installed epiphany from ports on the first
server, and I need to know how can I copy all the necessary files over to the
flashcard. I used ldd epiphany-bin to get all required libraries, but it
seems i'm missing more files. I'm running wmaker.


These are the error when I run epiphany

(epiphany-bin:1989): GdkPixbuf-CRITICAL **: file gdk-pixbuf-io.c: line 729
(gdk_pix
f_new_from_file): assertion `filename != NULL' failed

(epiphany-bin:1989): Gtk-CRITICAL **: file gtkiconfactory.c: line 1510
(gtk_icon_se
new_from_pixbuf): assertion `pixbuf != NULL' failed

(epiphany-bin:1989): Gtk-CRITICAL **: file gtkiconfactory.c: line 192
(gtk_icon_fac
ry_add): assertion `icon_set != NULL' failed

(epiphany-bin:1989): Gtk-CRITICAL **: file gtkiconfactory.c: line 1551
(gtk_icon_se
unref): assertion `icon_set != NULL' failed

(epiphany-bin:1989): GLib-GObject-CRITICAL **: file gobject.c: line 1337
(g_object_
ref): assertion `G_IS_OBJECT (object)' failed

(epiphany-bin:1989): GdkPixbuf-CRITICAL **: file gdk-pixbuf-io.c: line 729
(gdk_pix
f_new_from_file): assertion `filename != NULL' failed

(epiphany-bin:1989): Gtk-CRITICAL **: file gtkiconfactory.c: line 1510
(gtk_icon_se
new_from_pixbuf): assertion `pixbuf != NULL' failed

(epiphany-bin:1989): Gtk-CRITICAL **: file gtkiconfactory.c: line 192
(gtk_icon_fac
ry_add): assertion `icon_set != NULL' failed

(epiphany-bin:1989): Gtk-CRITICAL **: file gtkiconfactory.c: line 1551
(gtk_icon_se
unref): assertion `icon_set != NULL' failed

(epiphany-bin:1989): GLib-GObject-CRITICAL **: file gobject.c: line 1337
(g_object_
ref): assertion `G_IS_OBJECT (object)' failed

** (epiphany-bin:1989): WARNING **: Could not get the chrome registry!


(epiphany-bin:1989): Gtk-CRITICAL **: file gtktypeutils.c: line 42
(gtk_type_unique
 assertion `GTK_TYPE_IS_OBJECT (parent_type)' failed

(epiphany-bin:1989): Gtk-CRITICAL **: file gtktypeutils.c: line 99
(gtk_type_new): 
sertion `GTK_TYPE_IS_OBJECT (type)' failed

** (epiphany-bin:1989): WARNING **: Failed to get singleton embed object!


(epiphany-bin:1989): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(epiphany-bin:1989): GLib-GObject-CRITICAL **: file gsignal.c: line 1861
(g_signal_
nnect_data): assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
No fonts found; this probably means that the fontconfig
library is not correctly configured. You may need to
edit the fonts.conf configuration file. More information
about fontconfig can be found in the fontconfig(3) manual
page and on http://fontconfig.org

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


mfs

2003-08-14 Thread mbaki
Hi all,

I'm trying to setup /var on a mermory file system on Freebsd 5.1, any good documents 
that will 
help me, it's my first time.




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


cvsup question

2003-08-08 Thread mbaki

Hi all,

I'm running Freebsd 5.1 and I noticed in the Freebsd ftp website, current has
some new port versions. I modified my cvs-supfile based on what I read in the
handbook:

src-all
ports-all
cvs-root all

*default tag=.
*default host=cvsup16.FreeBSD.org
*default base=/usr
*default prefix=/home/ncvs
*default release=cvs delete compress
*default delete use-rel-suffix

When I checked /usr/ports, nothing has changed, what am I missing???


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


dd syntax

2003-07-24 Thread mbaki
Hi all,

I have a freebsd 5.1 machine with 2 harddrives ad0 and ad2. I need to duplicate ad2 to 
a 3rd 
hardrive so what I did is the following:

dd if=/dev/ad2 of=freebsd5.1.bin


Now when I'm done dd'ing, I can replace ad2 with the harddrive and issue the command
dd if=freebsd5.1.bin of=/dev/ad2

Both harddrives are exactly the same, so hopefully the following steps should work, 
correct?


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