Re: [gentoo-user] Nvidia GeForce GTX 960

2020-09-14 Thread siefke_lis...@web.de
Hello,

On Sun, 13 Sep 2020 20:44:55 +0200
Wynn Wolf Arbor  wrote:

I take the nv driver in blacklist and now it works. 

Thank you
Silvio 


pgpcXZFdnNfak.pgp
Description: PGP signature


[gentoo-user] Nvidia GeForce GTX 960

2020-09-13 Thread siefke_lis...@web.de
Hello,

i try to run the nvidia card. But it won't work. 

# modprobe nvidia
modprobe: ERROR: could not insert 'nvidia': No such device

# find /lib/modules/5.8.9-x86_64/ -name "*nvidia*"
/lib/modules/5.8.9-x86_64/video/nvidia-drm.ko
/lib/modules/5.8.9-x86_64/video/nvidia-modeset.ko
/lib/modules/5.8.9-x86_64/video/nvidia.ko
/lib/modules/5.8.9-x86_64/kernel/drivers/net/ethernet/nvidia
/lib/modules/5.8.9-x86_64/kernel/drivers/usb/typec/altmodes/typec_nvidia.ko

# emerge -s nvidia
*  sys-firmware/nvidia-firmware
  Latest version available: 340.32
  Latest version installed: 340.32
  Size of files: 37.696 KiB
  Homepage:  https://nouveau.freedesktop.org/wiki/VideoAcceleration/
  Description:   Kernel and mesa firmware for nouveau (video accel and 
pgraph)
  License:   MIT NVIDIA-r2

*  x11-drivers/nvidia-drivers
  Latest version available: 450.66
  Latest version installed: 450.66
  Size of files: 138.796 KiB
  Homepage:  https://www.nvidia.com/Download/Find.aspx
  Description:   NVIDIA Accelerated Graphics Driver
  License:   GPL-2 NVIDIA-r2

# lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 960] 
(rev a1)

# eselect opengl set nvidia
!!! Error: Can't load module opengl
exiting

# cat /etc/portage/make.conf | grep VIDEO
VIDEO_CARDS="nouveau nvidia"

Can someone help what run here wrong? 

Thank you 
Silvio


pgpfSByVnD37v.pgp
Description: PGP signature


Re: [gentoo-user] Brother Printer AMD64

2018-03-15 Thread siefke_lis...@web.de
On Mon, 12 Mar 2018 16:29:28 +0100
Nils Freydank  wrote:

> You can try to setup a chroot or container (e.g. with LXC/LXD or systemd-
> nspawn) for it, but I these would contain a small 32bit system, too.

can I use a gentoo chroot 32 bit, install cups and the driver for the printer
and let it run when I need?


Silvio 


pgp1EhhNKLvqG.pgp
Description: PGP signature


Re: [gentoo-user] Brother Printer AMD64

2018-03-12 Thread siefke_lis...@web.de
On Mon, 12 Mar 2018 17:43:46 +0100
Nils Freydank  wrote:

> This should work (and is the reason for the abi-USE flags). But you need a 
> multilib after all, at least for your compiler - but as far as I know 
> switchting from no-multilib toolchains isn't easy. I never tested that though.

Yes it's not easy. I try gcc glibc but at end failed. So I think it
will be easier buy a new printer.

Thank you at all

Silvio 


pgplcKFOybbRC.pgp
Description: PGP signature


[gentoo-user] Brother Printer AMD64

2018-03-12 Thread siefke_lis...@web.de
Hello,

I have a short question. Is it true that Brother Printer Drivers need 
a multilib System? 

https://github.com/stefan-langenmaier/brother-overlay 

I found this overlay and it seem so that gcc without multilib not work.

Is there a way to build the printer system as 32 bit, or does the whole 
system have to be built accordingly? 

Thank you & Nice Day
Silvio


pgpRe5NlVC6Bc.pgp
Description: PGP signature


[gentoo-user] Tesseract Profile Error

2018-03-04 Thread siefke_lis...@web.de
Hello, 

I try to run tesseract but every command ends in the same mistake: 

tesseract --list-langs
[DS] Profile file not available 
(tesseract_opencl_profile_devices.dat); performing profiling.
Speicherzugriffsfehler

Had someone an idea what can mean it? 


Silvio 


pgpd39lTM437Y.pgp
Description: PGP signature


Re: [gentoo-user] Systemd

2017-11-04 Thread siefke_lis...@web.de
On Sat, 04 Nov 2017 16:58:16 +
Neil Bothwick  wrote:

> It's pretty straightforward, just follow the wiki. The profile takes care of 
> setting the appropriate USE flags. One thing to watch out for is that systemd 
> will not pick up your openrc startup services so save the output from 
> rc-update - s then enable the services after changeover . 

That sounds good then I will do it. Thank you. 

Silvio



[gentoo-user] Systemd

2017-11-04 Thread siefke_lis...@web.de
Hello, 

I have a short question to systemd. I would like to ask your experience 
in the changeover. Was it easy? Were there problems?
Change or reinstall? What mean the profis here?

Thank you for help and have nice weekend.

Silvio 


pgpPdmay_r_Vp.pgp
Description: PGP signature


[gentoo-user] Budgie

2017-08-25 Thread siefke_lis...@web.de
Hello,

Does anyone have experience with the Budgie desktop under Gentoo? 
Installation? Use? Reports would be nice.

I try the live cd of Solus OS and so looks great, but at end I want
not leave Gentoo. That's why I ask. 

Thank you & Nice Weekend
Silvio 




[gentoo-user] Gnutls / Google Chrome

2017-08-03 Thread siefke_lis...@web.de
Hello,

I have updated gnutls v. 3.5.13 and after rebuild google-chrome want not
started. 

Okay link check

sisibox lib64 # ldd /opt/google/chrome/chrome | grep gnu
libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/libstdc++.so.6 
(0x7fd05e7db000)
libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/libgcc_s.so.1 
(0x7fd05e5c4000)
libgnutls.so.28 => not found

So Gnutls missed, I reinstall chrome and become same. I understand not
why because on my package Server:

(amd64) ks3374456 www-client # ldd /opt/google/chrome/chrome | grep gnu
libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/libstdc++.so.6 
(0x7f339c499000)
libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/6.3.0/libgcc_s.so.1 
(0x7f339c282000)
libgnutls.so.30 => /usr/lib64/libgnutls.so.30 (0x7f3399ac9000)

all work. I have deinstall and install, I have use "Source" and Binary
Package. What can do now?

Thank you for help
Silvio


pgpWi0QnQp92j.pgp
Description: PGP signature


Re: [gentoo-user] Perl 5.24.1

2017-01-07 Thread siefke_lis...@web.de
On Sat, 7 Jan 2017 15:20:10 +0200
Alan McKinnon <alan.mckin...@gmail.com> wrote:

> It's prompting you for input. Press Enter

