Debian :: Browser Stopped Working After Reconfiguration Of Interfaces

Nov 5, 2015

My Iceweasel is not consistently opening pages. This is new behavior after changing the /etc/network/interfaces file for setting up bridging. The home page is advanced google search. When Iceweasel opens to google, I get a message saying the site is not secure and won't open it. Inputting [URL] ...., it takes about 90 seconds before it opens the site then freezes. If I go to forums.debian.net, the site is fully navigable, if I put anything in the Iceweasel search bar, it freezes.

View 3 Replies


ADVERTISEMENT

Slackware :: 13.0 - Wireless Card Stopped Working After Reconfiguration

Jan 30, 2010

After doing a reconfigure of my wrt54gl router, trying to activate WEP encryption, and then finding WICD wouldn't connect, and returning to the original config on the router, now wicd won't reconnect the wireless card. Here's the wicd.log entry from the attempt to connect:

Code:
2010/01/30 18:40:46 :: ifconfig wlan0 up
2010/01/30 18:40:46 :: iwlist wlan0 scan
2010/01/30 18:40:47 :: ifconfig eth0
2010/01/30 18:40:47 ::
2010/01/30 18:40:47 :: {}
2010/01/30 18:40:47 :: hidden
2010/01/30 18:40:48 :: scanning done
2010/01/30 18:40:48 :: found 4 networks:
2010/01/30 18:40:48 :: found use_settings_globally in configuration 1
2010/01/30 18:40:48 :: found afterscript in configuration None .....

View 3 Replies View Related

Ubuntu :: Browser Launcher Script Stopped Working

Feb 20, 2011

I use several different browsers, and I don't have a lot of memory, so I try to only have one open at a time. I wanted web pages to open in whatever browser was open at the time, so I created a shell script and set it as the default browser. It checks to see if any other browsers are running, and if not, it opens the page in Swiftfox (an optimized version of Firefox). This worked for quite a while, but recently it stopped working. Now it opens URLs in Swiftfox regardless of what else is running, and I can't figure out why. As far as I can tell none of the process names have changed, and I haven't edited the script.

The script:
Code:
#! /bin/bash
if pidof swiftfox-bin
then swiftfox $*
else if pidof firefox
then firefox $*
else if pidof google-chrome
then google-chrome $*
else if pidof opera
then opera $*
else swiftfox $*
fi
fi
fi
fi

View 3 Replies View Related

Debian Installation :: Preseed Hostname Reconfiguration

Aug 25, 2014

I'm trying to create preseed configuration for debian. Currently I'm working with Debian version: 7 (wheezy), Installer build: 20130613+deb7u2+b1.

What I want to achieve is to have different network configuration than during installation.

I have two preseed files, one in intrd and the second that is fetched through http (url argument to kernel)

In the initrd file there are settings required to get dhcp network settings that will be used during installation:

Code: Select alld-i netcfg/choose_interface select auto
d-i netcfg/get_hostname string unassigned-hostname
d-i netcfg/get_domain string unassigned-domain

Then in the preseed file that is downloaded from network i have this:

Code: Select alld-i netcfg/choose_interface select auto
d-i netcfg/disable_autoconfig boolean true

d-i netcfg/get_ipaddress string 192.168.56.199
d-i netcfg/get_netmask string 255.255.255.0

[Code] ....

IP address settings work as expected, at the end of the installation netcfg runs again and when installed system boots it has static address set (.199). However hostname stays the same, it is not reconfigured.

I have tried many different combinations like removing get_hostname and get_domain options form initrd preseed and appending 'priority=critical' to kernel boot arguments but no matter what I do it always fails.

Is there any way to do this? I know that hostname can be set by hostname= krenel boot arg or by using dhcp option but I'd like to avoid this.

View 0 Replies View Related

Ubuntu Networking :: Web Browser And Two Interfaces How To Manually Choose

May 30, 2011

I have wired connection Ethernet (eth0) and 3G connection GSM (ttyUSB0). Firefox uses eth0, but sometimes, I want Firefox to use ttyUSB0. How could I do that?

View 6 Replies View Related

Debian Multimedia :: X Stopped Working Over Ssh?

Mar 10, 2011

I have been running X applications over my ssh connection for a long time using the command ssh -Y servername.example.com -p 222 . About a week ago, I noticed that it no longer works. I also tried ssh -X servername.example.com -p 222 but again, no success.

View 8 Replies View Related

Debian :: Flash In Iceweasel Stopped Working

Apr 27, 2010

I just got a new pc after my two pc's decided to die. I have had them for many years, maybe around 2001. So, I am new to this 64 bit OS. I'm running squeeze amd64. I am having some troubles with flash in Iceweasel. It just stopped working one day. So, I downloaded Firefox to see if flash would work in it. Here's the interesting thing. Iceweasel will play flash. I will close the browser and reopen to discover it no longer wants to play flash. I'll open Firefox, then close it. I'll then open Iceweasel and Flash will work in Iceweasel again.

