Can't install - Octave, SuiteSparse

2010-10-27 Thread Zbigniew Komarnicki
Hello,

I encounter the following problem when I try install math/octave.

I suspect that problem is with this:
/usr/local/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status

My system (fresh install, fresh ports tree csup-ed today):
# uname -rms
FreeBSD 8.1-RELEASE amd64


Here is the output:
[...]
gmake[4]: Nothing to be done for `default'.
gmake[4]: Leaving directory 
`/usr/ports/math/suitesparse/work/SuiteSparse/COLAMD
/Lib'
gmake[3]: Leaving directory 
`/usr/ports/math/suitesparse/work/SuiteSparse/COLAMD
'
( cd ../../CCOLAMD ; gmake library )
gmake[3]: Entering directory 
`/usr/ports/math/suitesparse/work/SuiteSparse/CCOLA
MD'
( cd Lib; gmake )
gmake[4]: Entering directory 
`/usr/ports/math/suitesparse/work/SuiteSparse/CCOLA
MD/Lib'
gmake[4]: Nothing to be done for `default'.
gmake[4]: Leaving directory 
`/usr/ports/math/suitesparse/work/SuiteSparse/CCOLAM
D/Lib'
gmake[3]: Leaving directory 
`/usr/ports/math/suitesparse/work/SuiteSparse/CCOLAM
D'
gcc45 -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc45 -fno-strict-aliasing -DNPARTITIO
N -o cholmod_demo -I../Include -I../../UFconfig 
cholmod_demo.c ../Lib/libcholmod
.a ../../AMD/Lib/libamd.a ../../COLAMD/Lib/libcolamd.a 
../../CCOLAMD/Lib/libccol   

amd.a ../../CAMD/Lib/libcamd.a  -L/usr/local/lib -pthread -lalapack_r 
-L/usr/loc  
 
al/lib -pthread -lptf77blas -lptcblas -latlas_r -lgfortran -lgfortranbegin  -lm
/usr/local/bin/ld: cholmod_demo: hidden symbol `__powidf2' 
in /usr/local/lib/gcc   

45/gcc/x86_64-portbld-freebsd8.1/4.5.2/libgcc.a(_powidf2.o) is referenced by 
DSO
/usr/local/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
gmake[2]: *** [cholmod_demo] Error 1
gmake[2]: Leaving directory 
`/usr/ports/math/suitesparse/work/SuiteSparse/CHOLMO
   
D/Demo'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory 
`/usr/ports/math/suitesparse/work/SuiteSparse/CHOLMO
   
D'
gmake: *** [default] Error 2
*** Error code 2

Stop in /usr/ports/math/suitesparse.
*** Error code 1

Stop in /usr/ports/math/octave.
*** Error code 1

Stop in /usr/ports/math/octave.
___
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: Can't install - Octave, SuiteSparse

2010-10-27 Thread Zbigniew Komarnicki
On Wednesday 27 of October 2010 10:20:54 you wrote:
 This is probably a GCC problem. What exact version are you using
 (pkg_info | grep gcc)? There is another recent report of issues with
 the latest update to lang/gcc45:

 http://lists.freebsd.org/pipermail/freebsd-ports/2010-October/064212.html

 Perhaps the maintainer knows more (cc'd) or you could try rolling back
 temporarily - I've successfully built suitesparse with 4.5.2.20101014
 on amd64 current recently.

# pkg_info | grep gcc
gcc-4.4.6.20101012  GNU Compiler Collection 4.4
gcc-4.5.2.20101021  GNU Compiler Collection 4.5
gccmakedep-1.0.2Create dependencies in makefiles using 'gcc -M'

Thank you for information.
___
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: OT: fdisk

2010-10-04 Thread Zbigniew Komarnicki
On Saturday 02 of October 2010 20:36:40 Robert wrote:
 Greetings

Maybe good tool will be System Rescue CD, Linux Live distribution, it has a 
tool named ntfs-3g and ntfsprogs. See here:
http://www.sysresccd.org/Main_Page
http://www.sysresccd.org/Sysresccd-manual-en_Mounting_an_NTFS_partition_with_full_Read-Write_support

 Thanks for any suggestions.

Good luck!

 Robert
Zbigniew
___
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: Can't install octave

2010-03-06 Thread Zbigniew Komarnicki
On Friday 05 of March 2010 17:09:56 Pietro Cerutti wrote:
 On 2010-Mar-05, 16:47, Jan Henrik Sylvester wrote:
  There has been one more commit on that port:
 
  http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-toolkits/fltk/files/patch
 -src_filename_list.cxx.diff?r1=1.4;r2=1.5;f=h
 
  That one looks suspicious because (__FreeBSD_version = 73) make the
  clauses before obsolete.
 
  Before that commit, the condition was true for 8-STABLE and 9-CURRENT,
  but not for 8.0-RELEASE or 7-ANYTHING. The commit was supposed to fix
  7.3-RELEASE (and probably 7-STABLE) but changed the behavior for
  8.0-RELEASE, too, which probably has not been intended.

 Good catch! Fixed, thanks!


Thank you all. Now is OK.

___
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


Can't install kde3

2010-03-05 Thread Zbigniew Komarnicki
Hello,

I try to install kde3 after fresh install FreeBSD 8.0 and freebsd-update to 
FreeBSD 8.0 p2 on i386 athlon-xp 1660 MHz, but with no success. Here is the 
output:

# cd /usr/ports/x11/kde3
# make install clean
===  Installing for kde-3.5.10_3
===   kde-3.5.10_3 depends on executable: kjumpingcube - found
===   kde-3.5.10_3 depends on executable: kdessh - found
===   kde-3.5.10_3 depends on executable: kword - found
===   kde-3.5.10_3 depends on executable: kget - not found
===Verifying install for kget in /usr/ports/net/kdenetwork3
===  Installing for kdenetwork-3.5.10_2
===   kdenetwork-3.5.10_2 depends on file: /usr/local/bin/moc - found
===   kdenetwork-3.5.10_2 depends on executable: kopete - not found
===Verifying install for kopete in /usr/ports/net-im/kopete
===  Building for kdenetwork-kopete-0.12.8_3
Making all in libkopete
gmake[1]: Entering directory 
`/usr/ports/net-im/kopete/work/kdenetwork-3.5.10/kopete/libkopete'
Making all in private
gmake[2]: Entering directory 
`/usr/ports/net-im/kopete/work/kdenetwork-3.5.10/kopete/libkopete/private'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/usr/ports/net-im/kopete/work/kdenetwork-3.5.10/kopete/libkopete/private'
Making all in ui
gmake[2]: Entering directory 
`/usr/ports/net-im/kopete/work/kdenetwork-3.5.10/kopete/libkopete/ui'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/usr/ports/net-im/kopete/work/kdenetwork-3.5.10/kopete/libkopete/ui'
Making all in .
gmake[2]: Entering directory 
`/usr/ports/net-im/kopete/work/kdenetwork-3.5.10/kopete/libkopete'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory 
`/usr/ports/net-im/kopete/work/kdenetwork-3.5.10/kopete/libkopete'
Making all in avdevice
gmake[2]: Entering directory 
`/usr/ports/net-im/kopete/work/kdenetwork-3.5.10/kopete/libkopete/avdevice'
/bin/sh /usr/local/bin/libtool --silent --tag=CXX   --mode=compile 
c++ -DHAVE_CONFIG_H -I. -I../../.. -I../../../kopete/protocols/gadu/libgadu 
 -I/usr/local/include  -I/usr/local/include -DKDE_NO_COMPAT -DQT_NO_COMPAT 
 -DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -I../../../kopete/libkopete 
 -I../../../kopete/libkopete -I../../../kopete/libkopete/avdevice 
 -I../../../kopete/libkopete/ui -I../../../kopete/libkopete/ui 
 -I../../../kopete/libkopete/private -I../../../kopete/libkopete/ui 
 -I/usr/local/include  -I/usr/local/include -D_THREAD_SAFE -pthread 
 -DQT_THREAD_SUPPORT   -I/usr/local/include -I/usr/local/include  
 -I/usr/local/include -D_GETOPT_H -D_THREAD_SAFE  -D_LARGE_FILES=1  
 -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG 
 -O2 -O2 -fno-strict-aliasing -pipe -fomit-frame-pointer -mtune=native 
 -march=athlon-xp -Wno-non-virtual-dtor -fno-exceptions -fno-check-new 
 -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL 
 -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT 
videodevice.lo -MD -MP -MF .deps/videodevice.Tpo -c -o videodevice.lo 
videodevice.cpp
In file included from /usr/local/include/linux/videodev.h:17,
 from videodevice.h:61,
 from videodevice.cpp:27:
/usr/local/include/linux/videodev2.h:67: error: declaration does not declare 
anything
/usr/local/include/linux/videodev2.h:72: error: declaration does not declare 
anything
videodevice.cpp: In member function 'void 
Kopete::AV::VideoDevice::enumerateMenu()':
videodevice.cpp:70: warning: comparison between signed and unsigned integer 
expressions
videodevice.cpp: In member function 'Kopete::AV::pixel_format 
Kopete::AV::VideoDevice::setPixelFormat(Kopete::AV::pixel_format)':
videodevice.cpp:800: warning: comparison between signed and unsigned integer 
expressions
videodevice.cpp: In member function 'int 
Kopete::AV::VideoDevice::selectInput(int)':
videodevice.cpp:863: warning: comparison between signed and unsigned integer 
expressions
videodevice.cpp: In member function 'int 
Kopete::AV::VideoDevice::setInputParameters()':
videodevice.cpp:909: warning: comparison between signed and unsigned integer 
expressions
videodevice.cpp: In member function 'float 
Kopete::AV::VideoDevice::getBrightness()':
videodevice.cpp:1465: warning: comparison between signed and unsigned integer 
expressions
videodevice.cpp: In member function 'float 
Kopete::AV::VideoDevice::getContrast()':
videodevice.cpp:1535: warning: comparison between signed and unsigned integer 
expressions
videodevice.cpp: In member function 'float 
Kopete::AV::VideoDevice::getSaturation()':
videodevice.cpp:1605: warning: comparison between signed and unsigned integer 
expressions
videodevice.cpp: In member function 'float 
Kopete::AV::VideoDevice::getWhiteness()':
videodevice.cpp:1675: warning: comparison between signed and unsigned integer 
expressions
videodevice.cpp: In member function 'float Kopete::AV::VideoDevice::getHue()':
videodevice.cpp:1745: warning: comparison between signed and unsigned integer 
expressions
videodevice.cpp: In member function 'bool 

Can't install kde4

2010-03-05 Thread Zbigniew Komarnicki
Hello,

I try to install kde4 (and kde3 in erlier post) after fresh install FreeBSD 
8.0 and freebsd-update to FreeBSD 8.0 p2 on i386 athlon-xp 1660 MHz, but with 
no success. Here is the output:

# cd /usr/ports/x11/kde4
# make install clean
===  Installing for kde4-4.3.5
===   kde4-4.3.5 depends on package: kdeaccessibility=4 - found
===   kde4-4.3.5 depends on package: kdeadmin=4 - not found
===Verifying install for kdeadmin=4 in /usr/ports/sysutils/kdeadmin4
===  Installing for kdeadmin-4.3.5
===   kdeadmin-4.3.5 depends on 
file: 
/usr/local/kde4/share/apps/system-config-printer-kde/system-config-printer-kde.py
 - 
not found
===Verifying install 
for 
/usr/local/kde4/share/apps/system-config-printer-kde/system-config-printer-kde.py
 
in /usr/ports/print/system-config-printer-kde
===   system-config-printer-kde-4.3.5_2 depends on executable: 
system-config-printer - not found
===Verifying install for system-config-printer 
in /usr/ports/print/system-config-printer
===  Building for system-config-printer-1.0.16_1
Making all in po
gmake[1]: Entering directory 
`/usr/ports/print/system-config-printer/work/system-config-printer-1.0.16/po'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory 
`/usr/ports/print/system-config-printer/work/system-config-printer-1.0.16/po'
gmake[1]: Entering directory 
`/usr/ports/print/system-config-printer/work/system-config-printer-1.0.16'
xmlto man -o man man/system-config-printer.xml
xmlto: 
/usr/ports/print/system-config-printer/work/system-config-printer-1.0.16/man/system-config-printer.xml
 
