Re: ia64 kernel conf error BRIDGE

2011-08-31 Thread Anton Shterenlikht
reebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University Univers

Re: Why selecting text with mouse often doesn't make the text pasteable with mouse mid-button click?

2011-09-18 Thread Anton Shterenlikht
session. What I see on amd64 laptop is that pasting with a built-in mouse stops working after a while. I typically have a usb mouse as well. Pasting with a usb mouse never fails. I can copy with a built-in mouse and paste with a usb mouse. Because in the end I get done what I need, I never

Re: Firefox clean installation but does not execute

2011-09-20 Thread Anton Shterenlikht
: Command not found. > > > >What could be the problem, where could I start looking? If you used www/firefox36 port, then the executable is firefox3. firefox is installed by www/firefox. > > See #3: http://www.wonkity.com/~wblock/docs/html/interrupted.html > > Firefox 3

Re: Firefox clean installation but does not execute

2011-09-20 Thread Anton Shterenlikht
he > next reboot. normally, no reboot required. In tcsh(1) you have to run "rehash". Or just lauch another xterm window, if in an X session. Of logout and login. You really shouldn't need to reboot. -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol Univer

Re: Firefox clean installation but does not execute

2011-09-20 Thread Anton Shterenlikht
2 % ls -l /usr/local/bin/ | grep fire > -r-xr-xr-x 1 root wheel10108 Sep 7 07:29 aafire > afabry@desmo 14:12 % what about pkg_info -Lx firefox-3 pkg_info -Lx firefox-6 On my system: TZAV> pkg_info -Lx firefox-3 | grep bin /usr/local/bin/firefox3 /usr/local/include/firefox3/gtk2xtbin.h

Re: Firefox clean installation but does not execute

2011-09-20 Thread Anton Shterenlikht
On Tue, Sep 20, 2011 at 03:26:29PM +0200, Alain G. Fabry wrote: > On Tue, Sep 20, 2011 at 01:40:56PM +0100, Anton Shterenlikht wrote: > > On Tue, Sep 20, 2011 at 02:16:35PM +0200, Alain G. Fabry wrote: > > > On Tue, Sep 20, 2011 at 05:53:06AM -0600, Warren Block wrote: > >

Re: Firefox clean installation but does not execute

2011-09-20 Thread Anton Shterenlikht
On Tue, Sep 20, 2011 at 03:44:31PM +0200, Alain G. Fabry wrote: > On Tue, Sep 20, 2011 at 02:40:42PM +0100, Anton Shterenlikht wrote: > > On Tue, Sep 20, 2011 at 03:26:29PM +0200, Alain G. Fabry wrote: > > > On Tue, Sep 20, 2011 at 01:40:56PM +0100, Anton Shterenlikht wrote: >

sendmail : savemail panic : cannot save rejected email anywhere

2011-09-23 Thread Anton Shterenlikht
Oct 20 16:13 MAILER-DAEMON me...@bris.ac.uk Total requests: 4 mech-aslap239# What else could be wrong? Many thanks Anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel:

cat sort(1) sort floating point numbers?

2011-10-03 Thread Anton Shterenlikht
is the expected behaviour? If yes, can sort(1) be at all used to sort float. point numbers? Many thanks Anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)1

buildkernel error: unknown option "COMPAT_LINUX"

2011-12-26 Thread Anton Shterenlikht
s:/usr/obj/usr/sr c/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin :/bin:/usr/sbin:/usr/bin config -d /usr/obj/usr/src/sys/BUZI /usr/src/sys/amd 64/conf/BUZI /usr/src/sys/amd64/conf/BUZI: unknown option "COMPAT_LINUX" *** Error code 1 What's wr

Re: buildkernel error: unknown option "COMPAT_LINUX"

2011-12-26 Thread Anton Shterenlikht
On Mon, Dec 26, 2011 at 09:23:38PM +0400, Yuri Pankov wrote: > On Mon, Dec 26, 2011 at 04:55:43PM +0000, Anton Shterenlikht wrote: > > I'm building kernel on r228359: > > > > *skip* > > > &g

how to convert bibliography from latex/bibtex to troff/refer?

2012-01-05 Thread Anton Shterenlikht
I've a large bibtex style (.bib) bibliography file. I'd like to convert it to refer(1) format. Are there any tools readily available for this? Many thanks Anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK

anybody close to Bristol, UK, wants to give a talk on FreeBSD and numerical analysis to UG students?

2012-01-08 Thread Anton Shterenlikht
terested, or have another idea, please get in touch directly. Thanks Anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 _

Re: [Fwd: [HEADSUP][CFT] pkgng beta1 is out]

