SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 Re: Help & Support (Stable) » [Resolved] Can't access the internet » 2013-02-24 20:00:37

And I forgot, thank you to xaos52. The guidance was a big help.

Jim

#2 Re: Help & Support (Stable) » [Resolved] Can't access the internet » 2013-02-24 19:59:32

I thought that the first line in the route table should not have been there, but I was not positive.

To solve the problem I had to delete the 1st and 3rd lines in the route table

route del -host 192.169.0.1
route del default

and I had to add default back in:

route add default gw 192.168.0.1

and then everything worked.

Jim A.

#3 Help & Support (Stable) » [Resolved] Can't access the internet » 2013-02-21 20:07:42

jjanderson5
Replies: 3

I have an old Pentium IV PC that I'm putting on my home network. I have installed crunchbang on the PC and it boots ok, and in general seems to be working. I am able to ping any host on my internal network, but when I try to ping the outside world, I have no connectivity to the network. I can access the internet from any of the other PCs on the network, so I know my router is working.

I logged into my DSL router and verified that there are not any services blocked by the router for this PC's IP address.

I ran 'route' and 'ifconfig and I don't see anything abnormal. I'm including the output from both. The DNS servers are the same servers that I use from other PCs on the network. I'm sure it is not a DNS problem because if I ping a known IP address, I get no response from the network.

Does anyone have an suggestions on what may be failing or what I should do next to diagnose this?

Thanks in advance.

Jim A.



Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.169.0.1     *               255.255.255.255 UH    0      0        0 eth0
192.168.0.0     *               255.255.255.0   U     1      0        0 eth0
default         192.169.0.1     0.0.0.0         UG    0      0        0 eth0


ifconfig output

eth0      Link encap:Ethernet  HWaddr 00:04:23:15:71:fd 
          inet addr:192.168.0.6  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::204:23ff:fe15:71fd/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:43 errors:0 dropped:0 overruns:0 frame:0
          TX packets:91 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:13514 (13.1 KiB)  TX bytes:10868 (10.6 KiB)

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:9 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:796 (796.0 B)  TX bytes:796 (796.0 B)

wlan0     Link encap:Ethernet  HWaddr 00:a1:b0:92:18:33 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

#4 Re: Help & Support (Stable) » [Abandoned] wicd fails because ethernet IP address is incor » 2012-07-27 16:55:34

I was able to find on the web that I can change the eth0 address with the command

ifconfig eth0 192.168.0.1 netmake 255.255.255.0 up

This does change the address, but when I try

route add default gw 192.168.0.1

