search for: left

Displaying 20 results from an estimated 21833 matches for "left".

2015 Jul 02
2
libguestfs error: need help troubleshooting
...d RPM version 4.11 supermin: package handler: fedora/rpm supermin: acquiring lock on /var/tmp/.guestfs-1000/lock supermin: build: /usr/lib64/guestfs/supermin.d supermin: build: visiting /usr/lib64/guestfs/supermin.d/base.tar.gz type gzip base image (tar) tar: ./etc/tcsd.conf: Cannot write: No space left on device tar: ./etc/aliases: Cannot write: No space left on device tar: ./etc/bashrc: Cannot write: No space left on device tar: ./etc/csh.cshrc: Cannot write: No space left on device tar: ./etc/csh.login: Cannot write: No space left on device tar: ./etc/filesystems: Cannot write: No space left on...
2015 Jul 03
1
Re: libguestfs error: need help troubleshooting
Hi Rich, I'm not sure how far this helps as it mostly says 'No space left on device', but here's the output of the command you asked me to run: ➜ tmp /usr/bin/supermin --build -v -v -v --copy-kernel -f ext2 --host-cpu x86_64 /usr/lib64/guestfs/supermin.d -o /tmp/appliance.d supermin: version: 5.1.9 supermin: rpm: detected RPM version 4.11 supermin: package ha...
2018 Mar 14
3
Sieve not working.
...;en" lang="en"><head> <title></title> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> <meta http-equiv="Content-Style-Type" content="text/css"/> </head> <body> <div align="left"><font face="Arial" size="2"><span style=" font-size:10pt">Hi there.</span></font></div> <div align="left"><font face="Arial" size="2"><span style=" font-size:10pt"><br /...
2018 Mar 06
0
Sieve filter doesn't respect mailbox separator
...;en" lang="en"><head> <title></title> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> <meta http-equiv="Content-Style-Type" content="text/css"/> </head> <body> <div align="left"><font face="Arial" size="2"><span style=" font-size:10pt">On 2 Mar 2018 at 18:10, Konstantinos Tsakiltzidis wrote:</span></font></div> <div align="left"><font face="Arial" size="2"><spa...
2010 Oct 01
1
add a new column to data frame
Hi, I am wondering if anyone can propose a simple/best way to do the following: Let's say I have a data frame dat <- cbind(expand.grid(mode=c('right','left'),time=0:3,id=c('p1','p2','p3')),y=c(3,5,rep(4,6),6,2,rep(3,6),4,4,rep(2,6))) dat mode time id y 1 right 0 p1 3 2 left 0 p1 5 3 right 1 p1 4 4 left 1 p1 4 5 right 2 p1 4 6 left 2 p1 4 7 right 0 p2 6 8 left 0 p2 2 9 right 1 p2...
2018 Jan 23
2
LAYOUT=fs
...;en" lang="en"><head> <title></title> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> <meta http-equiv="Content-Style-Type" content="text/css"/> </head> <body> <div align="left"> <hr width="100%" align="left"/> <font face="Arial" size="2"><span style=" font-size:10pt"><br /> </span></font></div> <div align="left"><font face="Arial" size="2&...
2020 Apr 17
1
Any advice for installing Samba as an AD server on Raspbian Buster with BIND9 and ISC DHCP?
...;en" lang="en"><head> <title></title> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> <meta http-equiv="Content-Style-Type" content="text/css"/> </head> <body> <div align="left"><font face="Arial" size="2"><span style=" font-size:10pt">I've taken the good suggestions and made some progress getting a bind-dhcp-samba server running on the Pi.</span></font></div> <div align="left"><fo...
2018 Jan 23
1
LAYOUT=fs
...;en" lang="en"><head> <title></title> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> <meta http-equiv="Content-Style-Type" content="text/css"/> </head> <body> <div align="left"> <hr width="100%" align="left"/> <font face="Arial" size="2"><span style=" font-size:10pt"><br /> </span></font></div> <div align="left"><font face="Arial" size="2&...
2018 Mar 02
2
Sieve filter doesn't respect mailbox separator
namespace separator is '.', this sieve script incorrectly tries to put the mail inside a mailbox rather that beside it, for example if the mailbox is named 'example', the mail will be put in the path 'example/.Spam' instead of 'example.Spam' require ["fileinto"]; if header :contains "X-Spam" "yes" { ? fileinto "Spam"; } #
2013 Apr 20
2
Metaflac hex dump UTF-8 and locale fix
...est, const char *source) safe_strncpy((*dest)+ndest, source, ndest + nsource + 1); } +static inline int local_isprint(int c) +{ + if (c < 0x32) return 0; + return isprint(c); +} + void hexdump(const char *filename, const FLAC__byte *buf, unsigned bytes, const char *indent) { unsigned i, left = bytes; const FLAC__byte *b = buf; for(i = 0; i < bytes; i += 16) { - flac_printf("%s%s%s%08X: " + flac_printf("%s%s", filename? filename:"", filename? ":":""); + printf("%s%08X: " "%02X %02X %02X %02X %02X %02X %02X...
2018 Jan 21
2
LAYOUT=fs
...;en" lang="en"><head> <title></title> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> <meta http-equiv="Content-Style-Type" content="text/css"/> </head> <body> <div align="left"><font face="Arial" size="2"><span style=" font-size:10pt">Hi there.</span></font></div> <div align="left"><font face="Arial" size="2"><span style=" font-size:10pt"><br /...
2019 Apr 09
1
dict: Error: Fatal error in defaults handling. Program aborted
Good day to everyone Currently, I'm trying to implement the sieve "vacation" plugin with the sieve "Extdata" plugin to lookup information from a MySQL remote server. I'm following the instructions in the documentation: https://wiki2.dovecot.org/Pigeonhole/Sieve/Plugins/Extdata ===== I have the following error === Apr 09 13:46:51 mail dovecot[5512]: dict: Error:
2002 Jul 24
4
cumsum and subsets of a data frame?
I have a question about using cumsum on subsets of a data frame. Suppose I have a frame that looks something like this > tmp f x y 1 left 1 0 2 left 2 0 3 left 3 9 4 left 4 10 5 left 5 23 6 left 6 45 7 left 7 13 8 left 8 2 9 left 9 6 10 right 1 10 11 right 2 26 12 right 3 9 13 right 4 50 14 right 5 78 15 right 6 20 16 right 7 7 17 right 8 20 18 right 9 19 I'm plotting things like this will lattice > l...
2008 Nov 05
1
Problems computing 2-way-mixed-model ANOVA
Dear Experts, I am new to R and unfortunately cannot start with a simply statistical analysis: I manually determined the volume of the right and left hippocampus in a group of meditators and in a group of controls. My data-sheet looks as follows: observation subject group age gender hemisphere volume 1 am04 m 25 f left 3.637 2 am04 m 25 f right 3.713 3 ao08 m 47 m left 3.715 4 ao08 m 47 m right 3.702 5 as11 m 43 f left 3.912 6 as11 m 43 f...
2019 Nov 21
0
WorldCIST'20 - Budva, Montenegro | Deadline: November 24
2013 Mar 01
2
[PATCH] support 7 and 8 channel wav files as input
Now that we've selected a channel mapping for 7 and 8 channel flac, the command-line encoder tools needs updating to accept wav files with compatible channel maps. -r -------------- next part --------------
2009 Jul 20
0
No subject
...rmal>I am trying this approach to see who picked the = line:<o:p></o:p></p> <p class=3DMsoNormal>Here is what i am doing:<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal style=3D'margin-left:1.0in;text-indent:.5in'>EXEC = DIAL SIP/ vaso &amp;Zap/35||M(testing^<b>30086</b>)<o:p></o:p></p> <p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>Macro:<o:p></o:p></p> <p class=3DMsoNo...
2008 Jun 24
1
Taxcalc and IE technology
...;en" lang="en"><head> <title></title> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> <meta http-equiv="Content-Style-Type" content="text/css"/> </head> <body> <div align="left"> <font face="Arial" size="2"> <span style=" font-size:10pt"> Hi All</span></font> </div> <div align="left"> <font face="Arial" size="2"> <span style=" font-size:10pt"> <...
2013 Mar 01
2
[PATCH] support 7 and 8 channel wav files as input
...ated with the new text from the flac-website repository. diff --git a/doc/html/format.html b/doc/html/format.html index a8a539e..87f6413 100644 --- a/doc/html/format.html +++ b/doc/html/format.html @@ -1247,11 +1247,11 @@ <li>1 channel: mono</li> <li>2 channels: left, right</li> <li>3 channels: left, right, center</li> - <li>4 channels: left, right, back left, back right</li> - <li>5 channels: left, right, center, back/surround left, back/surround right</li> - <li>6 channels: left, right, cen...
2003 Jul 20
1
rsync on cygwin is hanging
...96, ...}) = 0 time(NULL) = 1058644307 utime("wudnld20.tmp", [2003/07/19-15:51:47, 2002/01/25-01:17:08]) = 0 lchown32(0x8074940, 0x220, 0x201) = 0 write(1, "wudnld20.tmp/\n", 14) = 14 select(8, [7], [4], NULL, {60, 0}) = 1 (out [4], left {60, 0}) write(4, "\274\2\0\0\0\0\0\0\202\36\0\0\0\0\0\0\274\2\0\0\0\0\0\0"..., 3916) = 3916 select(8, [3 7], NULL, NULL, {60, 0}) = 0 (Timeout) select(8, [3 7], NULL, NULL, {60, 0}) = 0 (Timeout) select(8, [3 7], NULL, NULL, {60, 0}) = 0 (Timeout) select(8, [3 7], NULL...