Page 4 of 7
Re: MX-17 to MX-18 update testing
Posted: Tue Dec 04, 2018 3:45 pm
by freefreeno
something like
CODE: SELECT ALL
sudo service "init-service-name" status
sudo service "init-service-name" stop
sudo service "init-service-name" start
sudo service --status-all
also this comes handy to view start/stop service:
CODE: SELECT ALL
sudo sysv-rc-conf
Note runlevels 2,3,4,5 are for "normal" operating in differen modes,
in most cases they are either on or off. Normal GUI runlevel is 5.
Thanks but you left off disable and thats what I need. I tried sudo service samba disable
and all it does is give me this and according to this there is no disable.
-----Usage: /etc/init.d/samba {start|stop|reload|restart|force-reload|status}---------
Apparently the menu where you can control services during install does not work because I unchecked bluetooth and I believe samba right there so that they would not run and they are running anyways. I would like to request a bigger area of things and services that we can disable right there in that same menu during install.Of course it has to work though. AS for nor I need a way to permantly disable services without causing system harm.
Re: MX-17 to MX-18 update testing
Posted: Tue Dec 04, 2018 5:27 pm
by fehlix
freefreeno wrote: Tue Dec 04, 2018 3:45 pm
I tried sudo service samba disable ...
When the intention is to to re-enable later you can disable as this:
Code: Select all
sudo service samba stop
sudo update-rc.d samba disable
Keeping it installed but clearing all start/stop-links would go as this:
Code: Select all
sudo service samba stop
sudo update-rc.d samba remove
If the intent is to get completely rid of samba you could now uninstall samba
(after having lateste main repo updates installed for MX17.1)
EDIT: corrected samba removal for updated MX17.1
Re: MX-17 to MX-18 update testing
Posted: Tue Dec 04, 2018 6:56 pm
by fehlix
Full upgrade success with my little play mobile "Aspire A114-31" (aka "Aspire 1")
All working fine: splash, wifi, touchpad ... fast and smooth
Code: Select all
System: Host: mxlinux Kernel: 4.19.4-antix.1-amd64-smp x86_64 bits: 64 compiler: gcc v: 6.3.0
Desktop: Xfce 4.12.3 Distro: MX-18_x64 Continuum March 14 2018
base: Debian GNU/Linux 9 (stretch)
Machine: Type: Laptop System: Acer product: Aspire A114-31 v: V1.09 serial: <filter>
Mobo: APL model: Bulbasaur_AP_S v: V1.09 serial: <filter> UEFI: Insyde v: 1.09 date: 10/17/2017
Battery: ID-1: BAT1 charge: 34.5 Wh condition: 34.5/37.0 Wh (93%) model: PANASONIC AP16M5J status: Full
CPU: Topology: Quad Core model: Intel Pentium N4200 bits: 64 type: MCP arch: Goldmont rev: 9
L2 cache: 1024 KiB
flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 8755
Speed: 870 MHz min/max: 800/2500 MHz Core speeds (MHz): 1: 870 2: 1399 3: 1509 4: 1409
Graphics: Device-1: Intel Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series Integrated Graphics
driver: i915 v: kernel bus ID: 00:02.0
Display: x11 server: X.Org 1.19.2 driver: intel resolution: 1920x1080~60Hz
OpenGL: renderer: Mesa DRI Intel HD Graphics 505 (Broxton) v: 4.5 Mesa 18.2.6 direct render: Yes
Audio: Device-1: Intel Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series Audio Cluster
driver: snd_hda_intel v: kernel bus ID: 00:0e.0
Sound Server: ALSA v: k4.19.4-antix.1-amd64-smp
Network: Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169 v: kernel
port: 1000 bus ID: 02:00.1
IF: eth0 state: down mac: <filter>
Device-2: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter driver: ath10k_pci v: kernel
port: 1000 bus ID: 03:00.0
IF: wlan0 state: up mac: <filter>
Drives: Local Storage: total: 58.24 GiB used: 8.36 GiB (14.4%)
ID-1: /dev/mmcblk0 model: DF4064 size: 58.24 GiB
Partition: ID-1: / size: 20.41 GiB used: 8.31 GiB (40.7%) fs: ext4 dev: /dev/mmcblk0p5
ID-2: swap-1 size: 4.00 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/mmcblk0p6
Sensors: System Temperatures: cpu: 43.0 C mobo: N/A
Fan Speeds (RPM): N/A
Repos: Active apt repos in: /etc/apt/sources.list.d/antix.list
1: deb https://ftp.nluug.nl/os/Linux/distr/mxlinux/antix/stretch/ stretch main
Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
1: deb http://ftp2.de.debian.org/debian/ stretch-updates main contrib non-free
Active apt repos in: /etc/apt/sources.list.d/debian.list
1: deb http://ftp2.de.debian.org/debian/ stretch main contrib non-free
2: deb http://security.debian.org/ stretch/updates main contrib non-free
Active apt repos in: /etc/apt/sources.list.d/devrepo.list
1: deb http://mxrepo.com/mx/testrepo/ mx18 dev
Active apt repos in: /etc/apt/sources.list.d/local-apt-repository.list
1: deb [trusted=yes] file:///var/lib/local-apt-repository/ ./
2: deb-src [trusted=yes] file:///var/lib/local-apt-repository/ ./
Active apt repos in: /etc/apt/sources.list.d/mx.list
1: deb https://ftp.nluug.nl/os/Linux/distr/mxlinux/mx/repo/ stretch main non-free
No active apt repos in: /etc/apt/sources.list.d/various.list
Active apt repos in: /etc/apt/sources.list.d/vivaldi.list
1: deb http://repo.vivaldi.com/stable/deb/ stable main
Info: Processes: 210 Uptime: 7m Memory: 3.70 GiB used: 505.4 MiB (13.4%) Init: SysVinit runlevel: 5
Compilers: gcc: 6.3.0 Shell: bash v: 4.4.12 inxi: 3.0.25

