Ubuntu :: Log Overflowing With Read/write Wait Queue Active?

Aug 9, 2010

I am having some trouble with Ubuntu 9.10 For some reason my logs keep overflowing. I have attached a screenshot and a snippet of my kernel log too.

Code:
Aug 9 18:52:04 eowyn kernel: [180754.977296] tty_release_dev: pts4: read/write wait queue active!
Aug 9 18:52:04 eowyn kernel: [180754.977302]

[code]....

View 2 Replies


ADVERTISEMENT

Software :: Write A File - Then Wait For Someone To Print It

Nov 11, 2009

The application I am using writes a report file (ascii), but I am not able to print it, because from inside the application I have no access to the shell and so cannot invoke any printing command (lpr, lp, ...). Is there a tool/daemon which waits for a file in a given directory, takes it, and sends it to a printer?

View 6 Replies View Related

Programming :: Read From Stdin In Perl Do Not Wait For EOF?

Apr 28, 2010

I am trying to read one line at a time in perl and not wait for stdin eof to start the action:

Code:
foreach(<STDIN>){
<do something>
}

if i pipe ls into it, it waits for ls to be done before doing the action.

View 1 Replies View Related

Programming :: Set Period Of Time To Tcp Connection To Wait For Request Or Respond For Tcp Block Read

Feb 27, 2010

I wanted to know how can I set a period of time to a tcp connection to wait for request or respond for tcp block read. which system call or function I can use? Does any body know a very simple quick and easy reference on web for socket programing that has lots of socket programing examples in it?

View 1 Replies View Related

Programming :: Timer In Socket Programming - Wait For X Sec After Read() And Then Disconnect The Client Connection

Mar 8, 2011

I have a server listening on incoming client connections. Once the client establishes SSL connection with the server, the server waits on read() from the client. Only Client can disconnect the connection. I want to have a timer in the server program to wait for x secs after read() and then disconnect the Client connection.

View 3 Replies View Related

General :: Windows Access The File From Ubuntu Got Read Only Even Though Have A Full Permission To Read, Write And Execute The File?

Feb 4, 2010

What are the possible problem when Windows access the file from Ubuntu got Read Only even though have a full permission to read, write and execute the file? Ubuntu to Ubuntu accessing the file there is no problem only Windows got a problem.

View 1 Replies View Related

Programming :: Read Keyboard Status (not: Wait For Keyboard Input)?

Jun 28, 2011

has bash a command that reads the keyboard status and exits? I want to write a loop of this form:

Code:
while [ 1 ] do
sleep (1)

[code]....

View 14 Replies View Related

Ubuntu Installation :: Alt+Tab Doesn't Work / Suddenly Cannot Write In Active Program

May 10, 2011

I have updated my Ubuntu installation to natty narwhale and after a reboot the desktop started to look like the attachment Screenshot.jpgThe error does not appear when I choose ubuntu classic instead the windows miss the top bar where the X (close button) is placed.Alt+Tab does not work, and suddenly I cannot write in the active program.

View 3 Replies View Related

Programming :: Get Length Of Run Queue And Swap Queue?

Nov 3, 2010

is it possible to get the length or even the items of both queues, the run queue and the swap queue? I've googled a lot but had no luck. Maybe I havn't used the correct search words...

Is there any header and/or code example to use structures or any API to get these information from the kernel or the scheduler?

View 1 Replies View Related

Ubuntu :: Read And Write To USB?

Jul 18, 2011

I did install QLandkartGT and the plugin to use Garmin with it and it looks like it work, but when I do press "Live Log" I get the error message; "Device Link Error. Failed to request real time position. Realtime thread failed. Failed to configure USB: could not set config 1: Operating not permitted".

I also get a similar error when trying to download tracks; "Failed to download tracks. Failed to configure USB: could not set config 1: Operation not premitted".

My guess is that Ubuntu do not allow programs to use the USB port, so my question is how I do allow this program (or all) to use the USB ports.

View 3 Replies View Related

Slackware :: EQ Overflowing Server Is Probably Stuck In An Infinite Loop?

Oct 28, 2010

It happens really randomly. Suddenly keyboard and mouse stop to react. Screen freezes. However if I have for instance skype running during that "crash", I can still continue to talk over internet. For me looks like x serwer crash. Xorg logs however are empty. I had to hard reboot only to get control over pc (magic sys key + SUB) only works. Trying switch to another session is not working. I run Slackware 13.1. Kindly asking to help me to solve that irritating issue. I pasted errors usually I find at Xorg.0.log.old after hard reboot only

