Displaying 17 results from an estimated 17 matches for "inetpub".
2003 Mar 22
5
CYGWIN Rsync exclude/include problem
...... well I don' know.
I have a drive with 12 folders in the root however, I only want to rsync 5 of them (the ones marked with an *) and in those 4 I want to exclude certain folders and file patterns. The Root looks like this:
/Backup
/Copied DVD
/Databases *
/Documents and Settings *
/Inetpub *
/Plus11 *
/Program Files
/rsync *
/Temp
/Windows
/Trial Software
/wmpub
Using the following command line and includes.txt file I still get the Backup, Copied DVD etc folders. If I add a global * or /* then nothing gets rsynced. I have "commented" the include file to explain my...
2006 Apr 20
1
Permission denied using mount.cifs
I'm having a strange problem mounting a share from a Windows 2003 server
using cifs:
mount.cifs //osirus.ficticious.org/inetpub /inetpub
-ouser=transfer,pass=dkfhjdjskd
It comes back immediately with:
mount error 13 = Permission denied
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
However, the command below works. (abeit with about a 15 second wait
before it comes back):
mount.smbfs //osirus.ficticious...
2004 Oct 04
1
rsync uploading using ASCII translation ... ?
...s perfectly.
3. Therefore, it's only occuring when using rsync to upload a file from my
client to the server.
4. The CYGWIN environment variable is set to binmode on both the source and
the target.
Here is a command history of exactly what I am doing:
$ rsync -vv --progress -Saz /cygdrive/c/inetpub/wwwroot/bin/*.dll
<target_hostname>:/cygdrive/c/temp
opening connection using ssh <target_hostname> rsync --server -vvlogDtprSz .
/cygdrive/c/temp
building file list ...
[sender] expand file_list to 131072 bytes, did move
4 files to consider
delta transmission enabled
file1.dll
1...
2004 Dec 28
0
The Infamous Robocopy Issues...Again
...he server, copy, move, overwrite and delete files just fine from
within explorer on both mapped drives and just using unc paths.
I can't get robocopy to work sometimes without spitting out this:
100% Older 4617 1.gif
ERROR 5 (0x00000005) Copying File
D:\Inetpub\global\images\ven\norm\1.gif
Access is denied.
Waiting 30 seconds... Retrying...
Now here's the crazy part. These errors only occur if the remote file is
newer than source. The minute I tell robocopy to exclude files that are
older on the source than on the destination, the newer source fi...
2004 Jan 15
1
Mapping a drive letter to a Samba share
...(i.e \\server\Share
<file:///\\server\Share> ).
Basically, I need a way for a share name with a $ in it to be recognized as
a valid network name. My current setup is like so:
[Pickup]
comment = Pickup
path = /pickup
read only = No
guest ok = Yes
guest only = Yes
[C$\inetpub\mailroot\Pickup]
comment = Other Pickup, Same Target Directory
path = /pickup
read only = No
guest ok = Yes
guest only = Yes
Now, C$ is standard UNC for the root directory on Windows ( C: ). The
"Pickup" share works great. However, the share with "C$" in...
2013 May 27
1
Platform variations with --exclude-from
...xclude_file /etc server::module
properly excludes /etc/alsa but not any file within /etc's directories that is named alsa.
On Windows I don't seem to be able to reliably emulate this:
C:\Scripts\Backup\rsyncd>type rsyncd_exclude
/cygdrive/d/$RECYCLE.BIN
/cygdrive/d/Exclude
/cygdrive/d/Inetpub
/cygdrive/d/System Volume Information
C:\Program Files (x86)\cwRsync\bin>rsync -a --delete --delete-excluded --exclude-from=exclude_file /cygdrive/d server::module
fails to omit these, the only way I get this to work is:
C:\Scripts\Backup\rsyncd>type rsyncd_exclude
*/$RECYCLE.BIN
*/Exclude...
2008 Mar 16
0
ar_mailer problem
Hi, I am having the following problem with ar_mailer.
FOr the time being i have manualyy created a record for the email to be
sent, in the database in a table named ''emails''.
Now if I run ar_sendmail i get the follwing error.
C:\Inetpub\event>ar_sendmail
Unhandled exception uninitialized constant
ActionMailer::ARMailer(NameError):
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/de
pendencies.rb:263:in `load_missing_constant''
c:/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ac...
2003 Jan 18
1
IIS, ASP, and File Change Notification
...log level = 0
#============================ Share Definitions ==============================
[data]
comment = data share
browseable = yes
writable = yes
path = /space/data
[team]
comment = team share
browseable = yes
writable = yes
path = /space/team
[inetpub]
comment = inetpub share
browseable = yes
writable = yes
path = /space/inetpub
oplocks = no
level 2 oplocks = no
[installs]
comment = installs share
browseable = yes
writable = yes
path = /space/installs
[officeXP]
comment = office xp install...
2009 Feb 03
12
Is there a chance that Globalscape Secure FTP work on Wine
Is there a chance that Globalscape Secure FTP work on Wine under the Ubuntu server.
I cant login from the Admin console to ftp engine, I get some socket error, like the engine isn't started.
Any help on this matter would be appreciated.
1998 Jun 17
0
Strangeness in mount attempts...
...>
> Sharename Type Comment
> --------- ---- -------
> ADMIN$ Disk Remote Admin
> C$ Disk Default share
> D$ Disk Default share
> IAS1$ Disk
> InetPub Disk
> IPC$ IPC Remote IPC
> REPL$ Disk
>
>
> This machine has a browse list:
>
> Server Comment
> --------- -------
> IMAGE
>
>
> This machine has a workgroup l...
2004 Oct 26
1
Dreaded ERROR 5 In Robocopy
...if I map a drive from the W2K box to the Samba server
using the same user name the robocopy is running as, new files work, deletes
work, and overwrites work. That leads me to believe it's not a
directory/file permissions issue.
At this point I'm way stumped.
Here's the share config:
[Inetpub]
comment = Internet Storage
path = /home/www/wwwroot
public = yes
writeable = yes
printable = no
force group = developers
directory mode = 0775
crea...
2011 Jul 26
0
active record wants root password, not sure why ..
...quot;,
:database => "univ_parse_dev",
:user => "PZZ",
:password => "PZZ"
)
attr = MsdsAttr.find(:first)
I get the error below even though I didn''t try to connect using root.
Running rails server/console etc doesn''t have this problem ..
C:\inetpub\wwwroot\Larry\univ-parse>ruby db-test.rb
C:/Ruby192/lib/ruby/gems/1.9.1/gems/activerecord-3.0.9/lib/
active_record/connect
ion_adapters/mysql_adapter.rb:614:in `real_connect'': Access denied for
user ''roo
t''@''localhost'' (using password: YES) (Mysql::Er...
2004 May 21
3
rsync hangs in cron (not SSH-problem)
This is the case
- mounted Inetpub's windows-webserver on /mnt/web1 /mnt/web2, etc.
- rsync this to local dir:
rsync -av --delete /mnt/web1 /mass/kuurne/day
rsync -av --delete /mnt/web2 /mass/kuurne/day
etc..
- when logged in, everything works (I do see some errors about
non-existing files, but rsync won't stop.
When...
2014 May 22
1
Samba Access Linux with Windows 2008 R2 DC
...Cache D 0 Wed Jan 23 22:22:39 2013
Config.Msi DHS 0 Thu May 15 23:48:13 2014
DNN D 0 Sun Feb 10 20:11:58 2013
Documents and Settings DHS 0 Mon Jul 13 22:06:44 2009
inetpub D 0 Tue May 18 20:41:25 2010
pagefile.sys AHS 8580583424 Wed May 7 08:39:53 2014
PerfLogs D 0 Mon Jul 13 20:20:08 2009
Program Files DR 0 Mon Aug 29 21:26:58 2011
Progra...
2004 Dec 24
1
Tutorial Steps Two & Three
Hey-
I ran into to some problems when trying to follow "A tutorial by
Rails'' users." When I reached Step Three and executed the controller
script as follows:
ruby script/generate controller Friends list display new edit
I got this error message:
C:\Inetpub\wwwroot\rails>ruby script/generate controller Friends list display ne
w edit
c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.3.0/lib/active_record/connection_a
dapters/abstract_adapter.rb:89:in `establish_connection'': development database i
s not configured (ActiveRecord::AdapterNotSpecif...
2011 Apr 26
1
samba loses to be the master browser
...working normally I do the following command in linux PDC console:
bago:/var/log/samba # smbclient -L bago -N
Anonymous login successful
Domain=[BAGOLIN] OS=[Unix] Server=[Samba 3.4.5-3.1-2289-SUSE-CODE11]
Sharename Type Comment
--------- ---- -------
InetPub Disk Documentos Web
Cont Disk Contabilidad
RegLPZ Disk Sistema Facturacion Regional LPZ
... other shares
Soft Disk Software de Instalacion Bago
Soft2 Disk Software de Instalacion Bago...
2003 Feb 24
5
-bash: /bin/rm: Argument list too long
Folks:
Is there a limit to the number of arguments that can be passed to
fileutils programs such as mv or rm ? If yes, is it filesystem
dependant/kernel config dependant/fileutils version dependant? Can this
maximum limit be tuned/controlled ? I googled on it a bit, but couldn't
find anything much more relevant than a message in the OS-X forum.