Re: MX-17 to MX-18 update testing
Posted: Tue Dec 04, 2018 6:57 pm
by dolphin_oracle
fehlix wrote: Tue Dec 04, 2018 6:56 pm
Full upgrade success with my little play mobile "Aspire A114-31" (aka "Aspire 1")
All working fine: splash, wifi, touchpad ... fast and smooth
Code: Select all
System: Host: mxlinux Kernel: 4.19.4-antix.1-amd64-smp x86_64 bits: 64 compiler: gcc v: 6.3.0
Desktop: Xfce 4.12.3 Distro: MX-18_x64 Continuum March 14 2018
base: Debian GNU/Linux 9 (stretch)
Machine: Type: Laptop System: Acer product: Aspire A114-31 v: V1.09 serial: <filter>
Mobo: APL model: Bulbasaur_AP_S v: V1.09 serial: <filter> UEFI: Insyde v: 1.09 date: 10/17/2017
Battery: ID-1: BAT1 charge: 34.5 Wh condition: 34.5/37.0 Wh (93%) model: PANASONIC AP16M5J status: Full
CPU: Topology: Quad Core model: Intel Pentium N4200 bits: 64 type: MCP arch: Goldmont rev: 9
L2 cache: 1024 KiB
flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 8755
Speed: 870 MHz min/max: 800/2500 MHz Core speeds (MHz): 1: 870 2: 1399 3: 1509 4: 1409
Graphics: Device-1: Intel Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series Integrated Graphics
driver: i915 v: kernel bus ID: 00:02.0
Display: x11 server: X.Org 1.19.2 driver: intel resolution: 1920x1080~60Hz
OpenGL: renderer: Mesa DRI Intel HD Graphics 505 (Broxton) v: 4.5 Mesa 18.2.6 direct render: Yes
Audio: Device-1: Intel Atom/Celeron/Pentium Processor N4200/N3350/E3900 Series Audio Cluster
driver: snd_hda_intel v: kernel bus ID: 00:0e.0
Sound Server: ALSA v: k4.19.4-antix.1-amd64-smp
Network: Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet driver: r8169 v: kernel
port: 1000 bus ID: 02:00.1
IF: eth0 state: down mac: <filter>
Device-2: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter driver: ath10k_pci v: kernel
port: 1000 bus ID: 03:00.0
IF: wlan0 state: up mac: <filter>
Drives: Local Storage: total: 58.24 GiB used: 8.36 GiB (14.4%)
ID-1: /dev/mmcblk0 model: DF4064 size: 58.24 GiB
Partition: ID-1: / size: 20.41 GiB used: 8.31 GiB (40.7%) fs: ext4 dev: /dev/mmcblk0p5
ID-2: swap-1 size: 4.00 GiB used: 0 KiB (0.0%) fs: swap dev: /dev/mmcblk0p6
Sensors: System Temperatures: cpu: 43.0 C mobo: N/A
Fan Speeds (RPM): N/A
Repos: Active apt repos in: /etc/apt/sources.list.d/antix.list
1: deb https://ftp.nluug.nl/os/Linux/distr/mxlinux/antix/stretch/ stretch main
Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
1: deb http://ftp2.de.debian.org/debian/ stretch-updates main contrib non-free
Active apt repos in: /etc/apt/sources.list.d/debian.list
1: deb http://ftp2.de.debian.org/debian/ stretch main contrib non-free
2: deb http://security.debian.org/ stretch/updates main contrib non-free
Active apt repos in: /etc/apt/sources.list.d/devrepo.list
1: deb http://mxrepo.com/mx/testrepo/ mx18 dev
Active apt repos in: /etc/apt/sources.list.d/local-apt-repository.list
1: deb [trusted=yes] file:///var/lib/local-apt-repository/ ./
2: deb-src [trusted=yes] file:///var/lib/local-apt-repository/ ./
Active apt repos in: /etc/apt/sources.list.d/mx.list
1: deb https://ftp.nluug.nl/os/Linux/distr/mxlinux/mx/repo/ stretch main non-free
No active apt repos in: /etc/apt/sources.list.d/various.list
Active apt repos in: /etc/apt/sources.list.d/vivaldi.list
1: deb http://repo.vivaldi.com/stable/deb/ stable main
Info: Processes: 210 Uptime: 7m Memory: 3.70 GiB used: 505.4 MiB (13.4%) Init: SysVinit runlevel: 5
Compilers: gcc: 6.3.0 Shell: bash v: 4.4.12 inxi: 3.0.25
how do the font descriptions look on your updated system?
Re: MX-17 to MX-18 update testing
Posted: Tue Dec 04, 2018 7:12 pm
by fehlix
dolphin_oracle wrote: Tue Dec 04, 2018 6:57 pm
how do the font descriptions look on your updated system?
only those mscorefonts still in czech-like descriptions
EDIT:
Update: Just gone through the whole list:
only "Arial" and "Courier New" shows this "czech"-symptom on the style-selections even the othes from mscorefonts are translated.
Let's see what the diff from our sourcce and the one available on sf.
Re: MX-17 to MX-18 update testing
Posted: Tue Dec 04, 2018 7:12 pm
by dolphin_oracle
fehlix wrote: Tue Dec 04, 2018 7:12 pm
dolphin_oracle wrote: Tue Dec 04, 2018 6:57 pm
how do the font descriptions look on your updated system?
only those mscorefonts still in czech-like descriptions
same here. weird.
Re: MX-17 to MX-18 update testing
Posted: Tue Dec 04, 2018 7:35 pm
by fehlix
dolphin_oracle wrote: Tue Dec 04, 2018 7:12 pm
fehlix wrote: Tue Dec 04, 2018 7:12 pm
dolphin_oracle wrote: Tue Dec 04, 2018 6:57 pm
how do the font descriptions look on your updated system?
only those mscorefonts still in czech-like descriptions
same here. weird.
need to check the source of those ... and compare
Note: those fonts normaly are even not needed on linux as we have for most of them good alteranatives available.
Surely understand the user does only know Arial and most have no idea of the identical looking
fonts linux like "Nimbus Sans L" or "Liberation Sans" for Arial
or "Nimbus Mono L" for "Courier New" ...