the output of route shows that the default route is labine.local (the local address of the
PC I'm working on), not 192.168.0.1 as it normally would be.  This indicates to me that
even though I have the right address entered, communication to the router is still failing
for some reason.

I do know that the wired router is working since my wireless router routes these laptop messages
through the wired router. I'm going to check the ehter cable on the local PC with this laptop to
verify that the cable is actuall working.

#5 Re: Help & Support (Stable) » [Abandoned] wicd fails because ethernet IP address is incor » 2012-07-27 16:36:19

I considered that, but when I looked at the router admin screens the IP address was specified only as an IP4 address. I saw no way to specify that an IP6 address be used.

Thanks again for your comments and suggestions. To get this machine working on the ethernet again, I'm going to have to learn just what the protocol for setting up the IP address on the ethernet link.

#6 Re: Help & Support (Stable) » [Abandoned] wicd fails because ethernet IP address is incor » 2012-07-27 15:49:41

I don't think you are lame at all using ufw. Unfortunately, I cannot use aptitude right now on the PC
in question because it is not connected to the network.

I tried to simulate the denial by disconnecting the wireless router and rebooting the PC. When I do that
and run ifconfig, I get the following:

eth0      Link encap:Ethernet  HWaddr 00:1a:a0:0a:da:6c 
          inet6 addr: fe80::21a:a0ff:fe0a:da6c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9 errors:0 dropped:0 overruns:0 frame:0
          TX packets:42 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:632 (632.0 B)  TX bytes:8862 (8.6 KiB)
          Interrupt:19

At boot time, eth0 is being defined as an inet6 device and not the inet4 device with 192.168.0.1 as a connection link.

I'm guessing the kernel is defining eth0 based on what it detects at startup, but I don't understand how or why.

#7 Re: Help & Support (Stable) » [Abandoned] wicd fails because ethernet IP address is incor » 2012-07-27 14:40:05

Thank you for the suggestion, but I don't know how to deny an address in the firewall. If looks like I need to use 'iptables'?

#8 Help & Support (Stable) » [Abandoned] wicd fails because ethernet IP address is incor » 2012-07-27 13:53:26

jjanderson5
Replies: 9

First, my motivation for changing to wicd:

I run a home network using static ip addresses. My networking working well when I was running Kubuntu. I switched to #! on most of my PCs in the past year. The networking runs ok, except when I have a power outage. If any of the #! machines go down, they restart, but do not connect to the network properly. For some reason, network manager restarts with the auto wired connection. The auto-wired connection is configured wrong because it somehow detects the wrong router on the network and gets the IP addresses wrong. Each time this happens, I have to manually kill the connection and start up my 'homeNetwork' connection that was created by me using network manager. 

I decided today was the day to automate the restart process. I did some reading and from what I found, wicd can be automated more easily than using network manager.

So, I installed wicd and wicd-client using get-apt. When installing wicd, everything went fine except now when wicd starts up, it is also detected the wrong IP address for my gateway router. I have two routers on my network. I have a wireless router at IP address 192.168.2.1 and I have an ethernet router at IP address 192.168.0.1. When I reboot the ethernet connected PCs on the network, they should all detect 192.168.0.1. My problem is that the PC I am working on right now, is picking up the wireless routers.

Here is the output of the route command:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.2.0     *               255.255.255.0   U     0      0        0 eth0
default         192.168.2.1     0.0.0.0         UG    0      0        0 eth0


And here is the output of 'ifconfig, when I first started up wicd.

eth0      Link encap:Ethernet  HWaddr 00:1a:a0:0a:da:6c
          inet6 addr: fe80::21a:a0ff:fe0a:da6c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:103 errors:0 dropped:0 overruns:0 frame:0
          TX packets:156 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:8582 (8.3 KiB)  TX bytes:20446 (19.9 KiB)
          Interrupt:19

And here is the output of ifconfig after rebooting:

eth0      Link encap:Ethernet  HWaddr 00:1a:a0:0a:da:6c 
          inet addr:192.168.2.100  Bcast:192.168.2.255  Mask:255.255.255.0
          inet6 addr: fe80::21a:a0ff:fe0a:da6c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:132 errors:0 dropped:0 overruns:0 frame:0
          TX packets:154 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:10614 (10.3 KiB)  TX bytes:17778 (17.3 KiB)
          Interrupt:19


1) Why would the ifconfig output change after rebooting?
2) Interesting that the IP address after the reboot is 192.168.2.100, not 192.168.2.1.
3) How do I get the networking software to detect the correct IP address?

#9 Help & Support (Stable) » [Resolved] trouble with apt » 2012-05-15 14:52:49

jjanderson5
Replies: 2

I'm trying to install openjdk-7 but when I run:

   apt-get install openjdk-7

I get:

E: unable to locate package openjdk-7

If I look at /etc/apt/source.list, I see that the following line:
deb http://ftp.de.debian.org/debian and if I go to the URL, I see that
the URL http://ftp.de.debian.org/debian/pool/main/o/openjdk-7/ has what I'm looking for.

So it looks like the debian distribution has openjdk-7, but it is not being found by apt-get.
Can someone help me install openjdk-7 using apt-get?

Jim Anderson

#10 Re: Help & Support (Stable) » [Resolved] iceweasel menu bar color is not good » 2012-05-12 14:49:22

2 Many Dogs and Ivanovnegro - I can't believe it took me this long to get back to this issue. I read your last comments and sure enough in less than a minute using lxappearance, the problem was resolved. I simply move to a different theme. Thank you for your help!!

Jim

#11 Help & Support (Stable) » [resolved] finding my old forum topic » 2012-05-12 14:28:14

jjanderson5
Replies: 2

