Questions tagged [read-only]

100 questions
2
votes
1 answer

Filesize monitoring powershell script safe to run against a multiuser Access 2003 database?

I'm try to monitor the size of an MS Access Database file which corrupts when the size reaches 2GB. I found the following powershell script which monitors the size of a file, and then runs a command. The script uses (Get-ChildItem…
leeand00
  • 4,869
  • 15
  • 69
  • 110
2
votes
2 answers

Hyper-V Ubuntu 10.04, Filesystem suddenly becomes Read-Only?

We are running a Ubuntu 10.04 VM on a Hyper-V system, The VM is dedicated to running one of our web applications. We have enabled the Hyper-V drivers in /etc/initramfs-tools/modules like so: hv_vmbus hv_storvsc hv_blkvsc hv_netvsc And updated the…
Daniel Upton
  • 358
  • 2
  • 6
  • 15
2
votes
1 answer

prevent filesystem from entering read-only mode

I have found that my server's filesystem is continuously entering read-only mode. There have been some issues with the raid1 array, but I have removed the bad disk from the array. However, it is still physically plugged into the system because I…
user788171
  • 21
  • 1
  • 3
2
votes
1 answer

Term for system that is "Create, Read" enabled, but "update, delete" disabled?

Researching legal and regulatory compliance for creating systems are tamper resistant, and wondering if there is a term for a system that is "Create, Read" enabled, but "update, delete" disabled.
blunders
  • 813
  • 7
  • 14
  • 30
2
votes
3 answers

Read-only file system VPS SSH error

I have a VPS and today I noticed apache was not running, I got in SSH, the httpd status says: [root@adrimail ~]# service httpd status httpd dead but pid file exists Tried to restart it and I get this: [root@adrimail ~]# service httpd restart rm:…
adrianTNT
  • 1,077
  • 6
  • 22
  • 43
2
votes
0 answers

LTO3 tape read only on a LTO3 tape driver (write lock unlocked)

I've installed on win2003 a tape drive (IBM 25R0012) with the latest drivers available The tape is functioning correctly (according to the "Device Manager"), however when I insert a new tape (i use the MMC for the management of removable storage)…
pinocchio
  • 21
  • 2
2
votes
1 answer

MSSQL db_datareader to All databases

I have 100 databases in MSSQL 2008 Server. I need to create a read only user to read all these databases. Is there a server wide role: db_datareader I can assigned the user to, so that I don't need to go through each database to add user mapping.…
starchx
  • 533
  • 10
  • 24
2
votes
1 answer

Delegate "Read" Ability to GPO's

Is there a way to allow a non-administrator to "read" (as in browse and look at the settings) of domain gpo's? I see in GPMC there is an option to allow delegation of "Read Group Policy Results data" but I'm not solid on whether that will provide…
Mitch
  • 1,147
  • 11
  • 20
2
votes
2 answers

Is it safe to make the wwwroot folder writeable?

I am trying to use IIS7 web server. I found out that I cannot edit (or create) files in this directory. The reason for that is that this directory has read-only permissions. I could change this permissions but I am afraid that it can make a hole in…
Roman
  • 2,569
  • 10
  • 32
  • 32
1
vote
0 answers

Cannot change /etc/hosts in docker container with read_only root filesystem

I am trying to add a line in /etc/hosts file with a specific IP and a hostname. The IP is static and the hostname is retrievable from the /etc/hostname. However, I want my root file system to be read-only. So I get the following error: /etc/hosts:…
belabrinel
  • 125
  • 1
  • 6
1
vote
3 answers

innodb-read-only prevent mysql replication? Table 'gtid_slave_pos' is read only

I set up a couple of maraidb v10.2.10 containers with the official docker image. Master can read/write and slave is read-only with this my.cnf. [mysqld] server_id=2 read_only=1 innodb_read_only=1 Replication was working well for a while but it…
kujiy
  • 466
  • 6
  • 11
1
vote
2 answers

Permission to read a specific file with sudo

For reasons, I need to read /root/.ssh/authorized_keys with a user who hasn't the right to read it. Obviously, I can't change the rights (nor the ACL) of the file, because ssh wouldn't like it. I access to the file using Python: try: with…
Shan-x
  • 168
  • 2
  • 9
1
vote
0 answers

80090308: LdapErr: DSID-0C0903D9, comment: AcceptSecurityContext error, data 0, v2580

Trying to fastbind against an RODC and I'm getting the following error: 80090308: LdapErr: DSID-0C0903D9, comment: AcceptSecurityContext error, data 0, v2580 I have googled around and don't have any ideas why I'm getting this... I would really…
Stelly
  • 11
  • 1
  • 5
1
vote
0 answers

How do you 'bake' a Red Hat Atomic image in read-only mode?

Many people are talking up the security benefits of Red Hat Atomic - being a read-only operating system - means substantially fewer vulnerabilities - particularly important in the cloud. When I provision machine images with Packer - we install some…
Hawkeye
  • 2,699
  • 9
  • 30
  • 35
1
vote
1 answer

Windows Hyper-V Debian going into Read Only mode

I am running Debian 7.8 (wheezy) which is installed on a Windows Hyper-V server (not managed by me). However, the server frequently goes into 'read only' mode and I am not sure why. I have looked in dmesg but, to be honest, I do not know what I am…
Dudedolf
  • 13
  • 1
  • 3