Displaying 14 results from an estimated 14 matches for "pokus".
Did you mean:
pokes
2010 Aug 13
26
DO NOT REPLY [Bug 7618] New: symlinks and --link-dest
...y: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: the_majkl at seznam.cz
QAContact: rsync-qa at samba.org
Rsync creates/reports(?) new symlinks instead of using old ones in linked
directory.
## first rsync creates hpuh directory:
[root at zaloha pokus]# rsync -avz --exclude-from=hpuh.conf --delete-before
--delete-excluded --numeric-ids -8 --password-file=/etc/rsync.secrets
rsync://backup at hpuh/system hpuh receiving file list ... done
created directory hpuh
./
home/
home/zumrova/
home/zumrova/.private
home/zumrova/.profile
home/z...
2005 Dec 30
2
I have problem and/or not fully underestand rails --svn
...mkdir -p /var/lib/svn/projekt; chown radek:radek /var/lib/svn/projekt"
2 Password:heslo roota
3 $ svnadmin create /var/lib/svn/projekt
4 $ mkdir -p /tmp/projekt/trunk
5 $ svn import -m "Creating empty project projekt" /tmp/projekt file:///var/lib/svn/projekt
6 //var/lib/svn/pokus
7 Adding /tmp/projekt/trunk
8
9 Committed revision 1.
10 $ rm -r /tmp/projekt
11 $ svn checkout file:///var/lib/svn/projekt/trunk /tmp/projekt/rev1
12 Checked out revision 1.
13 $ rails --svn /tmp/projekt/rev1
14 svn: ''.'' is not a working copy
15 svn: '...
2005 Apr 25
4
panel ordering in nlme and augPred plots
Dear all
I am trying nlme together with Pinheiro/Bates book. I constructed
grouped data object with suitable plotting layout (according to
some common factor, panels from bottom to top are in increasing
order).
When I do nlme(... some stuff...) I get fitted object which I can plot
with
plot(augPred(fit.nlme6, level=0:1))
but it results in completely different ordering. Is there any way
2013 Nov 27
2
Samba4 - ACL not applied/followed (worked in samba 3.0.11)
...getfacl ACLTEST/
# file: ACLTEST
# owner: hrubos
# group: vema
user::rwx
group::rwx
group:poj:rwx
mask::rwx
other::r-x
-> group poj can write in ACLTEST directory
amistest at samba:~$ touch ACLTEST/test
amistest at samba:~$ ls -l ACLTEST
total 4
-rw-rwxr--+ 1 hrubos poj 0 Nov 27 10:54 POKUS
-rw-r--r-- 1 amistest users-nis 0 Nov 27 11:35 test
amistest at samba:~$
-> user amistest can write in ACLTEST directory.
On PC, amistest logged into domain (sorry, it is in Czech):
S:\>dir ACLTEST
Svazek v jednotce S je amistest.
S?riov? ??slo svazku je EE7A-B776.
V?pis adres??e S:\...
2003 May 20
3
plot POSIX class and identify
Hallo all
just a small question I did not find an answer in help pages.
Is it possible to use identify() after plotting with plot.POSIX to
label points and/or to find out some points?
Thanks a lot.
Best regards
Petr Pikal
petr.pikal at precheza.cz
p.pik at volny.cz
2017 Jul 10
0
dplyr help
Hi
something like
dcast(temp2, minuty~pokus)
?
> dput(temp2)
structure(list(pokus = structure(c(1L, 1L, 1L, 2L, 2L, 2L, 2L,
2L, 3L, 3L, 3L, 3L, 4L, 4L, 4L, 5L, 5L, 6L, 6L, 7L, 7L, 8L, 8L
), .Label = c("T42", "T43", "T44", "T45", "T46", "T47", "T48",
"T49"), c...
2017 Nov 22
1
mystery "158"
Well, ?factor does not say anything about this behaviour (assigning numeric code instead of level of factor). And actually if you do assignment for whole vector the result is different (vector in data frame is changed to factor).
> temp2$fff[1]<-vec[1]
> head(temp2,2)
pokus minuty fff
1 T42 240 3
2 T42 300 <NA>
> temp2$fff<-vec
> head(temp2,2)
pokus minuty fff
1 T42 240 c
2 T42 300 c
>
> is.factor(vec[1])
[1] TRUE
I am not experieenced enough to explain what is happening but it is probably combination selection ?&quo...
2004 Mar 10
1
Please help me with configuring samba as Dfs root !
...r/samba/dfsroot/
root@sambaii:/# ls -l /var/samba/dfsroot
total 0
lrwxrwxrwx 1 root root 21 Mar 5 17:17 inoupd ->
msdfs:rumba\\inoupdate
lrwxrwxrwx 1 root root 16 Mar 5 17:01 lavir ->
msdfs:prog23t\\lv
lrwxrwxrwx 1 root root 19 Mar 4 19:20 pokus ->
msdfs:prog01t\\share
In logfile I found target name only in this line:
...
[2004/03/05 19:23:23, 5] msdfs/msdfs.c:is_msdfs_link(201)
is_msdfs_link: ./inoupd -> msdfs:rumba\inoupdate
[2004/03/05 19:23:23, 5] smbd/trans2.c:get_lanman2_dir_entry(573)
get_lanman2_dir_entry: Masquerading m...
2017 Jul 10
4
dplyr help
HI all,
Is it possible to use one column spread on multiple columns values.
example
spread( Key_col, value1:value7)
spreading Key_col to variable value1, value2, ....... Value7
Please advise,
Kind regards
Mangalani Peter Makananisa (5786)
South African Revenue Service (SARS) - HO
+2782 456 4669 / +2712 422 7357
Please Note: This email and its contents are subject to our email legal notice
2017 Nov 21
0
mystery "158"
Your data frame fam contains factors. Turn it into character strings using
fam$Family = as.character(fam$Family)
and try again. It may be helpful if you read up on R's factors, see ?factor.
HTH,
Peter
On Tue, Nov 21, 2017 at 2:14 PM, Glen Forister <gforister at gmail.com> wrote:
> This is a simple problem, but a mystery to me.
> I'm trying to grab $Family
2017 Nov 21
2
mystery "158"
This is a simple problem, but a mystery to me.
I'm trying to grab $Family "Scelionidae" from one dataframe and put it into
another dataframe occupied with NA in $Family. The result is a "158" ends
up there instead of Scelionidae.
Simply put fam$Family[1] <- least$Family[1]
If I have made a mistake here, can somebody point it out. I've included
the simple
2006 Oct 20
0
[Bug 1252] sftp returns 0 when upload is unsuccessful due to a full device
...he server
is full, sftp returns succes (0) although it should return non-zero
code.
repeatable on:
linux 2.6.1x ix86,OpenSSH_4.0p1,OpenSSH_4.2p1
the cause may be the same as in bug 773
$ sftp localhost
Connecting to localhost...
sftp> cd /tmp/full
sftp> put my.img
Uploading my.img to /tmp/pokus/my.img
my.img 0% 0
0.0KB/s --:-- ETACouldn't write to remote file "/tmp/full/my.img":
Failure
-2147483648% 11449TB 31.1MB/s
$ echo $?
0
------- You are rece...
2006 Jul 17
0
Errors in nmbd.log
...ing a node status request to the domain master browser at IP 192.168.1.100 failed.
Cannot get workgroup name.
There are 2 network infaces on our server:
1st 10.0.1.0/25 for internal LAN and also for SAMBA
2nd 192.168.1.100 external interface to the internet
Smb.conf file:
workgroup = POKUS
netbios name = MYSERVER
server string = Samba NT/PDC %v
wins support = yes
dns proxy = yes
name resolve order = wins hosts bcast
time server = yes
load printers = no
encrypt passwords = yes
security = user
hosts allow...
2004 Mar 05
0
Problem w. SAMBA as dfs root
...r/samba/dfsroot/
root@sambaii:/# ls -l /var/samba/dfsroot
total 0
lrwxrwxrwx 1 root root 21 Mar 5 17:17 inoupd ->
msdfs:rumba\\inoupdate
lrwxrwxrwx 1 root root 16 Mar 5 17:01 lavir ->
msdfs:prog23t\\lv
lrwxrwxrwx 1 root root 19 Mar 4 19:20 pokus ->
msdfs:prog01t\\share
In logfile I found target name only in this line:
...
[2004/03/05 19:23:23, 5] msdfs/msdfs.c:is_msdfs_link(201)
is_msdfs_link: ./inoupd -> msdfs:rumba\inoupdate
[2004/03/05 19:23:23, 5] smbd/trans2.c:get_lanman2_dir_entry(573)
get_lanman2_dir_entry: Masquerading m...