Re: Parallel debugging

2009-07-30 Thread Roland Smith
On Wed, Jul 29, 2009 at 09:04:47PM -0400, Daniel Underwood wrote: > Thanks for the reply. I should have said that I'm also interested in > profilers. I have limited experience (in Linux) using gprof and > valgrind. gprof is part of the base system. Valgrind is available in ports, but only for th

OpenMP

2009-07-30 Thread Andrea Venturoli
Hello. I'm trying to use OpenMP in C++ on FreeBSD 6.3p10/i386 and I'm totally stuck. First off, base system's gcc (3.4.6) does not include OpenMP support, so I'm using gcc 4.2.5 from ports (I also tried 4.3.4, but that does not make much difference). I've added the flag -fopenmp to the command

Re: Sony DSC Digital Camera

2009-07-30 Thread Roland Smith
On Wed, Jul 29, 2009 at 11:38:30PM -0700, Christopher Chambers wrote: > Hi, > > I am able to mount the camera (in 7.1-p6), but I am unable to read the > jpeg images. Varies programs claim that the file is not a valid jpeg. Can you display it properly on the camera itself? The image could be corru

Re: SMTP Authentication

2009-07-30 Thread Reed Lai
Yes, the new server leaks LOGIN in the 250-AUTH list! New server = 250-AUTH GSSAPI DIGEST-MD5 CRAM-MD5 Functional server == 250-AUTH GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN I have checked the generated .cf file in the new server and there are class and option listed C{TrustAuthM

Re: SMTP Authentication

2009-07-30 Thread Ihor Prystay
Check if /usr/local/lib/sasl2/liblogin.so exists - if not you have to recompile sasl with LOGIN mech support. Check in your .mc file if you define confAUTH_OPTIONS macro. If you do make sure 'p' parameter is not on the list or LOGIN would be available only after TLS encryption which is not a case f

Re: A port for FireGPG?

2009-07-30 Thread cpghost
On Sat, May 23, 2009 at 04:53:53PM +0200, cpghost wrote: > On Sat, May 23, 2009 at 12:31:29AM +0200, cpghost wrote: > > Hi, > > > > I'd like to use GnuPG with Webmail (e.g. with gmail or other > > webmails). AFAICS, the following Firefox add-on would help: > > > > http://www.getfiregpg.org/ > >

Re: port lang/g95 installation problem, cannot exec 'f951': No such file

2009-07-30 Thread Pietro Cerutti
On 2009-Jul-29, 20:35, Anton Shterenlikht wrote: > this is a regression > > after some recent port updates, on 7.2-stable, 8.0-current and 8.0-beta2 > port lang/g95 gives: > > % g95 > g95: installation problem, cannot exec 'f951': No such file or directory Fixed, thanks. http://lists.freebsd.o

Re: port lang/g95 installation problem, cannot exec 'f951': No such file

2009-07-30 Thread Anton Shterenlikht
On Thu, Jul 30, 2009 at 09:43:28AM +0200, Pietro Cerutti wrote: > On 2009-Jul-29, 20:35, Anton Shterenlikht wrote: > > this is a regression > > > > after some recent port updates, on 7.2-stable, 8.0-current and 8.0-beta2 > > port lang/g95 gives: > > > > % g95 > > g95: installation problem, canno

Re: A port for FireGPG?

2009-07-30 Thread FireGPG - Maximilien Cuony
Hi, Great it's working. I just sended a email this mornig to firegpg's port manager as 0.5.2 is outdated and with serious security issues. Someone should upgrade it ;) Regards, On Thursday 30 July 2009, cpghost wrote : > On Sat, May 23, 2009 at 04:53:53PM +0200, cpghost wrote: > > On Sat, May

Re: SMTP Authentication

2009-07-30 Thread Reed Lai
The liblogin.so is in directory banyan# ll /usr/local/lib/sasl2/liblogin.so lrwxr-xr-x 1 root wheel 13 7 29 14:54 /usr/local/lib/sasl2/liblogin.so -> liblogin.so.2 banyan# ll /usr/local/lib/sasl2/liblogin.so.2 -rwxr-xr-x 1 root wheel 17172 7 29 14:54 /usr/local/lib/sasl2/liblogin.so.2

FreeBSD (6.4/7.0/7.2) guest OS bootloader not being loaded in Linux KVM. (Ubuntu 9.04)

