Displaying 20 results from an estimated 10000 matches similar to: "Net Card doesn''t work"
2006 Dec 14
0
Re: [RESOLVED] Layer7 module doesn''t detect nothing on my bridge with a 2.6.18.3 kernel
Hello,
loading conntrack resolve my problem ...
layer 7 have got a dependency with conntrack but doesn''t load it
automaticaly...
so module is loaded but no packets match with l7-protocols ...
reported as a bug
http://sourceforge.net/tracker/index.php?func=detail&aid=1596065&group_id=80085&atid=558668
regards
ArcosCom Linux User a écrit :
> With:
>
2006 Dec 12
1
Layer7 module doesn''t detect nothing on my bridge with a 2.6.18.3 kernel
Hello
I''ve setuped a QOS bridge under debian 3.1 using 2.6.18.3 kernel +
iptables 1.3.6
I''ve patched the kernel an Iptables with esfq+layer7 without problems.
This simple script doesn''t log nothing ... And I''m sure to have eMule
traffic (I''ve checked with tcpdump )
If I remove " -m layer7 --l7proto edonkey \" line I can see
2009 Apr 12
30
good progress on pci vga passthrough in xen-3.4-rc1
Platform : Nehalem, official Intel x58 with Core i7 920 (dx58so)
Main (Console): Nvidia 9500 GT PCI Express
Secondary: Nvidia 8800 GTS PCI Express
Yes, I binned the ASUS P6T due to bad VT-d support in the BIOS.
With the latest BIOS from Intel, the dx58so has enable/disable for VT-d, ICH FLR and Interrupt Mapping! Helped a lot with getting this working ...
Dom0: 2.6.18-xen0 (built from
2008 Oct 14
0
Orinoco 802.11b PC Card doesn't work on STABLE
Hi,
I have Orinoco 802.11b PC Card from Proxim. I plugged it to pcmcia
slot, but It doesn't work - no blinking LEDs, no wi0 in ifconfig.
I have 7.1-PRERELEASE, laptop Prestigio Nobile 157. On NetBSD seems
working, but NetBSD is not friendly with me.
if_wi driver included in kernel.
----- dmesg
Copyright (c) 1992-2008 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989,
2007 Feb 02
0
VLANs with Xen - work with 1 Gbit, doesn''t with 100 Mbit cards?
I have a strange problem with VLANs with Xen 3.0.4. I signalled it on
Xen-users list, but found no definitive solution to it.
I configure VLANs so that they are available in dom0; domUs don''t know
that they use VLANs.
I use a stock "network-bridge" comming from Xen for setting up networking:
#!/bin/bash
dir=$(dirname "$0")
"$dir/network-bridge"
2011 Jul 06
3
One font has changed
Hi everybody!
This is my first post here, so I would like to thank everybody that helps in this wonderful and useful project
I've been using wine a while and didn't have any problem, at least not one that couldn't be solved with a little of research in the internet
But recently one of the fonts the program uses has changed and haven't figured out how to change it back.
I use wine
2013 Sep 05
1
NFS cann't use by esxi with Striped Volume
After some test , I confirm that Esxi cann't use Striped-Replicate volume
on Glusterfs's nfs.
But could success on Distributed-Replicate .
Anyone know how or why ?
2013/9/5 higkoohk <higkoohk at gmail.com>
> Thanks Vijay !
>
> It run success after 'volume set images-stripe nfs.nlm off'.
>
> Now I can use Esxi with Glusterfs's nfs export .
>
> Many
2003 Dec 24
0
[LLVMdev] RE: repeated recursion with "frozen" arguments
<Chris is cleaning out his inbox>
Valery A.Khamenya wrote (in
http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-August/000455.html):
> there is a very simple using case concerning LLVM and I am wondering
> whether it might be optimized at LLVM layer:
> int rec_func(int x, int y) {
> if(y<0) return x;
> return y + rec_func(x, y-1); // should we really push x?
> }
2004 Jan 08
0
[LLVMdev] Re: idea 10
> I see more precisely what you mean, but I don't think it is that
> straightforward to generalise the benefits multiple CPU on single host
> programming to multiple CPU at multiple hosts. I don't think that both
> cases involve the same techniques.
you are right, just think of shared memory.
> For example, in "single host" configuration you get a very low
2015 Feb 17
0
[Bug 28095] X crash with PFIFO_CACHE_ERROR. (Nouveau on Riva TNT).
https://bugs.freedesktop.org/show_bug.cgi?id=28095
--- Comment #15 from Brent <bzipitidoo at hotmail.com> ---
Yes, someone else said that hardware was unusual. But Nouveau did work with
it, at elast somewhat, in the later 2.6 kernels. If it helps at all, the
Diamond Viper V550 video card reports a version of 1.93E during POST.
Tried older versions of Puppy Linux, and ran into other
2011 Sep 19
0
VMX status report. Xen:23851 & Dom0:20a27c1e2...
Hi all,
This is the test report for xen-unstable tree. We found one bug (#1778) about the blue screen showed when the guest win2k8 shutdown fixed.
Version Info
================================================================
xen-changeset: 23851:994b5b125c31
pvops git:
commit 20a27c1e25b8550066902c9d6ca91631e656dfa3
================================================================
Test
2007 Dec 16
0
Integration Testing - hang with post parameters
I''m getting some weirdness with integration testing. The following
works fine if I don''t have parameters, but as soon as I add parameters I
get a hang. Not sure exactly where it is hanging.
NO HANG
post ''user/register''
HANG
post ''user/register'', :user => {:name => ''John Doe'', :email =>
2009 Aug 18
3
Will WINE help me get the internet on Puppy Linux?
I'm currently trying to swap a very old computer over to Puppy Linux so that it will work better. Puppy installed fine and is working beautifully and i have no problems except that I can't get the Internet to work.
My computer:
10 year old IBM Aptiva
Windows XP
Intel Pentium 3 - 499 MHz,
192MB RAM,
12 GB hard drive (7GB free)
My internet:
3g Dongel HUAWEI Model:E160g
This dongel
2006 Jun 18
0
Framework question about FormHelper ...
Hello,
I don''t understand how formhelper works (In a Framework point of view) ...
For example if I use the chek_box formhelper
1/ check_box("puppy", "gooddog", {}, "yes", "no") will call @puppy.gooddog
BUT, how it is possible since the check_box has only a string parameters
not instance object ?
2/ if you create your own helper which generate
2009 Apr 16
9
Second release candidate for Xen 3.4.0
Folks,
The second release candidate for Xen 3.4.0 is available at
http://xenbits.xensource.com/xen-unstable.hg, tagged as ''3.4.0-rc2''.
Please test!
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2007 Sep 04
0
Can't see shares, and also smbmount works but mount -t cifs doesn't
Hi
(this is most likely a newbie question).
A couple of problems. I have a linux guest (puppy) running on vmplayer on a friend's machine, which runs WinXP home. I have folder sharing enabled on the host for a few different folders. I am trying to mount the winxp host shared folders onto the linux guest.
First problem is that I can't seem to see the shares. smbtree only lists the
2009 Dec 14
3
Asterisk throws error using the alsa, module
>> See if it plays back properly.
>
> Running aplay as asterisk user seems to be no problem:
>
> asterisk at puppy$ aplay /usr/share/sounds/alsa/Front_Center.wav
> Playing: WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit
> Little Endian, Rate: 48000 Hz, mono
> asterisk at puppy:~$ aplay -Dpulse /usr/share/sounds/alsa/Front_Center.wav
>
2020 May 13
0
10 year old question
Is there a non pae version of this repack available? I like the .dat file approach... got to the end of loading the RAM disk image and it said pae not available on cpu and quit
Sent from my iPhone
> On May 13, 2020, at 4:31 PM, Daryl Kuchay <daryl.kuchay at icloud.com> wrote:
>
> ?Thank you for your information. I did look at this last week on the murga forum and saw archive.org
2014 Nov 02
1
lss broken when upgraded 4.05 to 6.03
On 11/2/14, Ady <ady-sf at hotmail.com> wrote:
>
> FWIW, Utopic uses 6.03-pre18, not the final release (although, the
> lss16 problem is present in both).
>
> About the lss16 issue, we all would welcome patches, really. Any
> volunteers?
>
> @Barry, see http://www.syslinux.org/archives/2014-October/022734.html
>
Ady,
Thanks very much for the information.
My
2010 Jan 03
1
Swfdec and Ffmpeg only
Hi,
I'm the founder and still very active developer of Puppy Linux, and a
variant named Quirky. Puppy is a cut-down distro, typically 100MB
live-CD. We have always used the Adobe Flash player, though I have
stayed with the Flash 9 player (9.0.48.0) due to its smaller size.
Puppy also has ffmpeg, xine-lib and gxine.
Recently I have been experimenting with Swfdec and Swfdec-mozilla. I
started