Terminal dos`t want to open

Asked by sa3paleasm

Could not launch 'Terminal'
Failed to execute child process "/usr/local/bin/bicon.bin" (No such file or directory)

and who i can remove that bicon it block too much like update manger , synapatic package manager and terminal

i try

sudo dpkg-reconfigure -phigh -a

and i get by terminator cause terminal dos`t work

sa3paleasm@sa3paleasm-desktop:~$ sudo dpkg-reconfigure -phigh -a
[sudo] password for sa3paleasm:
 * Disabling power management... [ OK ]
update-rc.d: warning: /etc/init.d/acpi-support missing LSB information
update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
 * Checking battery state... [ OK ]
acpid stop/waiting
acpid start/running, process 4223
 * Starting AppArmor profiles Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox-3.5
                                                                         [ OK ]
 * Reloading AppArmor profiles Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox-3.5
                                                                         [ OK ]
dpkg-trigger: dpkg-trigger must be called from a maintainer script (or with a --by-package option)
sa3paleasm@sa3paleasm-desktop:~$

so i can get it like first day after dowenload CD + update and i remove all the add. prog.
thanks

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

andy@fileserver:~$ file /usr/local/bin/bicon.bin
/usr/local/bin/bicon.bin: ERROR: cannot open `/usr/local/bin/bicon.bin' (No such file or directory)
andy@fileserver:~$ uname -a
Linux fileserver 2.6.31-16-generic #52-Ubuntu SMP Thu Dec 3 22:07:16 UTC 2009 x86_64 GNU/Linux
andy@fileserver:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 9.10
Release: 9.10
Codename: karmic

File doesn't exist.

Here is the other file mentioned in your output:

andy@fileserver:~$ file /etc/init.d/acpi-support
/etc/init.d/acpi-support: Bourne-Again shell script text executable
andy@fileserver:~$ cat /etc/init.d/acpi-support
#!/bin/bash
# INIT script to check whether we're on batteries, and so start with laptop
# mode etc enabled.

# BUGS: unless we start *really* late, we have no way of throttling
# xscreensaver, since it won't be there to command.
. /usr/share/acpi-support/power-funcs

test -f /lib/lsb/init-functions || exit 1
. /lib/lsb/init-functions

test -d /var/lib/acpi-support || exit 0

shopt -s nullglob

case "$1" in
  start)
    log_begin_msg "Checking battery state..."
    /etc/acpi/power.sh
    # Source everything in /etc/acpi/start.d/
    for SCRIPT in /etc/acpi/start.d/*.sh; do
 . $SCRIPT
    done
    log_end_msg 0
    ;;
  stop)
    log_begin_msg "Disabling power management..."
    /etc/acpi/power.sh false
    log_end_msg 0
    ;;
  *)
  ;;
esac

Can you help with this problem?

Provide an answer of your own, or ask sa3paleasm for more information if necessary.

To post a message you must log in.