This happens often. To get Flash to work, I just close Iceweasel, open Firefox, close Firefox, open Iceweasel and go to a flash site and all is good. Is there something I can do to get Flash to always work without opening Firefox?

View 14 Replies View Related

Debian :: CUPS Stopped Working With HP LaserJet 4 Plus

Jun 22, 2010

My printer is a HP laserjet 4 Plus. It used to work with the gutenprint drivers pretty much since always.I don't know when it broke, because I don't use it that often. I have tried with the generic postscript driver, with the gutenprint driver, with the j4dith driver and with the hplib driver. Basically, what happens is that all jobs never finish processing in the queue. On the other hand cups-pdf still works.

View 14 Replies View Related

Debian :: Sound Stopped Working Today?

Nov 18, 2010

My sound stopped working today,

My sound info is all located here: [URL]

View 1 Replies View Related

Debian :: Ethernet Suddenly Stopped Working

Mar 13, 2011

ethernet suddenly stopped working and can't get it back, says something about device not active but it works well with the Debian live dvd, what could be the problem?I'm using mobile internet now and this seems to have happened after setting up the mobile connection but I dont think it as anything to do with the wired problem.

View 3 Replies View Related

Debian Configuration :: CIFS Stopped Working

Oct 28, 2015

I have a debian box connected to a windows storage server.

For a number of years I have been using CIFS to connect, and now it seems to have stopped working.

Code: Select all~# mount -t cifs //192.168.97.66/sharefolder/ /localfolder -o rw,file_mode=0666,dir_mode=0777,username=NASuser,password=**** -vvv
mount: fstab path: "/etc/fstab"
mount: mtab path:  "/etc/mtab"
mount: lock path:  "/etc/mtab~"
mount: temp path:  "/etc/mtab.tmp"
mount: UID:        0
mount: eUID:       0
mount: spec:  "//192.168.97.66/sharefolder/"

[CODE]

View 4 Replies View Related

Debian :: Flash Audio Just Stopped Working?

Jan 1, 2011

So everything was working perfectly on my system. I have Debian SID, with the debian-multimedia repos and liquorix repos for kernels. Flash worked perfectly one boot, then the next boot the video still works perfectly but no audio. I found several "fixes" on the web, including creating .asoundrc in your home directory and another that said to
Quote:edit /etc/firefox/firefoxrc -- change the line FIREFOX_DSP="none" to FIREFOX_DSP="aoss"neither of those have done anything. Have tried using both the flashplugin-nonfree and flashplayer-mozilla, same thing on either. ALL other sound works, smplayer, amarok, system sounds, etc.

View 1 Replies View Related

Debian :: Wakeonlan Stopped Working On Upgrade To Jessie

Jul 2, 2015

Dell Vostro 230 with integrated Broadcom NIC.

Wakeonlan was working just fine with Wheezy on this machine. After upgrade, wakeonlan will resume from suspend but not from shutdown.

I have no problem with other machines (same software setup) after upgrade. None of my other machines have a broadcom NIC.

No BIOS settings were changed during the upgrade. If I enter the BIOS on boot and make sure settings are correct then 'save' and shutdown, without booting to debian, I can then successfully wakeonlan. Then, if I do not boot debian, but shutdown before debian starts, I can wakeonlan successfully again.

If I boot debian and then shutdown, game over: wakeonlan nolonger works.

$ ethtool eth0 | grep -i wake
Supports Wake-on: g
Wake-on: g

A bit of research found the suggestion:

$ lspci -tv | grep -i ether
+-1c.2-[02]----00.0 Broadcom Corporation NetLink BCM57788 Gigabit Ethernet PCIe

$ cat /proc/acpi/wakeup
Device S-state Status Sysfs node
P0P2 S4 *disabled
P0P3 S4 *disabled

[Code] ....

How to get wakeonlan working under Jessie with a Broadcom BCM57788?

View 8 Replies View Related

Debian :: Scim Stopped Working In LibreOffice-writer

Sep 8, 2015

I use scim to input Chinese in Libreoffice-writer. It worked on one of my computers until a couple of days ago.

Normally to start scim I press Ctrl and the space bar at the same time. Then I use the input method Cangjie to input Chinese.

Now when I do so in Libreoffice-writer "English/European" appears in the scim panel. The other choice is "English/Keyboard". The choice of either doesn't enable me to input Chinese.

In all other software scim works as before.

The computer runs Debian sid. On another computer that runs Debian sid too I don't have the same problem. I have version 5 of Libreoffice on both computers.

View 1 Replies View Related

Debian :: Login Via SSH - Bash Autocomplete Stopped Working

Feb 3, 2011

