Re: compatibility SCO

2013-05-12 Thread Marco Steinbach

On Thu, 9 May 2013, grillo wrote:

I need use Microsoft Cobol Compiler and runtime developed for Xenix/Unix 
system V SCO using NETBSD or FreeBSD, it is possible? have binary 
compatibility ? environment compatibility ?

thank you


You're probably forced to stay with MS Cobol for reasons beyond your
control -- try and have a look at devel/open-cobol, nonetheless.

Worked quite painlessly for getting run-off-the-mill code away from
RM/Cobol about a year or two ago.

MfG CoCo
___
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: gettext-0.18.1.1_1 fails to build under jail

2013-03-28 Thread Marco Steinbach

Paul Macdonald wrote on 28.03.2013 11:46:


this port upgrades fine on the host system but not under a jail..

FreeBSD  9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 
UTC 2012 r...@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64


config.status: executing depfiles commands
sed: 2: 
  s/^include
inclu ...: unterminated substitute pattern
sed: 1: s/$(DEPDIR)/.deps
.deps/g
: unescaped newline inside substitute pattern

snip


I've been getting this message, also.  For quite a while, iirc, in jails 
and on hosts.



./localename.c: In function '_nl_locale_name_thread_unsafe':
./localename.c:2607: error: 'locale_t' undeclared (first use in this 
function)
./localename.c:2607: error: (Each undeclared identifier is reported only 
once

./localename.c:2607: error: for each function it appears in.)
./localename.c:2607: error: expected ';' before 'thread_locale'
./localename.c:2608: error: 'thread_locale' undeclared (first use in 
this function)
./localename.c:2608: error: 'LC_GLOBAL_LOCALE' undeclared (first use in 
this function)

*** Error code 1

Stop in 
/var/ports/basejail/usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-runtime/intl. 


*** Error code 1

Stop in 
/var/ports/basejail/usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-runtime. 


*** Error code 1

Stop in 
/var/ports/basejail/usr/ports/devel/gettext/work/gettext-0.18.1.1/gettext-runtime. 


*** Error code 1

Stop in /var/ports/basejail/usr/ports/devel/gettext/work/gettext-0.18.1.1.
*** Error code 1

Stop in /basejail/usr/ports/devel/gettext.




I didn't run into this, but seeing, that you're also using ezjail, maybe 
this thread in the FreeBSD forums can provide hints:


http://forums.freebsd.org/showthread.php?t=38558

MfG CoCo

___
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


following 9-STABLE but getting 9.1-PRERELEASE

2012-12-31 Thread Marco Beishuizen

Hi,

I'm following the 9-STABLE branch with svn and just updated my system. But 
after booting I noticed that my system is still at 9.1-PRERELEASE, and not 
9.1-STABLE or 9-STABLE.


Does someone know what happened?

Thanks in advance.

Regards,
Marco

--
To get something done, a committee should consist of no more than three
persons, two of them absent.
___
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: grep -Dskip doesn't skip FIFOs

2012-12-06 Thread Marco Steinbach

David Xu wrote on 06.12.2012 04:46:

On 2012/12/06 11:28, David Xu wrote:

On 2012/12/06 07:07, Marco Steinbach wrote:

Hi there,

grep(1) does not seem to skip FIFOs when told to.


snip

I think you need a patch to fix it, the bug is in ggrep, it tries to
open a FIFO before checking if it is a FIFO, then blocked.

http://people.freebsd.org/~davidxu/patch/grep.c.diff

___






or the patch:
http://people.freebsd.org/~davidxu/patch/grep.c.diff2

The patch opens file with O_NONBLOCK, then turns off O_NONBLOCK,
and only checks if a file is a FIFO in reset() function.


This patch also seems to fix it.  I can't comment on the patches 
themselves, though.


Anyway, thank you again for taking care of this.

MfG CoCo
___
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


grep -Dskip doesn't skip FIFOs

2012-12-05 Thread Marco Steinbach

Hi there,

grep(1) does not seem to skip FIFOs when told to.

coco@probsd:~

uname -a

FreeBSD probsd.c0c0.intra 8.3-STABLE FreeBSD 8.3-STABLE #0 r243477: Sat Nov 24 
11:07:17 CET 2012 root@x2.c0c0.intra:/usr/obj/usr/src/sys/GATEKEEPER  i386
coco@probsd:~

mkfifo bleh

coco@probsd:~

ls -l bleh

prw-r--r--  1 coco  coco  0 Dec  5 23:55 bleh
coco@probsd:~

grep -Dskip foobar bleh

^C
coco@probsd:~

truss grep -Dskip foobar bleh

