Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 18-04-2007, 08:41 PM   #1 (permalink)
Apprentice
 
DR RANJAN's Avatar
 
Join Date: Oct 2006
Posts: 55
Exclamation problem in installing automatix2


i am ubuntu user.i have got an error in installing automatix2. plz someone help !
terminal
Code:
root@vikas:~# wget http://www.getautomatix.com/keys/automatix2.key
--20:01:15--  http://www.getautomatix.com/keys/automatix2.key
           => `automatix2.key'
Resolving www.getautomatix.com... 216.120.255.9
Connecting to www.getautomatix.com|216.120.255.9|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,706 (1.7K) [application/pgp-keys]

100%[====================================>] 1,706         --.--K/s             

20:01:32 (47.85 MB/s) - `automatix2.key' saved [1706/1706]

root@vikas:~# gpg --import automatix2.key
gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key E23C5FC3: public key "Arnav Ghosh (Automatix Team Lead) <greyrod@gmail.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1
root@vikas:~# gpg --export --armor E23C5FC3 | sudo apt-key add -
OK
root@vikas:~# gpg --keyserver subkeys.pgp.net --recv CC919A31E23C5FC3
gpg: requesting key E23C5FC3 from hkp server subkeys.pgp.net
gpg: key E23C5FC3: "Arnav Ghosh (Automatix Team Lead) <greyrod@gmail.com>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
root@vikas:~# gpg --export --armor CC919A31E23C5FC3 | sudo apt-key add -
OK
root@vikas:~# 
root@vikas:~# sudo aptitude update
E: Malformed line 37 in source list /etc/apt/sources.list (dist)
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?
E: Malformed line 37 in source list /etc/apt/sources.list (dist)
E: The list of sources could not be read.
root@vikas:~# sudo aptitude update
E: Malformed line 37 in source list /etc/apt/sources.list (dist)
E: Malformed line 37 in source list /etc/apt/sources.list (dist)
E: The list of sources could not be read.
root@vikas:~# sudo aptitude update
E: Malformed line 34 in source list /etc/apt/sources.list (dist)
E: Malformed line 34 in source list /etc/apt/sources.list (dist)
E: The list of sources could not be read.
root@vikas:~# sudo aptitude install automatix2
E: Malformed line 34 in source list /etc/apt/sources.list (dist)
E: Malformed line 34 in source list /etc/apt/sources.list (dist)
E: The list of sources could not be read.
root@vikas:~# sudo aptitude install automatix2
E: Malformed line 37 in source list /etc/apt/sources.list (dist)
E: Malformed line 37 in source list /etc/apt/sources.list (dist)
E: The list of sources could not be read.
root@vikas:~#
source.list
Code:
deb ftp://ftp.videolan.org/pub/videolan/ubuntu dapper universe

deb http://archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# deb http://in.archive.ubuntu.com/ubuntu/ edgy universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ edgy universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://in.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted universe multiverse
# deb http://security.ubuntu.com/ubuntu edgy-security universe
# deb-src http://security.ubuntu.com/ubuntu edgy-security universe

## Automatix repo
deb http://www.getautomatix.com/apt
DR RANJAN is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 18-04-2007, 10:10 PM   #2 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: problem in installing automatix2

The error message clearly says
Quote:
Malformed line 37 in source list /etc/apt/sources.list (dist)
The line 37 is the repository of automatix. You have missed which version of ubuntu, in that line.
Currently your line is
It should be
Quote:
deb http://www.getautomatix.com/apt edgy main
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 18-04-2007, 10:27 PM   #3 (permalink)
Apprentice
 
DR RANJAN's Avatar
 
Join Date: Oct 2006
Posts: 55
Default Re: problem in installing automatix2

thnx
DR RANJAN is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
installing FC6 problem. LEARNER_LEARNER Open Source 15 02-12-2006 03:03 AM
problem with installing new os philipmb Software Q&A 3 21-08-2006 02:12 AM
Problem installing SP2 ahamednms Software Q&A 12 14-07-2006 08:41 PM
Problem installing XP SP2 Akshay Software Q&A 6 13-03-2006 01:57 AM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan
- by reddick

Advertisement




All times are GMT +5.5. The time now is 12:27 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2