Displaying 5 results from an estimated 5 matches for "16609".
Did you mean:
1609
2009 Feb 06
8
iptables: forwarding on internal device
...ernal device using iptables:
/sbin/iptables -A FORWARD -i eth0 -o eth0 -m state --state
NEW,RELATED,ESTABLISHED -j ACCEPT
but the packages are still blocked, e.g.:
Feb 6 20:58:28 firewall kernel: DROP-TCP IN=eth0 OUT=eth0
SRC=192.168.100.177 DST=172.28.2.184 LEN=40 TOS=0x00 PREC=0x00 TTL=127
ID=16609 PROTO=TCP SPT=7166 DPT=3590 WINDOW=0 RES=0x00 ACK RST URGP=0
net.ipv4.ip_forward = 1
is set, too.
Best Regards
Marcus
2008 Dec 23
2
KDE 4: Drag&Drop not working
Hi
I recently upgraded to Kubuntu 8.10 with KDE4. Now, the drag & drop ability to wine applications doesn't work anymore. For example: If i drag-and-drop a file from konqueror or dolphin ton winamp/peazip/etc., it opens two files with corrupted names each.
Does anyone have the same problems as I?
Thxs :-)
2008 Feb 22
0
lustre error
...rocessing error
(-19) req at e8c5d800 x79341/t0 o8-><?>@<?>:-1
lens 304/0 ref 0 fl Interpret:/0/0 rc -19/0
Feb 22 03:25:46 node3 kernel: LustreError:
16228:0:(ldlm_lib.c:1363:target_send_reply_msg()) Skipped 30 previous
similar messages
Feb 22 03:26:06 node3 kernel: LustreError:
16609:0:(ldlm_lib.c:576:target_handle_connect()) @@@ UUID
''hallmark-OST0004_UUID'' is not available for connect (n
o target) req at f7fcec2c x300361/t0 o8-><?>@<?>:-1 lens 304/0 ref 0 fl
Interpret:/0/0 rc 0/0
Feb 22 03:26:06 node3 kernel: LustreError:
16609:0:(ldlm_lib...
2009 Jun 19
0
Wine release 1.1.24
...8 MSItest loop
16331 inetcomm: possible null pointer dereferences
16385 Photoshop CS4 interface doesn't load
16506 some GUI feedback is needed when wine crashes
16521 With separate x-screens, windowed applications in the secondary screen are limited to resolution of primary screen
16609 Wine's XDnD should support text/uri-list lines not ending in \r\n
16681 Adobe Photoshop CS4 fails to start, complains "Some of the application components are missing..."
17433 Photoshop CS4 crash in unimplemented function gdiplus.dll.GdipMeasureDriverString
17437 ATI and EVE...
2006 May 17
10
HABTM << producing incorrect insert sql ?
Greetings railsers -
I''m trying to add to a collection through HABTM, but the sql
insert is trying to insert a PK rather than letting mysql produce the
auto_increment''ed PK.
## @medication_dose holds a validated, saved model
@medication_dose.medication_frequencies << MedicationFrequency.find
(:all)
The above bails with,
Mysql::Error: #23000Duplicate