search for: josef

Displaying 20 results from an estimated 665 matches for "josef".

Did you mean: jose
2007 Apr 18
4
[Bridge] bridge firewall problem
hello i am a new user for this group. i am working at a ISP. here i want to made a bridge firewall i am using fedora core 3. i want to block a serirs of ip address 192.16.18.0/255.255.255.0 and want to give the accesss only 172.16.18.0/255.255.255.0. but iptables not be able to block ip;s its passes all the ip series. i made my machine as bridge. i think my bridge passes all the
2006 Aug 02
2
Samba 3.0.14 and w2k3 terminal server / strange logon problem / is this in general possible
...ith domain user ends up with error: Winlogon Event ID: 1219 Domain could not be found the same for ICA Connections. The really strange behaviour is that the TS is sending the NETBIOS name of DC as the DOMAIN-PART of the logon. Example: I try to logon to the DOMAIN ISARLBERG like this: username: josef password: XXXXX Domain: ISARLBERG After getting the error, I can see this in the eventlog: Tried credentials: ISARLBERG/josef Effective used credentials OBELIX/josef OBELIX is the NETBIOS name of the samba server. Changing the NETBIOS name in smb.conf doesn't change anything. The TS allwa...
2011 Oct 04
3
[PATCH] Btrfs: break out of orphan cleanup if we can't make progress V2
...de. So keep track of the last guy we tried to kill, if it''s the same as the one we''re trying to kill currently we know we are having problems and can just error out. I don''t have a way to test this so look hard and make sure it''s right. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> --- V1->V2: set last_objectid properly fs/btrfs/inode.c | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 446531a..595a807 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -2230,6...
2019 Jan 31
3
[RFC] Support embedding bitcodes in LLD with LTO
Thanks for your response! On 30/01/2019 20:18, Rui Ueyama wrote: > Hi Josef, > > Let me clarify my understanding. Do you want to keep original bitcode > files in the output executable when doing LTO, so that the resulting > executable contains both compiled bitcode (which is in native machine > instructions) and original bitcode files? Exactly! Kind of...
2012 Dec 13
22
[PATCH] Btrfs: fix a deadlock on chunk mutex
An user reported that he has hit an annoying deadlock while playing with ceph based on btrfs. Current updating device tree requires space from METADATA chunk, so we -may- need to do a recursive chunk allocation when adding/updating dev extent, that is where the deadlock comes from. If we use SYSTEM metadata to update device tree, we can avoid the recursive stuff. Reported-by: Jim Schutt
2010 May 23
2
possible bug in formals
Hi, I am a little bit surprised by the following output of 'formals'. Is this the intended behavior? > f <- function(a=1,b=-1) { a+b } > class(formals(f)$a) [1] "numeric" > class(formals(f)$b) [1] "call" Josef -- ----------------------------------------------------------------------------- Josef Leydold | WU (Vienna University of Economics and Business) | Institute for Statistics and Mathematics ----------------------------------------------------------------------------- Augasse...
2019 Jan 28
2
[RFC] Support embedding bitcodes in LLD with LTO
Hi everybody! I'm Josef and I'm working at Oracle Labs on Sulong [1,2], the LLVM IR execution engine in GraalVM [3]. In addition to executing bare bitcode files, Sulong also accepts ELF files with embedded bitcode sections. Therefore, it would be great if LLD in (Full)LTO mode would support embedding bitcode secti...
2005 May 27
4
Chars as numbers
Is there a proper function for transforming a character to a number instead of using i=match('c',letters) # 3 Thanks. Josef Eschgf??ller -- Josef Eschgf??ller Dipartimento Matematico Universita' di Ferrara http://felix.unife.it
2019 Jan 31
2
[RFC] Support embedding bitcodes in LLD with LTO
...that option, I don't think > it's too hard to embed bitcode file to your executable. Run the linker > twice, with and without `--plugin-opt=emit-llvm`, and embed the generated > bitcode file using objcopy. > > Does that work for you? > > On Thu, Jan 31, 2019 at 4:18 AM Josef Eisl <josef.eisl at oracle.com> wrote: > >> Thanks for your response! >> >> On 30/01/2019 20:18, Rui Ueyama wrote: >> > Hi Josef, >> > >> > Let me clarify my understanding. Do you want to keep original bitcode >> > files in the output e...
2013 Aug 30
17
[PATCH] rwsem: add rwsem_is_contended
...doing this caching operation we can starve out the committers which slows everybody out. To address this we want to add this functionality to see if our rwsem has anybody waiting to take a write lock so we can drop it and schedule for a bit to allow the commit to continue. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com> --- I''ve cc''ed people who seemed like they may be in charge/familiar with this code, hopefully I got the right people. include/linux/rwsem.h | 1 + lib/rwsem.c | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 0 deletions...
2011 Dec 02
3
[PATCH] Btrfs: protect orphan block rsv with spin_lock
..._recheck_ to make sure we haven''t had an orphan block rsv added in the meantime. Then clear the root''s orphan block rsv and release the lock. With this patch a user said the warnings went away and they usually showed up pretty soon after he started ceph. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> --- fs/btrfs/inode.c | 23 +++++++++++++++++++---- 1 files changed, 19 insertions(+), 4 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 9ae9c2e..9de15f1 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -1951,12 +1951,28 @@ enum btrfs_orp...
2013 Apr 01
5
[RFC] Online dedup for Btrfs
...sk and about 10% on my fusion card. Closer to the crc numbers if we have -o paranoid-dedup. The space savings is better since it uses the original extent sizes, we get about 15% space savings. Please feel free to pull and try it, you can get it here git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git dedup Thanks! Josef -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2014 May 21
2
issue with parallel package
...month 04 day 10 svn rev 65387 language R version.string R version 3.1.0 (2014-04-10) nickname Spring Dance best whishes Josef -- ----------------------------------------------------------------------------- Josef Leydold Institute for Statistics and Mathematics WU (Vienna University of Economics and Business) Welthandelsplatz 1, Building D4, 1020 Vienna, Austria Phone +43 1 31336 4695 FAX +43 1 31336 904695 emai...
2003 Jul 29
4
pxelinux 2.04+ hangs after loading kernel
...ntry point found (we hope) at 9981:0BE0 My IP address seems to be 0A01A8F8 10.1.168.248 ip=10.1.168.248:10.1.1.53:10.1.1.1:255.255.0.0 TFTP prefix: /linuxboot/ Trying to load: pxelinux.cfg/0A01A8F8 boot: Loading lfs28....Ready. Failed to free base memory, error 0015-001-99810B47 [hangs.] Regards, Josef ______________________________________________________________________________ Wo gibt es den besten Spam-Schutz? Laut ComputerBild 15-03 bei WEB.DE FreeMail - Deutschlands beste E-Mail - http://s.web.de/?mc=021122
2011 Nov 09
12
WARNING: at fs/btrfs/inode.c:2198 btrfs_orphan_commit_root+0xa8/0xc0
Hello, I''m seeing a lot of warnings in dmesg with a BTRFS filesystem. I''m using the 3.1 kernel, I found a patch for these warnings ( http://marc.info/?l=linux-btrfs&m=131547325515336&w=2) <http://marc.info/?l=linux-btrfs&m=131547325515336&w=2>, but that patch has already been included in 3.1. Are there any other patches I can try? I''m using
2013 Dec 11
5
Updated btrfs-next
...k formatting patch because it didn''t compile and I didn''t take Miao''s background enospc flushing stuff since some of it didn''t apply and 5/5 hasn''t been updated to force waiting on background flushers. Let me know if I missed anything else. Thanks, Josef -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2009 Nov 29
2
[LLVMdev] [patch] website/trunk/docs/GettingStarted.html
Hello, seems like GettingStarted.html is outdated regarding the version numbers of the autoconf tools. I've changed it so they meet the versions in AutoRegen.sh. Josef -------------- next part -------------- A non-text attachment was scrubbed... Name: GettingStarted.diff Type: text/x-patch Size: 1514 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091129/d6f8a094/attachment.bin>
2002 Feb 05
0
Special thanks to Josef :)
Feel good message time :) I'd like to give special thanks to Josef Siemes for spending all the time he has spent over the years helping me field questions about syslinux and tftp-hpa. Thanks for letting me spend more of my time actually developing :) -hpa
2017 Jul 13
11
[Bug 101778] New: Kernel Error on Lenovo P51 when setting graphics to hybrid (Nvidia Optimus with intel+nvidia)
https://bugs.freedesktop.org/show_bug.cgi?id=101778 Bug ID: 101778 Summary: Kernel Error on Lenovo P51 when setting graphics to hybrid (Nvidia Optimus with intel+nvidia) Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal
2011 May 11
8
[PATCH 1/4] Btrfs: map the node block when looking for readahead targets
If we have particularly full nodes, we could call btrfs_node_blockptr up to 32 times, which is 32 pairs of kmap/kunmap, which _sucks_. So go ahead and map the extent buffer while we look for readahead targets. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> --- fs/btrfs/ctree.c | 23 +++++++++++++++++++++-- 1 files changed, 21 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c index 84d7ca1..009bcf7 100644 --- a/fs/btrfs/ctree.c +++ b/fs/btrfs/ctree.c @@ -1229,6 +1229,7 @@ static void read...