Code:
2.6.35.4 #2 SMP Tue Sep 14 19:33:55 CEST 2010 i686 Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz GenuineIntel GNU/Linux
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 8800 GT/PCI/SSE2
OpenGL version string: 3.2.0 NVIDIA 195.36.15
OpenGL shading language version string: 1.50 NVIDIA via Cg compiler

[Code]...

View 1 Replies View Related

Programming :: Script To Read Active Squid Logfile And Output Results To Html Based On Conditions?

Mar 12, 2010

Basically the requirement of the script are :

1. need to run like a daemon which will read an active squid logfile in a refresh pattern of 5 minutes

2. calculate the total number requests based on different domains that the client access

3. calculate the total of number of requests based on different domains as well as the turnaround time of these access is more than 5 sec that the client access

4. calculate percentage of item 3 over item 2

5. report the results in html format as follows:

Domain Name Total req Req > 5 sec % of req > 5 sec

6. able to access the results from web browser.

View 8 Replies View Related

Ubuntu :: Not Being Able To Change To Read-and-write

May 29, 2010

I just installed Ubuntu 10.04 on my system, and I put in a really old game CD for my really old computer. I cannot run the setup program , however because "it is not executable". I can't change this , because it is read-onlybut I can't chane this either. As I'm new to this, I was wondering .

View 5 Replies View Related

Ubuntu :: Write And Read From A Ext3 8GB Usb?

Feb 15, 2011

I have a netbook with Ubuntu 10.10 installed in it,and a Pc with also ubuntu 10.10 in it , but x86_64.

I want to copy some iso files and data from my user home directory on the netbook , to the user home directory of the other pc , using a 8 GB usb formated in ext3 with gparted in my pc.

One iso is a windows 7 one to burn then with K3b , as i need to have windows installed in that box. Also of another iso that i have to burn too (windows 7 recovery disk) , and 3 anti-virus trials for windows.

As the usb is owned by the root (or more properly the mounting point,no?), and i can't use my user to copy data to it i usually do :

Usually , what i use is "sudo nautilus" then go to the place where is the data , copy it , and paste it then in the usb. Then in the other pc i do a chgrp and chown to the iso or file.

But , perhaps this is not the better approach. I have investigated a bit , and i think that i have found a better way , but i have some dudes.

The method is change the owner,group and permissions of the mounting point:

Code:
cd /media
ls
umount /dev/sdb1
sudo mkdir usb

[Code].....

If i do this steps in both computers, with each user,in the netbook i can copy the iso to the usb (as fox can write to the mount point of the usb ), but can the other user in the pc 'mulder' read the iso , so be copied to /home/mulder, and then be able to burn it in k3b with success ?

I suppose that having 766 , it should be able to read it , but would have the own of the file ?

How important is not to only be able to read it , but also own it ?

I suppose if the user ID is the same , wouldn't be any problem ,as each ubuntu would supose that the file is owned by their user.

Perhaps the user name change,but if the ID is the same , the user is the same for ubuntu , not any different, no ?

View 5 Replies View Related

Ubuntu :: USB Will Not Mount Read/write?

Mar 10, 2011

sudden of all all USB drives and sticks I put into a PC will not mount with read/write permissions (they did before). I can still copy to them, but only when I am root. I am on Maverick I've noticed though that if I run disk utility, then UNMOUNT the partition, Check File System, Mount the partition back, I get read/write access..

View 9 Replies View Related

Ubuntu :: Write/Read On /dev/ttyUSB0 Using C Or C++

May 31, 2011

Recently i acquired an electroencephalograph (EEG) and started to experiment with it, and i need some way to write or send a couple of Hex numbers to the EEG so it will start working, and then to save the data on text file, or at the very least see the output on the terminal using C or C++, i found some programs around the forums but none seem to work properly and more often than not, The EEG is recognized as /dev/ttyUSB0 has a baud rate of 921600.

View 2 Replies View Related

Fedora X86/64bit :: F13 EQ Overflowing - The Server Is Probably Stuck In An Infinite Loop

Sep 16, 2010

I have recently been running into the "EQ overflowing" message. It has been happening when I open an image with gimp or a xls with open office. I noticed some were having this issue with earlier kernels. I am using the nouveau driver to run two nvidia cards with three monitors. I am currently running the 2.6.34.6-54.fc13.x86_64 kernel. Here is the output of my Xorg.0.log file:

[Code]...

View 1 Replies View Related

Ubuntu :: How To Make Files Read And Write

Jan 12, 2010

i know that chmod +x makes a certain file executable but how do i make a file read and write.

View 3 Replies View Related

Ubuntu :: Read And Write On Hd Formatted As Hfs+ Not Journaled?

Feb 25, 2010