2009-07-30 Thread Daniel Franke
Hey all, I've been tasked with installing a KVM machine for a customer. My problem comes with me wanting to install FreeBSD as a guest in KVM. The installer works fine but as soon as I start the VM after the installation, the bootloader hangs, sometimes showing one character and other time

Re: Sony DSC Digital Camera

2009-07-30 Thread Polytropon
On Thu, 30 Jul 2009 09:14:56 +0200, Roland Smith wrote: > On Wed, Jul 29, 2009 at 11:38:30PM -0700, Christopher Chambers wrote: > > Hi, > > > > I am able to mount the camera (in 7.1-p6), but I am unable to read the > > jpeg images. Varies programs claim that the file is not a valid jpeg. > > Can

LightScribe Labeler

2009-07-30 Thread ajtiM
Hi! Almost all DVD burners have "LightScribe Labeler". Are ther any chance to use this on FreeBSD. I red about LightScribe Labeler for Linux but there are nothing about FreeBSD. I have just FreeBSD 7.2 on my system and I use K3b. I am buying a Lite-On 22x DVD+/-RW Dual-Layer LightScribe (IDE) a

Re: mutt with muttprofile and GnuPG-Support

2009-07-30 Thread Randall Wood
On Tue, 28 Jul 2009 14:53:47 -0500, "Doug Poland" said: > > On Tue, July 28, 2009 11:49, Christian Grube wrote: > > Hi, > > > > I was wondering, why there is no IMAP/SMTP-Support in mutt > > or mutt-devel. I have had mutt-ng and muttprofile on my debianbox > > and it works like a charm. > > > >

Re: port lang/g95 installation problem, cannot exec 'f951': No such file

2009-07-30 Thread Pietro Cerutti
On 2009-Jul-30, 10:08, Anton Shterenlikht wrote: > On Thu, Jul 30, 2009 at 09:43:28AM +0200, Pietro Cerutti wrote: > > On 2009-Jul-29, 20:35, Anton Shterenlikht wrote: > > > this is a regression > > > > > > after some recent port updates, on 7.2-stable, 8.0-current and 8.0-beta2 > > > port lang/g9

Re: messed up upgrade 7.0 & 7.1 to 7.2

2009-07-30 Thread PJ
PJ wrote: > Roland Smith wrote: > >> On Wed, Jul 29, 2009 at 01:33:50PM -0400, PJ wrote: >> >> >>> I have been struggling for about 4 days trying to prepare 2 computers to >>> update to 7.2 with no success whatsoever. >>> The more I read the instructions, the less I understand. >>> And a

Re: mutt with muttprofile and GnuPG-Support

2009-07-30 Thread Andrew Gould
On Thu, Jul 30, 2009 at 6:55 AM, Randall Wood wrote: > > On Tue, 28 Jul 2009 14:53:47 -0500, "Doug Poland" > said: >> >> On Tue, July 28, 2009 11:49, Christian Grube wrote: >> > Hi, >> > >> > I was wondering, why there is no IMAP/SMTP-Support in mutt >> > or mutt-devel. I have had mutt-ng and mutt

Re: OpenMP

2009-07-30 Thread 文鳥
Hello Andrea, I have no 6.3 box around for testing, but on 7.2 OpenMP works without problems using base gcc when I compile using -fopenmp, but without -lgomp. Thus I would suggest upgrading to 7.2 or 8 beta. Best regards ___ freebsd-questions@freebsd.or

Re: mutt with muttprofile and GnuPG-Support

2009-07-30 Thread Frank Steinborn
Andrew Gould wrote: > > IMAP support is AT LEAST in mutt-devel and probably in mutt as well, and > > has been since the 1.3 days (2003 or so).  As for SMTP support, that > > appeared around 1.5.17 I think (about a year ago); you might have to use > > mutt-devel for it.  That said, I find mutt-devel

Re: Striping a live file system RAID 10 help

2009-07-30 Thread John Nielsen
On Wednesday 29 July 2009 15:54:42 Richard Fairbanks wrote: > OK, so this is what I want to do. I have 4 big fast drives that I want to > run in RAID 10 (1+0). So, I'll need to mirror two sets of two disks, then > stripe those two mirrors. So, how do I do this if I want this striped set > of mirror

