General :: Write To System Log?

Apr 27, 2011

I'm using Ubuntu 10.0.4. I downloaded an old script for starting/shutting down a service I have, and evidently "initlog" doesn't exist anymore. What is the correct way to write to the boot (system?) log?

View 2 Replies


ADVERTISEMENT

General :: Don't Want It To Write Over Current Operating System?

Mar 21, 2010

I installed Linux on a laptop once.. i'd like to do a dual boot but i've never done it before. Is there anything special i need to do? i don't want it to write over my current operating system.

View 10 Replies View Related

General :: Filesystems - Write Files To HFS+ Drive From System?

Aug 22, 2011

Is it possible to write/edit files on HFS+ drive from Linux? Yes I need to disable journaling but how can I disable journaling from Linux? I dont have access to mac.

Or any tool available for doing this?

View 2 Replies View Related

General :: Write-through RAM Disk Or Massive Caching Of File System?

Feb 17, 2010

I have a program that is very heavily hitting the file system, reading and writing randomly to a set of working files. The files total several gigabytes in size, but I can spare the RAM to keep them all mostly in memory. The machines this program runs on are typically Ubuntu Linux boxes.

Is there a way to configure the file system to have a very very large cache, and even to cache writes so they hit the disk later? I understand the issues with power loss or such, and am prepared to accept that. Crashing aside, in normal operation the writes should eventually reach the disk!Or is there a way to create a RAM disk that writes-through to real disk?

View 5 Replies View Related

General :: Windows - Does The Operating System Dispatch Events On Write To Disk?

Jul 11, 2011

I was wondering if there is some way to determine when a file finishes writing to a directory on both Windows and Linux (obviously, they will probably be two different commands). This is mostly so that, instead of constantly polling a directory for new non-temp files, I can set up a program to simply listen for the completion of a write-to-disk (it seems better to do things that way).

View 3 Replies View Related

General :: Recursive Write Permission On Cifs Mounted File System

May 14, 2010

I have mounted a iomega file system on a cetos os machine using

mount.cifs //filserver-ip/directory /home/my-home/mounted-file -o
user=username

(** mounted as root) The mounting works fine.

The problem arises when I try to create a sub-directory inside the mounted directory. All the newly created sub directories become write protected.

I am accessing this file system from R software and it needs to write/create directories in side this mounted directory.

how can newly created sub-directories will become automatically writable, so that R can create new sub-directories and write data inside those directories.

View 2 Replies View Related

General :: System Administration Scripting - Write Very Basic BASH Shell Scripts

Jan 10, 2011

I'd like to know some good resources, links, e-books to learn basic Linux system administration scripting. I know how to write very basic BASH shell scripts so I'm still at beginner level. There are so many docs out there that I'd like to narrow down people's opinion's on the best easy to understand resources that are available. Eventually I'd like to learn basic PERL as well.

View 3 Replies View Related

General :: Permissions - Manually Mount A File System Read/write As A Normal User?

Oct 6, 2010

I want to simply mount an ext4 file-system onto a normal mount point in Ubuntu (/media/whereever), as read-writable for the current logged-in user, i.e. me.

I don't want to add anything into /etc/fstab, I just want to do it now, manually. I need super-user privileges to mount a device, but then only root can read-write that mount. I've tried various of the mount options, added it into fstab, but with no luck.

View 3 Replies View Related

General :: Write A Shell Script Which Will Simultaneously Collect OS User Information And Write In An Individual Text Files?

Feb 17, 2010

I want to write a shell script which will simultaneously collect OS user information and write in an individual text files.Can anyone tell me the syntax of the script.N.B. The user name will be mentioned in an array within the shell script.

View 8 Replies View Related

Fedora :: Reboot System Before Write DVD?

May 8, 2010

I use Fedora12 AMD 64 and use Gnome and use K3B for write CD and DVD , when my system is ON for 1 hour and I want write DVD with K3B , I have to reboot system and after reboot , I can write DVD and I do not have problem , but when I do not REBOOT system and start write DVD , write 4.3 GB od DATA , take long time , and my fedora write on DVD in 8 hour and sometimes it take long time , but after reboot write one DVD take 16 min. I do not know why .

fedora work for 1 hour -----> when dose not reboot system --> take 8 hour for write one DVD Fedora work for 1 hour -----> when reboot system ---------> take 16 min for write on DVD

