Ubuntu :: Log Files - Numbers In Brackets Mean And .0's?
Feb 18, 2011
On startup, I get messages which look like this:
[Code]...
What do the numbers in brackets mean? (I tried looking, but I don't know how to start to search for the answer to that without being too vague). I've noticed they're nearly always progressive (increasing). Do they just refer to the event number? And in my log file viewer, why is there a dmesg and a dmesg.0?
View 2 Replies
ADVERTISEMENT
Oct 6, 2009
In the file /var/log/kern.log, I see kernel logs in the following format,
Oct 6 11:18:30 machine kernel: [212.443755] Some logs...
What are the numbers in the bracket [212.443755] stands for?
View 2 Replies
View Related
Apr 4, 2011
am writing a small search program for my class. I have decided to use indexing for my program. Ive researched online about indexing and how search engines do it. If im gonno do that I need to create inverted files to associate files to numbers ( numbers being the index of my paths ) . Now I was wondering what would be the best way to create an inverted file ? I was going to create sql tables using mysql api in C but then again there is no array data type or vectors to store few numbers in a single column in mysql and it is not advised to use Enum or SET
View 14 Replies
View Related
May 13, 2010
I want wondering if I can ls files that start with numbers only in a folder.
Suppose:
001.txt
302.txt
[code]....
View 6 Replies
View Related
Mar 1, 2011
I am trying find files in a directory that contain numbers. I have tried ls /etc *[0-9]* but that doesn't work. If I cd to /etc and run ls *[0-9]* it almost works but it also includes results from within files. My last thought was to try: find /etc [0-9] -type f but this does not work either. My second problem is that I am trying to get list of files in a directory that were changed less than 10 hours ago, using grep, while leaving out directories. I am completely stuck with the second problem.
View 8 Replies
View Related
Jul 20, 2010
Is it possible for listing directory and files' permission into numbers?
Generally ls command shows directory and files' permission as follows;
[root:maestro:/home/ddisk_net]# ls -al
Total 44
drwx------ 4 ddisk_net users 4096 7월 20 10:40 .
drwxr-xr-x 21 root root 4096 7월 20 10:28 ..
-rw------- 1 ddisk_net webteam 5 7월 20 10:40 .bash_history
-rw-r--r-- 1 ddisk_net users 33 1월 22 2009 .bash_logout
[code].....
View 9 Replies
View Related
Dec 31, 2010
I am looking for a way to search for large numbers in text files and print the nearby lines.
For example if I had a text file like:
Event: 11
blah: 3
blah: 41 bleh: 19
Event: 2
blah: 31
[Code].....
View 1 Replies
View Related
Mar 5, 2010
I installed oreka and can make succesfully call recordings. The problem i'm facing is when i record a call and check the details in database, localparty, remote party fields are storing with source and destination ip address not with there phone numbers.
View 1 Replies
View Related
Jul 18, 2010
I have two NASes. I work off of one, and the other is used as a backup. As I have it set up now, it's slow. Running a backup takes a week. Even for 7 TB, with 1,979,407 files, this seems a bit outlandish,particularly as both systems are RAID-5 and the network is all gigabit. I've been digging about in the rsync man pages, and I really don't understand what differentiates the various topologies.Right now, all the processing is being done on the backup NAS, which has the main volume from the main NAS mounted locally over SMB. I suspect that the SMB overhead is killing me, particularly when dealing with lots of files.
I think what I need is to set up rsync on the main nas as a daemon, and then run a local rsync client to connect to it, which would hopefully allow me to completely avoid the whole SMB-in-the-middle affair, but aside from mentioning that it's there, I can find very little information on why one would want to use the daemon mode for rsync.
Here's my current rsync command line: rsync -r -progress --delete /cifs/Thecus/ /mnt/Storage/input? Is there a better way/tool to do this? Edit:Ok, to address the additional questions: The "Main" NAS is a Thecus N7700. I have additional modules installed that give me SSH, and it has rsync, but it's not in the $PATH, and I havn't figured out how to edit the local $PATH in a way that persists between reboots. The "Backup" NAS is a DIY affair, built around a 1.6Ghz Via Mobo with a Adaptec Hardware RAID card. It's running CentOS 5 with a full desktop environment. It's the hardware I'm running rsync from. (Gigabit is through a additional PCI card).
Further Edit: Ok, got rsync over SSH working (thanks, lajuette!).I had to do a bit of tweaking on my command line, I'm running rsync with the args:rsync -rum --inplace --progress --delete --rsync-path=/opt/bin/rsync sys@10.1.1.10:/raid/data/Storage /mnt/Storage (Note: I'm specifically not using -a, because I want to change the ownership to the local account, to not freak-out SELinux)
View 5 Replies
View Related
Feb 3, 2011
There is a very conspicuous inaccuracy in the output of df. I should mention, that it was noticed to to a sudden change in the amount of space that was left on the backup partition. The df -h command produces the following output.
[Code]...
View 3 Replies
View Related
Feb 18, 2010
When using Evolution and forwarding a message, the composer automatically wraps the subject in [square brackets], I've looked at Preferences but cannot see where to disable them,
View 2 Replies
View Related
Jan 24, 2010
The letters in brackets in bookmarks in Opera? and how can i delete them because they are not visible in manage bookmarks?
Also how can i get rid of the "Shut-down in 60 secs" message when i shut it down? Or at least can i alter the time till shutdown? Ubuntu 9.10 64 bit by the way
View 3 Replies
View Related
Mar 21, 2010
The way I organize all my files into their folders, they add up quickly. I like having a quick way to keep more frequently accessed folders at the top of the list in explorer. In windows, folder "[zippidy do da]" would appear above folder "aardvark" because of the brackets, but Ubuntu's file browser ignores the brackets, making my old method ineffective. I could put a zero in front of such folders
View 5 Replies
View Related
May 30, 2011
I came across this reult of the type command (hashed) in another post. (see below).
Code:
fraespappp8:/data/apps > type topic_file_publish.sh
topic_file_publish.sh is hashed (/data/apps/pnbgstk/publication/topic_file_publish.sh)
This (result = hashed) is new to me.
I wonder which kernel/distro/shell it is from.
View 1 Replies
View Related
Feb 1, 2011
A string can assume the following valid values:"(a, b)" "(a)" "(b)"how I can express this disallowing empty brackets "()"? (I am using Python.)
View 6 Replies
View Related
Apr 6, 2010
i can get : 0 1 2 3 4 5 6 7 8 9 10 with command
echo -n {0..10}
how can i get : 0 2 4 6 8 10? and : 0 3 6 9??
View 4 Replies
View Related
Oct 11, 2010
I have a list of numbers I want to add a prefix number to the front of all of them,Is this possible with terminal, example "222222" put "1111" in front make the number "111122222" I have the list of 2222etc but not a list of 1111.
View 5 Replies
View Related
Jun 14, 2011
I have solved with this forums help most of my problems after upgrade. I have one that seems to remain and I am unable to solve. My function and main qwerty keys work on my wireless usb logitech keyboard. My number pad does not. I have gone thru the keyboard on the system menu. I have chosen my keyboard as it was listed. I have tried most suggestions but nothing will bring it back.
View 7 Replies
View Related
Sep 1, 2011
I use numbers as passwords to enter WUBI installed on my notebook.
Recently i read that i have to use sudo etc. to upgrade to latest Thunderbird 6 linux version. When asked to enter password in sudo, nothing appears when i try to type in. I've used all the keys available. What gives?
View 2 Replies
View Related
Mar 17, 2011
I want to use the Alt + numbers function in Ubuntu but I don't know how> I researched it first and i read I had to do Shift + Ctrl + numbers but ti doesn't work,
View 4 Replies
View Related
Jun 29, 2010
Looking around for a solution which not able to resolve.
I have this compaq nc6220 laptop. Installed Lucid.
I can't get the [!@#$%^&*()_+] characters when I press the shift key.
View 1 Replies
View Related
Jul 23, 2010
I accidentally toggled my eee pc running ubuntu netbook remix so that the keys under the right hand side of the keyboard are switched into 10-key keyboard mode. Usually you would push fn+p to get 0 for example, but somehow I toggled them on and now I can't figure out the key combination to turn it back off. Anybody know how to turn it back to letters?
View 2 Replies
View Related
Jan 4, 2011
this command show that files that start with numbers
Code:
ll [0-9]*
how can i find those file does not start with numbers?? (files can started by every character except / (slash))
View 4 Replies
View Related
Feb 8, 2011
I want to write a bash script that will assign a successive number to a file if a file of the same name is moved into the same directory. So if there is a file called Notes in a directory and another file called Notes is moved into the directory, it will call it Notes.2.
View 5 Replies
View Related
Mar 14, 2011
In a moment of madness I decided to reorganise my mp3 player. I am putting everything into one folder (called 'all'), but first I am renaming the files to the following format:
artist ## songtitle
where ## is a number like 01, 02. This has been pretty straightforward with the songs that already started with a number, because then I could just
rename 's/(dd)/artist $1/' *.mp3
but I have a problem with those tracks that don't already have the track-numbers at the beginning. I suppose what I am asking is: can I turn
All Along the Watchtower.mp3
Purple Haze.mp3
Hey Joe.mp3
into
01 All Along the Watchtower.mp3
02 Purple Haze.mp3
03 Hey Joe.mp3
View 1 Replies
View Related
Jun 2, 2011
At first I apologize if the subject was in the wrong place
The reason is that I do not speak English
And enlisted Google to translate can I register and add this topic
I have a question:
Can I change the password to be one of three numbers or three letters only
I use ubuntu 10.04
Note: I know the old password I just want to change
View 6 Replies
View Related
Jul 28, 2010
i have recently installed karmic koala.i wanted to upgrade it through terminal,but it is always showing me error as unable to connect to archive.ubuntu.com with some numbers in bracket like (189. etc).synaptic and and my internet connection is working fine.
View 6 Replies
View Related
Jan 13, 2011
how to re-set the page numbers of a pdf file within evince (without modifiying the pdf file). The point is that I am reading an article, and I would like the set "page 1" as "page 43". modifying page numbers of a pdf file is a bit tricky. So, I want to avoid that. What I wanna do is to make evince "think" page 1 is page 43.
View 2 Replies
View Related
Feb 7, 2011
I'm trying to make a bash script that takes away two decimal numbers. This is to work out partitioning information.
Code:
hddsize=`sudo parted -s /dev/sda unit GB print | grep "Disk" | tr -d [A-Z][a-z] | tr -d '/: '`
trimsize="1.5"
partitionendsize=$(($hddsize - $trimsize))
I get an invalid arithmetic operator. Not sure how to minus these two numbers. Is it a floating point issue?
View 1 Replies
View Related
Mar 26, 2011
When setting up Evolution e-mail accounts I cannot find any place to set up smtp or pop server IP port numbers. They must be using some default value, but my university's mail non-stander porn assignments or something.
View 3 Replies
View Related