similar to: no free space on root?

Displaying 20 results from an estimated 300 matches similar to: "no free space on root?"

2015 Jul 30
1
[LLVMdev] [RFC] July Update: Progress report on CMake build system's ability to replace autoconf
Hi Brenden, Thanks for the heads up. I don’t expect that to be a blocker for deprecating autoconf because autoconf doesn’t have an equivalent of LLVMExports.cmake. That said it is a real issue and I’ll track it with the other issues on this list, and I’ve added it as a dependency on the meta bug (PR15732) to make it easier to keep track of. Thanks, -Chris > On Jul 29, 2015, at 4:48 PM,
2015 Jul 29
0
[LLVMdev] [RFC] July Update: Progress report on CMake build system's ability to replace autoconf
Hi Chris, Looking forward to continued support for CMake! Along that note, I wanted to add one bug to your list of things to track, which to me seems up your alley but maybe was filed in the wrong bucket (or is actually someone else's problem). Bug 24154 - CMake shared files are broken in llvm-3.7-dev Cheers, Brenden On Wed, Jul 29, 2015 at 1:20 PM Chris Bieneman <beanz at
2013 Sep 03
1
[PATCH v2] tftp-hpa: add error check for disk filled up
From: "Roy.Li" <rongqing.li at windriver.com> Add error check when write file, the caller can detect if the disk filled up (or had an i/o error) and return a NOSAPCE nak to the other side. Signed-off-by: Ming Liu <ming.liu at windriver.com> Signed-off-by: Roy.Li <rongqing.li at windriver.com> --- common/tftpsubs.c | 4 +++- tftpd/tftpd.c | 12 ++++++++++-- 2
2015 Jul 29
2
[LLVMdev] [RFC] July Update: Progress report on CMake build system's ability to replace autoconf
Hi LLVMDev, The following issues have been fixed since the last update I sent out. Completed: * Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions * Bug 21561 - Update release scripts to use CMake These issues are still outstanding. Classification of blocking vs non-blocking are my own opinions, please let me know if you disagree. All non-blocking issues are still serious bugs
2012 Jan 19
1
proposed 'howto'?
I'm horribly new at this. I just went through the process of setting up CentOS to use PAM + Kerboros for authenticating users to an Active Directory domain. I ended up having to read a lot of out of date or related howtos to get what I need. I documented the process I used and just got done re-doing it on a fresh VM install to make sure I covered everything. I figured rather than
2015 Jan 18
2
PXE Error Reporting
Hi, On 01/17/2015 12:57 AM, Sebastian Herbszt wrote: >> On 01/16/2015 12:19 AM, Sebastian Herbszt wrote: >>> Andreas Gruenbacher wrote: >>>> "Loading <FILE>... failed: No such file or directory" when the TFTP >>>> server replies with "Permission denied" for the kernel or initrd. >>> [...] >>> >>> The
2015 Jan 18
0
PXE Error Reporting
Hello Andreas, Andreas Gruenbacher wrote: > Hi, > > On 01/17/2015 12:57 AM, Sebastian Herbszt wrote: > >> On 01/16/2015 12:19 AM, Sebastian Herbszt wrote: > >>> Andreas Gruenbacher wrote: > >>>> "Loading <FILE>... failed: No such file or directory" when the TFTP > >>>> server replies with "Permission denied"
2015 Jan 20
3
PXE Error Reporting
On 01/18/2015 03:23 PM, Sebastian Herbszt wrote: > > --- tftp-hpa-5.2/tftpd/tftpd.c.orig 2015-01-16 21:45:30.790798281 +0100 > +++ tftp-hpa-5.2/tftpd/tftpd.c 2015-01-18 23:44:28.031177383 +0100 > @@ -1504,6 +1504,8 @@ static int validate_access(char *filenam > return ENOSPACE; > case EEXIST: > return EEXISTS; > + case EACCES: >
2014 Oct 28
2
Released Pigeonhole v0.4.4 for Dovecot v2.2.15.
Hello Dovecot users, It's been about 5 months since the last Pigeonhole release, so it is high time for a new one. However, the main reason to make a release now is the fact that Dovecot v2.2.15 has one change that causes problems with the previous release of Pigeonhole. Unlike recent earlier releases, this release has a few big new features. Most notably, I implemented a generic Sieve
2014 Oct 28
2
Released Pigeonhole v0.4.4 for Dovecot v2.2.15.
Hello Dovecot users, It's been about 5 months since the last Pigeonhole release, so it is high time for a new one. However, the main reason to make a release now is the fact that Dovecot v2.2.15 has one change that causes problems with the previous release of Pigeonhole. Unlike recent earlier releases, this release has a few big new features. Most notably, I implemented a generic Sieve
2015 Aug 18
5
Asterisk 13 chan_sip trunk appending @string to dialled number
Hello, I'm having what seems like a weird issue connecting Asterisk 13 (FreePBX 12) to a Cisco 2811 router via a chan_sip trunk. Whenever I try dialling out via this trunk, something appends '@CUBE' onto the end of the dialled number, as per the following examples; Asterisk log; app_dial.c: Called SIP/test/0429123456 at CUBE chan_sip.c: Got SIP response 500 "Internal Server
2011 Feb 12
2
[XCP] [''NO_HOSTS_AVAILABLE'']... what?
I''m still running XCP 0.5 on two servers. I am trying to make a few 10Gig Slackware64 13.1 servers (using the Windows 2003 server template). However, every time I try to start the guests in OpenXenManager, they die with something like: Async VM.start Slack64 13.1 #3[''NO_HOSTS_AVAILABLE''] I tried starting the hosts from the xsconsole and got the same results. I
2012 Oct 03
1
Wrong menu language on Windows 7 clients after update to Samba4 beta8
After updating from Samba4 alpha 17 to beta8 most Windows start menu entries on our Windows 7 clients are in english now, instead of german. Also the desktop.ini files are not hidden anymore like it was before. What goes wrong here? Do i need to set a new parameter in smb.conf or mount the filesystem with some attributes? Thanks for help
2013 Sep 01
0
Re: Mixed blocks, he can avoid ENOSPACE error, when he can't allocated metadata blocks?
Hello list, sorry for my bad english anyway. if my message is delirium, just ignore this message. My question: When using mixed blocks, metadata and data chunks has be merge, but we have (when using mixed) speed penalty. how many penalty will be have if we using mixed? Kernel 3.11-rc7, Ubuntu 13.10 x64 my simple test: #Mixed sudo mkfs.btrfs -f -M /dev/sdb #sdb old seagate hdd 80G sudo mount
2011 Sep 23
1
Glued-together private namespaces
I've been goofing with this all day with 2.0.15 and I'm starting to realize that either a) I'm not that smart, b) it's been so long since I messed with namespaces that I'm going about it completely wrong, or c) it's just not possible. I haven't posted 'doveconf -n' and other details, because mainly I'm just looking for 'yes, this is possible' or
2004 Aug 06
6
yd dir search
ummm...what IS your station ? oddsock At 12:10 PM 6/21/2003 +1200, you wrote: >I've specified a number of genres for my station separated by commas >(Newage, World, Easy Listening, Folk) and doing a freeform search on any of >these doesn't display my station. Is a fix needed or should I separate >genres with something else? It is listed on http://yp.icecast.net >
2013 Apr 23
0
Fwd: kvm
On Mon, Apr 22, 2013 at 10:59:25AM +0100, Gary Lloyd wrote: > I was wondering if anyone could help me with an issue with KVM and ISCSI. > > If we restart a controller on our EqualLogic SAN or there are any > network interruptions on the storage network, KVM guests throw a > wobbler and their files systems go into read only(centos 5.9 guest > with virtio driver). > > I
2007 Nov 26
6
Recommended partitioning for xen host
Is there a recommended partitioning for dom0? Here''s what I have planned. /swap 2GB /boot 100MB (ext3) / 5GB (ext3) xenmachines LVM volume group for the remaining diskspace dom0 will install in 5GB / and each domU will have a swap and root logical volume in "xenmachines" Thank you, _______________________________________________ Xen-users mailing list
2009 Apr 27
1
problem with Power function on a power my result is "inf"
Dear user, I have a problem with a power because after a value the result is "inf" Mydata <- data.frame(plot=c(11,12,13,14,15, 16, 21, 22, 23, 24, 25, 26, 31, 32,33, 34), SumH=c(17573.029,22572.162,19659.984,13952.781,6996.924,16049.598,13869.409, 8284.981,7752.961,18901.742,11078.659,33692.330,44456.277,18737.265,21623.89 8,15837.077)) # USE a power from 1 to 10 by
2015 Aug 12
3
llvm bpf debug info. Re: [RFC PATCH v4 3/3] bpf: Introduce function for outputing data to perf event
On 2015/8/12 12:57, Alexei Starovoitov wrote: > On Wed, Aug 12, 2015 at 10:34:43AM +0800, Wangnan (F) via llvm-dev wrote: >> Think about a program like this: >> >> struct strA { int a; } >> struct strB { int b; } >> int func() { >> struct strA a; >> struct strB b; >> >> a.a = 1; >> b.b = 2; >>