search for: yanko

Displaying 20 results from an estimated 21 matches for "yanko".

Did you mean: janko
2006 Apr 15
13
htb overrate with 2.6.16
...e at all. No drops or overlimits. FWIW the cbq in 2.6.10 kernel was working fine as well until the controller changed from a 100Mbit it a Gbit one and thats why I switched to htb. The cbq in 2.6.16 is still similarly broken (in a different than htb way) Thanks in advance for any insight on this. Yanko
2013 Nov 14
6
Sieve script problem (don't know if is it possible to do this)
...h a "not matches" As for Rule #3: I don't know how to do it either, it should be the same as Rule #2, (with different parameters of course). A sieve script should be capable to do this, but it seems that I'm loosing something. Does any one knows how to do this? Kind regards Yanko PS: English is not my native language. Please forgive me any mistakes/misspellings/etc I made.
2010 Apr 30
1
Cannot mount Windows 7 share with CIFS Error 112 Host is down
...3.4.7 I have no trouble mounting shares from XP systems on the network using the mount command below. I can access the Windows 7 share with no problems using smbclient on Linux. The Windows 7 share is accessible from the XP systems. Here is the mount command: mount.cifs //pirin/c /mnt -o user=yanko,uid=500,gid=100,file_mode=0666,dir_mode=0777,noperm,iocharset=utf8,directio,ip=192.168.1.12 Password: mount error(112): Host is down Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) The dmesg log has: CIFS VFS: No response for cmd 114 mid 1 CIFS VFS: cifs_mount failed w/return c...
2008 Oct 02
3
[LLVMdev] MS C++ gives error C2371 on this code while (obviously)gcc compiles it fine
...statement, which in turn fronts the declaration to an extra scope that surrounds the /entire/ loop construct. VC++ seems to be scoping the variables as if they were /inside/ of the loop and not creating this extra scope. Frowny. -J -------------------------------------------------- From: "Yanko" <yhdezalvarez at gmail.com> Sent: Thursday, October 02, 2008 8:12 AM To: <llvmdev at cs.uiuc.edu> Subject: [LLVMdev] MS C++ gives error C2371 on this code while (obviously)gcc compiles it fine ... > makes the code compilable by MS C++. But as a curiosity (and I really > do...
2008 Oct 02
0
[LLVMdev] MS C++ gives error C2371 on this code while (obviously)gcc compiles it fine
...but gcc, incorrectly, does not emit a compilation error. And while we are on the subject, gcc is also wrong on this one: if (int x=0) { int x=0; // error: redeclaration, but gcc does not emit any errors. } -Argiris > -------------------------------------------------- > From: "Yanko" <yhdezalvarez at gmail.com> > Sent: Thursday, October 02, 2008 8:12 AM > To: <llvmdev at cs.uiuc.edu> > Subject: [LLVMdev] MS C++ gives error C2371 on this code while > (obviously)gcc compiles it fine > > ... > >> makes the code compilable by MS C++....
2008 Oct 02
3
[LLVMdev] MS C++ gives error C2371 on this code while (obviously) gcc compiles it fine
Taken from tools/llvmc2/CompilationGraph.cpp: ... for (typename C::const_iterator B = EdgesContainer.begin(), E = EdgesContainer.end(); B != E; ++B) { const Edge* E = B->getPtr(); ... MS C++ compiler (VS 2008) gives: ... CompilationGraph.cpp ..\..\..\llvm\tools\llvmc2\CompilationGraph.cpp(58) : error C2371: 'E' : redefinition; different basic types
2009 Jul 17
1
[LLVMdev] "LLVM powered Mono"
...ndows seh, and I'm not sure the linux c++ abi can implement all .net exception handling features like filter clauses). So to make this work with llvm, we would have to throw out mono's current exception handling system, which we are not keen to do. Zoltan 2009/7/17 Yanko Hernández <yhdezalvarez at gmail.com> > Sorry for being a newbie on the matter, but could someone explain the > comment (in response to: "Considering it [LLVM] supports three other > languages with try/catch clauses just fine (C++, Ada, and now, Java), > I think it would be...
2009 Jul 17
0
[LLVMdev] "LLVM powered Mono"
Sorry for being a newbie on the matter, but could someone explain the comment (in response to: "Considering it [LLVM] supports three other languages with try/catch clauses just fine (C++, Ada, and now, Java), I think it would be incorrect to say "it is not able to support some of the features"."): ------------------------------ The issue is that the exception handling as
2009 Jul 17
2
[LLVMdev] "LLVM powered Mono"
Looks like LLVM support in Mono has matured to the point they're willing to advertise it: http://tirania.org/blog/archive/2009/Jul-16.html Paul PS Zoltan, sorry if I stole your opportunity to break the news :)
2008 Oct 02
1
[LLVMdev] MS C++ gives error C2371 on this code while (obviously)gcc compiles it fine
...or. > > And while we are on the subject, gcc is also wrong on this one: > > if (int x=0) { > int x=0; // error: redeclaration, but gcc does not emit any errors. > } > > > -Argiris > > > -------------------------------------------------- > > From: "Yanko" <yhdezalvarez at gmail.com> > > Sent: Thursday, October 02, 2008 8:12 AM > > To: <llvmdev at cs.uiuc.edu> > > Subject: [LLVMdev] MS C++ gives error C2371 on this code while > > (obviously)gcc compiles it fine > > > > ... > > > >>...
2017 Jun 14
5
[Bug 101418] New: Build failure in GNOME Continuous
https://bugs.freedesktop.org/show_bug.cgi?id=101418 Bug ID: 101418 Summary: Build failure in GNOME Continuous Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
2008 Oct 02
2
[LLVMdev] MS C++ gives error C2371 on this code while (obviously)gcc compiles it fine
...rror. > > And while we are on the subject, gcc is also wrong on this one: > > if (int x=0) { > int x=0; // error: redeclaration, but gcc does not emit any errors. > } > > > -Argiris > >> -------------------------------------------------- >> From: "Yanko" <yhdezalvarez at gmail.com> >> Sent: Thursday, October 02, 2008 8:12 AM >> To: <llvmdev at cs.uiuc.edu> >> Subject: [LLVMdev] MS C++ gives error C2371 on this code while >> (obviously)gcc compiles it fine >> >> ... >> >>> makes th...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...ai <hamo.by@gmail.com> Yang Guang <guang.a.yang@intel.com> Yang Zhang <yang.z.zhang@Intel.com> yangyongqiang <yangyongqiang01@baidu.com> YanHong <clouds.yan@gmail.com> Yaniv Rosner <yaniv.rosner@broadcom.com> Yaniv Rosner <yanivr@broadcom.com> Yanko Kaneti <yaneti@declera.com> Yanmin Zhang <yanmin.zhang@intel.com> Yanmin Zhang <yanmin_zhang@linux.intel.com> Yannick Fertre <yannick.fertre@stericsson.com> Yashpal Dutta <yashpal.dutta@freescale.com> Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...ai <hamo.by@gmail.com> Yang Guang <guang.a.yang@intel.com> Yang Zhang <yang.z.zhang@Intel.com> yangyongqiang <yangyongqiang01@baidu.com> YanHong <clouds.yan@gmail.com> Yaniv Rosner <yaniv.rosner@broadcom.com> Yaniv Rosner <yanivr@broadcom.com> Yanko Kaneti <yaneti@declera.com> Yanmin Zhang <yanmin.zhang@intel.com> Yanmin Zhang <yanmin_zhang@linux.intel.com> Yannick Fertre <yannick.fertre@stericsson.com> Yashpal Dutta <yashpal.dutta@freescale.com> Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...ai <hamo.by@gmail.com> Yang Guang <guang.a.yang@intel.com> Yang Zhang <yang.z.zhang@Intel.com> yangyongqiang <yangyongqiang01@baidu.com> YanHong <clouds.yan@gmail.com> Yaniv Rosner <yaniv.rosner@broadcom.com> Yaniv Rosner <yanivr@broadcom.com> Yanko Kaneti <yaneti@declera.com> Yanmin Zhang <yanmin.zhang@intel.com> Yanmin Zhang <yanmin_zhang@linux.intel.com> Yannick Fertre <yannick.fertre@stericsson.com> Yashpal Dutta <yashpal.dutta@freescale.com> Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...<guang.a.yang@intel.com> Yang QU <yang.qu@stericsson.com> Yang Zhang <yang.z.zhang@Intel.com> yangyongqiang <yangyongqiang01@baidu.com> YanHong <clouds.yan@gmail.com> Yaniv Rosner <yaniv.rosner@broadcom.com> Yaniv Rosner <yanivr@broadcom.com> Yanko Kaneti <yaneti@declera.com> Yanmin Zhang <yanmin.zhang@intel.com> Yanmin Zhang <yanmin_zhang@linux.intel.com> Yannick Fertre <yannick.fertre@stericsson.com> Yashpal Dutta <yashpal.dutta@freescale.com> Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...<guang.a.yang@intel.com> Yang QU <yang.qu@stericsson.com> Yang Zhang <yang.z.zhang@Intel.com> yangyongqiang <yangyongqiang01@baidu.com> YanHong <clouds.yan@gmail.com> Yaniv Rosner <yaniv.rosner@broadcom.com> Yaniv Rosner <yanivr@broadcom.com> Yanko Kaneti <yaneti@declera.com> Yanmin Zhang <yanmin.zhang@intel.com> Yanmin Zhang <yanmin_zhang@linux.intel.com> Yannick Fertre <yannick.fertre@stericsson.com> Yashpal Dutta <yashpal.dutta@freescale.com> Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...<guang.a.yang@intel.com> Yang QU <yang.qu@stericsson.com> Yang Zhang <yang.z.zhang@Intel.com> yangyongqiang <yangyongqiang01@baidu.com> YanHong <clouds.yan@gmail.com> Yaniv Rosner <yaniv.rosner@broadcom.com> Yaniv Rosner <yanivr@broadcom.com> Yanko Kaneti <yaneti@declera.com> Yanmin Zhang <yanmin.zhang@intel.com> Yanmin Zhang <yanmin_zhang@linux.intel.com> Yann E. MORIN <yann.morin.1998@free.fr> Yannick Fertre <yannick.fertre@stericsson.com> Yashpal Dutta <yashpal.dutta@freescale.com> Yasuaki Is...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...<guang.a.yang@intel.com> Yang QU <yang.qu@stericsson.com> Yang Zhang <yang.z.zhang@Intel.com> yangyongqiang <yangyongqiang01@baidu.com> YanHong <clouds.yan@gmail.com> Yaniv Rosner <yaniv.rosner@broadcom.com> Yaniv Rosner <yanivr@broadcom.com> Yanko Kaneti <yaneti@declera.com> Yanmin Zhang <yanmin.zhang@intel.com> Yanmin Zhang <yanmin_zhang@linux.intel.com> Yann E. MORIN <yann.morin.1998@free.fr> Yannick Fertre <yannick.fertre@stericsson.com> Yashpal Dutta <yashpal.dutta@freescale.com> Yasuaki Is...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...t;yang.qu@stericsson.com> Yang Zhang <yang.z.zhang@Intel.com> yangyongqiang <yangyongqiang01@baidu.com> YanHong <clouds.yan@gmail.com> Yaniv Gardi <ygardi@codeaurora.org> Yaniv Rosner <yaniv.rosner@broadcom.com> Yaniv Rosner <yanivr@broadcom.com> Yanko Kaneti <yaneti@declera.com> Yanmin Zhang <yanmin.zhang@intel.com> Yanmin Zhang <yanmin_zhang@linux.intel.com> Yann Collet <yann.collet.73@gmail.com> Yann Droneaud <ydroneaud@opteya.com> Yann E. MORIN <yann.morin.1998@free.fr> Yannick Fertre <yannic...