Displaying 4 results from an estimated 4 matches for "22733".
Did you mean:
2273
2006 Feb 08
1
is the --svn option functional?
Hello, I have svn in the path but the utilities do not find it:
% which svn
/usr/local/bin/svn
% ruby script/generate -c scaffold foo
Couldn''t find ''-c'' generator
% ruby script/generate --svn scaffold foo
Couldn''t find ''--svn'' generator
The --help says
Usage: script/generate [options] generator [args]
and the same
2014 Feb 14
1
trying to add DC to existing domain
...ba/sbin/smbd -D --option=server
role check:inhibit=yes --foreground
22729 ? S 0:00 /usr/local/samba/sbin/samba -D
22730 ? S 0:00 /usr/local/samba/sbin/samba -D
22731 ? S 0:01 /usr/local/samba/sbin/samba -D
22732 ? S 0:00 /usr/local/samba/sbin/samba -D
22733 ? S 0:00 /usr/local/samba/sbin/samba -D
22734 ? S 0:00 /usr/local/samba/sbin/samba -D
22735 ? S 0:00 /usr/local/samba/sbin/samba -D
22736 ? S 0:00 /usr/local/samba/sbin/samba -D
22737 ? S 0:00 /usr/local/samba/sbin/samba -D
22738 ?...
2008 Nov 19
2
noauto option ignored in CentOS 5.1?
I have worked quite a bit with CentOS 4.x with
SAN, multipathing, LVM etc. The way I mount my
file systems is using a script that is called during
startup that runs fsck, imports the physical volumes,
and volume groups, activates the logical volumes, creates
the mount point if needed then mounts the volume, I mainly
made it for software iSCSI due to the iscsi stack loading
after the system mount
2006 Nov 14
11
RESTful mixin, mixin repo?
Hi,
I just put together a little mixin to provide pseudo-RESTful services
in camping apps. Basically, it looks for a hidden _verb field in form
posts, and sets the @method to the supplied value (e.g. put or delete
- which browsers don''t support). This lets you define put and delete
methods in your controllers. Groovy.
Code:
http://pastie.caboo.se/22613
Is there any permanent repo of