Questions tagged [read-only]

93 questions
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
  • 793
  • 6
  • 13
  • 29
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,007
  • 5
  • 21
  • 41
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
  • 433
  • 10
  • 23
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,439
  • 9
  • 32
  • 32
1
vote
0 answers

NFS read/write mountpoint returns read-only file system error when written

I have two nodes running CentOS Linux release 7.3.1611 (Core), one for computing (mu01), the other for storage (io01). As root, I mounted a directory /data on io01 to /data on mu01 by mount -t nfs -o vers=4 io01:/data /data. However, when I tried to…
wdg
  • 143
  • 1
  • 5
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
  • 446
  • 5
  • 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
  • 1
  • 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,669
  • 9
  • 30
  • 34
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
1
vote
1 answer

Portable Webserver (PHP, MySQL) on CD-ROM

For a school project, I programmed something based on PHP using a MySQL database. for evaluation, it is necessary to hand the program together with the documentation three times to the teacher -- but the basic question is: How can I append a running…
1
vote
1 answer

Server Fileshare Office Documents Read Only until Closing and Reopening

Have a customer that has a strange issue with Microsoft Office Documents on their file server. It does not happen every time they open an office file but it is pretty consistent. They get a read only message when they open the document the first…
Garrett
  • 11
  • 1
  • 3