proxy problems when updating ports

2004-02-10 Thread Dino Vliet
I can't use the cvsup method of updating my ports collection because I'm behind a proxy server and no matter what I try (like putting HTTP_PROXY = my.proxy in my environment as superuser and rerunning cvsup), my system can't seem to connect. Is there another way of obtaining the same? In the

newbie installing from dos partition

2003-04-05 Thread Dino Vliet
I want to install freebsd on my notebook and I'm planning to do this by making a c:/freebsd map on my windows98 partition and copying the files from the ftp site to that directory. However, there is one complain. I only can do this by using a ftp client which can pass through my firewall.

Freebsd and AMD64 Opteron and SMP support

2004-07-30 Thread Dino Vliet
? Many thanks folks, Brgds Dino Vliet __ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail ___ [EMAIL PROTECTED] mailing list http

kernel compilation gives error

2004-08-09 Thread Dino Vliet
Hi there, on my laptop I get the following error when doing make buildkernel KERNCONF=MYKERNEL The last part of the error message is: @ - /usr/src/sys machine - /usr/src/sys/i386/include echo #define INET 1 opt_inet.h perl @/kern/vnode_if.pl -h @/kern/vnode_if.src rm -f .depend mkdep -f .depend

additional fonts in x11

2004-08-17 Thread Dino Vliet
Can anyone tell me where I can find these fonts: -adobe-helvetica-medium-o-normal--*-120-*-* -adobe-helvetica-medium-r-normal--*-120-*-* I need them because gnucash 1.8.8 won't start and complaints about them. Brgds Dino Vliet __ Do you

additional fonts in x11

2004-08-17 Thread Dino Vliet
Can anyone tell me where I can find these fonts: -adobe-helvetica-medium-o-normal--*-120-*-* -adobe-helvetica-medium-r-normal--*-120-*-* I need them because gnucash 1.8.8 won't start and complaints about them. I'm using freebsd version 4.10. Brgds Dino Vliet

freebsd compatible routers

2004-08-18 Thread Dino Vliet
Hi there, I'm a network novice and want to establish this: @home we have a cable internet connection and I want to attach a router to it to be able to share the internet connection of 1 standalone winxp pc and a laptop running freebsd 4.10 The cable connection uses dhcp to assign me a ip-address.

make fails on device iir on freebsd 4.10

2004-08-19 Thread Dino Vliet
I want to compile a new kernel on my laptop running freebsd 4.10. Although I commented out device iir in my kernel configuration file, I still get an error message when trying to make my kernel. Look at my kernel configuration file which I attached to this message. Can somebody help me to get

Re: make fails on device iir on freebsd 4.10

2004-08-19 Thread Dino Vliet
commented out. Sorry for the jumbled wording, I haven't had my coffee yet. Adam Dino Vliet wrote: I want to compile a new kernel on my laptop running freebsd 4.10. Although I commented out device iir in my kernel configuration file, I still get an error message when trying to make

biord and sbwait state of postgresql process

2006-03-17 Thread Dino Vliet
Hi folks, I'm running a application where I create multiple (300+) textfiles out of a postgresql database. The first 160 loops go perfectly but the suddenly the process of the app gets the state biord at certain point in the procedure. Then the WCPU column in the top command goes almost to 0%

hurry and help with installing ports through http proxy

2003-12-19 Thread Dino Vliet
Hi there, I just finished installing freebsd 4.9. In sysinstall I had to give my proxy adress and it went smooth. But now when I try to do a make install clean at a port I get this error message telling me it can't connect to the sources (ftp servers) I think I have to tell to the ports program

RE: hurry and help with installing ports through http proxy

2003-12-19 Thread Dino Vliet
email: [EMAIL PROTECTED] info: [EMAIL PROTECTED] web: http://www.peeringsolutions.ca/ === - -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Vliet Sent: Friday, December 19, 2003 3:31 PM To: [EMAIL PROTECTED] Subject: hurry

RE: hurry and help with installing ports through http proxy

2003-12-19 Thread Dino Vliet
New York, NY 10027 vox: 646.245.7286 fax: 212.663.1109 email: [EMAIL PROTECTED] info: [EMAIL PROTECTED] web: http://www.peeringsolutions.ca/ === - -Original Message- From: Dino Vliet [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 3:39 PM

freebsd ports dependancies

2003-12-22 Thread Dino Vliet
The port R-a4 requires tcl-8.4.4_1,1 and tk-8.4.4,1 The port scilab requires tcl-8.3.5_2 and tk-8.3.5_2 If I install them both I will have two versions of tcl and tk on my system. It feels like some redundancy. What can I do about this? Brgds __ Do you Yahoo!?