2012-01-31 Thread Anton Shterenlikht
t; > regards, > > Bapt > > > > sat solver : > > http://en.wikipedia.org/wiki/ZYpp#SAT_solver_integration > http://en.wikipedia.org/wiki/Boolean_satisfiability_problem > http://en.wikipedia.org/wiki/Computational_complexity_theory wow.. that's hardcore compu

OpenMP on FreeBSD

2012-02-01 Thread Anton Shterenlikht
but I wanted to check if there are any special FreeBSD related issues to bear in mind when coding with OMP. Thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax:

Re: OpenMP on FreeBSD

2012-02-02 Thread Anton Shterenlikht
On Wed, Feb 01, 2012 at 04:29:59PM -0800, Dennis Glatting wrote: > On Thu, 2012-02-02 at 00:09 +0000, Anton Shterenlikht wrote: > > I'm new to OpenMP. I wonder > > if there are any special considerations > > when running OpenMP on FreeBSD? > > > > I run Open

same function name in multiple archives - bad idea?

2011-02-01 Thread Anton Shterenlikht
s there an easy way to find functions belonging in multiple archives? Many thanks Anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44

setting up svn server - Connection refused

2011-02-25 Thread Anton Shterenlikht
mask 0xff00 broadcast 10.10.10.255 inet6 fe80::213:21ff:fe5b:51d%em1 prefixlen 64 scopeid 0x5 nd6 options=29 media: Ethernet autoselect (100baseTX ) status: active ZEEV> I get exactly the same "Connection refused" if I connect from another host.

Re: setting up svn server - Connection refused

2011-02-25 Thread Anton Shterenlikht
On Fri, Feb 25, 2011 at 09:15:30AM -0500, Greg Larkin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2/25/11 4:23 AM, Anton Shterenlikht wrote: > > I'm learning how to set up svn server. > > I've read through several sections of > >

Re: setting up svn server - Connection refused

2011-02-25 Thread Anton Shterenlikht
On Fri, Feb 25, 2011 at 07:09:04AM -0600, David Kelly wrote: > > On Feb 25, 2011, at 3:23 AM, Anton Shterenlikht wrote: > > > When I try to connect to the svn server, I get this: > > > > ZEEV> svn co svn://localhost/home/mexas/zzz . > > svn: Can'

Re: setting up svn server - Connection refused

2011-02-25 Thread Anton Shterenlikht
On Fri, Feb 25, 2011 at 09:59:54AM -0500, Greg Larkin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2/25/11 9:32 AM, Anton Shterenlikht wrote: > [...] > > > > > > Many thanks for your help, Greg. > > > > However, following David K

Re: setting up svn server - Connection refused

2011-02-25 Thread Anton Shterenlikht
u want svnserve binding at ipv4 address, you have > # to use option 'svnserve_flags' with --listen-host parameter Rob, thank you Anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8

GNU make doesn't understand .for? suffix rules obsolete?

2011-03-02 Thread Anton Shterenlikht
r correct if I'm wrong), what is an alternative in GNU make? My aim, of course, is to have a makefile, which would work on both GNU and BSD make. The project is comparatively simple, just a collection of fortran files, which need to be compiled and several executables need to be linked against a

Re: GNU make doesn't understand .for? suffix rules obsolete?

2011-03-02 Thread Anton Shterenlikht
riable expansions can be used, > but many of the GNU constructs are not supported. See make(1), and: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/pmake/index.html Thanks for pmake, but I think I'll try instead to use as simple constructs as I can. > You can limit yourself to const

how to enable NCQ on Intel ESB2 AHCI SATA controller/ST31000340NS

2011-03-22 Thread Anton Yuzhaninov
yes yes overlapno Tagged Command Queuing (TCQ) no no Native Command Queuing (NCQ) yes 32 tags # uname -srp FreeBSD 8.2-STABLE-20110315 amd64 -- WBR, Anton Yuzhaninov ___ freebsd-ques

Re: how to enable NCQ on Intel ESB2 AHCI SATA?controller/ST31000340NS

2011-03-24 Thread Anton Yuzhaninov
: AHCI v1.10 with 6 3Gbps ports, Port Multiplier supported ahci0: Caps: 64bit ALP AL 3Gbps PM SSC PSC 32cmd 6ports ahci0: Caps2: -- WBR, Anton Yuzhaninov ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-quest

BTX loader - cant find sources

2011-03-25 Thread Andi Anton
Hi guys, Can you tell me, please, where can I found the sources for the freeBSD BTX bootloader? I have some BIOS SATA hdd detection problems (the BTX loader hangs just ater it founds the hdd) and I want to recompile and debug the BTX loader in order to fix my problem. Thanks in advance, phpw

