Thumbnail Image Viewer for Large Number of Files

2012-04-25 Thread Carolyn Longfoot


Hello!

I'm looking for recommendations for an image viewer that does not choke on a 
large number of files, I tried fotoxx but that dies on  20,000 files and other 
tools (like danpei) seem to want to read all files first before displaying any 
thumbnails. Is there a tool that just dynamically reads the files and builds 
thumbnails as one pages through the collection? I do realize that this is not 
quite as fast as pre-cached thumbnails but with 300k images that's just not an 
option, anything I tried either crashes or just sits there for hours. The 
images are about 50k each, coming from a network camera.

Ideally I would like to choose a thumbnail size that suits me, fill the screen 
with them and then select the ones that are uninteresting (could be across 
several screens/pages) and delete the original files.

Maybe somebody had and solved a similar challenge. Or should I just be smarter 
and collect each day into it's own directory?


Thanks,

Caro

  
___
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


Ports Libraries - Shared object libz.so.5 not found

2012-04-24 Thread Carolyn Longfoot

I'm on 9.0 Release AMD64 and did not have Compat8x installed from ports which 
fixed the issue, but I am wondering what (apart from upgrading *all* ports) 
would be the correct approach to find out which port needs to be updated so 
that whatever references the libz.so.5 version instead of libz.so.6 gets 
updated?

This is very confusing to me because I got the error with php, and I am on the 
very latest php5-5.3.10_1 version which I would expect to reference current 
libraries.

Now I also have a problem with libssl.so.7, which popped up with Samba36. Again 
I'm wondering what version provides the .7 incarnation.
I found a comment (http://forums.freebsd.org/showthread.php?t=21886) that this 
library is part of security/openssl but a reinstall just now of openssl only 
gave me libssl.so.8, so that's no longer valid. Creating a link to libssl.so.7 
fixes the problem but is probably not the correct approach.

I guess the summary of the above is the question how one should go about 
keeping/getting the right library versions. Or is that really a port problem 
because they do not keep step with dependencies?

An explanation in layman's terms would be appreciated :-)


Thanks,

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


Custom Kernel Target Ignored

2012-02-26 Thread Carolyn Longfoot


When I start
cd /usr/src
make buildkernel KERNELCONF=MYKERNEL

then the process start and gives
--
 Kernel build for GENERIC started on Sat Feb 25 10:59:25 EST 2012
--
Even though my config file has
ident MYKERNEL

I checked and there are no rogue versions of MYKERNEL (like a straight copy 
from GENERIC) and it exists in
/usr/src/sys/amd64/conf

I'm probably missing something really simple here, why would 'make' go for 
GENERIC instead of my custom config?
This is 9.0 RELEASE.

Thanks,
Caro

  
___
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: Custom Kernel Target Ignored

2012-02-26 Thread Carolyn Longfoot

  
  make buildkernel KERNCONF=AsusAMD620
 
 is what I do.
 
 Erich

ARGHHH... KERNCONF not KERNELCONF... scuse my blindness...
  
___
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: What are _p. files that break installworld?

2004-01-11 Thread Carolyn Longfoot
ARRGGGHH

I knew it was something simple like this. I compiled on one box and 
installed on another, so /etc/make.conf on one was used during compile and 
another make.conf during install.
Big trap.

Thanks a lot!
Caro

From: Chuck Swiger [EMAIL PROTECTED]
The _p.a files are profiled versions of the libraries, although their 
absence normally doesn't cause any problems.  You may have NOPROFILE=true 
set in your /etc/make.conf, or you may have had it set when building world 
but not when you tried the installworld.

--
-Chuck
_
Get a FREE online virus check for your PC here, from McAfee. 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


What are _p. files that break installworld?

2004-01-10 Thread Carolyn Longfoot
I have just run make buildworld on '4 stable' (4.9) and with make 
installworld I get a ton of missing files, such as libvgl_p.a /usr/lib, all 
follwing the same pattern where a .a file exists but the corresponding _p.a 
file in the same lib directory.

What's up with that and what are those pesky files?

Cheers,
Caro
_
Get a FREE online virus check for your PC here, from McAfee. 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


How to force fresh install of a port, esp. KDE?

2002-12-23 Thread Carolyn Longfoot
How can I install a port without reference to already installed portions of 
it, so that it blindly installs everything it needs, regardless of what may 
or may not already be there? I think I messed up KDE and ended up installing 
some parts by themselves but it still misses obscure files, like 
kartsdispatcher.h (even though I have arts installed).
KDE is obviously a very fat port with lots of components and I'm hoping a 
forced fresh install will fix my problems. I have no idea how to clean up 
the mess otherwise, since it's impossible to locate all the files and ports 
that the KDE 'make install', plus my manual fiddling,  have already 
installed.

Cheers,
Caro



_
Add photos to your e-mail with MSN 8. Get 3 months FREE*. 
http://join.msn.com/?page=features/featuredemailxAPID=42PS=47575PI=7324DI=7474SU= 
http://www.hotmail.msn.com/cgi-bin/getmsgHL=1216hotmailtaglines_addphotos_3mf


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message