You are not logged in.
service <name> start|stop|restart
OR
/etc/init.d/<name> start|stop|restartWhere name is the name of the service (script) in /etc/init.d/ that you want to start, stop or restart.
OK, I didn't realize (or maybe I forgot) that wicd is not in the DVD. I'll file a bug report if there isn't already one. And I can't find ceni in the debian or devuan repos. I can offer a few possible ways to get around this.
First, boot with the Edimax plugged in.
If your wireless network is encrypted, use wpa_cli to set up your connection. You'll need to read 'man wpa_cli' or find an online tutorial.
Once you're online, you can check for the broadcom firmware. In Synaptic, go to Settings, Repositories, and make sure that the line with contrib and non-free is checked. It should look like this (or it may have 'packages.devuan.org' instead of 'auto.mirror.devuan.org').
deb http://auto.mirror.devuan.org/merged/ jessie main contrib non-free
If no such line exists, add it to /etc/apt/sources.list
Then update the package cache. ('Reload' in Synaptic).
You should be able to find the firmware and wicd-gtk. Install them.
Alternative solutions:
- use a network cable to get connected and install what you need.
- use the desktop-live iso and reinstall. The firmware and wicd will already be installed.
If you try to install something through Synaptic package manager or any of the command-line package managers, it should ask you to insert the DVD when you try to install wicd. I think you can also install the firmware that way. If that does not work, you can insert the DVD and find the firmware package in the /firmware directory of the DVD. Wicd packages will be in /pool.
OR
Boot with the usb dongle plugged in and run /sbin/wpa_cli to set up wireless connection with password, or if it's unsecured wireless, just run 'dhclient wlan0'.
I must have missed this the first time.
convert $1 This makes my previous advice unnecessary. (Or did you edit that?)
add
set -xto the beginning of the script, and it will tell you everything it does. Maybe the error will be obvious.
Normally, wicd gets installed with the desktop. Install wicd-gtk.
Make sure firmware-brcm80211 is installed for the broadcom wireless. If the firmware is installed, wicd should see the interface.
What are you using to connect the Edimax to the network?
I think the desktop file replaces %f with the filename, so that filename is the first argument of the command.
Therefore, you should be able to put
filename="$1"at the beginning of your script and then use "$filename" wherever you need it in the script.
Which iso did you use for the installation? The live isos have wireless firmware installed and the regular installer isos usually install the firmware unless you select expert install and tell it not to.
What does lspci show for network hardware?
If the firmware is installed, you should be able to see the interface in wicd (Apps menu -> Internet -> Wicd network manager)
Welcome to the forum. I've been here since the beginning, and I don't have a sig, either.
You might want to re-post your wallpaper with the others on this thread so others can find it easily:
https://dev1galaxy.org/viewtopic.php?id=1536
Are these two separate installations, or do you have both desktops installed in one system? If they are separate, it might be worth comparing the package lists.
Did you install with a mirror or just from the dvd? If you didn't use a mirror, make sure your sources.list has
deb http://auto.mirror.devuan.org/merged/ jessie mainFor xfburn, make sure gstreamer0.10-plugins-good is installed.
Thanks. I don't actually use that, but I'm glad to know about it. It might come in handy some time.
Check the other dirs in /usr/share/doc. It's possible that it was all removed to save space. My doc/mpv is full of files that have some content. A reinstall of mpv should fix it.
I don't know about gparted. What you describe is different from the other permission/authentication problems reported for gparted, but it might be related. (consolekit, policykit-1, policykit-1-gnome, libpam-ck-connector, udisks...) If synaptic is installed, does that work ok?
This is not exactly what you're looking for, but maybe it can be adapted or maybe it will give you an idea. I set up xscreensaver to run a script that would stop if I clicked the mouse or keyboard. You could either have it run/stop somescript or have it run a script that did something with somescript. Maybe looking in the xscreensaver source code will give you ideas, too.
http://forums.debian.net/viewtopic.php? … 55#p591933
An even easier solution than switching to gnewsense would be to avoid upgrading wheezy. Do they have any plans for a jessie release? And do they offer non-free wireless firmware? That would be a deal-breaker for a lot of people.
Here's what's in the current download from gnewsense.org:
$ uname -a
Linux gnewsense 3.2.0-4gnewsense1-amd64 #1 SMP Debian 3.2.57-3+deb7u1gnewsense1 x86_64 GNU/Linux$ cat /etc/issue
gNewSense GNU/Linux 4 \n \l$ cat /etc/debian_version
7.5$ dpkg -l |grep systemd
ii libsystemd-daemon0:amd64 44-11+deb7u4 amd64 systemd utility library
ii libsystemd-login0:amd64 44-11+deb7u4 amd64 systemd login utility library
Man, I keep adding more and more to my plate.
Been doing it for six years here, and it never seems to end. And whatever install or upgrade scripts you make for jessie to ascii, there will be things that break in them when it's time to go ascii to beowulf. I'm not trying to discourage you. Just letting you know what to expect so you won't get discouraged when it happens.
There is no default firewall front-end installed in debian or devuan. There is iptables, but no rules are in place. If you install some services that listen for connections, then you will have open ports. (examples: openssh-server, mysql-server, apache2, samba)
If you're behind a router, the router is being scanned, and unless you set up port-forwarding in the router, the outside world can't see the open ports on your computer.
For shutdown and reboot, check that you have consolekit, policykit-1, libpam-ck-connector, and maybe policykit-1-gnome. Maybe something else, too, and that might depend on what desktop you're using.
For dns, I just set it in my router. To set it in the system, you can put it in /etc/resolv.conf (nameserver) or /etc/dhcp/dhclient.conf (prepend domain-name-servers) or /etc/network/interfaces.
sort -u ~/.bash_history > temporary-file
cat temporary-file > ~/.bash_history
nl temporary-file > index_fileUse the index file for reference. You don't want to number the lines in .bash_history, but you do want a numbered list.
This will work until you reach the limit of bash_history, and the commands start scrolling off the top. See 'man bash' for the HISTSIZE setting if you want to change the number of lines that get saved. I don't remember what the default is - maybe 1000 or 2000.
When a .so file is missing, you usually need to install the -dev package of whatever.
sort -u ~/.bash_historyI turned it off temporarily. Waiting to get clarification from tapatalk on something. Ask here or in freenode #devuan if you need help.
fsmithred
Actually it's in the devuan ascii repo (or so says this pkg list) http://devuanpackages.viralds.it/ascii/package/yad
The version of yad (0.38) in the ascii repo uses gtk3 and does not work will with refracta tools - buttons are off-screen. I made gtk2 verions in jessie, but they seem to be working fine in ascii -
http://distro.ibiblio.org/refracta/file … _packages/
Or, you could package them yourself. I already made the one or two small changes for gtk2.
https://git.devuan.org/fsmithred/yad
Maybe soon, for real. I already know that amprolla3 works, because I tried it when it was on a test server. And I noticed today in #devuan-dev that a new devuan-keyring was being built. This is all just circumstantial evidence, but I'm hopeful.
I'm not aware of any problems with leaving ascii-proposed-updates enabled.
Make sure you have ascii-proposed-updates enabled in sources.list. Some of the security updates can be found there.
Use the full path. (without sudo)
export PATH="$PATH:/home/devur/scripts"