Re: mutt with muttprofile and GnuPG-Support

2009-07-30 Thread Frank Steinborn
Christian Grube wrote: > Hi, > > I was wondering, why there is no IMAP/SMTP-Support in mutt > or mutt-devel. I have had mutt-ng and muttprofile on my debianbox > and it works like a charm. > Is there a small hint for me to provide the same functionality under > FreeBSD 8? > Greetings Chris For IM

Re: OpenMP

2009-07-30 Thread Daniel Underwood
Did you add the "-fopenmp" flag to both the compiler and the linker? Both need it. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@f

Re: mutt with muttprofile and GnuPG-Support

2009-07-30 Thread Christian Grube
Hi Andrew, > I may be misunderstanding the issue with SMTP. Is the poster just > needing to send email through a non-local email server? If so, the > port msmtp is very easy to use and works very well with mutt. > > Andrew I've changed from Debian (used mutt there) to FreeBSD and it works very w

Re: port lang/g95 installation problem, cannot exec 'f951': No such file

2009-07-30 Thread Anton Shterenlikht
On Thu, Jul 30, 2009 at 03:11:35PM +0200, Pietro Cerutti wrote: > On 2009-Jul-30, 10:08, Anton Shterenlikht wrote: > > On Thu, Jul 30, 2009 at 09:43:28AM +0200, Pietro Cerutti wrote: > > > On 2009-Jul-29, 20:35, Anton Shterenlikht wrote: > > > > this is a regression > > > > > > > > after some rece

Re: mutt with muttprofile and GnuPG-Support

2009-07-30 Thread Frank Steinborn
Christian Grube wrote: > It is possible for me to spend my time without the file_charset, but the > other ones gives me some > problems. > Now I've to find out, what patches mutt in debian lenny is using to provide > them in FreeBSD. > Mutt is much important for me, I dislike any GUI-click-MUAs.

Re: Striping a live file system RAID 10 help

2009-07-30 Thread chris scott
2009/7/30 John Nielsen > On Wednesday 29 July 2009 15:54:42 Richard Fairbanks wrote: > > OK, so this is what I want to do. I have 4 big fast drives that I want to > > run in RAID 10 (1+0). So, I'll need to mirror two sets of two disks, then > > stripe those two mirrors. So, how do I do this if I

Re: Parallel debugging

2009-07-30 Thread Daniel Underwood
> Valgrind is rather hopeless on fbsd for multithreaded programs Interesting. Thanks for the note. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questi

Re: Parallel debugging

2009-07-30 Thread Nikolaj Thygesen
Roland Smith wrote: gprof is part of the base system. Valgrind is available in ports, but only for the i386 architecture. Roland Unfortunately, Valgrind is rather hopeless on fbsd for multithreaded programs. I had to resort to using Ubuntu when Valgrinding. N :o) ___

Re: Evolution 2.24.5 && Exchange && can't Subscribe to Other user's Calendar

2009-07-30 Thread Matthias Apitz
El día Saturday, July 25, 2009 a las 08:30:16AM -0400, Charles Oppermann escribió: > >$ nslookup -type=SRV '_kerberos._udp.oa.OCLC.ORG' > >Server: yyy.yyy.yyy.yyy > >Address:yyy.yyy.yyy.yyy#53 > > > >Non-authoritative answer: > >_kerberos._udp.oa.OCLC.ORG service = 0 100 88 o

how to boot or access problem file system

2009-07-30 Thread PJ
What can be done to access a file system that seems to have the boot sector screwed up? The /usr files should be ok but how to access? I get errors that the file system is full and I have no idea of how to deal with the boot up - the help message is no help! Boot says it cannot find a kernel... sur

Re: limit to number of files seen by ls?

2009-07-30 Thread Karl Vogel
>> Karl Vogel wrote: K> The main reason I stick with 1000 is because directories are read K> linearly unless you're using something like ReiserFS... >> On Sun, 26 Jul 2009 08:34:50 +0100, >> Matthew Seaman said: M> You mean filesystems like FreeBSD UFS2 with DIRHASH? The problem with M> linea

RE: Evolution 2.24.5 && Exchange && can't Subscribe to Other user's Calendar

2009-07-30 Thread Charles Oppermann
>> Do you want to see the screens of my mail settings in Evolution, Charles? Sure. Have you tried setting up Evolution using the x...@oa.oclc.org variant of your address? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Re: how to boot or access problem file system