Checking compatibility between /bin/echo and builtin echo (if any)...
Symbolic links are supported.
Checking how to test for symbolic links...
You can test for symbolic links with 'test -h'.
Checking for cross-compile
No targethost for running compiler tests against defined, running locally
Good, your tr supports [:lower:] and [:upper:] to convert case.
Using [:upper:] and [:lower:] to convert case.
aix  bsdos dos_djgpp freeminti386 isc_2 
ncr_tower os400 sco_2_3_2 svr4utekv   
aix_3catamount dragonfly genix   interix  
linux-android netbsdposix-bc  sco_2_3_3 svr5
uwin   
aix_4convexos  dynix gnu irix_4   linux 
newsos4   powerux   sco_2_3_4 ti1500  vos   
altos486 cxux  dynixptx  gnukfreebsd irix_5   lynxos
nonstopux qnx   solaris_2 ultrix_4   
amigaos  cygwinepix  gnuknetbsd  irix_6   
midnightbsd   openbsd   riscosstellar   umips   
atheos   darwinesix4 greenhills  irix_6_0 mips  
opus  sco   sunos_4_0 unicos   
aux_3dcosx fps   haiku   irix_6_1 mirbsd
os2   sco_2_3_0 sunos_4_1 unicosmk   
bitrig   dec_osf   freebsd   hpuxisc  mpc   
os390 sco_2_3_1 super-ux  unisysdynix   
Which of these apply, if any? [linux]  

You appear to have ELF support.  I'll try to use it for dynamic loading.
If dynamic loading doesn't work, read hints/linux.sh for further information.

linux
y
yes


I press enter, yes and so on. Nothing happen. It stay so. 

-- 
Silvio Siefke <siefke_lis...@web.de>


pgpfiX8Nb5_9a.pgp
Description: PGP signature


[gentoo-user] Perl 5.24.1

2017-01-07 Thread siefke_lis...@web.de
Hello,

I try to run update but perl make me trouble. It hangs in configure.
More as this will not happen. Have someone an idea?

Thank you and nice day
Silvio

-

>>> Emerging (1 of 11) dev-lang/perl-5.24.1_rc4::gentoo
 * perl-5.24.1-RC4.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...  
   [ ok ]
 * perl-5.24.1-RC4-patches-2.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ...
   [ ok ]
 * perl-cross-1.1.1.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ... 
   [ ok ]
>>> Unpacking source...
>>> Unpacking perl-5.24.1-RC4.tar.xz to 
>>> /var/tmp/portage/dev-lang/perl-5.24.1_rc4/work
>>> Unpacking perl-5.24.1-RC4-patches-2.tar.xz to 
>>> /var/tmp/portage/dev-lang/perl-5.24.1_rc4/work
>>> Unpacking perl-cross-1.1.1.tar.gz to 
>>> /var/tmp/portage/dev-lang/perl-5.24.1_rc4/work
>>> Source unpacked in /var/tmp/portage/dev-lang/perl-5.24.1_rc4/work
>>> Preparing source in 
>>> /var/tmp/portage/dev-lang/perl-5.24.1_rc4/work/perl-5.24.1-RC4 ...
 * Applying patches from perl-5.24.1-RC4-2 ...
 *   gentoo/hints_hpux.diff ... 
   [ ok ]
 *   gentoo/aix_soname.diff ... 
   [ ok ]
 *   gentoo/EUMM-RUNPATH.diff ...   
   [ ok ]
 *   gentoo/config_over.diff ...
   [ ok ]
 *   gentoo/opensolaris_headers.diff ...
   [ ok ]
 *   gentoo/patchlevel.diff ... 
   [ ok ]
 *   gentoo/cpanplus_definstalldirs.diff ...
   [ ok ]
 *   gentoo/cleanup-paths.diff ...  
   [ ok ]
 *   gentoo/enc2xs.diff ... 
   [ ok ]
 *   gentoo/darwin-cc-ld.diff ...   
   [ ok ]
 *   gentoo/cpan_definstalldirs.diff ...
   [ ok ]
 *   gentoo/interix.diff ...
   [ ok ]
 *   gentoo/create_libperl_soname.diff ...  
   [ ok ]
 *   gentoo/mod_paths.diff ...  
   [ ok ]
 *   gentoo/EUMM_perllocalpod.diff ...  
   [ ok ]
 *   gentoo/drop_fstack_protector.diff ...  
   [ ok ]
 *   gentoo/usr_local.diff ...  
   [ ok ]
 *   gentoo/D-SHA-CFLAGS.diff ...   
   [ ok ]
 *   gentoo/io_socket_ip_tests.diff ... 
   [ ok ]
 *   gentoo/cygwin-libperl.diff ... 
   [ ok ]
 *   gentoo/tests.diff ...  
   [ ok ]
 *   debian/cpan-missing-site-dirs.diff ... 
   [ ok ]
 *   debian/makemaker-pasthru.diff ...  
   [ ok ]
 *   fixes/memoize_storable_nstore.diff ... 

Re: [gentoo-user] Brother Printer

2016-12-12 Thread siefke_lis...@web.de
On Sun, 11 Dec 2016 14:57:07 -0800
Daniel Frey  wrote:

> I have an HP printer and hplip doesn't work with it, so beware...

Uff sometimes really have thoughts go back to Windows. :) I have HP PSC
1215 now from my dad and with hplip it work. Scanner, printer I need to
buy Ink. 

Silvio 


pgp9ZMQp7WIET.pgp
Description: PGP signature


Re: [gentoo-user] Brother Printer

2016-12-11 Thread siefke_lis...@web.de
On Sat, 10 Dec 2016 16:45:46 -0700
Alec Ten Harmsel  wrote:

> I'm on this thread a little late, but does CUPS not work? Every printer
> I've set up on a linux box (only a handful, to be fair) has worked out
> of the box without extra drivers.


I have try now. With generic driver I play but they give only out blank 
pages. No text. I have now try with older hp and hplip it work. So I 
think I will buy a HP Device. I write to Brother Support and ask for 
native 64 support and which printer/scanner/fax combi but no answer. 


Silvio


pgpRYTB1eV7qG.pgp
Description: PGP signature


Re: [gentoo-user] Brother Printer

2016-12-11 Thread siefke_lis...@web.de
On Sat, 10 Dec 2016 16:45:46 -0700
Alec Ten Harmsel  wrote:

> I'm on this thread a little late, but does CUPS not work? Every printer
> I've set up on a linux box (only a handful, to be fair) has worked out
> of the box without extra drivers.

The printer take job but print not out. That's the problem. Im not sure
there is a way to run without driver from brother. 


Silvio


pgps4eidn8hRP.pgp
Description: PGP signature


Re: [gentoo-user] Brother Printer

2016-12-10 Thread siefke_lis...@web.de
On Fri, 09 Dec 2016 16:49:48 +0100
Nils Freydank  wrote:

> would need to migrate to an multilib profile - and I don’t know how awful 
> this 
> would become.

I try and this make me more pain. I stopped. GCC, GLIBC and sandbox not
want compile. Something with blabla.32.h is missing. I find nothing in
documentation how can switch or im blind. (i wear classes :) 

The question is, give printer (Scanner, FAX and Printer Combination) which work
under native x86_64 or all will not work? I try tomorrow with HP from my dad, 
when will work I think I buy new device. After 7 Years this will be ok.  

