Displaying 18 results from an estimated 18 matches for "diff'd".
Did you mean:
diff's
2008 Aug 29
1
C 5.2 and VMWAre error
...bin/vmplayer: symbol lookup error: /usr/lib64/libspi.so.0:
undefined symbol: atk_hyperlink_impl_get_type
The same error (I think) comes up if I try to invoke vmware (Workstation).
As a reminder, if I su - <my account> and run vmplayer, it works.
I typed env > env.txt for both accounts, diff'd them, and didn't see
anything obvious to my eyes.
I did the same for set > set.txt. Again, nothing obvious. I rebooted
the system. Same problem.
What is the most likely cause under their account if, on the same system,
it works fine for me?
Google searching didn't help m...
2013 Jan 01
1
ssh-copy-id enhancement 2013-01-01
...n the client side in other ways (for example, ~/.ssh/config or something
like that). Since these cases are the exception it'd be nice if
ssh-copy-id could handle alternate ports from the calling command like
'ssh' and 'scp' (and others) do. To this end I am attaching a unified-diff
file with changes that implement this. I've done basic testing on systems
both with and without alternate ports and believe it works fairly well.
For the forum thread that started all of this (finally convinced me to fix
it for myself too) see the following from openSUSE, if interested:
http:...
2019 Feb 11
2
[Release-testers] [8.0.0 Release] rc2 has been tagged
rc1 did not exhibit this mismatch. A repeat of the rc2 build repeated the
mismatch. I diff'd the disassembly between phase 2 and phase 3 and the
difference is the same on both builds. The difference follows:
# diff x86isel_p{2,3}.s
2c2
<
Phase2/Release/llvmCore-8.0.0-rc2.obj/lib/Target/X86/CMakeFiles/LLVMX86CodeGen.dir/X86ISelLowering.cpp.o:
file format elf64-x86-64
---
>...
2016 Apr 16
2
GSSAPI authentication setup
...dap
dn = cn=Manager,dc=endoframe,dc=net
dnpass = XXXXXXXX
ldap_version = 3
base = ou=people,dc=endoframe,dc=net
deref = never
scope = subtree
user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid
user_filter = (&(objectClass=posixAccount)(uid=%u))
I've diff'd the contents of /etc/dovecot on the working vs. non-working
servers, and I can see nothing of pertinence (just a few lines about
loading the sieve plug-in).
Now, logging in with the kerberos password via PAM *is* working.
?/etc/pam.d/dovecot:
#%PAM-1.0
auth???????sufficient???pam_k...
2008 Jan 10
3
[LLVMdev] LLVM Build Problems on Itanium
Hi,
I am having some difficulties building llvm on Itanium. My procedure for
building LLVM is:
cd /liberty/llvm.ia64/llvm-2.1
./configure
make ENABLE_OPTIZED=1
cd /liberty/llvm.ia64/obj
/liberty/llvm.ia64/llvm-gcc4.2-2.1.source/configure
--prefix=/liberty/llvm.ia64/install
--enable-llvm=/liberty/llvm.ia64/llvm-2.1/ --en...
2008 Jan 10
0
[LLVMdev] LLVM Build Problems on Itanium
...was never used in
FSF gcc's version. Does anyone know what DBX_DEBUGGING_INFO and
XCOFF_DEBUGGING_INFO signify? I know that gt-dbxout.h is machine
generated. Does anyone know where and how this machine generation
occurs? Thanks.
Tom
Thomas Jablin wrote:
> Hi,
>
> I am having some difficulties building llvm on Itanium. My procedure for
> building LLVM is:
>
> cd /liberty/llvm.ia64/llvm-2.1
> ./configure
> make ENABLE_OPTIZED=1
> cd /liberty/llvm.ia64/obj
> /liberty/llvm.ia64/llvm-gcc4.2-2.1.source/configure
> --prefix=/liberty/llvm.ia64/install
> --e...
2008 Jan 10
2
[LLVMdev] LLVM Build Problems on Itanium
...the platforms use DWARF format) then it won't define DBX_DEBUGGING_INFO.
> I know that gt-dbxout.h is machine
> generated. Does anyone know where and how this machine generation
> occurs? Thanks.
> Tom
>
> Thomas Jablin wrote:
>> Hi,
>>
>> I am having some difficulties building llvm on Itanium. My
>> procedure for
>> building LLVM is:
>>
>> cd /liberty/llvm.ia64/llvm-2.1
>> ./configure
>> make ENABLE_OPTIZED=1
>> cd /liberty/llvm.ia64/obj
>> /liberty/llvm.ia64/llvm-gcc4.2-2.1.source/configure
>> --pr...
2002 Apr 01
1
chroot.diff
Hello,
I'm not sure if this is the list to mail, but I have updated chroot.diff for openssh 3.1. I thought more people are most likely using this and figured some people may lack the ability to update it themselves as certain functions were modified enough to require new function prototypes etc... I'd be happy to modify this again for future releases if you'd like.
As...
2002 Sep 13
1
Hiding version information
...string. I am not sure what functionality gets
broken, if any, by altering the version string. So far I have not had any
problems with the test installations. In fact, I do have it on a couple of
production machines as well.
For those that might be interested... I have included a patch that was
diff'd against a clean 3.4p1.
Hope this helps
- Bennett
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: hide_version.patch
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20020913/de2e667b/attachment.ksh
2007 Jul 16
0
[PATCH] __func__ and __FUNCTION__ in configure script
...his eliminates the need for the HAVE___func__ and HAVE___FUNCTION__
defines, the checking/modifying in defines.h, and it's all done in one
spot in configure.
I implemented pretty much the same thing in Nmap, and I thought it'd be
helpful here as well
I didn't run autoconf before I diff'd it because it probably would've
made the patch huge.
Please CC me on any replies, as I'm not subscribed.
Thanks,
Kris Katterjohn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: func.patch
Type: text/x-patch
Size: 2718 bytes
Desc: not available
U...
2009 Feb 04
0
[LLVMdev] -msse3 can degrade performance
...c -O3 MonteCarlo.c -S -msse2 -o MonteCarlo.2.ll -emit-llvm
>>>> llvm-gcc -O3 MonteCarlo.c -S -msse3 -o MonteCarlo.3.ll -emit-llvm
>>>
>>> Can I just check that you had noticed that my timings for those
>>> (sse2 vs sse3)
>>> were the same and that the difference was occurring between -msse
>>> and -msse2
>>> (see below)?
>>
> The x86 output is attached for those (which give the same results
> here too) as
> well as -O3 and -O3 -msse which give different results here. Here
> are the
> performance results I ju...
2008 Jan 10
0
[LLVMdev] LLVM Build Problems on Itanium
Hi,
I am having some difficulties building llvm on Itanium. My procedure for
building LLVM is:
cd /liberty/llvm.ia64/llvm-2.1
./configure
make ENABLE_OPTIZED=1
cd /liberty/llvm.ia64/obj
/liberty/llvm.ia64/llvm-gcc4.2-2.1.source/configure
--prefix=/liberty/llvm.ia64/install
--enable-llvm=/liberty/llvm.ia64/llvm-2.1/ --en...
2008 Jan 10
0
[LLVMdev] LLVM Build Problems on Itanium
...vm-gcc directly? Thanks.
Tom
>> I know that gt-dbxout.h is machine
>> generated. Does anyone know where and how this machine generation
>> occurs? Thanks.
>> Tom
>>
>> Thomas Jablin wrote:
>>
>>> Hi,
>>>
>>> I am having some difficulties building llvm on Itanium. My
>>> procedure for
>>> building LLVM is:
>>>
>>> cd /liberty/llvm.ia64/llvm-2.1
>>> ./configure
>>> make ENABLE_OPTIZED=1
>>> cd /liberty/llvm.ia64/obj
>>> /liberty/llvm.ia64/llvm-gcc4.2-2....
2008 Jan 24
4
Why Kudzu, Why?
...te).
And sure enough, when the machine came back up, the network didn't
work. Luckilly, someone said (and I quote) 'mv
/etc/sysconfig/networking-scripts/ifcfg-eth0.bak
/etc/sysconfig/networking-scripts/ifcfg-eth0 and blame kudzu'...
So, what did I do wrong, or what should I have done differently?
What's the reasoning behind this? I'll bet there is some rationale,
and I'd like to understand it.
Thanks,
Mike
2008 Jan 10
2
[LLVMdev] LLVM Build Problems on Itanium
...gt;> I know that gt-dbxout.h is machine
>>> generated. Does anyone know where and how this machine generation
>>> occurs? Thanks.
>>> Tom
>>>
>>> Thomas Jablin wrote:
>>>
>>>> Hi,
>>>>
>>>> I am having some difficulties building llvm on Itanium. My
>>>> procedure for
>>>> building LLVM is:
>>>>
>>>> cd /liberty/llvm.ia64/llvm-2.1
>>>> ./configure
>>>> make ENABLE_OPTIZED=1
>>>> cd /liberty/llvm.ia64/obj
>>>> /li...
2019 Feb 07
9
[8.0.0 Release] rc2 has been tagged
Dear testers,
8.0.0-rc2 has been tagged from the release_80 branch at r353413.
Please run the test script, share your results, and upload binaries.
I'll get the source tarballs and docs published as soon as possible,
and binaries as they become available.
Thanks,
Hans
2004 Aug 26
0
Slow Samba share--why?
...; 1043 ACK (1514 bytes)
962 TCP [Continuation to #962] netbios-ssn > 1043 PSA, ACK (1318 bytes)
963 TCP 1043 > netbios-ssn ACK (963 bytes)
The slow copy (from XP) has two similar SMB packets ("Read AndX
Request" instead of "Read Request"), but from there on the sequence
differs, with many more TCP continuation packets and one SMB
[TCP Retransmission].
I have attached a section of the ethereal log for the slow copy. It
includes all packets between one "Read AndX Request" and the next. I have
saved a copy of the complete ethereal logs for both the slow an...
2007 Feb 01
2
Re: [Nut-upsuser] Ablerex 625L USB version
Hi Jon,
your patches are malformed because (presumably) your email client
wrapped this lines. Could you please send these as a unified diff
("diff -u"), and send them in attachments, rather than as a
copy-and-paste?
Thanks, -- Peter
Jon Gough wrote:
>
> Peter,
> Here are the files I have worked on. I hope I have diff'd them
> correctly. I have not touched the megatec_ser.c file so I have not
> inc...