Displaying 20 results from an estimated 62 matches for "0o".
Did you mean:
o0
2020 Aug 14
2
User doesn't exist
...incoming mails.
Why does it not work?
[root at localhost bruno]# dovecot --version
2.3.8 (9df20d2db)
/var/log/maillog
Aug 14 11:03:32 localhost dovecot[566097]: lmtp(566373): Connect from local
Aug 14 11:03:32 localhost dovecot[566097]:
lmtp(bruno at 2c2axxx.online-server.cloud)<566373><0O+4HWRTNl9lpAgA0J78UA>:
Debug: auth-master: userdb lookup(bruno at 2c2axxx.online-server.cloud):
Started userdb lookup
Aug 14 11:03:32 localhost dovecot[566097]:
lmtp(bruno at 2c2axxx.online-server.cloud)<566373><0O+4HWRTNl9lpAgA0J78UA>:
Debug: auth-master: conn unix:/var/run/dovecot/a...
2011 Nov 23
3
P2Vs seem to require a very robust Ethernet
Now that we can gather diagnostic info, I think I know why our P2Vs kept
failing last week. Another one just died right in front of my eyes. I
think either the Ethernet or NFS server at this site occasionally
"blips" offline when it gets busy and that messes up P2V migrations.
The RHEV export domain is an NFS share offered by an old Storagetek NAS,
connected over a 10/100 Ethernet.
2007 Feb 09
2
Wine does nothing Help !!!!!
...[pid 16929] rt_sigprocmask(SIG_BLOCK, [HUP INT USR1 USR2 ALRM CHLD IO], [], 8) = 0
[pid 16929] writev(3, [{"\232\0\0\0\n\1\0\0\0\0\0\0*\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 64}, {"E\0v\0e\0r\0e\0s\0t\0 \0D\0i\0c\0t\0i\0o\0n\0a\0r\0y\0 \0S\0e\0t\0u\0p\0 \0i\0s\0 \0p\0r\0e\0p\0a\0r\0i\0n\0g\0 \0t\0h\0e\0 \0I\0n\0s\0t\0a\0l\0l\0S\0h\0i\0e\0l\0d\0 \0W\0i\0z\0a\0r\0d\0,\0 \0w\0h\0i\0c\0h\0 \0w\0i\0l\0l\0 \0g\0u\0i\0d\0e\0 \0y\0o\0u\0 \0t\0h\0r\0o\0u\0g\0h\0 \0t\0h\0e\0 \0p\0r\0o\0g\0r\0a\0m\0 \0s\0e\0t\0u\0p\0 \0p\0r\0o...
2020 Aug 14
0
User doesn't exist
...> [root at localhost bruno]# dovecot --version
> 2.3.8 (9df20d2db)
>
> /var/log/maillog
> Aug 14 11:03:32 localhost dovecot[566097]: lmtp(566373): Connect from
> local
> Aug 14 11:03:32 localhost dovecot[566097]:
> lmtp(bruno at 2c2axxx.online-server.cloud)<566373><0O+4HWRTNl9lpAgA0J78UA>:
> Debug: auth-master: userdb lookup(bruno at 2c2axxx.online-server.cloud):
> Started userdb lookup
> Aug 14 11:03:32 localhost dovecot[566097]:
> lmtp(bruno at 2c2axxx.online-server.cloud)<566373><0O+4HWRTNl9lpAgA0J78UA>:
> Debug: auth-master: con...
2016 Feb 16
2
iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param)
...ulting CSV file has a size of 6 bytes which is too short
(truncated):
""",3
The problem seems to be the iconv function:
iconv("foo", to="UTF-16")
produces
Error in iconv("foo", to = "UTF-16"):
embedded nul in string: '\xff\xfef\0o\0o\0'
In 2010 a (partial) patch for this problem was submitted:
http://tolstoy.newcastle.edu.au/R/e10/devel/10/06/0648.html
Are there chances to fix this problem since it prevents writing Windows
UTF-16LE text files?
PS: This problem can be reproduced on Windows and Linux.
--------------...
2020 Aug 14
1
User doesn't exist
...dovecot --version
> 2.3.8 (9df20d2db)
>
> /var/log/maillog
> Aug 14 11:03:32 localhost dovecot[566097]: lmtp(566373): Connect from
> local
> Aug 14 11:03:32 localhost dovecot[566097]:
>
lmtp(bruno at 2c2axxx.online-server.cloud)<566373><0O+4HWRTNl9lpAgA0J78UA>:
> Debug: auth-master: userdb lookup(bruno at 2c2axxx.online-server.cloud):
> Started userdb lookup
> Aug 14 11:03:32 localhost dovecot[566097]:
>
lmtp(bruno at 2c2axxx.online-server.cloud)<566373><0O+4HWRTNl9lpAgA0J78UA>:
>...
2016 Feb 23
4
iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param)
...>> The problem seems to be the iconv function:
>>
>> iconv("foo", to="UTF-16")
>>
>> produces
>>
>> Error in iconv("foo", to = "UTF-16"):
>> embedded nul in string: '\xff\xfef\0o\0o\0'
but this works
> iconv("foo", to="UTF-16", toRaw=TRUE)
[[1]]
[1] ff fe 66 00 6f 00 6f 00
(indeed showing the embedded '\0's)
>> In 2010 a (partial) patch for this problem was submitted:
>> http://tolstoy.newcastle.edu.au/R...
2016 Feb 23
1
iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param)
...t;>
> > >> iconv("foo", to="UTF-16")
> > >>
> > >> produces
> > >>
> > >> Error in iconv("foo", to = "UTF-16"):
> > >> embedded nul in string: '\xff\xfef\0o\0o\0'
> >
> > but this works
> >
> > > iconv("foo", to="UTF-16", toRaw=TRUE)
> > [[1]]
> > [1] ff fe 66 00 6f 00 6f 00
> >
> > (indeed showing the embedded '\0's)
> >
> > >> In 2...
2010 Jun 19
1
more powerful iconv
R community,
As you may know, R's iconv doesn't work well converting to and from
encodings that allow embedded nulls. For example
> iconv("foo", to="UTF-16")
Error in iconv("foo", to = "UTF-16") :
embedded nul in string: '\xff\xfef\0o\0o\0'
However, I don't believe embedded nulls are at issue here, but rather
that R's iconv doesn't accept objects of type RAWSXP. The iconv
mechanism, after all, operates on encoded binary data, and not
necessarily null terminated C strings. I'd like to submit a very small
patc...
2016 Feb 22
0
iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param)
...; (truncated):
>
> """,3
>
> The problem seems to be the iconv function:
>
> iconv("foo", to="UTF-16")
>
> produces
>
> Error in iconv("foo", to = "UTF-16"):
> embedded nul in string: '\xff\xfef\0o\0o\0'
>
> In 2010 a (partial) patch for this problem was submitted:
>
> http://tolstoy.newcastle.edu.au/R/e10/devel/10/06/0648.html
>
> Are there chances to fix this problem since it prevents writing Windows
> UTF-16LE text files?
>
>
>
> PS: This problem...
2004 Mar 26
1
nmbd dying
...gprocmask(SIG_BLOCK, [PIPE], [FPE USR2], 8) = 0
getpid() = 15056
geteuid32() = 0
getpid() = 15056
geteuid32() = 0
time(NULL) = 1080325192
write(8, "0o\2\1\4cj\4\34ou=Hosts,dc=borderent,d"..., 113) = 113
select(1024, [8], [], NULL, NULL) = 1 (in [8])
read(8, "", 8) = 0
write(8, "0\5\2\1\5B\0", 7) = -1 EPIPE (Broken pipe)
shutdown(8, 2 /* send and receive */) = -1 ENOTCONN (Trans...
2016 Feb 23
0
iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param)
...he iconv function:
> >>
> >> iconv("foo", to="UTF-16")
> >>
> >> produces
> >>
> >> Error in iconv("foo", to = "UTF-16"):
> >> embedded nul in string: '\xff\xfef\0o\0o\0'
>
> but this works
>
> > iconv("foo", to="UTF-16", toRaw=TRUE)
> [[1]]
> [1] ff fe 66 00 6f 00 6f 00
>
> (indeed showing the embedded '\0's)
>
> >> In 2010 a (partial) patch for this problem was submitt...
2009 Sep 27
3
Newbie Trouble with RubyOnRails Bible
Hello all,
I am new to RoR and am working my way through Timothy Fisher''s Ruby On Rails
Bible. I''m stuck on page 81. I have followed the steps leading to this page,
i.e.
cd rails_projects
rails contactlist
<creates all the directories>
ruby script/server webrick
<shows the Welcome Aboard page>
open a cmd window and run mysql: create database contactlist_development;
2023 Jun 29
1
[PATCH guestfs-tools] customize: Implement --chown option
...f --git a/customize/customize_run.ml b/customize/customize_run.ml
index f03774e003..409b46edc6 100644
--- a/customize/customize_run.ml
+++ b/customize/customize_run.ml
@@ -153,6 +153,17 @@ let run (g : G.guestfs) root (ops : ops) =
let mode = if String.is_prefix mode "0" then "0o" ^ mode else mode in
g#chmod (int_of_string mode) path
+ | `Chown (uid_gid, path) ->
+ let uid, gid = String.split "." uid_gid in
+ let uid, gid =
+ try int_of_string uid, int_of_string gid
+ with Failure _ ->
+ error (f_&qu...
2005 Mar 04
0
Multilevel modeling of animal behavior
...s in multi-level studies. J. Epidemiol.
Commun. H. 54, 367-374.
++++++++++++++++++++++++++++++
+ A specific example from my research:+
++++++++++++++++++++++++++++++
Cold stressed cows maximize surface area exposed to the sun. Therefore on cold sunny days they will increasingly orient
to a 90o angle to the sun's azimuth. We want to build a regression model orientation vs. temperature and wind, but cows
in a group all walk (and therefore orient) more or less in the same direction.
Methods
A small herd of twelve cows (ID) was observed in the field, and individual orientations (or...
2023 Jun 29
1
[PATCH guestfs-tools] customize: Implement --chown option
...mize_run.ml b/customize/customize_run.ml
> index f03774e003..409b46edc6 100644
> --- a/customize/customize_run.ml
> +++ b/customize/customize_run.ml
> @@ -153,6 +153,17 @@ let run (g : G.guestfs) root (ops : ops) =
> let mode = if String.is_prefix mode "0" then "0o" ^ mode else mode in
> g#chmod (int_of_string mode) path
>
> + | `Chown (uid_gid, path) ->
> + let uid, gid = String.split "." uid_gid in
> + let uid, gid =
> + try int_of_string uid, int_of_string gid
> + with Failure _...
2015 Dec 01
3
[PATCH 0/2] Do not use the "red zone" on EFI
...Ko8Ga9KWInm1
Q0C4dZmckkhg1otkr1gnPjPZQeveTgF9eczBPsQxZwyizKSpPRWhfhhKIoYhHMiy
rPpnKDlXZIFoSgKzosG5EXMMgnohYeRLdgXY+xZJZ4OiDBynT6fypy1rTAOv9MF5
Nw3TWkiw42FEMP8+XbvKM7FBdznGo42HerDZv7KXlo3IDBG3sd0IMeWnvOUgkdjA
XWmtLJIOx/jQG0nxTNXpbmeXqfu5j9nyuKYIkkCrKMNfzptsbhsyNO8fZukQld3n
SCFd8VBUvGpyS/QBBJcEZR1HSB/0O/YjsfoVHrY4Zey/OzKLZzXVxFpPZoQvCnWC
kL8OnZ1PkxnkQHGoCEbI/qvS5D1FwpPMahjkBJ0iYRCqSUnMH+9pMFQQHVwbcYZr
2USHPwv2rsMye4nHNK0LPq/ZNFpp/o81+IQEO8njXu/GVYg9+iovf4WhULnGQKtz
i40+8sm7vP55gPPJwUMK
=ehr+
-----END PGP SIGNATURE-----
2014 Nov 19
1
"subscription" file/folder for IMAP
Hi,
For IMAP users, there's the subscription file in the user's home, and if I
try to subscribe more imap folders that are invisible, there's that one, but
as it is an file, nothing is supposed to happen.
Is there an way to, allow users to create the "subscriptions" folder without
any collision, or just deny or don't show this file as an possible folder
(which Is
2015 Dec 03
0
Interpreting keywords
...GnuPG v1
iQEVAwUBVl/vrHz1H7kL/d9rAQIuhAgApkilRQwWk4wdskpnqpfM9/4hshiTke3P
n/3z4wK8J6El2PxSI+pIxdRfIB5wHpa8pJ/Q9LNrWWKUzHQMsTvzdBTbwuf45hj2
KZN9sv1I+3CI3fcBMUkagxI/ds8IK3tNm079HajW7cIFkKRhT8GDKdGsPNJU/WG5
PI7LPctefYWyb8bSEY80946pkAr/dnIybwpS+B6QX9KnHIIktYGcNUIwqZLX1zaR
SBiu2rBrrNPNPEQLbyCS+suUoC10+0o+SopP3HmYJjQIjqzh2vtXUTt1m12lgffC
GR43JrKVHMTo/ZLM30XQdjNfySLsAOvh/sW/8rWS6dMlBT2aXe/2Fw==
=4du1
-----END PGP SIGNATURE-----
2004 Aug 06
1
New in the list.
I subscribed a couple of days ago to the list but I see nearly
no activity (1 or 2 mails/day)
Is this normal or I'm loosing messages?
Thanks.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the