Re: Easiest desktop BSD distro

2011-03-29 Thread Anton Shterenlikht
net connection, and these BSD > distros are ENORMOUS. It took some 12-14 hours to download PC-BSD. > I'm not sure I understand the question. Have you actually installed FreeBSD? Are you familiar with FreeBSD Ports system? -- Anton Shterenlikht Room 2.6, Queen&

Re: xorg on Toshiba Tecra A1 freebsd senseless

2011-03-30 Thread Anton Shterenlikht
try. > > Any one suceeded rinning X on Toshiba Tecra A1? > Maybe of no relevance, but I think the default for "Xorg -config xorg.conf.new" is to show blank screen. You have to type CTRL+ALT+BACKSPACE to get back to the terminal. -- Anton Shterenlikht Room 2.6, Queen's

Re: gcc

2011-03-31 Thread Anton Shterenlikht
ruction sets I believe. > > eg. If you want a newer gcc, such as the one in ports, then go > ahead and install it. The system uses a FreeBSD c compiler, not gcc. What is FreeBSD c compiler? Isn't it GCC? % cc --version cc (GCC) 4.2.1 20070719 [FreeBSD] As far back as I

Re: gcc

2011-03-31 Thread Anton Shterenlikht
ented, not gcc, afaik gcc hacks and code that only compiles on > gcc can't be commited, there's a mailing list for iso99 compatibility > checks. gcc is one of them, but there are others. 9.0-CURRENT uses > llvm but in theory you can

Re: gcc

2011-04-01 Thread Anton Shterenlikht
On Thu, Mar 31, 2011 at 06:03:07PM +0200, Eduardo wrote: > At 17:19 31/03/2011, Anton Shterenlikht wrote: > >> >What is FreeBSD c compiler? > >> >Isn't it GCC? > >> > >> Now yes, but FreeBSD needs an iso c'99 compiler and source code is &g

how to increase stacksize?

2011-04-04 Thread Anton Shterenlikht
=unlimited:\ :openfiles=unlimited:\ :maxproc=unlimited:\ :sbsize=unlimited:\ :vmemoryuse=unlimited:\ :swapuse=unlimited:\ :pseudoterminals=unlimited:\ :priority=0:\ :ignoretime@:\ :umask=022: So where do my shell setting

Re: how to increase stacksize?

2011-04-04 Thread Anton Shterenlikht
On Mon, Apr 04, 2011 at 09:00:16PM +0100, Mark Blackman wrote: > > On 4 Apr 2011, at 20:50, Anton Shterenlikht wrote: > > [snip] > > > > I'd like to increase stacksize. > > How do I do this? > > > > "limits -s xxx" doesn't set the

Re: how to increase stacksize?

2011-04-04 Thread Anton Shterenlikht
On Mon, Apr 04, 2011 at 01:03:28PM -0700, Chuck Swiger wrote: > On Apr 4, 2011, at 12:50 PM, Anton Shterenlikht wrote: > > I'd like to increase stacksize. How do I do this? > > Set kern.maxssiz in /boot/loader.conf > to a larger value-- also consider > tweaking ker

Re: how to increase stacksize?

2011-04-04 Thread Anton Shterenlikht
On Mon, Apr 04, 2011 at 01:21:16PM -0700, Chuck Swiger wrote: > On Apr 4, 2011, at 1:17 PM, Anton Shterenlikht wrote: > >> Set kern.maxssiz in /boot/loader.conf > >> to a larger value-- also consider > >> tweaking kern.dflssiz, > > > > What does this

why "{" is treated as vi(1) section delimiter

2011-06-24 Thread Anton Shterenlikht
deviatoric plane.} 10 \label{fig:plane} 11 \end{figure} 12 vi "[[" or "]]" move to line 5. Many thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax:

tftp - bad checksum error? can't transfer file

2011-07-07 Thread Anton Shterenlikht
s I use and a longer tcpdump output, if this helps. Many thanks Anton -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423

Re: tftp - bad checksum error? can't transfer file

2011-07-08 Thread Anton Shterenlikht
> - Original Message - > From: Anton Shterenlikht [mailto:me...@bristol.ac.uk] > Sent: Thursday, July 07, 2011 05:44 PM > To: freebsd-questions@freebsd.org > Subject: tftp - bad checksum error? can't transfer file > > I'm trying to troubleshoot tftpd(8). &

Re: tftp - bad checksum error? can't transfer file

2011-07-08 Thread Anton Shterenlikht
On Fri, Jul 08, 2011 at 12:05:37PM +0200, C. P. Ghost wrote: > On Fri, Jul 8, 2011 at 12:44 AM, Anton Shterenlikht > wrote: > > I'm trying to troubleshoot tftpd(8). > > (...) > > > ? ?192.168.232.10.15388 > buzi.tftp: [no cksum] ?25 RRQ "/bsd.rd.IP32&qu