this is happen when I use brasero for write DVD. my HDD is 80 GB and I use Default partitioning rule for partition my HDD

View 3 Replies View Related

Ubuntu :: Can't Read Write To File System?

Sep 7, 2010

I have a file system that I can't seem to read and write to. I've tried everything I can think of.

Code:
root@xubuntu:/mnt/t1# ls -la
ls: cannot access .Trash-1000: Input/output error

[code]....

View 2 Replies View Related

Ubuntu Security :: Write Permission To Mounted File System?

Feb 1, 2010

I just found that I could perform write operation using a normal user account to a file system I mounted with the commands as followed:

sudo mount -t ntfs /dev/sda1 /mnt/disk/

This is the corresponding entry in the output of "mount" command:
/dev/sda1 on /mnt/disk type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096)

As far as I remember, when using a normal user account, I had to use "sudo" to perform any write operations (mkdir, rm, etc) to a device mounted using "sudo". But now it seems to be changed.

Do I remember wrong, or did Karmic have any updates change this setting? (I never manually changed user settings, except that I added a root user, but I never used it.)

OS: Karmic(up2dated)
Kernel: Linux stephen-laptop 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 i686 GNU/Linux

View 4 Replies View Related

Ubuntu :: Use To Read / Write To Ext4 File System In Win7 X64?

Dec 22, 2010

1. What can I use to read/write to my ext4 file system in Win7 x64? 2. I use Macbuntu. Is there any way to get a translucent top bar 3. My computer seems to be running hot while on Ubuntu. The fan speed seems increased. It goes back to normal on Windows though.

View 2 Replies View Related

Ubuntu :: Can't Write To Directories Inside My Main File System / Change It?

Apr 23, 2010

I can't write to directories inside my main file system. This is annoying, how to change?

View 3 Replies View Related

Hardware :: Possible To Write File-system On Hard Disk Without Any Valid Partition

Nov 15, 2010

I've surprisely recognized that it's possible to write a filesystem on a hard disk without any valid partition. Well, the general advantages of partitions are clearly. But what are possible disadvantages or limitaions if you don't use a partition (e.g. if you want to use the complete space as one volume for data mining or so)?

View 14 Replies View Related

Programming :: Write A Bash Script Program In System Command Terminal?

Mar 22, 2010

I'm trying to write a bash script program in the Linux command terminal that will write to a fellow user and then continue reading down the program. this is what i have (kind of explains the idea too):

#!/bin/sh

clear
echo "this is before the write command"
write jcummins
this message should go to jerry
echo "the message didn't send and this string will not appear"
echo "it appears it has stopped at the write command"

View 5 Replies View Related

Software :: Write A Cron Jobs In System To Monitor Project Diskspace Usage?

Jul 28, 2011

How to write a cron jobs in linux to monitor my project diskspace usage?
check diskspce= du -h .

any clue for me as a beginner?

View 7 Replies View Related

Hardware :: Mtrr: Type Mismatch For C0000000,10000000 Old: Write-back New: Write-combining?

Jan 31, 2011

solve the following problem...mtrr: type mismatch for c0000000,10000000 old: write-back new: write-combiningThis i am getting many lines in DMESG.

View 10 Replies View Related

Fedora :: Erroneous Write During File Extend. Write -1 Instead Of 4096

Nov 17, 2009

Ive installed Gaussian '03 on fedora Core 10, but I'm unable to run it. It aborts and i get the following error

Code:

Erroneous write during file extend. write -1 instead of 4096
Probably out of disk space.
Write error in NtrExt1

View 3 Replies View Related

OpenSUSE Install :: Cannot Install KDE \ Exception Caught During Write: System.ComponentModel.Win32Exception?

Sep 7, 2011

I am trying to install openSUSE 64 bit with KDE on my netbook and I am having some issues. I can't get the install started. I tried creating a live usb by using the SUSE Studio Image Writer, but I get an error saying: Exception caught during write: ystem.ComponentModel.Win32Exception: Access is deniedat ImageWriter.DriveAccess.Write(Byte[] buffer, UInt32 len)at ImageWriter.MainWindow.WriteToDisk()(This happens when I try to make the usb)I tried Googling it but I couldn't find anything so I tried creating a live usb using UNetbootin but when I boot from the usb, I get an error saying: Could not find kernel image: gfxboot.I have a 2 gb usb with FAT file format. Also I am only in High School, I want to try out different Linux distros so tell me if I did something wrong.