I posted a topic a few months back and get some good comments, but life has been crazy and I never got to act on the responses. Now I have some time to address my issue, but I cannot find my old post. I tried a few 'topic' descriptions, but no luck. When I looked at the 'search' parameters, i tried putting in putting in 'Author's username', but i go not hits.

Is using 'Author's username' in the search the right way to find my old post?

Jim Anderson

I'm not sure what I did wrong, but when I searched by Author's name again, it worked. I probably had a typo.

#12 Re: Help & Support (Stable) » [Resolved] iceweasel menu bar color is not good » 2012-02-25 15:35:23

First, thank you for the replies! They help some, but I'm a newbie here at #! and with openbox, so please bear with me.

ivanovnegro: Regarding the screenshot. Great idea and I'm sorry I did not think to include a screen shot.
tY3Zocw
If you look at this image, the dark gray rectangle that has 'Google - Iceweasel' in it is the rectangle in question. If you look closely at this rectangle, along the lower left base you will see in even darker gray the words 'File Edit View History Bookmarks Tools Help'.

hhh: I looked in /usr/share/themes and saw a whole list of available themes, but I have no idea as to which theme I am using. Whatever the default is for #! statler would be the theme I am using. How would I find out which theme is being used.

I checked the ~/.themes directory and it is empty, so I did not get a clue there.

BTW, I started searching the forum to try to learn more about 'themes' and found that it is probably as fuzzy to me as 'themes' were when I took English literature courses in high school and college. I sort of know the theme of a book when I read it, but putting it into words and getting clear agreement with other people on what the 'theme' is isn't black-and-white, and not always 'right-or-wrong'. From what I have read so far, the 'theme' in a browser is not quite so clear either. Nevertheless, it looks like a number of themes are defined in /usr/share/themes. Maybe in my readings I will find out how to select one of those themes, but if you can tell me how our point me in the right direction, that will help a lot.

Jim

#13 Re: Help & Support (Stable) » [SOLVED] - WiFi woes - please help a n00b » 2012-02-24 17:59:08

First thing I do when wifi or ethernet shows up as connected, is to test the connection by pinging another machine on my network, e.g. ping '192.168.0.4' or 'ping peewee'. This tells me if my routing is working on my internal network. If there is a connection, ping will send out packets and tell me how many milleseconds the message and response took. If there is no connection, it will let you know.

If there is no connect, I then run 'sudo route' to see if my routes are set up properly. It amazes me how often a system will come up, but no routes are specified. The output of route should show something like:

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     *               255.255.255.0   U     1      0        0 eth0
default         192.168.0.1     0.0.0.0         UG    0      0        0 eth0

where 192.168.0.1 is my router/DSL modem address. If I have a route to the router, then
I'm generally OK.

You can test if your DSN server is working by pinging google's network IP address:

ping 74.125.113.104

If you get:

PING 74.125.113.104 (74.125.113.104) 56(84) bytes of data.
64 bytes from 74.125.113.104: icmp_req=1 ttl=53 time=59.2 ms
64 bytes from 74.125.113.104: icmp_req=2 ttl=53 time=59.9 ms
64 bytes from 74.125.113.104: icmp_req=3 ttl=53 time=63.3 ms

you know you have internet access. If it is working, try

ping www.google.com

and you should get the same results. If it shows up as address unknown,
then the DSN is not mapping the IP address to the domain name.

These tests will not solve you problem, but they can help isolate the problem.

Jim A.

#14 Help & Support (Stable) » [Resolved] iceweasel menu bar color is not good » 2012-02-24 17:45:26

jjanderson5
Replies: 6

I'm running iceweasel and it is working find except the top menu part has a dark gray background and an even darker gray or black font color. The colors are close enough that when I first brought up iceweasel, I thought the menu bar was missing.

Is iceweasel an X-based window which can be controlled by setting Xresourses? If so, does anyone know the name of the resource for the menu bar?

If it is not an X-window, is there a way to control the font color on the menu bar?

Jim A.

#15 Re: Help & Support (Stable) » [solved] package management for #! » 2012-02-16 02:56:51

1. Check out the window to the left in Synaptic. There's a filter to show all the packages, not just the installed ones. Synaptic is the same everywhere, as is apt. Hell, you can install and use Adept or KPackageKit if you want to, there's nothing to stop you.