error in port

2003-12-23 Thread Dino Vliet
I'm getting an error when doing a make install clean in the gnucash 1.8.5 port under freebsd 4.9. The make prcess stops with the following command: .. ./src/gdevl256.c:307: warning: implicit declaration of function 'gl_line' gmake: ** [obj/gdvel256.o] Error 1 *** Error code 2 Stop in

error in port

2004-01-05 Thread Dino Vliet
[EMAIL PROTECTED] wrote: Dino Vliet [EMAIL PROTECTED] writes: I'm getting an error when doing a make install clean in the gnucash 1.8.5 port under freebsd 4.9. The make prcess stops with the following command: .. ./src/gdevl256.c:307: warning: implicit declaration

Re: error in port

2004-01-06 Thread Dino Vliet
This worked!! I could get it to install with the package and I also managed to install Gnucash successfully which was dependent of ghostscript. Thanks --- W. Ryan Merrick [EMAIL PROTECTED] wrote: Dino Vliet wrote: I tried to do it once again and I'm getting the following error

Opera7 won't install from ports collection

2004-01-06 Thread Dino Vliet
I want to install Opera onto my freebsd version 4.9 system and in the /usr/ports/www/opera direcory I issue a make install clean I get the following error (see below). Becausse i think my port is looking for opera-7.20-20030919 while the ftp servers are offering opera-7.23-20031119 or something

Re: Opera7 won't install from ports collection

2004-01-06 Thread Dino Vliet
How to get cvsup to get past my proxy-server? --- Larry Rosenman [EMAIL PROTECTED] wrote: --On Tuesday, January 06, 2004 07:40:31 -0800 Dino Vliet [EMAIL PROTECTED] wrote: I want to install Opera onto my freebsd version 4.9 system and in the /usr/ports/www/opera direcory I issue

Re: Opera7 won't install from ports collection

2004-01-06 Thread Dino Vliet
[EMAIL PROTECTED] wrote: On Tue, 6 Jan 2004 08:37:58 -0800 (PST), Dino Vliet [EMAIL PROTECTED] said: How to get cvsup to get past my proxy-server? --- Larry Rosenman [EMAIL PROTECTED] wrote: --On Tuesday, January 06, 2004 07:40:31 -0800 Dino Vliet [EMAIL PROTECTED] wrote

Size of /var worries me

2004-01-07 Thread Dino Vliet
Hi there, I've installed freebsd 4.9 and am currently busy with installing third party apps through the ports collection. What worries me however is the size of my /var directory. Take a look at my disk geometry.. I also had to get rid of a pkg.db file in the /var/db/pkg directory because it took

Size of /var worries me

2004-01-07 Thread Dino Vliet
Hi there, I've installed freebsd 4.9 and am currently busy with installing third party apps through the ports collection. What worries me however is the size of my /var directory. Take a look at my disk geometry (below) I also had to get rid of a pkg.db file in the /var/db/pkg directory because

which files to edit to alter networking information

2004-10-08 Thread Dino Vliet
Hi all, I installed Freebsd4.10 from the university network through dhcp. I had to alter some settings but it worked fine and I can access the internet. I got a hostname from the network and everytime I start Freebsd, it searches for that hostname. However, I will use my laptop now from home

will this update strategy work?

2004-11-19 Thread Dino Vliet
that free space to 5.3. (someone told me you could do that on the fly in 5.3). I would like to end up with Freebsd 5.3 beiing the only OS on my laptop. I have the following questions. 1) Will this update strategy work? 2) Is the 1.6GB partition big enough for a basic FreeBSD 5.3 install? Brgds Dino Vliet

Help...am I being hacked?

2004-11-25 Thread Dino Vliet
, but still it would be convenient to know where to look for hack attempts and look for log files which give information about connection attempts from outside. Thanks in advance Dino Vliet __ Do you Yahoo!? The all-new My Yahoo! - What will yours

error installing kmymoney2 on amd64 system running freebsd 6.3

2008-10-18 Thread Dino Vliet
Hi freebsd peeps, Who can help me sort this error out when I try to installl kmymoney2 on my amd64 system. The error I get is: test ! -f sk.gmo || touch sk.gmo rm -f es_AR.gmo; /usr/local/bin/msgfmt -o es_AR.gmo ./es_AR.po test ! -f es_AR.gmo || touch es_AR.gmo rm -f pt_BR.gmo;

openacs-5.4.3 on freebsd 6.3 AMD configuration problem

