Displaying 20 results from an estimated 139 matches for "sfc".
Did you mean:
sec
2006 May 29
5
Can't Run "Within A Deep Forest"
i hope you can help me. The game's site is
http://withinadeepforest.ni2.se/index.php?
here's the terminal output from the install (from install binary) and
the run.
the install:
$ wine install_wadf_11.exe
fixme:advapi:CheckTokenMembership ((nil) 0x7ff18088 0x7fc8fe1c) stub!
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\Within a Deep
Forest\\unins000.exe") stub
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\Within a Deep
Forest\\Within A Deep Forest.exe") stub
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program Files\\Within a Deep...
2011 Feb 17
5
Issue with installing Zen4.0.1 on ubuntu 9.10
Hello Xen-development team,
When I was compiling my kernel I hit this error when I executed the
“make” command
————————-
CC [M] drivers/net/sfc/falcon.o
drivers/net/sfc/falcon.c:2928: error: redefinition of
‘falcon_dimension_resources’
drivers/net/sfc/falcon.c:2825: note: previous definition of
‘falcon_dimension_resources’ was here
make[3]: *** [drivers/net/sfc/falcon.o] Error 1
make[2]: *** [drivers/net/sfc] Error 2
make[1]: *** [drivers/...
2009 Dec 16
7
rebased openSUSE dom0 xen patches for 2.6.31
Hi,
I have uploaded a new set of rebased openSUSE dom0 xen patches and
Gentoo ebuild for 2.6.31 to
http://code.google.com/p/gentoo-xen-kernel/downloads/list, Jan Beulich
recently identified the cause of the null pointer crash and other
stability problems that affected previous versions and with the
necessary fixes applied the kernel has run for 2+ days with no issues
at all, I think you will find
2012 Dec 14
1
[Bridge] [PATCH] bridge: Bug fix for incorrect interpretation of MLDv2 maximum response code
This patch fixes the incorrect interpretation of endianness of MLDv2 maximum response
code within bridge's multicast snooping code.
Signed-off-by: Ang Way Chuang <wcang at sfc.wide.ad.jp>
---
diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c
index 977c3ee..29c6283 100644
--- a/net/bridge/br_multicast.c
+++ b/net/bridge/br_multicast.c
@@ -1172,7 +1172,7 @@ static int br_ip6_multicast_query(struct net_bridge *br,
mld2q = (struct mld2_query *)icmp6_hd...
2014 Sep 11
0
CEEA-2014:1179 CentOS 6 sfc Enhancement Update
...d Enhancement Advisory 2014:1179
Upstream details at : https://rhn.redhat.com/errata/RHEA-2014-1179.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
fc6171ee4cfab2807cd0cd54b684def6109fef8a2e5d516d0cfca38d47d64404 kmod-sfc-4.0-3.el6_5.i686.rpm
x86_64:
fb67f5153542c03b0c7836bff2f1f5d96ffd2b4ea76ffdec11d2dd553de83af0 kmod-sfc-4.0-3.el6_5.x86_64.rpm
Source:
7cab548dff07887c398229f8973497cdefc793513f7df68431cc0eda9cfa7f2b sfc-4.0-3.el6_5.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hugh...
2016 Sep 29
0
CEEA-2016:1977 CentOS 7 sfc Enhancement Update
...Enhancement Advisory 2016:1977
Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-1977.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
8d00aea701167b41636c94c8dc6c6dc7658daa1f833d5c6dfbf2a02e179d26a6 kmod-sfc-4.0-1.el7_2.x86_64.rpm
Source:
244c0d5e8bdc06ccadeb0c8335beff09a05ae0ce9cb661a43ac16e7a7733d8b4 sfc-4.0-1.el7_2.src.rpm
--
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #centos at irc.freenode.net
Twitter: @JohnnyCentOS
2013 May 08
2
[Bug 2099] New: SshClient.connect() failure on port 22
...shtools.j2ssh.authentication.PasswordAuthenticationClient;
import com.sshtools.j2ssh.configuration.ConfigurationLoader;
import java.io.PrintStream;
public class fileTransfer
{
public static boolean connectToServer(String serverIp, int
serverPort, String userId, String password)
{
SshClient sfc = null;
try {
System.out.println("inside Try of as its SFTP");
ConfigurationLoader.initialize(false);
System.out.println("ConfigurationLoader");
sfc = new SshClient();
sfc.connect(serverIp, serverPort);
System.out.println("sfc.connec...
2006 Aug 20
1
jstrip installs fine, but errors when trying to run.
...Proc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program
Files\\jStrip\\unins000.exe") stub
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\windows\\system32\\stdole2.tlb") stub
fixme:sfc:SfcIsFileProtected ((nil),
L"C:\\windows\\system32\\msvbvm60.dll") stub
fixme:sfc:SfcIsFileProtected (...
2010 Jan 07
0
[PATCH 3/3] Update SFC net drivers
This patch against linux-2.6.18-xen.hg changest 974:aa133dee7792
Update sfc_netback driver to match sfc_resource 3.0.2.2074
Add support for direct guest access and acceleration of SFC9000 series
NICs.
Improve handling of NIC reset in sfc_netback
Remove nic_index state and replace with if_index from struct net_device
Remove duplication of header files with sfc_resource driv...
2024 Jun 25
1
Converting .grib to excel file
Dear Bert and Sara;
I have searched on the internet and found some way to do this like python.
But python is so complicated to me as it needs many steps to be done for
reading and converting it.
I will try terra package to convert it.
On Tue, 25 Jun 2024, 15:15 javad bayat, <j.bayat194 at gmail.com> wrote:
> Richard,
> Many thanks for your email.
> I had attached the grib file to
2014 Sep 11
0
CentOS-announce Digest, Vol 115, Issue 8
...ore specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CESA-2014:1172 Important CentOS 5 procmail Security Update
(Johnny Hughes)
2. CESA-2014:1172 Important CentOS 7 procmail Security Update
(Johnny Hughes)
3. CEEA-2014:1179 CentOS 6 sfc Enhancement Update (Johnny Hughes)
4. CEBA-2014:1178 CentOS 6 ksh BugFix Update (Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Wed, 10 Sep 2014 12:48:09 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce at cent...
2012 Sep 19
0
[LLVMdev] Offer of membership to LLVM into the Software Freedom Conservancy, Inc.
On Sep 18, 2012, at 5:46 PM, Bradley M. Kuhn <bkuhn at sfconservancy.org> wrote:
> I'm sorry for the intrusion of a project policy discussion onto the
> developer list, but there may be many here who may have thoughts, input,
> or question regarding Conservancy's offer for LLVM's membership,
> discussed below. If you're not...
2011 Jul 12
5
Proposal to change Samba contribution copyright policy.
...our policy slightly
to allow corporate owned copyright within Samba. Note I'm
not proposing open season on corporate (C), and we'd still
prefer to get individual copyright, or assignment to the
Software Freedom Conservancy (as we have done in the past).
The reason to prefer individual, or SFC owned copyright is
for ease of relicensing components within Samba. Over time,
we have moved certain libraries within Samba from GPL to
LGPL, for example the tdb and talloc libraries. Re-licensing
like this is easier if we don't have to get permission from
a corporate legal department, but can...
2002 Sep 19
1
RedHat 7.3
I'm haveing a little problem run redhat 7.3.
When I boot up the srceen is localhost what do I do how?
Help me!!!!!!
SFC Jerry A Zimmerman II
Quality Control Armament Inspector
2008 Aug 02
1
Photoshop Elements 6.0 setup hangs (in InstallShield)
...M_INTERRUPT_INFORMATION
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:setupapi:SetupCopyOEMInfW install catalog file
L"C:\\windows\\temp\\IXP001.TMP\\drm10.cat"
fixme:setupapi:SetupQueryInfOriginalFileInformationW (0x158a88, 0, 0x0,
0xbf9fa8e8): semi-stub
fixme:sfc:SfcIsFileProtected (0x0,
L"C:\\windows\\system32\\drmclien.dll") stub
fixme:advapi:ParseStringSidToSid String constant not supported: L"DG"
fixme:advapi:ParseStringSidToSid String constant not supported: L"LG"
fixme:advapi:ParseStringSidToSid String constant not suppo...
2010 Aug 16
5
how to test if a vector contain a value?
Hi all,
How to convert following simple python script to R
if x in a_list:
print x
OR
simply, how to test if a vector contain a value?
Thank you in advance,
Hyunchul
[[alternative HTML version deleted]]
2016 Sep 30
0
CentOS-announce Digest, Vol 139, Issue 8
...hes)
2. CESA-2016:1978 Important CentOS 6 python-twisted-web Security
Update (Johnny Hughes)
3. CESA-2016:1978 Important CentOS 7 python-twisted-web Security
Update (Johnny Hughes)
4. CEEA-2016:1975 CentOS 7 lpfc Enhancement Update (Johnny Hughes)
5. CEEA-2016:1977 CentOS 7 sfc Enhancement Update (Johnny Hughes)
6. CEEA-2016:1976 CentOS 7 bnxt_en Enhancement Update (Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Thu, 29 Sep 2016 15:15:39 +0000
From: Johnny Hughes <johnny at centos.org>
To: centos-announce...
2023 Aug 11
2
GPO not getting updated on Windows 10
...g applied and the network path is still being
blocked. We even checked by delinking all GPO for this particular OU and
the same old GPOs are getting reapplied.
Initially, we thought, there could be a problem in gpupdate /force may
not be working properly and did checks using commands like "sfc
/scannow" and the result is everything was fine on the PCs. But gpupdate
/force continues to apply old policies.
We even checked sysvol with samba-tool and everything seems to be fine
there as well.
We are now unable to figure out where the problem could be. Samba side
or Windows client...
2009 Jan 09
1
[PULL]: tip/cpus4096 updates
...pumask_var_t in dcdbas.c
cpumask: reduce stack usage in find_lowest_rq
Xen: reduce memory required for cpu_evtchn_mask
Rusty Russell (5):
cpumask: Use topology_core_cpumask()/topology_thread_cpumask()
cpumask: convert misc driver functions
cpumask: convert drivers/net/sfc
cpumask: convert other misc kernel functions
x86: change flush_tlb_others to take a const struct cpumask *. FIXME: REVIEW
Documentation/cputopology.txt | 6 +-
arch/x86/include/asm/paravirt.h | 8 ++-
arch/x86/include/asm/tlbflush.h | 8 ++--
arch/x8...
2009 Jan 09
1
[PULL]: tip/cpus4096 updates
...pumask_var_t in dcdbas.c
cpumask: reduce stack usage in find_lowest_rq
Xen: reduce memory required for cpu_evtchn_mask
Rusty Russell (5):
cpumask: Use topology_core_cpumask()/topology_thread_cpumask()
cpumask: convert misc driver functions
cpumask: convert drivers/net/sfc
cpumask: convert other misc kernel functions
x86: change flush_tlb_others to take a const struct cpumask *. FIXME: REVIEW
Documentation/cputopology.txt | 6 +-
arch/x86/include/asm/paravirt.h | 8 ++-
arch/x86/include/asm/tlbflush.h | 8 ++--
arch/x8...