Re: can't build teTeX port in FreeBSD 8.2 amd64

2011-07-13 Thread Anton Shterenlikht
/ports/print/teTeX. > *** Error code 1 > > Stop in /usr/ports/print/teTeX. YOur ports tree seems to be old: % pkg_info -xo teTeX Information for teTeX-3.0_5: Origin: print/teTeX Information for teTeX-base-3.0_22: Origin: print/teTeX-base Information for teTeX-texmf-3.0_8: Origin: pr

Re: can't build teTeX port in FreeBSD 8.2 amd64

2011-07-15 Thread Anton Shterenlikht
not exhaustive. If you like TeXLive and it works for you - great. However, the ports tree gives you smooth integration with multiple other ports, e.g. textproc/docproj-jadetex. -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk,

Re: can't build teTeX port in FreeBSD 8.2 amd64

2011-07-15 Thread Anton Shterenlikht
't seem to understand *.mp files generated: % mpost CartesianPlane This is MetaPost, Version 0.641 (Web2C 7.5.4) (CartesianPlane.mp (/usr/local/share/texmf-dist/metapost/mfpic/grafbase.mp) (/usr/local/share/texmf-dist/metapost/mfpic/dvipsnam.mp)) * (Please type a command or say `end') * --

Re: can't build teTeX port in FreeBSD 8.2 amd64

2011-07-15 Thread Anton Shterenlikht
missing and another too old. I'm on ia64 mainly and sometimes on sparc64, and I understand the consequences of my choice. Anyway, I love the FreeBSD ports system and hate to see something lacking there. I'll talk to hrs@ and see how the above 2 packages can be included/updated. For me thi

Re: can't build teTeX port in FreeBSD 8.2 amd64

2011-07-15 Thread Anton Shterenlikht
On Fri, Jul 15, 2011 at 10:19:13PM +0200, Roland Smith wrote: > On Fri, Jul 15, 2011 at 09:03:24AM +0100, Anton Shterenlikht wrote: > > On Thu, Jul 14, 2011 at 05:08:16PM +0100, Jamie Paul Griffin wrote: > > > > I would advise you to get TeXLive instead, but that is just

Re: can't build teTeX port in FreeBSD 8.2 amd64

2011-07-18 Thread Anton Shterenlikht
On Sat, Jul 16, 2011 at 12:56:10AM +0100, Anton Shterenlikht wrote: > On Fri, Jul 15, 2011 at 09:33:45AM -0500, Antonio Olivares wrote: > > >> > I hoped for a true native port for TeXLive > > >> > > >> I can't see that it's really necessary. I

Re: can't build teTeX port in FreeBSD 8.2 amd64

2011-07-18 Thread Anton Shterenlikht
On Mon, Jul 18, 2011 at 11:38:22AM +0200, Polytropon wrote: > On Mon, 18 Jul 2011 10:19:13 +0100, Anton Shterenlikht wrote: > > If you know of another tex project where teTeX fails, > > please send me the details. I'm keen to patch > > teTeX as far as possible with no maj

Re: Lennart Poettering: BSD Isn't Relevant Anymore

2011-07-18 Thread Anton Shterenlikht
needs to be included in your proposal. *end quote* Is this not what you want? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 ___

Re: high performance open source DHCP solution?

2011-07-20 Thread Anton Yuzhaninov
d scale much better? 1. May be it is possible to decrease load of DHCP server by increasing lease time. If address pool is the limit, adaptive-lease-time-threshold option in ISC dhcpd may be useful. 2. Which dhcpd version is used? According to changelog 4.2 has some performance improvements.

do I have to acknowledge use of FreeBSD's *.css in my pages

2011-07-26 Thread Anton Shterenlikht
I should probably know this, but I don't. Do I have to acknowledge FreeBSD if I use FreeBSD's *.css for my pages? e.g. http://seis.bris.ac.uk/~mexas/4p/ Thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR,

recommend vrml viewer from ports

2011-07-26 Thread Anton Shterenlikht
Can somebody recommend a vrml viewer from ports, other than www/openvrml? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929

negative group permissions?

2012-02-24 Thread Anton Shterenlikht
rried? Thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: negative group permissions?

2012-02-24 Thread Anton Shterenlikht
On Fri, Feb 24, 2012 at 09:34:02AM +, Matthew Seaman wrote: > On 24/02/2012 09:08, Anton Shterenlikht wrote: > > Recently I started seeing this line > > in daily security output: > > > > Checking negative group permissions: > > 70834 -rw-rx 1 roo

