Every time I boot my laptop, two terminal window, a document viewer and a folder starts up. Here is screenshot.
I deleted the folder so it doesn't start up. How do I disable it?
Every time I boot my laptop, two terminal window, a document viewer and a folder starts up. Here is screenshot.
I deleted the folder so it doesn't start up. How do I disable it?
I was trying to configure python to apache2 as suggested by http://ubuntuforums.org/showthread.php?t=91101
mod_python
moduleChanged /etc/apache2/sites-available/default
as specified
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride AuthConfig
Order allow,deny
allow from all
AddHandler mod_python .py
PythonHandler mod_python.publisher
PythonDebug On
# Uncomment this directive is you want to see apache2's
# default start page (in /apache2-default) when you go to /
#RedirectMatch ^/$ /apache2-default/
</Directory>
created test.py
in my /var/www
and restarted apache.
Getting 404-Not Found error
for localhost/test.py
On my error.log
i have
[Sun Apr 10 14:07:04 2011] [notice] mod_python (pid=5591, interpreter='localhost.localdomain'): Importing module '/var/www/test.py'
I am using Ubuntu-10.10
. Anyone any ideas ???
UPDATE
I don't know what is happening
experimentx@workmateX:/var/www$ sudo chmod 0777 -r /var/www/
chmod: cannot access `0777': No such file or directory
experimentx@workmateX:/var/www$
I am tired of
javac filename.java
and then
java filename
isn't there a way to make my own command?
mycommand filename.java
And the filename.java
is both compiled and run??
I have a file /var/logs/apache2/error.log
. And every time I boot, Its file permission is changed to default (unwritable) by the system. So, i have to run chmod
command every time i boot-up. How to change it's file permission permanently.
I am having problem with my memory device (actually a memory card that act external memory device like pendrive).
experimentx@workmateX:/var/www/zendtest$ sudo rm /media/A88F-8788/python-2.7.1-docs-html.zip
rm: cannot remove `/media/A88F-8788/python-2.7.1-docs-html.zip': Read-only file system
I tried to change the file permission of the system but that doesn't work
experimentx@workmateX:/var/www/zendtest$ sudo chmod 0777 /media/A88F-8788/python-2.7.1-docs-html.zip
chmod: changing permissions of `/media/A88F-8788/python-2.7.1-docs-html.zip': Read-only file system
But it perfectly works on windows.
UPDATE
On opening the drive and running command sudo mount -o remount,rw /media/A88F-8788
/var/log/syslog:
Mar 23 15:29:48 workmateX kernel: [18042.257407] fat_get_cluster: 11 callbacks suppressed
Mar 23 15:29:48 workmateX kernel: [18042.257414] FAT: Filesystem error (dev sdb1)
Mar 23 15:29:48 workmateX kernel: [18042.257418] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:29:48 workmateX kernel: [18042.257425] FAT: Filesystem has been set read-only
Mar 23 15:29:48 workmateX kernel: [18042.258187] FAT: Filesystem error (dev sdb1)
Mar 23 15:29:48 workmateX kernel: [18042.258194] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:35 workmateX kernel: [18149.333787] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:35 workmateX kernel: [18149.333795] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:35 workmateX kernel: [18149.335949] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:35 workmateX kernel: [18149.335957] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:35 workmateX kernel: [18149.354903] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:35 workmateX kernel: [18149.354911] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:35 workmateX kernel: [18149.357213] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:35 workmateX kernel: [18149.357221] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:35 workmateX kernel: [18149.359547] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:35 workmateX kernel: [18149.359555] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:35 workmateX kernel: [18149.361929] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:35 workmateX kernel: [18149.361936] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:35 workmateX kernel: [18149.377416] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:35 workmateX kernel: [18149.377424] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:35 workmateX kernel: [18149.379384] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:35 workmateX kernel: [18149.379392] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:35 workmateX kernel: [18149.381898] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:35 workmateX kernel: [18149.381906] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:35 workmateX kernel: [18149.383764] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:35 workmateX kernel: [18149.383772] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:40 workmateX kernel: [18154.569747] fat_get_cluster: 11 callbacks suppressed
Mar 23 15:31:40 workmateX kernel: [18154.569754] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:40 workmateX kernel: [18154.569758] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:40 workmateX kernel: [18154.569765] FAT: Filesystem has been set read-only
Mar 23 15:31:40 workmateX kernel: [18154.572022] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:40 workmateX kernel: [18154.572029] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:40 workmateX kernel: [18154.582933] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:40 workmateX kernel: [18154.582941] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:40 workmateX kernel: [18154.585921] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:40 workmateX kernel: [18154.585929] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:40 workmateX kernel: [18154.587819] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:40 workmateX kernel: [18154.587827] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:40 workmateX kernel: [18154.597547] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:40 workmateX kernel: [18154.597555] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:40 workmateX kernel: [18154.599503] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:40 workmateX kernel: [18154.599511] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:40 workmateX kernel: [18154.602896] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:40 workmateX kernel: [18154.602905] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:40 workmateX kernel: [18154.615338] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:40 workmateX kernel: [18154.615346] fat_get_cluster: invalid cluster chain (i_pos 0)
Mar 23 15:31:40 workmateX kernel: [18154.618574] FAT: Filesystem error (dev sdb1)
Mar 23 15:31:40 workmateX kernel: [18154.618581] fat_get_cluster: invalid cluster chain (i_pos 0)
var/log/message:
Mar 23 15:29:48 workmateX kernel: [18042.257407] fat_get_cluster: 11 callbacks suppressed Mar 23 15:31:40 workmateX kernel: [18154.569747] fat_get_cluster: 11 callbacks suppressed
I am looking for a software that will search text in files from a folder similar to XYplorer.
Is there something similar?
My Ubuntu 10.10 just crashed, probably due to hardware error (and in the end I was getting errors like Unknown filesystem
..... grub> ..
, and it went to the GRUB console before I could take any other action).
I reinstalled the same version from a USB stick. I had Ubuntu installed with the ext4
file system and I also have the same filesystem in the same hard disk on a different drive.
When I try to access my previous filesystem, I get errors:
Error mounting: mount: wrong fs type, bad option, bad superblock on /dev/sda6,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
I had some important files in the previous volume ; I don't know how to retrieve them.
And what are the chances that I would get the same outcome (hardware error)? Please help me!
I am getting the error message read error
while booting. After power up, I get a black screen with cursor at top, and after a while around 1:30 min. I get a read error
message at the top.
I shut down and restarted a couple of times, and it went back to normal. Was it a hard-disk error, or was it coming from Ubuntu?
Anyone installed zend-framework plugin? I installed it, but cannot create any php-zend-framework projects. Here is a screenshot:
In this project I am not able to check the checkbox (neither zend nor symfony). Any ideas?
Is there a Gedit plugin for highlighting HTML matching tag? If so then please suggest me.
For example in this sample:
<div> //div1
<div> //div2
</div> //end of div2
</div> //end of div1
if my cursor is at end of div1 then I want div1 tag to be highlighted. So that I know if I have closed my tags correctly or not.
I am getting complaints that I consume lots of internet bandwidth.
Is there any software that can limit internet bandwidth on my computer from my own computer? I use Firefox as browser and use bittorrent and download software from software center.
(Is there also a way to monitor it?)
EDIT:: installed mysql-server but no phpmyadmin (since phpmyadmin was installed before mysql, that resulted an error). How to reinstall phpmyadmin with database (there is no phpmyadmin datbase)? unstalling it and reinstalling it didn't help.
i was trying to install phpmyadmin (and zend framework) through synaptic manager but in the middle i was prompted for password
i thought it was phpmyadmin password and i proceeded but i got error and i aborted. and then again i tried to reinstall, it reinstalled but i am not getting phpmyadmin.
apache is running but mysql is not
some of it's characteristics are:
santosh@explorer:~$ mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
'/var/run/mysqld/mysqld.sock' (2)
santosh@explorer:~$ sudo apt-get install mysql-server
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily
unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/),
is another process using it?
Should i be asking this question here or stackoverflow?
UPDATES::
after restarting my computer
santosh@explorer:~$ sudo service mysql start
[sudo] password for santosh:
mysql: unrecognized service
UPDATES::
santosh@explorer:~$ sudo apt-get install mysql
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mysql
I am installing ubuntu 10.10 and i am having problem in "Who are you?" section. How long will it take to install. i have been waiting for more than 20 minutes. and still i am not being able to click forward button.
in ready when you are ... console i am getting message
curr DATE ubuntu kernel: [ 684.152061 ] usb 5-1:USB disconnect address 2
whats happening i have no idea, but live stick is working fine. I am installing for USB drive and i have internet turned off
edit:: now i am getting message
curr Date ubuntu: CRON[9268]: (root) CMD (start -q anacron || :)
for past 15 minutes
updates:: while booting from pendrive named Tamkor(china made don't know) i got error message Boot Mgr Missing and i was using unetbootin-windows-494 to make bootable
I want to reinstall Ubuntu keeping my data intact. I have 160 GB hardrive (sata or pata I don't know but it's slim and made in China) with a 40 GB ext3 partition, a 4GB swap memory and 3 other partition with a FAT32 file system. I have around 4GB space on my drive where Linux is installed.
I'd like to keep the data intact, especially the Downloads folder, desktop, and /var/www
; And I no longer have access to any other machines or external storage devices.
I don't know much about 32 bit and 64 bit. I had been using 32 bit and it's crashed (not working properly and i don't know how to recover) question here..... and i don't have backup and i run on 3.2 dual core intel processor can you recommend me which would be better, and i do web development(php and mysql) and learning python.
I am not being to access any functions in my desktop and I don't have an OS besides Ubuntu and I am new to Ubuntu. I think I rebooted my computer thinking that Google Chrome crashed. I opened Google Chrome but it showed opening message but never opened so I restarted my computer. and when my system was loading (I was playing with keyboard dont know what I typed) and when by Ubuntu loaded, I was unable to access anything some of characteristics are listed below:
I cannot hear any sound
I cannot access wired ethernet connection on the right corner where I usually enable to access internet and I have no internet.
There is no local apache server either. when ever I try to start apacer I get setuid must be root or something.
When I type sudo then I get message setuid must be root.
I cannot access orther external storage devices like pendrive and portable hard drive and cannot mount my other drives with FAT32 filesystem.
When I try to start my apache webserver with out typing sudo then I get message cannnot open socket or something like it.
I remember also doing command
chown -R www-data /
earlier and got error message
I cannot shutdown my computer, it only logs off
I have a pendrive with FAT32 filesystem. it is infected with virus dont know which but has autorun.inf and create exe file within folder. I tried to format it with various filesystems and even try to delete it with GParted but couldn't because it says it is write protected i can't even delete files. How to format it?
user@explorerx:~$ sudo fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xbd04bd04
Device Boot Start End Blocks Id System
/dev/sda1 * 1 498 3998720 82 Linux swap / Solaris
Partition 1 does not end on cylinder boundary.
/dev/sda2 499 19457 152287585+ f W95 Ext'd (LBA)
/dev/sda5 5100 10198 40957686 7 HPFS/NTFS
/dev/sda6 10199 14787 36861111 7 HPFS/NTFS
/dev/sda7 14788 19457 37511743+ 7 HPFS/NTFS
/dev/sda8 499 5099 36956160 83 Linux
Partition table entries are not in disk order
Disk /dev/sdc: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xc13bc13b
Device Boot Start End Blocks Id System
/dev/sdc1 1 9729 78143488 7 HPFS/NTFS
/dev/sdc2 9729 19457 78143488 7 HPFS/NTFS
Disk /dev/sdb: 4194 MB, 4194304000 bytes
112 heads, 47 sectors/track, 1556 cylinders
Units = cylinders of 5264 * 512 = 2695168 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 2 1557 4091904 b W95 FAT32
updates to karthick87
user@explorerx:~$ sudo fdisk /dev/sdb
WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
switch off the mode (command 'c') and change display units to
sectors (command 'u').
Command (m for help): d
Selected partition 1
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table. The new table will be used at
the next reboot or after you run partprobe(8) or kpartx(8)
E