Displaying 20 results from an estimated 21 matches for "cke".
Did you mean:
cfe
2013 Apr 09
2
Mistake in German Error message for friedman.test
There are two misspellings in the german Error message for friedman test:
Fehler in friedman.test.default(cont$score, group = cont$goup, blocks = cont$cont) :
y, Gruppen und blöcke müssen die sekbe Länge haben
The correct spelling would be:
Fehler in friedman.test.default(cont$score, group = cont$goup, blocks = cont$cont) :
y, Gruppen und *Blöcke* müssen die *selbe* Länge haben
Instead of "die selbe", it could be "dieselbe" or "die gleiche"...
2012 Mar 21
3
Puppet 2.7.12 on Windows
...far.
But when I start
puppet agent --test --waitforcert 10
I get the following error message:
-----------------------------------------------------------------------------------------------------------------------------------
err: Could not request certificate: getaddrinfo: Die
Speichersteuerbl÷cke wurden zerst÷rt.
Canceling startup
-----------------------------------------------------------------------------------------------------------------------------------
I installed everything on a Windows Server 2003 and I recognized
something..
The older version installed puppet into C:\Documents...
2011 Dec 21
0
Cannot upload using CKEditor and Carrierwave, Rails 3.1
Uploading files won''t work properly for me in CKEditor. The file does
get saved but looking at the parameters there is no authenticity token
sent by CKeditor. So I get a "Can''t verify CSRF authenticity" warning,
which resets the session, then I can''t update the post.
The token is set in the form but CKEditor doesn'...
2024 Oct 18
3
Confusion using "ssh-add -D" and then "ssh-add -l"
...Jws+ny7+uWMo2hwFl6yNGE5vFsW1ZKiO0EXwTIfNPc chris at t470 (RSA)
> 256 SHA256:BxqEiksrCXPxKvQyBXqOqw1WKda110lYiC00Z+fKP4A chris at q957 (ED25519)
> rcfg at q957$
>
> What's going on here? I was expecting all the entries to disappear,
> but they don't.
>
> I checked when reverting to my default 'chris' login with
> $HOME=/home/chris but it's exactly the same:-
>
> chris$ ssh-add -l
> 256 SHA256:4XDYbepg8zK43pofpQ8IGxMAXkej298a0XZHWjJTIQQ chris at q957 (ED25519)
> 3072 SHA256:yeQw8xe9rrxHKLqICoXNwReZKKV9HI1UeTCf95QywXM c...
2008 Aug 07
1
Mount a Xen disk image file
...ben Zylinder.
> Sie k?nnen dies im Zusatzfunktionsmen? tun.
>
> Platte /var/lib/xen/images/BaseCentos.img: 0 MByte, 0 Byte
> 255 heads, 63 sectors/track, 0 cylinders, zusammen 0 Sektoren
> Einheiten = Sektoren von 1 ? 512 = 512 Bytes
>
> Ger?t boot. Anfang Ende Bl?cke Id System
> /var/lib/xen/images/BaseCentos.img1 * 63 208844
104391 83 Linux
> /var/lib/xen/images/BaseCentos.img2 208845 8177084
3984120 8e Linux LVM
And I can mount the first partition with no problem using the offset
(start) from the partition tabl...
2009 Nov 12
1
no valid partitiontables anymore
...vice are reported with an invalid
partition table or that they can't be mounted.
e.g.:
fdisk -l /dev/sdf
Disk /dev/sdf: 53.6 GByte, 53687091200 Byte
64 heads, 32 sectors/track, 51200 cylinders
Einheiten = Zylinder von 2048 ? 512 = 1048576 Bytes
Ger?t boot. Anfang Ende Bl?cke Id System
/dev/sdf1 1 51200 52428784 83 Linux
fdisk -l /dev/sdf1
Disk /dev/sdf1: 53.6 GByte, 53687074816 Byte
64 heads, 32 sectors/track, 51199 cylinders
Einheiten = Zylinder von 2048 ? 512 = 1048576 Bytes
Disk /dev/sdf1 doesn't contain a valid partition table...
2012 Aug 01
0
windows-clients only recognize softlimit
...comment = Home-Laufwerke
path = /home/%U
read only = no
create mask = 0600
directory mask = 0700
root preexec = /etc/samba/scripts/mkhomedir.sh %U
And here's the config for the user-quota:
Datentr?gerquotas f?r user neumann (uid 10000):
Dateisystem Bl?cke weich hart Inodes weich hart
/dev/mapper/vg_sda3-lv_home 4075248 4194304 5242880 10910 0 0
/dev/mapper/vg_sda3-lv_srv 16276 0 0 2 0 0
I appreciate all your help and suggestions.
Kind regards,
Jonath...
2024 Oct 18
1
Confusion using "ssh-add -D" and then "ssh-add -l"
...fe | grep ssh-agent
> chris 2463 1530 0 12:33 ? 00:00:00 /usr/bin/ssh-agent -D -a /run/user/1000/keyring/.ssh
>
> but:-
>
> chris$ env | grep SSH
> SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
>
> So SSH_AUTH_SOCK doesn't appear to be the socket that ssh-agent thinks
> it should be.
>
> This is on a fairly standard/default xubuntu 24.04 installation, I've
> not played about with the agent stuff (or at least I don't think I
> have).
> Can anyone suggest what might be awry?
You are probably running gnome-keyring w...
2015 Mar 29
2
samba4.2.0 crashes on connection attempt with an internal samba error...
Hello Rowland
>
> I tried something very very similar (but in english), it didn't work,
> what did work (and was a lot easier) was removing systemd.
>
> I tried to get systemd to work with samba, I really, really tried, I
> just couldn't make it work, I tried various things for a couple of hours
> and couldn't make it work, just 5 mins to remove systemd, and
2017 Apr 10
0
[PATCH 02/11] nvkm/ramgf100: Calculate timings
...|
+ (T(RCDRD) << 14) |
+ (T(CWL) << 7) |
+ (T(CL));
+ /* XXX: lower 8 bytes are two bits indicating "feature(s) X" */
+ timing[2] = (cur2 & ~0x00ffffff) |
+ (T(WR) << 16) |
+ (T(WTR) << 8);
+ timing[3] = (T(FAW)) << 9 |
+ (T(CKE)) << 5 |
+ (T(XPDLL));
+ timing[4] = (cur4 & ~0x001f8000) |
+ (T(RRD) << 15);
+
+ nvkm_debug(subdev, "Entry: 290: %08x %08x %08x %08x\n",
+ timing[0], timing[1], timing[2], timing[3]);
+ nvkm_debug(subdev, " 2a0: %08x\n",
+ timing[4]);
+ return...
2008 Jan 10
10
Webmail Recommendation
Hi,
I want to install webmail. I am using Dovecot with Exim4.
Recommendations requested please.
Thanks
Peter Sparkes
2006 Sep 01
1
integration problem with gamma function
...pgamma(upiinum/(2*s^2), 1/2) + pgamma(lowiinum/(2*s^2), 1/2) )
}
psbarv <- integrate(integpsbarv, lower=sL, upper=sH)
#??? (* + if (L-DD) < 0 *)
PSbarV <- psbarv$value / (2*(H-L) * sqrt(Ni*Nii)) * sqrt(pi) * sqrt(pi)
# 2mal mit sqrt(pi) mal nehmen = "* pi", weil zei pgamma-Ausdr?cke
enthalten sind in der Integration
print(paste("p(?sv|D_1D_2I) = const. ",PSbarV, sep=""))
###############ALL ABOVE PRODUCES PROPER RESULTS COMPARED TO
###############MATHEMATICA SCRIPT
###############PROBLEMATIC PART STARTS HERE#################
### p_svbar
###
# Mathemati...
2012 Oct 04
3
R combining vectors into a data frame but without a continuous common variable
Hello,
I have two different files which I'd like to combine to make one data frame
but I've no idea how to do it! The first file has two columns; one is the
date, the following is a binary code for debris flow events. Then my other
file has also two columns; the date and then precipitation data.
The thing is, is that the two date columns don't all contain the same dates.
The binary
2009 Nov 27
4
strange issue with xerox printer: unable to configure driver
....
The driver is OK: it works fine when accessing the printer directly, and
also when used from a windows print server. Also, I tried other variants
(such as PCL driver instead of PS one), without success.
When configuring the same printer from a Windows system, I had to
configure it with raw socket connection, because IPP connection didn't
allowed me to share it at all, and CIFS connection to the print queue
caused me some troubles (the printer didn't appeared in the 'fax and
printers list' of the server from remote hosts).
The underlying printing system, cups, works perf...
2004 Jan 06
7
Getting ext3 up and running
I have a Debian system from a Knoppix distribution. I started out with ext2
but decided to change to ext3.
tune2fs -j OK.
However the system boots with a warning ....ext3 mounted as ext2.
proc/mounts confirms this and no journal is running.
So I have to make an initrd. Did so using instructions in the Debian Reference
and this did not change anything. Any attempt to use the img produced was a
2010 Jun 30
4
Wine 1.2rc5 World of Warcraft crash
...The above is from my computer, but the output is the same on my wifes. Is there anything I can do to fix this, or should I just wait for 1.2rc6 and hope for a fix?
Thank you for a great project - it's awesome not having to dual boot for a bit of late evening gaming. :D
Regards,
Thomas L?cke
2017 Apr 10
14
RESEND Preparations for Fermi DRAM clock changes
Two patches went missing as a result of PEBCAK. No v2 marks as nothing
changed really. Just resending for easier enforcement of patch order
in other people's trees. Sorry for the noise.
Original message:
No, no, these will not implement Fermi reclocking. This set of patches
contains some of the preparatory work that I deem stable enough to
move upstream. Notable changes
- Training pattern
2017 Apr 10
11
Preparations for Fermi DRAM clock changes
No, no, these will not implement Fermi reclocking. This set of patches
contains some of the preparatory work that I deem stable enough to
move upstream. Notable changes
- Training pattern upload routines from GK104+ now shared with GT215+
- Timing calculation for Fermi
- GDDR5 MR calculation from VBIOS timing table v1.0. Also useful for that
pesky GT 240.
- A routine to translate a VBIOS init
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...c
z-iFsd1$b#isVa91qZ8%Oap9y345B2lq1%6O7mVKdgGNB+z+E%3*URp$eDttMt^D<^
zs9j}wD{5D#hpu{H-fjc at y|*Ls&_AGK6y1=80qf(t#RdCEFS#&w-lI&s)UJl(l4{Pk
z5!@hTXU^3c?(f^RT|0Jj1&}Q6d)#Nhth>w4rt+mmcH<|5MA8-9!IlFr)GiQ2_Rkwd
zGk=OLLN;4 at GbZpWY#qbZ-i-%(<pj6Oo}R0MuOOrPIB$vxzOyVWq_>R(@_2FCKEuP1
zYkTzZozegCAorIal%}{cenlSzx~+BaLtD<@iK$7GE$7cBkj})5R;?Alj2r-COYOQD
z(~Fs5mZ3QF6YY$lX1u0cz`z6r+25ROF|^zM^p>kP=xSb(tw>`OzM`NHVESADe&Fzs
zVB4p?1;fTJ`Q~zA_ULEGXmDUf+*dhzAp?|^*8T{uS$;3gtcfhE^bk4?FUMRLX#+y#
zC~!YBI*)G;6}(z#)M#eOn6{`KjRFi~8Q_SWy7Jo~M)LNhA03aJSszVFiM;QGkp)6V
zIG}LPD3>tH+...