search for: rning

Displaying 5 results from an estimated 5 matches for "rning".

Did you mean: ring
2005 Dec 13
0
Can't see shares on a server member
...e 24 ntv 1 [Tue Dec 13 17:09:08 2005 , 5] nmbd/nmbd_processlogon.c:process_logon_packet(356) process_logon_packet: SAMLOGON user U86F$ [Tue Dec 13 17:09:08 2005 , 5] nmbd/nmbd_processlogon.c:process_logon_packet(361) process_logon_packet: SAMLOGON request from U86F(10.244.142.1) for U86F$, retu rning logon svr \\U86H domain U86F.DOM code 13 token=ffff [Tue Dec 13 17:09:08 2005 , 4] lib/util.c:dump_data(2053) [000] 13 00 5C 00 5C 00 55 00 38 00 36 00 48 00 00 00 ..\.\.U. 8.6.H... [010] 55 00 38 00 36 00 46 00 24 00 00 00 55 00 38 00 U.8.6.F. $...U.8. [020] 36 00 46 00 2E 00 44 00 4F 0...
2017 Jun 26
3
Request for help - adding text files to a data frame
Hello Everyone, I have a data frame which looks something like this: V1 <-c(1,2,3) V2 <-c(5,6,7) V3 <-c(9,10,11) df <- data.frame(V1,V2,V3) I want to add couple of text files at the beginning of df and save the df as a csv file. The csv file should look something like this: "AAAAAAAA" "BBBBBBBBB" "CCCCCCCCC" V1 V2 V3 1 5 9 2
2004 May 12
8
How do fix a good solution against spam..
Heya folks First of all, sorry if this isn't the correct list, but yet, I think spam is a kind of network attack and should be treated as a security issue.. I run a working mail server using Postfix, MySQL, Courier-IMAP, SpamAssassin and ClamAV (amavisd-new) .. I've checked the configuration file for SpamAssassin, but yet I havn't find any good solution for spam.. Sure, spam will
2008 Apr 24
0
R crashes while running a positive checked script (PR#11264)
...0A 33 33 33 33 F3 3F 4C 6F 73 74 20 77 61 72 6E 69 3333??Lost warni 6C930E1A 6E 67 20 6D 65 73 73 61 67 65 73 0A 00 00 3C 41 ng messages...<A 6C930E2A 6E 6F 6E 79 6D 6F 75 73 3E 00 73 74 6F 70 00 77 nonymous>.stop.w 6C930E3A 61 72 6E 69 6E 67 00 73 75 70 70 72 65 73 73 57 arning.suppressW 6C930E4A 61 72 6E 69 6E 67 73 00 2E 73 69 67 6E 61 6C 53 arnings..signalS 6C930E5A 69 6D 70 6C 65 57 61 72 6E 69 6E 67 00 61 62 6F impleWarning.abo 6C930E6A 72 74 00 72 65 73 74 61 72 74 00 57 61 72 6E 69 rt.restart.Warni 6C930E7A 6E 67 20 6D 65 73 73 61 67 65 73 3A 0A...
2007 Apr 18
5
[Bridge] RFC: [PATCH] bridge vlan integration
...dev; + if (br_vlan_output_frame(&skb, br->vlan.untagged)) + return; + NF_HOOK(PF_BRIDGE, NF_BR_LOCAL_IN, skb, indev, NULL, netif_receive_skb); } @@ -136,6 +144,10 @@ int br_handle_frame(struct net_bridge_po } if (p->state == BR_STATE_FORWARDING || p->state == BR_STATE_LEARNING) { + if (br_vlan_input_frame(skb, &p->vlan)) { + return 1; + } + if (br_should_route_hook) { if (br_should_route_hook(pskb)) return 0; Index: wireless-dev/net/bridge/br_ioctl.c =================================================================== --- wireless-dev.orig/net/brid...