Displaying 20 results from an estimated 300 matches similar to: "AW: subdirectory of home"
2003 Mar 13
2
subdirectory of home
Hi.
Sorry: my level of english is not enough good. I hope you understand
what I mean.
My question is: it's possible to share a subdirectory (and only one
subdirectory for every user) in the section [homes]?
The version of samba which i'm working is 2.2.7a, over Solaris 8.
Thanks in advance.
--
2003 Nov 05
2
Unable to connect to a Samba server using a Microsoft Dos Client
Hello,
I use a home made floppy to connect to a samba file server.
The floppy is a Caldera DOS with the Microsoft Lan Manager Client.
A:\NET>net ver
Microsoft Network Management Dos Client. Version 3.11
And in the autoexec.bat file, there is a line :
net start basic
I cannot replace with with 'net start full' because there is not enough memory.
When I connect on my samba server,
2003 Oct 01
2
Problem with samba 3.0.0 installation
Hi.
I have found some problems installing the new version of samba.
My enviroment is:
Solaris 8 (sparc)
gcc 3.1
GNU make 3.80
Currently samba 2.2.8a is running. When I try install the version
3.0.0, after executing 'configure' and 'make' without problem, I execute
'make install' and it finish with the error:
(...)
Installing bin/CP437.so as
2014 Jan 30
1
excluding changed or deleted files from --backup
Hi,
I use the options --backup and --backup-dir (in combination with
--delete) to backup changed or deleted files. And for each rsync I use a
different backup-dir so I keep all the deleted/changed files.
Now I have some big files (> 50GB) that change every day but I only need
one last version on my destination server. I want to have these files
synced, but I don't want to have a --backup
2005 Apr 15
2
last version of samba?
Hi,
I'm interested in the update of the samba version in one of our
servers, but I'm confused:
http://www.samba.org says the last stable version of samba is 3.0.14,
but the link is not working, and in various ftp mirrors, in their
"stable" subdirectory, I see the 3.0.9 versi?n as the last versi?n.
What's happening? Can you help me?
Thanks
--
2016 Jul 14
3
[PATCH] : Adding dlabel option to chain.c32
On 07/14/16 05:56, Ady Ady via Syslinux wrote:
>
> @Peter, Erwan, Gene, Michal, (and anyone else interested)...
>
> Although I haven't actually tested Erwan's patch, would it be
> acceptable by you (all) if I were to send a patch to this Syslinux
> Mailing List with the same code while changing the wording as I
> previously suggested in a prior email? Would it be
2009 May 12
1
bug in com32/modules/chain.c
Hello,
The main function in com32/modules/chain.c does a lot of argument
parsing, finding the drivename, partition, seg, etc., for two statements
nullifying most of the work:
drivename = argv[1];
partition = argv[2]; /* Possibly null */
Seeing as the function initializes the variables correctly at the
beginning:
drivename = "boot";
partition = NULL;
shouldn't these
2007 Oct 17
3
Adding a "boot from local hard disk" option to syslinux menu, booted from USB
Hi all,
I use XP on my laptop PC, with 30 GB HD (single
partition), and a 3.5" hard drive (not a stick),
accessed through a USB encasing, partitioned as five
logical drives.
I have successfully set up syslinux to boot several
Ubuntu versions from the primary USB hard drive
partition, and no problems there. The problem is, I
would like to have an entry in the menu, like "Boot
from
2016 Jul 15
0
[PATCH] : Add diskbypartname option to chain.c32
Looking at the UEFI specs, and _if_ I understand Erwan's patch correctly,
we are talking about searching for a "Partition Name". Avoiding the
"label" term for this new option should help in reducing some potential
confusions (e.g. BSD's "disklabel", fdisk's "partition label (type)",
filesystem's "volume label"...).
So, IMO,
2006 Jan 24
9
Number of replications of a term
Hello,
Is there a simple and fast function that returns a vector of the number
of replications for each object of a vector ?
For example :
I have a vector of IDs :
ids <- c( "ID1", "ID2", "ID2", "ID3", "ID3","ID3", "ID5")
I want the function returns the following vector where each term is the
number of replicates for the
2016 Jul 17
0
[PATCH] Restore - chain.c32: Allow both "guid" and "uuid"
The GPT specification calls it "guid", but the Unix world generally calls it "uuid".
Ref.
http://git.zytor.com/syslinux/syslinux.git/commit/?id=3905382
This restores "uuid" as a synonym for GPT "guid"
---
com32/chain/chain.c | 3 ++-
com32/chain/options.c | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/com32/chain/chain.c
2004 Feb 12
6
Basic Help
OK I have been trying to learn how to use this program and I cannot even
import any data into it. I have downloaded all the manuals but they do not
seem to help. Is there a book on R for dummies???
2002 Mar 10
0
rsync 2.5.1 on NT/cygwin: can't handle filenames with non-latin1 character set
Hi,
2nd problem when using rsync on NT: rsync can't handle filenames with "strange" characters in the filename; no remote system needs to be involved here, happens even rsync between two local directories:
$ rsync -av /cygdrive/c/data/transfer/Marisa/ Marisa/
building file list ... readlink Imagelep. 10?1: No such file or directory
readlink Imagelep. 11?2: No such file or directory
2006 Feb 15
2
Setting intial path under windows to MyComputer in Interactive file browser
Hello everyone,
How can I specify in tcltk file browser the initial directory to
"MyComputer" in Windows where Drives and Partition are accessible?
And just a little question if anyone knows, is there a way to use the
function choose.files under windows to select a directory?
Thanks a lot for your help.
Laetitia.
2006 May 11
6
problem with solaris install
I was trying to install ferret 0.9.2 on solaris (SunOS 5.8) which
does not have a sys/dir.h
nix_io.c:5:21: sys/dir.h: No such file or directory
make: *** [nix_io.o] Error 1
I couldn''t find an obvious way around this... any suggestions?
Thanks,
Rich Marisa
Cornell Information Technologies
Cornell University
2010 Jul 26
5
[RFC/PATCH] New chainloading functionality
This patch introduces extra functionality to chain.c, mainly with reference to
BPB adjustments, but not only that. It expects 3 small patches I sent earlier
(they are included for easy reference, patches 1-3/4).
The changes introduced are:
1) file and boot sector use separate options to control load address and jump
address (if applicable). Options are as described below:
*
2006 Jan 25
1
Routes working with subdirectories repeat subdirectory...
Hi all.
Views associated with admin controllers must always specify both :controller
and :action when using link_to.
Example:
<%= link_to ''Edit'', { :controller => ''/raid_manager'', :action =>
''edit_raid_template'', :id => raid_template.id } %>
The above is being called from within the Admin::RaidManagerController. The
2007 Jun 22
0
Mongrel_cluster and rails app in a subdirectory
Info:
Apache 2.2
mongrel 1.0.1
mongrel_cluster 0.2.1
I''ve had everything working with a bunch of applications like this
when the the rails app is the document root, but a client just asked
to move the app to a subdirectory, leaving he rest of their site
alone. However, I can''t seem to get it to work. Let''s make the
assumption that the Apache document root for the
2006 Mar 29
0
placing specific views within a subdirectory?
Can anyone show me how to go about placing specific views within a directory?
ie:
controllers/hello.rb
views/hello/english/world.rhtml
views/hello/english/people.rhtml
views/hello/spanish/mundo.rhtml
views/hello/spanish/gente.rhtml
instead of the usual:
controllers/hello.rb
views/hello/world.rhtml
views/hello/mundo.rhtml
hello.rb currently contains the basic methods:
class ChartsController
2005 Dec 14
0
relative subdirectory of partials
if im in the views dir for the railtstest controller and
render a partial like so: render(:partial=>''container/
thepartial'') then
it will only work if that partial is in views/container/thepartial
not if its in
views/railstest/container/thepartial as I expected.
but what i want is to have a dir called container inside of railstest
and be
able to render a partial