View 3 Replies View Related

Debian Hardware :: System Recognize The Soundcard - WHERE TO WRITE: "modprobe Snd-hda-intel Model=acer"?

May 20, 2011

WHERE TO WRITE :"modprobe snd-hda-intel model=acer "? I have problem with soundcard. In fact it is not recognised and of course I don't have sound.After working and looking for solutions I found that if I make this command : as root # modprobe snd-hda-intel model=acer

the system recognize the soundcard and it's starting and I have sound. .Now ,I put a "stupid" question :Where to write the message above :modprobe snd-hda-intel model=acer ,in which config file from /etc with nano i.e.,in this way I hope the change become permanent and I don't need to command everytime to make system working.

View 8 Replies View Related

General :: Write A Script To Send General Mail To Users At 9AM Everyday In 4?

Mar 3, 2010

I want to write a shell script, so that at 9AM every morning a general will be sent automatically to my network users E-Mail ID. My users are as follows: akhtaruzzaman@a[URL], ariful.[URL] etc.

Below is my little effort:
# !/bin/bash
userlist=`cut -f 1 -d : /etc/passwd`
mail -s "mailbackup" << END

keep mailbackup in another drive daily for security purpose

View 3 Replies View Related

Ubuntu :: Can't Write To USB On 11.04 \ Can't Write To USB On Natty?

May 3, 2011

I can't write to USB on Natty. I can read the files and copy them to my netbook fine, but I can't change anything, I can't write or delete files

View 1 Replies View Related

General :: Different Write Through Put On The Same Disk?

Apr 5, 2011

I am using kernel 2.6.32.21, and my hard disk is West digital WD10EARS-00Y, 1TB. This disk is just for data, I made 2 partitions on it, each has half. And I have another small disk for system. I am using ext3.

this is my fdisk /dev/sdc
Device Boot Start End Blocks Id System
/dev/sdc1 1 60800 488375968 83 Linux
/dev/sdc2 60801 121601 488384032+ 83 Linux

[Code]....

I ran some dd to test the write throughput on /dev/sdc2. If I run it in /data2, I got around 70MB/s. If I create some directory, say /data2/dir/, and run dd again, I might get 60MB/s. Sometimes I still get 70MB/s, sometimes I get 60MB/s, differs for directories.

I wonder if this is because the allocation policy of file system, ext3, or this is from my hard drive?

View 7 Replies View Related

General :: Can't Write To A File

May 24, 2011

I'm writing a script/plugin for Nagios for testing a WebLogic server.. I redirect some output to a file, and then i read that file to get some data, but i can't seem to write to that file with my script :s... this is the most important code

[Code]...

* EDIT * When i execute this script through a local terminal (PuTTy), it works but when i execute it from Nagios, it doesn't work..

View 5 Replies View Related

General :: What Are Hooks And How To Write Them

Mar 29, 2011

what are hooks and how to write them

View 2 Replies View Related

General :: How To Write A Script

Dec 12, 2010

Can anyone tell me how to write a command that open2 mozila firefoc at 3 p.m. on monday using CentOs 5.

View 16 Replies View Related

General :: How To Write C Libs To Php

Mar 7, 2011

I need to use a lib developed by me in c in my php app but i don't now how. I will use it in Linux.

View 2 Replies View Related

General :: How To Write Grub On Another HD

Feb 5, 2010

I have XP on the boot HD, Ubuntu 8.04 on the other HD, and grub on the MBR of the Windows side. Then the Windows HD went bad and I need to get grub onto the other side so I can change the boot sequence to what was the second HD (the Linux one) and abandon the Windows side. Booting from a live CD is no problem, but I can't figure how to install grub onto the Linux side, which has been partitioned. I know where menu.lst is, and have backups of it as well.

Is this something that needs supergrub, or can a simple write to the proper place be done in a terminal window?

If switching the boot sequence is not enough (don't see why it shouldn't be) then I can also switch the jumper configurations on the two hard disks. But I don't think that should be necessary.

View 4 Replies View Related

General :: How To Write Over Current OS

Jun 11, 2010

I have an old Mac OS (Tiger) and the new OS are not backwards compatible with computers as old as mine. In the reading I've found they explain how to partition the hard drive, but this is not what I want. I only want to have the Linux OS.

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved