similar to: Re: Access HTTPS/SSL enabled sites

Displaying 20 results from an estimated 2000 matches similar to: "Re: Access HTTPS/SSL enabled sites"

2010 Aug 04
3
How to fix the SSL/https problem?
Schuttwegraeumer <wineforum-user at winehq.org> wrote: >Sent: Aug 3, 2010 11:21 AM >To: wine-users at winehq.org >Subject: [Wine] Re: How to fix the SSL/https problem? > >Is that usefull?: If you want us to tell you that you are doing this right, yes. For location of errors, no. > > >> schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect start >> schutti
2005 Nov 12
2
Internet Explorer installs under wine as default Win2K but then crashes when run...
I want to run Internet Explorer as Win2K at the very least so I might be able to get updates, trying to keep up with security fixes... this might be a pipe dream? I would rather not run anything as Win98 if I can help it... In any case, what I did was, from a clean install of Wine 0.9 on Fedora Core 4, ran [user@localhost ~]$ wine wine: creating configuration directory
2011 Jan 18
2
Surprise Thread Preemptions
Hi, I would like to know about which threads will be preempted by which on my OpenSolaris machine. Therefore, I ran a multithreaded program "myprogram" with 32 threads on my 24-core Solaris machine. I make sure that each thread of my program has same priority (priority zero), so that we can reduce priority inversions (saving preemptions -- system overhead). However, I ran the following
2009 Aug 08
1
How to pass flags (arguments) to an application
Hi everyone. I have a problem running a Windows appilcation with wine. The application is a Acucobol program. When I run "wine wrun32.exe myprogram" it works ok. When I run "wine wrun32.exe -C config.cfg myprogram" wine says myprogram doesn't exist. Any help? -- Marcelo Arroyo
2003 Jan 08
3
Errors running R in Batch mode under Win2000
I have made many different attempts to run a R program in Batch mode. I run a DOS command like: C:\Progra~1\R\rw1061\bin\rterm.exe -q --no-restore --no-save myprogram.R out.txt What happens: 1. DOS Shell starts up well 2. R starts 3. I get the messages: "ARGUMENT 'myprogram.R' __ignored__" "ARGUMENT 'out.txt' __ignored__" 4. R Shell is ready to
2006 Aug 20
1
yetisports fails to start
Hi ! Playing yetisports 1,2,4 and 5 works with cvs version of wine- Starting yetisports 8,7,6 and 3 fails: yetisports 8 -------------- wine: Unhandled page fault on read access to 0x02af1d74 at address 0x0000:0x00403f0e (thread 0009), starting debugger... WineDbg starting on pid 0x8 First chance exception: page fault on read access to 0x02af1d74 in 32-bit code (0x00403f0e). Register dump:
2018 Nov 26
3
CentOS 7 bash perhaps off topic
hi all, I have a small script that seems to be exiting and hitting the sleep 60... The smwebsocket just connects to the web socket provided and outputs the data. This works manually. the myprogram just opens a database and writes the line... My desire is to run the smwebsocket, connect to the websocket and output the data (line by line) when we get a line that matches Location take that line
2012 Jan 21
1
recomile a dll file in R
dear all, I created a dll file from a fortran program. How I can recompile it in R? I use "dyn.load(F:/myprogram.dll)" without any error but when I run "source(F:/myprogram.r)" this error occurs: "Error in file(file, "r", encoding = encoding) : cannot open the connection In addition: Warning message: In file(file, "r", encoding = encoding) :
2004 Nov 20
8
internet explorer
Hello, Has anyone succeed to install Internet Explorer with wine-20041019 ? For what I have seen from winehq it should be possible but I have not succeeded. Which dlls and which config must I have ? I have tried with ie5 and ie6. I suspect I must have some native dlls but I do not know which and which config must I have. Olive
2016 Aug 09
2
Man page for idmap_rid
On 2016-08-09 at 17:58 +0100, Rowland Penny via samba wrote: > On Tue, 9 Aug 2016 13:37:18 -0300 > francis picabia <fpicabia at gmail.com> wrote: > > > > > > getent passwd username > > > > (or "theusername") is not the literal command. I substitute > > 'username' here to protect the user id. > > genent passwd on the user
2010 Aug 18
8
No wine command
I installed wine, but when I type wine in the console the command are not found! Please help me.
2006 Dec 20
2
\Sexpr in MikTex
Greetings, \Sexpr{} has worked on MikTex with earlier versions of R, I can not seem to get it to work with R-2.4.0. I run Sweave with MikTex using the following statement in Run under Accessories. latex -include-directory="C:\Program Files\R\R-2.4.0\share\texmf" "C:\Documents and Settings\Suzette\Desktop\MyFile\MyProgram.tex" Any advice would be much appreciated, Suzette
2007 Dec 10
1
Question re: RWinEdt conflicting with my WinEdt
Hi, This is a question regarding the RWinEdt package for R. I have WinEdt 5.5, RWinEdt 1.7-9, and R 2.6.0 on WindowsXP. Somehow my configuration or start up files between RWinEdt and WinEdt are getting confused. Usually when I open either one, the last files I was working on *with that program* are opened automatically. So if I last used mydoc.tex in WinEdt and myprogram.R in RWinEdt those
2009 Jan 25
4
Too much functionality in WINE
Does anyone know of a way to compile a LITE wine - like a zinfandel I guess? I just want to be able to use - wine /mypathto/myprogram.exe. such as --disable-dev --without-notepad --without-ie.... After compiling wine 1.1.13 it works quite well... at least the parts of it that I have tested. There are so many things included that I will never use that basically just take up space. For instance
2008 Jun 24
9
No Sound in Wine - disable / remove pulseaudio
Wine requires direct access to sound device(s) to make sound. This is true for both ALSA and OSS driver back-ends. However most sound servers are not compatible with neither of these back-ends. This also true about pulse-audio - it is not fully compatible with Wine. If you using new distro (Fedora 8, Ubuntu 8.04, SuSE 11) and do not have sound you should: 1. Report problem to your distro support
2005 May 27
1
Crypt32: cant build tests
I cant build the new crypt32 tests added by Kees Cook with the latest CVS. I actually get undefined references to CryptUnprotectData : [syl@wine tests]$ make ../../../tools/winegcc/winegcc -B../../../tools/winebuild -mconsole protectdata.o testlist.o -o crypt32_test.exe.so -L../../../libs/port -lwine_port -L../../../dlls -L../../../dlls/crypt32 -L../../../libs -lcrypt32
2009 Jul 07
2
Transferring files Mac OS X 10.5.6
Hey, I'm trying to transfer a file from my Mac desktop to my wine program folder. The situation is that I downloaded a setup .exe to my Mac desktop and was able to use it to install my program with wine. Now I need to update the software and all I have available is the .exe for the program itself to replace in the program folder. basically, i need to replace wine "c:\program
2019 May 20
2
Fw: Btrfs Samba and Quotas
On 20/05/2019 18:54, Hendrik Friedel wrote: > Hello, > >> Is btrfs becoming more common ? > In my impression: Yes. Also, this problem seems to affect also zfs and > thus all (?) file systems that support checksums and scrubbing in > linux; consequently all filesystems that are the choice of users who > need this for ensuring data consistency. Not from my experience, but,
2006 Nov 09
6
bridge interfaces in dom0
Hi. I have another question, hopefully easier than my last: Do all physical interfaces in dom0 need to have an IP addresse in order to be used as a bridge by guest domains? I thought that the interface would have to merely be "up" but not necessarily have an IP address configured since bridging is done at layer 2. But alas, if I don''t configure an IP address on dom0 the bridge
2008 Mar 15
8
Help with Netsoccer
Hi! There's a small online game that wich i'm a frequent player of, which is Netsoccer (www.netsoccer.biz)... But I decided to get rid of windows, since I tested the ubuntu live cd, so i installed ubuntu. Then, in order to play my favorite game, i installed wine and downloaded Netsoccer... I read some tutorials and got wine working... But i can't get Netsoccer working =(.. I get an