LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 07-15-2016, 02:02 AM   #31
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,572
Blog Entries: 19

Rep: Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451

You're right. It goes much faster like that. But it also introduces extra complications.

Now I have quite a few pages done on my local fork (the documentation main page and most of the pages that directly open from it). I shall need to sync the online fork with it, and there is no room for trial and error; if I sync it in the wrong direction, I will lose all the work I have done over the last three days. In which case, I shall probably curse you and all your advice in language unbecoming to a woman of my age!

So please give clear instructions. Then, when my online fork is updated, presumably you can do some kind of diff operation with the main fork and pull through the edited pages.

I haven't touched the manual yet. I assume there are many pages in that. And there are one or two specific documentation pages where the English and the French texts diverge notably, which may call for some discussion between us. I have been using the French text as a guide because there were some English sentences that I just couldn't make sense of.
 
Old 07-16-2016, 08:30 AM   #32
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,572
Blog Entries: 19

Rep: Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451
Oops! Found an error!

I'm working through the manual now (it's actually a specific manual for post-install configuration and I think that ought to be made clear). And under Setting the Clock, it suggests that you can tell whether your hardware clock is set to UTC or local time by giving the command "hwclock -r" and seeing if the result agrees with wall time. Now that will not work because hwclock corrects the time silently according to your Linux time setting before displaying it. Consequently a match between the displayed time and the wall clock does not necessarily mean that the hardware clock is set to local time. It simply means that Linux and the hardware clock agree about what kind of time is being shown.

I think a better way would be to use "hwclock -r --debug". This will run hwclock in debug mode and it will show the actual time on the clock as well as any corrected time. If the corrected time does not match wall time, you can then decide whether to use hwclock to reset the clock or whether to modify /etc/sysconfig/clock to match the actual clock setting.
 
Old 07-16-2016, 09:56 AM   #33
tnut
NuTyX Founder
 
Registered: May 2016
Location: Switzerland
Distribution: NuTyX
Posts: 136

Original Poster
Rep: Reputation: Disabled
Whouah. I'm impress. One ting you need this to know:

Here a few commands to know:

1. Ask git what is the status:
Code:
git status
2. Prepare a commit by adding a modify file:
Code:
git add www/en/houaphan-man.html
3. Commit your change:
Code:
git commit -m "Whatdidyouchangeforexampleasamessage"
4. Whenever you want, you can "push" your job to YOUR copy of your work. The command is very simple if your git config is correctly configure:

Code:
git push
and you're done. Means you're job is safe and I can already used it (by creating a pull request)

I recommand you some reading if you've never use this tool. It won't be waste of time as it's indeed become a wide used tool for tracking files changes:

The official doc is not bad:
https://git-scm.com/documentation


Now I'm quite sure you're getting a message says you don't have write access. If that's the case No panic.

You just have to adjust your .git/config file. Everything related to your account is set in that one. If you have writing problems just paste me your core/.git/config file

Last edited by tnut; 07-16-2016 at 10:20 AM. Reason: Adding a few commands
 
Old 07-16-2016, 11:24 AM   #34
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,572
Blog Entries: 19

Rep: Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451
OK, pushed to github. No errors. All these files are in their final form, so if you like them, you can put them up. There are a couple of pages that I'm still working on and I haven't added those. And of course there are files I haven't touched yet.

PS: Is there some way we can discuss specific editing problems privately without boring everyone else on this forum?
 
Old 07-16-2016, 11:37 AM   #35
tnut
NuTyX Founder
 
Registered: May 2016
Location: Switzerland
Distribution: NuTyX
Posts: 136

Original Poster
Rep: Reputation: Disabled
Quote:
Is there some way we can discuss specific
You can post on github.com/NuTyX/core/commits for example
 
Old 07-17-2016, 03:10 PM   #36
tnut
NuTyX Founder
 
Registered: May 2016
Location: Switzerland
Distribution: NuTyX
Posts: 136

Original Poster
Rep: Reputation: Disabled
Thanks a lot for what you did so far. We really appreciate
Keep going, it's great

Thierry
 
Old 07-18-2016, 10:15 AM   #37
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,572
Blog Entries: 19

Rep: Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451
Quote:
Originally Posted by tnut View Post
You can post on github.com/NuTyX/core/commits for example
I haven't found an on-screen button for doing that. I find the github site impossibly complex and difficult to navigate, and the online help is bloody useless too. I think I'm really too old for this game.

In the meantime, I have completed translations for the five scenarios and the "Build your own NuTyX" page that they all link to and I've pushed them up for you to look at.

I've also noticed something strange on my NuTyX system. When I used the command sudo cards install cards.devel, it appeared to install all the dependencies (I could see a lot of glibc header files scrolling past) but not the cards.devel package itself. I had to unpack and install it by hand. I wonder why.
 
Old 07-19-2016, 12:41 PM   #38
tnut
NuTyX Founder
 
Registered: May 2016
Location: Switzerland
Distribution: NuTyX
Posts: 136

Original Poster
Rep: Reputation: Disabled
Quote:
I find the github site impossibly complex and difficult to navigate
You absolutely right. Very frustrating in the beginning. Maybe as a tip. Check your mail and you receive one everytime somebody commit or comment yours. If you click on "respond on git.hub" might be a good way to start to become a bit familiar.

Thanks a lot for your translation work, I'm really impress

Quote:
When I used the command sudo cards install cards.devel, it appeared to install all the dependencies...not the cards.devel package itself.
If you decide to make some development like build some packages or whatever, you need a compiler, glibc headers, automake, autoconf etc. That's exactly the idea of the cards.devel package. I think you didn't see it but I'm 99 % sure it was installed. If you want to see what's installed:

Code:
cards list
If you want to have info about a package:

Code:
cards info cards.devel
will give you all the infos about the cards.devel package