For some reason my bash autocomplete stopped working. I get the error when I try to cd into a directory, pressing <tab> for autocomplete:
cd A-sh: <( compgen -d -- 'A' ): No such file or directory
Autocomplete works for the root user and for the other user on the machine, just not logged in as this user. The .bashrc file looks fine to me, and I didn't make any changes to it to even cause the bash autocomplete to stop working (as far as I know).

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
What else could cause autcomplete to stop working? I log in via ssh, btw.

View 11 Replies View Related

Debian :: Cursor Stopped Working After Installing Second Distro?

Aug 30, 2011

I use Debian 6 as my main distro, installed on partition 1 (sda1) on my laptop. After installing a second distro on sda2 everything still worked fine and both distros show up on the boot up screen. After installing a 3rd distro on sda3; suddenly my cursor (in Debian) is frozen and I can't use either the touch-pad or the 'left and right clickers'. It seems unlikely that this would have anything to do with installing another distro but on the other hand it is a bit of a coincidence...or? The cursor works on the 2nd OS. The 3rd has not yet showed up on the boot screen (I want to do a 'update-grub from within Debian)

View 5 Replies View Related

Debian Configuration :: Ssh Randomly Stopped Working On Server?

Mar 15, 2010

I'm in somewhat of a sticky situation. ssh has just randomly stopped working on my server after a power failure. Everything else that doesn't rely on ssh is still working fine though. It can still receive mail and everything, just no ssh.Background on the server, running debian etch on a PPC machine.ssh is (supposed to be) running on port 2000. Even if I am physically logged into the machine I can't log in with ssh -p 2000 user@127.0.0.1.
I can ssh to and from any other machine on my network (the server can even ssh into another machine). So it isn't my network causing issues.It seems like the port 2000 is completely closed, if nmap the server's IP address I get PORT    STATE SERVICE

25/tcp  open  smtp
80/tcp  open  http
110/tcp open  pop3

[code]...

View 9 Replies View Related

Debian Multimedia :: Sound Stopped Working Thinkpad T60

Dec 21, 2014

I did some mess with adobe flash player and now I have no soound on my Thinkpad T60.

root@debian:/etc/modprobe.d# dpkg -l|grep alsa
ii alsa-base 1.0.25+3~deb7u1 all ALSA driver configuration files
ii alsa-utils 1.0.25-4 i386 Utilities for configuring and using ALSA
ii bluez-alsa:i386 4.99-2 i386 Bluetooth ALSA support
ii libsox-fmt-alsa 14.4.0-3 i386 SoX alsa format I/O library
ii libwine-alsa:i386 1.4.1-4 i386 Windows API implementation - ALSA sound module

[CODE]..

View 1 Replies View Related

Debian Multimedia :: SD Card Adapter It Came With Stopped Working

Nov 3, 2010

Anybody know how to get pictures off of one? I've got a computer with XP, but the software doesn't want to work. I've tried setting it up in a VM, but VirtualBox won't patch the camera through for some reason. The SD card adapter it came with stopped working, so that's a no-go.

View 2 Replies View Related

Debian Multimedia :: Compiz Stopped Working After Update?

Nov 29, 2010

Debian 5 64 bitGnome, using compiz-fusion.Compiz had been working well ever since I installed it last year; a couple of days back there was a debian update (I think and x-server update was there); now compiz does not work anymore. if I select compiz as the window manager from the cmpiz-fusion icon, I cannot move/resize wndows, the titlebar disappears.

View 6 Replies View Related

Server :: Debian Root Password Stopped Working

Nov 5, 2010

sometime ago i have setup a nice Debian FTP server. and left the company. everything was working fine for about 5 month, administrator was able to login to root, do changes and manage system, etc. Suddenly he told me that he cannot login via PUTTY, the root user and pass say Access Denied.Looked all over the web for at least a REASON, but did not find anything. I suggested to go and do passwd reset, via runLevel 1. i hope this helps him. But i am still curious why all of the sudden, in a locked down room, where only one person has access root get disabled.

View 4 Replies View Related

Debian :: Jessie - Zsh In Tmux / Tab Menu Selection Stopped Working

Jun 29, 2015

I installed Jessie (8.1.0) and encountered a problem which is non-existent in Wheezy (7.8.0).

My shell is zsh and I use tmux both installed from packages, I use this zsh feature that when you type "ls /" and then hit "Tab" twice, it will present you a menu where you can select the directory you want navigating the menu with the arrow keys. It works fine out of tmux (in bare shell) but stopped working inside a tmux session. In bare shell you hit Tab twice and get into the menu, in tmux you hit Tab twice and it displays the table of suggestions but just keeps cycling suggestions (cycling directory names) and not sending me to the menu.

Here's some screenshots:

1) Working (no tmux): I hit tab twice and got in the menu.