Re: negative group permissions?

2012-02-24 Thread Anton Shterenlikht
On Fri, Feb 24, 2012 at 02:41:44PM +0100, Trond Endrest?l wrote: > On Fri, 24 Feb 2012 12:54-0000, Anton Shterenlikht wrote: > > > On Fri, Feb 24, 2012 at 09:34:02AM +, Matthew Seaman wrote: > > > On 24/02/2012 09:08, Anton Shterenlikht wrote: > > > > Re

Re: negative group permissions?

2012-02-24 Thread Anton Shterenlikht
On Fri, Feb 24, 2012 at 03:25:52PM +0100, Trond Endrest?l wrote: > On Fri, 24 Feb 2012 14:04-0000, Anton Shterenlikht wrote: > > > On Fri, Feb 24, 2012 at 02:41:44PM +0100, Trond Endrest?l wrote: > > > On Fri, 24 Feb 2012 12:54-, Anton Shterenlikht wrote: > > >

posix compliance

2012-02-28 Thread Anton Shterenlikht
I'm putting together a small presentation about FreeBSD for our IT support staff. Is fbsd POSIX compliant? Fully? Partially? The info here is a bit out of date: http://www.freebsd.org/projects/c99/index.html Thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng De

Re: posix compliance

2012-02-28 Thread Anton Shterenlikht
On Tue, Feb 28, 2012 at 08:46:51PM +1000, Da Rock wrote: > On 02/28/12 19:17, Anton Shterenlikht wrote: > >I'm putting together a small presentation > >about FreeBSD for our IT support staff. > > > >Is fbsd POSIX compliant? Fully? Partially? > > > >The

Re: posix compliance

2012-02-28 Thread Anton Shterenlikht
On Tue, Feb 28, 2012 at 06:25:37AM -0500, Jerry wrote: > On Tue, 28 Feb 2012 11:03:23 + > Anton Shterenlikht articulated: > > > On Tue, Feb 28, 2012 at 08:46:51PM +1000, Da Rock wrote: > > > On 02/28/12 19:17, Anton Shterenlikht wrote: > > > >I

Re: posix compliance

2012-02-28 Thread Anton Shterenlikht
On Tue, Feb 28, 2012 at 01:30:09PM +0100, Jerome Herman wrote: > On 28/02/2012 12:32, Anton Shterenlikht wrote: > >On Tue, Feb 28, 2012 at 06:25:37AM -0500, Jerry wrote: > >>On Tue, 28 Feb 2012 11:03:23 + > >>Anton Shterenlikht articulated: > >> > >

dbus, epiphany, rekonq

2012-03-19 Thread Anton Shterenlikht
--sess 1434 2- I0:00.01 dbus-launch --autolaunch=fb0372ea595109904f5a068e0180 --binary-synta 41294 5 RL+ 0:00.00 grep dbus What am I doing wrong? I understand dbus is a required part of a modern browser, it is no longer an option, right? Many thanks -- Anton Shterenlikht Room

Re: dbus, epiphany, rekonq

2012-03-19 Thread Anton Shterenlikht
On Mon, Mar 19, 2012 at 01:44:23PM +0100, Polytropon wrote: > On Mon, 19 Mar 2012 12:21:29 +0000, Anton Shterenlikht wrote: > > I can't lauch www/epiphany or www/rekonq > > on ia64 -current, due to some dbus issue: > > > > TZAV> ps ax|grep dbus > > 1435

Re: dbus, epiphany, rekonq

2012-03-20 Thread Anton Shterenlikht
On Mon, Mar 19, 2012 at 11:13:42PM +1000, Da Rock wrote: > On 03/19/12 23:07, Anton Shterenlikht wrote: > >On Mon, Mar 19, 2012 at 01:44:23PM +0100, Polytropon wrote: > >>On Mon, 19 Mar 2012 12:21:29 +, Anton Shterenlikht wrote: > >>>I can't lauch www/

Re: dbus, epiphany, rekonq

2012-03-21 Thread Anton Shterenlikht
On Wed, Mar 21, 2012 at 04:12:50AM +0100, Bernt Hansson wrote: > 2012-03-19 13:21, Anton Shterenlikht skrev: > >I can't lauch www/epiphany or www/rekonq > >on ia64 -current, due to some dbus issue: > > > >TZAV> ps ax|grep dbus > > 1435 - Is

Re: dbus, epiphany, rekonq