I read little in Web and what I understand is that HP Devices work easy and 
without any problems. Is it true? I prefer Brother, but what not want that 
not want. 


Silvio


pgppcJUfx_htW.pgp
Description: PGP signature


Re: [gentoo-user] Brother Printer

2016-12-09 Thread siefke_lis...@web.de
On Thu, 8 Dec 2016 12:40:46 -0800
Daniel Frey <djqf...@gmail.com> wrote:

> I am pretty sure the Brother drivers are in a compiled format (you don't 
> compile them when you install them) so it will require multilib. No way 
> around this unless Brother has no-multilib drivers on their website 
> (unlikely.)

That's clear extract the deb file and moved cp -rv usr/ / and so on. 
This all do, I saw brother overlay and from there I saw multilib need
to be activated. 

So I think must search a printer / scanner / fax with make the job without
any needs of driver. Postscript I think will be find and when saw forum of
Linux Users then should buy a HP. 

Silvio
-- 
Silvio Siefke <siefke_lis...@web.de>


pgpux177eCIo4.pgp
Description: PGP signature


Re: [gentoo-user] Brother Printer

2016-12-09 Thread siefke_lis...@web.de
On Thu, 8 Dec 2016 22:02:51 +0100
Bertram Scharpf <li...@bertram-scharpf.de> wrote:

> I have a Brother MFC 7420. Yet, it's not connected to my
> Gentoo but to a FreeBSD box. There, I completely ignored the

Really on FreeBSD? Wow a few years ago I work with FreeBSD and
on mailinglist they not could help to become running. That's 
why I going to Gentoo. 

> recommended drivers. I configured lpd (/etc/printcap) to
> first pipe the PostScript/PDF documents through a
> Ghostscript command. The only real problem was to find the
> proper device driver (ljet2p).
> 
>   gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -sDEVICE=ljet2p -r600 
> -sOutputFile=- -
> 
> Then I wrap around this a simple self-written PJL frame.
> 
> For about 8 years, though not printing too much, I never had
> any problem.
> 
> You can have my PJL generator if you want (It's in Ruby).

Yes thanks if you like to share. 

Silvio
-- 
Silvio Siefke <siefke_lis...@web.de>


pgp30wB8Rsqtc.pgp
Description: PGP signature


[gentoo-user] Brother Printer

2016-12-08 Thread siefke_lis...@web.de
Hello,

when I want use a Brother Printer (MFC 7320) it's need multilib? How can 
I fix this? 

siefke@sisibox ~ $ eselect profile list
Available profile symlink targets:
...
  [11]  default/linux/amd64/13.0/no-multilib *
---

At moment I use no-multilib but what must do for use multilib with a Brother
Multi Function Printer. 

Thank you for help.

Silvio



pgpSFSrAv4Kh1.pgp
Description: PGP signature


Re: [gentoo-user] llvm / clang compile error

2016-08-17 Thread siefke_lis...@web.de
On Wed, 17 Aug 2016 08:36:12 -0400 james  wrote:

> On 08/16/2016 04:43 PM, Silvio Siefke wrote:
> > Please submit a full bug report

https://bugs.gentoo.org/show_bug.cgi?id=591514 

Silvio



Re: [gentoo-user] llvm / clang compile error

2016-08-17 Thread siefke_lis...@web.de
On Wed, 17 Aug 2016 08:36:12 -0400 james  wrote:

Okay i will open Bug Report. But can it be that the memory / swap
is to small?

cat /proc/meminfo 
MemTotal:2024472 kB

cat /proc/swaps 
FilenameTypeSizeUsedPriority
/dev/sda2   partition   2046972 1741732 -1



Silvio



Re: [gentoo-user] HP Elitebook 2540p

2016-02-09 Thread siefke_lis...@web.de
On Tue, 9 Feb 2016 10:03:11 + Thomas Sigurdsen
 wrote:

> Hoy, I'm currently on one Elitebook 2540p, it's an old one though
> (something close to 7 years). I've attached my current kernel config.

Yes old one, for me new cause i used since 2008 only atom netbooksm, 
now with ssd this system run. So fast my mind can not handle hhh :)

> /usr/src/linux/ $ make localmodconfig && make localyesconfig && make
> menuconfig && make -j5 && make modules_install && make
> firmware_install && make install


I run make defconfig and then activate / deactivate what i need. 

When i understand correct is localmodconfig & localyesconfig the same? 
The diffrence is only first activate all as modules, second compile in?

I has now config run, i think the kernel 4.4.0-pf3 has bugs, cause
is beta, with 4.1.0-pf4 now run all. 

http://pf.natalenko.name

Thanks for config i will use. 


> My laptop might have (U)EFI but I have never done anything to it with
> (U)EFI in mind.

EFI must be activated in Bios to use it. But who need it when work all. Ok
sure where nice if we can load iso files without usb but all is not possible.


Thank you all for help & Nice Day
Silvio


pgp1ANHaZLdg8.pgp
Description: PGP signature


Re: [gentoo-user] HP Elitebook 2540p

2016-02-09 Thread siefke_lis...@web.de
On Tue, 9 Feb 2016 02:40:59 +0100  wrote:


> This is ok because this file is just a symlink.

Yes this has saw now, hhh is my first amd64 system.

 
> I never used genkernel so I don't know if your home directory is the

I used genkernel only when i compile the gentoo kernel with all modules,
but this is do less. Genkernel now only good for background (fbsplash).


> On my system the kernel sources are located here:
> /usr/src/linux/

I use symlinks to bring kernel source in /usr/src.

 

> For a SATA AHCI Controller these kernel options should be sufficient:
> CONFIG_ATA
> CONFIG_ATA_ACPI
> CONFIG_SATA_AHCI
> CONFIG_SATA_AHCI_PLATFORM

This is set. 
 
> CONFIG_EXT4_FS
> CONFIG_EXT4_USE_FOR_EXT2
> CONFIG_EXT4_FS_POSIX_ACL
> CONFIG_DNOTIFY
> CONFIG_INOTIFY_USER
> CONFIG_FANOTIFY
 
Is set. For SSD must set special option in kernel config?

> The error message you've seen could also be caused by a misconfigured
> bootloader. Unfortunately you didn't tell us what bootloader you use.

Grub2, when run grub2-mkconfig -o /boot/grub/grub.cfg should set all 
correct or? Filesystem i compile fix in, not as module.

 
> I'm still using the old grub. I don't have any knowledge about grub2, 
> gummiboot or efibootmgr. If you use one of these I can't help you with
> it's configuration. In this case the gentoo handbook should give you
> the information that you need (or some other member of this list).

Yes was thinking take old grub, but i decide for grub2, cause i hear can
load iso files. But so really want not work. 

> You should carefully check your bootloader configuration. If for 
> example the path to your root-partition is wrong then your system 
> cannot boot.

Now all run, after ten dry runs of kernel configs now all work. Self plymouth 
is running, only the dark gentoo theme missed, like slim-gentoo-simple. 

Thank you all & Nice day
Silvio


pgppWzs84U59o.pgp
Description: PGP signature


Re: [gentoo-user] HP Elitebook 2540p

