Displaying 20 results from an estimated 140 matches for "80386".
2020 May 27
4
Adobe digital editions?
On 2020-05-27 00:23, Frank Cox wrote:
> On Wed, 27 May 2020 00:05:34 -0400
> mark wrote:
>
>> The one from their website: file setup.exe
>> setup.exe: PE32 executable (GUI) Intel 80386, for MS Windows, Nullsoft
>> Installer self-extracting archive
>
> Are you sure you have 32-bit wine and not 64-bit wine since your installer says 80386?
>
Really annoying that reply goes to send, not list by default....
That was a good catch. And I've tried the ADE installer...
2020 May 27
4
Adobe digital editions?
I had it installed, running under WINE on CentOS 6. Bought a ebook, it
insisted it needed ADE, I d/l from the sellers site... setup.exe won't
run. Tried d/l 4.5 and 3 from Adobe, neither installer works,
The one from their website: file setup.exe
setup.exe: PE32 executable (GUI) Intel 80386, for MS Windows, Nullsoft
Installer self-extracting archive
Anyone run into this yet? I have books I *bought*, and I want them....
mark
2010 Jan 13
1
[Patch] Make OpenSSH work with FreeBSD's utmpx implementation
...database files directly. This
definition seems to be required by OpenSSH, even though it is not used
in a sensible way.
The attached patch makes OpenSSH from CVS build on FreeBSD HEAD again.
It would be nice if it could be incorporated into the next version.
Greetings,
--
Ed Schouten <ed at 80386.nl>
WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openssh.diff
Type: text/x-diff
Size: 4407 bytes
Desc: not available
URL: <http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20100113/87b83aec/attachment.bin>
-------...
2009 Dec 25
2
[openssh-portable] utmpx and ut_name
...ut_user,
+ MIN_SIZEOF(li->username, utx->ut_user)) == 0 ) {
# ifdef HAVE_TYPE_IN_UTMPX
if (utx->ut_type == USER_PROCESS)
return (1);
%%%
It changes all uses of ut_name on utmpx structures to ut_user. Any
chance this can go into CVS?
Merry christmas,
--
Ed Schouten <ed at 80386.nl>
WWW: http://80386.nl/
[1] http://www.opengroup.org/onlinepubs/9699919799/basedefs/utmpx.h.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.mindrot...
2003 Aug 24
2
weird problem with chkrootkit and checksums
Hello,
last night, my chkrootkit crontab returned an alarm message :
> Checking `lkm'... You have 1 process hidden for readdir command
> You have 2 process hidden for ps command
> Warning: Possible LKM Trojan installed
Some research on google make me think it's probably a false positive. I
tried few things :
re-launching chkrootkit : "Checking `lkm'...
2014 Jun 30
1
Building R on Windows: mkdir of Rtools creates directories with read-only permissions [WEIRD]
...386 -lR
> -lRblas -lgfortran
> cp lapack.dll ../../../modules/i386/lapack.dll
>
> and there is (obviously) read permissions on those files:
>
> C:\R\src\gnuwin32>file ..\..\bin\i386\*.dll
> ..\..\bin\i386\R.dll: PE32 executable for MS Windows (DLL)
> (GUI) Intel 80386 32-bit
> ..\..\bin\i386\Rblas.dll: PE32 executable for MS Windows (DLL)
> (console) Intel 80386 32-bit
> ..\..\bin\i386\Rgraphapp.dll: PE32 executable for MS Windows (DLL)
> (GUI) Intel 80386 32-bit
> ..\..\bin\i386\Riconv.dll: PE32 executable for MS Windows (DLL)
> (consol...
2008 Feb 05
5
32 bit applications on 64 bit machine
...that I can't run 32 bit applications on that. I can compile with the 32 bit option my sources, but when I'm trying to run them I obtain the following error message:
-bash: ./a.out: cannot execute binary file
And the file a.out returns the following:
a.out: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, not stripped
Any suggestions what I have to install or any links.
Thanx
s
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it no...
2010 Jul 14
3
sample sleep command killed
...e:
not a dynamic executable
klibc-1.5.18/usr/utils/static/sleep:
not a dynamic executable
faraday/phil /home/phil/klibc-project-0 584> file
klibc-1.5.18/usr/utils/static/true klibc-1.5.18/usr/utils/static/sleep
klibc-1.5.18/usr/utils/static/true: ELF 32-bit LSB executable, Intel
80386, version 1 (SYSV), statically linked, stripped
klibc-1.5.18/usr/utils/static/sleep: ELF 32-bit LSB executable, Intel
80386, version 1 (SYSV), statically linked, stripped
faraday/phil /home/phil/klibc-project-0 585> ls -dl
klibc-1.5.18/usr/utils/static/true klibc-1.5.18/usr/utils/static/sleep
-rw...
2014 Jan 09
0
Building R on Windows: mkdir of Rtools creates directories with read-only permissions [WEIRD]
...init_win.o Rlapackrc.o -L../../../bin/i386 -lR
-lRblas -lgfortran
cp lapack.dll ../../../modules/i386/lapack.dll
and there is (obviously) read permissions on those files:
C:\R\src\gnuwin32>file ..\..\bin\i386\*.dll
..\..\bin\i386\R.dll: PE32 executable for MS Windows (DLL)
(GUI) Intel 80386 32-bit
..\..\bin\i386\Rblas.dll: PE32 executable for MS Windows (DLL)
(console) Intel 80386 32-bit
..\..\bin\i386\Rgraphapp.dll: PE32 executable for MS Windows (DLL)
(GUI) Intel 80386 32-bit
..\..\bin\i386\Riconv.dll: PE32 executable for MS Windows (DLL)
(console) Intel 80386 32-bit
..\..\bi...
2015 Jan 10
2
[LLVMdev] [cfe-dev] Reminder: 3.6 branch is coming
On 10 Jan 2015, at 17:35, Dimitry Andric <dimitry at andric.com> wrote:
>
> It looks like the interpretation of what "__STDC_MB_MIGHT_NEQ_WC__" means differs between the llvm developers and the FreeBSD developers. I'm not sure what a good solution is.
I've just read the relevant parts of the C11 spec, and it's not really clear to me what the 'basic
2009 Aug 01
0
[LLVMdev] I add utf8 meta for all html documents:)
...ot;text/html; charset=utf-8">
> Before <title> is just because of
> in tag title may contains strange characters such as Chinese
> Characters and so on:)
Why not just configure the webserver properly, to serve the page with
the appropriate header?
--
Ed Schouten <ed at 80386.nl>
WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090802/9cae0def/attachment.sig>
2010 Mar 06
7
[Bug 1732] New: Proper utmpx support for FreeBSD HEAD
...D HEAD
Product: Portable OpenSSH
Version: 5.4p1
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: ed at 80386.nl
Created an attachment (id=1805)
--> (https://bugzilla.mindrot.org/attachment.cgi?id=1805)
OpenSSH + FreeBSD's utmpx
In order to make utmpx logging and lastlog information work on FreeBSD
HEAD, the attached patch is required. FreeBSD's <utmpx.h> doesn't
declare all sorts...
2010 May 18
7
How to build a 64 bit xen
Hi experts,''
I build xen on my 64 bit redhat with "make xen", I got the image
xen-4.0.0.gz
then
$gunzip xen-4.0.0.gz
$file xen-4.0.0
it tells me it''s 32 bit,but I saw it link the 64 bit lib
Thanks
Lei
--
"We learn from failure, not from success!"
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2010 May 18
7
How to build a 64 bit xen
Hi experts,''
I build xen on my 64 bit redhat with "make xen", I got the image
xen-4.0.0.gz
then
$gunzip xen-4.0.0.gz
$file xen-4.0.0
it tells me it''s 32 bit,but I saw it link the 64 bit lib
Thanks
Lei
--
"We learn from failure, not from success!"
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2009 Jan 06
3
Enforcing TLS
...y enforce TLS or SSL.
My question: is there support to enforce TLS when people connect to
non-SSL ports? If someone comes up with a solution, I'll add it to the
SSL article on the Wiki.
I'm using Dovecot 1.1.7, installed on a FreeBSD 6.4-STABLE system.
Thanks!
--
Ed Schouten <ed at 80386.nl>
WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20090106/eb0751e1/attachment-0002.bin>
2014 May 13
2
Building extlinux (Syslinux 6.03-pre11)
....
> Or, in other words, I am curious about why do you need to build your
> own binary files, instead of using the files that are already there
> in the official archives in kernel.org.
I don't believe it can be used as is:
bash# file syslinux
syslinux: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically
linked (uses shared libs), for GNU/Linux 2.6.32,
BuildID[sha1]=0xe82a9430ce7456cfea7bcc877fa694740296c2a8, stripped
bash# ./syslinux
bash: ./syslinux: No such file or directory
I have a minimal 64-bit system, where 32-bit libraries are not present.
Second, I'd...
2009 Aug 01
3
[LLVMdev] I add utf8 meta for all html documents:)
The patch is for version 77784
And it's fixed the cmake for eclipse win32 mingw makefile output:)
Also a warning in VS 2008 on stub.c
Hope someone apply this patch.
And those files that place the
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
Before <title> is just because of
in tag title may contains strange characters such as Chinese
2013 Jul 31
3
Booting FreeBSD
On 01/08/2013, at 24:37, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Wed, Jul 31, 2013 at 7:36 AM, Daniel O'Connor <doconnor at gsoft.com.au> wrote:
>> Hi,
>> I am trying to create a hybrid ISO image for FreeBSD 9.2 using syslinux 6.01 and isohybrid.pl I found at http://www.overclockix.com/sources/isohybrid.pl (I know there is a C version in syslinux but I
2015 Jan 12
3
[LLVMdev] [cfe-dev] Reminder: 3.6 branch is coming
On 12 Jan 2015, at 08:07, Dimitry Andric <dimitry at andric.com> wrote:
>
>
> On 15 Oct 2014, at 19:42, Richard Smith <richard at metafoo.co.uk> wrote:
>> On 15 Oct 2014 05:12, "Ed Schouten" <ed at 80386.nl> wrote:
> ...
>> The test case in the LLVM tree is invalid and should be discarded. It
>> erroneously assumes that the encoding of wchar_t is independent of the
>> locale.
>>
> That makes no sense. These value are compile-time constants and cannot possibly depen...
2015 Mar 29
2
[LLVMdev] How to Cross Compile libcompiler_rt Static Library?
2015-03-29 3:33 GMT-05:00 Ed Schouten <ed at 80386.nl>:
> I am cross-compiling compiler-rt for my specific use-case. That said,
> I'm cross-compiling from x86-64 to x86-64, but for a different ABI.
> This is what I use:
>
>
> https://github.com/NuxiNL/cloudlibc/wiki/Building-runtime-libraries#user-content-compiler-rt
>...