2008-10-31 Thread Dino Vliet
Hi I'm a new user of openacs-5.4.3 and want to try it out on my amd64 system running Freebsd 6.3 and having postgresql-server-8.2.9 installed. The port installs fine and I have set openacs_enable=YES in /etc/rc.conf to have it start at boot time. The first time configuration does not give the

Re: openacs-5.4.3 on freebsd 6.3 AMD configuration problem SOLVED

2008-11-02 Thread Dino Vliet
Friday, October 31, 2008 11:24 PM From: Dino Vliet [EMAIL PROTECTED

Re: yelp install error on amd64 running freebsd 6.3

2008-11-04 Thread Dino Vliet
2008 19:19:44 Dino Vliet wrote: Dear freebsd people, who is able to help me with this problem I have on my machine (a amd64 system running freebsd 6.3). What did you do back in April, when you had the exact same problem? -- Mel Problem with today's modular software: they start with the modules

install gamin in stead of fam

2008-11-20 Thread Dino Vliet
Dear Freebsd list, How would you solve the following task at hand? I would like to install gamin on my amd64 system running freebsd 6.3 in stead of fam, I've been using the latter since installing openoffice (on the net I found a guide saying I should put WITH_FAM_SYSTEM=fam in my

error after make buildworld when upgrading RELENG_7_0 to RELENG_6_3

2008-11-25 Thread Dino Vliet
Dear freebsd list, I wanted to upgrade freebsd releng_6_3 to releng_7_0 with  cvsup because I'm running a custom kernel. I've started the process by dropping into single user mode, issuing the script command to catch the output and then going to the /usr/src directory. There I did a make

kldload: can't load /usr/local/modules/fuse.ko: Exec format error fusefs-ntfs-1.2531

2008-12-03 Thread Dino Vliet
Hi people, I can't use my maxtor basic 640gb external harddrive on Freebsd amd64 running 7.0 because when I try to load fusefs with this command, kldload /usr/local/modules/fuse.ko I get the following error: kldload: can't load /usr/local/modules/fuse.ko: Exec format error Adding

Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error fusefs-ntfs-1.253

2008-12-03 Thread Dino Vliet
: Wednesday, December 3, 2008, 12:17 PM On 12/3/08, Dino Vliet [EMAIL PROTECTED] wrote: Hi people, I can't use my maxtor basic 640gb external harddrive on Freebsd amd64 running 7.0 because when I try to load fusefs with this command, kldload /usr/local/modules/fuse.ko I get the following error

Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error fusefs-ntfs-1.2531

2008-12-03 Thread Dino Vliet
Dino Vliet wrote: Hi people, kldload: can't load /usr/local/modules/fuse.ko: Exec format error What does $file /usr/local/modules/fuse.ko say, and do you have Linux support built and enabled? Kevin Kinsey -- A failure will not appear until a unit has passed final inspection

Re: kldload: can't load /usr/local/modules/fuse.ko: Exec format error fusefs-ntfs-1.253 SOLVED

2008-12-03 Thread Dino Vliet
: Wednesday, December 3, 2008, 12:17 PM On 12/3/08, Dino Vliet [EMAIL PROTECTED] wrote: Hi people, I can't use my maxtor basic 640gb external harddrive on Freebsd amd64 running 7.0 because when I try to load fusefs with this command, kldload /usr/local/modules/fuse.ko I get the following error

memtest question on 8 GB RAM AMD64 system

2009-04-09 Thread Dino Vliet
Dear freebsd people, I have just installed 4 x 2gb kingston memory banks (Kingston HyperX 4GB 800mhz DDR2 Non-ECC CL5 (5-5-5-15) DIMM) onto my AMD 64 system with a X2 5200 CPU. The motherboard I have in this system is MSI K9AG Neo2-Digital. The system boots fine and I wanted to try memtest to

tweak FreeBSD 8 for optimal java/weka performance

2010-01-04 Thread Dino Vliet
Dear freebsd people,   in a few days I will install freebsd 8.0 amd64 on my 8GB RAM dual core machine and use the system as a application server. I will install the /usr/ports/textproc/weka toolkit, a program written in java. I will use the diablo jdk port in /usr/ports/java.   Due to the

Re: tweak FreeBSD 8 for optimal java/weka performance

2010-01-05 Thread Dino Vliet
--- On Mon, 1/4/10, Greg Lewis gle...@eyesbeyond.com wrote: From: Greg Lewis gle...@eyesbeyond.com Subject: Re: tweak FreeBSD 8 for optimal java/weka performance To: Dino Vliet dino_vl...@yahoo.com Cc: freebsd-questions@freebsd.org, gle...@freebsd.org, si...@olofsson.de Date: Monday, January 4

pf headaches: why won' t it let me fetch from ftp servers?

2010-01-07 Thread Dino Vliet
Dear freebsd list, I have the following pf.conf file: tcp_services = { ftp, ssh, domain, www, auth, https } udp_services = { ftp, domain, ntp } icmp_types = echoreq block all pass inet proto icmp all icmp-type $icmp_types keep state #pass in proto tcp to any port 22 keep state pass out proto tcp

Newbie gmirror questions

2010-01-16 Thread Dino Vliet
Forwarded Message: Newbie gmirror questions Newbie gmirror questions Saturday, January 16, 2010 12:34 AM From: Mike Clarke jmc-freeb...@milibyte.co.uk To: freebsd-questions@freebsd.org I'm about to upgrade to more disk space and I'm tempted use this as an opportunity to get two disks and

sshd: did this one get a password prompt?

2010-02-12 Thread Dino Vliet
Hi freebsd people, My sshd_config file doesn' t have root listed in the AllowUsers directive.So everytime I see entries like the following in my logs: Feb 12 01:23:54 dual sshd[11016]: User root from 208.75.83.30 not allowed because not listed in AllowUsers Feb 12 04:07:43 dual sshd[11775]: Did

libswt on amd64 freebsd 8.0

2010-02-17 Thread Dino Vliet
Hi folks, My current machine is a amd64 system running freebsd 8.0. For a java application I need libswt and wanted to know if there is a native version for freebsd amd64. Also I need to know which port install this library, so what I should install to get it. BrgdsDino

Re: Thousands of ssh probes

2010-03-05 Thread Dino Vliet
Thousands of ssh probes Friday, March 5, 2010 1:54 PM From: John j...@starfire.mn.org To: freebsd-questions@freebsd.org My nightly security logs have thousands upon thousands of ssh probes in them. One day, over 6500. This is enough that I can actually feel it in my network performance. Other

error upgrading kdeedu4

2010-04-01 Thread Dino Vliet
Hi people, portupgrade kdeedu gives the following error: Warning: name horizontalSpacer_2 is already used [ 92%] Generating chemset.cmi [ 92%] Generating chemset.cmx [ 92%] Generating parser.cmi [ 92%] Generating parser.cmx [ 92%] Generating lexer.cmx [ 92%] Generating datastruct.cmi [ 92%]

shell programming question: help with expr command

2011-04-09 Thread Dino Vliet
Hi folks, I'm having trouble with a little shell script. Can somebody explain me why I get 3 times expr: syntax  error in my console after I run this little script? #! /usr/local/bin/bash # testscript var1=trees.J48 #other value will be rules.Jrip, rules.DecisionTable len=${#var1} ind=`expr

how to concatenate 2 pdf files to 1?

2011-04-29 Thread Dino Vliet
Dear freebsd userlist, here an application type of question. I have two pdf files and want to make 1 out of them by concatenating them. Does anyone have an idea how to do that on unix/linux as I don't have the pdf editor from Adobe. So fileA.pd en fileB.pdf should become fileC.pdf (where C is

remove all ports

2011-05-08 Thread Dino Vliet
Hi freebsd people, just to make sure I don't end up with a unworkable system I want to ask the list if I'm on the right track. I have this workstation running FreeBSD 8.1 and have used it as an application/database server for most of the last 2 years. Do to my assignment being finished I want

tcllib error while installing tcllib on amd64 system running freebsd 7.0

2009-06-06 Thread Dino Vliet
Hi all, On my AMD 64 system running freebsd 7.0 I try to install tcllib. I have up to date ports and have installed tcl86-threaded first. pkg_info | grep threads gives: tcl-threads-8.6.b.1_4 Tool Command Language Installing tcllib gives the following error: [ *  ]  [8.6b1] cmdline PASS

Re: tcllib error while installing tcllib on amd64 system running freebsd 7.0

2009-06-11 Thread Dino Vliet
--- On Mon, 6/8/09, Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote: From: Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org Subject: Re: tcllib error while installing tcllib on amd64 system running freebsd 7.0 To: Dino Vliet dino_vl...@yahoo.com Cc: freebsd-questions

ssh terminates connection

2005-04-17 Thread Dino Vliet
3.5p1 (from the ports tree) on my freebsd 4.10 system. Can anyone advise me what to do to stop this? Brgds Dino Vliet __ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources

port tk84 won't upgrade properly on AMD64 system

2006-08-26 Thread Dino Vliet
Hi all, I'm having problems upgrading my port tk84 on a amd64 machine. I'm using cvsup and portupgrade to accomplish that and it fails with: Stop in /usr/ports/x11-toolkits/tk84/work/tk8.4.13/unix. *** Error code 1 Stop in /usr/ports/x11-toolkits/tk84. ** Command failed [exit code 1]:

Re: port tk84 won't upgrade properly on AMD64 system

2006-08-27 Thread Dino Vliet
me, to figure this out? It worked fine until I wanted to upgrade my ports at some moment in time. thanks in advanced, --- Scot Hetzel [EMAIL PROTECTED] wrote: On 8/26/06, Dino Vliet [EMAIL PROTECTED] wrote: Hi all, I'm having problems upgrading my port tk84 on a amd64 machine. I'm

memorystick usage on freebsd...now what:-)

2006-09-02 Thread Dino Vliet
Peeps, I bought this emtec usb storage device and plugged it into my freebsd6.1 laptop. Dmesg gives: umass0: vendor 0x13fe USB DISK 2.0, rev 2.00/1.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: USB DISK 2.0 PMAP Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 471MB

Re: memorystick usage on freebsd...now what:-)

2006-09-02 Thread Dino Vliet
for reading this though. I'm NOT starting a flame ware, but I will always come back to FreeBSD!! Thanks --- Scott Mitchell [EMAIL PROTECTED] wrote: On Sat, Sep 02, 2006 at 06:59:37AM -0700, Dino Vliet wrote: Peeps, I bought this emtec usb storage device and plugged it into my

backup existing sata drive

2006-09-29 Thread Dino Vliet
Good evening peeps, I have this 80gb sata seagate harddisk in my freebsd amd64 system. This harddisk is partioned so I can dual boot with Ubuntu. So I have data on my freebsd partition as well as on my ubuntu partition. As I'm getting paranoia, I would like to know how to get by this situation,

Re: backup existing sata drive

2006-09-30 Thread Dino Vliet
a copy of the full disk. Hmm, I have to think this over, but nice knowing this is an option. --- Peter A. Giessel [EMAIL PROTECTED] wrote: On 2006/09/29 14:08, Dino Vliet seems to have typed: I waant to use this extra drive as a backup solution. What options do I have? Dump

