Displaying 20 results from an estimated 3000 matches similar to: "(no subject)"
2006 Sep 18
1
(no subject)
You may want to rethink your whole approach here:
1. Pie charts are usually a poor choice of graph, there are better
choices.
2. Adding percentages to a pie chart is a way of admitting that the pie
chart is not doing the job.
3. If you want people to compare percentages, then a table is what is
needed.
4. A pie chart with percentages added is essentially a colorful but
poorly layed out table.
2006 Dec 18
1
Installing gecko in wine with proxy
Hi,
I am currently trying to make an app work under wine, and it needs
gecko. The automatic installer pop-up, but can't download anything. I
think it's because I'm behind a proxy, but I don't know how to configure it.
--
Colin Pitrat (Bull Services Telco)
Bull, Architect of an Open World (TM)
T?l : +33 (0) 1 30 80 72 93
www.bull.com
-------------- next part --------------
A
2006 Dec 18
1
Can't find lcabinet when runnig make crosstest
Hi,
when I run make crosstest, I get an error message saying it can't find
lcabinet :
make[2]: Entering directory '/home/colin/Devs/wine/dlls/advpack/tests'
i686-mingw32-gcc advpack.cross.o files.cross.o install.cross.o
testlist.cross.o -o advpack_crosstest.exe -lcabinet -luser32 -ladvapi32
-lkernel32
/usr/lib/gcc/i686-mingw32/3.4.4/../../../../i686-mingw32/bin/ld: can't
find
2009 Apr 08
2
dovecot 1.2-rc2 doesn't build on Solaris 10
Hi all, Timo,
When trying to build 1.2 rc2 on Solaris 10, with the same options and
compiler as what works for 1.1.13, I get the following error:
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib
-I../../../src/lib-dict -I../../../src/lib-index -I../../../src/lib-mail
-I../../../src/lib-storage -I../../../src/lib-storage/index
-I../../../src/lib-storage/index/maildir -O
2009 Apr 20
1
RJS sporadic error message
I have this form that allows a user to enter a username and save it,
assocciating your profile with theirs via an id. A list gets updated and
a partial is displayed. The problem is that when I hit the submit button
to this form to make this all happened I (sometimes, but more often then
not) get an RJS error that reads:
TypeError: Cannot set property ''innerHTML'' of bull.
I hot
2008 Sep 22
2
One fs with quota, one without: incorrect data shown
Hello all,
I'm using Dovecot 1.0.15 on a Solaris 10.
There are two different FS in place for IMAP:
/var/mail for inbox
/export/home for the mail folders
The first doesn't have quota, the second does.
However, I've noticed that Thunderbird does display quota information on
the inbox (that doesn't make any sense, the values are incorrect).
The same incorrect values are shown for
2008 Mar 04
2
Building Dovecot with OpenLDAP break PAM LDAP on Solaris
Hi all,
I'm back with more data on a problem Iposted about one month ago.
To sum it up, my Solaris 10 box has local accounts as well as LDAP ones
via PAM. They work well as-is, with no special configuratio, for WU IMAP
(using the ?other? entry in pam.conf.
When I tried a self-built Dovecot, all accounts were authenticated
without problem. Then I tried the Blastwave version, same release,
2008 Oct 31
2
Separate quotas not displayed correctly
Hello all,
My system is set up to have quotas both on /var/mail, where emails are
received, and on /export/home, where users' homedirs are.
But the client (Thunderbird) shows the same /export/home values both for
the Inbox and for the folders in the homedir, so a user cannot know
where she stands on her /var/mail use.
This is Dovecot 1.1.5. As per the wiki, the dovecot.conf file contains
2007 Aug 21
4
communication between classes / hosts
Hi there, me again!
I´m looking for a solution for the following:
I have two (a bunch really..) of services that work together and have to
exchange some configinformation between each other. I can get this to
work in only one of three cases:
1. Works
#
class serviceB {
file {"serviceBconfig":
content => $serviceA::serviceAvar
}
}
#
#
class serviceA {
$serviceAvar
2007 Jun 28
1
Webcam under wine
Hi,
I recently installed a webcam under Linux, and I'd like to use it with
wine. I'd like to test x-lite with this webcam, but I have no idea how
to make it see my webcam. I tried in winecfg, but it doesn't seem to
contain anything related to the webcam.
I searched on internet, but only found some doc about msn messenger.
Apparently, it's kind of a hack, not a way to make the
2009 Jun 16
3
x86_64 CentOS 5.3 Users - Library Issue
Hello,
I need to conduct a little research.
Anyone who is running CentOS 5.3 x86_64 please run the following:
# yum install libxml2-devel
# nm /usr/lib64/libxml2.a | grep xmlXPathContextSetCache
If my suspicions are correct, if you run cPanel/WHM you will not see
any output and if without cPanel/WHM you'll see something similar to
this:
00000000000023a0 T xmlXPathContextSetCache
Thanks
2004 May 12
2
How to display the folder names in Japanese?
Hi,
I have a FreeBSD-Current and I wanted to access the shares in our Windows NT.
What I did:
Since I only wanted to Access the only Data Server that we have in our
ethernet LAN I tried in kterm the following,
#smbutil view //windows_username@dataserver
The result is,
Share Type Comment
-------------------------------
NETLOGON disk Logon server share
ADMIN$ disk
2008 Jan 31
2
Using Dovecot with nsswitch for LDAP on Solaris
Hello all,
I'm having some issues configuring dovecot 1.0.10 on a Solaris 10 box,
that uses LDAP?for its accounts.
The local accounts (in /etc/passwd) are authenticated properly and work
as expected, but all accounts from the LDAP fail authentication.
Those are declared for the system using PAM and NSS (/etc/pam.conf and
/etc/nsswitch.conf are configured accordingly).
Currently, there are
2009 Apr 15
1
hang with fsdlm
Using fsdlm/ocfs2_controld.cman, I've rerun the test I've been having problems
with on 2.6.30-rc1. After running for several minutes in the same directory
on three nodes, the test hangs, and I collect the following information:
bull-01
-------
3053 S< [ocfs2dc] ocfs2_downconvert_thread
3054 S< [dlm_astd] dlm_astd
3055 S< [dlm_scand]
2007 Oct 23
2
sample app using Sequel?
I''m a new merb user. Rather than ask a bunch of questions on this
list, I''d like to ask if anyone can point me to a sample merb
application preferably using trunk (or close to it) and preferably
using Sequel for the ORM.
If I can''t figure out how to bull my way through things from a
sample, I''ll come back and ask my newbie questions. Thanks!
cr
1999 Sep 07
2
weird printing problems.
I'm experiencing some weird printing problems with samba connected
printers. When I'll bring up a 95/98 workstation, sometimes it will say
that the printer is offline, when it clearly isn't, or it will see
everything fine, but it simply won't print.
These are remote lpd connected printer to the samba server, and lpd can
print fine. These are JetDirect HP printers.
Any
2008 Jul 28
3
CentOS 5.2 yum repos old rpm
Hey everyone,
This is the first time I've ever used a mailing-list so bear with me :-)
I've just got a new dedicated server from Hostik and they've installed
CentOS 5.2 on the system (awesome!) and came pre-installed with PHP, MySQL,
and Apache (among other things). I noticed that PHP version is 5.1.6, the
MYSQL is 5.0.45, and Apache is 2.2.3
I ran yum to update, thinking it would
2008 Nov 28
2
Panic in 1.1.6 file ioloop.c: line 206
Hi all,
I just had a panic with dovecot 1.1.6, two days after replacing 1.0.15
with it in production.
Here are the logs immediately preceding the panic, I think they're
related. It seems the user connected simultaneously from two different
clients, from his own computer and a webmail running on the server, then
manipulated mail folders on one side, and logged out. The panic occurred
3
2005 Jun 15
2
2GB File on AIX 5.2
I'm currently using Samba 3.0.10 binary from Bull AIX Freeware.
http://www.bullfreeware.com/download/aix52/samba-3.0.10.0.bff
I already configured Samba as a Domain member and ran winbind
to authenticate with Domain controller. However, I have no luck
to transfer any file larger than 2GB.
Here is the error from Samba log file
[2005/06/15 14:39:16, 3] smbd/error.c:error_packet(105)
error
2008 Oct 30
3
edit C: drive path.
I recently killed my Windows installation with the "upgrade" to SP3. Some driver bull$#!7 idk... Well, I need to uninstall Sp3, but the cache is, I can't uninstall it if I'm not booted into Windows because it automatically expects the drive letter to be C:. Well, here's my plan: I want to reassign temporarily the C: drive in WINE to /media/disk instead of c_drive...