Displaying 20 results from an estimated 800 matches similar to: "I have problem and/or not fully underestand rails --svn"
2006 Feb 15
6
Problem creating appdoc documentation
Hello, can anyone help me.
After a few weeks I returned to the rails to play with it. But I
recognize that I''m now not abble to build appdoc. The same thing that
few weeks ago worked without an problem now give me an error:
unrecognized option `--line-numbers --inline-source''
$ rake --trace --verbose reappdoc
(in /home/radek/src/firma/giga-net/ncc/work)
** Invoke reappdoc
2002 Aug 06
8
converting MASQ from ipchains
Hello,
on my old system I''m using ipchains. Can anyone help me with converting rule
/sbin/ipchains -A forward -j MASQ -s source_addr -d destination_addr 443 -p tcp
to shorewall. I know that I can write
eth0 source_addr
to /etc/shorewall/masq file
but I can''t found where I can specify the destination address.
The reason for this is to allow one user (computer) access only to
2005 Dec 26
16
How to create application with single table with primary key
I''m trying without any succes to create application in which I have
one keyed table. The table structure is:
CREATE TABLE employees (
pin INTEGER PRIMARY KEY,
first_name VARCHAR(30) NOT NULL,
last_name VARCHAR(30) NOT NULL
);
Whenever I enter new record, I need the the filed pin is also filled
by user. Whenever a user edit the table, there should be option to
edit or not edit the
2005 Dec 28
2
How write input form (layout/controller) so I can enter Id
I reformulate my needs. How I can write (layout/controller) so I can
read value of Id from the new form when creating new record.
With following structure:
CREATE TABLE words (
id INTEGER PRIMARY KEY,
word VARCHAR(40)
);
I want enter new records like:
id=47812, word=''pes''
id=1382, word=''krough''
id=67145, word=''brum''
--
2010 Aug 13
26
DO NOT REPLY [Bug 7618] New: symlinks and --link-dest
https://bugzilla.samba.org/show_bug.cgi?id=7618
Summary: symlinks and --link-dest
Product: rsync
Version: 3.0.7
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: the_majkl at seznam.cz
QAContact:
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"), class = "factor"), minuty = structure(c(2L,
2009 Aug 05
1
Delay of group membership modifications
Hello,
We use samba 3.2.5 on Debian Lenny with LDAP backend (OpenLDAP 2.4.11).
Access to files and directories are granted via ACLs.
For example, we have a directory "projekt-my-test":
# getfacl projekt-my-test
# file: projekt-my-test/
# owner: root
# group: Domain\040Admins
user::rwx
group::rwx
group:projekt-my-test-rw:rwx
mask::rwx
other::---
So, I added a user to the group
2018 Jul 23
0
Undeletable objects in AD
On Mon, 23 Jul 2018 15:01:19 +0200
Henry Jensen via samba <samba at lists.samba.org> wrote:
> On Mon, 23 Jul 2018 13:12:42 +0100
> Rowland Penny via samba <samba at lists.samba.org> wrote:
>
> > On Mon, 23 Jul 2018 14:02:45 +0200
> > Henry Jensen via samba <samba at lists.samba.org> wrote:
> > >
> > > Yes, the objects in question are
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
2018 Jul 23
2
Undeletable objects in AD
On Mon, 23 Jul 2018 13:12:42 +0100
Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Mon, 23 Jul 2018 14:02:45 +0200
> Henry Jensen via samba <samba at lists.samba.org> wrote:
> >
> > Yes, the objects in question are displayed, one of them looks like
> > this:
> >
> > # record 46
> > dn:
> >
2007 Jun 21
1
Recycle bin and ACL
Hello,
we are using the vfs module recycle with the following config:
vfs objects = recycle
recycle: repository = .Papierkorb
recycle:directory_mode = 0777
recycle:subdir_mode = 0777
recycle: keeptree = Yes
recycle: exclude = *.tmp, *.temp, *.log, *.ldb
recycle: exclude_dir = tmp
recycle:versions = Yes
Problem is that everybody can see deleted documents in the
recycle bin.
But if I set
2014 Nov 18
2
[LLVMdev] finalizeObject function implemetation in MCJIT is wrong
Hi Radek,
Sorry for the delayed response. I haven't had time to check your analysis
yet, but you're probably right: MCJIT's support for multiple modules in a
single instance is patchy at best.
Do you have a test case (e.g. an lli invocation) that triggers this bug, or
is this something you discovered just by reading the code?
Cheers,
Lang.
On Thu, Nov 13, 2014 at 8:46 AM, David
2013 Nov 27
2
Samba4 - ACL not applied/followed (worked in samba 3.0.11)
Hi.
samba 4.1.1.. User has unix rights for writing, but samba denies write
access to him.
On samba server:
amistest at samba:~$ id
uid=6603(amistest) gid=20(users-nis)
groups=20(users-nis),2108(evis),2109(slp),2112(hernie),2126(poj),2133(hto),20000(users)
-> user amistest is in "poj" group
amistest at samba:~$ ls -ld ACLTEST
drwxrwxr-x+ 2 hrubos vema 4096 Nov 27 11:05 ACLTEST
2006 Aug 17
0
Removing Everyone access on Samba shares
Hi list,
My setup:
Debian etch (ext3 with acl) with Samba 3.0.22, kerberos5, winbind.
Samba box added to a Windows 2003 Domain.
Winbind works as expected. It is possible to use domain accounts to
access the shares.
What I wonder is how to remove the Everyone and Domain Users entries
in the Security Tab in Windows.
As I understand it. Everyone always show because of the POSIX
2006 Dec 06
1
Pre-rev1 compatibility
What about adding some compatibility for pre-rev1 IMAP4 clients which
are still around (e.g., CDE dtmail, even in Solaris 10)? Especially,
the understanding of command
FETCH message (... RFC822.HEADER.LINES (parameters))
instead of
FETCH message (... BODY.PEEK[HEADER.FIELDS (parameters)])
(with correspondingly changed replies) would be desirable and shouldn't
be too difficult to implement.
2007 Aug 15
1
Dovecot deliver + sieve + postfix virtual + mysql ?
Hey there guys.
I have successful postfix + mysql + sagator + clamav + spamassassin + dovecot
setup (it was a really crazy month full of tweaking :]) and the only thing i
miss is some per maildir specific filtering. i decided to use sieve.
everything is fine except that dovecot's deliver process doesn't see the
actual .dovecot.sieve file with filtering rules in the root of a maildir.
2007 Nov 05
0
Re: CentOS Digest, Vol 34, Issue 5
> ------------------------------
>
> Message: 4
> Date: Sun, 04 Nov 2007 18:38:14 +0200
> From: Bazy <bazy at goofy.celuloza.ro>
> Subject: Re: [CentOS] tftp-server
> To: CentOS mailing list <centos at centos.org>
> Message-ID: <472DF576.2030601 at goofy.celuloza.ro>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Radek Bursztynowski wrote:
2005 Dec 05
1
ip route doesn''t not work with virtual inferfaces
I have two IP for eth0 which correspond to eth0 and eth0:1
I want to create a route
to 192.168.66.0/24 via 192.168.0.50 from eth0:1
so I add the route with
ip route add 192.168.66.0/24 via 192.168.1.2 dev eth0:1
but when I connect to 192.168.66.0/24 network in connects still using
the IP of eth0, not the IP of eth0:1 as one would expect.
What''s strange to me is that ip route list
2004 Mar 10
1
Please help me with configuring samba as Dfs root !
Hi,
I have configured samba 3.0.2 as Dfs root but it seems smbd dont translate
symlink to remote share name.
All targeted shares are from testing workstation directly accessible.
My config is:
---
[global]
debuglevel = 10
netbios name = SAMBAII
workgroup = XAMBA
security = user
domain logons = yes
preferred master = yes
domain master = yes
local master = yes
2012 Apr 18
1
error: expected declaration specifiers or '...' before 'virDomainPtr'
hi there
got a problem with the installation of libguestfs 1.16.19 on ubuntu....
./configure --disable-appliance --disable-daemon runs just fine, but make
crashes with
In file included from virt.c:38:0:
guestfs.h:2160:70: error: expected declaration specifiers or '...' before
'virDomainPtr'
make[3]: *** [libguestfs_la-virt.lo] Error 1
make[3]: Leaving directory