RAM problems

2006-10-01 Thread Dino Vliet
Dear bsd people, I have this amd64 system running freebsd 6.1 with 1 GB of RAM and everything worked very well. Then I've added some more ram, 2 gb extra, to be precise and aft first it seemd everything worked fine. I could load larger files and my java apps didn't give me out-of -memory

Re: Xorg/Gnome/KDE freeze on latest release

2007-01-17 Thread Dino Vliet
Forwarded Message From: Gobbledegeek [EMAIL PROTECTED] CC: [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Date: Thu, 18 Jan 2007 01:07:45 +0530 Subject:Re: Xorg/Gnome/KDE freeze on latest release Plain Text Attachment [ Scan and Save to Computer | Save to Yahoo! Briefcase

slib-guile problems when installing port

2007-01-20 Thread Dino Vliet
Folks, I have this problem when trying to install the port slib-guile: === Checking if lang/slib-guile already installed /bin/ln -shf /usr/local/share/slib /usr/local/share/guile/1.6/slib cd /usr/local/share/guile/1.6/slib /usr/local/bin/guile -q -l guile.init -c (require 'new-catalog)

problems with cvsup on cvsup2 server

2007-01-31 Thread Dino Vliet
Hi guys, look at this terrible error I got from portupgrade [EMAIL PROTECTED] /usr/home/dino]# portupgrade -n gnome-desktop --- Session started at: Wed, 31 Jan 2007 23:22:24 +0100 [missing key: categories] [Updating the portsdb format:bdb_btree in /usr/ports ... - 16409 port entries found

backup solution

2007-02-10 Thread Dino Vliet
Hi peeps, I'm busy preparing my via c3 system to utilize it as a backup file server. On the motherboard I have two IDE channels and currenntly they have installed a IDE hard disk and a dvd-rom. However, I have bought an extra IDE cable where I will put two IDE hard disks in a master-slave or

jail question

2007-02-11 Thread Dino Vliet
Hi folks, I'm installing a nice system to use as my multimedia box and already succeeded with geom-mirror. I want to use a jail to isolate the p2p applications like amule/emule and want to make sure that they only write to an encrypted disk (currently RTFM on geli and gbde) However, I was

portsnap portupgrade

2007-02-11 Thread Dino Vliet
Hi peeps, I've completed a new install of freebsd6.2 and started running portsnap as described in the handbook (the sequence portsnap fetch, portsnap extract and then finally portsnap fetch update). At that time I expected that the ports tree would be update. However, I expected portupgrade to

X won start anymore

2007-02-18 Thread Dino Vliet
Hi folks, here I am again:-( This time, it is X which is causing troubles and I didn do anything. It worked for the last months without any problems and the last actions I did were: 1) portsnap fetch update and then a portupgrade -aRr 2) changed my BIOS to enable S.M.A.R.T. on my harddisk 3)