Re: MX-17 to MX-18 update testing
Posted: Wed Dec 05, 2018 7:47 am
by NGIB
Have updated my 3 main laptops and all is well. I'm glad this method is available as I run a highly modified version of MX and I hate doing all the work again...
Re: MX-17 to MX-18 update testing
Posted: Thu Dec 06, 2018 6:48 am
by oops
No big problems detected so far, except a systemd-logind failed warning below:
Code: Select all
$ inxi -S
System: Host: XEON Kernel: 4.18.9-localmodconfig-01.efi x86_64 bits: 64 Desktop: Xfce 4.12.3
Distro: MX-18_x64 Continuum March 14 2018
$ # dmesg -k -l emerg,alert,crit,err,warn
dmesg | egrep -i --color 'error|critical|failed|warn'
...
[ 27.108802] systemd-logind[3002]: Failed to start user service, ignoring: Unknown unit: user@115.service
[ 67.951081] systemd-logind[3002]: Failed to start user service, ignoring: Unknown unit: user@1002.service
Re: MX-17 to MX-18 update testing
Posted: Thu Dec 06, 2018 6:07 pm
by philotux
Hi all,
Just wondered if I need to disable the devrepo now after the upgrade from 17.1 to 18 beta. Sorry if it has been asked and answered already.
cheers
philotux