2016-02-09 Thread siefke_lis...@web.de
On Tue, 9 Feb 2016 21:34:06 + Neil Bothwick 
wrote:

> The use of discard is discouraged in many places, because it can
> impact performance. Running fstrim weekly from cron, at a time things
> are quiet, is generally preferred.

Okay, i change now the option in fstab and installed the cronjob from wiki. 
Thank you all for help, very nice.

Nice Day

Silvio Siefke



[gentoo-user] HP Elitebook 2540p

2016-02-08 Thread siefke_lis...@web.de
Hello,

i has buy a newer laptop and now again the kernel make trouble. It
end ever with VFS unable ... so i think something is wrong in 
SATA configuration. 

Has here someone expierence with it to share? 


Thanks & Nice Day

Silvio Siefke

Silvio Siefke


pgpFnckPhPicX.pgp
Description: PGP signature


Re: [gentoo-user] HP Elitebook 2540p

2016-02-08 Thread siefke_lis...@web.de
On Mon, 8 Feb 2016 22:01:11 +0100  wrote:

> Very sparse information. It would be helpful if you would tell us at
Yes sorry but with this kernel become crazy...

> VFS: unable to mount root fs on unknown block...) and also what kind 

This was last message. Now i run genkernel kernel config and delete what
not need. But now come: 

siefke@sisibox ~/.kernel/source/linux-4.4.0-pf3 $ du -sh 
arch/x86_64/boot/bzImage 
0   arch/x86_64/boot/bzImage

> of chipset is inside your laptop (lspci). 

sisibox siefke # lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated 
Graphics Controller (rev 02)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series 
Chipset HECI Controller (rev 06)
00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network 
Connection (rev 05)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High 
Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express 
Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express 
Root Port 2 (rev 05)
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express 
Root Port 4 (rev 05)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface 
Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 6 port 
SATA AHCI Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series 
Chipset Thermal Subsystem (rev 05)
43:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35)
44:06.0 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 25)
44:06.1 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 14)
44:06.2 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev bb)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture 
Generic Non-core Registers (rev 02)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture 
System Address Decoder (rev 02)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
ff:02.1 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor QPI 
Physical 0 (rev 02)
ff:02.2 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor 
Reserved (rev 02)
ff:02.3 Host bridge: Intel Corporation 1st Generation Core i3/5/7 Processor 
Reserved (rev 02)


At moment i stand behind me :)


Thank You & Nice Day
Silvio



Re: [gentoo-user] IPTABLES

2015-12-24 Thread siefke_lis...@web.de
Hello,

On Thu, 24 Dec 2015 15:11:55 +0300 Andrew Savchenko
 wrote:

> ...
> It is a bit old and isn't an ultimate description of all
> iptables features (you have manuals for that), but will give you a
> good understanding of how packet flow works and how they should be
> processed.
> ...

thank you for your information, now i know more where i am. 


Silvio

Silvio Siefke


pgpiggtf558BS.pgp
Description: PGP signature


[gentoo-user] IPTABLES

2015-12-22 Thread siefke_lis...@web.de
Hello,

i try to run iptables, block bad ips and close the system. 

I want run firewall which block all INPUT, only ALLOW services i defined.
Ipset want to use to block spam ips, make it sure awesome as ever set rules 
manuell.

Im not so sure is okay, i has try and read but at end often i kick me out
from rootserver. So better ask what say profis of Gentoo. 

The Firewall Script > http://pastebin.com/b3305i41


Thank you for help & Nice Day

Silvio Siefke


pgpny1UxlIRK_.pgp
Description: PGP signature


[gentoo-user] Xfce Logout/Shutdown/Suspend

2015-09-14 Thread siefke_lis...@web.de
Hello,

In Xfce all buttons are disabled until log off.

I try https://forums.gentoo.org/viewtopic-p-7803094.html but it help 
nothing. 

I not know where should search mistakes and what make me crazy i has it
on both laptops. 

siefke ~ $  ck-list-sessions 
Session1:
unix-user = '1000'
realname = '(null)'
seat = 'Seat2'
session-type = ''
active = FALSE
x11-display = ':0.0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = FALSE
on-since = '2015-09-14T16:50:41.656831Z'
login-session-id = '2'

siefke ~ $  upower -d

Daemon:
  daemon-version:  0.99.2
  on-battery:  yes
  lid-is-closed:   no
  lid-is-present:  yes
  critical-action: PowerOff

Has someone a idea?

Silvio


pgputWlmLeNd1.pgp
Description: PGP signature


Re: [gentoo-user] Xfce Logout/Shutdown/Suspend

2015-09-14 Thread siefke_lis...@web.de
Hello,

On Mon, 14 Sep 2015 20:14:22 +0200 bitlord 
wrote:

> You use consolekit, so how do you start your sessions?

Slim as manager and 

gentoomobile conf.d # cat /etc/X11/Sessions/Xfce4 
ck-launch-session startxfce4

> Also check the USE flags and kernel options needed for consolekit
> which are listed on the wiki link[1]

USE Flags are same like the wiki and kernel option too. 


Silvio


pgpmRQyThNkC4.pgp
Description: PGP signature


Re: [gentoo-user] Xfce Logout/Shutdown/Suspend

2015-09-14 Thread siefke_lis...@web.de
On Mon, 14 Sep 2015 14:31:06 -0400 Eric Timmons 
wrote:

> > Do you use SLiM as your login manager? If so, check out
> > https://bugs.gentoo.org/show_bug.cgi?id=560088

This was, but it called profile not profiles. Maybe some other non 
professionell has same problems. All running, now wait what come
in future with it. 

Thank you all 

Silvio


pgpGxAmXWxaID.pgp
Description: PGP signature


Re: [gentoo-user] Xfce Logout/Shutdown/Suspend

2015-09-14 Thread siefke_lis...@web.de
Hello,

On Mon, 14 Sep 2015 21:15:12 +0300 Alexander Kapshuk
 wrote:


> See if this xfce forum post,
> https://forum.xfce.org/viewtopic.php?id=9360, is of any help.

When i start manual startxfce4 --with-ck-launch all work, i has
write in:

siefke ~ $  cat /etc/env.d/90xsession 
XSESSION="startxfce4 --with-ck-launch"

but after reboot same mistake. 

> equery -q l xfce-base/xfce4-session

siefke ~ $  equery -q l xfce-base/xfce4-session
xfce-base/xfce4-session-4.12.1

> equery -q u xfce-base/xfce4-session

siefke ~ $  equery -q u xfce-base/xfce4-session
-debug
+nls
+policykit
-systemd
+upower
+xscreensaver

> Is this something you've been experiencing for a while now, or is this
> something that's been fairly recent?

Since yesterday. Normal i take off with power button from laptops, but 
today not work, only over shell. 

Thank You & Nice Day
Silvio



Silvio Siefke


pgpPzOlfioADP.pgp
Description: PGP signature


Re: [gentoo-user] Xfce Logout/Shutdown/Suspend

2015-09-14 Thread siefke_lis...@web.de
On Mon, 14 Sep 2015 14:31:06 -0400 Eric Timmons 
wrote:

> And before I get admonished, sorry for top posting :). Didn't send
> from my usual mail client and completely forgot.


Yes, i use slim. Yesterday come update without consolekit. But i 
understand not the bug problem. They write i should set 
"x11-misc/slim -consolekit" > /etc/portage/profiles/package.use.mask
but what should help? Slim not will compile with consolekit and so the
problem is same. Or have something what understand?

siefke / $ cat /etc/portage/profiles/package.use.mask 
x11-misc/slim -consolekit

gentoomobile siefke # emerge -av slim

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R] x11-misc/slim-1.3.6-r3::gentoo  USE="branding pam 
(-consolekit)" 0 KiB


Or has something not understand correct?

Thank you & Nice Day
Silvio


pgpbMyo8dI3hx.pgp
Description: PGP signature


Re: [gentoo-user] Xfce Logout/Shutdown/Suspend

2015-09-14 Thread siefke_lis...@web.de
Hello,

On Mon, 14 Sep 2015 20:47:16 +0200 Heiko Baums 
wrote:

> That's the problem. You need to remove ck-launch-session.

i has delete but this is not the problem. I think is problem with 
the slim and this bug report. But they write from consolekit 1.0, 
i has 0.4.6 installed. But slim not accept consolekit. 

Thank You & Nice Day
Silvio


pgpACekR_qnhd.pgp
Description: PGP signature


[gentoo-user] nginx ssl

2014-11-27 Thread siefke_lis...@web.de
Hello,

has someone here running nginx with comodo ssl? I try it yet since few
hours but nginx say something what i can not understand.

nginx -t
nginx: [emerg] SSL_CTX_use_PrivateKey_file(/var/www/de/etc/ssl/de.key) failed 
(SSL: error:0B080074:x509 certificate routines:X509_check_private_key:key 
values mismatch)
nginx: configuration file /etc/nginx/nginx.conf test failed

I become from comodo a zip with a bundle file and the crt file.

# ssl
ssl_certificate /var/www/de/etc/ssl/de.ca-bundle;
ssl_certificate_key /var/www/de/etc/ssl/de.key;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers 'AES256+EECDH:AES256+EDH';
ssl_prefer_server_ciphers on;

But want not work. Check run with the error message missmatch. Has someone
expierence here?


Thank you  Nice day

Silvio



[gentoo-user] Qt5

2014-11-12 Thread siefke_lis...@web.de
Hello, 

i want install qt5 with the qt overlay. But i become message 

i686-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,--gc-sections -fuse-ld=gold 
-o ../../../bin/moc .obj/moc.o .obj/preprocessor.o .obj/generator.o 
.obj/parser.o .obj/token.o .obj/main.o   
-L/var/tmp/portage/dev-qt/qtcore-5.4.0_beta/work/qtbase-opensource-src-5.4.0-beta/lib
 -lQt5Bootstrap -lz -lpthread 
i686-pc-linux-gnu-g++: error: unrecognized command line option ‘-fuse-ld=gold’
Makefile:147: recipe for target '../../../bin/moc' failed
make: *** [../../../bin/moc] Error 1
 * ERROR: dev-qt/qtcore-5.4.0_beta::qt failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info 
'=dev-qt/qtcore-5.4.0_beta::qt'`,
 * the complete build log and the output of `emerge -pqv 