2) Not working (in tmux): I hit tab twice and it just cycled directory names after "/"

t isn't in my config file, I tried without my .tmux.conf (with tmux set to default settings) and it still had no effect.

View 5 Replies View Related

Debian Configuration :: Upgraded To 2.6.32 => Home Gateway Stopped Working

Feb 3, 2010

I was running 2.6.26 and I've recently upgraded to 2.6.32-trunk-amd64 along with other packages (mostly dependencies)... which possibly involved the network stack.

After this upgrade my home gateway stopped working and I'm clueless to where the problem may be.

I can see that the iptables are still there when I type:

iptables -t filter -L -v -n -x --line-numbers
iptables -t nat -L -v -n -x --line-numbers

View 14 Replies View Related

Debian Multimedia :: Lenny's Suspend And Hibernate Stopped Working?

Oct 13, 2010

after i installed latest ATI proprietary drivers ( 9.3 legacy drivers) for my HP compaq nc6000 with a "Mobility Radeon 9600" the standby and the suspension stopped working, i mean, if i try to suspend or hibernate my laptop, it closes X (this is fine) but after it gets freezed on the whole screen black with just a blinking underscore and nothing more, neither an error message after reboot.All i can do is to force shutdown by pressing poweron button for 5 secs.I'm running on a lenny, stable with stable repo.What can i do to understand where does this problem comes from and maybe fix it?

View 3 Replies View Related

Debian Multimedia :: Kde4: X Stopped Working - How To Make It To Work

Mar 10, 2011

There seems to be something that has changed in the newest stable Debian - I chose kde4 as my default desktop at installation, and it worked fine. Then I went and changed some options in both /var/run/kdm/kdmrc and /etc/kde4/kdm/kdmrc, something I have done many times before without problems.

However, when I tried to restart kdm with /etc/init.d/kdm, things didn't come up - no X, no kdm. When I rebooted the machine everything seemed fine, so I thought the problem was solved; but this morning I wanted to change something else - I don't want kdm to remember the last user, and I don't want to see a list of users either. Now dkm and X fail even when I reboot; I also find that /var/run/kdm/kdmrc has disappeared - I am certain I didn't remove it.

The strange thing, when I try /etc/init.d/kdm, I can kdm hanging around all alone in the process list, but no X or greeter. So what is going on - what should I have done instead? And can I repair it? I can of course reinstall the system, but I hate to think that we can't manage better in Linux.

View 4 Replies View Related

Debian Multimedia :: Sound Stopped Working In Select Programs

Aug 3, 2011

Everything was fine last night, but this morning I signed into my Squeeze box and found that website play audio fine, Hulu Desktop works, some games work, etc. but Rhythmbox, VLC, Totem, and others don't . It all started with an attempt to diagnose a lack of sound in TVtime.

View 1 Replies View Related

Debian :: Nagios Web Interface Stopped Working After Squeeze Upgrade

Mar 5, 2011

I recently updated to squeeze following the Debian release note steps, and most everything went smoothly. However, I'm now unable to get into the Nagios web interface. The service is still running and sends email notifications of issues as usual, but logging into the web interface gives me a 403 Forbidden error.

View 14 Replies View Related

Debian Installation :: Ralink WiFi Stopped Working After Jessie Upgrade

Dec 23, 2015

On install my wifi was working, but when I rebooted it stopped working.Since then I've tried numerous things to attempt recovery of wifi. No luck so far.

View 14 Replies View Related

Debian :: Internet Has Stopped Working \ Broke When Tried To Allow Port Forwarding For Torrents?

May 7, 2011

I've had Debian on my laptop for around 4 months which I rarely use. I'm using Squeeze since it seems to be the only release that will work with my ethernet card.The internet had been working fine for a couple of months but broke when I tried to allow port forwarding for torrents. I could only connect to the internet after this by using:

iptables -F
iptables -X
iptables -t nat -F

[code]....

View 2 Replies View Related

Debian Configuration :: Plex Media Server Suddenly Stopped Working

Jan 27, 2016

My plex media server suddenly stopped working after years of no hassle use. This is the output of cat /proc/version = Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.65-1+deb7u2

My problem is similar to this forum thread viewtopic.php?f=5&t=121945 where I can get it to start by running Code: Select all/usr/sbin/start_pms & but it's not my normal server configuration. I added a couple files to it and it seems to work except it doesn't start when I reboot. I have to run that command again.This is the init script I've been running for years...

Code: Select all----
#!/bin/sh
### BEGIN INIT INFO
# Provides:          plexmediaserver
# Required-Start:    $remote_fs $syslog $networking
# Required-Stop:     

[code]....

My Debian skills are lacking to know how to proceed with troubleshooting what could have happened. Everything else seems fine, I just can't seem to get this application to run at startup or get back my old configuration...

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved