Displaying 20 results from an estimated 300 matches similar to: "pop3-login problem"
2006 Jun 02
6
Built-in iexplore
Trying to use built-in iexplore.exe (wine-0.9.14, FreeBSD-5.3? KDE-3.5.2).
I get:
$ wine iexplore
fixme:shdocvw:IEWinMain "" 1
fixme:ole:CoResumeClassObjects stub
Could not load Mozilla. HTML rendering will be disabled.
fixme:shdocvw:ClOleCommandTarget_QueryStatus (0x17df9c)->((null) 1 0x34fba8
0x0)
fixme:shdocvw:ClOleCommandTarget_Exec (0x17df9c)->((null) 25 0 0x34fbd0 0x0)
2005 Jun 15
7
Wine-20050524 problem
I had Wine-20050310 installed from FreeBSD ports. This version worked fine
for me.
But after upgrading to Wine-20050524 some applications don't work properly.
E.g. Intranet Chat:
http://www.softpedia.com/get/Internet/Chat/LAN-Messaging-Clients/Intranet-Chat.shtml.
Running this applications I see a following message:
fixme:system:SystemParametersInfoW Unimplemented action: 8193
2012 Aug 17
1
Expire-tool does not delete duplicate messages (dovecot-1.2.17)
Trying to implement expire plugin.
expire-tool works fine. This delete expunged messages but not all of them.
I have duplicate messages in appropriate folder. These messages are from
expanding postfix aliases (e.g. postmaster@, hostmaster@, abuse@ etc.
points to same mailbox and spam often sent to all of them.
If duplicate message is received only one entry in dovecot-uidlist is
created and only
2005 Dec 06
4
Joining Samba3 to NT4 domain problem
Hi all,
I try to join samba3 to NT4 domain:
My smb.conf is following:
[global]
workgroup = MYDOM
netbios name = LANSERVER
server string = Samba Server
security = domain
hosts allow = 10. 127.
log file = /var/log/samba/log.%m
max log size = 50
password server = PDC
#encrypt passwords = yes
#winbind uid = 10000-20000
#winbind gid = 10000-20000
idmap uid = 15000-20000
idmap gid =
2017 Feb 17
6
Intel MPX support (instrumentation pass similar to gcc's Pointer Checker)
Hello,
even though the study of Intel MPX took much longer than expected, we
have finally finished it. Currently, it is published in two formats:
* as a technical report: https://arxiv.org/abs/1702.00719
* and as a webpage: https://intel-mpx.github.io/
This work contains evaluation of MPX from perspectives of performance
(Phoenix, PARSEC, and SPEC benchmark suites), security (RIPE and found
2006 Jun 14
1
ppp & winbind question
I need to authenticate ppp users in NT4 domain with winbind. I know about ppp-winbind plugin but as I understand it is
a part of ppp-2.4.x.
On my FreeBSD 5.3.I have ppp-2.3 installed. Is it possible to use this plugin under 2.3 or I need move to Linux to do
this?
Thanks,
Kryol
2005 Oct 26
1
Wine fonts
Today I've upgraded wine to wine-20050930.
I know this version has no config file and I must use winecfg and regedit instead.
But I have a question.
How to specify [FontsDir]? I can not see cyrillic fonts.
Thanks,
Kryol
2012 May 10
2
Result of clustering on plot
Hello! I 'm new to R and need your help in one question...
I did cluster analysis using kmeans function. I load data from file:
This file also contains headers for objects I want to cluster.
After making a clustering procedure I display result on plot:
And it shows only points (i.e. objects) without their names.
Is there any way to mark points on this plot with their names from file?
Your
2005 Nov 15
4
Some applications does not work
Hi all,
I found that some applications does not work more. The last successfull version was 20050310.
For testing I can propose one example : http://hem.bredband.net/alivor/ichat121b6.exe
Now I try to use wine 0.9.1 under FreeBSD (KDE 3.4.0).
The application above is installed fine but during start I see:
fixme:system:SystemParametersInfoW Unimplemented action: 8193
2005 Apr 11
2
Semantics of chaining...
Just been thinking about this lately... but what exactly is a chain meant to
represent ?
I can see two alternatives... it's merely an "invisible" join... as is used
by say vcut. In other words 2x 1 minute chains should be treated as 1x 2
minutes. Or it is a chapter, say putting a whole album in one file, where
each chain is one song, but they are intended to be played chainwise
2008 Jul 05
2
[LLVMdev] ffmpeg on fedora core 8
hello mailinglist,
i currently try to compile ffmpeg on a 64bit fedora-core 8 machine using
llvm2.3.
the "good" things first:
everything works fine on a 32bit ubuntu-machine using llvm-2.3 (actually i
do not know if that is grace to ubuntu or grace to 32bit)
when using the normal gcc on the 64bit fc8 machine, everything works too.
now the "bad" thing: it does not work on fc8
2017 Nov 29
3
Version of LLVM used in Xcode 9.1
Hello!
I'm wondering which LLVM upstream version is used in "Apple LLVM version
9.0.0 (clang-900.0.38)" included in the latest stable Xcode 9.1?
The last source code published by Apple was
https://opensource.apple.com/source/clang/clang-800.0.42.1/src/ which used
LLVM 3.9 version (according to CMakeLists.txt).
Best regards,
Anton
-------------- next part --------------
An HTML
2008 Sep 13
3
question on sending mail with 5.2
I made a little file with a From:, To: and body.
I execute the command cat file.txt | sendmail -t -O MinQueueAge=1m
thinking that the message would try every minute to send instead of the
default 30m. (if the initial attempt failed of course).
This doesnt seem to have any effect?
In the event I have an important email and I want it try perhaps every
minute (1minute)
to send the email how do I
2006 Dec 08
3
build error: strerror() ...
Hi,
changeset 12809 gives me this:
xc_private.c: In function ‘safe_strerror’:
xc_private.c:500: warning: return makes pointer from integer without a cast
make[3]: *** [xc_private.o] Error 1
cheers,
Gerd
--
Gerd Hoffmann <kraxel@suse.de>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2006 Dec 08
2
[patch] Add more xc_error_code values.
XC_INVALID_PARAM
such as asking for features unsupported by either xen or guest kernel.
XC_OUT_OF_MEMORY
no comment ;)
Signed-off-by: Gerd Hoffmann <kraxel@suse.de>
---
tools/libxc/xenctrl.h | 2 ++
1 file changed, 2 insertions(+)
Index: build-32-unstable-12802/tools/libxc/xenctrl.h
===================================================================
---
2006 Oct 06
3
Theora file size
Hi
I was surprised with size of Theora files and thought
of feedback.
Following 1minute duration Theora and Xvid files were
made from a y4m file. The resolution is 1280x720:
1. Xvid 17MB
2. Ogg/Theora Q7 31MB
3. Ogg/Theora Q8 38MB
4. Ogg/Theora Q9 49MB
5. Ogg/Theora Q10 61MB
The Xvid file was made using mencoder by 2 passes with
following options:
2020 Jun 22
4
R 4.0.2 is released
The build system rolled up R-4.0.2.tar.gz (codename "Taking Off Again") this morning.
The list below details the changes in this release.
You can get the source code from
http://cran.r-project.org/src/base/R-4/R-4.0.2.tar.gz
or wait for it to be mirrored at a CRAN site nearer to you.
Binaries for various platforms will appear in due course.
For the R Core Team,
Peter Dalgaard
2006 May 16
2
new assembler port
Hello,
I'm trying to use speex for implementing a VoIP demo application using
linphone
on an embedded system. At the moment I'm not really able to do real time
encoding,
and thinking about making an assembler port for speex to the AVR32
architecture.
The AVR32 is a new hybrid MCU/DSP fixed point processor running at
120Mhz in
my application.
Does anyone have experiences/info about the
2008 Sep 02
4
Attachment_fu, Paperclip, & S3
For various reasons, I made a git branch and installed Paperclip in
place of attachment_fu. Paperclip works great except that images seem to
have lost some quality; edges have gone a little too jaggy to be able to
drop attachment_fu just yet. After a post on the Paperclip Google Group,
someone suggested the :convert_options could be passed additional
attributes, like ''quality'',
2013 Sep 27
1
Truncated emails
Hi,
I'm running Dovecot IMAP and some times receive truncated emails.
Don't understand why.
Here are my settings:
/dovecot -n
# 1.2.9: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-48-server x86_64 Ubuntu 10.04.4 LTS
log_path: /var/log/dovecot/dovecot.log
info_log_path: /var/log/dovecot/dovecot.log
log_timestamp: ?? %Y-%m-%d %H:%M:%S ??
login_dir: /var/run/dovecot/login
login_executable: