Remastersys and AVLinux Forum
May 19, 2013, 08:09:58 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: AV Linux depends on user donations to survive.
Please help us keep the AV Linux project alive.
http://www.bandshed.net/AVLinux.html
 
   Home   Remastersys Home Remastersys downloads Donate Login Register AV LINUX Home Help Search  
Pages: [1]
  Print  
Author Topic: ubuntu 12.04 (32-bit) manual install but no remastersys  (Read 981 times)
0 Members and 1 Guest are viewing this topic.
tovli
Newbie
*
Offline Offline

Posts: 1


« on: August 19, 2012, 09:06:26 AM »

Manual Install to Ubuntu 12.04 LTS (32-bit) but no remastersys installed

My notes:
Code:
===== install remastersys (backup and restore ubuntu)
 
http://www.geekconnection.org/remastersys/ubuntu.html

cntrl-alt-t to bring up terminal window

As root: ( issue 'sudo su' in the terminal window prior to the following commands)

Download and apply the repository gpg key:

     wget -O - http://www.remastersys.com/ubuntu/remastersys.gpg.key | apt-key add -

(used second time to be sure it worked
  wget -O remasterkey.txt http://www.remastersys.com/ubuntu/remastersys.gpg.key
  apt-key add remasterkey.txt


Add the following line  (corresponds to version of Ubuntu) to /etc/apt/sources.list (with gedit)

#Remastersys Precise (12.04 LTS)
deb http://www.remastersys.com/ubuntu precise main
 
apt-get update

=====

-the apt-key list output:

Code:
root@tovli-ubuntu:/home/tovli# apt-key list
/etc/apt/trusted.gpg
--------------------
pub   1024D/437D05B5 2004-09-12
uid                  Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
sub   2048g/79164387 2004-09-12

...

pub   2048R/5563B350 2011-11-07
uid                  Tony Brijeski (Remastersys Key) <tb6517@yahoo.com>
sub   2048R/08A60E76 2011-11-07

-the apt-get output:
Code:
...
Ign http://www.remastersys.com precise/main Translation-en_US                 
Ign http://packages.medibuntu.org precise/free TranslationIndex               
Ign http://www.remastersys.com precise/main Translation-en                     
...   
Fetched 2,780 B in 6s (429 B/s)                                               
Reading package lists... Done

-permissions on sources list
Code:
root@tovli-ubuntu:/home/tovli# ls -al /etc/apt/sources.list
-rw-r--r-- 1 root root 3257 Aug 19 08:38 /etc/apt/sources.list

-content of sources list
Code:
...
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu precise main
deb-src http://extras.ubuntu.com/ubuntu precise main

## Remastersys Precise (12.04 LTS) for backup restore ubuntu package
deb http://www.remastersys.com/ubuntu precise main


--- there is no /etc/remastersys dir, only
Code:
root@tovli-ubuntu:/home/tovli# find / remastersys | grep remastersys
/var/lib/apt/lists/www.remastersys.com_ubuntu_dists_precise_InRelease
/var/lib/apt/lists/www.remastersys.com_ubuntu_dists_precise_main_binary-i386_Packages



Ideas?



Logged
fragadelic
Administrator
Hero Member
*****
Offline Offline

Posts: 3920


Remastersys Developer and Founder


WWW
« Reply #1 on: August 19, 2012, 10:54:17 AM »

You have only added the key and repo for remastersys.  You need to actually install it.

sudo apt-get install remastersys remastersys-gui
Logged

Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!