First, thank you for the help. I really appreciate your thoughts.

I went back to Synaptic to check out the 'show all' that you mentioned. When I looked for 'adept', I found 3 packages, none of which were the Adept package manager which is what I was looking for. When I run 'apt-get install adept' on Kubuntu, I get the package installed, but it does not show up in Synaptic, either running in #! or Kubuntu.

2. Debian rebrands Firefox and TB as Iceweasel and Icedowe. You can keep up with the latest versions via this: http://mozilla.debian.net/ or you can download, extract and simply use Fx and TB, as they run from the folder. What I would do in your situation do is download and extract both of them to the home folder, then add to my .bashrc this:

I was able to install both icedove and iceweasel. I then tried out obmenu and was please at how easy it was to use.

#16 Help & Support (Stable) » [solved] package management for #! » 2012-02-15 21:33:31

jjanderson5
Replies: 10

I have been using Kubuntu for several years now and I'm starting to move over to #!. One of the things that I really liked on Kubuntu was the package managemet. There were a lot of packages to choose from, including several package managers.

I have some questions about package management.

1) How can I get a list of packages in the Squeeze repository. I have gotten a list via google, but I would like to get a complete list. When I bring up Synaptic Package Manager, I get a list, but in the past when I worked with Synaptic on Kubuntu, it never provided a full list as Adept did.

2) I prefer to use Firefox for a browser and Thunderbird for email. Are these applications available as part of the Debian 'Squeeze' release or as part of Statler?

Thanks for any comments.

Jim Anderson

#17 Re: Help & Support (Stable) » [Resolved] Setting up my default for 4 desktops » 2012-02-08 03:23:30

Folks,

Thanks for all the comments. The stooges were off topic, but worth including!

Jim

#18 Re: Feedback & Suggestions » Why I am at #! ---> Good job folks!!!! » 2012-02-08 03:00:59

Hi everyone,

Thanks for the welcoming comments. I'm looking forward to using #!

#19 Help & Support (Stable) » [Resolved] Setting up my default for 4 desktops » 2012-02-04 22:02:04

jjanderson5
Replies: 8

I'm new to #!. The default version gives me 2 desktops, but I would like to have #! start up with 4 desktops and I would like a default startup a konsole terminal in 2 of the desktops. Can someone guide me?

Thanks in advance.

Jim A.

#20 Feedback & Suggestions » Why I am at #! ---> Good job folks!!!! » 2012-02-04 21:58:11

jjanderson5
Replies: 11

I'm a fairly experience programmer and have been working on UNIX/Linux for about 40 years. Currently, I usually work on Kubuntu and I'm more or less happy with the product and the support of the community. Definitely, I give a thumbs up for Kubuntu!!

About 12 years ago I was given an IBM Thinkpad 600e as my traveling laptop. It was a nice laptop for it's time and I used it until it died around 2006. Last year, I saw a local ad on Craigslist for a Thinkpad 600e, a mouse and a flatscreen for $40 and I could not resist buying it, figuring I would try loading Kubuntu up. I have a Pentium II PC in my basement that I used as print server and it runs Kubuntu, so I figured Kubuntu would load up and work (slowly) on the Thinkpad. Wrong!! I could not even load the OS on the Thinkpad. I then did a search on other version of Linux and found a number of 'small versions', e.g Linux Puppy, Lubuntu, just to name a couple. I tried installing 5 or 6 differend 'small' distribution on the Thinkpad and none of them  worked.

Then I tried #!. It worked the first time!

Reason #1 - It works on my Thinkpad. Great job guys!

I have used my laptop some, but not a lot. Most of my work is on my desktops. But I have used #! some. I'm getting ready to start using it more and my expectation is that I will start using it a lot more. I'm still a novice, but so far I have been able to do everything that I want to do on it. What if really like is that it is so compact and yet seems to do all I want with out a lot of the other junk that I have to put up with in Kubuntu/KDE. I will evaluate long and hard before I make the final decision to move away from Kubuntu.

Reason #2 - 'minimal' design philosophy without giving up really functionality.

As I said, great job guys. Keep up the good work!

Jim Anderson

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo