[blfs-support] polkitkit patch

2019-05-10 Thread spiky via blfs-support

http://www.linuxfromscratch.org/patches/blfs/svn/polkit-0.115-security_patch-3.patch

returns 404

where is the patch?

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] BLFS systemd 239?

2018-07-30 Thread spiky
Built lfs systemd svn, moved onto blfs, systemd is at 238, I have used 
the 239 version with the 238 configure "didn't use 238 patch"  but get 
an error. I have Pam both Doc Books and libxslt installed


FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=gnu99 -O3 -Wextra 
-Werror=undef -Wlogical-op -Wmissing-include-dirs -Wold-style-definition 
-Wpointer-arith -Winit-self -Wfloat-equal -Wsuggest-attribute=noreturn 
-Werror=missing-prototypes -Werror=implicit-function-declaration 
-Werror=missing-declarations -Werror=return-type 
-Werror=incompatible-pointer-types -Werror=format=2 -Wstrict-prototypes 
-Wredundant-decls -Wmissing-noreturn -Wimplicit-fallthrough=5 -Wshadow 
-Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Werror=overflow 
-Werror=shift-count-overflow -Werror=shift-overflow=2 -Wdate-time 
-Wnested-externs -ffast-math -fno-common -fdiagnostics-show-option 
-fno-strict-aliasing -fvisibility=hidden -fstack-protector 
-fstack-protector-strong --param=ssp-buffer-size=4 -fPIE 
-ffunction-sections -fdata-sections -Wno-unused-parameter 
-Wno-missing-field-initializers -Wno-unused-result 
-Wno-format-signedness -Wno-error=nonnull -Werror=shadow -include 
config.h -fPIC  -MD -MQ 
'journal-core@sta/src_journal_journald-server.c.o' -MF 
'journal-core@sta/src_journal_journald-server.c.o.d' -o 
'journal-core@sta/src_journal_journald-server.c.o' -c 
../src/journal/journald-server.c

../src/journal/journald-server.c: In function ‘server_process_datagram’:
../src/journal/journald-server.c:1134:45: error: ‘SCM_SECURITY’ 
undeclared (first use in this function); did you mean ‘PF_SECURITY’?

  cmsg->cmsg_type == SCM_SECURITY) {
 ^~~~
 PF_SECURITY
../src/journal/journald-server.c:1134:45: note: each undeclared 
identifier is reported only once for each function it appears in
[249/1488] Compiling C object 
'journal-core@sta/src_journal_journald-context.c.o'.

ninja: build stopped: subcommand failed.

Any help has some built it?

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] harfbuzz

2018-07-29 Thread spiky

http://www.linuxfromscratch.org/patches/blfs/svn/harfbuzz-1.8.4-test_fix-1.patch

the link above dosnt work, in either systemd or sysv svn versions


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] pygobject-3.28.2 error

2018-04-23 Thread spiky

Trying to build pygobject-3.28.2 and recieve an error

checking whether /usr/bin/python3 version >= 2.7... yes
checking for /usr/bin/python3 version... 3.6
checking for /usr/bin/python3 platform... linux
checking for /usr/bin/python3 script directory... 
${prefix}/lib/python3.6/site-packages
checking for /usr/bin/python3 extension module directory... 
${exec_prefix}/lib/python3.6/site-packages

checking for /usr/bin/python3 >= 3.4... yes
checking for python version... (cached) 3.6
checking for python platform... (cached) linux
checking for python script directory... (cached) 
${prefix}/lib/python3.6/site-packages
checking for python extension module directory... (cached) 
${exec_prefix}/lib/python3.6/site-packages

checking for headers required to compile python extensions... found
../configure: line 13688: ./libtool: No such file or directory
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
checking for GLIB - version >= 2.38.0... yes (version 2.56.1)
checking for FFI... yes
checking for GIO... yes
checking for GI... yes
checking for gobject-introspection... yes
checking for CAIRO... yes
checking for PYCAIRO... no
configure: error: Package requirements (py3cairo >= 1.11.1
    ) were not met:

No package 'py3cairo' found


I have built  pycairo 1.17.0 using python3.

/usr/lib/python3.6/site-packages/pycairo-1.17.0-py3.6-linux-x86_64.egg/cairo/_cairo.cpython-36m-x86_64-linux-gnu.so

Python3 has been reinstalled in blfs and cairo is built. I have checked 
on an earlier build system and I have


/usr/include/pycairo/py3cairo.h

/usr/share/pkgconfig/py3cairo.pc

but not in this build? What have I missed please?

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] Webkit 2.20.1 error

2018-04-16 Thread spiky
Building Webkit 2,20,1 I get an error fails to find 
"/webkitgtk-2.20.1/Source/JavaScriptCore/JSContextRef.h"


This file is in "/webkitgtk-2.20.1/Source/JavaScriptCore/API/JSContextRef.h"


it is read from the file 
/webkitgtk-2.20.1/Source/JavaScriptCore/API/JSHeapFinalizerPrivate.h


(#ifndef JSHeapFinalizerPrivate_h
#define JSHeapFinalizerPrivate_h

#include 
#include )

How can I get round this error. Also is it going to be able to find 
other files?


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] blfs systemd fails

2018-04-12 Thread spiky



On 12/04/18 19:38, Thanos Baloukas wrote:

On 12/04/2018 09:01 μμ, spiky wrote:

Building systemd-238 fails with 3 errors "patch applied"


../src/basic/missing.h:528:17: error: expected identifier before numeric
constant #define MS_MOVE 8192

../src/shared/bus-unit-util.c:1073:42: error: ‘MS_REC’ undeclared (first
use in this function); did you mean ‘DT_REG’?
uint64_t flags = MS_REC;

I am building in chroot, to get past these errors I applied the sed's 
from lfs systemd which it finished to build.


Is the issue because I,m building "chroot",  dont think thats a problem



On the following mail

http://lists.linuxfromscratch.org/pipermail/blfs-dev/2018-April/034328.html 



I sent an updated patch which included the header's fixes by the
LFS-systemd book, and Bruce replied that committed that. Not sure what
happened.

I dont have either libgpg or libgcrypt installed, so the error not 
related to them

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] blfs systemd fails

2018-04-12 Thread spiky

Building systemd-238 fails with 3 errors "patch applied"


../src/basic/missing.h:528:17: error: expected identifier before numeric
constant #define MS_MOVE 8192

../src/shared/bus-unit-util.c:1073:42: error: ‘MS_REC’ undeclared (first
use in this function); did you mean ‘DT_REG’?
uint64_t flags = MS_REC;

I am building in chroot, to get past these errors I applied the sed's 
from lfs systemd which it finished to build.


Is the issue because I,m building "chroot",  dont think thats a problem

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] Blfs svn systemd patch named wrong

2018-04-12 Thread spiky

As the subject sayes

wget will give this patch systemd-238-upstream_fixes-1.patch

the book command systemd-238-upstream_fixes.patch-1

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] gnupg-1.4.7

2018-04-07 Thread spiky

sorry ignore mail on this gnupg-1.4.7. my bad "how old is gnupg-1.4.7"

must of pick up old book.

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] gnupg-1.4.7

2018-04-07 Thread spiky
Building gnupg-1.4.7 i get an error, I have not built any optinal deps 
and there are no recommended or requireded deps