'=dev-qt/qtcore-5.4.0_beta::qt'`.
 * The complete build log is located at 
'/var/tmp/portage/dev-qt/qtcore-5.4.0_beta/temp/build.log'.
 * The ebuild environment file is located at 
'/var/tmp/portage/dev-qt/qtcore-5.4.0_beta/temp/environment'.
 * Working directory: 
'/var/tmp/portage/dev-qt/qtcore-5.4.0_beta/work/qtbase-opensource-src-5.4.0-beta/src/tools/moc'
 * S: 
'/var/tmp/portage/dev-qt/qtcore-5.4.0_beta/work/qtbase-opensource-src-5.4.0-beta'


I not really found something what can explain it. Can someone help?


Silvio

/ # emerge --info =dev-qt/qtcore-5.4.0_beta::qt
Portage 2.2.8-r2 (default/linux/x86/13.0/desktop, gcc-4.7.3, glibc-2.19-r1, 
3.10.23--std-ipv6-64 i686)
=
 System Settings
=
System uname: 
Linux-3.10.23--std-ipv6-64-i686-Intel-R-_Atom-TM-_CPU_N2800_@_1.86GHz-with-gentoo-2.2
KiB Mem: 2026340 total,507488 free
KiB Swap:2096124 total,   2058188 free
Timestamp of tree: Wed, 12 Nov 2014 17:00:01 +
ld GNU ld (Gentoo 2.24 p1.4) 2.24
ccache version 3.1.9 [enabled]
app-shells/bash:  4.2_p53
dev-java/java-config: 2.2.0
dev-lang/perl:5.18.2-r2
dev-lang/python:  2.7.7, 3.3.5-r1, 3.4.1
dev-util/ccache:  3.1.9-r3
dev-util/cmake:   2.8.12.2-r1
dev-util/pkgconfig:   0.28-r1
sys-apps/baselayout:  2.2
sys-apps/openrc:  0.12.4
sys-apps/sandbox: 2.6-r1
sys-devel/autoconf:   2.13, 2.69
sys-devel/automake:   1.10.3, 1.11.6, 1.12.6, 1.13.4
sys-devel/binutils:   2.24-r3
sys-devel/gcc:4.7.3-r1, 4.8.3
sys-devel/gcc-config: 1.7.3
sys-devel/libtool:2.4.2-r1
sys-devel/make:   4.0-r1
sys-kernel/linux-headers: 3.13 (virtual/os-headers)
sys-libs/glibc:   2.19-r1
Repositories: gentoo pentoo elementary stuff qt
Installed sets: @qt5-addons, @qt5-essentials
ACCEPT_KEYWORDS=x86
ACCEPT_LICENSE=* -@EULA
CBUILD=i686-pc-linux-gnu
CFLAGS=-O2 -march=i686 -pipe
CHOST=i686-pc-linux-gnu
CONFIG_PROTECT=/etc /usr/share/config /usr/share/easy-rsa 
/usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0
CONFIG_PROTECT_MASK=/etc/ca-certificates.conf /etc/dconf /etc/env.d 
/etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release 
/etc/php/apache2-php5.5/ext-active/ /etc/php/cgi-php5.5/ext-active/ 
/etc/php/cli-php5.5/ext-active/ /etc/revdep-rebuild /etc/sandbox.d 
/etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d 
/etc/texmf/updmap.d /etc/texmf/web2c
CXXFLAGS=-O2 -march=i686 -pipe
DISTDIR=/usr/portage/distfiles
FCFLAGS=-O2 -march=i686 -pipe
FEATURES=assume-digests binpkg-logs buildpkg ccache config-protect-if-modified 
distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned 
sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans 
userfetch userpriv usersandbox usersync
FFLAGS=-O2 -march=i686 -pipe
GENTOO_MIRRORS=http://distfiles.gentoo.org;
LANG=de_DE.UTF-8
LDFLAGS=-Wl,-O1 -Wl,--as-needed
MAKEOPTS=-j4
PKGDIR=/usr/portage/packages
PORTAGE_CONFIGROOT=/
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times 
--omit-dir-times --compress --force --whole-file --delete --stats 
--human-readable --timeout=180 --exclude=/distfiles --exclude=/local 
--exclude=/packages
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
PORTDIR_OVERLAY=/var/lib/layman/pentoo /var/lib/layman/elementary 
/var/lib/layman/stuff /var/lib/layman/qt
USE=X a52 aac acl acpi alsa berkdb bindist bluetooth branding bzip2 cairo cdda 
cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr emboss encode 
exif fam firefox flac fortran gdbm gif glamor gpm gtk iconv ipv6 jpeg lcms 
libnotify mad mmx mng modules mp3 mp4 mpeg ncurses nls nptl ogg opengl openmp 
pam pango pcre pdf png policykit ppds python qt3support qt4 readline sdl 
session spell sse sse2 sse3 ssl ssse3 startup-notification svg tcpd tiff 
truetype udev udisks unicode upower usb vorbis wxwidgets x264 x86 xcb xml xv 
xvid zlib ABI_X86=32 ALSA_CARDS=hda_intel intel 
APACHE2_MODULES=authn_core authz_core socache_shmcb unixd actions alias 
auth_basic authn_alias 

Re: [gentoo-user] USB Problems

2014-09-07 Thread siefke_lis...@web.de
Hello,

On Sun, 07 Sep 2014 09:42:44 +0200 J. Roeleveld jo...@antarean.org
wrote:

  http://picpaste.com/11-PzitLROe.png
 
 Please do not use this.
 
  cups error.log with debug: http://pastebin.com/8mL75b26
 
 Please do not use this. Attach it to the email.

Okay sorry, but with debug logs is often problems to append on emails 
to mailinglists. 


 Lets start by basics:
 1) Which type of printer are you using?

Multifunction Laser Printer Brother MFC-7320

 2) What does  eix -I cups  return?

iefke ~ $  eix -I cups
[I] net-print/cups
 Available versions:  1.7.1-r1^t{tbz2} 1.7.3^t{tbz2} ~1.7.4^t **^t {X 
acl dbus debug gnutls java kerberos lprng-compat pam python selinux +ssl 
static-libs systemd +threads usb xinetd zeroconf ABI_MIPS=n32 n64 o32 
ABI_PPC=32 64 ABI_S390=32 64 ABI_X86=32 64 x32 ELIBC=FreeBSD 
LINGUAS=+ca +es +fr +it +ja +pt_BR +ru PYTHON_SINGLE_TARGET=python2_7 
PYTHON_TARGETS=python2_7}
 Installed versions:  1.7.3^t{tbz2}(00:50:26 07.09.2014)(X acl dbus pam 
python ssl threads usb -debug -gnutls -java -kerberos -lprng-compat -selinux 
-static-libs -systemd -xinetd -zeroconf ABI_MIPS=-n32 -n64 -o32 ABI_PPC=-32 
-64 ABI_S390=-32 -64 ABI_X86=32 -64 -x32 ELIBC=-FreeBSD LINGUAS=fr -ca 
-es -it -ja -pt_BR -ru PYTHON_SINGLE_TARGET=python2_7 
PYTHON_TARGETS=python2_7)
 Homepage:http://www.cups.org/
 Description: The Common Unix Printing System

[I] net-print/cups-filters
 Available versions:  1.0.53{tbz2} ~1.0.54 ** {dbus +foomatic jpeg perl 
png static-libs tiff zeroconf}
 Installed versions:  1.0.53{tbz2}(03:20:16 09.06.2014)(dbus foomatic jpeg 
png tiff -perl -static-libs -zeroconf)
 Homepage:
http://www.linuxfoundation.org/collaborate/workgroups/openprinting/pdfasstandardprintjobformat
 Description: Cups PDF filters

2 Treffer

 3) What does  zcat /proc/config.gz | grep -i usb  return?

siefke ~ $  zcat /proc/config.gz | grep -i usb
# CONFIG_USB_SWITCH_FSA9480 is not set
# USB Network Adapters
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_RTL8152 is not set
CONFIG_USB_USBNET=m
CONFIG_USB_NET_AX8817X=m
# CONFIG_USB_NET_AX88179_178A is not set
CONFIG_USB_NET_CDCETHER=m
CONFIG_USB_NET_CDC_EEM=m
# CONFIG_USB_NET_CDC_NCM is not set
# CONFIG_USB_NET_HUAWEI_CDC_NCM is not set
# CONFIG_USB_NET_CDC_MBIM is not set
CONFIG_USB_NET_DM9601=m
# CONFIG_USB_NET_SR9700 is not set
# CONFIG_USB_NET_SR9800 is not set
# CONFIG_USB_NET_SMSC75XX is not set
# CONFIG_USB_NET_SMSC95XX is not set
# CONFIG_USB_NET_GL620A is not set
CONFIG_USB_NET_NET1080=m
# CONFIG_USB_NET_PLUSB is not set
# CONFIG_USB_NET_MCS7830 is not set
CONFIG_USB_NET_RNDIS_HOST=m
CONFIG_USB_NET_CDC_SUBSET=m
# CONFIG_USB_ALI_M5632 is not set
# CONFIG_USB_AN2720 is not set
CONFIG_USB_BELKIN=y
CONFIG_USB_ARMLINUX=y
# CONFIG_USB_EPSON2888 is not set
# CONFIG_USB_KC2190 is not set
CONFIG_USB_NET_ZAURUS=m
# CONFIG_USB_NET_CX82310_ETH is not set
# CONFIG_USB_NET_KALMIA is not set
# CONFIG_USB_NET_QMI_WWAN is not set
CONFIG_USB_HSO=m
# CONFIG_USB_NET_INT51X1 is not set
# CONFIG_USB_IPHETH is not set
# CONFIG_USB_SIERRA_NET is not set
# CONFIG_USB_VL600 is not set
# CONFIG_AT76C50X_USB is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_MOUSE_SYNAPTICS_USB is not set
# CONFIG_I2C_TINY_USB is not set
# CONFIG_MFD_RTSX_USB is not set
CONFIG_MEDIA_USB_SUPPORT=y
CONFIG_USB_VIDEO_CLASS=m
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
# CONFIG_USB_GSPCA is not set
# CONFIG_USB_PWC is not set
# CONFIG_USB_ZR364XX is not set
# CONFIG_USB_STKWEBCAM is not set
# CONFIG_USB_S2255 is not set
# CONFIG_VIDEO_USBTV is not set
# Analog/digital TV USB devices
# Digital TV USB devices
CONFIG_DVB_USB=m
# CONFIG_DVB_USB_DEBUG is not set
# CONFIG_DVB_USB_A800 is not set
CONFIG_DVB_USB_DIBUSB_MB=m
CONFIG_DVB_USB_DIBUSB_MB_FAULTY=y
CONFIG_DVB_USB_DIBUSB_MC=m
CONFIG_DVB_USB_DIB0700=m
# CONFIG_DVB_USB_UMT_010 is not set
# CONFIG_DVB_USB_CXUSB is not set
# CONFIG_DVB_USB_M920X is not set
# CONFIG_DVB_USB_DIGITV is not set
# CONFIG_DVB_USB_VP7045 is not set
# CONFIG_DVB_USB_VP702X is not set
# CONFIG_DVB_USB_GP8PSK is not set
CONFIG_DVB_USB_NOVA_T_USB2=m
# CONFIG_DVB_USB_TTUSB2 is not set
# CONFIG_DVB_USB_DTT200U is not set
# CONFIG_DVB_USB_OPERA1 is not set
CONFIG_DVB_USB_AF9005=m
CONFIG_DVB_USB_AF9005_REMOTE=m
# CONFIG_DVB_USB_PCTV452E is not set
# CONFIG_DVB_USB_DW2102 is not set
# CONFIG_DVB_USB_CINERGY_T2 is not set
# CONFIG_DVB_USB_DTV5100 is not set
# CONFIG_DVB_USB_FRIIO is not set
# CONFIG_DVB_USB_AZ6027 is not set
# CONFIG_DVB_USB_TECHNISAT_USB2 is not set
CONFIG_DVB_USB_V2=m
CONFIG_DVB_USB_AF9015=m
CONFIG_DVB_USB_AF9035=m
# CONFIG_DVB_USB_ANYSEE is not set
# CONFIG_DVB_USB_AU6610 is not set
# CONFIG_DVB_USB_AZ6007 is not set
# CONFIG_DVB_USB_CE6230 is not set
# CONFIG_DVB_USB_EC168 is not set
# CONFIG_DVB_USB_GL861 is not set
# CONFIG_DVB_USB_LME2510 is not set
# 

Re: [gentoo-user] USB Problems

2014-09-06 Thread siefke_lis...@web.de
Hello,

On Thu, 04 Sep 2014 06:58:54 +0200 J. Roeleveld jo...@antarean.org
wrote:

 siefke ~ $  cat /usr/src/linux/.config | grep CONFIG_USB_PRINTER
 CONFIG_USB_PRINTER=m
 
 Change this to 'n'.

No because cups is compile with -usb and the netbook not see printer. 
Dmesg give printer out, but in cups nothing to see in local print 
support. 
 
 siefke ~ $  equery u cups | grep usb
 -usb


Thank you  Ragards
Silvio



Re: [gentoo-user] USB Problems

2014-09-06 Thread siefke_lis...@web.de
Hello,

On Sat, 06 Sep 2014 20:35:39 +0200 J. Roeleveld jo...@antarean.org
wrote:

 Did you read the rest of the email?

Yes i have and has say that the printer ever has work with kernel usb 
printer support and disabled cups usb. 
 
 I have not been able to use Cups with USB printer support in the
 kernel for nearly a decade now. Disabling that in the kernel and
 having Cups handle it, with the USB flag enabled, has always worked
 for me.

I has change now. Kernel USB Module deactivate and cups usb activated. 
It work not. I can not see the printer. 

http://picpaste.com/11-PzitLROe.png

^Cgentoomobile siefke dmesg | tails 
[  541.371103] usb 3-1: new full-speed USB device number 2 using uhci_hcd
[  541.722168] usb 3-1: New USB device found, idVendor=04f9, idProduct=01eb
[  541.722180] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=3
[  541.722188] usb 3-1: SerialNumber: 000M9N691511
[  925.250217] usb 3-1: USB disconnect, device number 2
[  930.026070] usb 3-1: new full-speed USB device number 3 using uhci_hcd
[  930.176145] usb 3-1: New USB device found, idVendor=04f9, idProduct=01eb
[  930.176157] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=3
[  930.176164] usb 3-1: SerialNumber: 000M9N691511

gentoomobile siefke # cat /usr/src/linux/.config | grep USB_PRINTER
# CONFIG_USB_PRINTER is not set

I has now try my netbook print over the cups on my dell notebook. But cups 
from netbook want not print over network. I find crazy. 

cups access log
localhost - - [07/Sep/2014:01:03:53 +0200] POST /jobs HTTP/1.1 200 
139 Release-Job successful-ok

cups error.log with debug: http://pastebin.com/8mL75b26

I not know what happen that its so crazy. Has someone advice?

Wish you nice day  Greetings
Silvio



Re: [gentoo-user] USB Problems

2014-09-03 Thread siefke_lis...@web.de
Hello,

so now printer not find in cups. Only networkprinters, local printers
not list in cups. 

siefke ~ $  dmesg | tail
[25616.684126] usb 3-1: new full-speed USB device number 4 using uhci_hcd
[25616.836138] usb 3-1: New USB device found, idVendor=04f9, idProduct=01eb
[25616.836149] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=3
[25616.836157] usb 3-1: SerialNumber: 000M9N691511
[25616.843492] usblp 3-1:1.0: usblp0: USB Bidirectional printer dev 4 if 0 alt 
0 proto 2 vid 0x04F9 pid 0x01EB

siefke ~ $  cat /usr/src/linux/.config | grep CONFIG_USB_PRINTER
CONFIG_USB_PRINTER=m

siefke ~ $  equery u cups | grep usb
-usb

I not know what is with the laptop. Has someone an idea?

Thank you for help  Nice day

Silvio



Re: [gentoo-user] USB Problems

2014-08-28 Thread siefke_lis...@web.de
Hello, 

status update. UMTS is running. It was ppp, installed version 2.4.7 has
not work with networkmanager. I make downgrade to version 2.4.5. Now is
all ok. 

Cups want not work. The link which shared here to gentoo forum has no 
result yet. 

Nice Day  Thank you
Silvio



[gentoo-user] USB Problems

2014-08-26 Thread siefke_lis...@web.de
Hello,

i has problems with an UMTS Stick and Printer on USB. Nothing want work. 
The printer take the job and nothing more. It works ever good and in 
kernel i has nothing changed. But my printer not speak with me. :) 

gentoomobile log # tail -f /var/log/messages 
Aug 26 22:22:47 gentoomobile syslog-ng[2931]: syslog-ng starting up; 
version='3.4.8'
Aug 26 22:22:57 gentoomobile kernel: usb 3-1: new full-speed USB device number 
3 using uhci_hcd
Aug 26 22:22:57 gentoomobile kernel: usb 3-1: New USB device found, 
idVendor=04f9, idProduct=01eb
Aug 26 22:22:57 gentoomobile kernel: usb 3-1: New USB device strings: Mfr=0, 
Product=0, SerialNumber=3
Aug 26 22:22:57 gentoomobile kernel: usb 3-1: SerialNumber: 000M9N691511
Aug 26 22:22:57 gentoomobile kernel: usblp 3-1:1.0: usblp0: USB Bidirectional 
printer dev 3 if 0 alt 0 proto 2 vid 0x04F9 pid 0x01EB
Aug 26 22:22:57 gentoomobile mtp-probe: checking bus 3, device 3: 
/sys/devices/pci:00/:00:1d.1/usb3/3-1
Aug 26 22:22:57 gentoomobile mtp-probe: bus: 3, device: 3 was not an MTP device

gentoomobile log # tail -f /var/log/cups/error.log
W [26/Aug/2014:22:20:18 +0200] CreateProfile failed: 
org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager 
was not provided by any .service files
W [26/Aug/2014:22:20:18 +0200] CreateDevice failed: 
org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager 
was not provided by any .service files

Same with UMTS Stick. I take in USB say networkmanager should call but 
nothing happen. A short try only for a moment very short moment thats
all. 

Is there something changed in USB ?? I has on all notebooks same config 
but the same happen. On all maschine is this happen. 

Regards
Silvio



[gentoo-user] Openvz Vserver

2012-04-10 Thread siefke_lis...@web.de
Hello,


i have Vserver from Strato. I want installed Gentoo, because i like Gentoo.
I have found two Howtos, but what i not really understand, what is with the
Kernel and Grub, i can nothing read there. Or understand i something wrong?

Have someone experience with it?


Thanks, Regards
Silvio 




[gentoo-user] Nginx with PHP-FPM

2012-04-01 Thread siefke_lis...@web.de
Hello,

I try my web hosting environment to mirror locally. On my Rootserver run Nginx
with PHP-FPM under FreeBSD. So i has installed Nginx, PHP and Mysql here local 
on Gentoo. But something is not correct, it want not really run. I has search 
in web and use the config for Nginx on Gentoo (is other as on FreeBSD) but 
nothing happen. The website (info.php) is blank and in logs i find not the way
which is my mistake. 

nginx.conf  http://nopaste.info/72a40e9c5e.html
php-fpm.conf  http://nopaste.info/94a9de62d5.html
emerge --info php nginx  http://nopaste.info/225b12e106.html


error_log
2012/04/02 04:23:05 [notice] 3636#0: using the epoll event method
2012/04/02 04:23:05 [notice] 3636#0: nginx/1.0.14
2012/04/02 04:23:05 [notice] 3636#0: OS: Linux 3.3.0
2012/04/02 04:23:05 [notice] 3636#0: getrlimit(RLIMIT_NOFILE): 1024:4096
2012/04/02 04:23:05 [notice] 3637#0: start worker processes
2012/04/02 04:23:05 [notice] 3637#0: start worker process 3640
/error_log

localhost.access_log
127.0.0.1 - - [02/Apr/2012:04:23:11 +0200] GET /favicon.ico HTTP/1.1 404 348 
- - -
127.0.0.1 - - [02/Apr/2012:04:23:11 +0200] GET /favicon.ico HTTP/1.1 404 319 
http://localhost/; Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de-de) 
AppleWebKit/535+ (KHTML, like Gecko) Version/5.0 Safari/535.4+ Midori/0.4 -
127.0.0.1 - - [02/Apr/2012:04:23:11 +0200] GET /favicon.ico HTTP/1.1 404 348 
- - -
127.0.0.1 - - [02/Apr/2012:04:23:17 +0200] GET /info.php HTTP/1.1 200 260 - 
Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de-de) AppleWebKit/535+ (KHTML, 
like Gecko) Version/5.0 Safari/535.4+ Midori/0.4 0.47
127.0.0.1 - - [02/Apr/2012:04:23:17 +0200] GET /info.php HTTP/1.1 200 260 - 
Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de-de) AppleWebKit/535+ (KHTML, 
like Gecko) Version/5.0 Safari/535.4+ Midori/0.4 0.47
127.0.0.1 - - [02/Apr/2012:04:23:17 +0200] GET /favicon.ico HTTP/1.1 404 348 
- - -
127.0.0.1 - - [02/Apr/2012:04:23:17 +0200] GET /favicon.ico HTTP/1.1 404 348 
- - -
/localhost.access_log

localhost.error_log
2012/04/02 04:23:11 [error] 3640#0: *1 open() 
/var/www/localhost/htdocs/favicon.ico failed (2: No such file or directory), 
client: 127.0.0.1, server: localhost, request: GET /favicon.ico HTTP/1.1, 
host: localhost
2012/04/02 04:23:11 [info] 3640#0: *1 client 127.0.0.1 closed keepalive 
connection
2012/04/02 04:23:11 [error] 3640#0: *2 open() 
/var/www/localhost/htdocs/favicon.ico failed (2: No such file or directory), 
client: 127.0.0.1, server: localhost, request: GET /favicon.ico HTTP/1.1, 
host: localhost, referrer: http://localhost/;
2012/04/02 04:23:11 [error] 3640#0: *3 open() 
/var/www/localhost/htdocs/favicon.ico failed (2: No such file or directory), 
client: 127.0.0.1, server: localhost, request: GET /favicon.ico HTTP/1.1, 
host: localhost
2012/04/02 04:23:11 [info] 3640#0: *3 client 127.0.0.1 closed keepalive 
connection
2012/04/02 04:23:17 [error] 3640#0: *8 open() 
/var/www/localhost/htdocs/favicon.ico failed (2: No such file or directory), 
client: 127.0.0.1, server: localhost, request: GET /favicon.ico HTTP/1.1, 
host: localhost
2012/04/02 04:23:17 [info] 3640#0: *8 client 127.0.0.1 closed keepalive 
connection
2012/04/02 04:23:17 [error] 3640#0: *9 open() 
/var/www/localhost/htdocs/favicon.ico failed (2: No such file or directory), 
client: 127.0.0.1, server: localhost, request: GET /favicon.ico HTTP/1.1, 
host: localhost
2012/04/02 04:23:17 [info] 3640#0: *9 client 127.0.0.1 closed keepalive 
connection
/localhost.error_log


Has someone a idea where is the mistake. Thank u for help.

Regards
Silvio



[gentoo-user] emerge Break

2012-03-13 Thread siefke_lis...@web.de
Hello,

i try to install avidemux and so i give emerge avidemux. But at 
media-libs/aften-0.0.8 break emerge with the message:

error
cmake: error while loading shared libraries: libnettle.so.3: 
cannot open shared object file: No such file or directory
/error

But the libnettle.so.3 is present on my system:
siefke@gentoo-desk ~ $ locate libnettle.so.3
/usr/lib/libnettle.so.3
/usr/lib/libnettle.so.3.0

I try with env-update but nothing change. Has someone a idea?

Regards
Silvio



Re: [gentoo-user] emerge Break

2012-03-13 Thread siefke_lis...@web.de
On Tue, 13 Mar 2012 12:05:22 -0700 Mark Knecht wrote:
 First, was the system up-to-date prior to trying to install your new
 program?

I has yesterday make emerge world. 
 
 emerge -pvDuN @world
 
 If not get it up-to-date first.

Okay this i use in future. 

 Once up-to-date, and still before the new program install, do
 
 revdep-rebuild -ip
 and see if your dependencies are clean.
 
 At this point we don't know if the new program failure is due to the
 new program, it's ebuild, or its dependencies, or whether it's due to
 some problems with your system that need to be addressed first.

I has work with symlink, because the libnettle was with libnettle.so.4 on 
System not the libnettle.so.3. Now has compiled, but i try the steps, because
with gnupg has the same problem. 


Thanks. Regards
Silvio