__sysctl(0xbfbfe074,0x2,0xbfbfe07c,0xbfbfe080,0x0,0x0) = 0 (0x0)
mmap(0x0,336,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 671711232 (0x28098000)
munmap(0x28098000,336)   = 0 (0x0)
__sysctl(0xbfbfe0d8,0x2,0x2808ee7c,0xbfbfe0e0,0x0,0x0) = 0 (0x0)
mmap(0x0,32768,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 671711232 
(0x28098000)
issetugid(0x280878ab,0xbfbfe59c,0x104,0x0,0x0,0x0) = 0 (0x0)
open(/etc/libmap.conf,O_RDONLY,0666)   ERR#2 'No such file or 
directory'
open(/var/run/ld-elf.so.hints,O_RDONLY,00) = 3 (0x3)
read(3,Ehnt\^A\0\0\0\M^@\0\0\0\M-1\0\0...,128) = 128 (0x80)
lseek(3,0x80,SEEK_SET)   = 128 (0x80)
read(3,/lib:/usr/lib:/usr/lib/compat:/u...,177) = 177 (0xb1)
close(3) = 0 (0x0)
access(/lib/libgnuregex.so.5,0)ERR#2 'No such file or 
directory'
access(/usr/lib/libgnuregex.so.5,0)= 0 (0x0)
open(/usr/lib/libgnuregex.so.5,O_RDONLY,00)= 3 (0x3)
fstat(3,{ mode=-r--r--r-- ,inode=5484738,size=64244,blksize=16384 }) = 0 (0x0)
pread(0x3,0x2808ddc0,0x1000,0x0,0x0,0x0) = 4096 (0x1000)
mmap(0x0,69632,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) = 671744000 
(0x280a)
mmap(0x280a,65536,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE,3,0x0)
 = 671744000 (0x280a)
mmap(0x280b,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,3,0xf000) = 
671809536 (0x280b)
close(3) = 0 (0x0)
access(/lib/libbz2.so.4,0) ERR#2 'No such file or 
directory'
access(/usr/lib/libbz2.so.4,0) = 0 (0x0)
open(/usr/lib/libbz2.so.4,O_RDONLY,027757760314) = 3 (0x3)
fstat(3,{ mode=-r--r--r-- ,inode=5484473,size=8,blksize=16384 }) = 0 (0x0)
pread(0x3,0x2808ddc0,0x1000,0x0,0x0,0x0) = 4096 (0x1000)
mmap(0x0,65536,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) = 671813632 
(0x280b1000)
mmap(0x280b1000,61440,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE,3,0x0)
 = 671813632 (0x280b1000)
mmap(0x280c,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,3,0xf000) = 
671875072 (0x280c)
close(3) = 0 (0x0)
access(/lib/libz.so.5,0)   = 0 (0x0)
open(/lib/libz.so.5,O_RDONLY,027757760314) = 3 (0x3)
fstat(3,{ mode=-r--r--r-- ,inode=5470199,size=72328,blksize=16384 }) = 0 (0x0)
pread(0x3,0x2808ddc0,0x1000,0x0,0x0,0x0) = 4096 (0x1000)
mmap(0x0,73728,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) = 671879168 
(0x280c1000)
mmap(0x280c1000,69632,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE,3,0x0)
 = 671879168 (0x280c1000)
mmap(0x280d2000,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,3,0x11000) = 
671948800 (0x280d2000)
close(3) = 0 (0x0)
access(/lib/libc.so.7,0)   = 0 (0x0)
open(/lib/libc.so.7,O_RDONLY,027757760314) = 3 (0x3)
fstat(3,{ mode=-r--r--r-- ,inode=5470167,size=1158944,blksize=16384 }) = 0 (0x0)
pread(0x3,0x2808ddc0,0x1000,0x0,0x0,0x0) = 4096 (0x1000)
mmap(0x0,1167360,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) = 671952896 
(0x280d3000)
mmap(0x280d3000,1048576,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE,3,0x0)
 = 671952896 (0x280d3000)
mmap(0x281d3000,28672,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,3,0xff000) = 
673001472 (0x281d3000)
mmap(0x281da000,90112,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,-1,0x0)
 = 673030144 (0x281da000)
close(3) = 0 (0x0)
mmap(0x0,880,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 673120256 (0x281f)
munmap(0x281f,880)   = 0 (0x0)
mmap(0x0,600,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 673120256 (0x281f)
munmap(0x281f,600)   = 0 (0x0)
mmap(0x0,712,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 673120256 (0x281f)
munmap(0x281f,712)   = 0 (0x0)
mmap(0x0,1048,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 673120256 (0x281f)
munmap(0x281f,1048)  = 0 (0x0)
mmap(0x0,22000,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 673120256 (0x281f)
munmap(0x281f,22000) = 0 (0x0)
sysarch(0xa,0xbfbfe140,0x2805d51b,0x2808d318,0x28070159,0x2808d318) = 0 (0x0)
sigprocmask(SIG_BLOCK,SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0)
 = 0 (0x0)
sigprocmask(SIG_SETMASK,0x0,0x0) 

Re: compare zfs xfs and jfs o

2012-08-07 Thread Marco Muskus

El 05/08/12 18:10, Wojciech Puchar escribió:

really - stick with FreeBSD UFS. it is really best.


Yes UFS is very good, but very hight IO ZFS is fastest if you use 
L2ARC/ZIL on SSD.

if...

better just move heavy used things on SSD and rest on HDD. really it's 
fastest.





Yes, you can do that ... until the SSD is full
___
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: compare zfs xfs and jfs o

2012-08-07 Thread Marco Muskus

El 05/08/12 20:05, Anonymous Remailer (austria) escribió:

I think that XFS  JFS are more mature filesystems than ZFS

This is not up for discussion.


but the feature set of ZFS i ahead in the future.

Too many iPads, iPhones, etc?


For a NFS server first I'll go with ZFS because the consistence in disk

If not spelling, or grammar...


and speed will gonna be the differentiator.

A high-school education may well have been the differentiator, but that's
not important right now. Journaling filesystems are not known for speed.
EXT2 will probably outperform ZFS as far as NFS servers go.


English is not my native language, so i can make mistakes. ZFS is the 
way to go if you need consistency + speed on a NFS server/service.




--
Speed Will Gonna
Be The Differentiator

___
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



___
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: compare zfs xfs and jfs o

2012-08-07 Thread Marco Muskus

El 05/08/12 18:13, Wojciech Puchar escribió:
with ZFS because the consistence in disk and speed will gonna be 
the differentiator.

true. it is consistently slow.

REALLY from what tale do you people get such a statements.


There is no tale, only a feature set:
http://en.wikipedia.org/wiki/Zfs#Features



And everything everyone writes is always true.


Did you read the foot notes ? the subsequent links ?

Regards,
___
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: compare zfs xfs and jfs o

2012-08-07 Thread Marco Muskus

El 07/08/12 16:09, Wojciech Puchar escribió:


English is not my native language, so i can make mistakes. ZFS is the 
way to go if you need consistency + speed on a NFS server/service.


Of course ZFS doesn't need fsck. Until it fails.



Did you personally try ZFS ?
___
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: compare zfs xfs and jfs o

2012-08-05 Thread Marco Muskus

El 05/08/12 06:22, Wojciech Puchar escribió:

Hi Ashkan,

I think that XFS  JFS are more mature filesystems than ZFS, but the 
feature set of ZFS i ahead in the future. For a NFS server first I'll 
go with ZFS because the consistence in disk and speed will gonna be 
the differentiator.

true. it is consistently slow.

REALLY from what tale do you people get such a statements.


There is no tale, only a feature set:
http://en.wikipedia.org/wiki/Zfs#Features






Look at L2ARC and ZIL to improve ZFS speed.


it's far better to just put manually heavily used things to SSD.



Yes ! That's what actually ZFS do with SSD put the most used elements on it.
___
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: compare zfs xfs and jfs o

2012-08-05 Thread Marco Muskus

El 05/08/12 13:03, Wojciech Puchar escribió:

I think that XFS  JFS are more mature filesystems than ZFS, but the
feature set of ZFS i ahead in the future. For a NFS server first
I'll go with ZFS because the consistence in disk and speed will
gonna be the differentiator.


The idea that ZFS is faster than XFS is certainly a new one for me.  Do


is ZFS supposed to be faster at all?

really - stick with FreeBSD UFS. it is really best.


Yes UFS is very good, but very hight IO ZFS is fastest if you use 
L2ARC/ZIL on SSD.


There is no doubt in the benefits of SSD on the fileservers (SMB, NFS,etc.)


___
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




___
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: compare zfs xfs and jfs o

2012-08-04 Thread Marco Muskus

Hi Ashkan,

I think that XFS  JFS are more mature filesystems than ZFS, but the 
feature set of ZFS i ahead in the future. For a NFS server first I'll go 
with ZFS because the consistence in disk and speed will gonna be the 
differentiator.


Look at L2ARC and ZIL to improve ZFS speed.


Regards,


El 04/08/12 09:01, ashkab rahmani escribió:

hello
i have 16tb storage. 8x2tb sata raided.
i want to share it on network via nfs.
which file system is better for it?
thank you
———
Ashkan R
___
freebsd-questions@freebsd.org  mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail tofreebsd-questions-unsubscr...@freebsd.org




___
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: Firefox 14 build broken due to wrong libpng

2012-07-31 Thread Marco Beishuizen

On Mon, 30 Jul 2012, the wise david coder wrote:


same problem.  so i rebuilt png w/

OPTIONS= APNG Animated PNG support On

firefox build still fails because of complaints about APNG.  what am i 
missing here?


i'm running 8.3, btw, less than a month old.

david coder


My guess is that you need to portupgrade -rf png to upgrade png and all 
ports that depend on it (that means a lot).


Regards,
Marco

--
Corry's Law:
Paper is always strongest at the perforations.
___
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: backup tools

2012-06-22 Thread Marco Antonio Muskus Muskus
Bacula is the tool

Enviado desde mi iPod

El 22/06/2012, a las 8:31 p.m., Chad Perrin per...@apotheon.com
escribió:

 On Fri, Jun 22, 2012 at 08:14:34PM -0500, Adam Vande More wrote:
 On Fri, Jun 22, 2012 at 11:09 AM, Chad Perrin per...@apotheon.com
 wrote:

 I'm setting up a new backup server using FreeBSD.  It will be
 used for
 backing up laptops, which will not be connected to the network by
 any
 kind of schedule, so backups will be initiated manually rather
 than by
 cron or other scheduled procedures.  I'm trying to decide on what
 tools
 to use for managing backups.  In the past I have used rsync, which
 has
 worked reasonably well, but fails one of my desired criteria for
 the new
 backup procedures, and is less than ideal for others.


 One's I use or have used:

 sysutils/rdiff-backup
 sysutils/tarsnap
 misc/amanda-server

 Unfortunately, one of those is GPL, another is subject to proprietary
 licensing, and the last has a bunch of (otherwise unnecessary on the
 server) GNU project dependencies.

 --
 Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
 ___
 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
 

Este mensaje y/o sus anexos son para uso exclusivo de su destinatario 
intencional y puede contener información legalmente protegida por ser 
confidencial. Si usted no es el destinatario intencional del mensaje por favor 
infórmenos de inmediato y elimínelo, así como sus anexos. Igualmente, le 
comunicamos que cualquier retención, revisión no autorizada, distribución, 
divulgación, reenvío, copia, impresión, reproducción, o uso indebido de este 
mensaje y/o sus anexos, está estrictamente prohibida y sancionada legalmente.  
EDATEL S.A. no se hace responsable en ningún caso por daños derivados de la 
recepción del presente mensaje.
___
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: Is ZFS production ready?

2012-06-21 Thread Marco Antonio Muskus Muskus

ZFS is superior to UFS. End of the history.

There is no point in use old technology (UFS) when the new one can make the 
same as the older and better ?

Regards,



El 21/06/12 11:31, Matthias Gamsjager escribió:



On 21 jun. 2012, at 18:07, Wojciech Puchar 
woj...@wojtek.tensor.gdynia.plmailto:woj...@wojtek.tensor.gdynia.pl wrote:



stupid answer to stupid question.
You never seen - but they do happens.



In other topic you hammerd on  fact and if someone ask you to deliver them its 
a stupid question.


just a proof it is a waste of time to explain things (FOR FREE) for people like 
you.

You are free to make dangerous setups. People are free to hire you and believe 
at things what you do. People are free to then pay consequences of the results 
at unexpected time, as well as 10 times oversized hardware for a need.

At least this is still free :)



True but this applies as much to you. You think you know it all and that is 
quite the probdlem with you.
And  discussing with you is a true waste with this attittute. Even its free. 
___
freebsd-questions@freebsd.orgmailto:freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.orgmailto:freebsd-questions-unsubscr...@freebsd.org



--
MARCO ANTONIO MUSKUS MUSKUS
NOC - Aplicaciones ISP
EDATEL S.A. E.S.P.
Calle 41 # 52 - 28 Piso 2
Medellín, Antioquia - Colombia
Teléfono: (574) 384 6507 Fax: (574) 3846500
www.edatel.net.cohttp://www.edatel.net.co
mamus...@edatel.com.comailto:mamus...@edatel.com.co


Este mensaje y/o sus anexos son para uso exclusivo de su destinatario 
intencional y puede contener información legalmente protegida por ser 
confidencial. Si usted no es el destinatario intencional del mensaje por favor 
infórmenos de inmediato y elimínelo, así como sus anexos. Igualmente, le 
comunicamos que cualquier retención, revisión no autorizada, distribución, 
divulgación, reenvío, copia, impresión, reproducción, o uso indebido de este 
mensaje y/o sus anexos, está estrictamente prohibida y sancionada legalmente. 
EDATEL S.A. no se hace responsable en ningún caso por daños derivados de la 
recepción del presente mensaje.
___
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: Is ZFS production ready?

2012-06-21 Thread Marco Antonio Muskus Muskus

ZFS is technologically more advance than UFS/UFS2, so, if someone ask to me 
which filesystem should be use, my answer is ZFS.

You can do on UFS the same on ZFS, but ZFS extend the functionality beyond 
filesystem, that is a plus for IT today.

I'm using ZFS for a public HTTP/FTP mirror pushing many TB/Month and a backup 
system.

Regards,



El 21/06/12 12:32, Wojciech Puchar escribió:

Agreed.  Wojciech Puchar is in my 'probable troll' file at this point,



Here too,  http://berklix.com/~jhs/dots/.procmailrc.lists



very good. just block me, instead of performing aggresive replies and
personal attacks.


___
freebsd-questions@freebsd.orgmailto:freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.orgmailto:freebsd-questions-unsubscr...@freebsd.org



--
MARCO ANTONIO MUSKUS MUSKUS
NOC - Aplicaciones ISP
EDATEL S.A. E.S.P.
Calle 41 # 52 - 28 Piso 2
Medellín, Antioquia - Colombia
Teléfono: (574) 384 6507 Fax: (574) 3846500
www.edatel.net.cohttp://www.edatel.net.co
mamus...@edatel.com.comailto:mamus...@edatel.com.co


Este mensaje y/o sus anexos son para uso exclusivo de su destinatario 
intencional y puede contener información legalmente protegida por ser 
confidencial. Si usted no es el destinatario intencional del mensaje por favor 
infórmenos de inmediato y elimínelo, así como sus anexos. Igualmente, le 
comunicamos que cualquier retención, revisión no autorizada, distribución, 
divulgación, reenvío, copia, impresión, reproducción, o uso indebido de este 
mensaje y/o sus anexos, está estrictamente prohibida y sancionada legalmente. 
EDATEL S.A. no se hace responsable en ningún caso por daños derivados de la 
recepción del presente mensaje.
___
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


link_elf: symbol ata_controlcmd undefined

2012-04-13 Thread Marco Beishuizen

Hi,

I noticed some messages when booting:
...
link_elf: symbol ata_controlcmd undefined
KLD file atapicam.ko - could not finalize loading
...

My /boot/loader.conf includes:
...
atapicam_load=YES
hw.ata.atapi_dma=1
...

Entering kldload atapicam gives:
kldload: can't load atapicam: No such file or directory

Has anyone an idea how to load atapicam.ko?

I'm running FreeBSD-9.0-STABLE.

Thanks,

Marco
--
Several years ago, some smart businessmen had an idea: Why not build a
big store where a do-it-yourselfer could get everything he needed at
reasonable prices?  Then they decided, nah, the hell with that, let's
build a home center.  And before long home centers were springing up
like crabgrass all over the United States.
-- Dave Barry, The Taming of the Screw
___
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: link_elf: symbol ata_controlcmd undefined

2012-04-13 Thread Marco Beishuizen

On Fri, 13 Apr 2012, the wise Polytropon wrote:


In FreeBSD 9, loading atapicam should not be neccessary,
as it is now part of the GENERIC kernel and has merged
the ATA and SCSI functionality for disks and optical
devices. Try removing it from loader.conf and try again.
(Note possible device name changing ad - ada unless
you're using labels.)


I just removed the lines from loader.conf and the messages are gone. 
Everything seems to work fine too. I already changed the device name to 
ada in fstab, but never removed the obsolete lines in loader.conf.


Thanks for the info.

Marco

--
Man has never reconciled himself to the ten commandments.
___
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


UFS+SU+J and still background fs check?

2012-01-30 Thread Marco Beishuizen

Hi,

When booting my computer today I noticed the message at the end: starting 
background filesystem check in 60 seconds. This seems strange to me since 
SU+J is enabled on all filesystems. How is this possible? NB running 
FreeBSD 9-STABLE


Regards,
Marco
--
In most instances, all an argument
proves is that two people are present.
___
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


em0 legacy driver 1.0.3?

2012-01-29 Thread Marco Beishuizen

Hi,

I noticed that my Intel 82541GI gigabit ethernet controller uses a legacy 
driver 1.0.3, instead of the in 9.0 standard em0 driver 7.3.2.


Why is this and is the legacy driver as good as the standard driver?

Regards,
Marco

--
The road to Hades is easy to travel.
-- Bion
___
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: buildworld

2012-01-22 Thread Marco Steinbach

On Sat, 21 Jan 2012, Samuel Wallace wrote:


uname -a
FreeBSD sampc.att.com 8.2-STABLE #4: Sun Jan 15 13:21:40 EST 2012
s...@sampc.att.com:/usr/obj/usr/src/sys/GENERIC i386


[buildworld: don't know how to make iterator.cc]

There's a thread about this on stable@.  The net outcome seems to be, that the 
source of this problem are out-of-sync mirrors.  So the cure probably is to 
upate sources, and retry.

MfG CoCo

___
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: ipv6 in FreeBSD 9

2012-01-15 Thread Marco Beishuizen

On Sun, 15 Jan 2012, the wise Erik Nørgaard wrote:

Don't use ipv6, but reading above: Did you replace ipv6_enable with 
ipv6_activate_all_interfaces? because the error seems to tell you that you 
must keep ipv6_enable


I replaced it with the new lines because according to the manpage 
ipv6_enable is deprecated. But why shouldn't I use ipv6?


Or, maybe there was an error with mergemaster? old scripts, new kernel 
variables?


I ran mergemaster, but didn't get any error messages. Afaik all scripts in 
/etc are new.


Regards,
Marco

--
Kin, n.:
An affliction of the blood.___
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: ipv6 in FreeBSD 9

2012-01-15 Thread Marco Beishuizen

On Sun, 15 Jan 2012, the wise Erik Nørgaard wrote:


Don't use ipv6, but reading above: Did you replace ipv6_enable with
ipv6_activate_all_interfaces? because the error seems to tell you that
you must keep ipv6_enable


I replaced it with the new lines because according to the manpage
ipv6_enable is deprecated. But why shouldn't I use ipv6?


Sorry, meant to say, I don't use ipv6 so I can't do much debugging.


Aaah, :-), perhaps I should have read better.


Or, maybe there was an error with mergemaster? old scripts, new kernel
variables?


I ran mergemaster, but didn't get any error messages. Afaik all scripts
in /etc are new.


OK, in the error messages you posted it seems that some script checks or use 
these variables. Maybe try to run the different networking scripts manually 
and see where it fails.


Thanks for the tip. I'll do some trial and error and dig deeper.

--
Paul's Law:
You can't fall off the floor.___
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: no hyperthreading in FreeBSD 9?

2012-01-14 Thread Marco Beishuizen

On Fri, 13 Jan 2012, the wise Mark Blackman wrote:


On 13 Jan 2012, at 16:30, Marco Beishuizen wrote:


Hi,

I just upgraded from 8-STABLE to 9-STABLE on my dual Xeon (nocona). Now I have 
in my boot messages:
...
root: /etc/rc.d/sysctl: WARNING: sysctl machdep.hlt_logical_cpus does not exist.
root: /etc/rc.d/sysctl: WARNING: sysctl machdep.hyperthreading_allowed does not 
exist.
...

So isn't hyperthreading not available anymore in FreeBSD 9?


http://svnweb.freebsd.org/base/release/9.0.0/UPDATING?r1=222852r2=222853;

Seems to imply HT is enabled by default and new sysctls are used to take
logical CPUs offline.

How many CPUs does your boot message suggest FreeBSD 9 is reporting?


Yeah, I just deleted the lines from sysctl.conf and it doesn't seem to 
make a difference at all (2 cpu's x 2 threads).


Sorry,
Marco
--
Who on earth would eat a charred caterpillar!?
No, no, you SINGE 'em!  You SINGE 'em and eat 'em!
___
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


ipv6 in FreeBSD 9

2012-01-14 Thread Marco Beishuizen

Hi,

In 8.2 ipv6 was enabled by adding ipv6_enable=YES in rc.conf, and all 
worked fine. In FreeBSD 9 that changed to 
ipv6_activate_all_interfaces=YES. But now there are still some error 
messages at boot time, and ipv6 doesn't seem to work correctly:


...
root: /etc/rc: WARNING: $ipv6_firewall_enable is not set properly - see 
rc.conf(5).
root: /etc/rc: WARNING: $ipv6_enable is not set 
properly - see rc.conf(5).

...

I do not use a static IP adress, but DHCP. Wat do I need to do more 
to enable ipv6?


Thanks,

Marco
--
FORTUNE PRESENTS FAMOUS LAST WORDS: #4

Socrates:   I DRANK WHAT!?!?
Tarzan: Who greased the grape veee
Al Capone:  There's a violin in my violin case!
Pilot, TWA Fl. #343:What's a mountain goat doing 'way up here?
___
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: ipv6 in FreeBSD 9

2012-01-14 Thread Marco Beishuizen

On Sat, 14 Jan 2012, the wise Yuri Pankov wrote:


In 8.2 ipv6 was enabled by adding ipv6_enable=YES in rc.conf, and all
worked fine. In FreeBSD 9 that changed to
ipv6_activate_all_interfaces=YES. But now there are still some error
messages at boot time, and ipv6 doesn't seem to work correctly:

...
root: /etc/rc: WARNING: $ipv6_firewall_enable is not set properly - see
rc.conf(5).
root: /etc/rc: WARNING: $ipv6_enable is not set
properly - see rc.conf(5).
...

I do not use a static IP adress, but DHCP. Wat do I need to do more
to enable ipv6?


This works for me:

ifconfig_em0_ipv6=inet6 accept_rtadv
ip6addrctl_policy=ipv6_prefer

No other IPv6-related settings done anywhere else.


No didn't work. Still the same error messages.

Marco

--
Kamikazes do it once.
___
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


no hyperthreading in FreeBSD 9?

2012-01-13 Thread Marco Beishuizen

Hi,

I just upgraded from 8-STABLE to 9-STABLE on my dual Xeon (nocona). Now I 
have in my boot messages:

...
root: /etc/rc.d/sysctl: WARNING: sysctl machdep.hlt_logical_cpus does not 
exist.
root: /etc/rc.d/sysctl: WARNING: sysctl machdep.hyperthreading_allowed 
does not exist.

...

So isn't hyperthreading not available anymore in FreeBSD 9?

Regards,
Marco

--
If you want me to be a good little bunny
just dangle some carats in front of my nose.
-- Lauren Bacall
___
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: creating a bootable iso for raid BIOS flash

2012-01-10 Thread Marco Beishuizen

On Sun, 8 Jan 2012, the wise Polytropon wrote:


Does this image boot successfully?



Unfortunately this is also a no go. I think Intel has done something 
special to their iso's, considering that I'm missing 7MB of data.


Regards,
Marco

--
Men have as exaggerated an idea of their
rights as women have of their wrongs.
-- Edgar W. Howe
___
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: creating a bootable iso for raid BIOS flash

2012-01-07 Thread Marco Beishuizen

On Sun, 8 Jan 2012, the wise Polytropon wrote:


If this is depending on the name [BOOT], there are
two ways to deal with special characters in file names,
if you need to specify them on the command line:

a) use escape sequences:
-b \[BOOT\]/Bootable_HardDisk.img

b) use quoting:
-b [BOOT]/Bootable_HardDisk.img


I used escape sequences and that works. The no match error is gone.


Also read man mkisofs about the boot-related
options, especially -b, where

If  the  boot image is not an image of a floppy, you need to add
one of the options: -hard-disk-boot or  -no-emul-boot.   If  the
system should not boot off the emulated disk, use -no-boot.

is mentioned. Maybe consider using -G instead of -b?


I tried the -G option and removed the -hard-disk-boot option and now it 
created an iso without errors. The size is still 9MB though. I looked 
inside the original iso and the one generated by me but I really can't see 
any differences.



--
The future is a race between education and catastrophe.
-- H. G. Wells
___
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: creating a bootable iso for raid BIOS flash

2012-01-07 Thread Marco Beishuizen

On Sun, 8 Jan 2012, the wise Polytropon wrote:


Does this image boot successfully?


I don't know yet because I've used all my cd-r's :-(.
Within a few days I'm expecting some new cd-rw's and I'll let you know how 
things went.



If you compare your ISO with the original one, file sizes
should be the same for all files; are they? A reason could
be that the original one contains some metadata that the
creating program (which will very probably _not_ be mkisofs
as you're using) may have stored there. Things like for
example an application ID, copyright information, media
name. Maybe the original program did use a different
mechanism to create the ISO?

You can easily add the file sizes inside the original
ISO and compare them to your sources (which should be
equal) and see where the difference comes from. I think
it will be some file system metadata (remember that the
ISO-9660 file system occupies invisible space within
the ISO file).


I compared the original iso from Intel with the one generated by me and I 
really can't see any differences. My generated one is 9MB, and 8 MB of 
metadata seems a lot to me, or isn't it?. Don't know how Intel makes his 
iso's.


Regards,
Marco
--

From the moment I picked your book up until I put it down I was

convulsed with laughter.  Some day I intend reading it.
-- Groucho Marx, from The Book of Insults
___
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


creating a bootable iso for raid BIOS flash

2012-01-06 Thread Marco Beishuizen

Hi,

I have an Intel SRCU42X raid controller that currently has firmware 
version 414D. The bios flash was done by a system update package, from 
Intel which is an iso file that you can burn to a cd. The upgrade to 414D 
went fine.


But the newest firmware version is 414I and is not available as a bootable 
iso, only as a 414I.rom file (windows only etc.). So I thought: lets alter 
the 414D iso to the newest 414I iso, and make a new bootable iso. But this 
was harder than I thought.


I extracted the original iso file with file-roller and replaced the 
414D.rom file with 414I.rom, and modified the .bat-files references from 
414D to 414I. The files and directories in the original iso are:

-rwxr-xr-x  1 marco  wheel  7828 Feb  9  2006 LICENSE.TXT
drwxr-xr-x  2 marco  wheel   512 Jan  6 11:19 SRCS16
drwxr-xr-x  2 marco  wheel   512 Jan  6 11:19 SRCS28X
drwxr-xr-x  2 marco  wheel   512 Jan  6 11:19 SRCU41L
drwxr-xr-x  2 marco  wheel   512 Jan  6 11:19 SRCU42E
drwxr-xr-x  2 marco  wheel   512 Jan  6 11:19 SRCU42L
drwxr-xr-x  2 marco  wheel   512 Jan  6 11:24 SRCU42X
drwxr-xr-x  2 marco  wheel   512 Jan  6 11:19 SRCZCRX
drwxr-xr-x  2 marco  wheel   512 Jan  6 11:19 SROMB42E
-rwxr-xr-x  1 marco  wheel  1207 Aug 23  2004 SUP.BAT
-rwxr-xr-x  1 marco  wheel  3732 Feb 11  2006 SUP.TXT
-rwxr-xr-x  1 marco  wheel  4350 Mar 10  2006 SUP_Release_note.txt
-rwxr-xr-x  1 marco  wheel  5479 Feb 10  2006 UPDATE.BAT
-rwxr-xr-x  1 marco  wheel   244 Jan  6 11:25 VER_LOAD.BAT
drwxr-xr-x  2 marco  wheel   512 Jan  6 11:19 [BOOT]

The SRCU42X directory contains the 414I.rom file, an irflash.exe update 
utility and a run.bat batch file (running irflash.exe with reference to 
the .rom file). The [BOOT] directory contains one file: 
Bootable_HardDisk.img.


After that I tried to create the iso with:
root@yokozuna:/data2/tmp# mkisofs -r -J -b [BOOT]/Bootable_HardDisk.img 
-hard-disk-boot -o raid.iso /data2/tmp

which gives an error: mkisofs: No match

First I thought the directory name [BOOT] was weird so I changed this to 
BOOT. Running mkisofs -r -J -b BOOT/Bootable_HardDisk.img -hard-disk-boot 
-o raid.iso /data2/tmp creates an iso, but when I burn this to a cd it 
doesn't boot.


Strange thing also is the fact that the original iso has the size of 
~17MB, but the created iso by me is ~10MB. So it seems I'm missing some 
files.


So what am I doing wrong and what is the correct commandline to create a 
bootable iso for flashing a raid controller bios?


Thanks,

Marco
--
If I promised you the moon and the stars, would you believe it?
-- Alan Parsons Project
___
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: buildworld error 8.2-STABLE amd64

2012-01-02 Thread Marco Steinbach

Janos Dohanics wrote on 02.01.2012 11:04:

On Mon, 02 Jan 2012 07:18:53 +0100
Marco Steinbach c...@executive-computing.de wrote:


Janos Dohanics wrote on 31.12.2011 19:56:

Buildworld stopped with this error (with updated source):

[...]
cc -O3  -DNEED_SOLARIS_BOOLEAN

[...]

I have posted the build log at
http://wwwp.3dresearch.com/ALMAVIVA2011123101_buildworld

Would you please advise?

Quoting /usr/share/examples/etc/make.conf:

# CFLAGS controls the compiler settings used when compiling C code.
# Note that optimization settings other than -O and -O2 are not
# recommended or supported for compiling the world or the kernel -
# please revert any nonstandard optimization settings to -O or -O2
# -fno-strict-aliasing before submitting bug reports without patches
# to the developers.

The error you're seeing is a result from using O3 for building the 
source in question -- At least my 8.2-STABLE ran into the same

problem, once I used O3, instead of the default '-O2 -pipe'.

MfG CoCo


Thank you, there was indeed the line CFLAGS=-O3 in make.conf, after I
have commented it out, I could build world.

I'm wondering how was my make.conf changed though; I'm sure I did not
add CFLAGS=-O3 - is it possible that one of the ports have added this?


Although, as far as I can tell, not explicitly forbidden in the porter's 
handbook, I think that to be highly unlikely in the case of CFLAGS.


The least I'd expect would be some kind notice, if so intrusive a change 
is done deliberately.



If I'd suspect a port fiddling with /etc/make.conf, I'd probably go 
looking for entries carrying a timestamp close to /etc/make.confs in 
/var/db/pkg.  Of course, this largely depends on what happened in 
between the time of actual modification and me noticing, but I think 
that's the first thing I'd do.


MfG CoCo

___
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: CPU MHz discrepency

2012-01-01 Thread Marco Steinbach

Dennis Glatting wrote on 31.12.2011 16:52:
Curios here. 


My BIOS reports my CPU at 4,023 MHz but when FreeBSD boots it says
3973.35-MHz. How is this determined? Seems like an off-by-one error
somewhere.

MB: ASUS Crosshair V FORMULA, latest BIOS, overclocked.

dmesg output:

Tasha dmesg
Copyright (c) 1992-2011 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights
reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 8.2-STABLE #7: Fri Dec 30 18:15:12 PST 2011
root@Tasha:/disk-1/src/sys/amd64/compile/TASHA amd64
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD FX(tm)-8150 Eight-Core Processor(3973.35-MHz
K8-class CPU)
  Origin = AuthenticAMD  Id = 0x600f12  Family = 15  Model = 1
Stepping = 2


In your case you might want to take a look at the printcpuinfo function 
in ${SRC_BASE}/sys/md64/amd64/identcpu.c for starters.  Especially the 
CPUCLASS_K8 case in the second switch statement.


MfG CoCo

___
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: buildworld error 8.2-STABLE amd64

2012-01-01 Thread Marco Steinbach

Janos Dohanics wrote on 31.12.2011 19:56:

Buildworld stopped with this error (with updated source):

[...]
cc -O3  -DNEED_SOLARIS_BOOLEAN

[...]


I have posted the build log at
http://wwwp.3dresearch.com/ALMAVIVA2011123101_buildworld

Would you please advise?


Quoting /usr/share/examples/etc/make.conf:

# CFLAGS controls the compiler settings used when compiling C code.
# Note that optimization settings other than -O and -O2 are not recommended
# or supported for compiling the world or the kernel - please revert any
# nonstandard optimization settings to -O or -O2 -fno-strict-aliasing
# before submitting bug reports without patches to the developers.

The error you're seeing is a result from using O3 for building the 
source in question -- At least my 8.2-STABLE ran into the same problem, 
once I used O3, instead of the default '-O2 -pipe'.


MfG CoCo

___
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: Deprecated ifconfig_interface_aliasn

2011-11-06 Thread Marco Steinbach

On Sun, 6 Nov 2011, Moritz Wilhelmy wrote:


Hello,

according to the rc.conf(5) manual page, the
ifconfig_interface_alias_n mechanism has been deprecated:


And so on.  For each ifconfig_interface_aliasn entry that
is found, its contents are passed to ifconfig(8).
Execution stops at the first unsuccessful access, so if
something like this is present:

ifconfig_ed0_alias0=inet 127.0.0.251 netmask 0x
ifconfig_ed0_alias1=inet 127.0.0.252 netmask 0x
ifconfig_ed0_alias2=inet 127.0.0.253 netmask 0x
ifconfig_ed0_alias4=inet 127.0.0.254 netmask 0x

Then note that alias4 would not be added since the search
would stop with the missing `alias3'' entry.  Due to this
difficult to manage behavior, the
ifconfig_interface_aliasn form is deprecated.


I can't see any further hints by what it has been deprecated, and the
net is full of examples using this mechanism. Can someone point me to
whereever some equivalent functionality has been implemented? Should I
file a PR, or am I just being blind? (Machine is running 9.1-RC1, maybe
it has been deprecated after 8)


I'd say there isn't one.  You're expected to use /etc/start_if.interface, 
accordingly.

The next paragraph in the rc.conf(5) man page states:

  If the /etc/start_if.interface file is present, it is read
  and executed by the sh(1) interpreter before configuring the
  interface as specified in the ifconfig_interface and
  ifconfig_interface_aliasn variables.

The wording might be a bit misleading here.  Actually, there's no need to have 
any ifconfig_* statements in rc.conf, unless you need or want to make use of 
the facilties provided by network startup scripts.

Just drop any ifconfig and possibly other shell commands to configure the interface 
in question into /etc/start_if.interface.


Maybe opening a PR, asking for different wording or an additional paragraph is 
a good idea, nonetheless.

MfG CoCo
___
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: Get list of ethernet devices

2011-11-06 Thread Marco Steinbach

On Mon, 7 Nov 2011, Michael Ross wrote:


Moin,


Morsche,


I'm setting up a system on an external USB drive,
serving as fallback in case of a server failure:

Customer takes USB drive, plugs it into any of his PCs and boots of it.

Now I am looking for a good method to configure the network:

I could just start dhclient on any NIC which could possibly be there,
thus cramming rc.conf with
ifconfig_em0=DHCP
ifconfig_em1=DHCP
ifconfig_fxp0=DHCP
and so on.

Or I could grep ifconfig or dmesg output for ethernet interfaces and dhclient 
these.


Both sound like a very messy solution.

So I would step beyond my current area of expertise, grep some source from 
sysinstall, bsdinstall or somewhere and do it in C.
But I'm kind of hoping anybody can point me to a readymade solution yet 
unknown to me.


No readymade solution, just a hint for possibly keeping the mess down a bit:

The l (lower case letter L) flag to ifconfig lists all available interfaces in 
a more scripting friendly fashion:

% ifconfig -l
em0 dc0 plip0 lo0 vboxnet0
%

I'd be interested in testing the results (or possible steps thereto) of your 
efforts in creating a customized, bootable FreeBSD USB stick image, if that's 
feasible.

MfG CoCo

___
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


gthumb: IRQ's not enabled, falling back to busy waits

2011-10-26 Thread Marco Beishuizen

Hi,

Gthumb core dumps with:

...
IRQ's not enabled, falling back to busy waits: 2 0
Segmentation fault (core dumped)
...

Does anyone know what this means?

Thanks in advance,
Marco

--
Fortune's Real-Life Courtroom Quote #41:

Q:  Now, Mrs. Johnson, how was your first marriage terminated?
A:  By death.
Q:  And by whose death was it terminated?
___
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[6]: vpn using pptpclient in FreeBSD

2011-09-05 Thread Marco Beishuizen

On Mon, 5 Sep 2011, the wise Коньков Евгений wrote:


may be you have a problem with firewall.
try
#traceroute IP or name


Traceroute gives:
...
traceroute vpn-eur-pptp.eur.nl
traceroute: Warning: vpn-eur-pptp.eur.nl has multiple addresses; using 
130.115.3.35
traceroute to vpn-eur-pptp.eur.nl (130.115.3.35), 64 hops max, 40 byte 
packets

 1  * * *
 2  * * *
 3  * * *
 4  * * *
 5  * * *
...

May I also add that I also have a laptop behind the ADSL router 
running windows that has no problems at all with the vpn connection. That 
is why I think the problem is with FreeBSD or the vpn software.


Marco

--
If there really was a Jewish conspiracy to run the world, my rabbi would
have let me in on it by now.  I contribute enough to the shule.
-- Saul Goodman___
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 problems...

2011-09-05 Thread Marco Beishuizen

On Mon, 5 Sep 2011, the wise Scott Ballantyne wrote:


Stop in /usr/ports/graphics/gtk-update-icon-cache.
*** Error code 1

Stop in /usr/ports/graphics/gtk-update-icon-cache.
*** Error code 1


Try deinstalling and reinstalling gtk-update-icon-cache first.

Regards,
Marco

--
My father was a God-fearing man, but he never
missed a copy of the New York Times, either.
-- E. B. White
___
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[5]: vpn using pptpclient in FreeBSD

2011-09-04 Thread Marco Beishuizen

On Mon, 5 Sep 2011, the wise Коньков Евгений wrote:


As I have so, you
1. Successfully connect to university
MB ng0: flags=88d1UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST metric 0
MB mtu 1456
MB  inet 130.115.77.12 -- 130.115.3.34 netmask 0x
MB  inet6 fe80::20e:cff:fe3d:e16d%ng0 prefixlen 64 scopeid 0x8
MB  nd6 options=3PERFORMNUD,ACCEPT_RTADV

2. You also have route to it
MB 130.115.0.0/16 130.115.3.34   UGS 00ng0

so you are done, are not?


Unfortunately not, because it looks like I have a connection, but in fact 
I cannot log in to the university through the tunnel. With the above 
settings and running mpd, the university site is not pingable and 
unreachable by a browser.


Marco
--
Volcanoes have a grandeur that is grim
And earthquakes only terrify the dolts,
And to him who's scientific
There is nothing that's terrific
In the pattern of a flight of thunderbolts!
-- W. S. Gilbert, The Mikado___
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[4]: vpn using pptpclient in FreeBSD

2011-09-03 Thread Marco Beishuizen

On Sat, 3 Sep 2011, the wise Коньков Евгений wrote:


Please describe your networks fully

also I ask to send output of:
ifconfig
netstat -nr


My computer has IP 192.168.1.11, and sits behind a ADSL router which has 
IP 192.168.1.1, the router is the gateway to the internet. IP adresses are 
assigned by DHCP. The vpn network of the university I would like to 
connect to has the adress vpn-eur-pptp.eur.nl. The IP range of the 
university is 130.115.x.x.


My ifconfig and netstat when mpd5 is not running:

em0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500

options=209bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC
ether 00:0e:0c:3d:e1:6d
inet6 fe80::20e:cff:fe3d:e16d%em0 prefixlen 64 scopeid 0x4
inet 192.168.1.11 netmask 0xff00 broadcast 192.168.1.255
nd6 options=3PERFORMNUD,ACCEPT_RTADV
media: Ethernet autoselect (1000baseT full-duplex)
status: active
fwe0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 1500
options=8VLAN_MTU
ether 02:02:3c:06:08:57
ch 1 dma -1
fwip0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 1500
lladdr 0.2.3c.1.1.6.8.57.a.2.ff.fe.0.0.0.0
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
options=3RXCSUM,TXCSUM
inet 127.0.0.1 netmask 0xff00
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7
nd6 options=3PERFORMNUD,ACCEPT_RTADV

Internet:
DestinationGatewayFlagsRefs  Use  Netif Expire
default192.168.1.1UGS 059590em0
127.0.0.1  link#7 UH  0  354lo0
192.168.1.0/24 link#4 U   0   92em0
192.168.1.11   link#4 UHS 00lo0

My ifconfig and netstat when mpd5 is running:

em0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500

options=209bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC
ether 00:0e:0c:3d:e1:6d
inet6 fe80::20e:cff:fe3d:e16d%em0 prefixlen 64 scopeid 0x4
inet 192.168.1.11 netmask 0xff00 broadcast 192.168.1.255
nd6 options=3PERFORMNUD,ACCEPT_RTADV
media: Ethernet autoselect (1000baseT full-duplex)
status: active
fwe0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 1500
options=8VLAN_MTU
ether 02:02:3c:06:08:57
ch 1 dma -1
fwip0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 1500
lladdr 0.2.3c.1.1.6.8.57.a.2.ff.fe.0.0.0.0
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST metric 0 mtu 16384
options=3RXCSUM,TXCSUM
inet 127.0.0.1 netmask 0xff00
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x7
nd6 options=3PERFORMNUD,ACCEPT_RTADV
ng0: flags=88d1UP,POINTOPOINT,RUNNING,NOARP,SIMPLEX,MULTICAST metric 0 
mtu 1456

inet 130.115.77.12 -- 130.115.3.34 netmask 0x
inet6 fe80::20e:cff:fe3d:e16d%ng0 prefixlen 64 scopeid 0x8
nd6 options=3PERFORMNUD,ACCEPT_RTADV

Internet:
DestinationGatewayFlagsRefs  Use  Netif Expire
default192.168.1.1UGS 059807em0
127.0.0.1  link#7 UH  0  354lo0
130.115.0.0/16 130.115.3.34   UGS 00ng0
130.115.3.34   link#8 UH  04ng0
130.115.77.12  link#8 UHS 00lo0
192.168.1.0/24 link#4 U   0   92em0
192.168.1.11   link#4 UHS 00lo0

Hope this clears things up.

Regards,
Marco

--
If you keep your mind sufficiently open, people will throw a lot of
rubbish into it.
-- William Orton___
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[3]: vpn using pptpclient in FreeBSD

2011-09-02 Thread Marco Beishuizen

On Fri, 2 Sep 2011, the wise Коньков Евгений wrote:


set iface route 130.115.0.0/16

you say that behind tunnele thereis 130.115.0.0/16 subnet, but
MB [B1]   130.115.85.11 - 130.115.3.35
you have address from subnet 130.115.0.0/16 addres on local machine
so you get this message:
MB Loop detected on ng0

add routes only for subnets that on the other end of tunnel and not
local

set iface route 130.115.0.0/16


also you may remove  'iface route' from config. and setup tunnel.
after that try to ping the other end: ping 130.115.3.35
add route by hand:
# route add /X 130.115.3.35
# route add /Y 130.115.3.35


My local machine has ip 192.168.x.x. IP 130.115.x.x is the university 
network I want to connect to. When setting the iface route to 
192.168.0.0/16, the connection doesn't work either:

...
[B1] IPCP: state change Ack-Sent -- Opened
[B1] IPCP: LayerUp
[B1]   130.115.77.2 - 130.115.3.34
[B1] IFACE: Add route 192.168.1.0/24 130.115.3.34 failed: File exists
[B1] IFACE: Up event
...

With the iface route removed, the other end 130.115.3.34 is not 
pingable, so there is no connection in this case.


Marco
--
Don't try to have the last word -- you might get it.
-- Lazarus Long___
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[2]: vpn using pptpclient in FreeBSD

2011-09-01 Thread Marco Beishuizen
] 0x0140:MPPE(128 bits), stateless
[B1] CCP: state change Ack-Rcvd -- Opened
[B1] CCP: LayerUp
[B1] CCP: Compress using: mppc (MPPE(128 bits), stateless)
[B1] CCP: Decompress using: mppc (MPPE(128 bits), stateless)
[B1] IPCP: SendConfigReq #2
[B1]   IPADDR 0.0.0.0
[B1]   COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
[B1] IPCP: rec'd Configure Reject #2 (Ack-Sent)
[B1]   COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
[B1] IPCP: SendConfigReq #3
[B1]   IPADDR 0.0.0.0
[B1] IPCP: rec'd Configure Nak #3 (Ack-Sent)
[B1]   IPADDR 130.115.85.11
[B1] 130.115.85.11 is OK
[B1] IPCP: SendConfigReq #4
[B1]   IPADDR 130.115.85.11
[B1] IPCP: rec'd Configure Ack #4 (Ack-Sent)
[B1]   IPADDR 130.115.85.11
[B1] IPCP: state change Ack-Sent -- Opened
[B1] IPCP: LayerUp
[B1]   130.115.85.11 - 130.115.3.35
[B1] IFACE: Up event
...

I also noticed some kernel messages when starting mpd5:
...
WARNING: attempt to domain_add(netgraph) after domainfinalize()
Loop detected on ng0
Loop detected on ng0
Loop detected on ng0
...

So I get the impression that I'm almost there.

Marco

--
Let me tell you who the actual front-runners are.  On one side, you have
George Bush, who is currently going through a sort of fraternity hazing
wherein he has to perform a series of humiliating stunts to win the approval
of the Republican Right.  For example, they had him make a speech oozing
praise all over William Loeb, deceased publisher of the Manchester (N.H.)
Union Leader and Slime Journalist.  Loeb had dumped viciously all over George
in the 1980 New Hampshire primary.  But when the Right held a big tribute
for Loeb, George came back to the fold, like a man with a bungee cord wrapped
around his neck.
-- Dave Barry___
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: vpn using pptpclient in FreeBSD

2011-08-31 Thread Marco Beishuizen

On Wed, 31 Aug 2011, the wise krad wrote:


have you tried mpd? I always found pptpclient a bit prone to issues

http://www.freebsd.org/doc/handbook/pppoa.html


Yes I did some time ago, but I found it so complicated that I never got it 
working. Pptpclient seems a lot simpler so I wanted to try this one first.


Regards,
Marco

--
You'll be sorry...
___
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: vpn using pptpclient in FreeBSD

2011-08-31 Thread Marco Beishuizen
[B1] IPCP: Up event
[B1] IPCP: state change Starting -- Req-Sent
[B1] IPCP: SendConfigReq #11
[B1]   IPADDR 0.0.0.0
[B1]   COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
[B1] IPCP: rec'd Configure Request #0 (Req-Sent)
[B1]   IPADDR 130.115.3.34
[B1] 130.115.3.34 is OK
[B1] IPCP: SendConfigAck #0
[B1]   IPADDR 130.115.3.34
[B1] IPCP: state change Req-Sent -- Ack-Sent
[L1] rec'd unexpected protocol CCP, rejecting
[B1] IPCP: SendConfigReq #12
[B1]   IPADDR 0.0.0.0
[B1]   COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
[B1] IPCP: rec'd Configure Reject #12 (Ack-Sent)
[B1]   COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
[B1] IPCP: SendConfigReq #13
[B1]   IPADDR 0.0.0.0
[B1] IPCP: rec'd Configure Nak #13 (Ack-Sent)
[B1]   IPADDR 130.115.77.18
[B1] 130.115.77.18 is OK
[B1] IPCP: SendConfigReq #14
[B1]   IPADDR 130.115.77.18
[B1] IPCP: rec'd Configure Ack #14 (Ack-Sent)
[B1]   IPADDR 130.115.77.18
[B1] IPCP: state change Ack-Sent -- Opened
[B1] IPCP: LayerUp
[B1]   130.115.77.18 - 130.115.3.34
[B1] IFACE: Add route 0.0.0.0/0 130.115.3.34 failed: File exists
[B1] IFACE: Up event
[L1] LCP: no reply to 1 echo request(s)
[L1] PPTP call terminated
[L1] Link: DOWN event
[L1] LCP: Down event
[L1] LCP: state change Opened -- Starting
[L1] Link: Leave bundle B1
[B1] Bundle: Status update: up 0 links, total bandwidth 9600 bps
[B1] IPCP: Close event
[B1] IPCP: state change Opened -- Closing
[B1] IPCP: SendTerminateReq #15
[B1] IPCP: LayerDown
[B1] IFACE: Down event
[B1] IPCP: Down event
[B1] IPCP: LayerFinish
[B1] Bundle: No NCPs left. Closing links...
[B1] IPCP: state change Closing -- Initial
[L1] LCP: LayerDown
[L1] Link: reconnection attempt 1 in 2 seconds
[L1] Link: reconnection attempt 1
[L1] PPTP call failed
[L1] Link: DOWN event
[L1] LCP: Down event
[L1] Link: reconnection attempt 2 in 4 seconds
[L1] Link: reconnection attempt 2
[L1] PPTP call successful
[L1] Link: UP event
[L1] LCP: Up event
[L1] LCP: state change Starting -- Req-Sent
[L1] LCP: SendConfigReq #13
[L1]   ACFCOMP
[L1]   PROTOCOMP
[L1]   ACCMAP 0x000a
[L1]   MRU 1500
[L1]   MAGICNUM 43e2ed8a
[L1] LCP: rec'd Configure Request #0 (Req-Sent)
[L1]   AUTHPROTO CHAP MSOFTv2
[L1] LCP: SendConfigAck #0
[L1]   AUTHPROTO CHAP MSOFTv2
[L1] LCP: state change Req-Sent -- Ack-Sent
[L1] LCP: SendConfigReq #14
[L1]   ACFCOMP
[L1]   PROTOCOMP
[L1]   ACCMAP 0x000a
[L1]   MRU 1500
[L1]   MAGICNUM 43e2ed8a
[L1] LCP: rec'd Configure Reject #14 (Ack-Sent)
[L1]   ACFCOMP
[L1]   PROTOCOMP
[L1] LCP: SendConfigReq #15
[L1]   ACCMAP 0x000a
[L1]   MRU 1500
[L1]   MAGICNUM 43e2ed8a
[L1] LCP: rec'd Configure Nak #15 (Ack-Sent)
[L1]   ACCMAP 0x000a
[L1] LCP: SendConfigReq #16
[L1]   ACCMAP 0x000a
[L1]   MRU 1500
[L1]   MAGICNUM 43e2ed8a
[L1] LCP: rec'd Configure Ack #16 (Ack-Sent)
[L1]   ACCMAP 0x000a
[L1]   MRU 1500
[L1]   MAGICNUM 43e2ed8a
[L1] LCP: state change Ack-Sent -- Opened
[L1] LCP: auth: peer wants CHAP, I want nothing
[L1] LCP: LayerUp
[L1] CHAP: rec'd CHALLENGE #1 len: 21
[L1]   Name: 
[L1] CHAP: Using authname x
[L1] CHAP: sending RESPONSE #1 len: 69
[L1] CHAP: rec'd CHALLENGE #2 len: 21
[L1]   Name: 
[L1] CHAP: Using authname x
[L1] CHAP: sending RESPONSE #2 len: 69
[L1] CHAP: rec'd SUCCESS #2 len: 46
[L1]   MESG: S=D598FC6A729F31EDC963B80A83490DBB525D69F6
[L1] LCP: authorization successful
[L1] Link: Matched action 'bundle B1 '
[L1] Link: Join bundle B1
[B1] Bundle: Status update: up 1 link, total bandwidth 64000 bps
[B1] IPCP: Open event
[B1] IPCP: state change Initial -- Starting
[B1] IPCP: LayerStart
[B1] IPCP: Up event
[B1] IPCP: state change Starting -- Req-Sent
[B1] IPCP: SendConfigReq #16
[B1]   IPADDR 0.0.0.0
[B1]   COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
[B1] IPCP: rec'd Configure Request #0 (Req-Sent)
[B1]   IPADDR 130.115.3.34
[B1] 130.115.3.34 is OK
[B1] IPCP: SendConfigAck #0
[B1]   IPADDR 130.115.3.34
[B1] IPCP: state change Req-Sent -- Ack-Sent
[L1] rec'd unexpected protocol CCP, rejecting
[B1] IPCP: SendConfigReq #17
[B1]   IPADDR 0.0.0.0
[B1]   COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
[B1] IPCP: rec'd Configure Reject #17 (Ack-Sent)
[B1]   COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
[B1] IPCP: SendConfigReq #18
[B1]   IPADDR 0.0.0.0
[B1] IPCP: rec'd Configure Nak #18 (Ack-Sent)
[B1]   IPADDR 130.115.77.18
[B1] 130.115.77.18 is OK
[B1] IPCP: SendConfigReq #19
[B1]   IPADDR 130.115.77.18
[B1] IPCP: rec'd Configure Ack #19 (Ack-Sent)
[B1]   IPADDR 130.115.77.18
[B1] IPCP: state change Ack-Sent -- Opened
[B1] IPCP: LayerUp
[B1]   130.115.77.18 - 130.115.3.34
[B1] IFACE: Add route 0.0.0.0/0 130.115.3.34 failed: File exists
[B1] IFACE: Up event
...


Regards,

Marco
--
There was a mad scientist (a mad... social... scientist) who kidnapped
three colleagues, an engineer, a physicist, and a mathematician, and locked
each of them in separate cells with plenty of canned food and water but no
can opener.
A month later, returning, the mad scientist

vpn using pptpclient in FreeBSD

2011-08-30 Thread Marco Beishuizen

Hi,

I'm trying to set up a vpn connection to the university library by using 
pptpclient. In other OS's this takes around 10 seconds, but in FreeBSD 
this seems very difficult to do, and I've no idea why. It looks like 
there is a connection made, but after a minute or two it just disconnects 
and still unable to access the vpn.


My ppp.conf is:
EUR:
 set authname x...@.xx
 set authkey xxx
 set timeout 0
 set ifaddr 0 0
 add vpn-eur-pptp.eur.nl HISADDR
 disable ipv6cp

The messages log says:
Jun  2 22:12:16 yokozuna pptp[40950]: anon log[main:pptp.c:314]: The 
synchronous pptp option is NOT activated
Jun  2 22:12:16 yokozuna pptp[40955]: anon log[ctrlp_rep:pptp_ctrl.c:251]: 
Sent control packet type is 1 'Start-Control-Connection-Request'
Jun  2 22:12:16 yokozuna pptp[40955]: anon 
log[ctrlp_disp:pptp_ctrl.c:739]: Received Start Control Connection Reply
Jun  2 22:12:16 yokozuna pptp[40955]: anon 
log[ctrlp_disp:pptp_ctrl.c:773]: Client connection established.
Jun  2 22:12:17 yokozuna pptp[40955]: anon log[ctrlp_rep:pptp_ctrl.c:251]: 
Sent control packet type is 7 'Outgoing-Call-Request'
Jun  2 22:12:17 yokozuna pptp[40955]: anon 
log[ctrlp_disp:pptp_ctrl.c:858]: Received Outgoing Call Reply.
Jun  2 22:12:17 yokozuna pptp[40955]: anon 
log[ctrlp_disp:pptp_ctrl.c:897]: Outgoing call established (call ID 0, 
peer's call ID 58282).

Jun  2 22:12:17 yokozuna kernel: tun0: link state changed to UP
Jun  2 22:13:17 yokozuna pptp[40955]: anon log[logecho:pptp_ctrl.c:677]: 
Echo Request received.
Jun  2 22:13:17 yokozuna pptp[40955]: anon log[ctrlp_rep:pptp_ctrl.c:251]: 
Sent control packet type is 6 'Echo-Reply'
Jun  2 22:15:17 yokozuna pptp[40955]: anon 
log[pptp_handle_timer:pptp_ctrl.c:1050]: closing control connection due to 
missing echo reply
Jun  2 22:15:17 yokozuna pptp[40955]: anon log[ctrlp_rep:pptp_ctrl.c:251]: 
Sent control packet type is 12 'Call-Clear-Request'
Jun  2 22:15:17 yokozuna pptp[40955]: anon 
log[pptp_conn_close:pptp_ctrl.c:430]: Closing PPTP connection
Jun  2 22:15:17 yokozuna pptp[40955]: anon log[ctrlp_rep:pptp_ctrl.c:251]: 
Sent control packet type is 3 'Stop-Control-Connection-Request'
Jun  2 22:15:17 yokozuna pptp[40955]: anon 
log[call_callback:pptp_callmgr.c:79]: Closing connection (call state)
Jun  2 22:15:47 yokozuna pptp[40956]: anon 
warn[decaps_hdlc:pptp_gre.c:204]: short read (0): No buffer space 
available

Jun  2 22:15:47 yokozuna kernel: tun0: link state changed to DOWN

After a lot of searching and googling I never found the answer. Has anyone 
here succeeded in setting up a working pptp vpn connection?


Thanks in advance,
Marco

--
Kiss me twice.  I'm schizophrenic.
___
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: tftp - bad checksum error? can't transfer file

2011-07-11 Thread Marco Steinbach

Anton Shterenlikht schrieb:

I'm trying to troubleshoot tftpd(8).

% grep boot /etc/inetd.conf
tftp   dgram udp  wait root /usr/libexec/tftpd  tftpd -dd -l -s /tftpboot
tftp   dgram udp  wait root /usr/libexec/tftpd  tftpd -dd -l -s /tftpboot
bootps dgram udp  wait root /usr/libexec/bootpd bootpd -d4 -t0 /etc/bootptab
%

I'm trying to boot another node via bootp/tftp.

I'm monitoring what's going on with tcpdump -vv.

bootpd starts fine, and seems to read /etc/bootptab
correctly.

But after that nothing happens, and after a few minutes
I get on the console of the host which I want to boot:


bootp()/bsd.rd.IP32

Unable to execute bootp()/bsd.rd.IP32:  invalid argument


[...]

Last time I saw this error was with an SGI Octance 2, where the Octanes 
RRQ requests contained trailing garbage, which FreeBSDs tftp tried to 
interpret as extended options.


Try disabling options_rfc and options_extra in 
/usr/src/libexec/tftpd/tftp-options.c, and reinstall tftpd.



MfG CoCo


___
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: tftp - bad checksum error? can't transfer file

2011-07-11 Thread Marco Steinbach

Marco Steinbach schrieb:

Anton Shterenlikht schrieb:

I'm trying to troubleshoot tftpd(8).

% grep boot /etc/inetd.conf
tftp   dgram udp  wait root /usr/libexec/tftpd  tftpd -dd -l -s /tftpboot
tftp   dgram udp  wait root /usr/libexec/tftpd  tftpd -dd -l -s /tftpboot
bootps dgram udp  wait root /usr/libexec/bootpd bootpd -d4 -t0 
/etc/bootptab

%

I'm trying to boot another node via bootp/tftp.

I'm monitoring what's going on with tcpdump -vv.

bootpd starts fine, and seems to read /etc/bootptab
correctly.

But after that nothing happens, and after a few minutes
I get on the console of the host which I want to boot:


bootp()/bsd.rd.IP32

Unable to execute bootp()/bsd.rd.IP32:  invalid argument


[...]

Last time I saw this error was with an SGI Octance 2, where the Octanes 
RRQ requests contained trailing garbage, which FreeBSDs tftp tried to 
interpret as extended options.


Try disabling options_rfc and options_extra in 
/usr/src/libexec/tftpd/tftp-options.c, and reinstall tftpd.




Here's another, probably more feasible suggestion:

tftpd(8)s man page (on 8.2-STABLE) tells:

 -o  Disable support for RFC2347 style TFTP Options.

I don't remember, if that knob didn't do the trick for me, or if I just 
didn't see and try it.  I assume the latter.


MfG CoCo

___
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: ZFS-Only FreeBSD and crashdump

2011-04-29 Thread Marco van Tol
On Thu, Apr 28, 2011 at 10:14:08PM +0300, Vladislav V. Prodan wrote:
 28.04.2011 19:40, Andriy Gapon wrote:
 At the moment FreeBSD doesn't support dumping to ZFS zvols, if that's what 
 you are
 asking.
 
 And when do planning to add support? :)
 Option to use to dump the usb-flash has its limitations, both on disk 
 size and write speed?

Well, to be honest, how do you suppose dumping core to a software raid
should work in a situation where the software has crashed? :-)

Marco van Tol

-- 
Je moet me niet dood maken met een blije mus
___
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: Follow a port of a specific major verion

2011-02-08 Thread Marco Steinbach

Lowell Gilbert wrote on 08.02.2011 12:59:

Mikael Bak m...@inbox.lv writes:


I was not aware I could just install the same software over the other
without first removing it. Shouldn't I do that? I would not want to end
up with a broken software or a broken ports database.


No, you want to remove the old port before installing the new one.  But
you can *build* the new port before removing the old one.


The OP should keep an eye on dependencies, though.  A good foot-shooter 
is updating one port, and then, during updating a different port having 
to install a newer version of a port they both depend on.


Which might require a rebuild of the original port, resulting in having, 
at best, double-downtime of a service.


Incidentially, I ran into this just right now, so I felt compelled to 
state what might seem obious :)


[...]

MfG CoCo
PS: I seem to remember devel/pcre being a good candidate for that with 
postfix and some other ports.

___
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


Terminal Server/BREAK_TO_DEBUGGER

2011-02-07 Thread Marco Steinbach

Hi there,


I'm trying to break a FreeBSD/i386 machine into the debugger via serial 
console connected to an older Avocent CPS 1600 serial terminal server. 
I'm using cu on another FreeBSD/i386 machine to connect to one of the 
other serial ports of the Avocent.


The CPS offers a port break command for creating a break condition on 
an attached serial port, but that doesn't trigger anything on the 
receiving FreeBSD machine.


Using a direct serial connection (just 2x3, GND) between the machines 
works, though.


I realize this being quite a long shot -- Someone ever used such a box 
successfuly for the purpose ?



MfG CoCo
___
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


locale settings and core dump LyX

2011-01-04 Thread Marco Beishuizen

Hi,

When I start LyX I'm getting an error:

...
terminate called after throwing an instance of 'std::runtime_error'
  what():  locale::facet::_S_create_c_locale name not valid
Abort (core dumped)
...

This seems to have something to do with my locale settings:

...
LANG=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_ALL=
...

When I change the locale setting to C, lyx runs fine, but I want to keep 
my locale at UTF-8.


So how can I keep UTF-8 and keep using LyX?

Thanks in advance,
Marco

--
QOTD:
The only easy way to tell a hamster from a gerbil is that the
gerbil has more dark meat.
___
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: avahi-app port build fails on one system, not other

2010-12-18 Thread Marco Beishuizen

On Sun, 19 Dec 2010, Jud wrote:


Apologies for top-post.

Because many other ports depend on icu, it might be preferable to update 
everything at the same time rather than piecemeal:


# portupgrade -rf icu-\*

Caution: This'll take a while.

Jud


This is what I did, but then several ports don't install because of the 
missing libicui18n.so.38. I eventually made a symlink so.38 to so.46 and 
after this all upgrades went well.


Marco

--
The Advertising Agency Song:

When your client's hopping mad,
Put his picture in the ad.
If he still should prove refractory,
Add a picture of his factory.
___
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: avahi-app port build fails on one system, not other

2010-12-17 Thread Marco Beishuizen

On Fri, 17 Dec 2010, Steven Friedrich wrote:


I even tried portupgrade -fR avahi-app.

Here's the last of the log:

...
/libexec/ld-elf.so.1: Shared object libicui18n.so.38 not found, required by
libavahi-glib.so.1
...


I'm having this too. I think this happens because the portupgrade of 
devel/icu installs a new version of libicui18n (libicui18n.so.46) and 
deletes the old one (so.38). Lots of ports still need the old version like 
libavahi-app.


I'll try to make a symlink so.38 to so.46 and see what happens.

Regards,
Marco

--
That's no answer, Job said, And for someone who's supposed to be
omnipotent, let me tell you `tabernacle' has only one l.
-- Woody Allen, Without Feathers
___
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: pwlib broken again

2010-11-26 Thread Marco Beishuizen

On Thu, 25 Nov 2010, Da Rock wrote:

Perhaps try using WITH_OPENSSL_BASE=YES in make.conf? You would probably have 
to rebuild other ports as well, but I'm sure someone else here could confirm 
that.


HTH


Ekiga seems to be the problem here. Ekiga wants to install opal, and opal 
wants to install pwlib/ptlib. As I don't use ekiga I deinstalled all three 
and now my ports seem ok again.


I've put WITH_OPENSSL_BASE=yes in make.conf though, just in case other 
ports try to install ptlib.


Thanks,
Marco

--
The USA is so enormous, and so numerous are its schools, colleges and
religious seminaries, many devoted to special religious beliefs ranging
from the unorthodox to the dotty, that we can hardly wonder at its
yielding a more bounteous harvest of gobbledygook than the rest of the
world put together.
-- Sir Peter Medawar
___
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


pwlib broken again

2010-11-25 Thread Marco Beishuizen

After trying to upgrade my ports, pwlib seems broken again:

...
../../ptclib/pssl.cxx: In constructor 'PSSLContext::PSSLContext(const 
void*, PINDEX)':
../../ptclib/pssl.cxx:917: error: invalid conversion from 'const 
SSL_METHOD*' to 'SSL_METHOD*'
gmake[3]: *** [/usr/ports/devel/pwlib/work/ptlib_v1_12_0/lib/obj_d/pssl.o] 
Error 1
gmake[3]: Leaving directory 
`/usr/ports/devel/pwlib/work/ptlib_v1_12_0/src/ptlib/unix'

gmake[2]: *** [debug] Error 2
gmake[2]: Leaving directory `/usr/ports/devel/pwlib/work/ptlib_v1_12_0'
gmake[1]: *** [libs] Error 2
gmake[1]: Leaving directory `/usr/ports/devel/pwlib/work/ptlib_v1_12_0'
gmake: *** [debuglibs] Error 2
...

I've had this problem before and is caused when OpenSSL from ports is 
installed. Problem is that the openssl version from ports is needed by a 
lot of ports and cannot be deinstalled without breaking other ports.


Hope there is some other solution for this.

Regards,
Marco

--
I pledge allegiance to the flag
of the United States of America
and to the republic for which it stands,
one nation,
indivisible,
with liberty
and justice for all.
-- Francis Bellamy, 1892
___
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


evolution-data-server build problem

2010-11-24 Thread Marco Beishuizen

Hi,

I have a problem building evolution-data-server, and because of this a 
number of other ports don't build/upgrade either.


...
gmake[4]: Entering directory 
`/usr/ports/databases/evolution-data-server/work/evolution-data-server-2.32.1/camel'

  CC libcamel_provider_1_2_la-camel-sasl-gssapi.lo
camel-sasl-gssapi.c: In function 'gssapi_set_exception':
camel-sasl-gssapi.c:157: error: implicit declaration of function 
'error_message'
camel-sasl-gssapi.c:157: warning: nested extern declaration of 
'error_message'
camel-sasl-gssapi.c:157: warning: assignment makes pointer from integer 
without a cast

gmake[4]: *** [libcamel_provider_1_2_la-camel-sasl-gssapi.lo] Error 1
gmake[4]: Leaving directory 
`/usr/ports/databases/evolution-data-server/work/evolution-data-server-2.32.1/camel'

gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory 
`/usr/ports/databases/evolution-data-server/work/evolution-data-server-2.32.1/camel'

gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory 
`/usr/ports/databases/evolution-data-server/work/evolution-data-server-2.32.1/camel'

gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/databases/evolution-data-server/work/evolution-data-server-2.32.1'

gmake: *** [all] Error 2
...

Hope that someone knows how to solve this.
Thanks in advance.

Regards,
Marco

--
C++ is the best example of second-system effect since OS/360.
___
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: chromium crashes

2010-10-17 Thread Marco Beishuizen

On Sat, 16 Oct 2010, Marco Beishuizen wrote:


Hi,

I tried to run chromium as browser today but it crashes immediately:

...
[1016/211130:WARNING:base/debug_util_posix.cc(228)] Don't know how to do this
The program 'chrome' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
 (Details: serial 741 error_code 10 request_code 139 minor_code 1)
 (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.)
...

Has anyone else has this too?
Thanks in advance.
Regards,
Marco


It seems that I had to reboot first in order to run Chromium. Strange that 
rebooting is required.


Thanks for the answers though.

Regards,
Marco

--
A bureaucrat's idea of cleaning up his files
is to make a copy of everything before he destroys it.
___
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


chromium crashes

2010-10-16 Thread Marco Beishuizen

Hi,

I tried to run chromium as browser today but it crashes immediately:

...
[1016/211130:WARNING:base/debug_util_posix.cc(228)] Don't know how to do 
this

The program 'chrome' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
  (Details: serial 741 error_code 10 request_code 139 minor_code 1)
  (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.)

ma...@yokozuna:~% opera
opera [crash logging]: Can't read kernel memory: : /dev/mem: Permission 
denied

opera [crash logging]: CRASH!!
no name got signal SIGSEGV at address 298C9B5D
...

Has anyone else has this too?
Thanks in advance.
Regards,
Marco

--
He who has imagination without learning has wings but no feet.
___
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: fetchmail certificate verification messages

2010-07-07 Thread Marco Beishuizen

On Tue, 6 Jul 2010, Dan Nelson wrote:


CA Roots are also self-signed, btw :)  Addtrust is a valid CA Root, and is
the root for some certificates signed by Network Solutions and Comodo (and
probably others).  Marco, the fetchmail manpage mentions a --sslcertfile
option; try adding --sslcertfile /etc/ssl/cert.pem to force fetchmail to
use the ca_root_nss file you installed previously.  IMHO openssl should
automatically consult that file, but apparently it doesn't.


Where do I add the --sslcertfile option? I do have a /etc/ssl/cert.pem 
file and fetchmail is started at boot-time (in rc.conf). The starting 
script of fetchmail in /usr/local/etc/rc.d/ isn't something to be changed 
I think. Or do I add the option in the .fetchmailrc file?


Marco

--
A lady is one who never shows her underwear unintentionally.
-- Lillian Day
___
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: fetchmail certificate verification messages

2010-07-04 Thread Marco Beishuizen

On Sun, 4 Jul 2010, Dan Nelson wrote:


Probably harmless, unless someone has forged a certificate chain using a
fake AddTrust External CA Root cert at the top.  Installing the
security/ca_root_nss port (make sure you enable the ETCSYMLINK option) will
probably silence it.


I installed ca_root_nss again (was already installed but without the 
ETCSYMLINK option), but these messages still appear in the logs. But when 
it's harmless I'll just leave it this way.


Thanks,

Marco

--
Basic Definitions of Science:
If it's green or wiggles, it's biology.
If it stinks, it's chemistry.
If it doesn't work, it's physics.
___
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


fetchmail certificate verification messages

2010-07-03 Thread Marco Beishuizen

Hi,

I'm seeing in my logfiles a lot of messages like these from fetchmail:

Jul  3 22:02:54 yokozuna fetchmail[1437]: Server certificate verification 
error: self signed certificate in certificate chain
Jul  3 22:02:54 yokozuna fetchmail[1437]: This means that the root signing 
certificate (issued for /C=SE/O=AddTrust AB/OU=AddTrust External TTP 
Network/CN=AddTrust External CA Root) is not in the trusted CA certificate 
locations, or that c_rehash needs to be run on the certificate directory. 
For details, please see the documentation of sslcertpath and 
sslcertfile in the manual page.


Does anyone know what these messages mean and if they are harmless or not?

Thanks in advance
Regards,
Marco
--
Writing is easy; all you do is sit staring at the blank sheet of
paper until drops of blood form on your forehead.
-- Gene Fowler
___
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


downloading e-mail is blocking network

2010-05-19 Thread Marco Beishuizen

Hi,

I'm having a strange network problem. Every day, when I turn on my 
computer, fetchmail is started and procmail is putting all my mail in the 
correct mailboxes. This takes some time because I receive a few hundred 
e-mails a day (mostly mailing lists).


The strange thing is that when the e-mail is being downloaded, all other 
network traffic seems blocked. So browsing the internet is not possible 
when fetchmail/procmail is busy. At first I thought I had a problem with 
DNS and/or DHCP and/or my ADSL modem because after a reset of the modem, 
the problem mostly went away, and there were some hostname not found 
errors in my logfiles. But today I just waited for a while and discovered 
that when fetchmail/procmail is finished, the internet suddenly was 
reachable again.


So has anyone has seen fetchmail/procmail blocking network traffic before?

Regards,
Marco

--
You may my glories and my state dispose,
But not my griefs; still am I king of those.
-- William Shakespeare, Richard II
___
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: downloading e-mail is blocking network

2010-05-19 Thread Marco Beishuizen

On Wed, 19 May 2010, Chuck Swiger wrote:


Are you using NAT?


Not that I know of.

It sounds like something has a limited number of NAT state slots 
available, and is dropping connections past that limit.  It probably 
will help to try to serialize the activity of fetchmail / procmail so 
that they aren't opening new connections for every email being 
processed, if that is what is going on.


Seems worth trying to increase this number but how do I do that? Is this 
changable in FreeBSD or do I change this in the modem (couldn't find 
anything about this in the modem though)?


Regards,
Marco
--
Women who want to be equal to men lack imagination.
___
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: compile error kdelibs4

2010-05-05 Thread Marco Beishuizen

On Wed, 5 May 2010, Lowell Gilbert wrote:


You seem to have a bunch of unique problems.  Have you customized your
compiler usage?  Do you have any  settings in make.conf or other
relevant /etc files?


I've never done anything to compiler settings afaik. My /etc/make.conf 
looks like this:


CPUTYPE=nocona
NO_PROFILE=true
OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10
# added by use.perl 2010-02-13 13:24:46
PERL_VERSION=5.10.1

Regards,
Marco
--
I know if you been talkin' you done said
just how surprised you wuz by the living dead.
You wuz surprised that they could understand you words
and never respond once to all the truth they heard.
But don't you get square!
There ain't no rule that says they got to care.
They can always swear they're deaf, dumb and blind.
___
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: compile error kdelibs4

2010-05-05 Thread Marco Beishuizen

On Wed, 5 May 2010, Lowell Gilbert wrote:


Has anyone an idea what's the problem here?


You seem to have a bunch of unique problems.  Have you customized your
compiler usage?  Do you have any  settings in make.conf or other
relevant /etc files?


This one seems solved. It seems that libkde4 doesn't compile when qt33 is 
installed. After deinstalling qt33, libkde4 compiled ok.


--
What is truth?  We must adopt a pragmatic definition: it is what is believed
to be the truth.  A lie that is put across therefore becomes the truth and
may, therefore, be justified.  The difficulty is to keep up lying... it is
simpler to tell the truth and if a sufficient emergency arises, to tell one,
big thumping lie that will then be believed.
-- Ministry of Information, memo on the maintenance of
   British civilian morale, 1939
___
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: kdelibs3 fails to compile

2010-05-05 Thread Marco Beishuizen

On Tue, 4 May 2010, Marco Beishuizen wrote:


./kopenssl.h:532: error: 'STACK' has not been declared
./kopenssl.h:538: error: 'STACK' has not been declared
./kopenssl.h:544: error: expected ';' before '(' token
./kopenssl.h:550: error: ISO C++ forbids declaration of 'STACK' with no type
./kopenssl.h:550: error: expected ';' before '*' token
./kopenssl.h:556: error: 'STACK' has not been declared
./kopenssl.h:562: error: ISO C++ forbids declaration of 'STACK' with no type
./kopenssl.h:562: error: expected ';' before '*' token
./kopenssl.h:828: error: ISO C++ forbids declaration of 'STACK' with no type


This one is solved too. It appears that FreeBSD uses two versions of 
OpenSSL and these two don't mix to well. I had a problem with another port 
some time ago which insisted on installing openssl with MD2 support on 
(wasn't on by default). Now kdelibs3 insists on using the openssl in the 
base system and doesn't like openssl from ports. So I had to deinstall 
openssl from ports first. I don't understand why there isn't just one 
openssl version used.


--
The Three Major Kind of Tools

* Tools for hitting things to make them loose or to tighten them up or
  jar their many complex, sophisticated electrical parts in such a
  manner that they function perfectly.  (These are your hammers, maces,
  bludgeons, and truncheons.)

* Tools that, if dropped properly, can penetrate your foot.  (Awls)

* Tools that nobody should ever use because the potential danger is far
  greater than the value of any project that could possibly result.
  (Power saws, power drills, power staplers, any kind of tool that uses
  any kind of power more advanced than flashlight batteries.)
-- Dave Barry, The Taming of the Screw
___
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


xfs portupgrade problem

2010-05-04 Thread Marco Beishuizen

Hi,

After the X.org upgrade to 7.5, xfs fails to upgrade:

===  Building for xfs-1.1.0,1
make  all-am
/usr/local/bin/xmlto -m ./doc/xfs-design.xsl -o doc pdf 
./doc/xfs-design.xml

Making portrait pages on letter paper (215.9mmx279.4mm)
This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4)
entering extended mode
(./tmp.fo
! Missing $ inserted.
inserted text
$
to be read again
   _
l.71 ...e./fo:block/fo:blockfo:block id=per_

client_processingfo:blo...

?
! Emergency stop.
inserted text
$
to be read again
   _
l.71 ...e./fo:block/fo:blockfo:block id=per_

client_processingfo:blo...

No pages of output.
Transcript written on tmp.log.
*** Error code 1

Stop in /usr/ports/x11-fonts/xfs/work/xfs-1.1.0.
*** Error code 1

I've never seen one of these before.
Has anyone an idea?

Regards,
Marco

--
QOTD:
Sacred cows make great hamburgers.
___
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


kdelibs3 fails to compile

2010-05-04 Thread Marco Beishuizen

Hi,

Compiling kdelibs3 exits with:

In file included from kssl.cc:47:
./kopenssl.h:453: error: ISO C++ forbids declaration of 'ASN1_METHOD' with 
no type

./kopenssl.h:453: error: expected ';' before '*' token
./kopenssl.h:526: error: expected ';' before '(' token
./kopenssl.h:532: error: 'STACK' has not been declared
./kopenssl.h:538: error: 'STACK' has not been declared
./kopenssl.h:544: error: expected ';' before '(' token
./kopenssl.h:550: error: ISO C++ forbids declaration of 'STACK' with no 
type

./kopenssl.h:550: error: expected ';' before '*' token
./kopenssl.h:556: error: 'STACK' has not been declared
./kopenssl.h:562: error: ISO C++ forbids declaration of 'STACK' with no 
type

./kopenssl.h:562: error: expected ';' before '*' token
./kopenssl.h:828: error: ISO C++ forbids declaration of 'STACK' with no 
type

./kopenssl.h:828: error: expected ';' before '*' token
./kopenssl.h:829: error: 'STACK' has not been declared
kssl.cc: In member function 'void KSSL::setPeerInfo()':
kssl.cc:616: error: 'class KOpenSSLProxy' has no member named 'sk_dup'
gmake[5]: *** [kssl.lo] Error 1
gmake[5]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.10/kio/kssl'

gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.10/kio/kssl'

gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.10/kio/kssl'

gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.10/kio'

gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.10'
gmake: *** [all] Error 2
*** Error code 1

Is anyone else having this?

Thanks in advance.
Regards,
Marco

--
You have not converted a man because you have silenced him.
-- John Viscount Morley
___
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


compile error kdelibs4

2010-05-04 Thread Marco Beishuizen

Hi,

I'm getting an error compiling kdelibs4:

/usr/local/include/qptrlist.h: In copy constructor 
'QPtrListtype::QPtrList(const QPtrListtype) [with type = 
QDBusSignature]':
/usr/local/include/qt4/QtCore/qmetatype.h:138:   instantiated from 'void* 
qMetaTypeConstructHelper(const T*) [with T = QPtrListQDBusSignature]'
/usr/local/include/qt4/QtCore/qmetatype.h:163:   instantiated from 'int 
qRegisterMetaType(const char*, T*) [with T = QPtrListQDBusSignature]'
/usr/local/include/qt4/QtDBus/qdbusextratypes.h:186:   instantiated from 
here
/usr/local/include/qptrlist.h:69: error: type 'QGList' is not a direct 
base of 'QPtrListQDBusSignature'

*** Error code 1
3 errors
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 1

Has anyone an idea what's the problem here?

Thanks,
Regards,
Marco

--
I'm defending her honor, which is more than she ever did.
___
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: Using a scanner (USB) as user and not as root

2010-04-30 Thread Marco Beishuizen

On Fri, 30 Apr 2010, Warren Block wrote:


On Thu, 29 Apr 2010, Marco Beishuizen wrote:


On Thu, 29 Apr 2010, Warren Block wrote:


One more problem: there should be a quote at the end of the last line.

attach 100 {
device-name ugen[0-9].[0-9];
match vendor 0x04b8;
match product 0x010a;
action usb_devaddr=`echo $device-name | sed 's#^ugen##'`  \
chown root:saned /dev/usb/${usb_devaddr}.*  \
chmod 0660 /dev/usb/${usb_devaddr}.*


Shouldn't there be a ; at the end of the action line also? Because every 
line above ends with it too. I also ended the total attach 100 statement 
with }; because that seems the case in the rest of devd.conf.


Yes, sorry about that.  Next time I'm going to post the whole section instead 
of trying to edit it down.


To see if these changes work I'll have to reboot later because I'm updating 
my ports, and this can take a while...


There's '/etc/rc.d/devd restart', but it's probably not something to 
experiment with during updates.


After the changes in devd.conf the scanner now works as user! It has the 
user as owner and saned as group.

Thanks for the help.

Regards,
Marco
--
The Poems, all three hundred of them,
may be summed up in one of their phrases:
Let our thoughts be correct.
-- Confucius
___
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: Using a scanner (USB) as user and not as root

2010-04-29 Thread Marco Beishuizen

On Wed, 28 Apr 2010, Warren Block wrote:


You can use devd.conf for this:

attach 100 {
   device-name ugen[0-9].[0-9];
   match vendor 0x04b8;
   match product 0x010a;
   action usb_devaddr=`echo $device-name | sed 's#^ugen##'`  \
   chown root:saned /dev/usb/${usb_devaddr}.*  \
   chmod 0660 /dev/usb/${usb_devaddr}.*

Copied from a post on -current or similar; apologies to the author, who I've 
forgotten.  I thought this was in the default devd.conf as an example, but it 
appears not.


devfs.rules don't apply to devices that are created dynamically after 
boot-up.  Or I guess they might be if you reload the ruleset with applyset 
after the device is created, but devd is a lot more capable.


Unfortunately this didn't help either (I replaced the vendor and product 
with the correct digits for my scanner, and the chown with the user name). 
The usb devices are still owned by root and not accessible as user.


Marco
--
You have the capacity to learn from mistakes.
You'll learn a lot today.
___
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: Using a scanner (USB) as user and not as root

2010-04-29 Thread Marco Beishuizen

On Thu, 29 Apr 2010, Warren Block wrote:

For the sake of completeness: devd has to be restarted after changes to 
devd.conf, and the code above is only executed when the scanner is detected 
(USB cable plugged in or scanner powered on).


I rebooted and plugged in the scanner but no changes.

Marco

--
I have more hit points that you can possible imagine.
___
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: Using a scanner (USB) as user and not as root

2010-04-29 Thread Marco Beishuizen

On Thu, 29 Apr 2010, Warren Block wrote:


One more problem: there should be a quote at the end of the last line.

attach 100 {
device-name ugen[0-9].[0-9];
match vendor 0x04b8;
match product 0x010a;
action usb_devaddr=`echo $device-name | sed 's#^ugen##'`  \
chown root:saned /dev/usb/${usb_devaddr}.*  \
chmod 0660 /dev/usb/${usb_devaddr}.*


Shouldn't there be a ; at the end of the action line also? Because every 
line above ends with it too. I also ended the total attach 100 statement 
with }; because that seems the case in the rest of devd.conf.


To see if these changes work I'll have to reboot later because I'm 
updating my ports, and this can take a while...


Marco

--
I was in this prematurely air conditioned supermarket and there were all
these aisles and there were these bathing caps you could buy that had these
kind of Fourth of July plumes on them that were red and yellow and blue and
I wasn't tempted to buy one but I was reminded of the fact that I had been
avoiding the beach.
-- Lucinda Childs Einstein On The Beach
___
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


Using a scanner (USB) as user and not as root

2010-04-28 Thread Marco Beishuizen

Hi,

I have a flatbed scanner (a HP ScanJet 4400c) that works with SANE (and 
Xsane), but only as root and I want to access it as user. After some 
googling and reading the handbook I copied the default file 
/etc/defaults/devfs.rules to /etc/ and added the lines:


[system=5]
add path 'ugen*' mode 0664 group usb
add path 'usb/*' mode 0666 group usb

and also made the group usb with root and the user in /etc/group.
I also added devfs_system_ruleset=system to /etc/rc.conf.

After a reboot, USB and the scanner are still only accessible as root and 
not as user. What am I doing wrong?


Thanks in advance.

Marco
--
Alan Turing thought about criteria to settle the question of whether
machines can think, a question of which we now know that it is about
as relevant as the question of whether submarines can swim.
-- Edsger W. Dijkstra
___
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: Using a scanner (USB) as user and not as root

2010-04-28 Thread Marco Beishuizen

On Wed, 28 Apr 2010, Roland Smith wrote:


Are the permissions correct? Check with 'ls -l /dev/usb/ /dev/ugen*'.
Is your user-id in the usb group? Check by running 'id' as the normal user.

If all that is in order, remove all lines except the three above from
/etc/devfs.rules, and try again.


Running id as user looks ok:

uid=1001(marco) gid=0(wheel) groups=0(wheel),5(operator),1001(usb)

But the permissions are not:

ls -l /dev/usb/ /dev/ugen*
lrw-rw-r--  1 root  usb  9 Apr 28 19:05 /dev/ugen0.1 - usb/0.1.0
lrw-rw-r--  1 root  usb  9 Apr 28 19:05 /dev/ugen1.1 - usb/1.1.0
lrw-rw-r--  1 root  usb  9 Apr 28 21:05 /dev/ugen1.2 - usb/1.2.0
lrw-rw-r--  1 root  usb  9 Apr 28 21:05 /dev/ugen1.3 - usb/1.3.0
lrw-rw-r--  1 root  usb  9 Apr 28 19:05 /dev/ugen2.1 - usb/2.1.0

/dev/usb/:
total 0
crw---  1 root  operator0,  87 Apr 28 19:05 0.1.0
crw---  1 root  operator0,  93 Apr 28 19:05 0.1.1
crw---  1 root  operator0,  89 Apr 28 19:05 1.1.0
crw---  1 root  operator0,  94 Apr 28 19:05 1.1.1
crw---  1 root  operator0, 104 Apr 28 21:05 1.2.0
crw---  1 root  operator0, 105 Apr 28 21:05 1.2.1
crw---  1 root  operator0, 117 Apr 28 21:05 1.3.0
crw---  1 root  operator0, 119 Apr 28 21:05 1.3.1
crw---  1 root  operator0,  91 Apr 28 19:05 2.1.0
crw---  1 root  operator0,  95 Apr 28 19:05 2.1.1

Regards,
Marco
--
Be braver -- you can't cross a chasm in two small jumps.
___
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


python core dump during portupgrade firefox

2010-04-18 Thread Marco Beishuizen

Hi,

I tried to portupgrade firefox from 3.6.2 to 3.6.3 (on FBSD 8.0-ST). It 
fails with:

...
../../../../other-licenses/ply/ply/yacc.py:74: DeprecationWarning: the md5 
module is deprecated; use hashlib instead

  import re, types, sys, cStringIO, md5, os.path
gmake[4]: *** [dom_quickstubs.cpp] Segmentation fault: 11 (core dumped)
gmake[4]: *** Waiting for unfinished jobs
xpccomponents.cpp: In function 'nsresult xpc_EvalInSandbox(JSContext*, 
JSObject*, const nsAString_internal, const char*, PRInt32, JSVersion, 
PRBool, jsval*)':
xpccomponents.cpp:3602: warning: 
'sus.AutoJSSuspendRequestWithNoCallContext::mDepth' may be used 
uninitialized in this function
xpccomponents.cpp:3614: warning: 
'sus.AutoJSSuspendRequestWithNoCallContext::mDepth' may be used 
uninitialized in this function
gmake[4]: Leaving directory 
`/usr/ports/www/firefox/work/mozilla-1.9.2/js/src/xpconnect/src'

gmake[3]: *** [libs] Error 2
gmake[3]: Leaving directory 
`/usr/ports/www/firefox/work/mozilla-1.9.2/js/src/xpconnect'

gmake[2]: *** [libs_tier_gecko] Error 2
gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla-1.9.2'
gmake[1]: *** [tier_gecko] Error 2
gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla-1.9.2'
gmake: *** [default] Error 2
...

I got a coredump from python2.6 so I guess something is wrong with firefox 
or python or the combination of the two. Has this something to do with the 
portstree being a mess at this moment?


Thanks,

Marco

--
Finding out what goes on in the C.I.A. is like performing acupuncture
on a rock.
-- New York Times, Jan. 20, 1981
___
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: python core dump during portupgrade firefox

2010-04-18 Thread Marco Beishuizen

On Sun, 18 Apr 2010, Marco Beishuizen wrote:


Hi,

I tried to portupgrade firefox from 3.6.2 to 3.6.3 (on FBSD 8.0-ST). It 
fails with: ... ../../../../other-licenses/ply/ply/yacc.py:74: 
DeprecationWarning: the md5 module is deprecated; use hashlib instead
 import re, types, sys, cStringIO, md5, os.path gmake[4]: *** 
[dom_quickstubs.cpp] Segmentation fault: 11 (core dumped) gmake[4]: *** 
Waiting for unfinished jobs xpccomponents.cpp: In function 'nsresult 
xpc_EvalInSandbox(JSContext*, JSObject*, const nsAString_internal, 
const char*, PRInt32, JSVersion, PRBool, jsval*)': 
xpccomponents.cpp:3602: warning: 
'sus.AutoJSSuspendRequestWithNoCallContext::mDepth' may be used 
uninitialized in this function xpccomponents.cpp:3614: warning: 
'sus.AutoJSSuspendRequestWithNoCallContext::mDepth' may be used 
uninitialized in this function gmake[4]: Leaving directory 
`/usr/ports/www/firefox/work/mozilla-1.9.2/js/src/xpconnect/src' 
gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory 
`/usr/ports/www/firefox/work/mozilla-1.9.2/js/src/xpconnect' gmake[2]: 
*** [libs_tier_gecko] Error 2 gmake[2]: Leaving directory 
`/usr/ports/www/firefox/work/mozilla-1.9.2' gmake[1]: *** [tier_gecko] 
Error 2 gmake[1]: Leaving directory 
`/usr/ports/www/firefox/work/mozilla-1.9.2' gmake: *** [default] Error 2 
...


I got a coredump from python2.6 so I guess something is wrong with 
firefox or python or the combination of the two. Has this something to 
do with the portstree being a mess at this moment?


It seems that something else did something to my python installation. I 
reinstalled python26 and the portupgrade succeeded.


regards
Marco
--
I got my driver's license photo taken out of focus on purpose.  Now
when I get pulled over the cop looks at it (moving it nearer and
farther, trying to see it clearly)...  and says, Here, you can go.
-- Steven Wright
___
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: error upgrading kdeedu4

2010-04-01 Thread Marco Beishuizen

On Thu, 1 Apr 2010, Dino Vliet wrote:


Error: Files /usr/local/lib/ocaml/facile/facile.cmxa
  and /usr/local/lib/ocaml/stdlib.cmxa
  make inconsistent assumptions over interface Buffer
*** Error code 2


You have to reinstall facile first, and then upgrade kdeedu. I had the 
same problem yesterday.


Regards,
Marco


--
Fortune's Real-Life Courtroom Quote #41:

Q:  Now, Mrs. Johnson, how was your first marriage terminated?
A:  By death.
Q:  And by whose death was it terminated?
___
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


Non-maskable interrupt trap

2010-03-06 Thread Marco Beishuizen

Hi,

Fot the first time in years I had a kernel panic in FreeBSD (8.0-ST). 
While playing a flash movie in Firefox (3.6), everything just locked up 
and only resetting helped. After the reboot it wrote a corefile in 
/var/crash/ which is unfortunately too big to read by any text editor. The 
trap number is 19 and the current process was 11.


Hope that someone has an idea what has caused this. I just can't imagine 
that a flash plugin is able to crash FreeBSD.


Regards,
Marco

--
Most people have a furious itch to talk about themselves and are restrained
only by the disinclination of others to listen.  Reserve is an artificial
quality that is developed in most of us as the result of innumerable rebuffs.
-- W. S. Maugham
___
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


[Solved] Re: SpamAssassin 3.3.0/sa-update problem

2010-02-15 Thread Marco Beishuizen

On Sat, 13 Feb 2010, Marco Beishuizen wrote:


Hi,

Since the update of SpamAssassin to 3.3.0, spamd doesn't start anymore and 
exits with an error:


child process [x] exited or timed out without signaling production of a 
PID file: exit 25 at /usr/local/bin/spamd line 2544.


It seems that after the upgrade, sa-update has to be run first. But in my 
case this results in an error also:


sa-update -D
Feb 13 15:32:07.852 [31554] dbg: dns: query failed: 
0.3.3.updates.spamassassin.org = NOERROR
Feb 13 15:32:07.855 [31554] dbg: dns: query failed: 
mirrors.updates.spamassassin.org = NOERROR

channel: no 'mirrors.updates.spamassassin.org' record found, channel failed
Feb 13 15:32:07.855 [31554] dbg: diag: updates complete, exiting with code 4

I've tried to reinstall SpamAssassin by portupgrade -Rrf 
p5-Mail-SpamAssassin, but this doesn't make any difference. Hope that anyone 
has an idea how to solve this.


I've upgraded the firmware of my DSL modem and the problem has 
disappeared.


Regards,
Marco

--
You can only live once, but if you do it right, once is enough.
___
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


SpamAssassin 3.3.0/sa-update problem

2010-02-13 Thread Marco Beishuizen

Hi,

Since the update of SpamAssassin to 3.3.0, spamd doesn't start anymore 
and exits with an error:


child process [x] exited or timed out without signaling production of 
a PID file: exit 25 at /usr/local/bin/spamd line 2544.


It seems that after the upgrade, sa-update has to be run first. But in my 
case this results in an error also:


sa-update -D
Feb 13 15:32:07.485 [31554] dbg: logger: adding facilities: all
Feb 13 15:32:07.486 [31554] dbg: logger: logging level is DBG
Feb 13 15:32:07.486 [31554] dbg: generic: SpamAssassin version 3.3.0
Feb 13 15:32:07.486 [31554] dbg: generic: Perl 5.010001, 
PREFIX=/usr/local, DEF_RULES_DIR=/usr/local/share/spamassassin, 
LOCAL_RULES_DIR=/usr/local/etc/mail/spamassassin, 
LOCAL_STATE_DIR=/var/db/spamassassin

Feb 13 15:32:07.486 [31554] dbg: config: timing enabled
Feb 13 15:32:07.487 [31554] dbg: config: score set 0 chosen.
Feb 13 15:32:07.534 [31554] dbg: dns: is Net::DNS::Resolver available? yes
Feb 13 15:32:07.534 [31554] dbg: dns: Net::DNS version: 0.66
Feb 13 15:32:07.535 [31554] dbg: generic: sa-update version svn897929
Feb 13 15:32:07.535 [31554] dbg: generic: using update directory: 
/var/db/spamassassin/3.003000

Feb 13 15:32:07.839 [31554] dbg: diag: perl platform: 5.010001 freebsd
Feb 13 15:32:07.839 [31554] dbg: diag: [...] module installed: 
Digest::SHA1, version 2.12
Feb 13 15:32:07.839 [31554] dbg: diag: [...] module installed: 
HTML::Parser, version 3.64
Feb 13 15:32:07.839 [31554] dbg: diag: [...] module installed: Net::DNS, 
version 0.66
Feb 13 15:32:07.839 [31554] dbg: diag: [...] module installed: 
NetAddr::IP, version 4.027
Feb 13 15:32:07.839 [31554] dbg: diag: [...] module installed: 
Time::HiRes, version 1.9719
Feb 13 15:32:07.839 [31554] dbg: diag: [...] module installed: 
Archive::Tar, version 1.56
Feb 13 15:32:07.839 [31554] dbg: diag: [...] module installed: IO::Zlib, 
version 1.10
Feb 13 15:32:07.840 [31554] dbg: diag: [...] module installed: 
Digest::SHA1, version 2.12
Feb 13 15:32:07.840 [31554] dbg: diag: [...] module installed: 
MIME::Base64, version 3.09
Feb 13 15:32:07.840 [31554] dbg: diag: [...] module installed: DB_File, 
version 1.82
Feb 13 15:32:07.840 [31554] dbg: diag: [...] module installed: Net::SMTP, 
version 2.31
Feb 13 15:32:07.840 [31554] dbg: diag: [...] module installed: Mail::SPF, 
version v2.007
Feb 13 15:32:07.840 [31554] dbg: diag: [...] module installed: 
IP::Country::Fast, version 604.001
Feb 13 15:32:07.840 [31554] dbg: diag: [...] module installed: 
Razor2::Client::Agent, version 2.84
Feb 13 15:32:07.840 [31554] dbg: diag: [...] module installed: Net::Ident, 
version 1.20
Feb 13 15:32:07.840 [31554] dbg: diag: [...] module installed: 
IO::Socket::INET6, version 2.56
Feb 13 15:32:07.840 [31554] dbg: diag: [...] module installed: 
IO::Socket::SSL, version 1.31
Feb 13 15:32:07.840 [31554] dbg: diag: [...] module installed: 
Compress::Zlib, version 2.015
Feb 13 15:32:07.840 [31554] dbg: diag: [...] module installed: Mail::DKIM, 
version 0.37
Feb 13 15:32:07.840 [31554] dbg: diag: [...] module installed: DBI, 
version 1.609
Feb 13 15:32:07.840 [31554] dbg: diag: [...] module installed: 
Getopt::Long, version 2.38
Feb 13 15:32:07.841 [31554] dbg: diag: [...] module installed: 
LWP::UserAgent, version 5.834
Feb 13 15:32:07.841 [31554] dbg: diag: [...] module installed: HTTP::Date, 
version 5.831
Feb 13 15:32:07.841 [31554] dbg: diag: [...] module installed: 
Encode::Detect, version 1.01

Feb 13 15:32:07.842 [31554] dbg: gpg: Searching for 'gpg'
Feb 13 15:32:07.842 [31554] dbg: util: current PATH is: 
/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin
Feb 13 15:32:07.842 [31554] dbg: util: executable for gpg was found at 
/usr/local/bin/gpg

Feb 13 15:32:07.842 [31554] dbg: gpg: found /usr/local/bin/gpg
Feb 13 15:32:07.843 [31554] dbg: gpg: release trusted key id list: 
5E541DC959CB8BAC7C78DFDC4056A61A5244EC45 
26C900A46DD40CD5AD24F6D7DEE01987265FA05B 
0C2B1D7175B852C64B3CDC716C55397824F434CE
Feb 13 15:32:07.848 [31554] dbg: channel: attempting channel 
updates.spamassassin.org
Feb 13 15:32:07.848 [31554] dbg: channel: update directory 
/var/db/spamassassin/3.003000/updates_spamassassin_org
Feb 13 15:32:07.848 [31554] dbg: channel: channel cf file 
/var/db/spamassassin/3.003000/updates_spamassassin_org.cf
Feb 13 15:32:07.848 [31554] dbg: channel: channel pre file 
/var/db/spamassassin/3.003000/updates_spamassassin_org.pre
Feb 13 15:32:07.852 [31554] dbg: dns: query failed: 
0.3.3.updates.spamassassin.org = NOERROR
Feb 13 15:32:07.855 [31554] dbg: dns: query failed: 
mirrors.updates.spamassassin.org = NOERROR
channel: no 'mirrors.updates.spamassassin.org' record found, channel 
failed
Feb 13 15:32:07.855 [31554] dbg: diag: updates complete, exiting with code 
4


I've tried to reinstall SpamAssassin by portupgrade -Rrf 
p5-Mail-SpamAssassin, but this doesn't make any difference. Hope that 
anyone has an idea how to solve this.


Regards,
Marco

--
Use an accordion.  Go to jail

Re: library problems with sound-juicer

2010-01-18 Thread Marco Beishuizen

On Fri, 15 Jan 2010, Marco Beishuizen wrote:



Hi,

When trying to portupgrade sound-juicer I get:

...
/usr/bin/ld: warning: libssl.so.5, needed by /usr/local/lib/libneon.so, may 
conflict with libssl.so.7

/usr/lib/libkrb5.so: undefined reference to `hx509_certs_init'
/usr/lib/libkrb5.so: undefined reference to `hx509_cert_get_serialnumber'
/usr/lib/libkrb5.so: undefined reference to 
`hx509_cert_find_subjectAltName_otherName'

/usr/lib/libkrb5.so: undefined reference to `hx509_certs_find'
/usr/lib/libkrb5.so: undefined reference to `hx509_verify_attach_anchors'
/usr/lib/libkrb5.so: undefined reference to `hx509_query_alloc'
/usr/lib/libkrb5.so: undefined reference to `hx509_get_error_string'
/usr/lib/libkrb5.so: undefined reference to `hx509_cms_unenvelope'
/usr/lib/libkrb5.so: undefined reference to `hx509_lock_add_password'
/usr/lib/libkrb5.so: undefined reference to `hx509_revoke_init'
/usr/lib/libkrb5.so: undefined reference to `hx509_verify_hostname'
/usr/lib/libkrb5.so: undefined reference to `hx509_cms_unwrap_ContentInfo'
/usr/lib/libkrb5.so: undefined reference to `hx509_prompt_hidden'
/usr/lib/libkrb5.so: undefined reference to `hx509_name_free'
/usr/lib/libkrb5.so: undefined reference to `hx509_cert_check_eku'
/usr/lib/libkrb5.so: undefined reference to `hx509_name_binary'
/usr/lib/libkrb5.so: undefined reference to `hx509_certs_append'
/usr/lib/libkrb5.so: undefined reference to `hx509_verify_destroy_ctx'
/usr/lib/libkrb5.so: undefined reference to `hx509_name_to_Name'
/usr/lib/libkrb5.so: undefined reference to `hx509_cms_wrap_ContentInfo'
/usr/lib/libkrb5.so: undefined reference to `hx509_cert_get_issuer'
/usr/lib/libkrb5.so: undefined reference to `hx509_free_octet_string_list'
/usr/lib/libkrb5.so: undefined reference to `hx509_certs_iter'
/usr/lib/libkrb5.so: undefined reference to `hx509_revoke_free'
/usr/lib/libkrb5.so: undefined reference to `hx509_cert_get_subject'
/usr/lib/libkrb5.so: undefined reference to `hx509_cert_free'
/usr/lib/libkrb5.so: undefined reference to `hx509_verify_attach_revoke'
/usr/lib/libkrb5.so: undefined reference to `hx509_get_one_cert'
/usr/lib/libkrb5.so: undefined reference to `hx509_verify_init_ctx'
/usr/lib/libkrb5.so: undefined reference to `hx509_revoke_add_crl'
/usr/lib/libkrb5.so: undefined reference to `hx509_context_free'
/usr/lib/libkrb5.so: undefined reference to `hx509_cms_create_signed_1'
/usr/lib/libkrb5.so: undefined reference to `hx509_name_is_null_p'
/usr/lib/libkrb5.so: undefined reference to `hx509_cms_verify_signed'
/usr/lib/libkrb5.so: undefined reference to `hx509_lock_free'
/usr/lib/libkrb5.so: undefined reference to 
`hx509_context_set_missing_revoke'

/usr/lib/libkrb5.so: undefined reference to `hx509_query_match_option'
/usr/lib/libkrb5.so: undefined reference to `hx509_query_free'
/usr/lib/libkrb5.so: undefined reference to `hx509_lock_init'
/usr/lib/libkrb5.so: undefined reference to 
`hx509_verify_set_proxy_certificate'

/usr/lib/libkrb5.so: undefined reference to `hx509_certs_free'
/usr/lib/libkrb5.so: undefined reference to `hx509_context_init'
/usr/lib/libkrb5.so: undefined reference to `hx509_lock_set_prompter'
/usr/lib/libkrb5.so: undefined reference to `hx509_crypto_available'
gmake[2]: *** [sound-juicer] Error 1
gmake[2]: Leaving directory 
`/usr/ports/audio/sound-juicer/work/sound-juicer-2.28.1/src'

...


After doing a portupgrade -Rrf sound-juicer, this problem seems to have 
disappeared.


Marco

--
Flattery will get you everywhere.
___
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


changing place of .core files

2010-01-16 Thread Marco Beishuizen
Normally when a program crashes, it places a .core file in the 
homefilesystem. Is there a way of changing the filesystem where FreeBSD 
places it's core dumps?


Thanks in advance,
Marco

--
Rule #7: Silence is not acquiescence.
Contrary to what you may have heard, silence of those present is
not necessarily consent, even the reluctant variety.  They simply may
sit in stunned silence and figure ways of sabotaging the plan after they
regain their composure.
___
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: changing place of .core files

2010-01-16 Thread Marco Beishuizen

On Sun, 17 Jan 2010, RW wrote:


On Sat, 16 Jan 2010 23:23:52 +0100 (CET)
Marco Beishuizen mb...@xs4all.nl wrote:


Normally when a program crashes, it places a .core file in the
homefilesystem. Is there a way of changing the filesystem where
FreeBSD places it's core dumps?


cd to another directory before starting the program.


This won't work most of the time because a lot of programs are not started 
by me as user. For example npviewer.bin core dumps a lot because of bad 
flash. But npviewer.bin is started by Firefox, not by me.


--
Horngren's Observation:
Among economists, the real world is often a special case.
___
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: changing place of .core files

2010-01-16 Thread Marco Beishuizen

On Sun, 17 Jan 2010, Yuri Pankov wrote:


Check core(5).


HTH,
Yuri


Thanks, this is what I was looking for.

Regards,
Marco

--
Never argue with a woman when she's tired -- or rested.
___
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


library problems with sound-juicer

2010-01-15 Thread Marco Beishuizen


Hi,

When trying to portupgrade sound-juicer I get:

...
/usr/bin/ld: warning: libssl.so.5, needed by /usr/local/lib/libneon.so, 
may conflict with libssl.so.7

/usr/lib/libkrb5.so: undefined reference to `hx509_certs_init'
/usr/lib/libkrb5.so: undefined reference to `hx509_cert_get_serialnumber'
/usr/lib/libkrb5.so: undefined reference to 
`hx509_cert_find_subjectAltName_otherName'

/usr/lib/libkrb5.so: undefined reference to `hx509_certs_find'
/usr/lib/libkrb5.so: undefined reference to `hx509_verify_attach_anchors'
/usr/lib/libkrb5.so: undefined reference to `hx509_query_alloc'
/usr/lib/libkrb5.so: undefined reference to `hx509_get_error_string'
/usr/lib/libkrb5.so: undefined reference to `hx509_cms_unenvelope'
/usr/lib/libkrb5.so: undefined reference to `hx509_lock_add_password'
/usr/lib/libkrb5.so: undefined reference to `hx509_revoke_init'
/usr/lib/libkrb5.so: undefined reference to `hx509_verify_hostname'
/usr/lib/libkrb5.so: undefined reference to `hx509_cms_unwrap_ContentInfo'
/usr/lib/libkrb5.so: undefined reference to `hx509_prompt_hidden'
/usr/lib/libkrb5.so: undefined reference to `hx509_name_free'
/usr/lib/libkrb5.so: undefined reference to `hx509_cert_check_eku'
/usr/lib/libkrb5.so: undefined reference to `hx509_name_binary'
/usr/lib/libkrb5.so: undefined reference to `hx509_certs_append'
/usr/lib/libkrb5.so: undefined reference to `hx509_verify_destroy_ctx'
/usr/lib/libkrb5.so: undefined reference to `hx509_name_to_Name'
/usr/lib/libkrb5.so: undefined reference to `hx509_cms_wrap_ContentInfo'
/usr/lib/libkrb5.so: undefined reference to `hx509_cert_get_issuer'
/usr/lib/libkrb5.so: undefined reference to `hx509_free_octet_string_list'
/usr/lib/libkrb5.so: undefined reference to `hx509_certs_iter'
/usr/lib/libkrb5.so: undefined reference to `hx509_revoke_free'
/usr/lib/libkrb5.so: undefined reference to `hx509_cert_get_subject'
/usr/lib/libkrb5.so: undefined reference to `hx509_cert_free'
/usr/lib/libkrb5.so: undefined reference to `hx509_verify_attach_revoke'
/usr/lib/libkrb5.so: undefined reference to `hx509_get_one_cert'
/usr/lib/libkrb5.so: undefined reference to `hx509_verify_init_ctx'
/usr/lib/libkrb5.so: undefined reference to `hx509_revoke_add_crl'
/usr/lib/libkrb5.so: undefined reference to `hx509_context_free'
/usr/lib/libkrb5.so: undefined reference to `hx509_cms_create_signed_1'
/usr/lib/libkrb5.so: undefined reference to `hx509_name_is_null_p'
/usr/lib/libkrb5.so: undefined reference to `hx509_cms_verify_signed'
/usr/lib/libkrb5.so: undefined reference to `hx509_lock_free'
/usr/lib/libkrb5.so: undefined reference to 
`hx509_context_set_missing_revoke'

/usr/lib/libkrb5.so: undefined reference to `hx509_query_match_option'
/usr/lib/libkrb5.so: undefined reference to `hx509_query_free'
/usr/lib/libkrb5.so: undefined reference to `hx509_lock_init'
/usr/lib/libkrb5.so: undefined reference to 
`hx509_verify_set_proxy_certificate'

/usr/lib/libkrb5.so: undefined reference to `hx509_certs_free'
/usr/lib/libkrb5.so: undefined reference to `hx509_context_init'
/usr/lib/libkrb5.so: undefined reference to `hx509_lock_set_prompter'
/usr/lib/libkrb5.so: undefined reference to `hx509_crypto_available'
gmake[2]: *** [sound-juicer] Error 1
gmake[2]: Leaving directory 
`/usr/ports/audio/sound-juicer/work/sound-juicer-2.28.1/src'

...

There seems to be a problem with libssl.so.5, but why isn't libssl 
just being upgraded to libssl.so.7? Libkrb5.so seems broken too.


Has anyone else had this problem?

Thanks,
Marco

--
QOTD:
I want a home, a family, an occasional spanking ...
-- Kathy Ireland
___
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


linker error gnupg

2010-01-15 Thread Marco Beishuizen

Gnupg exits with the following error when portupgrading it:

...
gpg2keys_ldap-gpgkeys_ldap.o(.text+0xd09): In function `send_key':
: undefined reference to `ascii_isspace'
gmake[2]: *** [gpg2keys_ldap] Error 1
gmake[2]: Leaving directory 
`/usr/ports/security/gnupg/work/gnupg-2.0.14/keyserver'

gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/security/gnupg/work/gnupg-2.0.14'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/ports/security/gnupg.
*** Error code 1

Stop in /usr/ports/security/gnupg.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portupgrade20100115-54677-16vn430-0 env UPGRADE_TOOL=portupgrade 
UPGRADE_PORT=gnupg-2.0.13 UPGRADE_PORT_VER=2.0.13 make

** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
! security/gnupg (gnupg-2.0.13) (linker error)
...

Anyone an idea how to solve this?

Thanks,
Marco

--
A major, with wonderful force,
Called out in Hyde Park for a horse.
All the flowers looked round,
But no horse could be found;
So he just rhododendron, of course.
___
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


radeonhd 1.3.0 slow window moving

2009-12-07 Thread Marco Beishuizen


Hi,

I upgraded the radeonhd driver from 1.2.5 to 1.3.0. It seems to work fine, 
except when moving a window. As far as I can see all other actions like 
scrolling or resizing is quick, but moving windows goes really slow.


In my xorg.conf the modules extmod, record, dbe, glx, dbi and 
dbi2 are loaded. In the device section I have two options enabled:

- AccelMethod EXA
- DRI on
In my x.org logfile are no errors.

Does anyone else has experienced this?
My Radeon is a HD4870 and I'm running FreeBSD 8.0-ST.

Thanks in advance.
Regards,
Marco

--
The more you complain, the longer God lets you live.
___
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: radeonhd 1.3.0 slow window moving

2009-12-07 Thread Marco Beishuizen

On Mon, 7 Dec 2009, George Liaskos wrote:


Give x11-drivers/xf86-video-ati a try

http://lists.freebsd.org/pipermail/freebsd-x11/2009-December/009093.html


What are the differences between the ati and the radeonhd driver? Is the 
ati-driver for all Ati cards and the radeonhd specifically for RadeonHD 
cards, or are there more differences?


Regards,
Marco

--
It takes a smart husband to have the last word and not use it.
___
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: radeonhd 1.3.0 slow window moving

2009-12-07 Thread Marco Beishuizen

On Mon, 7 Dec 2009, Marco Beishuizen wrote:



Hi,

I upgraded the radeonhd driver from 1.2.5 to 1.3.0. It seems to work fine, 
except when moving a window. As far as I can see all other actions like 
scrolling or resizing is quick, but moving windows goes really slow.


In my xorg.conf the modules extmod, record, dbe, glx, dbi and 
dbi2 are loaded. In the device section I have two options enabled:

- AccelMethod EXA
- DRI on
In my x.org logfile are no errors.

Does anyone else has experienced this?
My Radeon is a HD4870 and I'm running FreeBSD 8.0-ST.

Thanks in advance.
Regards,
Marco


I installed the ati-driver and this one doesn't seem to have the slow 
window moving problem. So I guess I'm staying with the ati-driver for now.


Regards,
Marco


--
Women who want to be equal to men lack imagination.
___
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: USB WLAN Atheros and USB Ethernet FBSD 7.2

2009-05-26 Thread Marco
thank you, this was exactly stuff i was looking for, external linksys or 
other is already here, but i want to do one device this stuff.
unfortunatly the device has no mini-pci slot, i'd love to build it like 
this as i see very good atheros support in fbsd. however, if the other 
drivers also support hostap mode this would be a way to go.current-8 is 
of course not applicable for this job as i want a stable system ;-)


thank you guys very much for your help,
marco

Jan Henrik Sylvester wrote:

Marco wrote:
iam thinking of building a router with usb wlan and usb ethernet 
controller attached. as the wlan device shall be an AP i would go for 
atheros stick. however, i'am unsure if anybody has expirience if or 
which devices should work out of the box with latest stable release. 
i read something about a uath device module but could not find it 
in my sys-tree.


uath is only available in 8-CURRENT and I am not sure, if it does Host 
AP mode. (The same goes for upgt.)


In 7.2-RELEASE (and 7-STABLE), the only usb wlan drivers are ural, 
rum, and zyd, but zyd does not do Host AP for what I know (and it was 
never stable for me). ural and rum both do Host AP.


Maybe this is interesting for you: 
http://en.wikipedia.org/wiki/Comparison_of_Open_Source_Wireless_Drivers


Anyhow, why does it have to be usb? From my own experience, usb 
devices do not work as well as Cardbus or (Mini)PCI. You will probably 
be much more happy, if you get an ath based MiniPCI card.


Cheers,
Jan Henrik
___
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




___
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


USB WLAN Atheros and USB Ethernet FBSD 7.2

2009-05-15 Thread Marco

Hello,

iam thinking of building a router with usb wlan and usb ethernet 
controller attached. as the wlan device shall be an AP i would go for 
atheros stick. however, i'am unsure if anybody has expirience if or 
which devices should work out of the box with latest stable release. i 
read something about a uath device module but could not find it in my 
sys-tree.

if you got anything about that pls let me know.

best regards,
marco
___
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


GDM users list

2009-05-10 Thread Marco Beishuizen


Hi,

When I use GDM for logging in, the only possible users I can choose from 
are the logcheck system account and other, but not my regular user 
account. Why is that?


Marco

--
Only way to open lips of pigeon, sledgehammer.
___
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: GDM users list

2009-05-10 Thread Marco Beishuizen

On Mon, 11 May 2009, Giorgos Keramidas wrote:


FWIW, the gdm user list applet seems to be having a few problems in
8.0-CURRENT too.

It is auto-enabled when procfs(5) is mounted at `/proc' but it only
shows `other' a few dozen times on my laptop, and clicking on them
sometimes crashes gdm.  I'm still trying to find out why, but you may
find it easier to get help by posting to the freebsd-gnome list.


Procfs is mounted at /proc on my system, but I'm not experiencing crashes. 
I'll send my question to the freebsd-gnome mailing list. Thanks.


Marco

--
Mustgo, n.:
Any item of food that has been sitting in the refrigerator so
long it has become a science project.
-- Rich Hall  Friends, Sniglets
___
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


Logcheck errors after cvsup

2009-03-14 Thread Marco Beishuizen
Hi,

I cvsupped my portstree yesterday and updated my system with portupgrade -a. 
All went well except for logcheck. Since the cvsup I don't receive the normal 
hourly mail with the results of the checking in my mailbox but the following 
(the subject of the mail is: Cron logch...@yokozuna if 
[ -x /usr/local/sbin/logcheck ]; then nice -n10 /usr/local/sbin/logcheck; 
fi):

/usr/local/sbin/logcheck: command substitution: line 49: syntax error near 
unexpected token `)'
/usr/local/sbin/logcheck: command substitution: line 49: `date +'%Y-%m-%d %H:
%M')'
/usr/local/sbin/logcheck: command substitution: line 530: syntax error near 
unexpected token `)'
/usr/local/sbin/logcheck: command substitution: line 530: `hostname -f)'
/usr/local/sbin/logcheck: command substitution: line 621: syntax error near 
unexpected token `)'
/usr/local/sbin/logcheck: command substitution: line 621: 
`mktemp -d /tmp/logcheck.XX)'
mkdir: /cracking: Permission denied
/usr/local/sbin/logcheck: command substitution: line 145: syntax error near 
unexpected token `)'
/usr/local/sbin/logcheck: command substitution: line 145: `export)'
Null message body; hope that's ok
usage: rm [-f | -i] [-dIPRrvW] file ...
       unlink file


Has someon perhaps an idea what happened here? I couldn't find anything that 
suggested that the logcheck files had changed or something.

Thanks in advance for the help.

Marco

-- 
You will soon meet a person who will play an important role in your life.
___
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: Logcheck errors after cvsup

2009-03-14 Thread Marco Beishuizen
On Saturday 14 March 2009 14:35:36 Patrick Lamaizière wrote:
 Le Sat, 14 Mar 2009 10:48:58 +0100,

 Marco Beishuizen mb...@xs4all.nl:
  I cvsupped my portstree yesterday and updated my system with
  portupgrade -a. All went well except for logcheck. Since the cvsup I
  don't receive the normal hourly mail with the results of the checking
  in my mailbox but the following (the subject of the mail is: Cron
  logch...@yokozuna if [ -x /usr/local/sbin/logcheck ]; then nice
  -n10 /usr/local/sbin/logcheck; fi):
 
  /usr/local/sbin/logcheck: command substitution: line 49: syntax error
  near unexpected token `)'

 I guess it is related to the recent bash upgrade.

 Check the ports@ mailing list, there are some topics about bash4. Looks
 like it is broken.

 Regards.

Yes, bash seems to be the problem. I deinstalled bash 4 and reinstalled 3. 
Logcheck now works again.

I guess I will follow the bash developments.

Thanks for the help.

-- 
KANSAS:
Where the men are men and so are the women!
___
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: badblocks on sata drive

2009-03-10 Thread Marco
thank you guys, never knew about that feature in modern harddrives. so i
rly have to replace the drive.
best regards,
 marco

Daniel Lannstrom wrote:
 If a modern hard drive begins to let bad blocks through it's internal
 block relocation mechanics have failed. I recommend to take backup on
 everthing on that disk because this is usually a sign that the disk 
 will die shortly. 

 On Sun, Mar 01, 2009 at 07:17:44PM +0100, Marco wrote:
   
 hej list,

 during dd tests i encounter hardware problems with my harddisk. is there
 a way to mark parts of the hdd as bad so those are not used anymore?

 best regards,
  marco
 ___
 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
 
 ___
 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

   

___
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


badblocks on sata drive

2009-03-01 Thread Marco
hej list,

during dd tests i encounter hardware problems with my harddisk. is there
a way to mark parts of the hdd as bad so those are not used anymore?

best regards,
 marco
___
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: mounted usb devices crash

2009-02-27 Thread Marco
hej mel, thanx for the information. so it's fixed (ufs, msdosfs) on
CURRENT. finally after years of pain, i cannot wait to test that :D
 best regards marco

Mel wrote:
 On Wednesday 25 February 2009 15:58:53 Mel wrote:

   
 I looked for status on this project, can't seem to find it atm.
 

 Found it:
 http://forums.freebsd.org/showthread.php?t=306

 Looks like it's even gonna be MFC'd \o/
   

___
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


  1   2   3   4   >