Re: X won start anymore

2007-02-18 Thread Dino Vliet
From: Christian Walther [EMAIL PROTECTED] To: Dino Vliet [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Sent: Sunday, February 18, 2007 1:56:48 PM Subject: Re: X won start anymore On 18/02/07, Dino Vliet [EMAIL PROTECTED] wrote: [...] (WW) xf86EnableIO: Failed to open /dev/io for extended I/O

linuxpluginwrapper error in ports

2007-02-23 Thread Dino Vliet
Hi peeps, on my i386 system I'm trying to compile the port linuxpluginwrapper. I'm receiving this error when doing that: === Generating temporary packing list === Checking if accessibility/linux-atk already installed cd /usr/ports/accessibility/linux-atk/work /usr/bin/find * -type d -exec

burning a cd or dvd doesn't work

2007-02-25 Thread Dino Vliet
Hi folks, I thought I followed all the steps in the handbook to try to burn a cd or dvd from my freebsd 6.1 amd64 system but these commands show the problems I'm experiencing: [EMAIL PROTECTED] /usr/ports/devel/g-wrap]# camcontrol devlist LITE-ON DVD SOHD-16P9S FS09 at scbus1 target 0 lun

tweaking kern.ipc.shmmax

2007-02-28 Thread Dino Vliet
Hi peeps, I have a amd64 system running freebsd6.1 with 3 GB ram. I want to use this a s my primary reserach database and installed postgresql on it. There they are talking about increasing some shared buffers value. However, if I do increase that shared buffer value to even 64MB (while I

make buildworld error

2007-03-20 Thread Dino Vliet
Hi folks, on my pc , CPU: VIA C3 Samuel 2 (796.10-MHz 686-class CPU) Origin = CentaurHauls Id = 0x673 Stepping = 3 Features=0x803035FPU,DE,TSC,MSR,MTRR,PGE,MMX real memory = 503250944 (479 MB) avail memory = 483028992 (460 MB) I get the following error after I issue a make buildworld:

portupgrade -rf gettext problems

2007-03-22 Thread Dino Vliet
Hi folks, I saw this in usr/ports/UPDATING: 20070318: AFFECTS: users of devel/gettext (ie: YOU) AUTHOR: [EMAIL PROTECTED] As a result of the upgrade to gettext-0.16.1, the shared library version of libintl has changed, so you will need to rebuild all ports that depend on gettext (ie:

help, make installworld fails!!!!!!

2007-10-07 Thread Dino Vliet
Gents, I'm about to experience the first problem with FreeBSD after I've tried to upgrade my kernel to the latest sources because of the security advisories. I have a custom kernel running FreeBSD version 6.2 on a amd64 system. My procedure was: step 1) change the

pkgdb -Ff and autoconf question...how do I respond?

2007-10-27 Thread Dino Vliet
Dear FreeBSD folks, I want to upgrade my ports but as I'm following the /usr/ports/UPDATING file, it advised me to run the command pkgdb -Ff. When I do I get this: pkgdb -Ff --- Checking the package registry database Duplicated origin: devel/autoconf261 - autoconf-2.53_4 autoconf-2.61_2

Re: Xorg impossible problems

2007-11-14 Thread Dino Vliet
Toni Schmidbauer [EMAIL PROTECTED] wrote: At Sat, 22 Sep 2007 02:43:11 -0700 (PDT), Dino Vliet wrote: from time to time, Xorg crashes and won't restart (especially when I'm using firefox) and I have found firefox.core, gnash.core and metacity.core files in my home directory afterwards i

Re: Xorg impossible problems

2007-11-17 Thread Dino Vliet
Coleman Kane [EMAIL PROTECTED] wrote: Dino Vliet wrote: Toni Schmidbauer wrote: At Sat, 22 Sep 2007 02:43:11 -0700 (PDT), Dino Vliet wrote: from time to time, Xorg crashes and won't restart (especially when I'm using firefox) and I have found firefox.core, gnash.core and metacity.core

geom gmirror question

2007-12-06 Thread Dino Vliet
Forwarded Message From: Dino Vliet [EMAIL PROTECTED]CC: [EMAIL PROTECTED] To: freebsd-questions@freebsd.orgDate: Sat, 7 Apr 2007 03:55:20 -0700 (PDT)Subject: hardware problems?..how to disable geom?Plain Text Attachment [ Scan and Save to Computer ] Hi