/home/spiky/build/gnupg-1.4.7/mpi/mpi-inline.h:70: multiple definition 
of `mpihelp_add'
../mpi/libmpi.a(mpi-add.o):/home/spiky/build/gnupg-1.4.7/mpi/mpi-inline.h:70: 
first defined here

../mpi/libmpi.a(mpih-rshift.o): In function `mpihelp_sub_1':
/home/spiky/build/gnupg-1.4.7/mpi/mpi-inline.h:86: multiple definition 
of `mpihelp_sub_1'
../mpi/libmpi.a(mpi-add.o):/home/spiky/build/gnupg-1.4.7/mpi/mpi-inline.h:86: 
first defined here

../mpi/libmpi.a(mpih-rshift.o): In function `mpihelp_sub':
/home/spiky/build/gnupg-1.4.7/mpi/mpi-inline.h:116: multiple definition 
of `mpihelp_sub'
../mpi/libmpi.a(mpi-add.o):/home/spiky/build/gnupg-1.4.7/mpi/mpi-inline.h:116: 
first defined here

../mpi/libmpi.a(mpi-cmp.o): In function `mpihelp_add_1':
/home/spiky/build/gnupg-1.4.7/mpi/mpi-inline.h:40: multiple definition 
of `mpihelp_add_1'
../mpi/libmpi.a(mpi-add.o):/home/spiky/build/gnupg-1.4.7/mpi/mpi-inline.h:40: 
first defined here

../mpi/libmpi.a(mpi-cmp.o): In function `mpihelp_add':
/home/spiky/build/gnupg-1.4.7/mpi/mpi-inline.h:70: multiple definition 
of `mpihelp_add'
../mpi/libmpi.a(mpi-add.o):/home/spiky/build/gnupg-1.4.7/mpi/mpi-inline.h:70: 
first defined here

../mpi/libmpi.a(mpi-cmp.o): In function `mpihelp_sub_1':
/home/spiky/build/gnupg-1.4.7/mpi/mpi-inline.h:86: multiple definition 
of `mpihelp_sub_1'
../mpi/libmpi.a(mpi-add.o):/home/spiky/build/gnupg-1.4.7/mpi/mpi-inline.h:86: 
first defined here

../mpi/libmpi.a(mpi-cmp.o): In function `mpihelp_sub':
/home/spiky/build/gnupg-1.4.7/mpi/mpi-inline.h:116: multiple definition 
of `mpihelp_sub'
../mpi/libmpi.a(mpi-add.o):/home/spiky/build/gnupg-1.4.7/mpi/mpi-inline.h:116: 
first defined here

collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:434: mpicalc] Error 1
make[2]: Leaving directory '/home/spiky/build/gnupg-1.4.7/tools'
make[1]: *** [Makefile:382: all-recursive] Error 1
make[1]: Leaving directory '/home/spiky/build/gnupg-1.4.7'
make: *** [Makefile:318: all] Error 2

configure finished fine just on make it errors

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] lxsession gtk3 error

2018-03-15 Thread spiky



On 15/03/18 19:15, Armin K. wrote:

On 15.3.2018. 19:47, spiky wrote:

Just built lxsesseion with " --enable-gtk3, It fails looking for.

lxpolkit/main.c:29:10: fatal error: unique/unique.h: No such file or 
directory.

The problem is "unique.h" is in /usr/include/unique-1.0/unique/unique.h.
if I adjust the make.c file I can make it find unique.h but then it 
fails to find other files also in

/usr/include/unique-1.0/unique/
it seems to be looking in /usr/include/unique/. It builds with gtk2 
fine.


Dose a "sed" need to be added to the book?




There's gtk3 version of libunique, also known as libunique-3.0. 
libunique-1.0 is for gtk2, so you can't use it here.


http://ftp.acc.umu.se/pub/gnome/sources/libunique/3.0/

It's coinstallable with libunique-1.0.

Then this needs adding to the book since --enable-gtk3 is an option for 
lxsession

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] lxsession gtk3 error

2018-03-15 Thread spiky

Just built lxsesseion with " --enable-gtk3, It fails looking for.

lxpolkit/main.c:29:10: fatal error: unique/unique.h: No such file or 
directory.

The problem is "unique.h" is in /usr/include/unique-1.0/unique/unique.h.
if I adjust the make.c file I can make it find unique.h but then it 
fails to find other files also in

/usr/include/unique-1.0/unique/
it seems to be looking in /usr/include/unique/. It builds with gtk2 fine.

Dose a "sed" need to be added to the book?
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Elfutils

2018-03-06 Thread spiky



On 06/03/18 20:16, Bruce Dubbs wrote:

spiky wrote:
I have just looked at mesa svn systemd and elfutils is missing, Is it 
not required any more? Also in stable.


Or is LLVM taking it,s place?


libelf is now in LFS.  That's the only thing needed for systemd.

  -- Bruce

Even that the build instrutions for elfutils is different than LFS build.
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] Elfutils

2018-03-06 Thread spiky
I have just looked at mesa svn systemd and elfutils is missing, Is it 
not required any more? Also in stable.


Or is LLVM taking it,s place?

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] GPGME dep

2018-02-18 Thread spiky



On 18/02/18 21:53, Pierre Labastie wrote:

On 18/02/2018 18:23, spiky wrote:

There dosn't seem to be away to install without GnuPG, I tried disabling the
test for it but requires gpg.
GnuGP is down as optional (tests) There dosn't seem to be ant option to
disable it

What is the error message? I cannot find a test in configure involving gpg or
gnupg...

If you run the tests, then gnupg is supposed to be installed, unless you pass
--disable-gpg-tests to configure. But tests are optional, and so is gnupg.

Pierre

Nope didn't run any tests, it was during make it failed looking for gpg, 
I think it decended in to a test dir then failed, hence why I disabled ( 
--disable-gpg, --disable-gpgsm,). I didn't  use "--disable-gpg-tests".  
Once I had built Gnupg it ran make fine.

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] GPGME dep

2018-02-18 Thread spiky
There dosn't seem to be away to install without GnuPG, I tried disabling 
the test for it but requires gpg.
GnuGP is down as optional (tests) There dosn't seem to be ant option to 
disable it

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] mupdf missing dep

2018-02-17 Thread spiky

MuPDF seems to require glu.h from GLU-9.0.0

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Libraw error

2018-02-15 Thread spiky



On 15/02/18 21:42, Armin K. wrote:

On 15.2.2018. 20:06, spiky wrote:

lfs/blfs systemd svn version. I get an error with make on Libraw-0.18.7.

This look suspect

internal/dcraw_common.cpp: In member function ‘void 
LibRaw::PentaxLensInfo(unsigned int, unsigned int)’:
internal/dcraw_common.cpp:6830:80: error: call of overloaded 
‘powf64(int, int)’ is ambiguous
 10*(table_buf[iLensData+9]>>2) * powf64(4, 
(table_buf[iLensData+9] & 0x03)-2);

^

there are alot of lines similar to above

final error

make: *** [Makefile:856: internal/dcraw_common.lo] Error 1

all deps are built

Any help thanks



sed -i "s#powf64#dc_&#g" internal/dcraw_common.cpp


Thanks Armin it built now

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] Libraw error

2018-02-15 Thread spiky

lfs/blfs systemd svn version. I get an error with make on Libraw-0.18.7.

This look suspect

internal/dcraw_common.cpp: In member function ‘void 
LibRaw::PentaxLensInfo(unsigned int, unsigned int)’:
internal/dcraw_common.cpp:6830:80: error: call of overloaded 
‘powf64(int, int)’ is ambiguous
    10*(table_buf[iLensData+9]>>2) * powf64(4, (table_buf[iLensData+9] 
& 0x03)-2);

^

there are alot of lines similar to above

final error

make: *** [Makefile:856: internal/dcraw_common.lo] Error 1

all deps are built

Any help thanks

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] pulseaudio error FIX

2018-02-13 Thread spiky

Regarding pulseaudio I applied the patch and it built pulseaudio-11.1

https://bugs.freedesktop.org/attachment.cgi?id=136927&action=edit

so I hope this info helps.

It seems it,s a problem with new glibc.

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] pulseaudio error

2018-02-13 Thread spiky
Just tried building pulseaudio-11.1 and tried the older pulseaudio-10.0 
as well, On top of latest systemd svn and recieve an error


In file included from pulsecore/shm.c:48:0:
./pulsecore/memfd-wrappers.h:36:19: error: static declaration of 
‘memfd_create’ follows non-static declaration

 static inline int memfd_create(const char *name, unsigned int flags) {
   ^~~~
In file included from /usr/include/bits/mman-linux.h:115:0,
 from /usr/include/bits/mman.h:45,
 from /usr/include/sys/mman.h:41,
 from pulsecore/shm.c:37:
/usr/include/bits/mman-shared.h:46:5: note: previous declaration of 
‘memfd_create’ was here

 int memfd_create (const char *__name, unsigned int __flags) __THROW;
 ^~~~
make[3]: *** [Makefile:7993: pulsecore/libpulsecommon_10.0_la-shm.lo] 
Error 1


I also found a bug report on it

https://www.mail-archive.com/pulseaudio-bugs@lists.freedesktop.org/msg08374.html

Any help with this please

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] libxshmfence 1.2 Xorg Libaries

2018-02-07 Thread spiky



On 07/02/18 15:20, Bruce Dubbs wrote:

spiky wrote:

Hi

Just built latest lfs svn "systemd" all worked fine, moved onto BLFS 
X I,m getting an error at "xorg libaries"


libxshmfence 1.2. it errors with

configure: error: C compiler cannot create executables.

Looking through config log I find this.

configure:3509: checking whether the C compiler works
configure:3531: gcc $CFLAGS -D_GNU_SOURCE   conftest.c >&5
gcc: error: $CFLAGS: No such file or directory


Edit configure and have it put out $CFLAGS.  Are you setting CFLAGS?
It is hard to know without more details.

  -- Bruce


I have not added a CFLAGS this is from the install script
"

case $packagedir in
libxshmfence* )
  ./configure $XORG_CONFIG CFLAGS='$CFLAGS -D_GNU_SOURCE' "

So i,m just using the script from blfs
http://www.linuxfromscratch.org/blfs/view/systemd/x/x7lib.html

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] libxshmfence 1.2 Xorg Libaries

2018-02-07 Thread spiky

Hi

Just built latest lfs svn "systemd" all worked fine, moved onto BLFS X 
I,m getting an error at "xorg libaries"


libxshmfence 1.2. it errors with

configure: error: C compiler cannot create executables.

Looking through config log I find this.

configure:3509: checking whether the C compiler works
configure:3531: gcc $CFLAGS -D_GNU_SOURCE   conftest.c  >&5
gcc: error: $CFLAGS: No such file or directory

Any help with this please

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] lightdm

2018-01-05 Thread spiky



On 05/01/18 18:30, Bruce Dubbs wrote:

I have added lightdm to BLFS.

http://www.linuxfromscratch.org/blfs/view/svn/x/lightdm.html
http://www.linuxfromscratch.org/blfs/view/systemd/x/lightdm.html

In doing the development, I thought this was a particularly involved 
install procedure.   I request that others try this package and 
provide feedback on any errors or omissions.


  -- Bruce

Just a note A typo in

tar -xf ../lightdm-gtk-greeter-2.0.3.tar.gz &&
cd lightdm-gtk-greeter

should be lightdm-gtk-greeter-2.0.3

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] ref nmapplet

2017-12-09 Thread spiky

there is a typo in network manager applet

|-Denable-wwan=flase|


||-Denable-wwan=false||

||only minor but thought I would point it out
||

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] Mtab contents showing in File manager

2017-10-04 Thread spiky
I have just built the latest LFS-dev version "20170924", followed with 
blfs, installed LXDE and XFCE. I have found that Both Pcmanfm and Thunar 
show the contents of MTAB,


example, dev, proc, hugepages, systemd, cpuset. and more, these are all 
in the side panel of the file manager under places. Gvfs and Udisks are 
NOT installed, I,m sure this is not the cause.


Has anyone any idea why this should happen


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] sshfs

2017-07-01 Thread spiky



On 07/01/17 20:18, Thanos Baloukas wrote:

On 01/07/2017 09:38 μμ, spiky wrote:

Following the systemd svn book

I can not get sshfs to mount remote fs as a user. "fusermount: mount
failed: Operation not permitted"

ssh works fine, the mountpoint is in user home,

sudo sshfs works.

/bin/fusermount 755,  /usr/bin/sshfs 755


Did you uncomment the option user_allow_other in /etc/fuse.conf ?

Hi Found the error, /bin/fusermount was set to 755 and should of been 
4755,  It used to be in /usr/bin there it worked fine.
I changed the permissions to 4755 all works correctly, so something 
wrong in the book.


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] sshfs

2017-07-01 Thread spiky

Following the systemd svn book

I can not get sshfs to mount remote fs as a user. "fusermount: mount 
failed: Operation not permitted"


ssh works fine, the mountpoint is in user home,

sudo sshfs works.

/bin/fusermount 755,  /usr/bin/sshfs 755

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] sshfs fails as user

2017-06-17 Thread spiky
Installed fuse-2.9.7 and fuse-3.0.1 and sshfs I cant mount a remote dir 
as user, root can do it fine. I can ssh into remote ok as user. The 
error I get is


fusermount: mount failed: Operation not permitted

-rwxr-xr-x 1 root root 109952 Jun 17 20:51 /bin/fusermount.

Any ideas please

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] LXQT Taskmanager

2017-01-02 Thread spiky
I have installed Lxqt svn, and the taskbar manager dosn't show any 
"running or minimized applications". If i minimize a app the only way to 
get it back is Alt-Tab, the task manager is listed in panel.


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Unique-3.0

2016-10-08 Thread spiky



On 10/08/16 22:26, Rob wrote:

What I am doing is not strictly part of BLFS, but I hope I can get
some help anyway. I promise not to ask too many slightly OT questions
like this here.
I am building mate, caja file manager. It wants a package called
unique-3.0
In BLFS, we have a package called
libunique-1.1.6
Obviously the number isn't the same, but is that what the
configure scrip is looking for? Libunique?
Thanks for your forbearance.
Building Mate isn't as hard as I thought it would be; I just followed
the general roadmap for building Gnome and it seems to be going
ok so far.
They really need updated install from source
documentation though.
found a blfs from 2012 
http://archive.linuxfromscratch.org/blfs-museum/snapshot-20121101/blfs-20121102/general/libunique.html

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Unique-3.0

2016-10-08 Thread spiky



On 10/08/16 22:26, Rob wrote:

What I am doing is not strictly part of BLFS, but I hope I can get
some help anyway. I promise not to ask too many slightly OT questions
like this here.
I am building mate, caja file manager. It wants a package called
unique-3.0
In BLFS, we have a package called
libunique-1.1.6
Obviously the number isn't the same, but is that what the
configure scrip is looking for? Libunique?
Thanks for your forbearance.
Building Mate isn't as hard as I thought it would be; I just followed
the general roadmap for building Gnome and it seems to be going
ok so far.
They really need updated install from source
documentation though.

also look in http://ftp.lfs-matrix.net/pub/blfs/7.10/l/
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Unique-3.0

2016-10-08 Thread spiky



On 10/08/16 22:26, Rob wrote:

What I am doing is not strictly part of BLFS, but I hope I can get
some help anyway. I promise not to ask too many slightly OT questions
like this here.
I am building mate, caja file manager. It wants a package called
unique-3.0
In BLFS, we have a package called
libunique-1.1.6
Obviously the number isn't the same, but is that what the
configure scrip is looking for? Libunique?
Thanks for your forbearance.
Building Mate isn't as hard as I thought it would be; I just followed
the general roadmap for building Gnome and it seems to be going
ok so far.
They really need updated install from source
documentation though.

here is libunique-3

http://ftp.gnome.org/pub/gnome/sources/libunique/3.0/
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] blfs-systemd-units-20160602 missing units

2016-10-08 Thread spiky
The "blfs-systemd-units-20160602" package is missing alot of units, 
LXDM, WICD and there are some others?

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] wicd.service missing

2016-09-26 Thread spiky



On 09/24/16 22:20, spiky wrote:

blfs-systemd-units-20160602 is missing wicd.service file


Ok update

Wicd comes with a .service file when installed so running


systemctl start wicd.service will start the daemon

systemctl enable wicd.service will enable at boot

Hope this helps for book info.

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] wicd.service missing

2016-09-24 Thread spiky



On 09/24/16 23:10, akhiezer wrote:

From: spiky 
Date: Sat, 24 Sep 2016 22:20:20 +0100
Subject: [blfs-support] wicd.service missing

blfs-systemd-units-20160602 is missing wicd.service file



Maybe related to:

http://www.linuxfromscratch.org/blfs/view/stable/basicnet/wicd.html
==
" Command Explanations
sed -e ... -i setup.py: The first expression in this sed command
prevents installation of logrotate and systemd configuration
files. You may omit it if you use these utilities. The second one
fixes building with BLFS."

?



akh





--

I,m using systemd

http://www.linuxfromscratch.org/blfs/view/systemd/basicnet/wicd.html
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] wicd error

2016-09-24 Thread spiky



On 09/24/16 23:03, akhiezer wrote:

From: spiky 
Date: Sat, 24 Sep 2016 19:34:39 +0100
Subject: Re: [blfs-support] wicd error


.
.

in the email. Anyways, after running the sed command and before
running configure, edit setup.py, line 321, and line up the
indentation on that line with the other lines.

That fixed it thanks for that.


NB of course that the sed includes also the
'.../wpath.logrotate\|wpath.systemd/d...' part, and not just the
indentation part; so be sure that the former has been applied too.


More generally, do you understand what's going on when a single commmand
is written/issued across multiple lines, with '\' at the end of each
line except for the last.




akh





--


I was using the systemd version

sed "/detection failed/ a\ self.init=\'init\/default\/wicd\'" \


I think your last comment was for init version which are different.

sed -e "/wpath.logrotate\|wpath.systemd/d" \
-e "/detection failed/ a\self.init=\'init\/default\/wicd\'" 
\

And no I,m not very good with sed commands



-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] wicd.service missing

2016-09-24 Thread spiky

blfs-systemd-units-20160602 is missing wicd.service file

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] wicd error

2016-09-24 Thread spiky



On 09/24/16 19:26, Paul Hentschel wrote:

On 09/24/2016 02:21 PM, Paul Hentschel wrote:

On 09/24/2016 02:15 PM, Paul Hentschel wrote:

On 09/24/2016 01:53 PM, spiky wrote:

sed "/detection failed/ a\ self.init=\'init\/default\/wicd\'" \
-i.orig setup.py &&

rm po/*.po   &&

python setup.py configure --no-install-kde \
  --no-install-acpi\
  --no-install-pmutils \
  --no-install-init\
--no-install-gnome-shell-extensions \
  --docdir=/usr/share/doc/wicd-1.7.4



Try this and tell me if it works:
sed "/detection failed/ a\ self.init=\'init\/default\/wicd\'" \
-i.orig setup.py &&

rm po/*.po   &&

python setup.py configure --no-install-kde \
  --no-install-acpi\
  --no-install-pmutils \
  --no-install-init\
  --no-install-gnome-shell-extensions \
  --docdir=/usr/share/doc/wicd-1.7.4

Paul


Hmm, the extra spaces I added are not in the reply I sent. I added 15
spaces after the a\ in the sed to make it work for a total of 16 spaces.
Here it is again:

sed "/detection failed/ a\ self.init=\'init\/default\/wicd\'" \
-i.orig setup.py &&

rm po/*.po   &&

python setup.py configure --no-install-kde \
  --no-install-acpi\
  --no-install-pmutils \
  --no-install-init\
  --no-install-gnome-shell-extensions \
  --docdir=/usr/share/doc/wicd-1.7.4

Paul


It appears the extra spaces I add to that line keep getting stripped 
in the email. Anyways, after running the sed command and before 
running configure, edit setup.py, line 321, and line up the 
indentation on that line with the other lines.

That fixed it thanks for that.
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] wicd error

2016-09-24 Thread spiky



On 09/24/16 19:15, Paul Hentschel wrote:

On 09/24/2016 01:53 PM, spiky wrote:

sed "/detection failed/ a\ self.init=\'init\/default\/wicd\'" \
-i.orig setup.py &&

rm po/*.po   &&

python setup.py configure --no-install-kde \
  --no-install-acpi\
  --no-install-pmutils \
  --no-install-init\
  --no-install-gnome-shell-extensions \
  --docdir=/usr/share/doc/wicd-1.7.4



Try this and tell me if it works:
sed "/detection failed/ a\ self.init=\'init\/default\/wicd\'" \
-i.orig setup.py &&

rm po/*.po   &&

python setup.py configure --no-install-kde \
  --no-install-acpi\
  --no-install-pmutils \
  --no-install-init\
  --no-install-gnome-shell-extensions \
  --docdir=/usr/share/doc/wicd-1.7.4

Paul

nope same error

wicd-1.7.4$ sed "/detection failed/ a\ self.init=\'init\/default\/wicd\'" \
> -i.orig setup.py &&
>
> rm po/*.po   &&
>
> python setup.py configure --no-install-kde \
>   --no-install-acpi\
>   --no-install-pmutils \
>   --no-install-init\
>   --no-install-gnome-shell-extensions \
>   --docdir=/usr/share/doc/wicd-1.7.4
  File "setup.py", line 321
self.init='init/default/wicd'
^
IndentationError: unindent does not match any outer indentation level

Even with the 2nd one you sent

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] wicd error

2016-09-24 Thread spiky



On 09/24/16 18:19, akhiezer wrote:

 From blfs-support-boun...@lists.linuxfromscratch.org Sat Sep 24 17:55:25 2016
To: blfs-support@lists.linuxfromscratch.org
From: spiky 
Date: Sat, 24 Sep 2016 18:15:36 +0100
Subject: Re: [blfs-support] wicd error



On 09/24/16 17:31, akhiezer wrote:

From: spiky 
Date: Sat, 24 Sep 2016 17:44:55 +0100
Subject: [blfs-support] wicd error

Trying to build wicd I get an error, I think with the sed


|sed "/detection failed/ a\self.init=\'init\/default\/wicd\'" \> -i.orig

Why have you got an '>' in there - it's wrong:

Ref: http://www.linuxfromscratch.org/blfs/view/stable/basicnet/wicd.html
==
sed -e "/wpath.logrotate\|wpath.systemd/d" \
   -e "/detection failed/ a\
self.init=\'init\/default\/wicd\'" \
   -i.orig setup.py



(You need to be able to self-detect such things.)



setup.py File "setup.py", line 321 self.init='init/default/wicd' ^
IndentationError: unindent does not match any outer indentation level|


.
.

--

Sorry the > was miscopied, it,s the return in the terminal new line
--


Issue the sed command properly; the '\' at the end of lines 1 & 2,
should be followed immediately by a newline/return - as you'll have
encountered many times thru lfs then blfs, if you are now at wicd.


akh





-


so if I copy and paste the command from the book as with all others I 
have done it fails.


sed "/detection failed/ a\ self.init=\'init\/default\/wicd\'" \ -i.orig 
setup.py && rm po/*.po && python setup.py configure --no-install-kde \ 
--no-install-acpi \ --no-install-pmutils \ --no-install-init \ 
--no-install-gnome-shell-extensions \ --docdir=/usr/share/doc/wicd-1.7.4 |File "setup.py", line 321 self.init='init/default/wicd' ^ 
IndentationError: unindent does not match any outer indentation level 
Sorry if I,m not grasping something, but I have not had issues with 
other commands. |




-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] wicd error

2016-09-24 Thread spiky



On 09/24/16 17:31, akhiezer wrote:

From: spiky 
Date: Sat, 24 Sep 2016 17:44:55 +0100
Subject: [blfs-support] wicd error

Trying to build wicd I get an error, I think with the sed


|sed "/detection failed/ a\self.init=\'init\/default\/wicd\'" \> -i.orig


Why have you got an '>' in there - it's wrong:

Ref: http://www.linuxfromscratch.org/blfs/view/stable/basicnet/wicd.html
==
sed -e "/wpath.logrotate\|wpath.systemd/d" \
  -e "/detection failed/ a\
self.init=\'init\/default\/wicd\'" \
  -i.orig setup.py



(You need to be able to self-detect such things.)



setup.py File "setup.py", line 321 self.init='init/default/wicd' ^
IndentationError: unindent does not match any outer indentation level|




akh





--

Sorry the > was miscopied, it,s the return in the terminal new line
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] wicd error

2016-09-24 Thread spiky

Trying to build wicd I get an error, I think with the sed


|sed "/detection failed/ a\self.init=\'init\/default\/wicd\'" \> -i.orig 
setup.py File "setup.py", line 321 self.init='init/default/wicd' ^ 
IndentationError: unindent does not match any outer indentation level|


-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] LXDE shutdown problem

2016-09-06 Thread spiky



On 05/09/16 21:40, Thanos Baloukas wrote:

On 05/09/2016 08:37 μμ, spiky wrote:



On 05/09/16 05:24, Thanos Baloukas wrote:

On 04/09/2016 11:06 μμ, spiky wrote:


  Hi Thanos, Followed your advice in xorg server systemd-logind

Put in ~/.xserverrc

#!/bin/sh

exec /usr/bin/Xorg -nolisten tcp "$@" vt$XDG_VTNR

Fixed my error as well thks, so something is a miss some where it 
seems?



I'm glad you finally solved that. I can't really tell what is the cause
of the problem. On my own builds I deviate a lot from the books,
so I don't have a reference point. If I had the time I would make
by the books builds as well.


  I will also try Douglas,s  idea of reinstalling Xorg server to see
what happens.


What about dbus? If lxde uses dbus-launch you must rebuild it too.

Nope didn't work so reverted back to your suggestion which works, so for 
the moment I'll leave it it as it is, thks for help.

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] LXDE shutdown problem

2016-09-05 Thread spiky



On 05/09/16 05:24, Thanos Baloukas wrote:

On 04/09/2016 11:06 μμ, spiky wrote:


  Hi Thanos, Followed your advice in xorg server systemd-logind

Put in ~/.xserverrc

#!/bin/sh

exec /usr/bin/Xorg -nolisten tcp "$@" vt$XDG_VTNR

Fixed my error as well thks, so something is a miss some where it seems?


I'm glad you finally solved that. I can't really tell what is the cause
of the problem. On my own builds I deviate a lot from the books,
so I don't have a reference point. If I had the time I would make
by the books builds as well.

 I will also try Douglas,s  idea of reinstalling Xorg server to see 
what happens.

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] LXDE shutdown problem

2016-09-04 Thread spiky



On 03/09/16 12:59, Thanos Baloukas wrote:

On 03/09/2016 01:28 μμ, spiky wrote:



On 03/09/16 09:14, Thanos Baloukas wrote:

On 03/09/2016 10:09 πμ, spiky wrote:



On 02/09/16 22:43, Thanos Baloukas wrote:

On 02/09/2016 11:26 μμ, spiky wrote:

Hi


I have an issue with shutdown/reboot using LXDE systemd.

I have installed Linux pam, Polkit on top of lxde systemd, and 
when I

try to shutdown/reboot it asks for root password.

I have built this before the same way but never come across this.
Googling seems to point to polkit problem/bug, they give options to
edit
files. I have checked these files against my other 1,s they are the
same
as I have, I reinstalled polkit made no difference


Does this happen when you shutdown/reboot through the menu
or on command line?

It happens from the lxde logout. From a terminal it would be root
anyway, which is correct.


If the user session is setup correctly, user can shutdown/reboot
on command line as well.


Check your X session:
$ loginctl show-session $XDG_SESSION_ID

   as user

|loginctl show-session $XDG_SESSION_ID Id=1 User=1000 Name=spiky
Timestamp=Sat 2016-09-03 08:52:34 BST TimestampMonotonic=17013282 VTNr=1
Seat=seat0 TTY=/dev/tty1 Remote=no Service=login Scope=session-1.scope
Leader=2070 Audit=1 Type=tty Class=user Active=no State=online
IdleHint=yes IdleSinceHint=1472889146699580 IdleSinceHintMonotonic=0
LockedHint=no|


Mine was on a xfce session on a terminal. On a tty I have

Active=yes
State=active

It seems that something is wrong or missing on your session.
Initially I would review the journal with journalctl and run

systemctl status systemd-logind.service

Then I would make sure the X session is started on the same tty
I login to. I have never used LXDE. If it creates some log review that 
too.







Did you do that as root? If so try as spiky. I get

$ loginctl show-session $XDG_SESSION_ID
Id=c2
User=1000
Name=thanos
Timestamp=Σαβ 2016-09-03 10:47:17 EEST
TimestampMonotonic=32217114
VTNr=1
Seat=seat0
Display=:0
Remote=no
Service=lightdm
Desktop=xfce
Scope=session-c2.scope
Leader=508
Audit=0
Type=x11
Class=user
Active=yes
State=active
IdleHint=no
IdleSinceHint=0
IdleSinceHintMonotonic=0




Check if polkitd and polkit authentication deamons are running:
ps -ef | grep -i polkit

Yes polkit  deamons are running
spiky 2100  2070  0 06:51 tty1 00:00:00 lxpolkit
polkitd   2117 1  0 06:51 ?00:00:00
/usr/lib/polkit-1/polkitd --no-debug
root  2366  2346  0 07:09 pts/200:00:00 grep --color=auto -i
polkit

as user from problem machine||

|ps -ef | grep -i polkit spiky 2160 2137 0 08:52 tty1 00:00:00 lxpolkit
polkitd 2175 1 0 08:53 ? 00:00:00 /usr/lib/polkit-1/polkitd --no-debug
spiky 2324 2309 0 11:10 pts/0 00:00:00 grep --color=auto -i polkit |





Is it the same on your working systems?


I recall that I had problems in the past because the
/usr/share/polkit-1/rules.d directory and it's contents
where not under polkitd user and group ownership.


  drwxr-xr-x 2 rootroot 4096 Sep 2 20:46 actions
drwx-- 2 polkitd root6 Aug 29 20:57 rules.d

There aren't any rules in rules.d.

There are ways listed on google how to hack around it, "edit files"
which I never had to do before.
Same polkit version on other machines as well, which works.




 Hi Thanos, Followed your advice in xorg server systemd-logind

Put in ~/.xserverrc

#!/bin/sh

exec /usr/bin/Xorg -nolisten tcp "$@" vt$XDG_VTNR

Fixed my error as well thks, so something is a miss some where it seems?

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Oxygen-icons

2016-09-03 Thread spiky



On 03/09/16 17:12, Bruce Dubbs wrote:

Wayne Sallee wrote:



On 09/02/2016 12:54 PM, spiky wrote:

Hi

Just going through the new blfs book, would it be possible to have
Oxygen-icons that dont require QT

I.e Oxygen-icons-15.04.3 from BLFS-7.9



Why not qt?


I'm not sure what is being asked.  The install procedure for 
oxygen-icons5 uses cmake.  The CMakeLists.txt says kf5 is required.  
kf5 requires qt5. We do not include transitive required dependencies 
on a page.


  -- Bruce


  oxygen-icons-15.04.3 requires cmake, QT is optional
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Oxygen-icons

2016-09-03 Thread spiky



On 03/09/16 16:16, Wayne Sallee wrote:



On 09/02/2016 12:54 PM, spiky wrote:

Hi

Just going through the new blfs book, would it be possible to have 
Oxygen-icons that dont require QT


I.e Oxygen-icons-15.04.3 from BLFS-7.9



Why not qt?
   Well maybe people might like to use it with XFCE or plain LXDE or 
other lite desktops, that was the reason, QT is a big, build space 
consuming, and just might not want it.  Maybe it,s just me using older 
hardware and lite systems.

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] LXDE shutdown problem

2016-09-03 Thread spiky



On 03/09/16 09:14, Thanos Baloukas wrote:

On 03/09/2016 10:09 πμ, spiky wrote:



On 02/09/16 22:43, Thanos Baloukas wrote:

On 02/09/2016 11:26 μμ, spiky wrote:

Hi


I have an issue with shutdown/reboot using LXDE systemd.

I have installed Linux pam, Polkit on top of lxde systemd, and when I
try to shutdown/reboot it asks for root password.

I have built this before the same way but never come across this.
Googling seems to point to polkit problem/bug, they give options to 
edit
files. I have checked these files against my other 1,s they are the 
same

as I have, I reinstalled polkit made no difference


Does this happen when you shutdown/reboot through the menu
or on command line?

It happens from the lxde logout. From a terminal it would be root
anyway, which is correct.


If the user session is setup correctly, user can shutdown/reboot
on command line as well.


Check your X session:
$ loginctl show-session $XDG_SESSION_ID

  as user

|loginctl show-session $XDG_SESSION_ID Id=1 User=1000 Name=spiky 
Timestamp=Sat 2016-09-03 08:52:34 BST TimestampMonotonic=17013282 VTNr=1 
Seat=seat0 TTY=/dev/tty1 Remote=no Service=login Scope=session-1.scope 
Leader=2070 Audit=1 Type=tty Class=user Active=no State=online 
IdleHint=yes IdleSinceHint=1472889146699580 IdleSinceHintMonotonic=0 
LockedHint=no|








Did you do that as root? If so try as spiky. I get

$ loginctl show-session $XDG_SESSION_ID
Id=c2
User=1000
Name=thanos
Timestamp=Σαβ 2016-09-03 10:47:17 EEST
TimestampMonotonic=32217114
VTNr=1
Seat=seat0
Display=:0
Remote=no
Service=lightdm
Desktop=xfce
Scope=session-c2.scope
Leader=508
Audit=0
Type=x11
Class=user
Active=yes
State=active
IdleHint=no
IdleSinceHint=0
IdleSinceHintMonotonic=0




Check if polkitd and polkit authentication deamons are running:
ps -ef | grep -i polkit

Yes polkit  deamons are running
spiky 2100  2070  0 06:51 tty1 00:00:00 lxpolkit
polkitd   2117 1  0 06:51 ?00:00:00
/usr/lib/polkit-1/polkitd --no-debug
root  2366  2346  0 07:09 pts/200:00:00 grep --color=auto -i 
polkit

   as user from problem machine||

|ps -ef | grep -i polkit spiky 2160 2137 0 08:52 tty1 00:00:00 lxpolkit 
polkitd 2175 1 0 08:53 ? 00:00:00 /usr/lib/polkit-1/polkitd --no-debug 
spiky 2324 2309 0 11:10 pts/0 00:00:00 grep --color=auto -i polkit |






Is it the same on your working systems?


I recall that I had problems in the past because the
/usr/share/polkit-1/rules.d directory and it's contents
where not under polkitd user and group ownership.


  drwxr-xr-x 2 rootroot 4096 Sep 2 20:46 actions
drwx-- 2 polkitd root6 Aug 29 20:57 rules.d

There aren't any rules in rules.d.

There are ways listed on google how to hack around it, "edit files"
which I never had to do before.
Same polkit version on other machines as well, which works.






-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] LXDE shutdown problem

2016-09-03 Thread spiky



On 02/09/16 22:43, Thanos Baloukas wrote:

On 02/09/2016 11:26 μμ, spiky wrote:

Hi


I have an issue with shutdown/reboot using LXDE systemd.

I have installed Linux pam, Polkit on top of lxde systemd, and when I
try to shutdown/reboot it asks for root password.

I have built this before the same way but never come across this.
Googling seems to point to polkit problem/bug, they give options to edit
files. I have checked these files against my other 1,s they are the same
as I have, I reinstalled polkit made no difference


Does this happen when you shutdown/reboot through the menu
or on command line?
It happens from the lxde logout. From a terminal it would be root 
anyway, which is correct.


Check your X session:
$ loginctl show-session $XDG_SESSION_ID


|loginctl show-session $XDG_SESSION_ID EnableWallMessages=no NAutoVTs=6 
KillUserProcesses=yes RebootToFirmwareSetup=no IdleHint=no 
IdleSinceHint=1472882400406219 IdleSinceHintMonotonic=0 
InhibitDelayMaxUSec=5s HandlePowerKey=poweroff HandleSuspendKey=suspend 
HandleHibernateKey=hibernate HandleLidSwitch=suspend 
HandleLidSwitchDocked=ignore HoldoffTimeoutUSec=30s IdleAction=ignore 
IdleActionUSec=30min PreparingForShutdown=no PreparingForSleep=no 
Docked=no RemoveIPC=yes RuntimeDirectorySize=357683200 
InhibitorsMax=8192 NCurrentInhibitors=0 SessionsMax=8192 
NCurrentSessions=1 UserTasksMax=10813|





Check if polkitd and polkit authentication deamons are running:
ps -ef | grep -i polkit

Yes polkit  deamons are running
spiky 2100  2070  0 06:51 tty1 00:00:00 lxpolkit
polkitd   2117 1  0 06:51 ?00:00:00 
/usr/lib/polkit-1/polkitd --no-debug

root  2366  2346  0 07:09 pts/200:00:00 grep --color=auto -i polkit


I recall that I had problems in the past because the
/usr/share/polkit-1/rules.d directory and it's contents
where not under polkitd user and group ownership.


 drwxr-xr-x 2 rootroot 4096 Sep 2 20:46 actions
drwx-- 2 polkitd root6 Aug 29 20:57 rules.d

There aren't any rules in rules.d.

There are ways listed on google how to hack around it, "edit files" 
which I never had to do before.

Same polkit version on other machines as well, which works.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] LXDE shutdown problem

2016-09-02 Thread spiky

Hi


I have an issue with shutdown/reboot using LXDE systemd.

I have installed Linux pam, Polkit on top of lxde systemd, and when I 
try to shutdown/reboot it asks for root password.


I have built this before the same way but never come across this. 
Googling seems to point to polkit problem/bug, they give options to edit 
files. I have checked these files against my other 1,s they are the same 
as I have, I reinstalled polkit made no difference


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] Oxygen-icons

2016-09-02 Thread spiky

Hi

Just going through the new blfs book, would it be possible to have 
Oxygen-icons that dont require QT


I.e Oxygen-icons-15.04.3 from BLFS-7.9

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Gnome on blfs

2016-07-30 Thread spiky



On 30/07/16 20:06, Riccardo Corsi wrote:


Hi, is gnome supported on Blfs or it will be in the future? The last 
Blfs book says no but it is slightly unclear if it is so even building 
on top of Lfs systemd

Thanks Riccardo




Hi yes it builds on systemd

http://www.linuxfromscratch.org/blfs/view/systemd/gnome/gnome.html
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] LXQT minimize windows error

2016-05-21 Thread spiky
I have just built LXQT on systemd dev book it all boots ok, but there is 
1 issue, minimized windows to task manager. They dont appear on the 
panel, the widget is there and I even created a new panel and added task 
manager to that.


I have removed the ~/.cache and .config/lxqt and pcmanfm-pt dirs from 
user, I have also tried as root as well. Has anyne else seen this.


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] btrfs package

2016-05-16 Thread spiky
Glad to see this has been added, But a note LZO-2 is required as a 
dependencie and maybe a note


"--disable-documentaion" if asciidoc is not installed

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] mutter-3.16.3

2016-04-27 Thread spiky



On 27/04/16 22:25, Wayne Blaszczyk wrote:

On Wed, 2016-04-27 at 13:35 +0100, martynvidler wrote:

I,m trying to build Gnome and I get an error with Mutter-3.16.3.
Configure works fine but make errors out


default.c:692:13: error: "Deprecated macro. Use
clutter_actor_is_visible instead" [-Werror]
if (CLUTTER_ACTOR_IS_VISIBLE (preview->actor)
  ^
default.c:705:3: warning: 'clutter_actor_lower' is deprecated: Use
'clutter_actor_set_child_below_sibling' instead [-Wdeprecated-
declarations]
clutter_actor_lower (preview->actor, window_actor);
^
In file included from /usr/include/clutter-1.0/clutter/clutter-
deprecated.h:6:0,
  from /usr/include/clutter-1.0/clutter/clutter.h:111,
  from ../../../src/meta/common.h:32,
  from ../../../src/meta/boxes.h:26,
  from ../../../src/meta/compositor.h:27,
  from ../../../src/meta/meta-plugin.h:26,
  from default.c:24:
/usr/include/clutter-1.0/clutter/deprecated/clutter-actor.h:65:17:
note: declared here
  voidclutter_actor_lower (Clu
tterActor
  ^
cc1: all warnings being treated as errors
Makefile:514: recipe for target 'default_la-default.lo' failed
make[4]: *** [default_la-default.lo] Error 1

I have all deps without a problem

hope we can sort this out
Thanks

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

What version of clutter are you using?
If you are building GNOME 3.16, then you should stick with clutter
1.22.x


Wayne.
Hi I would of only installed the clutter  listed, which is 1.24.2. Taken 
from that page


"Installed Directories : /usr/include/clutter-1.0 and 
/usr/share/gtk-doc/html/{cally,clutter}"


I got round the problem by adding " --enable-compile-warnings=yes"



-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] nss-3.23 error

2016-04-19 Thread spiky

Building nss-3.23 I get an error

|Linux4.4_x86_cc_glibc_PTH_OPT.OBJ/utilpars.o: In function 
`_NSSUTIL_EvaluateConfigDir': 
utilpars.c:(.text._NSSUTIL_EvaluateConfigDir+0x137): undefined reference 
to `PR_GetEnvSecure' collect2: error: ld returned 1 exit status 
../../coreconf/rules.mk:289: recipe for target 
'Linux4.4_x86_cc_glibc_PTH_OPT.OBJ/libnssutil3.so' failed make[2]: *** 
[Linux4.4_x86_cc_glibc_PTH_OPT.OBJ/libnssutil3.so] Error 1 make[2]: 
Leaving directory '/home/spiky/Downloads/nss-3.23/nss/lib/util' 
../coreconf/rules.mk:101: recipe for target 'libs' failed |


I have checked md5sum and redownloaded from lfs-matrix

I can build nss-3.20 ok without error

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Mirror site to get sources that are unavailable

2016-02-29 Thread spiky



On 29/02/16 19:09, Niels Terp wrote:

Hi there,

A number of times lately, I have had problems with download links that were not 
available. In such cases I have tried to use the mirror site stated in BLFS 
(7.8) anduin.linuxfromscratch.org, which should (and previously had) have all 
the sources available for download. However, now I only find very few source 
files there.

Is there another site where these sources can be fetched ? I currently have 
problems downloading 
https://downloads.mariadb.org/interstitial/mariadb-10.0.21/source/mariadb-10.0.21.tar.gz.

Cheers

Niels


try here http://ftp.lfs-matrix.net/pub/blfs/7.8/m/

http://ftp.lfs-matrix.net/pub/blfs/7.8/
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] User login issue libnux-pam

2016-02-07 Thread spiky



On 05/02/16 16:37, Pat Barnes wrote:

On Fri, 2016-02-05 at 08:37 +, martynvidler wrote:

On 05/02/16 04:19, Douglas R. Reno wrote:



On Tue, Feb 2, 2016 at 4:46 PM, Pat Barnes 
wrote:
 On Tue, 2016-02-02 at 17:19 -0500, Munir Contractor wrote:
 >
 >
 > On Tue, Feb 2, 2016 at 1:03 PM, Pat Barnes
 
 > wrote:
 > On Mon, 2016-02-01 at 22:24 +, spiky wrote:
 > > Hi
 > >
 > > I have just installed Linux-pam 1.2.1 then
 reinstalled
 > shadow as
 > > required from BLFS systemd, I am unable to login
 as my user
 > I get
 > > "System is booting up. See pam_nologin(8)",
 root can login
 > with the
 > > same message between login and password. I am
 then able to
 > su - user
 > > once root has logged in.  I have a file
 in /var/run/nologin
 > with the
 > > same message in.
 > > I tried creating a new user to see if they could
 login same
 > problem.
 > > Googling has thrown up this issue but no clear
 way to
 > resolve.
 > >
 > >
 > > I have just built lfs systemd svn
 >
 > The problem is that "something" is setting the
 nolgin file
 > during the
 > boot process, but is not deleting it after it is
 safe. I
 > worked through
 > this problem a few months back but can't remember
 what it was
 > that was
 > setting the file.
 >
 > The workaround is to edit the /etc/pam.d/login
 file and
 > comment out he
 > entry for pam_login.so. e.g.,
 >
 > #auth  requisite pam_login.so
 >
 > Do this until you find out what is creating the
 file and how
 > to get it
 > to turn it off.
 >
 > Perhaps someone else on this list can remember
 what it that
 > causes this
 > problem and how to fix it.
 >
 > In the meantime, assuming that this is for a
 personal
 > computer, there is
 > no harm in disabling the nologin check. It is
 really designed
 > for use
 > with multi-user servers to allow the administrator
 to disable
 > logins
 > during maintenance
 >
 > Pat
 >
 >
 > Hi,
 >
 >
 > I had the exact same issue with PAM, shadow and systemd.
 > The fix I had to do was delete $LFS/run/nologin from the
 host, then
 > login to my LFS system and rebuild systemd.
 >
 >
 > For me, the file /run/nologin was getting created by
 systemd sometime
 > during the shutdown process.
 > I couldn't pinpoint what exactly was creating the file or
 why the file
 > was created, but after I figured out that it was a systemd
 issue, I
 > rebuilt systemd and my login worked fine.
 >
 >
 > A little bit of googling revealed that
 systemd-user-sessions.service
 > is supposed to delete this file during boot, but it seems
 that without
 > PAM+shadow support built into systemd, it fails to delete
 it.
 > Again, this is just my guess since rebuilding systemd
 fixed the issue
 > for me and I didn't probe further.
 
 
 YES - That is the exact fix I couldn't remember. If you look

 in the BLFS
 book for systemd, it will mention that you need to rebuild
 Systemd in
 order for the systemd-logind + pam to work correctly
 
 Pat
 
 >

 >
 
 
 
Yes, that is the exact solution. Should DJ and I make a change (e.g.

a note or warning) to ensure that our users understand that we must
rebuild Systemd in order for PAM / Shadow to work right?


Douglas R. Reno


--LFS/BLFS systemd Maintainer




Hi
I was going to mention that there is no mention of reinstalling
Systemd on Linux-pm page which would help users, so I think that it
would be a good idea.

Ye

Re: [blfs-support] User login issue libnux-pam

2016-02-02 Thread spiky




On 02/02/16 18:03, Pat Barnes wrote:

On Mon, 2016-02-01 at 22:24 +, spiky wrote:

Hi

I have just installed Linux-pam 1.2.1 then reinstalled shadow as
required from BLFS systemd, I am unable to login as my user I get
"System is booting up. See pam_nologin(8)",  root can login with the
same message between login and password. I am then able to su - user
once root has logged in.  I have a file in /var/run/nologin with the
same message in.
I tried creating a new user to see if they could login same problem.
Googling has thrown up this issue but no clear way to resolve.


I have just built lfs systemd svn

The problem is that "something" is setting the nolgin file during the
boot process, but is not deleting it after it is safe. I worked through
this problem a few months back but can't remember what it was that was
setting the file.

The workaround is to edit the /etc/pam.d/login file and comment out he
entry for pam_login.so. e.g.,

#auth  requisite pam_login.so

Do this until you find out what is creating the file and how to get it
to turn it off.

Perhaps someone else on this list can remember what it that causes this
problem and how to fix it.

In the meantime, assuming that this is for a personal computer, there is
no harm in disabling the nologin check. It is really designed for use
with multi-user servers to allow the administrator to disable logins
during maintenance

Pat



Hi Pat

Thats exactly what I did do, I see this is a problem else where as well, 
so hopefully they will get to the bottom of it.

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] User login issue libnux-pam

2016-02-01 Thread spiky

Hi

I have just installed Linux-pam 1.2.1 then reinstalled shadow as 
required from BLFS systemd, I am unable to login as my user I get 
"System is booting up. See pam_nologin(8)",  root can login with the 
same message between login and password. I am then able to su - user 
once root has logged in.  I have a file in /var/run/nologin with the 
same message in.

I tried creating a new user to see if they could login same problem.
Googling has thrown up this issue but no clear way to resolve.


I have just built lfs systemd svn
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] libdrm-2.4.66

2016-01-30 Thread spiky

Disregard my last email,
I found that libpciaccess should of been installed with Xorg Libaries, 
but it seems it was not installed, although I never saw  a failure with 
xorg libaries

sorry
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] libdrm-2.4.66

2016-01-30 Thread spiky
Building Mesa-11.1.11 requires libdrm-2.4.66, which fails with pciaccess 
not found.

It requirers libaccess-0.13.4

needs adding as required
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] Issue with shift+3 key

2015-07-14 Thread spiky

Hi

I am having a strange issue when using "shift+3 key" en_GB keyboard, in 
gui, xfce and lxde.
If I,m in a tty shift+3 works, if I,m in X only it works, gives Pound 
sign, when in either gui xfce or lxde desktop freezes, mouse still 
works. This happens on 2 different Laptops.
It dosn't matter what application I,m using Firefox, Thunderbird, 
Terminal or mousepad, All other keys work correctly

Can any one else produce this or seen this problem.

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] xorg-server-1.17.1 error

2015-05-24 Thread spiky
Building blfs on top of lfs systemd svn I have a error with 
xorg_server-1.17.1.

Config went ok it was make that failed.

make[4]: Entering directory '/sources/xorg-server-1.17.1/hw/xfree86'
  GEN  sdksyms.c
  CC   sdksyms.o
sdksyms.c:313:15: error: expected expression before ‘,’ token
 (void *) &,  /* 
../../inclu

   ^
Makefile:797: recipe for target 'sdksyms.o' failed
make[4]: *** [sdksyms.o] Error 1

Google shows a few problems but I cant find a fix.

Ok found a solution a patch here
http://cgit.freedesktop.org/xorg/xserver/commit/?id=21b896939c5bb242f3aacc37baf12379e43254b6
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] xorg-server-1.17.1 error

2015-05-24 Thread spiky
Building blfs on top of lfs systemd svn I have a error with 
xorg_server-1.17.1.

Config went ok it was make that failed.

make[4]: Entering directory '/sources/xorg-server-1.17.1/hw/xfree86'
  GEN  sdksyms.c
  CC   sdksyms.o
sdksyms.c:313:15: error: expected expression before ‘,’ token
 (void *) &,  /* 
../../inclu

   ^
Makefile:797: recipe for target 'sdksyms.o' failed
make[4]: *** [sdksyms.o] Error 1

Google shows a few problems but I cant find a fix.
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] missing patch?

2015-04-26 Thread spiky

This patch is not in systemd blfs xorg-server was it missed?

http://www.linuxfromscratch.org/patches/blfs/svn/xorg-server-1.17.1-fix_modesetting-1.patch 


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] No b43 wireless no firmware loaded

2015-04-05 Thread spiky


On 05/04/15 23:27, Aleksandar Kuktin wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On Sun, 05 Apr 2015 18:44:44 +0100
spiky  wrote:
Ok the the b43 dir with all firmware is in /lib/firmware, it,s there
when I boot the 3.16.1 kernel, It dosn,t get touched or
changed wifi works. Using Exactley the same kernel .config for other
kernels it wont load.

Next I tried putting b43 dir into linux /firmware dir still fails.
Tried the same again but set  CONFIG_EXTRA_FIRMWARE="b43" Kernel
fails to build "error from gcc recipe for target  firmware/b43.gen.o
failed. I know your gonna say wrong firmware but it,s the same
firmware for 3.16.1 kernel and also copied from debain install

I need to repeat all these steps on my system and see what's up.

- -- 
Svi moji e-mailovi su kriptografski potpisani. Proverite ih.

All of my e-mails are cryptographically signed. Verify them.
- --
You don't need an AI for a robot uprising.
Humans will do just fine.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBAgAGBQJVIba2AAoJEKa4cgqNx31/cdMP/iin/llBf9XVWjamDUp7utrn
JRVjUgprLxafX/tfBillPqhW14aDWfRVy9rD2ggJeeUcLbbdPp2Xq+fK393hxtF6
IP1AYX/3koh2v87jNbrGWaM8AEU5yclcqGRTvyxAXnve5VifpCvsUp3ytBQ44Lzb
RgihD6UqjMwEjlUszGlvLmG5H9D7sfvNKaS53NtbBiYbUctrirGfE4nENbh4/k84
bOQCq9GLgV7BDrjmFryLzuweZUaaGlyqi2U2smiFFCte3uK4yqMGHi8bQulNJoA+
ubBK7surjYfWzwAejlDnXcTBvj+gU0QXjAleg+2n9ZrX86NM637k3RUDqbSvUGe9
JHg28D3qfaBHfef4Hgqp5QnR4TxdGe5gRJTInTH0GkWz9h7QZ3Yx1fmmLRT0zO53
cW3vStk0ib79GNQz5qhHU3RvYOqGHh9D4Zbvj8B685iy3T5XHezlZbTlk5koPw6x
1sq0+XXrCIsCJIYmXrU5szmPoehM81aXV0QB5xapd+HXwnGa7IVMPr2DsTwbDHRK
nUgXRda0854e9klzkFVhM9wQpDdmcOIXHwgQ2puoDHiRHt3HB+VF/ta5sOJtPjwx
IJWo3U1nxM8KKFZRHqVW6oV8WFO8S5Jthi9hfmIC5vQrCs+btmBSBwYbvlXSJ4Ws
ce+xwZKzZ0B22lNsXaDV
=bxDm
-END PGP SIGNATURE-
ok I,m building systemv to see what happens there as well, I will use 
same machine and firmware and kernels I have built.

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] No b43 wireless no firmware loaded

2015-04-05 Thread spiky


On 04/04/15 23:30, Aleksandar Kuktin wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On Sat, 04 Apr 2015 09:59:25 +0100
spiky  wrote:
[1.626696] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
[1.630132] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not
found
[1.633531] b43-phy0 ERROR: You must go to
http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and
download the correct firmware for this driver version. Please
carefully read all instructions on this website.

Yes /lib/firmware/b43/ucode5.fw exists.
I dont change anything in machine or OS between kernel builds

Try putting the firmware into the kernel. Then, if it loads that way,
you will know absolutely certainly that you have the right firmware. If
you do, the problem is somewhere in the helper program "pathway".
Otherwise, you have the wrong firmware.

The option to include the firmware in the kernel image is somewhere in
menuconfig.

- -- 
Svi moji e-mailovi su kriptografski potpisani. Proverite ih.

All of my e-mails are cryptographically signed. Verify them.
- --
You don't need an AI for a robot uprising.
Humans will do just fine.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBAgAGBQJVIGYhAAoJEKa4cgqNx31/QqgP/A5JrNd/FWszG++rgNPht9xk
Odgi0rqJ6CcxvOQucsB3IhjUleIxXZ38tcLOEhLWPKquj8DBabVgFPH+cMfixUVM
I4/sI3Alxu+T98P4SJH1BOv6CEO1eVCQYRIbt6UCBPG7mL27LMJTPK6VlinrO64l
BU3Uepi2Iut0h8h/Ivbg0px3Rq4I5LfUDs+io2IpL8rozAbR8d/hPbCcOBydXZFx
3LaSYmKe5gdCRsTg/aVnq6pezkec4eAs8gTAdixEC6QxcZOyfnMbq51MEU1u0EsB
ciQ2N6FHko6q60kW7ZZmmlJ4GaIHWSRYnTj+6X9fO+CWgQ0zTLRqXvjQPkai6C4Q
SFnn9OUXuuvXWaNIlA3GIxX/H0/S8gLdHKSGF/99jV8ndJ9w4So6MqqGgpuKuLLR
5pziVjrBgBR1lWekryseP+O/VSRH+A9XGqdzbDNktVmOrFrbeT1TSZrMqtCsDxb2
cR2I0bUGtySQ05ZtVAuXS8kaYwBIh1/PtH3FiBgZepLYZeUGYFy5/K6X0jjmoRaw
An2vpL+MB3UCAAnIkEjfGRjWqPbOjcqa8vBU+5biwFmRAC+ATisTPaN66LxvNTmT
J17pxN5NYx/HbqBu4M10bXClG7F3sfVE6aLVFkSLPIatr6YPPoukKP6KsD8iOj3t
zRa3Pwll/GThMbTztrO9
=3Hh6
-END PGP SIGNATURE-
Ok the the b43 dir with all firmware is in /lib/firmware, it,s there 
when I boot the 3.16.1 kernel, It dosn,t get touched or
changed wifi works. Using Exactley the same kernel .config for other 
kernels it wont load.


Next I tried putting b43 dir into linux /firmware dir still fails.
Tried the same again but set  CONFIG_EXTRA_FIRMWARE="b43" Kernel 
fails to build "error from gcc recipe for target  firmware/b43.gen.o failed.
I know your gonna say wrong firmware but it,s the same firmware for 
3.16.1 kernel and also copied from debain install


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] No b43 wireless no firmware loaded

2015-04-04 Thread spiky

Hi

I built systemd svn all built ok boots ok, I cant get wireless to work 
bcm4311 which uses b43 drivers extracted with b43 fwcutter, followed 
this http://linuxwireless.org/en/users/Drivers/b43/ ,As i have done before.

I have tried using kernel 3.19 then tried 3.19.3 then 4.0-rc6.
I went back to a 3.16.1, which is running an earlier lfs same machine 
wifi works, And it works the new build.
I built all kernels with the same config file, even rebuilt 3.16.1 again 
(worked wireless)


dmesg

1.554475] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[1.557067] e100: Copyright(c) 1999-2006 Intel Corporation
[1.559776] e1000: Intel(R) PRO/1000 Network Driver - version 
7.3.21-k8-NAPI

[1.562513] e1000: Copyright (c) 1999-2006 Intel Corporation.
[1.565344] sky2: driver version 1.30
[1.568253] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
[1.586099] b43-phy0: Found PHY: Analog 4, Type 2 (G), Revision 8
[1.588948] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2050, Revision 
2, Version 0

[1.598187] Broadcom 43xx driver loaded [ Features: PNL ]
[1.60] b43 ssb0:0: Direct firmware load for b43/ucode5.fw failed 
with error -2

[1.602164] yenta_cardbus :03:01.0: enabling device ( -> 0003)
[1.602546] yenta_cardbus :03:01.0: CardBus bridge found [1028:0206]
[1.602577] yenta_cardbus :03:01.0: O2: enabling read 
prefetch/write burst. If you experience problems or performance issues, 
use the yenta_socket parameter 'o2_speedup=off'
[1.616606] b43 ssb0:0: Direct firmware load for b43/ucode5.fw failed 
with error -2
[1.619996] b43 ssb0:0: Direct firmware load for b43-open/ucode5.fw 
failed with error -2
[1.623325] b43 ssb0:0: Direct firmware load for b43-open/ucode5.fw 
failed with error -2

[1.626696] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
[1.630132] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
[1.633531] b43-phy0 ERROR: You must go to 
http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and 
download the correct firmware for this driver version. Please carefully 
read all instructions on this website.


Yes /lib/firmware/b43/ucode5.fw exists.
I dont change anything in machine or OS between kernel builds
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] lsb_release

2015-03-28 Thread spiky


On 28/03/15 10:37, Denis Mugnier wrote:

Hi,

On 28/03/2015 11:12, spiky wrote:

Hi

I have /etc/lsb-release, I then installed lsb_release 1.4 as per 
book, I get an error

lsb_release
LSB Version:unavailable.

I presume the sed is to prevent this?

No the sed is only to print unavailalbe instead n/a.
To print the correct version of LSB, you must add in your 
/etc/lsb-release the line :


LSB_VERSION="1.4"

Denis
Ok got it now I pressumed "lsb_release" would print that file I needed 
the -a flag.

Dosn't right to me
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] lsb_release

2015-03-28 Thread spiky


On 28/03/15 10:37, Denis Mugnier wrote:

Hi,

On 28/03/2015 11:12, spiky wrote:

Hi

I have /etc/lsb-release, I then installed lsb_release 1.4 as per 
book, I get an error

lsb_release
LSB Version:unavailable.

I presume the sed is to prevent this?

No the sed is only to print unavailalbe instead n/a.
To print the correct version of LSB, you must add in your 
/etc/lsb-release the line :


LSB_VERSION="1.4"

Denis


Ok that prints now
lsb_release
LSB Version:1.4
how do you get it to show the rest of the info in there?

cat /etc/lsb-release
LSB_VERSION="1.4"
DISTRIB_ID="Linux From Scratch"
DISTRIB_RELEASE="7.7"
DISTRIB_CODENAME="banana-pi"
DISTRIB_DESCRIPTION="Linux From Scratch"


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] lsb_release

2015-03-28 Thread spiky

Hi

I have /etc/lsb-release, I then installed lsb_release 1.4 as per book, I 
get an error

lsb_release
LSB Version:unavailable.

I presume the sed is to prevent this?
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] mouse and keyboard dead when run startx on xorg windows

2014-10-22 Thread spiky


On 22/10/14 10:36, Sainadh J wrote:

Hello,

I followed BLFS 7.6 book,I just complete my xorg windows section which 
is 24th chapter.my mouse and keyboard is not working on xorg windows.3 
to 5 days back I faced same problem with my mouse and keyboard which 
is not woking on xorg windows some friends are suggested fresh 
installation is better to me because I mix sytemd versions in both 
BLFS/LFS so they said it is better to rebuild LFS/BLFS from the 
starting stage .I always follows my friends suggestion so that I 
rebuild the both LFS/BLFS same version i.e 7.6 but still I getting the 
same problem again, i installed every package very carefully,i also 
installed 
libusb,gpm,xf86-input-mouse,xf86-input-keyboard,xf86-input-joystick packages,my kernel 
configuration is fine,i have only one xorg.conf at /etc/X11/,I am sure 
everything I build is perfect but I don't understand why my mouse and 
keyboard is not working. kindly help me how to solve this issue.Thanks 
in advance.




Do you have a "xkb-defaults.conf as described at the bottom of page
http://www.linuxfromscratch.org/blfs/view/stable/x/xorg-config.html


-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] configure: error: expected an absolute directory name for --prefix:

2014-10-21 Thread spiky


On 21/10/14 12:53, Sainadh J wrote:

Hello,
i follows BLFS 7.6 book,when i try to build xorg fonts in 24th chapter 
i getting the following error given that below


make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.
/sources/xc/font
/sources/xc/font/font-winitzki-cyrillic-1.0.3 /sources/xc/font
configure: WARNING: unrecognized options: --disable-static
configure: error: expected an absolute directory name for --prefix: 


make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.
/sources/xc/font
/sources/xc/font/font-xfree86-type1-1.0.4 /sources/xc/font
configure: WARNING: unrecognized options: --disable-static
configure: error: expected an absolute directory name for --prefix: 


make: *** No targets specified and no makefile found.  Stop.
make: *** No rule to make target 'install'.  Stop.
/sources/xc/font


how to solve this issue please help me.thanks in advance.

Did you leave the enviroment reboot etc?

check echo $XORG_PREFIX
and XORG_CONFIG

-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-support] Links vs GPM

2014-09-20 Thread spiky


On 09/20/14 22:49, Dan McGhee wrote:
I've run into what has turned out to be an interesting situation with 
Links and GPM.  In my new, and quite minimal, LFS-7.5 system, I could 
not "copy and paste" using GPM.  In fact, in trying to do this, I got 
no highlighting at all.  Additionally, I could use none of the keys to 
select anything in Links.  I thought that this was the first time I 
had run into this, but, apparently, I have the same situation on my 
{,B}LFS-7.4 system.


I've re-compiled and re-installed, both Links and GPM, trying 
different options each time.  Nothing helped.  The Links page in the 
book talks about using libpng, libTIFF and jpeg-turbo to help Links 
decode images.  I didn't install them because I thought I would be 
working completely with text.


In both systems I can "copy and paste" from terminal-to-terminal using 
vim and command line as the sources for copying.


So that I can continue to "play" with GRUB, I'm going to build Lynx 
and see what happens.


But I sure would appreciate any suggestions on the Links situation.

Thanks,
Dan

I take it you did try Shift and Left mouse key to copy in links, and 
right key to paste


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] dead link

2014-08-09 Thread spiky

Hi

A dead Link

http://www.linuxfromscratch.org/blfs/view/systemd/basicnet/geoclue2.html

should have .tar.xz on end

http://www.freedesktop.org/software/geoclue/releases/2.1/geoclue-2.1.9.tar.xz
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-support] Dead links

2014-08-08 Thread spiky

Hi

http://www.linuxfromscratch.org/blfs/view/systemd/gnome/geocode-glib.html

ftp://ftp.gnome.org/pub/gnome/sources/geocode-glib/3.12/geocode-glib-3.12.2.tar.bz2
http://ftp.gnome.org/pub/gnome/sources/geocode-glib/3.12/geocode-glib-3.12.2.tar.bz2

are both dead

found it here

http://ftp.gnome.org/pub/GNOME/core/3.12/3.12.2/sources/
http://ftp.gnome.org/pub/GNOME/core/3.12/3.12.2/sources/geocode-glib-3.12.2.tar.xz
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page