Last edited by tnut; 07-19-2016 at 01:05 PM. Reason: Add link
 
Old 07-19-2016, 01:07 PM   #39
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,572
Blog Entries: 19

Rep: Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451
Yes, of course I expected a lot of dependencies - basically everything that Debian puts into its build-essential package. But the actual cards.devel package should have been installed right at the end of the installation sequence and it wasn't. I know that because the pkgmk and pkgadd commands were not available until I unpacked cards.develnnnnnnnn.cards.tar.xz and copied the contents by hand to their appropriate locations.

So here's the question: what would cause the installation sequence to be interrupted before its last step? Just curious!
 
Old 07-19-2016, 01:18 PM   #40
tnut
NuTyX Founder
 
Registered: May 2016
Location: Switzerland
Distribution: NuTyX
Posts: 136

Original Poster
Rep: Reputation: Disabled
Quote:
But the actual cards.devel package should have been installed right at the end of the installation sequence and it wasn't.
You miss something here:
The package cards is made of two parts:

- the /bin/cards binary for a "normal" user who's not interested in compilation and so on (scenario A). It care about downloads, dependencies for all your binaries packages you need but no compilation (pure binary distro)
- the /usr/bin/pkgadd, /usr/bin/pkgrm, /usr/bin/pkginfo, /usr/bin/pkgmk binaries and various scripts for a user who want to start with compilation. Those directs commands don't knows anything about downloading binaries. It up to you compile whatever you want from sources (pure sources distro)

Means, ... yes you get actually TWO Type of distros in one. Thats the reason of thoses scenarios and collections organisation
 
Old 07-19-2016, 01:30 PM   #41
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,572
Blog Entries: 19

Rep: Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451Reputation: 4451
Quote:
Originally Posted by tnut View Post
- the /usr/bin/pkgadd, /usr/bin/pkgrm, /usr/bin/pkginfo, /usr/bin/pkgmk binaries and various scripts for a user who want to start with compilation.
So why weren't those programs installed by the command
Code:
cards install cards.devel
? Why did I have to install them by hand? That's what I want to know.
 
Old 07-19-2016, 01:40 PM   #42
tnut
NuTyX Founder
 
Registered: May 2016
Location: Switzerland
Distribution: NuTyX
Posts: 136

Original Poster
Rep: Reputation: Disabled
Unfortunatly I cannot tell you as they is no install.log (yet). Do you remember some printout message ?

With the comming NuTyX 8.2 version, I will be able to answer you better because a install.log will be available. This log will track all actions regarding configuration and installation of your NuTyX. Right from the beginning

Last edited by tnut; 07-19-2016 at 02:01 PM. Reason: Some message from cards ?
 
Old 11-19-2017, 12:44 PM   #43
TheExplorer
LQ Newbie
 
Registered: Nov 2017
Posts: 14

Rep: Reputation: Disabled
Hello, Tnut !

Your distro looks really interesting, not to say about its systemd-freedom that I've been seeking for a long time.
I have one question though: do you plan to generate new version i686 images ? Version 9.91 is only x86_64 as I see

P.S. I have some troubles installing mate. I've read your Documentation. After installing NuTyX_i686-9.1.iso I did:

get xorg
get mate mate-extra
get lxdm / slim (tried both of them)

Rebooted. But after entering user/password at the login prompt I'm getting something like "Failed blah blah..." on a black screen. Sorry, I can't remember what it was exactly (I tried it a week ago at work and then I deleted this virtual machine). After seeing this video on YouTube (watch?v=6A7lMsHmpoY) I'm stuck because he didn't install lxdm/slim at all. Just mate and voila... If you need some details I will install it again and give you the needed output or logs etc. (you just name them). I'd really like to use this distro and help develop it!

Also, what is this graphical environment I get when I do 'startx' ? And why is started at F1 ? And how to kill it ?

Sorry for a lot of questions I get used to Debian (been using it since 2007).

Thank you!

Last edited by TheExplorer; 11-20-2017 at 12:31 PM.
 
Old 11-20-2017, 12:31 PM   #44
TheExplorer
LQ Newbie
 
Registered: Nov 2017
Posts: 14

Rep: Reputation: Disabled
Wow, I reinstalled it and now it works...
But only when I choose 'MATE' instead of 'Default'.

1) How can I make MATE the default one?

2) Do I really need lxdm if there is xdm already? If yes, how can I tell it to run MATE?

3) How can I tell if I need 'base', 'gui', 'gui-extra' and other groups of packages installed and what do they include?

4) How can I clean packages cache after installing? Well, it consumes disk space.

Thank you for your feedback! Hope to get to know your distro and help with Documentation etc. on your site (English, checking/correcting mistakes). Well, if you want.

Last edited by TheExplorer; 11-20-2017 at 12:52 PM.
 
Old 11-20-2017, 01:08 PM   #45
GentleThotSeaMonkey
Member
 
Registered: Dec 2016
Posts: 338
Blog Entries: 4

Rep: Reputation: 128Reputation: 128
@tnut: wonderful distribution
Question: might NuTyX work on either of these 2 tablet models? Thank you for your contribution😊
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I use kernel from certain distribution with other distribution? X20055 Linux - Distributions 8 09-30-2015 08:49 PM
How to generate complex gaussian distribution? (real gaussian distribution is given) carolasu Programming 2 03-15-2014 05:10 PM
move development environment from distribution to distribution ikkyusan Linux - Desktop 1 07-06-2010 04:23 AM
Customizing a distribution to add my artwork and design for a brand new distribution caa718 Linux From Scratch 3 03-19-2006 05:03 PM
Contents of /etc/<distribution>_version and /etc/<distribution>-release ghaefb Linux - Distributions 6 02-03-2006 06:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 12:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration