Displaying 20 results from an estimated 2020 matches for "golde".
Did you mean:
gold
2006 Aug 04
1
Can't get rid of SYN_RECV
OK, Something wacky. I'm getting many, many of these, it just keeps
building:
--snip--
netstat -vat:
tcp 0 0 192.168.103.99:http statusurl.e-gold.com:57015
SYN_RECV
tcp 0 0 192.168.103.99:http statusurl.e-gold.com:26377
SYN_RECV
tcp 0 0 192.168.103.99:http statusurl.e-gold.com:64279
SYN_RECV
tcp 0 0
2009 May 25
0
eve
http://Atlantica-gold.virdeal.com
http://Globs-of-Ectoplasm.virdeal.com
http://darkfall-gold.virdeal.com
http://www.virdeal.com
http://www.ahwowgold.com
http://www.igepoch.com
http://ffxi-gil.virdeal.com/
http://www.lotro-gold-money.com
http://wow-gold.virdeal.com
http://runescape-gold.virdeal.com/
http://maplestory-mesos.virdeal.com
http://www.mesos-maplestory.net
http://flyff-penya.virdeal.com
2016 Dec 20
2
samba 4.5.0 on hpux ia64: smbd not able to use domain users for file sharing
Hi,
I have added below lines in smb.conf
idmap config CIFSDOM:backend = rid
idmap config CIFSDOM:range = 10000-999999
But still i am getting same error.
*I am also attaching logs *
*winbind logs:-*
userinfos: struct wbint_userinfo
acct_name : *
acct_name : 'gold'
2010 Dec 30
0
[LLVMdev] LLVM for ARM target
Hello
> -c ../../llvm-gcc-4.8/gcc/crtstuff.c -DCRT_BEGIN \
> -o crtbegin.o
> C:/MinGW/llvm/arm_objects/gcc/as: line 2: exec: -o: invalid option
You don't have cross ARM binutils installed.
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University
2016 Dec 20
0
samba 4.5.0 on hpux ia64: smbd not able to use domain users for file sharing
On Tue, 20 Dec 2016 22:33:56 +0530
Arjit Gupta <arjitk.gupta at gmail.com> wrote:
> Hi,
>
> I have added below lines in smb.conf
>
> idmap config CIFSDOM:backend = rid
> idmap config CIFSDOM:range = 10000-999999
>
> But still i am getting same error.
>
> *I am also attaching logs *
>
> *winbind logs:-*
>
> userinfos: struct wbint_userinfo
>
2010 Aug 25
12
Sha1sum Mismatch When Trying to Install GDIPlus :(
Hi,
I'm getting a sha1sum mismatch when trying to install gdiplus. Can anyone help me with this?
Code:
sh winetricks gdiplus
Executing curl -L -o WindowsXP-KB975337-x86-ENU.exe -C - --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/a/b/c/abc45517-97a0-4cee-a362-1957be2f24e1/WindowsXP-KB975337-x86-ENU.exe
% Total % Received % Xferd Average Speed Time
2016 Dec 20
2
samba 4.5.0 on hpux ia64: smbd not able to use domain users for file sharing
Hi ,
Below is the content of smb.conf file for ADS member.
[global]
password server = WIN2008.CIFSDOM.COM
client ldap sasl wrapping = plain
security = ADS
workgroup = CIFSDOM
realm = CIFSDOM.COM
guest account = smbnull
log file = /var/log/samba/%m.log
log level = 10
# Default idmap config used for BUILTIN and local accounts/groups
2016 Dec 21
2
samba 4.5.0 on hpux ia64: smbd not able to use domain users for file sharing
Hi Rowland,
*After stopping **pwgr daemon* we are able to access the domain user as
expected.
Below is the smb.conf file used.
mach# ./testparm -s
Load smb config files from /etc/opt/samba/smb.conf
rlimit_max: increasing rlimit_max (2048) to minimum Windows limit (16384)
Processing section "[tmp]"
Loaded services file OK.
Processing comments in /etc/opt/samba/smb.conf
Server role:
2016 Oct 04
4
(Thin)LTO llvm build
On Mon, Oct 3, 2016 at 10:54 PM, Teresa Johnson <tejohnson at google.com> wrote:
>
> Aha - finally reproduced! The difference is using ld.bfd not
> ld.gold. With that I get the same failure (using 3.9 to build 3.9
> sources):
Thanks a lot!
[...]
> I am not sure what the official support story is for LLVMgold.so and
> ld.bfd. As mentioned earlier, the LLVM site indicates
2010 Oct 05
1
[LLVMdev] questions about gold plugin
I am a bit confused by the documentation of the gold plugin
(http://llvm.org/docs/GoldPlugin.html). I want to use the gold plugin
on my Linux system so I can run "llvm-gcc -use-gold-plugin." In the
documentation it talks about building gold with plugin support (which
involves running "make gold-all") and building the LLVMgold plugin
(which involves configuring LLVM with
2010 Dec 29
3
[LLVMdev] LLVM for ARM target
Hi,
I get the following error where the "make"(building) stops.
/MinGW/llvm/arm_objects/./gcc/xgcc -B/MinGW/llvm/arm_objects/./gcc/ -B/MinGW/llv
m/arm_objects/../install/arm-linux/bin/ -B/MinGW/llvm/arm_objects/../install/arm
-linux/lib/ -isystem /MinGW/llvm/arm_objects/../install/arm-linux/include -isyst
em /MinGW/llvm/arm_objects/../install/arm-linux/sys-include -O2 -O2 -g -O2
2010 Oct 05
3
[LLVMdev] problems configuring LLVM with gold plugin
When I build LLVM 2.6 after configuring it with the
--with-binutils-include option so it points to the gold plugin
src/include directory, I get the errors below. I used "cvs -z 9 -d
:pserver:anoncvs at sourceware.org:/cvs/src co src" to check out the
gold-plugin, as is documented on llvm.org.
--------------------------
make[2]: Entering directory
2015 Jun 23
3
[LLVMdev] Enabling the gold linker on freebsd
the symlink ld is already pointing to /usr/bin/ld. Also -fuse-ld=gold does
not works on clang in freebsd. I am not sure where is the problem?should I
remove /usr/bin/ld and create a new symlink to /usr/local/bin/ld.gold?
Regards
Aditya Verma
Junior Undergraduate
IDD Computer Sc & Engg
IIT(BHU), Varanasi(UP)
On Mon, Jun 22, 2015 at 5:25 AM, Rafael Espíndola <
rafael.espindola at
2011 Dec 12
2
[LLVMdev] [RFC]Extending lib/Linker to support bitcode "shared objects"
On Sun, Dec 11, 2011 at 2:19 PM, Rafael Ávila de Espíndola <
rafael.espindola at gmail.com> wrote:
> On 08/12/11 03:56 PM, Ivan Krasin wrote:
> > Hi llvm team!
> >
> > I'm currently working on the extended version of llvm-ld, which has an
> > ability to check if all the symbols present (and fail if some symbols
> > are not resolved), treat archives in
2010 Aug 31
1
[LLVMdev] gold-plugin compilation error
Hi all,
I tried to build the LLVMgold plugin. Something weird happened. Here is
the error message:
gold-plugin.cpp:45: error: âld_plugin_set_extra_library_pathâ does not
name a type
gold-plugin.cpp: In function âld_plugin_status onload(ld_plugin_tv*)â:
gold-plugin.cpp:141: error: âLDPT_OUTPUT_NAMEâ was not declared in this
scope
gold-plugin.cpp:199: error: âLDPT_SET_EXTRA_LIBRARY_PATHâ was
2018 Jul 10
0
NSS on Debian Stretch with libnss3: Can not initialize SSL context
I am unable to get 2.7.4 to work with NSS support as provided by libnss3
2:3.26.2 on Debian stretch.
Currently NSS supports two database formats identified by prefixes "sql:" for
the new database and "dbm:" for the legacy database.
I created the NSS database in directory /etc/nut with command
certutil -N -d dbm:NSS_db --empty-password
I copied over public key and
2011 Jan 02
3
[LLVMdev] LLVM for ARM target
Hi,
I am planning to follow the steps to install LLVM for the ARM-target (Processor: Xscale, Architecture: armv5te):
1. Install binutils-2.21 (downloaded from gnu.org)
Steps:
$ ./configure --target=arm-unknown-linux-gnueabi --program-prefix=arm- --prefix
=/llvm/arm --with-sysroot=/llvm/arms/sys-root
$ make
$ make install
2. Install LLVM
Steps
$ ../llvm-src/configure
2011 Mar 22
0
cheap wow gold
cheap wow gold
sholazar basin it seems as though no matter wow gold (http://www.weboof.com/wow_gold/wow_us_gold.html) what you do? you just can't get rid of nessingwary. get ready for more exotic animals to kill. note that flightmaster does not become available until after you do a few of the early quests. a plane can't fly until you get the parts for it to become operational again.at
2016 May 30
0
[cfe-dev] How to debug if LTO generate wrong code?
I didn't try to compile it locally (I don't have/use gold), but you should be able to fix the 3 errors fairly easily (looks like missing includes mostly).
--
Mehdi
> On May 30, 2016, at 5:11 AM, Shi, Steven <steven.shi at intel.com> wrote:
>
> Hi Mehdi,
> Your patch cannot compile with gold-plugin.cpp in latest trunk either, the failure is same as llvm3.8 as below.
2015 Jun 22
2
[LLVMdev] Enabling the gold linker on freebsd
I have been trying to enable the gold linker on FreeBSD to use the link
time optimizations. I made gold from the binutils under /usr/ports. After
building binutils using make -k install clean i got ld under /usr/bin and
in the directory /usr/local/bin i got ld, ld.gold and ld.bfd.
Now while trying to use link time optimization for the simple example
programs