I would like to be able to read and write on hd formatted as Hfs+ not journaled...I know it is possible, but still I can't since ubuntu mount them with a different user: 99.If I add my user to the group 99 will be fine? or exist another way to write on such file system?if use hfs+ not journaled it will be less safe for the files?

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 :: NTFS Safe To Read/write On XP?

Nov 27, 2010

If I have an external hard drive NTFS it is as safe to read/write on it from either Win XP and Ubuntu?

View 5 Replies View Related

Ubuntu :: Read Write A Ntfs Partition?

Mar 13, 2011

I was wondering if anyone knows how to read write a ntfs partition on thats on a separate linux machine ?

Is that even possible from one linux machine to another ?

View 1 Replies View Related

Ubuntu :: I / O Errors And Crashes - Cannot Write But Read

Apr 8, 2011

Recently my Ubuntu system decided to crash. Sometimes the mouse freezes, sometimes I just can't open anything, and other times I can access the terminal but can't write. I can open files as read only both in my /home partition and in /var/log, but I can't write at all. Sometimes I get Bash: input/output error. I *can* "ls /proc", if that makes any difference.

I find that if I reboot, the problem goes away for a few minutes and then reoccurs. I can read/write to my other (windows) drive, although when I did a chkdsk in win7, I get a "An index entry from index $0 of file 25 is incorrect" message. Is the disk failing? Just a few bad sectors? Maybe the filesystem is corrupt? Why can I read but not write?

View 9 Replies View Related

Ubuntu / Apple :: Read Or Write To Mac Partition?

May 16, 2011

Is there an easy way to read/write to a mac partition inside ubuntu 11?

Any graphical ways to mount / umount?

View 5 Replies View Related

Ubuntu :: Mounting The Live USB Read-write

Jul 14, 2011

When i boot from live USB, i can't write anything to it, because the 'Filesystem is read-only'. How can the boot USB be mounted as read-write? Maybe some boot options are needed?

View 2 Replies View Related

Ubuntu :: Partitions - Read And Write To From 11.04 And Windows 7

Jul 15, 2011

I want to make a new partition that I can read and write to from Ubuntu 11.04 and Windows 7. I haven't used Ubuntu much since 8.10 and it seems that I remember it being much easier to do then. I'm using this partition to store my music, pictures and videos on if that is of any relevance. I also need this to be something that can't mess up my windows side of my computer as I need that for work.

View 9 Replies View Related

Ubuntu :: Mount CDROM With Read / Write Permissions?

Mar 19, 2010

I am running Karmic x64 on a HP laptop that has a cd/dvd burner. I have a r/w cd with files on it and I wish to add/remove files to it. After it mounts automatically on insertion, I unmount it and remount with:
sudo mount /dev/sr0 -t iso9660 -w /media/cdrom
(I tried assorted other hare-brained things also) but it always says that the filesystem is read only. Do I need to use a different device than sr0? Is it even possible under Ubuntu?

View 1 Replies View Related

Ubuntu :: Read/write Access To Windows Folders?

May 15, 2010

I recently installed Ubuntu 10.04 using Wubi on an ACER Aspire 5000 XP laptop. Everything runs ok and I can access my Windows folders from Ubuntu through the host directory but only as Read Only. I have checked to make sure that the Windows folder I want to access (My Documents) is not designated as Read Only in Windows.

View 1 Replies View Related

Ubuntu Networking :: Can't Mount SMB Shares As Read/write

Jul 1, 2010

We have a network with several computer. We have two file servers (don't ask why) an Ubuntu and an XP as well as many clients. Setting shares on Ubuntu was easy and all clients can see them read and write. but I can't get the Ubuntu clients to see the SMB shares on the XP properly. This is my fstab:

Code:
//192.168.0.100/resources /media/resources smbfs iocharset=utf8,credentials=/home/boss/.smbcredentials,dmask=775,gid=1009 0 0
//192.168.0.9/summer /media/summer smbfs iocharset=utf8,credentials=/home/boss/.smbcredentials1,dmask=775,gid=1009 0 0

[Code]....

View 2 Replies View Related

Ubuntu :: Anyway Can Get Normal Users To Just Read And Write To External Hdd's?

Nov 28, 2010

I have shared two external harddrives via samba on ubuntu, but only I can access it. The reason being is because I have logged into linux, and become the owner of the external hdd's. On the permission properties, I can see that the group I have created every other user under has "No Folder Access", and if I change this it reverts back instantly. So frustrating, I've tried to chmod it which hasn't done a thing. The owner of the external hdd's seems to be the only person who can access it over samba.Is there anyway I can get normal users to just read and write to external hdd's?

View 9 Replies View Related







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