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-06-2008, 11:48 AM   #1 (permalink)
24X7 GNU/Linux UseR
 
Join Date: Jun 2008
Location: Mumbai OS:Fedora 9
Posts: 37
Default Debian Query


Hi
I downloaded 3 dvd version of Debian from here http://cdimage.debian.org/debian-cd/.../i386/iso-dvd/

But while installation it didnt asked for 2nd and 3rd dvd.

Now when I want to install packages from these dvds, how shall I proceed with that .
As I try thrugh apt it doesnt get connection with dvds.
nach is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 18-06-2008, 11:56 AM   #2 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,491
Default Re: Debian Query

add those DVDs as sources under apt in your sources.list.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is online now  
Old 18-06-2008, 01:35 PM   #3 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Debian Query

Insert the DVD in the drive and type the following in the terminal.
Code:
apt-cdrom add
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 18-06-2008, 01:43 PM   #4 (permalink)
24X7 GNU/Linux UseR
 
Join Date: Jun 2008
Location: Mumbai OS:Fedora 9
Posts: 37
Default Re: Debian Query

Quote:
Originally Posted by MetalheadGautham View Post
add those DVDs as sources under apt in your sources.list.
For first dvd entry was done so accordingly I added 2nd and 3 rd also added few ftps
but it didnt worked.

Now let me try as Mehul said.
nach is offline  
Old 18-06-2008, 02:54 PM   #5 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,491
Default Re: Debian Query

Quote:
Originally Posted by nach View Post
For first dvd entry was done so accordingly I added 2nd and 3 rd also added few ftps
but it didnt worked.

Now let me try as Mehul said.
What mehul said would do the same thing I said, but automatically.
And you need to uncomment the line.

And insert each Disc, and do an apt-get update. Do this for all 3 discs.

Then to install from a disc, first comment the lines for other repos, then insert the disc and proceed with normal apt-get install my-bathroom-singer-software
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is online now  
Old 18-06-2008, 09:04 PM   #6 (permalink)
24X7 GNU/Linux UseR
 
Join Date: Jun 2008
Location: Mumbai OS:Fedora 9
Posts: 37
Default Re: Debian Query

Ok now the problem is I am able 2 ping sites but cannot surf in browser.
Its taking proper ip adress through dhcp as well as dns
with those ip range and gateway xp and macs internet is working fine but I am facing this prob in debian.!!!
nach is offline  
Old 18-06-2008, 09:17 PM   #7 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Debian Query

You have a proxy configuration set?
What's the output of
Code:
ping www.yoursite.com
and
Code:
dig www.yoursite.com
and add this too
Code:
tracepath www.yoursite.com
Also
Code:
ifconfig
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 18-06-2008, 10:23 PM   #8 (permalink)
24X7 GNU/Linux UseR
 
Join Date: Jun 2008
Location: Mumbai OS:Fedora 9
Posts: 37
Default Re: Debian Query

output of dig
v2guru:/home/v2team# dig www.yoursite.com

; <<>> DiG 9.3.4 <<>> www.yoursite.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4594
;; flags: qr rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.yoursite.com. IN A

;; ANSWER SECTION:
www.yoursite.com. 10000 IN A 68.178.130.69

;; Query time: 2 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Thu Jun 19 02:58:15 2008
;; MSG SIZE rcvd: 50

output of inconfig
http://i29.tinypic.com/2u73skk.png

output of traceroute
http://i29.tinypic.com/dvngy0.png

output of ping
http://i28.tinypic.com/2v3o6r6.png
nach is offline  
Old 18-06-2008, 11:38 PM   #9 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Debian Query

lol. by yoursite.com, I meant any site you like. Seems things are just fine. What browser are you using? Have you set proxy settings in the browser, by any chance? Is network-manager disabled?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 20-06-2008, 12:03 AM   #10 (permalink)
24X7 GNU/Linux UseR
 
Join Date: Jun 2008
Location: Mumbai OS:Fedora 9
Posts: 37
Default Re: Debian Query


since site was der with yoursite.com I pinged

I tried epiphany as well as Iceweasal.
Proxy settings are not required as it has direct connection to internet though adsl.

how will I come to know about network manger enabled/disabled ?
Also service command doesnt work here which works in fedora system
so how can I restart particular service ?
nach is offline  
Old 20-06-2008, 02:07 AM   #11 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Debian Query

/etc/init.d/servicename restart
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 25-06-2008, 11:44 PM   #12 (permalink)
24X7 GNU/Linux UseR
 
Join Date: Jun 2008
Location: Mumbai OS:Fedora 9
Posts: 37
Default Re: Debian Query

yup thnx mehul
my issue resolved when i removed 192.168.1.1 & inserted mtnls dnsserver 203.94.227.70 as a nameserver entry.

1.Now I want to configure configuration management utilities.Is there any default utility available or which is recommended ?

2.I installed postgresql 8.1 and even started service.
But i cant see any icon or GUI utility as those who are going 2 use this machine are complete unaware about GNU/Linux
nach is offline  
Old 26-06-2008, 01:02 AM   #13 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Debian Query

For 2 there's phppgadmin
Can you explain configuration management utilities?
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 26-06-2008, 08:38 PM   #14 (permalink)
24X7 GNU/Linux UseR
 
Join Date: Jun 2008
Location: Mumbai OS:Fedora 9
Posts: 37
Default Re: Debian Query

ok.
Regarding configl mangaement utilities even I dont know much but few examples are tortoise,cbs.
nach is offline  
Old 27-06-2008, 12:43 AM   #15 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Debian Query

Can you give me the url for those? I didn't get anything for CBS, for tortoise I get tortoise-svn. So, do you mean source code management or version control system by config management utilities? Then you have subversion, cvs, git, bazaar and more. I dunno much about these and which would suit you the best and I doubt if any of the regulars here know about it.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 03-07-2008, 12:43 AM   #16 (permalink)
24X7 GNU/Linux UseR
 
Join Date: Jun 2008
Location: Mumbai OS:Fedora 9
Posts: 37
Default Re: Debian Query

Yeah Finally Postgresql-8.3.3 & pgadmin3 1.4configured on Debian etch.
HP laserjet automatically connected !!!
apt-get really really makes life easier.

yeah those u listed above are the utilities I was looking for.(Sorry its not cbs its cvs)
I think cvs was installed by default.Now tht only needs to be configured.
I dont have any idea regarding these utilities.But googling cvs & git found some info on how to setup/configure & there frontend utilities.

I will let you know when I will try to configure on this weekend.

thnx
nach is offline  
Old 03-07-2008, 02:06 PM   #17 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Debian Query

Try subversion rather than cvs. git makes more sense when your repos are distributed.
Here's the guide for SVN - http://svnbook.red-bean.com/en
__________________
http://www.bash.org/?258908
mehulved 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
Debian Issues klinux Open Source 27 19-05-2007 07:28 PM
How good is debian pls tell me rustam_singh Open Source 11 29-06-2006 05:14 AM
Debian ? vandit QnA (read only) 6 19-08-2005 07:41 PM
Microtek Monitor Query and PHPBB Attachment Mod Query vwad Software Q&A 1 20-03-2005 09:32 AM
help with debian sarge geekgod Open Source 4 22-12-2004 01:34 AM

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

Advertisement




All times are GMT +5.5. The time now is 01:28 PM.


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

Search Engine Optimization by vBSEO 3.3.2