gdvrecv produces very BIG FILES

2007-07-10 Thread Dino Vliet
Dear all, I managed to connect my new canon mini dv camera to my firewire port on my freebsd amd64 machine and used gdvrecv to transfer the first 2 minutes of my first recording (did I mention I really like FreeBSD and I'm so glad it's possible t do this first step:-) However, this

max resolution with vesa driver on amd64 system running FreeBSD 6.2

2007-07-14 Thread Dino Vliet
Hi folks, I'm having problems with my monitor on freebsd. The vesa driver uses 1024X768 while the monitor is capable of doing 1680x1050. Observed here as well: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nv/+bug/5801 Using the nv driver is no option because it freezes my

after Xorg upgrade...X crashes unexpectedly and randomly

2007-07-15 Thread Dino Vliet
Dear FreeBSD people, I've upgraded Xorg a while ago and since then I've been experiencing random Xorg crashes all over. My system is a amd 64 CPU running FreeBSD 6.2 where uname -a gives: FreeBSD zouk.tiscali.nl 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #14: Sun Jun 3 10:40:42 CEST 2007

Re: after Xorg upgrade...X crashes unexpectedly and randomly

2007-07-15 Thread Dino Vliet
Dino Vliet [EMAIL PROTECTED] wrote: Dear FreeBSD people, I've upgraded Xorg a while ago and since then I've been experiencing random Xorg crashes all over. My system is a amd 64 CPU running FreeBSD 6.2 where uname -a gives: FreeBSD zouk.tiscali.nl 6.2-RELEASE-p5 FreeBSD 6.2-RELEASE-p5 #14: Sun

Re: max resolution with vesa driver on amd64 system running FreeBSD 6.2

2007-07-21 Thread Dino Vliet
Florent Thoumie [EMAIL PROTECTED] wrote: Yuri Pankov wrote: On Sat, Jul 14, 2007 at 02:21:09AM -0700, Dino Vliet wrote: Hi folks, I'm having problems with my monitor on freebsd. The vesa driver uses 1024X768 while the monitor is capable of doing 1680x1050. Observed here as well: https

Re: max resolution with vesa driver on amd64 system running FreeBSD 6.2

2007-07-23 Thread Dino Vliet
Florent Thoumie [EMAIL PROTECTED] wrote: Yuri Pankov wrote: On Sat, Jul 14, 2007 at 02:21:09AM -0700, Dino Vliet wrote: Hi folks, I'm having problems with my monitor on freebsd. The vesa driver uses 1024X768 while the monitor is capable of doing 1680x1050. Observed here as well: https

gdb error message

2007-07-23 Thread Dino Vliet
Dear folks, whenever I try to attach gdb to my firefox settings because I'm expecting firefox to be the source of my stability problems (I always find a gnash.core and a firefox.core file in my home directory) I get the following error message: gdb --quiet (gdb) attach 11808 Attaching to

Xorg impossible problems

2007-09-22 Thread Dino Vliet
Mi fellow freebsd enthousiasts, I have this interesting Xorg problems which I can't seem to eliminate and I therefore hope some of you can guide me in the right direction. On my amd64 system running freebsd 6.2 with a nvidia card using the vesa driver, I'm experiencing Xorg crashes and

hardware problems?..how to disable geom?

2007-04-07 Thread Dino Vliet
Hi folks, I have sinned:-( I have (for testing purposes) activated geom for mirroring on my freebsd 6.2 via c3 cpu system. However, I used two different brand IDE harddisks but identical in capacity. I have: ad0: 76319MB MAXTOR STM3802110A 3.AAK at ata0-master UDMA100 ad3: 76319MB Seagate

multimedia/gstreamer-plugins80 problem

2007-06-03 Thread Dino Vliet
After I upgraded xorg, I had troubles upgrading this port. Can anyone help me with this because I get the following error message on my system (amd64, running freebsd 6.2) ../../gst-libs -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/local/include/gstreamer-0.8

portupgrade -o print/ghostscript-gpl ghostscript-gnu doesn't work

2007-06-03 Thread Dino Vliet
Hi peeps, on my amd64 system which I just upgraded to 6.2 (from 6.1) I wanted to upgrade my ports ass well. Looking into the /usr/ports/UPDATING file I saw the following announcement: 20070405: AFFECTS: users of print/ghostscript-* AUTHOR: [EMAIL PROTECTED] The default ghostscript port

random xorg crashes after xorg upgrade to 7.2

2007-06-03 Thread Dino Vliet
Hi peeps, now that I've succesfully upgraded my xorg to 7.2 I'm experiencing random problems. Sometimes closing a firefox tab causes xorg to crash or changing the screen resolution in gnome to a lower value. When it crashes, I'm thrown into the command line where I can only reboot. I really

portsdb -Uu broken on AMD64 system

2006-07-21 Thread Dino Vliet
Hi folks, how are you all doing? My AMD64 system running FreeBSD 6.1 gave me a very strange error when trying to update my ports. I used the cvsup -g -L -2 command and everything went smooth, but after I did the portsdb -Uu command this is what I get: portsdb -Uu Updating the ports index ...

Re: portsdb -Uu broken on AMD64 system

2006-07-21 Thread Dino Vliet
Awesomeeverything works fine again! You are getting faster and faster at these forums as time progresses:-) Just today I presented a plan at the company where I'm employed to use a open source BI tool and emphasized that the support from the community is excellent!! FreeBSD is NO

