search for: tty_fil

Displaying 2 results from an estimated 2 matches for "tty_fil".

Did you mean: tty_file
2010 Oct 22
0
[PATCH node] First draft of replacing some of the ovirt-config-* scripts with python equivalents.
.../network", \ + "/etc/collectd.conf", \ + "/etc/logrotate.d/ovirt-logrotate.conf" ] + +def log(log_entry): + # placeholder for now + print log_entry + +def set_console_colors(): + GIO_CMAP = 0x4B70 + PIO_CMAP = 0x4B71 + + tty_file = open("/dev/console", "rw") + existing_color_array = bytearray(fcntl.ioctl(tty_file.fileno(), GIO_CMAP, b"\x00" * 48)) + color_array = existing_color_array + color_array[3] = 0xde + color_array[4] = 0xde + color_array[5] = 0xde + color_array[6] = 0x...
2003 Mar 07
1
start_transaction: Readonly filesystem error
On a 2.4.17 (MontaVista 2.1) kernel using ext3, I recently starting seeing the error EXT3-fs error (device ide1(22,1)) in start_transaction: Readonly filesystem EXT3-fs error (device ide1(22,1)) in ext3_delete_inode: Readonly filesystem on a file system within 10-20 seconds after remounting it r/o. Apparemtly a write is being deferred past the remount point and then runs into problems when it is