English-only is English-only is E.......jamesbond wrote:desktop icon with title "First-time localisation setup" or something like that?

__________________________________________________


English-only is English-only is E.......jamesbond wrote:desktop icon with title "First-time localisation setup" or something like that?
Does that mean glibc is ....glibberishjamesbond wrote:... Certain locale e.g. en_DK actually needs da_DK also).
@jamesbond: while you're at it you might consider requiring password once to decrypt, twice to encrypt.- bcrypt_gui - will update, thanks [EDIT] - ends up with a total re-write.
Well we can put the icon title as "Welcome/Willkommen/Bienvenue/etc" ... will have to standardise on a few languages unfortunately.L18L wrote:English-only is English-only is E.......jamesbond wrote:desktop icon with title "First-time localisation setup" or something like that?![]()
yes, I already did.Wognath wrote:@jamesbond: while you're at it you might consider requiring password once to decrypt, twice to encrypt.- bcrypt_gui - will update, thanks [EDIT] - ends up with a total re-write.
NoL18L wrote:Does that mean glibc is ....glibberish![]()
See above on the "welcome" icon. It won't be "auto-launched". But if anyone offers me a readable "first-run" script, I promise I'll consider to include it into the base. Taking Barry's or Shinobar's scripts won't do; many setups are done differently on Fatdog as compared to Puppy.gcmartin wrote:I think this was suggested some time in the past, but, would @Shinobar & BarryK's FirstRUN "Personalize Settings" either in Menu or Control Panel or at system start help, not just for Language, but for other things as well?
I did test this specific in the past. It worked.An easier way, perhaps, is just to copy the entire fatdog.iso file to the unetbootin-ed USB and tell the installer to locate that ISO file.
Code: Select all
/usr/bin/octave-cli-3.8.2: error while loading shared libraries: libgfortran.so.3: cannot open shared object file: No such file or directory
This lib is in devx.sfs. D/L and load it:boblark wrote:Code: Select all
/usr/bin/octave-cli-3.8.2: error while loading shared libraries: libgfortran.so.3: cannot open shared object file: No such file or directory
Since it appears that Techno's and mine sound chips have similar "layout", perhaps this will help (Acer AO 722):jamesbond wrote:- I mentioned earlier my issues with my intel sound card (where device 1 is the actual device) and posted an alsa conf entry to fix it... something like that could probably be added to a sound wizard. --> sound wizard only works with ALSA devices (so far). And there is no relationship between ALSA devices and OSS (/dev/dsp*) devices. For example, in my laptop, I have two ALSA devices (hw:0 for analog output and hw:1 for HDMI output) but there is only one /dev/dsp. Please print the content of your /proc/asound/oss/devices and /proc/asound/oss/sndstat for comparison?
Code: Select all
0: [0- 0]: mixer
16: [1- 0]: mixer
19: [1- 0]: digital audio
20: [1- 0]: digital audio
Code: Select all
Sound Driver:3.8.1a-980706 (ALSA emulation code)
Kernel: Linux fatdog64-1eb 3.17.1 #1 SMP Sun Oct 19 15:10:08 EDT 2014 x86_64
Config options: 0
Installed drivers:
Type 10: ALSA emulation
Card config:
HD-Audio Generic at 0x90444000 irq 25
HDA ATI SB at 0x90440000 irq 16
Audio devices:
1: CX20588 Analog (DUPLEX)
Synth devices: NOT ENABLED IN CONFIG
Midi devices: NOT ENABLED IN CONFIG
Timers:
31: system timer
Mixers:
0: ATI R6xx HDMI
1: Conexant CX20588
Actually, I don't mind it's disabled by default (AO722's beep it extremely loud and always scares the hell out of me), just would like to have a way to enable it on demand.technosaurus wrote:Re: beep
Iirc "beep" uses the pc speaker, many distros don't load it's driver or one that emulates it via the sound card because frankly most things that use it are just plain annoying. If you're not annoyed like the majority, you'll have to enable it by mod probing (possibly compiling) the appropriate drivers.
Code: Select all
0 [Generic_1 ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0xfeb40000 irq 16
1 [Generic ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0xfeb44000 irq 28
Code: Select all
options snd-hda-intel id=Generic_1 index=0
options snd-hda-intel id=Generic index=1
Yep, it re-ordered the soundcards properly, thanks!jamesbond wrote:Code: Select all
options snd-hda-intel id=Generic_1 index=0 options snd-hda-intel id=Generic index=1
Yeah, same here. And without the above setup I had only /dev/dsp1 (no dsp/dsp0).jamesbond wrote:In my case (with the above setup) I have /dev/dsp but not /dev/dsp0 nor /dev/dsp1
Thanks. The 700 series are not affected, the bug is for glibc between 2.2 and 2.17. Fatdog 700 uses glibc 2.19.olinm wrote:remote-code exec flaw in GNU C Library TERRIFIES Linux
http://www.theregister.co.uk/2015/01/27 ... erability/
Security researchers have uncovered a critical bug in the GNU C Library (glibc), a key component of Linux and some other operating systems, which could render countless machines vulnerable to remote code execution attacks.
The flaw, which was discovered by Qualys and assigned CVE-2015-0235, is known as the GHOST vulnerability because it can be triggered by the library's gethostbyname family of functions.
An attacker who successfully exploits the flaw can potentially gain complete control over an affected machine without any prior knowledge of system logins or passwords.