Home | Bug Tracker | Wiki | Mailing Lists | Forums | Download  
   Username:  Password:  Signup
   
   Main Menu
· Home
   Please Support Parsix
We pay for our project server and bandwidth costs; Spending lots of hours to come up with a stable and usable operating system you can enjoy and save money! So do not forget to give back. Thank you.

Donations '10: $0,00
   Get Parsix
· SF.Net Mirrors
· Linux Freedom
· Bittorrent
   Search
   Bug Report
Help us to fix problems and defects. Please report bugs here.
   Online Users
Admins
No Online Admins
Members:Online
Members:Members:0
Guests:Guests:37
Total:Total:37
Online Members
No online members
   Sponsored Links



Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
cmostOffline
Post subject: what should updated sources.list look like?  PostPosted: Sep 11, 2008 - 07:35 AM
Forum Moderator
Forum Moderator


Joined: Feb 19, 2008
Posts: 205
Location: Cincinnati, Ohio
Status: Offline
Could a developer please post the latest repository entries for Viola and Boss Skua?

I accepted an update today for distribution defaults but then restored my /etc/apt/sources.list from a backup and now I'm getting a bunch of errors (error 403 - forbidden) on many of Parsix's repositories. Please post the correct repository lists so I can correct my sources.list entries. Thanks!!
 
 View user's profile Send private message  
Reply with quote Back to top
blixOffline
Post subject: RE: what should updated sources.list look like?  PostPosted: Sep 11, 2008 - 03:19 PM
Forum Moderator
Forum Moderator


Joined: Jun 20, 2007
Posts: 98

Status: Offline
Viola;
# Parsix
deb http://packages.parsix.org/official viola main contrib non-free
deb-src http://packages.parsix.org/official viola main contrib non-free

deb http://packages.parsix.org/continent viola main contrib non-free
deb-src http://packages.parsix.org/continent viola main contrib non-free

# Security
deb http://security.parsix.org viola main contrib non-free
deb-src http://security.parsix.org viola main contrib non-free

# Debian Multimedia (If you need it)
deb http://www.debian-multimedia.org testing main

And Boss Skua;
# Parsix
deb http://packages.parsix.org/official boss main contrib non-free
deb-src http://packages.parsix.org/official boss main contrib non-free

deb http://packages.parsix.org/continent boss main contrib non-free
deb-src http://packages.parsix.org/continent boss main contrib non-free

# Security
deb http://security.parsix.org boss main contrib non-free
deb-src http://security.parsix.org boss main contrib non-free

# Debian Multimedia (If you need it)
deb http://www.debian-multimedia.org testing main

_________________


Those who sacrifice liberty for security deserve neither.
Benjamin Franklin

 
 View user's profile Send private message  
Reply with quote Back to top
cmostOffline
Post subject: RE: what should updated sources.list look like?  PostPosted: Sep 11, 2008 - 08:00 PM
Forum Moderator
Forum Moderator


Joined: Feb 19, 2008
Posts: 205
Location: Cincinnati, Ohio
Status: Offline
Thanks! Mine is correct. I think the repos are down momentarily, resulting in the 403 errors. Smile

_________________
AMD Athlon 64 X2 3800+
4096 MB DDR 400MHz RAM
nVidia GeForce 9400 GT w 512 MB DDR2
Parsix GNU/Linux (built from Debian Testing and a dash of Sid)
Kernel 2.6.29 amd64
Compiz-Fusion Git
 
 View user's profile Send private message  
Reply with quote Back to top
alanOffline
Post subject: RE: what should updated sources.list look like?  PostPosted: Sep 12, 2008 - 01:04 AM
Developer
Developer


Joined: Jan 25, 2005
Posts: 475
Location: Glendale, California
Status: Offline
Comment out security repositories at the moment. So this will solve your problem.
 
 View user's profile Send private message Send e-mail Visit poster's website  
Reply with quote Back to top
RebelOffline
Post subject: RE: what should updated sources.list look like?  PostPosted: Feb 20, 2009 - 11:33 AM



Joined: Feb 20, 2009
Posts: 5

Status: Offline
Hello all I am new here as you can see from my posts. Parsix is one of the hottest Linux operating systems around. I like that it is Debian not Ubuntu based and has gnome-ppp.
I have a question....I am running Parsix 2.0 test 1. Right now my system is almost up to par but the kernel will not update. Has this occured before? Is it possible that it is my repositories acting up? Thanks for any help in advance. Smile
 
 View user's profile Send private message  
Reply with quote Back to top
blixOffline
Post subject: RE: what should updated sources.list look like?  PostPosted: Feb 20, 2009 - 01:44 PM
Forum Moderator
Forum Moderator


Joined: Jun 20, 2007
Posts: 98

Status: Offline
My Parsix GNU/Linux 2.0r0-TEST-2 kernel is 2.6.24-parsix-23. what's yours?
Post your Parsix's "cat /etc/apt/sources.list" to this page.

_________________


Those who sacrifice liberty for security deserve neither.
Benjamin Franklin

 
 View user's profile Send private message  
Reply with quote Back to top
RebelOffline
14 Post subject:   PostPosted: Feb 21, 2009 - 02:08 AM



Joined: Feb 20, 2009
Posts: 5

Status: Offline
Kernel is 2.6.26-parsix-6 (my guess is it is outdated or flawed)

# Debian Testing
# deb http://ftp.us.debian.org/debian testing main contrib non-free
# deb-src http://ftp.de.debian.org/debian testing main contrib non-free

# Parsix
deb http://packages.parsix.org/continent boss main contrib non-free
deb-src http://packages.parsix.org/continent boss main contrib non-free

deb http://packages.parsix.org/continent boss contrib
deb-src http://packages.parsix.org/continent boss contrib

deb http://packages.parsix.org/official boss main contrib non-free
deb-src http://packages.parsix.org/official boss main contrib non-free

# Debian Multimedia
deb http://www.debian-multimedia.org testing main

is this correct for repos?
I will be on a DSL line Monday so I will be downloading the up to date version of Parsix.
Thank you in advance for a great distro!
 
 View user's profile Send private message  
Reply with quote Back to top
blixOffline
Post subject:   PostPosted: Feb 21, 2009 - 02:45 AM
Forum Moderator
Forum Moderator


Joined: Jun 20, 2007
Posts: 98

Status: Offline
Last kernel image in Parsix repo is "linux-image-2.6.26-parsix-12" (Dude, I'm not up to date as well).
In case of source.list you dont need these lines:
Code:
deb http://packages.parsix.org/continent boss contrib
deb-src http://packages.parsix.org/continent boss contrib

while you got contrib in previous lines.

_________________


Those who sacrifice liberty for security deserve neither.
Benjamin Franklin

 
 View user's profile Send private message  
Reply with quote Back to top
RebelOffline
Post subject:   PostPosted: Feb 21, 2009 - 04:42 AM



Joined: Feb 20, 2009
Posts: 5

Status: Offline
Thanks blix I may just have a corrupted file...download a new one Monday. Linux rocks!
 
 View user's profile Send private message  
Reply with quote Back to top
vrkalakOffline
Post subject:   PostPosted: Feb 12, 2010 - 12:39 PM



Joined: Sep 26, 2009
Posts: 4
Location: Santa Fe, NM, USA
Status: Offline
How about an update on what the recommended /sources.list should be?

I just re-installed Parsix from my old 3.0 LiveCD.
I know there is a newer version of Parsix out. According to DistroWatch.

How should I go about upgrading my Parsix 3.0?

I assume that updating my /sources.list ... then, su update
Or should I download the newer version of Parsix and do a 'fresh install'?
 
 View user's profile Send private message  
Reply with quote Back to top
mandog
Post subject:   PostPosted: Feb 12, 2010 - 04:47 PM
Forum Moderator
Forum Moderator


Joined: Jan 25, 2008
Posts: 367
Location: Thetford UK
Just "apt-get update" then "apt-get dist-upgrade" as root in terminal or use synaptic that's all you need to do.
The CD is just all the updates to date date so onl a new install its up-to date with out downloading a large amount of updates.

_________________
Parsix running AMD 6000 x2 64bt, Asus mother board 8gb ram, Nvidia graphic card 1gb unboard ram, Plextor PX760, EPSON R300, 2x 500gb sata+2x 500gb usb Hardrive, Netgear, 19" DELL monitor 1600X1200 X 75hz Resolution
 
 View user's profile Send private message Send e-mail AIM Address ICQ Number 
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 8 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Copyright© 2005-2010 Parsix Project
Contact: webmaster AT parsix DOT org