The officially official Devuan Forum!

You are not logged in.

#2476 Re: Hardware & System Configuration » Wireless adapters - How to connect to the Internet » 2017-10-12 14:48:51

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)

#2477 Re: Off-topic » Greetings, to the Vuans! » 2017-10-11 11:40:27

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

#2478 Re: Other Issues » A few potential bugs to report » 2017-10-11 11:14:51

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 main

For xfburn, make sure gstreamer0.10-plugins-good is installed.

#2479 Re: Hardware & System Configuration » How to send a signal whenever mouse button is clicked? [SOLVED] » 2017-10-11 11:05:20

Thanks. I don't actually use that, but I'm glad to know about it. It might come in handy some time.

#2480 Re: Devuan Derivatives » Star (Morbius*) » 2017-10-11 11:02:57

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?

#2481 Re: Hardware & System Configuration » How to send a signal whenever mouse button is clicked? [SOLVED] » 2017-10-10 15:20:52

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

#2482 Re: Devuan » Why you've made your own fork instead of joining other forks? » 2017-10-09 12:21:48

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

#2483 Re: Devuan Derivatives » Early doors: King-Pigeon series and friends [AKA Modular Linux] » 2017-10-07 19:14:06

JoshuaFlynn wrote:

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.

#2484 Re: Documentation » HOWTO: Post-Installation Configurations » 2017-10-07 19:04:36

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.

#2485 Re: Devuan Derivatives » Early doors: King-Pigeon series and friends [AKA Modular Linux] » 2017-10-06 11:29:53

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.

#2486 Re: Other Issues » [SOLVED] terminal 'history' » 2017-10-05 21:00:28

sort -u  ~/.bash_history > temporary-file
cat temporary-file > ~/.bash_history
nl temporary-file > index_file

Use 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.

#2487 Re: Installation » libgnutls.so.28 » 2017-10-05 20:54:07

When a .so file is missing, you usually need to install the -dev package of whatever.

#2489 Devuan Derivatives » Refracta forum temporarily down » 2017-10-05 01:12:44

fsmithred
Replies: 29

I turned it off temporarily. Waiting to get clarification from tapatalk on something. Ask here or in freenode #devuan if you need help.

fsmithred

#2490 Re: Devuan Derivatives » Early doors: King-Pigeon series and friends [AKA Modular Linux] » 2017-10-03 21:07:03

golinux wrote:

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

#2491 Re: Other Issues » When is Amprolla3 coming? » 2017-10-02 21:35:20

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.

#2492 Re: Other Issues » When is Amprolla3 coming? » 2017-10-02 11:16:55

Make sure you have ascii-proposed-updates enabled in sources.list. Some of the security updates can be found there.

#2494 Re: Other Issues » [SOLVED]terminal command » 2017-09-28 17:48:38

Use the full path. (without sudo)

export PATH="$PATH:/home/devur/scripts"

#2495 Re: Other Issues » Need arm64 headers for 4.6.3 & These forums are really confusing. » 2017-09-27 22:32:23

I don't know anything about arm or pi, but I have to ask: why does it need to be tar.gz? Do you need to install xz-utils to manipulate a file compressed with xz?

'xz -d <file>' to decompress
or
'tar -xvJf <file>' if it's a tar.xz.

#2496 Re: Desktop and Multimedia » security updates, debian repo » 2017-09-25 12:26:11

I'm not sure what the best solution is. One thing you could try is downgrading all those packages to the version you had previously. The deb packages can be found in /var/cache/apt/archives. But that could be messy.

If everything seems to be working, you might just leave it alone. Wait for us to do some work on ascii and then switch your sources from jessie to ascii and upgrade the rest of your packages so they are from the same release as the ones you just pulled from stretch. No guarantees that it won't be messy, too. But maybe it will work ok.

If you are adventurous and know your way around the package manager pretty well, you could try upgrading the rest of the system to ascii now. You will probably run into conflicts. Don't do it unless you are comfortable with the idea of solving those problems and would not mind reinstalling if it turns out badly.

jessie = jessie
ascii = stretch
beowulf = buster
ceres = sid

#2497 Re: Devuan » After Ascii: A Devuan wishlist. » 2017-09-23 10:33:51

foobar wrote:

Devuan is all about removing that library,.

I don't know where you're getting your information, but that bit is just plain wrong. The default desktop install includes libsystemd0. Devuan is about removing dependency on systemd itself. The lead devs are not concered with that library and don't intend to spend any energy on removing it.

#2498 Re: Other Issues » Compiling, debugging: How do I know what compile settings devuan uses? » 2017-09-21 21:03:13

I don't know if it's related, but thunar has a similar bug. Sometimes it locks up when it's in detailed list view. If I catch it soon enough, I can press ctrl-1 or ctrl-3 to change to icon or simple list view or else close the window by clicking on the x in the corner. If I wait, it totally locks up and has to be killed from command line. It's a known bug in thunar that's been around for years.

#2499 Re: Devuan » About Devuan » 2017-09-20 20:24:23

While it took two years to get a final release of devuan jessie, it was usable long before that. A lot of the delay was just some loose ends to tie up. (Couple of problems came up in the installer.)

We don't expect the next release to take that long. If you test it out in a VM or on a spare computer or even one of the live isos, you'll feel like you're using the debian you remember.

#2500 Re: Devuan » About Devuan » 2017-09-20 19:44:34

Faster boot times. (no more 5-minute waits for a start job)
Predicatable interface names. (I know it's going to be eth0 unless I changed my hardware.)
An init system that's been well-tested. (I might switch to systemd once they're done developing it and it's had time to mature.)
An init system that knows it's an init system and is OK with that.

Probably more, but it's time to let the dogs out.

Board footer

Forum Software