Questions tagged [files]

Organized data encoded in a pre-defined format and stored on a filesystem.

In the computational sense, one-dimensional array of bytes stored in a filesystem, typically encoded a pre-defined format, often indicated by a file-extension or "magic number". More "durable" than in-memory storage.

677 questions
0
votes
1 answer

Monitoring / Tuning File Locks in Windows Server 2008

I'm running an instance of Apache Tomcat (5.5) on a Windows 2008 platform. I think I'm seeing an issue related to concurrent file access / locking. When the number of concurrent HTTP threads is increased beyond the default setting (150), I see…
Michael
  • 325
  • 5
  • 13
0
votes
1 answer

QNAP TS-419p Volume Full, now cannot delete files to free up space

I have a QNAP TS-419p. It is set up with 4x 1TB disks in RAID 6. There is only 10MB of space left on the volume. When I try to delete files from the server, I cannot. From the web interface, I get network timeout error. From SSH issuing the rm…
heisenberg
  • 194
  • 1
  • 2
  • 11
0
votes
2 answers

copy all *.mkv in subdirectories to parent directory

Roughly, I have a folder setup like this on a linux server: /show/season01/show01/shows01e01.mkv /show/season02/show01/shows02e01.mkv /show/season03/show01/shows03e01.mkv I want to eliminate the folders.... I want to copy the *.mkv files to the…
LVLAaron
  • 436
  • 6
  • 13
0
votes
3 answers

extract a specific email form an offline Exchange 2003 server

this server is from a network that not been use for 3/4 years. It is running windows small business 2003 and thus exchange 2003. I need to put a copy of the email on a memory stick. I searched on the machine and I could not find it. I am wondering…
sebey
  • 101
0
votes
2 answers

Can access website but images, css stylesheets and javascript files do not download

i have this problem, not sure about the source of it, Basically the title describes the issue, I can access the webpage and see the html structure, but no resources are being donwloaded nor I have access to them using the browser that means, no…
Tristian
  • 155
  • 2
  • 11
0
votes
1 answer

OFL.EXE Syntax / Documentation

Does anyone know where I can find the documentation, syntax, example usage for OFL.exe?
Nasir
  • 229
  • 1
  • 4
  • 14
0
votes
2 answers

Clearing out deleted memory mapped files quicker?

We use Tika for PDF text content extraction for searching. I'm seeing heavy use of temporary files that seem to now run us out of file handles. We're on CentOS 5.5. For our search system, we had previously bumped up open file handles…
dbenson
  • 1
  • 1
0
votes
2 answers

copy files created in one folder to multiple other folders on linux

I'm looking for a way to copy photos that are uploaded to one folder to many other folders and visa versa. Example: a photo is uploaded to folder 1, it is then copied to folders 2-5. And if a photo is uploaded to folder 2 it is copied to folders 1…
Keith
  • 1
0
votes
1 answer

Any cloud storage for backups (upload by passing a http-link)

We have our backups available via direct http and we are serching for a cloud provider with a feature: We should give a backup http or ftp link to it`s control panel or api and it should upload this file to the storage. Do you now such…
user60874
  • 1
  • 1
0
votes
2 answers

how i can create hidden folder in unix-AIX Version 6.1

I try this command mkdir .done but it does not work. How does one create a hidden folder?
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
2 answers

Removal of old mail logs in ubuntu - rm or not?

I have a ubuntu server which handles mail via postfix. The server has recently been caned by spam emails and the mail logs are really large as a consequence. The logs are stored with timestamps and I was just wondering if I can just clear out the…
amacbishop
  • 3
  • 1
  • 2
0
votes
1 answer

Synchronise when an instance of Server 2008 is brought up in Amazon

What is built into Windows server to allow the replication of files from a "Master" folder on the main server to be copied over to the instance that was just CREATED in the amazon control panel? The key point here is that this is a newly created…
Dan
  • 405
  • 1
  • 3
  • 8
0
votes
1 answer

CGI file executes only on local machine, not online

I've got a CGI script written in python (starts with #!/usr/bin/env python) that executes fine on the server. I type in /home/company/server/root/adam/code.cgi and it outputs the right output. I go to www.myserver.com/adam/code.cgi and all I see is…
Adam
  • 101
0
votes
1 answer

Calculate the size of multiple folders accros network

We basically have ~250 users all running a mix of Windows XP and 7. All our users have been asked to place all their important files in a folder on their desktop called "Backup". I basically need to figure out a way of calculating what the total…
Touff
  • 183
  • 1
  • 3
  • 14
0
votes
1 answer

Intermittent issue involving fileserver

We're having an intermittent problem with our fileserver. It's using Windows Server 2003. Every now and then, when attempting to access it (ie. \servername), it brings up a login dialog box. No matter what username and password is used, though,…