2012-03-21 Thread Anton Shterenlikht
On Wed, Mar 21, 2012 at 10:51:23AM +0100, Polytropon wrote: > On Wed, 21 Mar 2012 09:29:09 +0000, Anton Shterenlikht wrote: > > On Wed, Mar 21, 2012 at 04:12:50AM +0100, Bernt Hansson wrote: > > > You do have this in /etc/rc.conf > > > > > > dbus_enable=

editor that understands CTRL/B, CTRL/I, CTRL/U

2012-04-24 Thread Anton Shterenlikht
out. I use nothing but vi, so have no clue which, if any, editor from ports/editors will have these particular combinations implemented. Please recommend one, preferably as simple and as small as possible. Thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol Unive

Re: editor that understands CTRL/B, CTRL/I, CTRL/U

2012-04-24 Thread Anton Shterenlikht
On Tue, Apr 24, 2012 at 01:33:58PM -0500, Robert Bonomi wrote: > > > Date: Tue, 24 Apr 2012 18:50:26 +0100 > > From: Anton Shterenlikht > > To: freebsd-questions@freebsd.org > > Subject: editor that understands CTRL/B, CTRL/I, CTRL/U > > > > My daughter

Re: editor that understands CTRL/B, CTRL/I, CTRL/U

2012-04-24 Thread Anton Shterenlikht
On Wed, Apr 25, 2012 at 05:31:33AM +0200, Polytropon wrote: > On Tue, 24 Apr 2012 20:02:27 +0100, Anton Shterenlikht wrote: > > On Tue, Apr 24, 2012 at 01:33:58PM -0500, Robert Bonomi wrote: > > > > > > > Date: Tue, 24 Apr 2012 18:50:26 +0100 > > > > Fro

laptop very hot and noisy

2012-05-01 Thread Anton Shterenlikht
.0 >= setpoint 50.0 acpi_tz0: _AC1: temperature 92.0 >= setpoint 60.0 at the console. I guess it's telling me that the CPU is too hot? Is that normal, e.g. under "make -j4 buildworld"? Thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol Univers

Re: laptop very hot and noisy

2012-05-01 Thread Anton Shterenlikht
On Tue, May 01, 2012 at 08:25:11AM -0400, Alejandro Imass wrote: > On Tue, May 1, 2012 at 8:06 AM, Anton Shterenlikht > wrote: > > I run 10-current on Compaq 6715s. > > It's very hot and noisy. If I boot > > in verbose mode, I get lots of: > > > > acp

help debug bwn(4) wireless

2012-05-04 Thread Anton Shterenlikht
ryption attempted (old 0 keyidx 0x1) RX decryption attempted (old 0 keyidx 0x1) RX decryption attempted (old 0 keyidx 0x1) RX decryption attempted (old 0 keyidx 0x1) firmware version (rev 410 patch 2160 date 0x751a time 0x7c0a) Please help What am I doing wrong? What else can I try? Many thanks -- Anto

Re: Off topic: NetBSD or OpenBSD for Alpha server ?

2012-05-04 Thread Anton Shterenlikht
Plus VMS Alpha is highly optimised. You are unlikely to get a similar performance from any other OS on this architecture. If you want to learn UNIX, then I strongly recommend FreeBSD, but do not use an obsolete version. -- Anton Shterenlikht Room 2.6, Queen'

Re: help debug bwn(4) wireless

2012-05-05 Thread Anton Shterenlikht
On Fri, May 04, 2012 at 04:56:33PM -0500, Robert Bonomi wrote: > > Anton Shterenlikht wrote: > > I've US Robotics 5411 wireless pccard device. > > It's identified as: > > > > # pciconf -lv > > *skip* > > siba_bwn0@pci0:3:0:0: class=0x0280

Re: help debug bwn(4) wireless

2012-05-05 Thread Anton Shterenlikht
2.168.1.1 (192.168.1.1): 56 data bytes ping: sendto: No route to host ping: sendto: No route to host ^C -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 3

Re: help debug bwn(4) wireless

2012-05-05 Thread Anton Shterenlikht
On Sat, May 05, 2012 at 04:38:18PM +1000, Ian Smith wrote: > On Fri, 4 May 2012 21:03:07 +0100, Anton Shterenlikht wrote: > [..] > > wlan0: flags=8843 metric 0 mtu 1500 > > ether 00:c0:49:58:00:fe > > inet 192.168.1.104 netmask 0xff00

Re: Off topic: NetBSD or OpenBSD for Alpha server ?

2012-05-05 Thread Anton Shterenlikht
> I still have FreeBSD Alpha, and OpenVMS Alpha/Itanium systems chugging along. Now, ia64 is another story. I run fbsd 10-current on ia64. Have you tried fbsd on ia64? Are you at all interested in this? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol Un

Re: help debug bwn(4) wireless