2009-07-30 Thread Tim Judd
On 7/30/09, PJ wrote: > What can be done to access a file system that seems to have the boot > sector screwed up? > The /usr files should be ok but how to access? > I get errors that the file system is full and I have no idea of how to > deal with the boot up - the help message is no help! > Boot

Re: SMTP Authentication

2009-07-30 Thread Ihor Prystay
You may check the location of sasl2 lib which sendmail is compiled with - do ldd on sendmail executable. And verify if Sendmail.conf in the sasl2 lib folder doesn't have any restrictions on available mechs. Ihor Reed Lai wrote: > The liblogin.so is in directory > > banyan# ll /usr/local/lib/sa

Re: how to boot or access problem file system

2009-07-30 Thread Roland Smith
On Thu, Jul 30, 2009 at 01:40:58PM -0400, PJ wrote: > What can be done to access a file system that seems to have the boot > sector screwed up? Do you mean the filesystem's superblock? Or the slice table (partitions in PC parlance) or the freebsd partitions (disk labels)? Because the boot sector i

Re: how to boot or access problem file system

2009-07-30 Thread PJ
Roland Smith wrote: > On Thu, Jul 30, 2009 at 01:40:58PM -0400, PJ wrote: > >> What can be done to access a file system that seems to have the boot >> sector screwed up? >> > > Do you mean the filesystem's superblock? Or the slice table (partitions > in PC parlance) or the freebsd partition

Re: how to boot or access problem file system

2009-07-30 Thread PJ
Tim Judd wrote: > On 7/30/09, PJ wrote: > >> What can be done to access a file system that seems to have the boot >> sector screwed up? >> The /usr files should be ok but how to access? >> I get errors that the file system is full and I have no idea of how to >> deal with the boot up - the help

Re: how to boot or access problem file system

2009-07-30 Thread Michael Powell
PJ wrote: > What can be done to access a file system that seems to have the boot > sector screwed up? Usually there are more than 1 file system present. The MBR will have no bearing on any other than the one you need to boot from, and this is usually the "/" - aka "root". Having a screwed up MB

7.2 RELEASE ? Buggy as hell

2009-07-30 Thread PJ
I have (supposedly, as I am told by my bootup) upgraded to 7.2 Wonderful. But how do i make this thing work. I've managed to do it on an amd64 on an ACER Travelmate 4400 running at 1600mhz. This box runs on 3ghz; Xorg comes up and the mouse is dead. Flashplayer9 with linux-emulator f8 and all the t

Re: how to boot or access problem file system

2009-07-30 Thread PJ
Michael Powell wrote: > PJ wrote: > > >> What can be done to access a file system that seems to have the boot >> sector screwed up? >> > > Usually there are more than 1 file system present. The MBR will have no > bearing on any other than the one you need to boot from, and this is usually

Re: 7.2 RELEASE ? Buggy as hell

2009-07-30 Thread Adam Vande More
On Thu, Jul 30, 2009 at 2:32 PM, PJ wrote: > I have (supposedly, as I am told by my bootup) upgraded to 7.2 > Wonderful. But how do i make this thing work. I've managed to do it on > an amd64 on an ACER Travelmate 4400 running at 1600mhz. > This box runs on 3ghz; Xorg comes up and the mouse is de

today's cvsup introduces kernel build error

2009-07-30 Thread Scott Bennett
After running cvsup a few minutes ago, an attempt to build a new kernel failed with: ===> zyd (depend) @ -> /usr/src/sys machine -> /usr/src/sys/i386/include rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq -I/usr/src

Re: 7.2 RELEASE ? Buggy as hell

2009-07-30 Thread Julien Cigar
On Thu, 2009-07-30 at 15:32 -0400, PJ wrote: > I have (supposedly, as I am told by my bootup) upgraded to 7.2 > Wonderful. But how do i make this thing work. I've managed to do it on > an amd64 on an ACER Travelmate 4400 running at 1600mhz. > This box runs on 3ghz; Xorg comes up and the mouse is de

Re: how to boot or access problem file system

2009-07-30 Thread Paul Schmehl
--On Thursday, July 30, 2009 14:45:46 -0500 PJ wrote: Mike, I am not particularly interested in becoming a guru on FreeBSD. I just want to be able to use it productively... by that I do not mean make money, but get something achieved in the way of programming stuff for my own website etc. Havin

Re: 7.2 RELEASE ? Buggy as hell

2009-07-30 Thread Andrew Gould
On Thu, Jul 30, 2009 at 3:06 PM, Adam Vande More wrote: > On Thu, Jul 30, 2009 at 2:32 PM, PJ wrote: > >> I have (supposedly, as I am told by my bootup) upgraded to 7.2 >> Wonderful. But how do i make this thing work. I've managed to do it on >> an amd64 on an ACER Travelmate 4400 running at 1600m

Re: 7.2 RELEASE ? Buggy as hell

2009-07-30 Thread Mel Flynn
On Thursday 30 July 2009 12:50:11 Andrew Gould wrote: > On Thu, Jul 30, 2009 at 3:06 PM, Adam Vande More wrote: > > On Thu, Jul 30, 2009 at 2:32 PM, PJ wrote: > >> I have (supposedly, as I am told by my bootup) upgraded to 7.2 > >> Wonderful. But how do i make this thing work. I've managed to do

Re: 7.2 RELEASE ? Buggy as hell

2009-07-30 Thread Adam Vande More
On Thu, Jul 30, 2009 at 3:50 PM, Andrew Gould wrote: > On Thu, Jul 30, 2009 at 3:06 PM, Adam Vande More > wrote: > > On Thu, Jul 30, 2009 at 2:32 PM, PJ wrote: > > > >> I have (supposedly, as I am told by my bootup) upgraded to 7.2 > >> Wonderful. But how do i make this thing work. I've managed t

Re: how to boot or access problem file system

2009-07-30 Thread PJ
Paul Schmehl wrote: > --On Thursday, July 30, 2009 14:45:46 -0500 PJ > wrote: >> >> Mike, >> I am not particularly interested in becoming a guru on FreeBSD. I just >> want to be able to use it productively... by that I do not mean make >> money, but get something achieved in the way of programming

Re: how to boot or access problem file system

2009-07-30 Thread Tim Judd
On 7/30/09, PJ wrote: > Tim Judd wrote: >> On 7/30/09, PJ wrote: >> >>> What can be done to access a file system that seems to have the boot >>> sector screwed up? >>> The /usr files should be ok but how to access? >>> I get errors that the file system is full and I have no idea of how to >>> dea

Re: how to boot or access problem file system

2009-07-30 Thread Roland Smith
On Thu, Jul 30, 2009 at 03:20:55PM -0400, PJ wrote: > Roland Smith wrote: > > On Thu, Jul 30, 2009 at 01:40:58PM -0400, PJ wrote: > > > >> What can be done to access a file system that seems to have the boot > >> sector screwed up? I forgot to mention that your boot sector is fine. If it were s

net/linux-nx-client: problems connecting to server

2009-07-30 Thread Daniel Underwood
I *can* connect to the server on my Ubuntu machine, but not on my FreeBSD machine. When trying to connect to my nx server (on a RHEL5 machine), I am able to authenticate successfully but at the "negotiating link parameters step", an error dialog box opens asking if I want to terminate the connecti

Re: 7.2 RELEASE ? Buggy as hell

2009-07-30 Thread Freminlins
2009/7/30 Mel Flynn > > > You should really be using PCBSD if you want a packaged desktop system, for > which the developers claim responsibility and for which much (if not all) > of > the configuration has been done for you. I disagree with that. It even says on the FreeBSD web site "FreeBSD® i

B2B Europe

2009-07-30 Thread Mr. Storm, EU B2B
Welcome on the first multilingual B2B Portal on http://eu-b2b.eu The European Union wants a better integration of new EU countries into the world economic cycle. For this reason, this multilingual B2B portal is created. The user can choose the product category in many languages and sell or buy p

Re: 7.2 RELEASE ? Buggy as hell

2009-07-30 Thread Mel Flynn
On Thursday 30 July 2009 14:50:07 Freminlins wrote: > 2009/7/30 Mel Flynn > ailing.thruhere.net> > > > You should really be using PCBSD if you want a packaged desktop system, > > for which the developers claim responsibility and for which much (if not > > all) of > > the configuration has been done

Re: SMTP Authentication

2009-07-30 Thread Reed Lai
Both servers have same ldd outputs and Sendmail.conf contains only "pwcheck_method: saslauthd" banyan# ldd -a /usr/sbin/sendmail /usr/sbin/sendmail: libutil.so.7 => /lib/libutil.so.7 (0x2807d000) libc.so.7 => /lib/libc.so.7 (0x2808a000) /lib/libutil.so.7: libc.so.7

Re: 7.2 RELEASE ? Buggy as hell

2009-07-30 Thread Andrew Gould
On Thu, Jul 30, 2009 at 4:08 PM, Mel Flynn wrote: > On Thursday 30 July 2009 12:50:11 Andrew Gould wrote: >> On Thu, Jul 30, 2009 at 3:06 PM, Adam Vande More > wrote: >> > On Thu, Jul 30, 2009 at 2:32 PM, PJ wrote: >> >> I have (supposedly, as I am told by my bootup) upgraded to 7.2 >> >> Wonderfu

Re: SMTP Authentication

2009-07-30 Thread Reed Lai
And there is LOGIN option selected (as ports default options) when installing the cyrus-sasl2. Reed From: Reed Lai Sent: Friday, July 31, 2009 10:14 AM To: FreeBSD Question Subject: Re: SMTP Authentication Both servers have same ldd outputs and Sendmail.conf contains only "pwcheck_method: sas

gmirror / crash dumps

2009-07-30 Thread Philip M. Gollucci
Hi, Say I've got the following: /dev/mirror/gm0s1bnoneswapsw /dev/mirror/gm0s1a989M390M520M43%/ /dev/mirror/gm0s1g 15G1.7G 12G13%/usr /dev/mirror/gm0s1h544G1.8M501G 0%/usr/home /dev/mirror/gm0s1d1.9G500M1.

Re: SMTP Authentication

2009-07-30 Thread Reed Lai
The test of saslauthd seems OK too: banyan# testsaslauthd -s smtp -u aNN -p 0: OK "Success." The auth login in smtp connection is still not available: ehlo local 250-banyan...com Hello localhost [127.0.0.1], pleased to meet you ... 250-AUTH GSSAPI DIGEST-

Re: SMTP Authentication

2009-07-30 Thread Reed Lai
I am very sorry. I forgot to "make install" to install the /etc/mail/sendmail.cf, so it has only banyan..mc/cf files updated. I always forget the final target is sendmail.cf XD The new server is available for AUTH LOGIN now. The trouble is resolved. Ihor, thank you very mcuh for all helps! Ree

Re: 7.2 RELEASE ? Buggy as hell

2009-07-30 Thread Mel Flynn
On Thursday 30 July 2009 18:24:54 Andrew Gould wrote: > On Thu, Jul 30, 2009 at 4:08 PM, Mel > > Flynn wrote: > > On Thursday 30 July 2009 12:50:11 Andrew Gould wrote: > >> On Thu, Jul 30, 2009 at 3:06 PM, Adam Vande More > > > > wrote: > >> > On Thu, Jul 30, 2009 at 2:32 PM, PJ wrote: > >> >> I h

Re: gmirror / crash dumps

2009-07-30 Thread Adam Vande More
On Thu, Jul 30, 2009 at 11:23 PM, Philip M. Gollucci wrote: > Hi, > > Say I've got the following: > /dev/mirror/gm0s1bnoneswapsw > > /dev/mirror/gm0s1a989M390M520M43%/ > /dev/mirror/gm0s1g 15G1.7G 12G13%/usr > /dev/mirror/gm0s1h544G

Looking for fast graphical web browser

2009-07-30 Thread Daniel Underwood
Can anyone suggest a fast graphical web browser? I use Firefox (because every page displays well and I can sync bookmarks), and I also use elinks (when graphics don't matter). I'm looking for some middle ground, a browser that can display most sites well but is faster (or more lightweight) than F

Re: Looking for fast graphical web browser

2009-07-30 Thread Andreas Rudisch
On Fri, 31 Jul 2009 02:32:49 -0400 Daniel Underwood wrote: > Can anyone suggest a fast graphical web browser? Opera. Andreas -- GnuPG key : 0x2A573565|http://www.gnupg.org/howtos/de/ Fingerprint: 925D 2089 0BF9 8DE5 9166 33BB F0FD CD37 2A57 3565 pgptocbRDDx3X.pgp Description: PGP sig