You are not logged in.
You might need to recreate the "swap signature" within the changed partition, with
mkswap /dev/sda7@Astara: How about you start by revealing the actual name of that file that you somehow downloaded?
I can't really answer your questions, but thought to mention that I tend to use xrandr for changing brighness, eg
$ xrandr --output eDP-1 --gamma 1:0.8:0.7 --brightness 0.7(The simultaneous gamma adjustment suits my display)
Use xrandr without arguments to work out the name(s) of your monitor(s). And of course, man xrandr for details.
You can but the following line in all your ~/.zshrc (or ~/.bashrc perhaps)
function title() { echo -n "\033]0;$1\007"; }and then use
$ title Bendigoto change the terminal title. Endless possibilities....
With pulseaudio there's more fun, because it infuses itself onto the sound system by on the one hand adding a software module to replace the default alsa module at the low level, and it also adds a higher level replacement for the "default" audio path.
Forget about ~/.asoundrc since card 0 is the correct default card.
This means in particular that it adds an audio control level in between alsa and actual output.
So you may well need to install pavucontrol-qt as well, as way of manipulating its controls. That GUI will then attempt to operate the alsa controls as well, with a good amount of potential for confusion.
With those control knobs, and those of qasmixer, you should hopefully be able to unmute whatever is muted and raise the volume on whatever is needed.
As an additional: if your pulseaudio sub system is not started you would start it with:
$ pulseaudio --startEdit: spelling correction (thanks)
I'm using gocryptfs rather; basically the same function I think, and installable.
First, check with aplay -l which "hardware devices" there are (for sound).
Then check with aplay -L | grep -A2 default what the "default" is tied to.
Sometimes that is wrong since "alsa" on installation binds blindly its "default" to card 0. Then it might work by telling "alsa" to use another card, eg card 1. One method for that is to add a ~/.asoundrc file with three lines:
defaults.ctl.card 1
defaults.pcm.card 1
defaults.timer.card 1If you haven't done so, you might also want to install qasmixer for a bit of visual view and control of sound. It might be a help if it's a question of low volumes or muted controls.
Note that the smallest installer iso to use for offline installation is called "server" iso.
The "netinstall" iso is purely intended for an installation that downloads packages from the net. Its pool (on beta2) is only that of "debootstrap minbase".
Don't cp or dd work?
I.e. just copy the iso file to the device /dev/mmcblk0 or /dev/sdc or whatever it comes up as (tail /var/log/sys usually tells that)
@Marjorie, no critcism intended.
Though, I'd like to point out that the forum was not down at any time during this. It really was your browser having some kind of built-in blockage prohibiting you against your will to access the site. The site was up and provided perfectly functional HTTPS access as well as plain HTTP access throughout.
You might also consider that there is no additional security for this site in having an SSL certificate that is less than 3 months old. Still, there's also no particular reason in having one that is older (especially with some 30000 or more python code lines there to help us automating its update)
Is that a QA or HR question?
The support team sends their Thanks for the intended heads-up (even though they managed to get their shit together on their own this time).
That's right.
Use deb.devuan.org in your sources list. That name will resolve in DNS for each request to go to the one or the other of the repository mirrors. That domain name is associated with the whole range of mirror IP addresses in "random" order, and the DNS resolution system will pick the one looking "best" at the time (aka "first one").
The name auto.mirror.devuan.org resolves in DNS to the previous main repository, which nowadays may and might not be maintained.
Though you might, on occasion, temporarily use pkgmaster.devuan.org which resolves in DNS to the current main repository. The repository mirrors "rsyncs" their content from this. However, it has quite limited network bandwidh so having a lot of people going there will be detrimental for all. It's thus better community-wise to use the mirror domain deb.devuan.org even though this slightly increases the risk of random network failure.
Or maybe you could send me (or someone else) the email address you want to have in your profile, and I/them will make it happen.
can't say I know anything about this... maybe I sould?
Good place for comprehensive reports. The ISO build team sends its "thanks!".
Beowulf beta "netinstall" without network gives you nothing. Try using "server" or "desktop" rather.
I don't know much about this, but my first guess would be that X is actually started via the Xorg.wrap program, which has its configuration file at /etc/X11/Xwrapper.config, and this has a line
allowed_users=consolethat probably should be different.
My suggestion comes from the shallow investigation:
find /usr -perm /u=sfollowed by some guess work, which made me look at man Xorg.wrap.
HTH
More importantly you'll need to spell the argument the way it was given,
i.e. --print-architecture rather than --print-architexture
The PC now is stuck at "waiting for /dev to be fully populated", there is no more login window poppping up now.
That same thing happens for me with the (forthcoming) beowulf installation on qemu, but this recovers by using ctrl-alt-f2 for an alternate login. Maybe it's the same for you?
Are you saying that iptables decrements the given option code by 1?
Or is it that you find it confusing that the --tcp-option parameter rejects code 0?
Rejecting option code 0 is of course consistent with the code table, since code 0 is an "end of options list" marker, and not an option code in itself.
@Eaglet,
you might want to read man hwclock more carefullly, and then pay special attention to the documentation of the --show option, which clearly states, in so many words:
The time shown is always in local time, even if you keep your Hardware Clock in UTC.
The options --utc and --localtime are for you to tell about time basis of your clock. The program then presents the clock reading in ISO 8601 format local time with respect to that basis.
When written to a flash, I assume you'd written it to /dev/sdf and not /dev/sdf1 (which is the first partition) and maybe the mdfsum from there matches the iso file?
head -c 4675600384 /dev/sdf | md5sumThanks @Head_on_a_Stick.
For whatever reasons, mysql-* are not avaiable in beowulf. You might need to try version 5.7.26-1 from unstable. Note that mysql is not forked and that Devuan reflects Debian in these packages.
Yes, it would be nice to have a built-in option. As is, one has to resort to manual output filtering, e.g. by adding
| sed "/^ /{s/\\b /\n /g}"to the command. That merely "pretty-prints" and doesn't provide the version details.