search for: clie

Displaying 20 results from an estimated 24 matches for "clie".

Did you mean: cli
2003 Aug 09
0
ogg player on a clie
Hi folks, I've been talking with Jack in IRC (mainly in the subversion channel), but he suggested that I pose my vorbis questions here, to the community of experts. I own a Sony Clie PDA, which is a PalmOS-4 device. Sony wasn't patient enough to wait for PalmOS-5, which has a standardized sound API and a new CPU powerful enough to decode audio. Instead, they just stuck a proprietary, dedicated DSP in their palm device and included proprietary mp3 playback software. The m...
2018 Nov 28
2
Dovecot crash
This happening when my Thunderbird client is trying to establish a connection with a Dovecot server. Some background first: 1) I am running Thunderbird 6.20.1 from a Linux client. 2) Other clients (e.g. Maildroid in my Android phone) do not have any issues. 3) The Dovecot software is version 2.2.9, running in a Linux server. 4)...
2018 Nov 28
3
Dovecot crash
...; wrote: > Hi, > > I had the similar messages after an upgrade then downgrade. I was able to > fix by removing all indexes files. > > Thomas > > > Le 28 nov. 2018 ? 22:02, JCA <1.41421 at gmail.com> a ?crit : > > > > This happening when my Thunderbird client is trying to establish a > connection with a Dovecot server. Some background first: > > > > 1) I am running Thunderbird 6.20.1 from a Linux client. > > 2) Other clients (e.g. Maildroid in my Android phone) do not have any > issues. > > 3) The Dovecot software i...
2003 Jun 05
4
umass device support...how generic is it?
Is there any point in reporting specific devices that work with umass(4) any more, or is the assumption these days that anything that will work on a Windows or Linux box, without additional drivers, will also work on FreeBSD? The cheapo 'pen drive' that I picked up on ebay yesterday surprised me by just working, with no pain whatsoever... I'm wondering if maybe I shouldn't be so
2003 Aug 22
5
HEADSUP: USB da(4) quirks disabled for 4.9 and 5.2
...ake all sony MS* products use this quirk. */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "MS*", "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE }, { /* * Sony Memory Stick adapter for the CLIE series * of PalmOS PDA's */ {T_DIRECT, SIP_MEDIA_REMOVABLE, "Sony", "CLIE*", "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE }, { /* * Intelligent Stick USB disk-...
2018 Nov 30
1
Dovecot crash
Thanks. Unfortunately, that made no difference. On Fri, Nov 30, 2018 at 1:20 PM Thomas Durand <tom at rezoo.org> wrote: > Exactly - I removed then with > *find* . -name "dovecot.index*" -type f -delete > > There is no need to restart dovecot. IMAP client will be forced to resync > all the emails from the server. > > > Le 28 nov. 2018 ? 23:20, JCA <1.41421 at gmail.com> a ?crit : > > Thanks. Assuming that the IMAP mail directory for the account affected is > under /home/xyz/mail, are you talking about the contents of the...
2003 Jul 12
2
usb.ko is unloadable?
Dear colleagues, I'm planning to debug usb connection with my new SONY CLIE handheld, and found that this process is much complicated by the fact usb.ko module can not be unloaded 'cause some process is referencing it: marck@revamp:~/tmp> kldstat -v -i 11 Id Refs Address Size Name 11 1 0xc0cf7000 1b000 usb.ko Contains modules: I...
2001 Jun 04
1
[PATCH]: Add check_ntsec to ownership/mode tests
...-rsa.c =================================================================== RCS file: /cvs/openssh_cvs/auth-rsa.c,v retrieving revision 1.31 diff -u -p -r1.31 auth-rsa.c --- auth-rsa.c 2001/04/08 18:27:01 1.31 +++ auth-rsa.c 2001/06/04 10:05:34 @@ -156,6 +156,9 @@ auth_rsa(struct passwd *pw, BIGNUM *clie packet_send_debug("If your home is on an NFS volume, it may need to be world-readable."); return 0; } +#ifdef HAVE_CYGWIN + if (check_ntsec(file)) +#endif if (options.strict_modes) { int fail = 0; char buf[1024]; Index: auth2.c =============================================...
2018 Nov 28
0
Dovecot crash
Hi, I had the similar messages after an upgrade then downgrade. I was able to fix by removing all indexes files. Thomas > Le 28 nov. 2018 ? 22:02, JCA <1.41421 at gmail.com> a ?crit : > > This happening when my Thunderbird client is trying to establish a connection with a Dovecot server. Some background first: > > 1) I am running Thunderbird 6.20.1 from a Linux client. > 2) Other clients (e.g. Maildroid in my Android phone) do not have any issues. > 3) The Dovecot software is version 2.2.9, running in...
2018 Nov 30
0
Dovecot crash
Exactly - I removed then with find . -name "dovecot.index*" -type f -delete There is no need to restart dovecot. IMAP client will be forced to resync all the emails from the server. > Le 28 nov. 2018 ? 23:20, JCA <1.41421 at gmail.com <mailto:1.41421 at gmail.com>> a ?crit : > > Thanks. Assuming that the IMAP mail directory for the account affected is under /home/xyz/mail, are you talking about...
2004 Aug 06
0
[Fwd: Re: [JDEV] Videoconferencing with jabber / Re: Videoconferencing with speex and jabber]
...it could be the right way. we have to took in consideration, that we have at least tree chanels to go for : administration, audio and video. So, if we make a jabber server component, it should handle all of this. My idea was to use jabber only to start the connection and to get the IP of the other client. Afterwards the client's establish a connection withou the need of jabber. I dont know if a server component is better here. > Of course it is possible to create a standalone server relay, too. > But my relation to jabber.org tells me to do it that way... ;-) Yes, could be right. But...
2003 Aug 14
2
umass0 problems, with Sony USB Memory Stick
Hi, I'm installing a laptop for a friend of mine, and while most things work, the Sony memory stick does not. With respect to the HEADS UP of August 7th, I've also re-enabled the 2 Sony memory sticks quirks, in sys/cam/scsi/da_scsi.c. The symptoms also apply to 4.8-RELEASE: umass0: Sony USB Memory Stick Slot, rev 1.10/1.80, addr 2 ... umass0: CBI reset failed, TIMEOUT umass0: CBI
2009 Sep 21
0
[PATCH 2/6] virtio: make add_buf return capacity remaining
...r. * @kick: update after add_buf * vq: the struct virtqueue * After one or more add_buf calls, invoke this to kick the other side. diff --git a/net/9p/trans_virtio.c b/net/9p/trans_virtio.c --- a/net/9p/trans_virtio.c +++ b/net/9p/trans_virtio.c @@ -200,7 +200,7 @@ p9_virtio_request(struct p9_client *clie req->status = REQ_STATUS_SENT; - if (chan->vq->vq_ops->add_buf(chan->vq, chan->sg, out, in, req->tc)) { + if (chan->vq->vq_ops->add_buf(chan->vq, chan->sg, out, in, req->tc) < 0) { P9_DPRINTK(P9_DEBUG_TRANS, "9p debug: virtio rpc a...
2009 Sep 21
0
[PATCH 2/6] virtio: make add_buf return capacity remaining
...r. * @kick: update after add_buf * vq: the struct virtqueue * After one or more add_buf calls, invoke this to kick the other side. diff --git a/net/9p/trans_virtio.c b/net/9p/trans_virtio.c --- a/net/9p/trans_virtio.c +++ b/net/9p/trans_virtio.c @@ -200,7 +200,7 @@ p9_virtio_request(struct p9_client *clie req->status = REQ_STATUS_SENT; - if (chan->vq->vq_ops->add_buf(chan->vq, chan->sg, out, in, req->tc)) { + if (chan->vq->vq_ops->add_buf(chan->vq, chan->sg, out, in, req->tc) < 0) { P9_DPRINTK(P9_DEBUG_TRANS, "9p debug: virtio rpc a...
2016 Apr 09
2
mail-search backtrace
..._virtual_plugin.so(virtual_storage_sync_init+0xab3) [0x7fcb7e9f7313] -> /usr /lib64/dovecot/libdovecot-storage.so.0(mailbox_sync_init+0x3b) [0x7fcb7f92119b] -> dovecot/imap(imap_sync_init+0x68) [0x55b6ef47c238] -> dovecot/imap(cmd_sync_delayed+0x242) [0x55b6ef47cfb2] -> dovecot/imap(clie nt_handle_input+0x220) [0x55b6ef4706b0] -> dovecot/imap(client_input+0x82) [0x55b6ef470b82] -> /usr/lib64/dovecot/libdovecot.so.0(io_loop_call_io+0x4c) [0x7fcb7f67228c] -> /usr/lib64/dovecot/libdovecot.so.0(io_l oop_handler_run_internal+0x101) [0x7fcb7f673731] -> /usr/lib64/dovecot/...
2016 Apr 12
2
Procesos paralelos
..., son tratados con la finalidad de mantener el contacto así como realizar las gestiones que en esta aparecen (Ley Orgánica 15/1999, de 13 de diciembre, de Protección de Datos de Carácter Personal). Puede ejercer sus derechos de acceso, rectificación, cancelación y oposición dirigiéndose a atencion.clientesth en tasacionesh.com. La utilización de su dirección de correo electrónico por parte de nuestra empresa queda sujeta a las disposiciones de la Ley 34/2002, de Servicios de la Sociedad de la Información y el Comercio Electrónico. Si Vd. recibe comunicación comercial por nuestra parte y desea de...
2009 Aug 18
2
[PATCH 1/2] virtio: Add a can_add_buf helper
This helper returns 1 if a call to add_buf will not fail with -ENOSPC. This will help callers that do while(1) { alloc() if (add_buf()) { free(); break; } } This will result in one less alloc/free exercise. Signed-off-by: Amit Shah <amit.shah at redhat.com> --- drivers/virtio/virtio_ring.c | 8 ++++++++ include/linux/virtio.h | 5 +++++ 2 files changed, 13
2009 Aug 18
2
[PATCH 1/2] virtio: Add a can_add_buf helper
This helper returns 1 if a call to add_buf will not fail with -ENOSPC. This will help callers that do while(1) { alloc() if (add_buf()) { free(); break; } } This will result in one less alloc/free exercise. Signed-off-by: Amit Shah <amit.shah at redhat.com> --- drivers/virtio/virtio_ring.c | 8 ++++++++ include/linux/virtio.h | 5 +++++ 2 files changed, 13
2004 Aug 06
4
[Fwd: Re: [JDEV] Videoconferencing with jabber / Re: Videoconferencing with speex and jabber]
...onference partners. It makes sense to me to enhance the current jabber MUC protocol with some audio/video specific stuff.* COMMENTS WELCOME <p>Best regards, Ulrich P.s. on the relay, carsten: The relay you may download at http://greenthumb.jabberstudio.org/avrelay.html contains server and client. a server has to be started, onto which a client can connect. The client has to know the ip of the server. the client is started through the command listed on the avrelay.html page. the server is started through 'java uls.AVRelay' The server listens by default on port 10000 (i think)...
2009 Oct 08
12
resolv.conf rewritten every reboot. How to figure out who and why?
My machine has a static IP, with dhcp and IPv6 disabled. Every time I reboot, some process rewrites /etc/resolv.conf, including a comment about dhcpclient. The only package I have installed that shows up in "rpm -qa|grep -i dhcp" is dhcpv6-client-1.0.10-16.el5, and nothing in there is named dhcpclient. I'd like to figure out what software is rewriting this file and why. man 5 resolv.conf and man resolver are unhelpful in this case....