error when upgrading gnome-panel on FreeBSD 6.2 (AMD64)

2008-03-10 Thread Dino Vliet
Hi folks, I'm updating my ports and ran across this error message when I update my freebsd 6.2 amd64 system. When upgrading gnome-panel I get the following error: Making install in gnome-panel gmake[1]: Entering directory

Failed Upgrading 'gnucash-2.2.0' to 'gnucash-2.2.3_2'

2008-03-15 Thread Dino Vliet
Hi folks, I'm updating my ports and ran across this error message when I update my freebsd 6.2 amd64 system. When upgrading gnucash I get the following error: mkdir .libs c++ -O2 -fno-strict-aliasing -pipe -o .libs/ofxconnect cmdline.o nodeparser.o ofxpartner.o ofxconnect.o

java plugin for Firefox on AMD64 running FreeBSD 6.3

2008-03-21 Thread Dino Vliet
Hi folks, I'm lost at finding a solution for getting the java plugin to work in Firefox 2.11 on my AMD64 system running FreeBSD 6.3. I've upgraded my ports and the diablo-jdk version is: pkg_info | grep diablo diablo-jdk-1.5.0.07.01_9 Java Development Kit 1.5.0_07.01 The handbook said I needed

Re: java plugin for Firefox on AMD64 running FreeBSD 6.3

2008-03-21 Thread Dino Vliet
Jung-uk Kim [EMAIL PROTECTED] wrote: On Friday 21 March 2008 08:46 am, Dino Vliet wrote: Hi folks, I'm lost at finding a solution for getting the java plugin to work in Firefox 2.11 on my AMD64 system running FreeBSD 6.3. I've upgraded my ports and the diablo-jdk version is: pkg_info

uninstall all of Gnome with expections

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

upgrading kdeartwork to version 4.1.1 fetch error in ports

2008-09-04 Thread Dino Vliet
Hi peeps,I want to upgrade my kde41 installation and the kdeartwork port gives me troubles. I can't seem to fetch the files due to some checksum mismatch. Can you help me out?The commands I entered and the output is here:# portversion -l   # kdeartwork

libjvm.so not found on amd64 system running freebsd 7

2008-09-07 Thread Dino Vliet
Hi all,due to this opera errer I get when I want to test the working of my java browser plugin I get a message that libjvm.so is not found on my amd64 box running freebsd 7.The commands I type are:[EMAIL PROTECTED] /usr/ports/math]# ldd /usr/local/diablo-jdk1.6.0/jre/lib/amd64/libjava.so

svgalib-1.4.3_5 is only for i386, while you are running amd64.

2008-09-11 Thread Dino Vliet
Hi folks, On my adm64 dualcore system running freebsd 7 I want to install /usr/ports/multmedia/kino. However the port stops because of this: ==    Verifying install for gs in /usr/ports/print/ghostscript8 NOTE: Default paper size will be A4. ===  Found saved configuration for

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.4.3/PerlMagick

2008-09-12 Thread Dino Vliet
Hi folks, on my adm64 dual core system running freebsd I get the following error when installing the port, /usr/porst/graphics/ImageMagick: t/write...ok t/x11/readXlib: connection to :0.0 refused by server Xlib: No protocol specified t/x11/readok t/x11/write...Xlib:

(no subject)

2008-09-12 Thread Dino Vliet
Hi folks, on my adm64 dual core system running freebsd I get the following error when installing the port, /usr/porst/graphics/ImageMagick: t/write...ok t/x11/readXlib: connection to :0.0 refused by server Xlib: No protocol specified t/x11/readok t/x11/write...Xlib:

Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-6.4.3/PerlMagick

2008-09-12 Thread Dino Vliet
From: Dino Vliet [EMAIL PROTECTED] To: freebsd-questions

  1   2   >