Displaying 6 results from an estimated 6 matches for "linuxkernel".
Did you mean:
linux_kernel
2006 Sep 20
3
Bug#388352: xen-hypervisor-3.0-unstable-1-amd64: veth0 is missing
...list
Name ID Mem(MiB) VCPUs State Time(s)
Domain-0 0 1883 8 r----- 42.9
dell-2950:~# ifconfig -a | egrep "veth|vif"
dell-2950:~# dpkg -l | grep 'xen-'
ii linux-image-2.6-xen-em64t-p4 2.6.16+0.2 Linuxkernel 2.6 image on Intel em64t P4 mac
ii linux-image-2.6.16-2-xen-em64t-p4 2.6.16-18 Linuxkernel 2.6.16 image on Intel em64t P4
ii linux-image-2.6.17-2-xen-amd64 2.6.17-9 Linux2.6.17 image on AMD64
ii linux-modules-2.6.16-2-xen-em64t-p4 2.6.16-18 Linuxker...
2011 May 30
0
Quota Problem with Samba 3.5.8
...smbclient
does not seem to try.
Any Idea what could be wrong here?
For me it does somewhat look like smbd is trying to use the wrong quota
system here which of course fails.
The system in use is Debian oldstable with a custom backport of samba from
Debian unstable (3.5.8) running on a vanilla Linuxkernel (v.2.6.36.2).
Regards
Sven
--
"If you don't make lower-resolution mapping data publicly
available, there will be people with their cars and GPS
devices, driving around with their laptops" (Tim Berners-Lee)
/me is giggls at ircnet, http://sven.gegg.us/ on the Web
2009 Dec 18
2
Rules only activ after using tcpdump in promiscuous mode
Hi!
I have a strange problem with shorewall on one of our routers. When i
configure a rule like
ACCEPT loc:192.x.x.x net tcp 80
this rules will only work if i do a
tcpdump -i all port 80
After doing the tcpdump the clientrules works. When i don''t use tcpdump
before the connection will be refused.
Best regards,
Kai.
2020 Sep 27
3
How to add a new clang-tidy module
...]
Below is my diff
diff --git a/clang-tools-extra/clang-tidy/CMakeLists.txt b/clang-tools-extra/clang-tidy/CMakeLists.txt
index ca7a5afed6b..ccb77ef6a62 100644
--- a/clang-tools-extra/clang-tidy/CMakeLists.txt
+++ b/clang-tools-extra/clang-tidy/CMakeLists.txt
@@ -64,6 +64,7 @@ add_subdirectory(linuxkernel)
add_subdirectory(llvm)
add_subdirectory(llvmlibc)
add_subdirectory(misc)
+add_subdirectory(misra)
add_subdirectory(modernize)
if(CLANG_TIDY_ENABLE_STATIC_ANALYZER)
add_subdirectory(mpi)
@@ -90,6 +91,7 @@ set(ALL_CLANG_TIDY_CHECKS
clangTidyLLVMModule
clangTidyLLVMLibcModule
clangTi...
2008 Jul 12
4
[PATCH] tun: Fix/rewrite packet filtering logic
...-----------
include/linux/if_tun.h | 24 +++-
2 files changed, 174 insertions(+), 166 deletions(-)
diff --git a/drivers/net/tun.c b/drivers/net/tun.c
index 2693f88..901551c 100644
--- a/drivers/net/tun.c
+++ b/drivers/net/tun.c
@@ -18,15 +18,11 @@
/*
* Changes:
*
- * Brian Braunstein <linuxkernel at bristyle.com> 2007/03/23
- * Fixed hw address handling. Now net_device.dev_addr is kept consistent
- * with tun.dev_addr when the address is set by this module.
- *
* Mike Kershaw <dragorn at kismetwireless.net> 2005/08/14
* Add TUNSETLINK ioctl to set the link encapsulat...
2008 Jul 12
4
[PATCH] tun: Fix/rewrite packet filtering logic
...-----------
include/linux/if_tun.h | 24 +++-
2 files changed, 174 insertions(+), 166 deletions(-)
diff --git a/drivers/net/tun.c b/drivers/net/tun.c
index 2693f88..901551c 100644
--- a/drivers/net/tun.c
+++ b/drivers/net/tun.c
@@ -18,15 +18,11 @@
/*
* Changes:
*
- * Brian Braunstein <linuxkernel at bristyle.com> 2007/03/23
- * Fixed hw address handling. Now net_device.dev_addr is kept consistent
- * with tun.dev_addr when the address is set by this module.
- *
* Mike Kershaw <dragorn at kismetwireless.net> 2005/08/14
* Add TUNSETLINK ioctl to set the link encapsulat...