Displaying 6 results from an estimated 6 matches for "onse".
Did you mean:
  one
  
2001 Dec 24
0
Desperate -- I'll even pay -- winbind/samba -- challenge/resp onse password authentication failed
I think this is acceptable - I get the same output for this command in a
Samba session on a Win2000 domain and it works fine.
$ wbinfo -a DOM+W2kusername%password
plaintext password authentication succeeded
challenge/response password authentication failed
Could not authenticate user DOM+W2kusername%password with
challenge/response
I think you are 99% setup.  I followed this posting initially to get things
going.  It has lost some of the formatting but is a nice step by step guide:
Here is my procedure to get winbind...
2009 Dec 11
1
[PATCH] drm/nouveau: provide ctxprog/ctxvals in ihex format
...are not expected to be in binary
format. The nouveau files are in binary format, and are therefore
removed when running e.g. make clean.
Fix that by converting them to ihex format instead.
The patch is really big as it contains the ctxprogs stuff, so I'll
provide a link instead:
http://stuff.onse.fi/0001-drm-nouveau-provide-ctxprog-ctxvals-in-ihex-format.patch
-- 
Anssi Hannula
2009 Aug 17
5
[Bug 23373] New: X goes to 100% cpu on start with GeForce 9400 (0x086a, C79)
http://bugs.freedesktop.org/show_bug.cgi?id=23373
           Summary: X goes to 100% cpu on start with GeForce 9400 (0x086a,
                    C79)
           Product: xorg
           Version: git
          Platform: x86-64 (AMD64)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Driver/nouveau
        AssignedTo:
2003 Dec 15
2
Beginners Question
...ack("SIP/2203-2e99", "demo-abouttotry") in new stack
    -- Playing 'demo-abouttotry' (language 'en')
WARNING[81926]: File chan_sip.c, Line 464 (retrans_pkt): Maximum retries
exceede
d on call A782222F-BD89-41F0-96CF-4CEA43C20C30@192.168.0.2 for seqno 50218
(Resp
onse)
WARNING[262160]: File file.c, Line 512 (ast_readaudio_callback): Failed to
write
 frame
  == Spawn extension (default, 500, 1) exited non-zero on 'SIP/2203-2e99'
WARNING[81926]: File chan_sip.c, Line 464 (retrans_pkt): Maximum retries
exceede
d on call A782222F-BD89-41F0-96CF-4CEA43C20C30@...
2010 Dec 08
0
No subject
...D  CN_KVP_IDX;
+		msg->id.val =3D CN_KVP_VAL;
+		msg->seq =3D KVP_KERNEL_GET;
+		((struct hv_ku_msg *)msg->data)->kvp_index =3D index;
+		msg->len =3D sizeof(struct hv_ku_msg);
+		cn_netlink_send(msg, 0, GFP_ATOMIC);
+		kfree(msg);
+		return 0;
+	}
+	return 1;
+}
+
+/*
+ * Send a response back to the host.
+ */
+
+static void
+kvp_respond_to_host(char *key, char *value, int error)
+{
+	struct hv_kvp_msg  *kvp_msg;
+	struct hv_kvp_msg_enumerate  *kvp_data;
+	char	*key_name;
+	struct icmsg_hdr *icmsghdrp;
+	int	keylen, valuelen;
+	u8	*buf;
+	u32	buf_len;
+	struct vmbus_channel *channe...
2010 Dec 08
0
No subject
...D  CN_KVP_IDX;
+		msg->id.val =3D CN_KVP_VAL;
+		msg->seq =3D KVP_KERNEL_GET;
+		((struct hv_ku_msg *)msg->data)->kvp_index =3D index;
+		msg->len =3D sizeof(struct hv_ku_msg);
+		cn_netlink_send(msg, 0, GFP_ATOMIC);
+		kfree(msg);
+		return 0;
+	}
+	return 1;
+}
+
+/*
+ * Send a response back to the host.
+ */
+
+static void
+kvp_respond_to_host(char *key, char *value, int error)
+{
+	struct hv_kvp_msg  *kvp_msg;
+	struct hv_kvp_msg_enumerate  *kvp_data;
+	char	*key_name;
+	struct icmsg_hdr *icmsghdrp;
+	int	keylen, valuelen;
+	u8	*buf;
+	u32	buf_len;
+	struct vmbus_channel *channe...