2012-05-05 Thread Anton Shterenlikht
On Sat, May 05, 2012 at 01:32:00PM -0500, Robert Bonomi wrote: > > : Anton Shterenlikht wrote: > > On Fri, May 04, 2012 at 04:56:33PM -0500, Robert Bonomi wrote: > > > > > > It looks like you're missing a route. > > > > > > I suspect you&

Re: help debug bwn(4) wireless

2012-05-07 Thread Anton Shterenlikht
On Tue, May 08, 2012 at 03:07:04AM +1000, Ian Smith wrote: > In freebsd-questions Digest, Vol 414, Issue 1, Message: 13 > On Sun, 06 May 2012 21:48:19 +0100 Chris Whitehouse > wrote: > > On 06/05/2012 17:31, Ian Smith wrote: > > > Anton, I'm not sure what the sta

sendmail, masquerading, exposed root?

2012-05-28 Thread Anton Shterenlikht
e on the network. Can anybody suggest a better solution? Thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 ___ freebsd-ques

mercurial (hg) transaction abort!

2012-05-30 Thread Anton Shterenlikht
I need the sources: https://bugzilla.mozilla.org/show_bug.cgi?id=729447 Many thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 ___

Re: mercurial (hg) transaction abort!

2012-05-30 Thread Anton Shterenlikht
ry again. I also suspected that I might be running out of inodes, so I increased kern.maxvnodes to 15, whereas I currently have vfs.numvnodes: 125050. I monitored vfs.numvnodes during hg clone, and it aborts with kern.maxvnodes still ~10k move than vfs.numvnodes. Thanks for your help. A

Re: mercurial (hg) transaction abort!

2012-05-31 Thread Anton Shterenlikht
On Wed, May 30, 2012 at 01:40:00PM +0100, Anton Shterenlikht wrote: > On Wed, May 30, 2012 at 01:08:07PM +0200, uki wrote: > > Did you try to hg clone -U and than update? > > > > Mozilla repo is quite big, and that _might_ be the reason, splitting > > the work in 2 part

Re: mercurial (hg) transaction abort!

2012-05-31 Thread Anton Shterenlikht
On Thu, May 31, 2012 at 09:47:06AM +0100, Anton Shterenlikht wrote: > On Wed, May 30, 2012 at 01:40:00PM +0100, Anton Shterenlikht wrote: > > On Wed, May 30, 2012 at 01:08:07PM +0200, uki wrote: > > > Did you try to hg clone -U and than update? > > > > > >

Re: MK_CLANG_IS_CC mis-formed when compiling ports

2012-06-01 Thread Anton Shterenlikht
.conf SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS+= -L/usr/local/lib SENDMAIL_LDADD+=-lsasl2 PERL_VERSION=5.14.2 WITH_PKGNG=yes #CC=clang #CXX=clang++ #CPP=clang-cpp GEN8> I have no problems when building bwn-firmware-kmod. -- Anton Shterenlikht Room 2.6, Queen'

netstat: kvm_read: Bad address

2012-06-01 Thread Anton Shterenlikht
On ia64 r231193 I get: # netstat -r netstat: kvm_read: Bad address What's the problem? Thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)11

Re: netstat: kvm_read: Bad address

2012-06-01 Thread Anton Shterenlikht
On Fri, Jun 01, 2012 at 01:30:37PM +0300, Volodymyr Kostyrko wrote: > Anton Shterenlikht wrote: > >On ia64 r231193 I get: > > > ># netstat -r > >netstat: kvm_read: Bad address > > > >What's the problem? > > > >Thanks > > > > For

can't kill -9 Xorg

2012-06-11 Thread Anton Shterenlikht
pipes is 1 (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA) Screen to screen bit blits Solid filled rectangles 8x8 mono pattern filled rectangles Indirect CPU to Screen color expansion Solid Lines Scanline Image Writes Setting up tile a

Re: can't kill -9 Xorg

2012-06-12 Thread Anton Shterenlikht
ss Disable CRTC 1 success ^C^C^C Can kill it with neither CTRL/C nor kill -9: # ps ax|grep X 1060 0 R+ 0:38.95 X (Xorg) 1073 1 R+ 0:00.01 grep X # kill -9 1060 # ps ax|grep X 1060 0 RE+ 0:45.71 X (Xorg) 1089 1 R+ 0:00.00 grep X # Anton > Thanks > -- > Subhro Sankha

Re: can't kill -9 Xorg

2012-06-12 Thread Anton Shterenlikht
On Tue, Jun 12, 2012 at 09:13:06AM +0100, Anton Shterenlikht wrote: > On Tue, Jun 12, 2012 at 12:07:06AM +0530, Subhro Sankha Kar wrote: > > Hello > > > > What happens if you run without a xorg.conf? Xorg has become pretty good at > > guessing correct settings thes

Re: can't kill -9 Xorg

2012-06-12 Thread Anton Shterenlikht
On Tue, Jun 12, 2012 at 02:13:17PM +0200, Hans Ottevanger wrote: > On 06/12/12 10:24, Anton Shterenlikht wrote: > >On Tue, Jun 12, 2012 at 09:13:06AM +0100, Anton Shterenlikht wrote: > >>On Tue, Jun 12, 2012 at 12:07:06AM +0530, Subhro Sankha Kar wrote: > >>>Hello

X broken - top quarter of the screen not updated by *some* programs - EXA/XAA issue?

2012-06-20 Thread Anton Shterenlikht
extension COMPOSITE (II) Initializing built-in extension DAMAGE (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so (II) GLX: Initialized DRISWRAST GL provider for screen 0 (II) RADEON(0): Setting screen physical size to 338 x 211 (WW) Mouse0: No Device specified, looking for one... (II)

profiling library smaller than non-profiling, while it contains more symbols. Why?

2012-07-12 Thread Anton Shterenlikht
expr 16436 + 1449 17885 # Using diff I can confirm that the only difference between the 2 libs is the .mcount symbol for each object file in the profiling library. So how can the profiling library be smaller? -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University

Re: profiling library smaller than non-profiling, while it contains more symbols. Why?

2012-07-12 Thread Anton Shterenlikht
On Thu, Jul 12, 2012 at 11:31:31PM +0100, Anton Shterenlikht wrote: > While updating my port (math/slatec) to use > the new OPTIONS framework, I did some > experiments with the profiling library. > > I don't know much about this, so what surprised me > is that the profi

Re: profiling library smaller than non-profiling, while it contains more symbols. Why?

2012-07-13 Thread Anton Shterenlikht
On Thu, Jul 12, 2012 at 09:12:32PM -0500, Robert Bonomi wrote: > > From owner-freebsd-questi...@freebsd.org Thu Jul 12 17:34:12 2012 > > Date: Thu, 12 Jul 2012 23:31:31 +0100 > > From: Anton Shterenlikht > > To: freebsd-questions@freebsd.org > > Subject: prof

Re: profiling library smaller than non-profiling, while it contains more symbols. Why?

2012-07-13 Thread Anton Shterenlikht
Wl,-rpath=/usr/local/lib/gcc46 -o aa.So -c aa.f *skip ~1400 other files* gfortran46 -fpic -DPIC -O -Wl,-rpath=/usr/local/lib/gcc46 -o zwrsk.So -c zwrsk.f building shared library libslatec.so.1 -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Wal

where is LOCALBASE actually defined?

2012-07-15 Thread Anton Shterenlikht
$ cat Makefile all: echo $(LOCALBASE) $ $ make echo $ What do I need to do to use LOCALBASE in my makefiles? Thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929

Re: where is LOCALBASE actually defined?

2012-07-15 Thread Anton Shterenlikht
On Sun, Jul 15, 2012 at 03:06:14PM -0700, Eitan Adler wrote: > On 15 July 2012 14:47, Anton Shterenlikht wrote: > > $ cat Makefile > > all: > > echo $(LOCALBASE) > > $ > > $ make > > echo > > easier way to test is "make -V LOCALBASE"

ati, radeon, dri (drm) confusion

2012-07-15 Thread Anton Shterenlikht
directory) drmOpenDevice: Open failed [drm] failed to load kernel module "radeon" (EE) RADEON(0): [dri] RADEONDRIGetVersion failed to open the DRM [dri] Disabling DRI. I guess this is not good, right? Please advise [1] http://lists.freebsd.org/pipermail/freebsd-x11/2012-June/0121

how to preserve local modifications to /usr/local/share/texmf/web2c/texmf.cnf

2012-07-16 Thread Anton Shterenlikht
applies to inimf&mp TZAV> but this doesn't help. Please advise -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 _

zfs tuning on ia64

2012-07-19 Thread Anton Shterenlikht
27392 vm.kmem_size_scale: 4 vm.kmem_size_max: 0 vm.kmem_size_min: 0 vm.kmem_size: 1578090496 # Do the vm.kmem tunables look reasonable? Thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)11

fetchmail ssl error

2012-07-23 Thread Anton Shterenlikht
rmat is expected and usually is available, DER is another one; you can convert between both using the openssl(1) utility's x509 sub-mode). *end quote* So, I'm not sure if I need to convert my certificate to PEM format or not? Please advise Many thanks -- Anton Shterenlikht Room 2.6,

<    1   2   3   4   5   6   7   8   >