search for: swy

Displaying 20 results from an estimated 80 matches for "swy".

Did you mean: say
2013 Oct 03
1
[LLVMdev] Help with a Microblaze code generation problem.
Sorry if this is a duplicate: I tried to send it last night and it didn't go through. I'm trimming some text to see if it helps. I have a simple program that fails on the Microblaze: int main() { unsigned long long x, y; x = 100; y = 0x8000000000000000ULL; return !(x > y); } As you can see, the test case compares two unsigned long long values. To try to track
2014 May 18
0
insufficient access rights / denied / DNS
Hi, maybe ist a general Problem. i have the following question. Wheni create manually a DNS record with RSAT Tools there is no problem. The following steps i try to get automatically updates. The following steps i have done. - Remove the Computer from AD - Remove DNS Record (checked also with ldbsearch for the principal, nothing found) - Join the Computer back to
2014 Jun 07
3
Samba 4 / idmap / NIS / winbind
Hi, how can i get work Samba 4 Sernet 4.1.7 correctly with NIS. Ist provisioned with rfc2307. When i query a User withi get the following. getent passwd testswi SWI\testswi:*:10000:100:testswi:/home/SWI/testswi:/bin/false I want to change /bin/false to a other value /bin/bash I tried many things to change the value. 1. ldbedit -e vim -H /var/lib/samba/private/sam.ldb samaccountname=testswi
2020 Apr 18
2
Debug symbols are missing in elf
Hello All, I was trying to add Microblaze target to LLVM backend. I was able to generate object file with relocations. and debug symbols. When I try to link this object file with microblaze GCC linker I am getting below errors and debug symbols are missing in it. mb-objdump: DWARF error: found dwarf version '15877', this reader only handles version 2, 3, 4 and 5 information
2020 Apr 18
2
Debug symbols are missing in elf
On Saturday, April 18, 2020, David Blaikie <dblaikie at gmail.com> wrote: > > > On Sat, Apr 18, 2020 at 3:02 AM Nagaraju Mekala via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hello All, >> >> I was trying to add Microblaze target to LLVM backend. I was able to >> generate object file with relocations. and debug symbols. >>
2014 Sep 10
1
hard links DNS (sam.ldb.d folder)?
Hi, General Question. Anybody should answer this. Which files are really hard links and which not? from /var/lib/samba/private/sam.ldb.d/ --> /var/lib/samba/private/sam.ldb.d/ 2872186 -rw-rw---- 1 root named 7675904 Sep 8 22:04 CN=CONFIGURATION,DC=SWI,DC=LOCAL.ldb <-? 2872187 -rw-rw---- 1 root named 9359360 Sep 8 22:04 CN=SCHEMA,CN=CONFIGURATION,DC=SWI,DC=LOCAL.ldb <-? 2872184
2020 Apr 20
2
Debug symbols are missing in elf
On Sat, Apr 18, 2020 at 11:11 PM David Blaikie <dblaikie at gmail.com> wrote: > > Yeah, not sure - you mention the linker produces errors, but the errors you showed looked like objdump errors? Were those errors from trying to dump the linked executable, and not errors that were produced by the linker itself? Yes, as mentioned earlier I was able to generate final executable but it
2014 Sep 08
0
samba-upgradedns --dns-backend=BIND9_DLZ fix hard links / A Record / PTR Record left
Hi, i have the following problem. I use the remote administration tools. I added a forward lookupzone A Record and would automtically add the suitable PTR Record. A Record was added but i miss the PTR Record. I have a foreward and reverse lookup zone. I use 4.1.6 and use now 4.1.11. Before it worked. I read at the wiki out that the sam.ldb.d and dns/sam.ldb.d are hard links. I checked that
2014 Jul 02
1
multiple DCs / rsync / sysvol / xattr acls
Hi, i have two DCs and they are replicate find. No errors. I use rsync to replicate the sysvol folder. If I have a Windows 7 Machine over time it both DCs are used to load the GPOs. When the Second DCs is used I get a GPO error. I found that the folders and files are not with the correct xattr acls. I user rsync with -X to sync xattr acls. I sed getfacl to compare the uids. I use sernet 4.1.9 but
2012 Aug 12
0
[LLVMdev] llvm microblaze port - severe data hazards
Hi, i'm working on a microblaze port extremely similar to microblaze that only has data hazards. The advice given to look at PPC and ARM is poor because neither of them check for data dependencies and are entirely complicated and different. The port has a 5 stage pipeline where the result of instruction can only be used at stage 3 and 5 only whereas load and store instructions require 4
2002 Mar 06
3
Locking problems with upgrade from 2.0.7 to 2.2.3a
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: Jan Mostert.vcf Type: text/x-vcard Size: 715 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20020306/e36726e6/JanMostert.vcf
2017 Dec 11
2
target porting : objdump is not giving proper registers.
Hi, we have seen proper register numbers when we have generated assembly files through clang but when we generated dump files from object file then we didn't see expected register numbers. Note : all registers are replaced with R0 *Disassembly of section .text:00000000 <main>: 0: 3000ffcc addik r0, r0, -52 4: f8000000 swi r0, r0, 0 8:
2020 Apr 21
2
Debug symbols are missing in elf
Hi James, Thanks for reply. When I looked in to the generated debug dump from the object file I found that DW_AT_name is always (indirect string, offset: 0x0): clang version 8.0.1, instead of variable names. Below is a sample output of the debug dump. Compilation Unit @ offset 0x0: Length: 0x6a (32-bit) Version: 4 Abbrev Offset: 0x0 Pointer Size: 4
2006 Jun 26
0
[klibc 22/43] arm support for klibc
The parts of klibc specific to the arm architecture. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- commit 1eff7c685b36cd0120694fd4150b32a26168d926 tree 953dd1dbd2e994fc27c6cf5708fcbe06fe000d58 parent 5e5ce29210ac33a0b3704eb9ab5e5d5b55375575 author H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun 2006 16:58:16 -0700 committer H. Peter Anvin <hpa at zytor.com> Sun, 25 Jun
2001 Sep 18
5
Newbie question - running MSMONEY fails.
Hi, I've recently installed the latest version of WINE (from LinuxFormat Mag), and I can run some app's (sol.exe, notepad etc). However, when I try to run 'larger' apps I run into problems. Specifically I'm trying to run MSMONEY 2001. I cd to c:/program files/microsoft money/system then run wine --winver win98 msmoney.exe and I get the following:
2014 Aug 02
3
libvirt and lvm thin pool
Hi all. I'm using libvirt 1.2.6 I want to use lvm storage for my virtual machines. But i want to use new lvm2 feature - thin pool. How can i do that in libvirt? If libvirt can't create it via pool xml, does (and how) to use this setup under libvirt? -- Vasiliy Tolstov, e-mail: v.tolstov@selfip.ru jabber: vase@selfip.ru
2015 Dec 02
3
lvm snapshot
On Wed, Dec 02, 2015 at 08:53:39PM +0100, Axel Glienke wrote: > Creating snapshot: > > [root at lvmtest ~]# lvcreate -L5G -s -n root_snap /dev/centos/root > Reducing COW size 5,00 GiB down to maximum usable size 2,94 GiB. > Logical volume "root_snap" created. > [root at lvmtest ~]# lvs > LV VG Attr LSize Pool Origin Data% Meta% Move > Log
2019 Oct 15
2
splitting/duplicating log files - how?
On 15/10/2019 10:54, Rowland penny via samba wrote: > On 15/10/2019 10:29, lejeczek via samba wrote: >> hi everyone >> >> I'd like to ask, with having basic logging in config as here: >> ? ?? log file = /var/log/samba/log.%m >> ?? max log size = 5000 >> ?? log level = 1 auth:3 tdb:5 passdb:3 sam:3 winbind:0 idmap:3 >> >> log files get
2011 Sep 01
0
qqplot for count data
...-Christophe weighted.qqplot <- function (x, y, plot.it = TRUE, xlab = deparse(substitute(x)), ylab = deparse(substitute(y)), x.counts=rep(1L,length.out=length(x)), y.counts=rep(1L,length.out=length(y)), ...){ sx <- sort(x) sy <- sort(y) swx <- cumsum(x.counts[order(x)]) swy <- cumsum(y.counts[order(y)]) lenx <- length(sx) leny <- length(sy) sx <- approx(swx, sx, n=min(lenx,leny))$y sy <- approx(swy, sy, n=min(lenx,leny))$y if (plot.it) plot(sx, sy, xlab = xlab, ylab = ylab, ...) invisible(list(x = sx, y = sy)) } #Sample...
2003 Mar 28
0
openssh-unix-dev@mindrot.org , Swiss Group Switzerland ! Earn up to 2 daily in the Swish Stock Exchange !
<!1479> <html><body><p><b>Sw<!1479>iss Gro<!1479>up SA</b> is one of Switzerland's lead<!1479>ing pri<!1479>vate altern<!1479>ative inve<!1479>stment compa<!1479>nies which allocates its assets to a range of fu<!1479>nds mai<!1479>nly in the fi<!1479>eld of alter<!1479>native