does not validate (status 3)
xmlto: Fix document syntax or use --skip-validation option
I/O error : Attempt to load network entity 
http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
/usr/ports/print/system-config-printer/work/system-config-printer-1.0.16/man/system-config-printer.xml:3:
 
warning: failed to load external 
entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd;
 http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd;
^
I/O error : Attempt to load network entity 
http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd
warning: failed to load external 
entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd;
validity error : Could not load the external 
subset http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd;
Document 
/usr/ports/print/system-config-printer/work/system-config-printer-1.0.16/man/system-config-printer.xml
 
does not validate
gmake[1]: *** [man/system-config-printer.1] Error 13
gmake[1]: Leaving directory 
`/usr/ports/print/system-config-printer/work/system-config-printer-1.0.16'
gmake: *** [all-recursive] Error 1
*** Error code 1

Stop in /usr/ports/print/system-config-printer.
*** Error code 1

Stop in /usr/ports/print/system-config-printer-kde.
*** Error code 1

Stop in /usr/ports/sysutils/kdeadmin4.
*** Error code 1

Stop in /usr/ports/sysutils/kdeadmin4.
*** Error code 1

Stop in /usr/ports/x11/kde4.
*** Error code 1

Stop in /usr/ports/x11/kde4.
#
___
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


Can't install octave

2010-03-05 Thread Zbigniew Komarnicki
Hello,

I try to install octave (kde3, kde4 in erlier post) after fresh install 
FreeBSD 8.0 and freebsd-update to FreeBSD 8.0 p2 on i386 athlon-xp 1660 MHz, 
but with no success. 

I forgot to add that I csup-ed the ports tree today.

Here is the output:

# make install clean
===   octave-3.2.4 depends on executable: gnuplot - found
===   octave-3.2.4 depends on file: /usr/local/bin/gperf - found
===   octave-3.2.4 depends on executable: gsed - found
===   octave-3.2.4 depends on executable: dvips - found
===   octave-3.2.4 depends on executable: gmake - found
===   octave-3.2.4 depends on executable: gcc44 - found
===   octave-3.2.4 depends on file: /usr/local/bin/perl5.10.1 - found
===   octave-3.2.4 depends on file: /usr/local/bin/autoconf-2.62 - found
===   octave-3.2.4 depends on shared library: fftw3 - found
===   octave-3.2.4 depends on shared library: glpk.27 - found
===   octave-3.2.4 depends on shared library: hdf5 - found
===   octave-3.2.4 depends on shared library: umfpack.1 - found
===   octave-3.2.4 depends on shared library: qhull - found
===   octave-3.2.4 depends on shared library: arpack - found
===   octave-3.2.4 depends on shared library: qrupdate - found
===   octave-3.2.4 depends on shared library: fftw3f - found
===   octave-3.2.4 depends on shared library: fftw3 - found
===   octave-3.2.4 depends on shared library: ftgl - found
===   octave-3.2.4 depends on shared library: fltk - not found
===Verifying install for fltk in /usr/ports/x11-toolkits/fltk
===  Building for fltk-1.1.9_2
=== making src ===
Compiling filename_list.cxx...
filename_list.cxx: In function 'int fl_filename_list(const char*, dirent***, 
int (*)(dirent**, dirent**))':
filename_list.cxx:59: error: invalid conversion from 'int (*)(const dirent**, 
const dirent**)' to 'int (*)(const void*, const void*)'
filename_list.cxx:59: error:   initializing argument 4 of 'int scandir(const 
char*, dirent***, int (*)(dirent*), int (*)(const void*, const void*))'
*** Error code 1

Stop in /usr/ports/x11-toolkits/fltk/work/fltk-1.1.9/src.
*** Error code 1

Stop in /usr/ports/x11-toolkits/fltk/work/fltk-1.1.9.
*** Error code 1

Stop in /usr/ports/x11-toolkits/fltk.
*** Error code 1

Stop in /usr/ports/math/octave.

___
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


Can't install FreeBSD 7.2-RELEASE and 8.0-BETA4

2009-09-13 Thread Zbigniew Komarnicki
Hello,

I can't install FreeBSD 7.2-RELEASE and 8.0-BETA4 on laptop HP
Pavilion Entertainment PC dv5 - 1150ew.
I got the following message when boot from CD install
8.0-BETA4-amd64-bootonly.iso similarly for 7.2-RELEASE:

...
run_interrupt_driven_hooks: still waiting after 60 seconds for xpt_config
run_interrupt_driven_hooks: still waiting after 120 seconds for xpt_config
run_interrupt_driven_hooks: still waiting after 180 seconds for xpt_config
run_interrupt_driven_hooks: still waiting after 240 seconds for xpt_config
run_interrupt_driven_hooks: still waiting after 300 seconds for xpt_config
panic: run_interrupt_driven_config_hooks: waited too long
cpuid=0
KDB: enter: panic
[thread pid 0 tid 10]
Stopped at   kdb_enter+0x3d:  movq $0,0x68d1e0(%rip)
db

and thats all. Is maybe also someone also have such problem?

Zbigniew
___
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: kernel panic - umount xfs partition

2009-06-27 Thread Zbigniew Komarnicki
...
 # mount -t xfs -o ro /dev/ad0s2 /mnt
 # ls /mnt
 # cp /mnt/my_file /home/zbigniew

I forgot add here that I do then
# umount /mnt

and after that was kernel panic.

I'm sorry for the mistake.

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


kernel panic - umount xfs partition

2009-06-26 Thread Zbigniew Komarnicki
Hello,

I have a Dabian 5.0 and FreeBSD 7.2-RELEASE-p2 on i386 athlon-xp. I have two  
partitions under Debian. They are xfs file system.

So I mount it from FreeBSD

# mount -t xfs -o ro /dev/ad0s1 /mnt
# ls /mnt
# umount /mnt

Everything is OK, but now I  do the following

# mount -t xfs -o ro /dev/ad0s2 /mnt
# ls /mnt
# cp /mnt/my_file /home/zbigniew

when cp finish the system was frozen and after a while do reboot.
After reboot I saw coredump on the swap file.

This is only for me or also maybe you have such problem. My system is for 
desktop usage. I work at school. 


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


error www/w3m

2009-06-25 Thread Zbigniew Komarnicki
Hello,

I got next error on amd64 7.2-RELEASE-p2 

# portmaster /usr/ports/www/w3m
...
cc  -I. -I. -O2 -fno-strict-aliasing -pipe -march=athlon64   
-I/usr/include/openssl -I/usr/local/include -I/usr/local/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\/usr/local/libexec/w3m\  
-DCGIBIN_DIR=\/usr/local/libexec/w3m/cgi-bin\ 
-DHELP_DIR=\/usr/local/share/w3m\  -DETC_DIR=\/usr/local/etc\ 
-DCONF_DIR=\/usr/local/etc/w3m\  -DRC_DIR=\~/.w3m\  
-DLOCALEDIR=\/usr/local/share/locale\ -c 
hash.c
ar rv libindep.a Str.o indep.o regex.o textlist.o parsetag.o myctype.o hash.o
ar: creating libindep.a
a - Str.o
a - indep.o
a - regex.o
a - textlist.o
a - parsetag.o
a - myctype.o
a - hash.o
ranlib libindep.a
cc  -I. -I. -O2 -fno-strict-aliasing -pipe -march=athlon64   
-I/usr/include/openssl -I/usr/local/include -I/usr/local/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\/usr/local/libexec/w3m\  
-DCGIBIN_DIR=\/usr/local/libexec/w3m/cgi-bin\ 
-DHELP_DIR=\/usr/local/share/w3m\  -DETC_DIR=\/usr/local/etc\ 
-DCONF_DIR=\/usr/local/etc/w3m\  -DRC_DIR=\~/.w3m\  
-DLOCALEDIR=\/usr/local/share/locale\ -o 
mktable mktable.o 
dummy.o -L/usr/local/lib -lm -L. -lindep  -L/usr/local/lib -lgc
sort funcname.tab | nawk -f ./functable.awk  functable.tab
./mktable 100 functable.tab  functable.c
Segmentation fault (core dumped)
*** Error code 139

Stop in /usr/ports/www/w3m/work/w3m-0.5.2.
*** Error code 1

Stop in /usr/ports/www/w3m.

=== make failed for www/w3m
=== Aborting update
___
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: openoffice.org-3.01 packages available (i386)

2009-06-02 Thread Zbigniew Komarnicki
On Tuesday 02 of June 2009 13:01:26 Matthias Apitz wrote:

 which works fine, but on quit it crashes while closing the display,
...

I have also this same problem on i386. When closing OO then it produce core 
file.
___
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


w3m - Segmentation fault

2009-05-20 Thread Zbigniew Komarnicki
Hello,

I try today install port w3m (www/w3m) and got segmentation fault. Is somone 
else have such trouble? FreeBSD 7.2-RELEASE, AMD64.

# make install clean 
...
cc  -I. -I. -O2 -fno-strict-aliasing -pipe   -I/usr/include/openssl 
-I/usr/local/include -I/usr/local/include -DHAVE_CONFIG_H 
-DAUXBIN_DIR=\/usr/local/libexec/w3m\  
-DCGIBIN_DIR=\/usr/local/libexec/w3m/cgi-bin\ 
-DHELP_DIR=\/usr/local/share/w3m\  -DETC_DIR=\/usr/local/etc\ 
-DCONF_DIR=\/usr/local/etc/w3m\  -DRC_DIR=\~/.w3m\  
-DLOCALEDIR=\/usr/local/share/locale\ -c 
myctype.c
cc  -I. -I. -O2 -fno-strict-aliasing -pipe   -I/usr/include/openssl 
-I/usr/local/include -I/usr/local/include -DHAVE_CONFIG_H 
-DAUXBIN_DIR=\/usr/local/libexec/w3m\  
-DCGIBIN_DIR=\/usr/local/libexec/w3m/cgi-bin\ 
-DHELP_DIR=\/usr/local/share/w3m\  -DETC_DIR=\/usr/local/etc\ 
-DCONF_DIR=\/usr/local/etc/w3m\  -DRC_DIR=\~/.w3m\  
-DLOCALEDIR=\/usr/local/share/locale\ -c 
hash.c
ar rv libindep.a Str.o indep.o regex.o textlist.o parsetag.o myctype.o hash.o
ar: creating libindep.a
a - Str.o
a - indep.o
a - regex.o
a - textlist.o
a - parsetag.o
a - myctype.o
a - hash.o
ranlib libindep.a
cc  -I. -I. -O2 -fno-strict-aliasing -pipe   -I/usr/include/openssl 
-I/usr/local/include -I/usr/local/include -DHAVE_CONFIG_H 
-DAUXBIN_DIR=\/usr/local/libexec/w3m\  
-DCGIBIN_DIR=\/usr/local/libexec/w3m/cgi-bin\ 
-DHELP_DIR=\/usr/local/share/w3m\  -DETC_DIR=\/usr/local/etc\ 
-DCONF_DIR=\/usr/local/etc/w3m\  -DRC_DIR=\~/.w3m\  
-DLOCALEDIR=\/usr/local/share/locale\ -o 
mktable mktable.o 
dummy.o -L/usr/local/lib -lm -L. -lindep  -L/usr/local/lib -lgc
sort funcname.tab | nawk -f ./functable.awk  functable.tab
./mktable 100 functable.tab  functable.c
Segmentation fault (core dumped)
*** Error code 139

Stop in /usr/ports/www/w3m/work/w3m-0.5.2.
*** Error code 1

Stop in /usr/ports/www/w3m.
___
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: suitesparse - error when compiling from ports

2009-05-17 Thread Zbigniew Komarnicki
On Sunday 17 of May 2009 16:17:11 Lowell Gilbert wrote:
 Looks like there's a missing dependency on math/libgmp4.
 That's puzzling, though, because the FreeBSD build cluster built it fine
 just a couple of days ago.

Thank you.

I reinstall math/libgmp4, and after that I saw that I had installed the 
following library: libgmp.so.8  and libgmpxx.so.5, there aren't
libgmp.so.7  and libgmpxx.so.4, why ? 

Thank you in advance for your help. 


Here is the output, after:
# make install clean
...

===   libgmp-4.3.1 is already installed
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of math/libgmp4
  without deleting it first, set the variable FORCE_PKG_REGISTER
  in your environment or the make install command line.
*** Error code 1

Stop in /usr/ports/math/libgmp4.


=
# make deinstall
=
===  Deinstalling for math/libgmp4
===   Deinstalling libgmp-4.3.1
pkg_delete: package 'libgmp-4.3.1' is required by these other packages
and may not be deinstalled (but I'll delete it anyway):
sdpa-gmp-7.1.2_1


=
# make reinstall
=
===  Checking if math/libgmp4 already installed
make  install-recursive
Making install in tests
Making install in .
Making install in devel
Making install in mpn
Making install in mpz
Making install in mpq
Making install in mpf
Making install in rand
Making install in misc
Making install in cxx
Making install in mpbsd
Making install in mpn
Making install in mpz
Making install in mpq
Making install in mpf
Making install in printf
Making install in scanf
Making install in cxx
Making install in mpbsd
Making install in demos
Making install in calc
make  install-am
Making install in expr
Making install in tune
Making install in doc
test -z /usr/local/info/ || /usr/ports/math/libgmp4/work/gmp-4.3.1/install-sh 
-d /usr/local/info/
 install  -o root -g wheel -m 444 './gmp.info' '/usr/local/info//gmp.info'
 install-info --info-dir='/usr/local/info/' '/usr/local/info//gmp.info'
test -z /usr/local/lib || /usr/ports/math/libgmp4/work/gmp-4.3.1/install-sh 
-d /usr/local/lib
 /bin/sh /usr/local/bin/libtool --mode=install /usr/bin/install -c -o root -g 
wheel  'libgmp.la' '/usr/local/lib/libgmp.la'
/usr/bin/install -c -o root -g 
wheel .libs/libgmp.so.8 /usr/local/lib/libgmp.so.8
(cd /usr/local/lib  { ln -s -f libgmp.so.8 libgmp.so || { rm -f libgmp.so  
ln -s libgmp.so.8 libgmp.so; }; })
(cd /usr/local/lib  { ln -s -f libgmp.so.8 libgmp.so || { rm -f libgmp.so  
ln -s libgmp.so.8 libgmp.so; }; })
/usr/bin/install -c -o root -g wheel .libs/libgmp.lai /usr/local/lib/libgmp.la
/usr/bin/install -c -o root -g wheel .libs/libgmp.a /usr/local/lib/libgmp.a
chmod 644 /usr/local/lib/libgmp.a
ranlib /usr/local/lib/libgmp.a
--
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
 during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
 during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
--
 /bin/sh /usr/local/bin/libtool --mode=install /usr/bin/install -c -o root -g 
wheel  'libgmpxx.la' '/usr/local/lib/libgmpxx.la'
libtool: install: warning: relinking `libgmpxx.la'
(cd /usr/ports/math/libgmp4/work/gmp-4.3.1; /bin/sh /usr/local/bin/libtool  
--mode=relink 
c++ -O2 -fno-strict-aliasing -pipe -march=athlon64 -o 
libgmpxx.la -rpath /usr/local/lib -version-info 5:0:1 dummy.lo cxx/isfuns.lo 
cxx/ismpf.lo cxx/ismpq.lo cxx/ismpz.lo cxx/ismpznw.lo cxx/osdoprnti.lo 
cxx/osfuns.lo cxx/osmpf.lo cxx/osmpq.lo cxx/osmpz.lo libgmp.la )
c++ -shared -nostdlib /usr/lib/crti.o /usr/lib/crtbeginS.o  .libs/dummy.o 
cxx/.libs/isfuns.o cxx/.libs/ismpf.o cxx/.libs/ismpq.o cxx/.libs/ismpz.o 
cxx/.libs/ismpznw.o cxx/.libs/osdoprnti.o cxx/.libs/osfuns.o 
cxx/.libs/osmpf.o cxx/.libs/osmpq.o 
cxx/.libs/osmpz.o  -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib -lgmp 
-L/usr/lib -lstdc++ -lm -lc -lgcc_s /usr/lib/crtendS.o /usr/lib/crtn.o  
-march=athlon64 -Wl,-soname -Wl,libgmpxx.so.5 -o .libs/libgmpxx.so.5
/usr/bin/install -c -o root -g 
wheel .libs/libgmpxx.so.5T /usr/local/lib/libgmpxx.so.5
(cd /usr/local/lib  { ln -s -f libgmpxx.so.5 libgmpxx.so || { rm -f 
libgmpxx.so  ln -s libgmpxx.so.5 libgmpxx.so; }; })
(cd /usr/local/lib  { ln -s -f libgmpxx.so.5 libgmpxx.so || { rm -f 
libgmpxx.so  ln -s 

ghostscript8 - errors when compiling from ports

2009-05-13 Thread Zbigniew Komarnicki
Hello,

I have a problem instaling from ports on Athlon64, FreeBSD 7.2-RELEASE (ports 
updated today) ghostscript8-8.64_1 (/usr/ports/print/ghostscript8)

Do you have also such problem?

I obtain the foolowing errors:

===  Building for ghostscript8-8.64_1
/bin/ln -s -f 
/usr/ports/print/ghostscript8/work/ghostscript-8.64/epag-3.09/gdevepag.c 
/usr/ports/print/ghostscript8/work/ghostscript-8.64/base
/bin/mkdir -p /usr/ports/print/ghostscript8/work/ghostscript-8.64/obj
/bin/mkdir -p /usr/ports/print/ghostscript8/work/ghostscript-8.64/bin
gmake 
LDFLAGS='-L/usr/local/lib -L/usr/local/lib -shared -Wl,-soname=libgs.so.8' 
GS_XE=./bin/../sobin/libgs.so.8.64 STDIO_IMPLEMENTATION=c 
DISPLAY_DEV=./obj/../soobj/display.dev BINDIR=./bin/../sobin 
GLGENDIR=./obj/../soobj GLOBJDIR=./obj/../soobj PSGENDIR=./obj/../soobj 
PSOBJDIR=./obj/../soobj 
CFLAGS='-O2 -fno-strict-aliasing -pipe -march=athlon64 -fPIC -DUPD_SIGNAL=0 -I. 
-I/usr/ports/print/ghostscript8/work/ghostscript-8.64/jasper/src/libjasper/include
 -I/usr/local/include/libpng -I/usr/local/include  -Wall -Wstrict-prototypes 
-Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings 
-Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common 
-DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE=unsigned 
long 
int -O2 -fno-strict-aliasing -pipe -march=athlon64 -DUSE_LIBICONV_GNU 
-DUSE_LIBPAPER -DGS_DEVS_SHARED 
-DGS_DEVS_SHARED_DIR=\/usr/local/lib/ghostscript/8.64\' 
prefix=/usr/local ./bin/../sobin/gsc ./bin/../sobin/gsx
gmake[1]: Entering directory 
`/usr/ports/print/ghostscript8/work/ghostscript-8.64'
cc  -DHAVE_MKSTEMP -DHAVE_HYPOT   -DHAVE_FONTCONFIG -O2 -fno-strict-aliasing 
-pipe -march=athlon64 -fPIC -DUPD_SIGNAL=0 -I. 
-I/usr/ports/print/ghostscript8/work/ghostscript-8.64/jasper/src/libjasper/include
 -I/usr/local/include/libpng -I/usr/local/include  -Wall -Wstrict-prototypes 
-Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings 
-Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common 
-DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE=unsigned 
long 
int -O2 -fno-strict-aliasing -pipe -march=athlon64 -DUSE_LIBICONV_GNU 
-DUSE_LIBPAPER -DGS_DEVS_SHARED 
-DGS_DEVS_SHARED_DIR=\/usr/local/lib/ghostscript/8.64\ -I./obj/../soobj 
-I./base  -I/usr/local/include -O2 -fno-strict-aliasing -pipe -march=athlon64 
-DUSE_LIBICONV_GNU -DUSE_LIBPAPER -o ./obj/../soobj/gdevcups.o -c 
cups/gdevcups.c
cups/gdevcups.c:74:25: error: cups/raster.h: No such file or directory
cups/gdevcups.c:204: error: expected specifier-qualifier-list 
before 'cups_raster_t'
cups/gdevcups.c:314: warning: excess elements in struct initializer
cups/gdevcups.c:314: warning: (near initialization for 'gs_cups_device')
cups/gdevcups.c:315: error: extra brace group at end of initializer
cups/gdevcups.c:315: error: (near initialization for 'gs_cups_device')
cups/gdevcups.c:321: error: 'CUPS_ADVANCE_NONE' undeclared here (not in a 
function)
cups/gdevcups.c:322: error: 'CUPS_FALSE' undeclared here (not in a function)
cups/gdevcups.c:323: error: 'CUPS_CUT_NONE' undeclared here (not in a 
function)
cups/gdevcups.c:325: error: extra brace group at end of initializer
cups/gdevcups.c:325: error: (near initialization for 'gs_cups_device')
cups/gdevcups.c:326: error: extra brace group at end of initializer
cups/gdevcups.c:326: error: (near initialization for 'gs_cups_device')
cups/gdevcups.c:328: error: 'CUPS_JOG_NONE' undeclared here (not in a 
function)
cups/gdevcups.c:329: error: 'CUPS_EDGE_TOP' undeclared here (not in a 
function)
cups/gdevcups.c:330: error: extra brace group at end of initializer
cups/gdevcups.c:330: error: (near initialization for 'gs_cups_device')
cups/gdevcups.c:337: error: 'CUPS_ORIENT_0' undeclared here (not in a 
function)
cups/gdevcups.c:339: error: extra brace group at end of initializer
cups/gdevcups.c:339: error: (near initialization for 'gs_cups_device')
cups/gdevcups.c:349: error: 'CUPS_ORDER_CHUNKED' undeclared here (not in a 
function)
cups/gdevcups.c:350: error: 'CUPS_CSPACE_K' undeclared here (not in a 
function)
cups/gdevcups.c:370: warning: excess elements in struct initializer
cups/gdevcups.c:370: warning: (near initialization for 'gs_cups_device')
cups/gdevcups.c: In function 'cups_close':
cups/gdevcups.c:442: error: 'gx_device_cups' has no member named 'stream'
cups/gdevcups.c:444: warning: implicit declaration of 
function 'cupsRasterClose'
cups/gdevcups.c:444: error: 'gx_device_cups' has no member named 'stream'
cups/gdevcups.c:445: error: 'gx_device_cups' has no member named 'stream'
cups/gdevcups.c: In function 'cups_decode_color':
cups/gdevcups.c:481: error: 'gx_device_cups' has no member named 'header'
cups/gdevcups.c:481: error: 'CUPS_CSPACE_KCMYcm' undeclared (first use in this 
function)
cups/gdevcups.c:481: error: (Each undeclared identifier is reported only once
cups/gdevcups.c:481: error: for each function it appears in.)
cups/gdevcups.c:482: error: 'gx_device_cups' has no member named 'header'
cups/gdevcups.c:495: 

Re: ghostscript8 - errors when compiling from ports

2009-05-13 Thread Zbigniew Komarnicki
On Wednesday 13 of May 2009 12:08:55 you wrote:

 just a guess, looks like a problems with cups-base, try to update it first.
 I recommend ports-mgmt/portmaster.

Thank you for help :-)

I upgraded all my installed ports, by 
# portmaster -a

but this error still remain. I also reinstall the cups-base port by
# portmaster -rf print/cups-base

but still with no success. Here is the output:

=== Port directory: /usr/ports/print/cups-base

=== Gathering distinfo list for installed ports

=== Launching 'make checksum' for print/cups-base in background
=== Gathering dependency list for print/cups-base from ports
=== Starting recursive 'make config' check
=== Launching child to update print/ghostscript8
print/cups-base  print/ghostscript8

=== Port directory: /usr/ports/print/ghostscript8
=== Launching 'make checksum' for print/ghostscript8 in background
=== Gathering dependency list for print/ghostscript8 from ports
=== Starting recursive 'make config' check
=== Recursive 'make config' check complete for print/ghostscript8
print/cups-base  print/ghostscript8

=== Recursive 'make config' check complete for print/cups-base

=== Checking ports that depend on

=== No ports depend on

=== Done checking ports that depend on

=== Starting build for print/cups-base ===

=== The 'make config' check found no dependencies to update

===  Cleaning for cups-base-1.3.10_1

===  Found saved configuration for cups-base-1.3.10_1
===  Extracting for cups-base-1.3.10_1
= MD5 Checksum OK for cups-1.3.10-source.tar.bz2.
= SHA256 Checksum OK for cups-1.3.10-source.tar.bz2.
===  Patching for cups-base-1.3.10_1
===  Applying FreeBSD patches for cups-base-1.3.10_1
===   cups-base-1.3.10_1 depends on file: /usr/local/lib/libcups.a - found
===   cups-base-1.3.10_1 depends on executable: gmake - found
===   cups-base-1.3.10_1 depends on executable: gs - not found
===Verifying install for gs in /usr/ports/print/ghostscript8
===  Building for ghostscript8-8.64_1
/bin/ln -s -f 
/usr/ports/print/ghostscript8/work/ghostscript-8.64/epag-3.09/gdevepag.c 
/usr/ports/print/ghostscript8/work/ghostscript-8.64/base
/bin/mkdir -p /usr/ports/print/ghostscript8/work/ghostscript-8.64/obj
/bin/mkdir -p /usr/ports/print/ghostscript8/work/ghostscript-8.64/bin
gmake 
LDFLAGS='-L/usr/local/lib -L/usr/local/lib -shared -Wl,-soname=libgs.so.8' 
GS_XE=./bin/../sobin/libgs.so.8.64 STDIO_IMPLEMENTATION=c 
DISPLAY_DEV=./obj/../soobj/display.dev BINDIR=./bin/../sobin 
GLGENDIR=./obj/../soobj GLOBJDIR=./obj/../soobj PSGENDIR=./obj/../soobj 
PSOBJDIR=./obj/../soobj 
CFLAGS='-O2 -fno-strict-aliasing -pipe -march=athlon64 -fPIC -DUPD_SIGNAL=0 -I. 
-I/usr/ports/print/ghostscript8/work/ghostscript-8.64/jasper/src/libjasper/include
 -I/usr/local/include/libpng -I/usr/local/include  -Wall -Wstrict-prototypes 
-Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings 
-Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common 
-DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE=unsigned 
long 
int -O2 -fno-strict-aliasing -pipe -march=athlon64 -DUSE_LIBICONV_GNU 
-DUSE_LIBPAPER -DGS_DEVS_SHARED 
-DGS_DEVS_SHARED_DIR=\/usr/local/lib/ghostscript/8.64\' 
prefix=/usr/local ./bin/../sobin/gsc ./bin/../sobin/gsx
gmake[1]: Entering directory 
`/usr/ports/print/ghostscript8/work/ghostscript-8.64'
cc  -DHAVE_MKSTEMP -DHAVE_HYPOT   -DHAVE_FONTCONFIG -O2 -fno-strict-aliasing 
-pipe -march=athlon64 -fPIC -DUPD_SIGNAL=0 -I. 
-I/usr/ports/print/ghostscript8/work/ghostscript-8.64/jasper/src/libjasper/include
 -I/usr/local/include/libpng -I/usr/local/include  -Wall -Wstrict-prototypes 
-Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings 
-Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common 
-DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE=unsigned 
long 
int -O2 -fno-strict-aliasing -pipe -march=athlon64 -DUSE_LIBICONV_GNU 
-DUSE_LIBPAPER -DGS_DEVS_SHARED 
-DGS_DEVS_SHARED_DIR=\/usr/local/lib/ghostscript/8.64\ -I./obj/../soobj 
-I./base  -I/usr/local/include -O2 -fno-strict-aliasing -pipe -march=athlon64 
-DUSE_LIBICONV_GNU -DUSE_LIBPAPER -o ./obj/../soobj/gdevcups.o -c 
cups/gdevcups.c
cups/gdevcups.c:74:25: error: cups/raster.h: No such file or directory
cups/gdevcups.c:204: error: expected specifier-qualifier-list 
before 'cups_raster_t'
cups/gdevcups.c:314: warning: excess elements in struct initializer
cups/gdevcups.c:314: warning: (near initialization for 'gs_cups_device')
cups/gdevcups.c:315: error: extra brace group at end of initializer
cups/gdevcups.c:315: error: (near initialization for 'gs_cups_device')
cups/gdevcups.c:321: error: 'CUPS_ADVANCE_NONE' undeclared here (not in a 
function)
cups/gdevcups.c:322: error: 'CUPS_FALSE' undeclared here (not in a function)
cups/gdevcups.c:323: error: 'CUPS_CUT_NONE' undeclared here (not in a 
function)
cups/gdevcups.c:325: error: extra brace group at end of initializer
cups/gdevcups.c:325: error: (near initialization for 'gs_cups_device')
cups/gdevcups.c:326: error: extra brace 

Re: ghostscript8 - errors when compiling from ports

2009-05-13 Thread Zbigniew Komarnicki
 Here's the thing: Ghostscript has a hidden (and apparently broken)
 dependency on cups (ie, it's not in the Makefile). If you (forcibly)
 deinstall cups-base and cups-client, you will be able to install
 ghostscript cleanly. Then when that succeeds, you reinstall cups-client
 (first) and then cups-base.

 Hope that helps.

Thank you very much :-) 
Now is OK.

Zbigniew

___
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: Modern FreeBSD Installer?

2009-04-24 Thread Zbigniew Komarnicki
On Wednesday 22 of April 2009 21:27:39 Fritz wrote:
 Hi,
 ... When are you going to build
 a modern installer for FreeBSD?

If I can add my 2 cents to this entire discusion, it will be nice if will be 
the TUI which is similar to TUI done in Debian Lenny installer. You can do 
simply next and back option, you can easily choose betwen e.g ext3 or 
reiserfs. It will be nice if we can also do it in FreeBSD e.g UFS or ZFS or 
something else in future. Add repositories (Linux) add csup sites (FreeBSD) 
and so one.

What do you think about that?

Regards,
Zbigniew
___
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: kernel panic FreeBSD 7.0 - Xorg

2008-05-17 Thread Zbigniew Komarnicki
On Monday 12 of May 2008 22:22:12 Roland Smith wrote:
 It might also be a hardware problem. Testing the RAM would be a good
 place to start.

I bought new RAM and tested it with 'memtest' and now is OK (no error was 
found). Hover I still got kernel panic when I do:
# Xorg -configure
# Xorg -config /root/xorg.conf.new

what is going on? What else can cause such behavior. As I mentioned previously 
Debian works great on this computer.  Maybe it is a bug in Xorg?

Maybe someone else had or have such problems with Xorg?

I want to work on FreeBSD 7.0, but this problem is very strange. When I work 
on FreeBSD 6.3 I hadn't such problems - it simply work.

Thank you in advance for any help.

Best wishes,
Zbigniew

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


Re: kernel panic FreeBSD 7.0 - Xorg

2008-05-13 Thread Zbigniew Komarnicki
On Monday 12 of May 2008 22:22:12 Roland Smith wrote:

 It might also be a hardware problem. Testing the RAM would be a good
 place to start.

Yes. You are right. I tested my memory with 'memtest' and got one error:

Tst Pass Failing AddressGood   BadErr-Bits  Count 
50  00022c8af50 - 556.6 MB  efff    1000  1

After this error 'memtest' hang, keyboard was frozen and only pressed the 
restart button help.

So, I will buy new memory.

Thank you very much for help Roland and Mel.
Thank you.
  
 Roland

Best wishes,
Zbigniew

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


kernel panic FreeBSD 7.0 - Xorg

2008-05-12 Thread Zbigniew Komarnicki
Hello!

I decide to go on FreeBSD 7.0-RELEASE. Before I used 6.3-RELEASE.
But now I cannot get working Xorg. I almost get the kernel panic.
I install fresh 7.0-RELEASE and update ports by portsnam and everything 
compiled by ports system. After instalign 'xorg' ports I do the following 
steps as root:

Xorg -configure
X -config /root/xorg.conf.new

and I got black monitor and after few seconds the system reboots. 
Then I go to single user and do 

fsck -p

(Similar was when I logon as root and typed startx)

After that, I boot the system and I saw on the monitor the following (the 
exactly output is in file messages attached in this e-mail):

savecore: reboot after panic: vm_fault: fault on nofault entry, addr: e56e8000
savecore: writing core to vmcore.2


and then I examine the file xorg.conf.org (I attached the file) and I saw 
that I have there the following line: 
Driver  radeon

In FreeBSD 6.3-RELEASE I had there
Driver  ati
so I change it to ati and do

X -config /root/xorg.conf.new

but with no result - kernel panic again.

What going on here?

After fsck -p i decide to use vesa driver.  I could only obtain the 
resolution 1024x678, but my monitor use 1280x1024. I have the following 
monitor: Philips 190P 

Could someone help me, please?
If you need more information I send it to you.
Thank you in advance.

Here are additional information:
# uname -a
FreeBSD komp1.dom 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 
2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

I have the following motherboard: A-7N400SL F5 (from first screen after 
computer started) and also 3/29/2005-nVidia-nForce-6AG1BG0QC-00.

The attached files:
1. messages (from /var/log/messages)
2. xorg.conf.new (from /root/xorg.conf.new)

Thank you in advance for any help and I'm sorry for my English.

Best wishes,
Zbigniew
May 12 11:38:29 komp1 syslogd: kernel boot file is /boot/kernel/kernel
May 12 11:38:29 komp1 kernel: Copyright (c) 1992-2008 The FreeBSD Project.
May 12 11:38:29 komp1 kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 
1991, 1992, 1993, 1994
May 12 11:38:29 komp1 kernel: The Regents of the University of California. All 
rights reserved.
May 12 11:38:29 komp1 kernel: FreeBSD is a registered trademark of The FreeBSD 
Foundation.
May 12 11:38:29 komp1 kernel: FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 
2008
May 12 11:38:29 komp1 kernel: [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
May 12 11:38:29 komp1 kernel: Timecounter i8254 frequency 1193182 Hz quality 0
May 12 11:38:29 komp1 kernel: CPU: AMD Athlon(tm) XP 2000+ (1660.38-MHz 
686-class CPU)
May 12 11:38:29 komp1 kernel: Origin = AuthenticAMD  Id = 0x681  Stepping = 1
May 12 11:38:29 komp1 kernel: 
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
May 12 11:38:29 komp1 kernel: AMD 
Features=0xc0400800SYSCALL,MMX+,3DNow!+,3DNow!
May 12 11:38:29 komp1 kernel: real memory  = 2147418112 (2047 MB)
May 12 11:38:29 komp1 kernel: avail memory = 2091872256 (1994 MB)
May 12 11:38:29 komp1 kernel: ACPI APIC Table: Nvidia AWRDACPI
May 12 11:38:29 komp1 kernel: ioapic0 Version 1.1 irqs 0-23 on motherboard
May 12 11:38:29 komp1 kernel: kbd1 at kbdmux0
May 12 11:38:29 komp1 kernel: ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, 
RF5111, RF5112, RF2413, RF5413)
May 12 11:38:29 komp1 kernel: hptrr: HPT RocketRAID controller driver v1.1 (Feb 
24 2008 19:59:27)
May 12 11:38:29 komp1 kernel: acpi0: Nvidia AWRDACPI on motherboard
May 12 11:38:29 komp1 kernel: acpi0: [ITHREAD]
May 12 11:38:29 komp1 kernel: acpi0: Power Button (fixed)
May 12 11:38:29 komp1 kernel: acpi0: reservation of 0, a (3) failed
May 12 11:38:29 komp1 kernel: acpi0: reservation of 10, 7fef (3) failed
May 12 11:38:29 komp1 kernel: Timecounter ACPI-fast frequency 3579545 Hz 
quality 1000
May 12 11:38:29 komp1 kernel: acpi_timer0: 24-bit timer at 3.579545MHz port 
0x4008-0x400b on acpi0
May 12 11:38:29 komp1 kernel: cpu0: ACPI CPU on acpi0
May 12 11:38:29 komp1 kernel: acpi_button0: Power Button on acpi0
May 12 11:38:29 komp1 kernel: pcib0: ACPI Host-PCI bridge port 
0xcf8-0xcff,0xcf0-0xcf3 on acpi0
May 12 11:38:29 komp1 kernel: pci0: ACPI PCI bus on pcib0
May 12 11:38:29 komp1 kernel: Correcting nForce2 C1 CPU disconnect hangs
May 12 11:38:29 komp1 kernel: agp0: NVIDIA nForce2 AGP Controller on hostb0
May 12 11:38:29 komp1 kernel: pci0: memory, RAM at device 0.1 (no driver 
attached)
May 12 11:38:29 komp1 kernel: pci0: memory, RAM at device 0.2 (no driver 
attached)
May 12 11:38:29 komp1 kernel: pci0: memory, RAM at device 0.3 (no driver 
attached)
May 12 11:38:29 komp1 kernel: pci0: memory, RAM at device 0.4 (no driver 
attached)
May 12 11:38:29 komp1 kernel: pci0: memory, RAM at device 0.5 (no driver 
attached)
May 12 11:38:29 komp1 kernel: isab0: PCI-ISA bridge at device 1.0 on pci0
May 12 11:38:29 komp1 kernel: isa0: ISA bus on isab0
May 12 11:38:29 komp1 kernel: pci0: serial bus, SMBus at device 1.1 (no 

Re: kernel panic FreeBSD 7.0 - Xorg

2008-05-12 Thread Zbigniew Komarnicki
On Monday 12 of May 2008 16:24:44 Roland Smith wrote:
 How *exactly* did you upgrade your ports? Sometimes old libraries hang
 around causing trouble.

I simply download the iso file for boot only: 
7.0-RELEASE-i386-bootonly.iso

Then burn on CD and then install fresh 7.0-RELEASE on hard disk - minimal 
system. Next I used portsnap to download ports:
portsnap fetch
[...]

Then go to /usr/ports/x11/xorg and:
make install clean

After that, when I log as normal user and typed:
startx

got the first kernel panic. Then I used:
Xorg -configure
X -config /root/xorg.conf.new

and again I got kernel panic, and also as mention previous, for drivers ati 
and radeon, too.

  Xorg -configure
  X -config /root/xorg.conf.new

 Why would you do that? If you haven't changed the hardware, there is no
 need to change xorg.conf.

Because I hadn't the old version xorg.conf from 6.3. I simply format these 
partitions and forgotten make a backup of /etc especially /etc/X11.

  and I got black monitor and after few seconds the system reboots.
  Then I go to single user and do

 Check the X logfile (/var/log/Xorg.0.log). Any clues in there?

I do obtain nothing in /var/log/Xorg.0.log. I only obtain result when I 
use vesa driver and it is about 10 kB text. But there no any errors form 
the vesa drivers. From the drivers radon or ati nothing was written, 
because was kernel panic.

  savecore: reboot after panic: vm_fault: fault on nofault entry, addr:
  e56e8000 savecore: writing core to vmcore.2

Now I have vmcore.8

 This can also help you debug. Load it up in the kernel debugger;

   kgdb /boot/kernel/kernel.symbols vmcore.2

 Then inside the debugger, give the 'bt' command.

I coudn't do that because I obtain the following information (I do not 
remember exactly)
Couldn't find file vmcore.2 

I went to the /boot/kernel/ and there really no such file.


 What kind of graphics card do you have? What does 'pciconf -lv' say?

I have: Radeon 9200 SE Series'. It is correctly recognized in xorg.conf.new, 
but if I remember in 6.3 the driver was ati for such card not radeon.

Here is the output:

[EMAIL PROTECTED]:0:0:0:class=0x06 card=0x chip=0x01e010de 
rev=0xc1 
hdr=0x00
vendor = 'Nvidia Corp'
device = 'nForce2 AGP Controller'
class  = bridge
subclass   = HOST-PCI
[EMAIL PROTECTED]:0:0:1:class=0x05 card=0x0c1710de chip=0x01eb10de 
rev=0xc1 
hdr=0x00
vendor = 'Nvidia Corp'
device = 'nForce2 Memory Controller 1'
class  = memory
subclass   = RAM
[EMAIL PROTECTED]:0:0:2:class=0x05 card=0x0c1710de chip=0x01ee10de 
rev=0xc1 
hdr=0x00
vendor = 'Nvidia Corp'
device = 'nForce2 Memory Controller 4'
class  = memory
subclass   = RAM
[EMAIL PROTECTED]:0:0:3:class=0x05 card=0x0c1710de chip=0x01ed10de 
rev=0xc1 
hdr=0x00
vendor = 'Nvidia Corp'
device = 'nForce2 Memory Controller 3'
class  = memory
subclass   = RAM
[EMAIL PROTECTED]:0:0:4:class=0x05 card=0x0c1710de chip=0x01ec10de 
rev=0xc1 
hdr=0x00
vendor = 'Nvidia Corp'
device = 'nForce2 Memory Controller 2'
class  = memory
subclass   = RAM
[EMAIL PROTECTED]:0:0:5:class=0x05 card=0x0c1710de chip=0x01ef10de 
rev=0xc1 
hdr=0x00
vendor = 'Nvidia Corp'
device = 'nForce2 Memory Controller 5'
class  = memory
subclass   = RAM
[EMAIL PROTECTED]:0:1:0:class=0x060100 card=0x0c111458 chip=0x008010de 
rev=0xa3 
hdr=0x00
vendor = 'Nvidia Corp'
device = 'nForce MCP2S PCI to ISA Bridge'
class  = bridge
subclass   = PCI-ISA
[EMAIL PROTECTED]:0:1:1:class=0x0c0500 card=0x0c111458 chip=0x008410de 
rev=0xa1 
hdr=0x00
vendor = 'Nvidia Corp'
device = 'nForce MCP2S PCI System Management'
class  = serial bus
subclass   = SMBus
[EMAIL PROTECTED]:0:2:0:class=0x0c0310 card=0x50041458 chip=0x008710de 
rev=0xa1 
hdr=0x00
vendor = 'Nvidia Corp'
device = 'nForce MCP2A USB Controller'
class  = serial bus
subclass   = USB
[EMAIL PROTECTED]:0:2:1:class=0x0c0310 card=0x50041458 chip=0x008710de 
rev=0xa1 
hdr=0x00
vendor = 'Nvidia Corp'
device = 'nForce MCP2A USB Controller'
class  = serial bus
subclass   = USB
[EMAIL PROTECTED]:0:2:2:class=0x0c0320 card=0x50041458 chip=0x008810de 
rev=0xa2 
hdr=0x00
vendor = 'Nvidia Corp'
device = 'nForce MCP2A USB Controller'
class  = serial bus
subclass   = USB
[EMAIL PROTECTED]:0:6:0:class=0x040100 card=0xa0021458 chip=0x008a10de 
rev=0xa1 
hdr=0x00
vendor = 'Nvidia Corp'
device = 'nForce AC'97 Audio Codec Interface'
class  = multimedia
subclass   = audio
[EMAIL PROTECTED]:0:8:0:class=0x060400 card=0x chip=0x008b10de 
rev=0xa3 
hdr=0x01
vendor = 'Nvidia Corp'
device = 'nforce MCP2A PCI Bridge'
class  

Re: kernel panic FreeBSD 7.0 - Xorg

2008-05-12 Thread Zbigniew Komarnicki
On Monday 12 of May 2008 22:22:12 Roland Smith wrote:
   How *exactly* did you upgrade your ports? Sometimes old libraries hang
   around causing trouble.
 
 I used portsnap to download ports:
  portsnap fetch
  [...]

 Did you do a 'portsnap extract' as well? Fetching alone isn't enough.

Yes of course. I first use 'portsnap update', but the portsnap told me that 
the ports was not created by portsnap and gave me what to do next. So I do it 
and everythings go on succesfull after that.

 You should definitely use the radeon driver for this hardware.

I use on this computer also Debian lenny and everythings works well also 
Xorg. But in xorg.conf on Debian I have ati driver not radeon.
The Xorg have the following version on Debian:

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.1~git20080131-4)
Current Operating System: Linux komp1 2.6.24-1-686 #1 SMP Sat Apr 19 00:37:55 
UTC 2008 i686
Build Date: 29 April 2008  08:24:00PM

 Saved cores are kept in /var/crash by default. See dumpdir in
 /etc/defaults/rc.conf. Try

   kgdb /boot/kernel/kernel.symbols /var/crash/vmcore.8

I will try it.  Thank you.

  Why Xorg do kernel panic?

 It has access to system internals via /dev/mem and /dev/io. So it can
 potentially screw things up pretty badly.

I understand.

 It might also be a hardware problem. Testing the RAM would be a good
 place to start.

I check it. I run memtest today. 

It is strange why on Debian it works but here not?

Thank you very much Roland.

 Roland

Best wishes,
Zbigniew

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


Error when built OpenOffice 2

2008-01-09 Thread Zbigniew Komarnicki
Hello!

I would like to ask you for help with this issue. I obtain the following 
error:

cp -f ./unxfbsdi.pro/misc/build/mozilla/dist/bin/defaults/pref/browser-prefs.js 
./unxfbsdi.pro/misc/FREEBSDGCCIruntime/defaults/pref/browser-prefs.js 
 
cp -f ./unxfbsdi.pro/misc/build/mozilla/dist/bin/defaults/pref/mailnews.js 
./unxfbsdi.pro/misc/FREEBSDGCCIruntime/defaults/pref/mailnews.js 
 
cp -f ./unxfbsdi.pro/misc/build/mozilla/dist/bin/defaults/pref/mdn.js 
./unxfbsdi.pro/misc/FREEBSDGCCIruntime/defaults/pref/mdn.js 
 
cp -f ./unxfbsdi.pro/misc/build/mozilla/dist/bin/defaults/pref/smime.js 
./unxfbsdi.pro/misc/FREEBSDGCCIruntime/defaults/pref/smime.js 
 
cp -f 
./unxfbsdi.pro/misc/build/mozilla/dist/bin/defaults/autoconfig/platform.js 
./unxfbsdi.pro/misc/FREEBSDGCCIruntime/defaults/autoconfig/platform.js 
 
cp -f 
./unxfbsdi.pro/misc/build/mozilla/dist/bin/defaults/autoconfig/prefcalls.js 
./unxfbsdi.pro/misc/FREEBSDGCCIruntime/defaults/autoconfig/prefcalls.js 
 
cp -f ./unxfbsdi.pro/misc/build/mozilla/dist/bin/greprefs/all.js 
./unxfbsdi.pro/misc/FREEBSDGCCIruntime/greprefs/all.js 
 
cp -f ./unxfbsdi.pro/misc/build/mozilla/dist/bin/greprefs/security-prefs.js 
./unxfbsdi.pro/misc/FREEBSDGCCIruntime/greprefs/security-prefs.js 
 \
echo  /dev/null
cd ./unxfbsdi.pro/misc/FREEBSDGCCIruntime  strip *.so
cd ./unxfbsdi.pro/misc/FREEBSDGCCIruntime/components  strip *.so
cd ./unxfbsdi.pro/misc/FREEBSDGCCIruntime  ./regxpcom
cp -f ./unxfbsdi.pro/misc/FREEBSDGCCIruntime/components/xpti.dat 
./unxfbsdi.pro/misc/FREEBSDGCCIruntime/components/xptitemp.dat
rm -f ./unxfbsdi.pro/misc/FREEBSDGCCIruntime/regxpcom
cd ./unxfbsdi.pro/misc/FREEBSDGCCIruntime  zip -r ../../bin/mozruntime.zip *
  adding: components/ (stored 0%)
  adding: components/libaddrbook.so (deflated 63%)
  adding: components/libmork.so (deflated 66%)
  adding: components/libmozldap.so (deflated 61%)
  adding: components/libnecko.so (deflated 62%)
  adding: components/libprofile.so (deflated 61%)
  adding: components/libxpcom_compat_c.so (deflated 60%)
  adding: components/librdf.so (deflated 65%)
  adding: components/libuconv.so (deflated 46%)
  adding: components/libvcard.so (deflated 60%)
  adding: components/libi18n.so (deflated 63%)
  adding: components/libpipnss.so (deflated 62%)
  adding: components/libpref.so (deflated 63%)
  adding: components/libxpconnect.so (deflated 64%)
  adding: components/necko_dns.xpt (deflated 30%)
  adding: components/xpcom_base.xpt (deflated 46%)
  adding: components/xpcom_obsolete.xpt (deflated 53%)
  adding: components/xpcom_components.xpt (deflated 55%)
  adding: components/xpcom_ds.xpt (deflated 56%)
  adding: components/xpcom_io.xpt (deflated 52%)
  adding: components/xpcom_xpti.xpt (deflated 46%)
  adding: components/addrbook.xpt (deflated 59%)
  adding: components/mozldap.xpt (deflated 45%)
  adding: components/xpcom_threads.xpt (deflated 45%)
  adding: components/xptitemp.dat (deflated 57%)
  adding: components/xpti.dat (deflated 57%)
  adding: components/compreg.dat (deflated 81%)
  adding: defaults/ (stored 0%)
  adding: defaults/pref/ (stored 0%)
  adding: defaults/pref/browser-prefs.js (deflated 67%)
  adding: defaults/pref/mailnews.js (deflated 71%)
  adding: defaults/pref/mdn.js (deflated 60%)
  adding: defaults/pref/smime.js (deflated 50%)
  adding: defaults/autoconfig/ (stored 0%)
  adding: defaults/autoconfig/platform.js (deflated 5%)
  adding: defaults/autoconfig/prefcalls.js (deflated 71%)
  adding: greprefs/ (stored 0%)
  adding: greprefs/all.js (deflated 74%)
  adding: greprefs/security-prefs.js (deflated 80%)
  adding: libldap50.so (deflated 56%)
  adding: libmozjs.so (deflated 56%)
  adding: libmozz.so (deflated 52%)
  adding: libmsgbaseutil.so (deflated 64%)
  adding: libnspr4.so (deflated 56%)
  adding: libnss3.so (deflated 58%)
  adding: libplc4.so (deflated 54%)
  adding: libplds4.so (deflated 52%)
  adding: libprldap50.so (deflated 54%)
  adding: libsmime3.so (deflated 57%)
  adding: libsoftokn3.so (deflated 60%)
  adding: libssl3.so (deflated 55%)
  adding: libxpcom.so (deflated 65%)
  adding: libxpcom_compat.so (deflated 62%)
touch unxfbsdi.pro/misc/build/so_moz_runtime_files
You can delete ./unxfbsdi.pro/inc to force it copy all include files again.
/usr/local/bin/gcp -pRL ./unxfbsdi.pro/misc/build/mozilla/dist/include/* 
./unxfbsdi.pro/inc
/usr/local/bin/gcp: preserving permissions for `./unxfbsdi.pro/inc/addrbook': 
Invalid argument
/usr/local/bin/gcp: preserving permissions for `./unxfbsdi.pro/inc/appcomps': 
Invalid argument
/usr/local/bin/gcp: preserving permissions for `./unxfbsdi.pro/inc/appshell': 
Invalid argument
/usr/local/bin/gcp: preserving permissions for 
`./unxfbsdi.pro/inc/autoconfig': Invalid argument
/usr/local/bin/gcp: preserving permissions for `./unxfbsdi.pro/inc/bayesflt': 
Invalid argument
/usr/local/bin/gcp: preserving permissions for `./unxfbsdi.pro/inc/browser': 
Invalid argument
/usr/local/bin/gcp: preserving permissions for `./unxfbsdi.pro/inc/caps': 

Still is error in atlas package on 2 machines with athlon processors

2007-12-20 Thread Zbigniew Komarnicki
Hello!

I would like to ask you for help with this issue, because about 4 month ago I 
tried compile atlas (ports/math/atlas) and today and still with no success. I 
still obtain the following assertion error:

10 cases: 10 passed, 0 skipped, 0 failed
Benchmarking xcllttstF
NREPS   UPLO  Nlda  TIMEMFLOPS RESID
=  =  =  =      
1  Lower100100   0.00203   671.262  6.761073e-03
1  Lower200200   0.01329   811.882  4.470909e-03
1  Lower300300   0.02895  1253.066  2.536267e-03
1  Lower400400   0.06035  1421.975  2.848316e-03
1  Lower500500   0.13054  1282.513  3.074112e-03
1  Lower600600   0.21536  1342.329  2.439888e-03
1  Lower700700   0.31553  1454.058  2.280117e-03
1  Lower800800   0.46786  1463.242  1.895154e-03
1  Lower900900   0.62829  1550.929  1.907595e-03
1  Lower   1000   1000   0.84989  1572.366  2.426128e-03

10 cases: 10 passed, 0 skipped, 0 failed
Benchmarking xzllttst
NREPS   UPLO  Nlda  TIMEMFLOPS RESID
=  =  =  =      
assertion ATL_zpotrf(CblasColMajor, Uplo, N, A, lda) == 0 failed, line 344 of  
file ../llttst.c
*** Error code 255

Stop in /usr/ports/math/atlas.
*** Error code 1

Stop in /usr/ports/math/atlas.



I have from dmesg the following processor:

FreeBSD 6.3-PRERELEASE #0: Sat Dec  1 18:32:38 CET 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm)  (1240.53-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x681  Stepping = 1
  
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
  AMD Features=0xc0400800SYSCALL,MMX+,3DNow!+,3DNow!
real memory  = 2147418112 (2047 MB)
avail memory = 2088062976 (1991 MB)


On similar machine at my work I also obtained similar assertion error. 
Whats is going on here? Could you help me?

It nervous me that this is not working (4 months pass and still not compiling 
with success), but I don't know why? Maybe it is hardware error? or maybe 
someone has this same problem? Please for your help and suggestions how to 
solve this problem.

If you need more information I send it to you.

I'm sorry for my English.

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


Re: csh programing book

2007-12-17 Thread Zbigniew Komarnicki
On Saturday 15 of December 2007 21:36:13 [EMAIL PROTECTED] wrote:
 http://www.grymoire.com/Unix/Csh.html ?

 There are some other under index.html

Thank you all for your help.

I want to learn only some stuff with csh. I know how to that in sh or bash but 
I don't know how in csh, so I simply ask you for help to find some good 
materials on csh to learn from it. I used by 3 years Debian, but now I use 
every day FreeBSD at home and work.

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


csh programing book

2007-12-14 Thread Zbigniew Komarnicki
Hello!

Is there a good programming book for csh as for example for bash (free 
available) ?

For bash is here:
http://tldp.org/LDP/abs/html/

Is such book for csh on the net (free available) ?

Thank you for any hints.

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


How to install Polish dictionary in OpenOffice

2007-10-09 Thread Zbigniew Komarnicki
Hello!

How I can install Polish dictionary in OpenOffice?

I go to the folder:
/usr/local/openoffice.org-2.3.0/share/dict/ooo

and then click on file
/usr/local/openoffice.org-2.3.0/share/dict/ooo/DicOOo.sxw

Then run the OpenOffice and the macro, then click Polish and than I click on 
the button: Uruchom DicOOo (in English: Start DicOOo)

but then is nothing, nothing run?

So how I can do that on FreeBSD? (This way on Windows works).

Thank you in advance.

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


Re: flash plugin after xorg update

2007-09-20 Thread Zbigniew Komarnicki
On Tuesday 18 of September 2007 02:12:38 you wrote:
 Hi Zbigniew - did u try re-running nspluginwrapper -i {flash's .so} as root
 ?

Hi Mel, 

I was absent for a moment. So I tried today and it works now.
Thanks :-) 

Best regards

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


Re: flash plugin after xorg update

2007-09-17 Thread Zbigniew Komarnicki
On Monday 17 of September 2007 04:52:06 Norberto Meijome wrote:
 *(my symptoms were a bit different though, it would just time out when
 calling flash... so each flash object in a page would take 40 seconds or
 sosllooo brooowwwsssiiinnn :-) )

This same behavior I have.

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


Re: flash plugin after xorg update

2007-09-17 Thread Zbigniew Komarnicki
On Monday 17 of September 2007 16:15:16 you wrote:
 This flash issue has made me reconsider buying a low-end laptop running
 vista, so I dont have the urgency to deal with this issue. One thing I need
 flash to work is that I watch mlbtv, and it requires flash plugin to
 initiate. Also for some other multimedia on the internet, having flash
 working just makes it so much easier... uhn

 TFC

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


Re: mount_ntfs as normal user

2007-09-15 Thread Zbigniew Komarnicki
On Friday 14 of September 2007 22:02:06 Mel wrote:
 The ls didn't list a setuid (you would see -r-sr-x-r-x), I would expect it
 to for this behavior to occur. I have no idea how this is possible and
 would see it as security risk if you're not the only user of the machine.

Yes, of course. 
Ok. 
Thank you again Mel.

Maybe somebody else have this same behavior as I have with ntfs?

I install FreeBSD 6.2 on my second machine and then I have this same problem 
with ntfs. This was a clean install, so I suppose that problem with ntfs is, 
or ... I dont known what is wrong.

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


Re: mount_ntfs as normal user

2007-09-15 Thread Zbigniew Komarnicki
 Maybe somebody else have this same behavior as I have with ntfs?

 I install FreeBSD 6.2 on my second machine and then I have this same
 problem with ntfs. This was a clean install, so I suppose that problem with
 ntfs is, or ... I dont known what is wrong.

I don't known it is important, but on these two machines on the first slice I 
have installed Windows XP, maybe it cause such behavior (?).
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mount_ntfs as normal user

2007-09-13 Thread Zbigniew Komarnicki
On Wednesday 12 of September 2007 21:49:15 Mel wrote:
 What is the output of:
 ls -al `which mount_ntfs`

 under your user id?

It is:
$ ls -al `which mount_ntfs`
-r-xr-xr-x  1 root  wheel  10316 Sep  8 22:36 /sbin/mount_ntfs*

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


Re: mount_ntfs as normal user

2007-09-13 Thread Zbigniew Komarnicki
On Thursday 13 of September 2007 12:13:46 Mel wrote:
 Well, that kills that. Only thing I could think of is setuid mount_ntfs.
 It's really weird, cause I can't get ntfs to mount under normal userid even
 with correct permissions. What you can do shouldn't be possible for 2 or 3
 reasons. I wonder if it's just ntfs, can you mount another partition as
 normal user? Like, unmount /usr and remount as normal user or if you have a
 less busy partition like /data or whatever.

Yes, this is only for ntfs. 
For ufs or msdosfs partitions (slices) it is not posible. 
Only ntfs I can mount and unmount as normal user.

What I should to do with ntfs_mount? Remove the setuid?

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


Re: mount_ntfs as normal user

2007-09-13 Thread Zbigniew Komarnicki
 Thank hou very much Mel.
I'm very sorry for the misspell.

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


Re: chmod / files and directories

2007-09-11 Thread Zbigniew Komarnicki
On Monday 10 of September 2007 17:56:12 Zbigniew Szalbot wrote:
 Hello,

 I did read man chmod but I am not really wiser. Is there an option to
 recursively set 755 permissions for directories and 644 for files?
 When I just issue
 chmod -R 755 /usr/local/www/data/wp/
 then all files and directories under wp/ are given permissions 755
 which is not what I want.

Maybe also in such way:
# find /usr/local/www/data/wp -type f -exec chmod 644 {} \;
# chmod -R a+X /usr/local/www/data/wp 

of course if you have symbolic links there see for additional options in chmod 
command as for example -L, -P, H.



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


mount_ntfs as normal user

2007-09-11 Thread Zbigniew Komarnicki
Hello,

I'd like to ask that this scenario is correct, or my system is compromised or 
somethin else?

I have in /etc/sysctl.conf
vfs.usermount=1

The ntfs slice is 
$ ls -ld /dev/ad0s1
crw-r-  1 root  operator0, 101 Sep 10 14:06 /dev/ad0s1

Next in my home directory create folder win
$ mkdir win
$ mount_ntfs /dev/ad0s1 win
$ ls win
here is the output

$AttrDef*  MSDOS.SYS*
$BadClus*  NTDETECT.COM*
$Bitmap*   Program Files/
$Boot* RECYCLER/
[...]

but I am not in group 'operator', and I'm now as normal user (not 'root').
Check it
$ id
uid=1001(zbigniew) gid=1001(zbigniew) groups=1001(zbigniew),0(wheel),1004
(media)

My file /etc/devfs.rules is
[localrules=1]
add path 'da*'   mode 0660 group media
add path 'cd*'   mode 0660 group media
add path 'acd*'  mode 0660 group media
add path 'pass*' mode 0660 group media
add path 'xpt*'  mode 0660 group media
add path 'fd[0-3]*'  mode 0660 group media


So it is normal that I can mount ntfs slice as normal user or it is a bug or 
my system is compromised?

Because I read that if I want to mount device I must be in group e.g. operator 
or create another group e.g. media. From handbook
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/book.html#USB-DISKS
in section 18.5.2 Testing the Configuration 

I must do in /etc/devfs.rules
[localrules=1]
add path 'da*' mode 0660 group operator

and in /etc/rc.conf file:
devfs_system_ruleset=localrules

then I can mount USB devices.

It is also true for hard disc? If I want to mount ntfs slice as normal user I  
must do what above but with the following changes

[localrules=1]
# for hard disc
add path 'ad*' mode 0660 group operator

Or I something do not understand (?). 

But as I mention earlier I can mount ntfs slice as normal user even if I'm not 
in operator group, it's normal, it's ok?

Please for help or comments. Thanks in advance for your help.
Zbigniew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Krusader - [Shift + Delete] and SFTP

2007-09-04 Thread Zbigniew Komarnicki
On Sunday 02 of September 2007 23:23:16 Mel wrote:
 Part of unix history:
 ctrl-c in consoles is the default SIGINT (interrupt) signal,
 ctrl-v is used type literal escaped chars

 hence, copying is done with shift+insert/delete.
 As for the keybindings and your second problem, that's application specific
 and since I don't use krusader I can't help ya there.

Thank you very much :-) 

I known that. It is true for console but for GUI not always. For example in 
kate editor under KDE, Ctrl+D means insert comment, but on console means end 
of file. So it is different for different programs.

Thank you again.

Maybe some others people who use krusader have the same problem as I have or 
this is only specific for my installation of  krusader?

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


Krusader - [Shift + Delete] and SFTP

2007-09-02 Thread Zbigniew Komarnicki
Hello,

I have two problems:

1. Problem
===
I want to ask, how to set in Krusader 1.80.0 key binding or action such:
[Shift] + [Delete] - delete file permanently

This is not default under FreeBSD, why?

On the page:
http://krusader.sourceforge.net/handbook/basic.html#deleting
I'm reading that:
Deleting files/directories is done by selecting them and pressing F8 or 
Delete. By defaultit will be moved to KDE's Trash, Shift+Delete will delete 
the file permanently.

But when I'm looking on shortcat in Krusader in FreeBSD:
Settings - Configure Shortcuts
and then
Action  ShortcutAlternate
Cut to Clipboard   Ctrl+X   Shift+Delete
Delete  F8

Why this is that done, that [Shift+ Delete] is binding to action Cut to 
Clipboard?

I also cannot find option as Delete permanently. Of course I can reasign 
Shift+Delete to action Delete as alternace shortcut, but this don't delete 
file permanently, but move file to Trash.

I can only delete file permanently from poupmenu, where there are two option:
Delete and Move to Trash (and others of course).

2. Problem
=
Why I cannot connect by ssh (sftp) to other machine? Under Debian I can.
Please check what I am trying to do:
Tools - New Net Connections ...
then
Protocol: sftp://
Host: a.b.c.d
Port: 22
user and password and then click Connect. 
Then I obtain:
Error encountered while talking to ssh.
and then I obtain second error:
Unknown error
Error encountered while talking to ssh.

It only work when I connect by protocol fish://
Why? Why protocol sftp://; does not work?
As I mention earlier under Linux it work.

I'm sorry for my English, and I'm sorry for the details, but it should work 
exactly as stated in Krusader handbook, no mater what this is Linux or Unix 
it should works as expected.

Please for help with this issues or comments, why this is that.

I'm using FreeBSD 6.2, Krusader from ports (x11-fm/krusader).

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


Compile kernel - stable 6

2007-08-30 Thread Zbigniew Komarnicki
Hello,

I compile today kernel and obtain the following error. I something missing in 
my kernel file MYKER or is error in file tdfx_linux.c or tdfx_linux.h (see 
below for more):

/usr/src/sys/modules/3dfx_linux/../../dev/tdfx/tdfx_linux.c
In file included from @/dev/tdfx/tdfx_linux.h:36,
 
from /usr/src/sys/modules/3dfx_linux/../../dev/tdfx/tdfx_linux.c:37:
./machine/../linux/linux_proto.h:744: error: syntax error before l_timer_t
./machine/../linux/linux_proto.h:744: error: `l_timer_t' undeclared here (not 
in a function)

The source tree was synced yesterday by csup.
Thanks in advance.

Zbigniew


= the output ==
=== 3dfx_linux (all)
cc -O2 -pipe -march=athlon -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE 
-nostdinc -I-   -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src
/sys/MYKER/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=
8000 -fno-common  -I/usr/obj/usr/src/sys/MYKER -mno-align-long-strings 
-mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse 
-mno-sse2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
-Wcast-qual  -fformat-extensions -std=c99 -c 
/usr/src/sys/modules/3dfx_linux/../../dev/tdfx/tdfx_linux.c
In file included from @/dev/tdfx/tdfx_linux.h:36,
 
from /usr/src/sys/modules/3dfx_linux/../../dev/tdfx/tdfx_linux.c:37:
./machine/../linux/linux_proto.h:744: error: syntax error before l_timer_t
./machine/../linux/linux_proto.h:744: error: `l_timer_t' undeclared here (not 
in a function)
./machine/../linux/linux_proto.h:744: error: syntax error before ')' token
./machine/../linux/linux_proto.h:744: error: syntax error before ')' token
./machine/../linux/linux_proto.h:747: error: syntax error before l_timer_t
./machine/../linux/linux_proto.h:752: error: syntax error before l_timer_t
./machine/../linux/linux_proto.h:756: error: syntax error before l_timer_t
./machine/../linux/linux_proto.h:759: error: syntax error before l_timer_t
./machine/../linux/linux_proto.h:817: error: syntax error before l_mqd_t
./machine/../linux/linux_proto.h:817: error: `l_mqd_t' undeclared here (not in 
a function)
./machine/../linux/linux_proto.h:824: error: syntax error before l_mqd_t
./machine/../linux/linux_proto.h:831: error: syntax error before l_mqd_t
./machine/../linux/linux_proto.h:835: error: syntax error before l_mqd_t
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Flash

2007-08-17 Thread Zbigniew Komarnicki
Hello,

can I ask you for help, how to set up flash in Firefox natively, step by step? 

I need it to see online stock market in Poland on some banking pages, for 
example here is a page (in Polish language), when I cannnot see the plot in 
flash:
http://dlaciebie.bzwbk.pl/11949 

Please for help.

I use FreeBSD 6.2  and my webbrowser is firefox-2.0.0.6,1.

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


Re: Flash

2007-08-17 Thread Zbigniew Komarnicki
Thank you a lot all.

Best wishes,
Zbigniew 

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


Re: Kmail Problems after update

2007-07-14 Thread Zbigniew Komarnicki
Dnia sobota, 14 lipca 2007 04:38, Dantavious napisaƂ:
   Hi.
 It seems that after my update to kde 3.5.7, my kmail filters do not work.
 They only work if I select each message and apply the filter manually. If I
 try to do several at a time kmail crashes. Anyone else seeing this or know
 what I can do to fix this.
 Derrick

Hi Derrick,
I have also this same problem.

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


Re: Skype - problem with sound device

2007-07-06 Thread Zbigniew Komarnicki
On Friday 06 of July 2007 03:12:51 you wrote:
 Hi Zbigniew,
 interestingly...i've had this problem a couple of times a few days ago. The
 first call would work fine, the following would not at all. Restarting
 skype would fix it, but then it'd stop working again.

I have that all the time Skype doesn't working, even when i restart it.

 what kernel + world (from what day) are you running?
 mine is
 FreeBSD ayiin.xxx.com.au 6.2-STABLE FreeBSD 6.2-STABLE #10: Sun Jul  1
 09:50:58 EST 2007

I have: 
FreeBSD x.xxx 6.2-STABLE FreeBSD 6.2-STABLE #0: Mon Jun 18 20:55:05 CEST 
2007

 World from same day or a day or 2 earlier.
I also.

 [EMAIL PROTECTED]:27:0: class=0x040300 card=0x05b71014 chip=0x26688086 
 rev=0x03
 hdr=0x00 vendor = 'Intel Corporation'
 device = '82801FB/FR/FW/FRW Intel High DefiNition Audio Controller'
 class  = multimedia

[EMAIL PROTECTED]:6:0:  class=0x040100 card=0xa0021458 chip=0x008a10de rev=0xa1 
hdr=0x00
vendor = 'NVIDIA Corporation'
device = 'nForce AC'97 Audio Codec Interface'
class  = multimedia
subclass   = audio

 Sound drivers from -STABLE. Skype 1.3 from ports.
I have 1.3.0.30 from ports also

 cheers,
 _
 {Beto|Norberto|Numard} Meijome

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


Re: Skype - problem with sound device

2007-07-06 Thread Zbigniew Komarnicki
On Friday 06 of July 2007 04:17:30 you wrote:
 Handbook: 7.2.3 Utilizing Multiple Sound Sources

 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html

 HTH,
 Andriy


I cheched it, mayby I missed something, byt still Skype has a problem with 
sound device.

I set also this
# sysctl hw.snd.pcm0.vchans=8
# sysctl hw.snd.maxautovchans=8 

From this comand I obtain
# cat /dev/sndstat
FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0: nVidia nForce2 400 at io 0xb000, 0xb400 irq 21 bufsz 16384  (1p/1r/8v 
channels duplex default)
 
I have compiled in my kernel the following devices
device sound
device snd_ich

What I must also check or set to Skype work? 
Thank you in advance.

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


Re: Skype - problem with sound device

2007-07-06 Thread Zbigniew Komarnicki
On Friday 06 of July 2007 10:29:34 you wrote:
 Show me the output of

 #fstat|grep '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'

 .. before/after opening skype.

Before:
# fstat|grep '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'
zbyszek kdeinit88649   10 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek artsd  878999 /dev 38 crw-rw-rw-  dsp0.0 rw

and after:
# fstat | grep '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'
zbyszek skype_bin  74183   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  73910   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  73909   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  73908   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  73093   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  72813   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek kdeinit88649   10 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek artsd  878999 /dev 38 crw-rw-rw-  dsp0.0 rw

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


Re: Skype - problem with sound device

2007-07-06 Thread Zbigniew Komarnicki
On Friday 06 of July 2007 11:43:01 you wrote:
  Before:
  # fstat|grep
  # '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'
  zbyszek kdeinit88649   10 /dev 37 crw-rw-rw-  mixer0
  rw zbyszek artsd  878999 /dev 38 crw-rw-rw-
  dsp0.0 rw

  ^^

 Looks like artsd consuming your record channel, which is why skype
 fail to grab it for its own purpose. You have to disable artsd.

When I disabled artsd, skype works.  Thank you.

Now, after start skype I have
# fstat | grep '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'
zbyszek skype_bin  68381   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  68381   31 /dev 38 crw-rw-rw-  dsp0.0 rw
zbyszek skype_bin  67507   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  67507   31 /dev 38 crw-rw-rw-  dsp0.0 rw
zbyszek skype_bin  67506   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  67506   31 /dev 38 crw-rw-rw-  dsp0.0 rw
zbyszek skype_bin  67505   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  67505   31 /dev 38 crw-rw-rw-  dsp0.0 rw
zbyszek skype_bin  66961   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  66961   31 /dev 38 crw-rw-rw-  dsp0.0 rw
zbyszek skype_bin  65863   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  65863   31 /dev 38 crw-rw-rw-  dsp0.0 rw
zbyszek kdeinit88649   10 /dev 37 crw-rw-rw-  mixer0 rw


I have a question. Is possible to use skype without disabling artsd, in my 
case? In Debian it works, so I suppose that it must work, but how to do it 
under FreeBSD? 

Thank you a lot Ariff ! 

Best regards :-)
Zbyszek



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


Re: Skype - problem with sound device

2007-07-06 Thread Zbigniew Komarnicki
 Not possible with 6.x, unless you willing to apply patch or
 using binary modules from http://people.freebsd.org/~ariff/ .

 This is not an issue anymore for -current or future 7.x.

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


Skype - problem with sound device

2007-07-05 Thread Zbigniew Komarnicki
Hello,

I have also problem with skype. When I try call to friend then I obtain 
following message: 
Problem with sound device.

When I run skype from console I get the following message (when I call):
/dev/dsp: Device or resource busy

On my Debian I haven't such problem. 

I also change, 
sysctl hw.snd.maxautovchans=8

as was in previous message about skype, but still is the problem with sound 
device.

From 'dmesg', I have:

pcm0: nVidia nForce2 400 port 0xb000-0xb0ff,0xb400-0xb47f mem
0xe8001000-0xe80 01fff irq 21 at device 6.0 on pci0
pcm0: Avance Logic ALC655 AC97 Codec

If you need more information I send it to you.
Please for help.

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


Re: Making docs

2007-07-01 Thread Zbigniew Komarnicki


I will, be forgotten that I install port: textproc/jadetex


Thank you,

Zbyszek


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


Making docs

2007-07-01 Thread Zbigniew Komarnicki
Hello!

I want to create documentation in FreeBSD. I read this article:
http://www.onlamp.com/pub/a/bsd/2001/02/08/Big_Scary_Daemons.html
then I compile and I obtain the following error:

=== books/pmake (install)
/bin/rm -f docbook.css
/bin/cat /usr/doc/share/misc/docbook.css  docbook.css
Index is disabled or no index to generate.
/usr/bin/env SP_ENCODING=ISO-8859-1 /usr/local/bin/jade -V 
html-manifest -ioutput.html -d /usr/doc/share/sgml/default.dsl 
-ifreebsd.urls.absolute 
-V %generate-legalnotice-link% -ioutput.html.images   -D 
/usr/doc/en_US.ISO8859-1/books/pmake/..
/../../share/images/books/pmake -D /usr/obj/usr/doc/en_US.ISO8859-1/books/pmake 
-c 
/usr/doc/en_US.ISO8859-1/share/sgml/catalog -c /usr/doc/share/sgml/catalog -c 
/usr/local/share/sgml/docbook/dsssl/modular/catalog -c 
/usr/local/share/sgml/iso8879/catalog 
-c /usr/local/share/sgml/jade/catalog -c /usr/local/share/sgml/catalog.ports -t 
sgml /usr/doc/en_US.ISO8859-1/books/pmake/book.sgml
/usr/local/bin/tidy -wrap 90 -m -raw -preserve -f /dev/null -asxml  
$(/usr/bin/xargs  HTML.manifest)
*** Error code 1 (ignored)
install -C  -o root -g wheel -m 444 $(/usr/bin/xargs  
HTML.manifest) /usr/share/doc/en_US.ISO8859-1/books/pmake
install -C  -o root -g wheel -m 444 
docbook.css /usr/share/doc/en_US.ISO8859-1/books/pmake


What this error *** Error code 1 (ignored) means?

I also would like to ask you how to create PDF document, not only HTML? What 
command I should use to obtain PDF handbook, for example, because I want to 
print it?

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


Re: Canon PowerShot A40

2007-06-28 Thread Zbigniew Komarnicki
On Thursday 28 of June 2007 08:32:04 you wrote:
 Is it MOV? 
No it is an AVI file. 

 Anyway, do you have mplayer installed? 
No. I'm  going to install it today.

 This question is not about running a digicam as a regular user; this is
 about mounting your camera as a regular user. Search the archive; there
 are a lot of examples and brief HOW-TOs.
Thank you. I'll be check it.
 
 By the way, is your camera listed among supported devices in libgphoto2? 

I don't known it. I simply use digikam. It recognize my camera so I'm happy.
Ops ...
I checked it now. Yes my camera is supported.
http://www.teaser.fr/~hfiguiere/linux/digicam.html

 My  camera (Olympus Stylus800) is not supported yet. But as long as I can
 mount it and download all the pics/movies, I don't mind.
great :-)

 HTH,
 Andriy

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


Canon PowerShot A40

2007-06-27 Thread Zbigniew Komarnicki
I have two questions:

1. I have a problem with downloaded movies from my camera Canon PowerShot A40. 
If I try run Noatun under KDE 3.5.6 (FreeBSD 6.2) then it is stopped. I 
suppose that I haven't appropriate codecs for it. Could someone point me 
which codecs I should install to see my movies?  

2. How to run digikam as normal user to download my photos or movies from 
camera?

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


Error when compiling Atlas

2007-06-24 Thread Zbigniew Komarnicki
Hello,

I've got an error when compiled math/sdpa.
In math/atlas I obtained the following error:

Benchmarking xzllttst
NREPS   UPLO  N   lda TIME   MFLOPS   RESID
===

assertion ALT_zpotrf(CblasColMajor, Uplo, N, A, lda) == 0 failed, line 344 of 
file ../llttst.c
*** Error code 255

Stop in /usr/ports/math/atlas.
*** Error code 1

I this message error rewrite by hand from console.

I have:
FreeBSD xx.xxx 6.2-STABLE FreeBSD 6.2-STABLE #0: Mon Jun 18 20:55:05 CEST 
2007
Procesor: AMD Athlon XP, 1.6 GHz
Memory: 1 GB RAM
Motherboard: Gigabyte, nVIDIA nForce2, K7 Triton, GA-7N400S(-L)

In make.conf I've have the following options:
CPUTYPE?=athlon-xp
CFLAGS= -O2 -pipe
COPTFLAGS= -O2 -pipe

Could someone help me with this problem?

Thanks in advance for yours help,
Zbigniew


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