Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 57 matches

Go to advanced search

Advanced search
Search found 57 matches
  • 1
  • 2
  • 3
  • Next
by madurani
Fri Nov 29, 2024 7:05 am
Forum: Kernel & Hardware
Topic: Genkernel - LVM issue
Replies: 7
Views: 2248

Re: Genkernel - LVM issue

Mount point with dm isn't problem. Problem is when you need extend this lvm volume, then you got error message

pc-marek1 /usr/portage/sys-kernel/genkernel # lvresize -r -L +1G /dev/mapper/system-root
LV /dev/mapper/system-root mounted at / may have been renamed (from /dev/dm-5).
File system ...
  • Jump to post
by madurani
Thu Nov 28, 2024 8:14 pm
Forum: Kernel & Hardware
Topic: Genkernel - LVM issue
Replies: 7
Views: 2248

command:
dracut --force --add systemd --add lvm /boot/initramfs-$(uname -r).img $(uname -r)


fixed all my trouble with udev and mainly with mount of root and usr:

pc-marek1 ~ # df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/system-root 15G 156M 14G 2% /
/dev/mapper/system-usr 21G ...
  • Jump to post
by madurani
Thu Nov 28, 2024 3:59 pm
Forum: Kernel & Hardware
Topic: Genkernel - LVM issue
Replies: 7
Views: 2248

Yes i saw it and past there my issues, but bug is for "systems without systemd" and i use systemd...
  • Jump to post
by madurani
Thu Nov 28, 2024 8:47 am
Forum: Kernel & Hardware
Topic: Genkernel - LVM issue
Replies: 7
Views: 2248

Re: Genkernel - LVM issue

I tried extract initramfs-6.12.1-gentoo-x86_64.img and there missing commnad/file systemd-run

pc-marek1 ~/test # file /boot/initramfs-6.12.1-gentoo-x86_64.img
/boot/initramfs-6.12.1-gentoo-x86_64.img: XZ compressed data, checksum NONE

pc-marek1 ~/test # xzcat /boot/initramfs-6.12.1-gentoo-x86_64 ...
  • Jump to post
by madurani
Thu Nov 28, 2024 8:25 am
Forum: Kernel & Hardware
Topic: Genkernel - LVM issue
Replies: 7
Views: 2248

Genkernel - LVM issue

Hello All, When i wonted to extend /usr lvm volume so i found out that is incorrect mounted. Volume is lvm, but mounted is as dm-8. Same is for root /:


pc-marek1 /etc # df -h | grep dm-5
/dev/dm-5 15G 41M 14G 1% /

pc-marek1 /etc # df -h | grep usr
/dev/dm-8 20G 15G 3.6G 81% /usr
/dev/mapper ...
  • Jump to post
by madurani
Tue Sep 17, 2024 11:36 am
Forum: Multimedia
Topic: Configuration trouble with Sound Blaster X-Fi Xtreme Audio
Replies: 3
Views: 7402

Configuration trouble with Sound Blaster X-Fi Xtreme Audio

Hello All,

I need help with configuration of mentioned audio card. After installing card to PC, kernel correctly detect card. Card appear in list of audio cards in PC:

card 0: PCH [HDA Intel PCH], device 0: ALC897 Analog [ALC897 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia ...
  • Jump to post
by madurani
Tue Sep 03, 2024 1:54 pm
Forum: Multimedia
Topic: Configuration issue with Sound Card PCI Express 5.1ch CMI873
Replies: 1
Views: 7039

Configuration issue with Sound Card PCI Express 5.1ch CMI873

Good day,

After installation of mentioned card i found out that audio card was detect by kernel, but channel layout is incorrect. Card is 5.1, but reachable is only surrounds40 (5.1 missing).

default:CARD=CMI8738
C-Media CMI8738, C-Media PCI DAC/ADC
Default Audio Device
sysdefault:CARD ...
  • Jump to post
by madurani
Mon Jan 08, 2024 6:50 pm
Forum: Kernel & Hardware
Topic: kvm boot delay
Replies: 3
Views: 4662

Re: kvm boot delay

Just started recently. All but one of my kvm systems now experience a long boot delay, maybe close to a minute with the SeaBIOS version and Machine UUID on the screen.

There's an OpenBSD system, a Windows system, and several Linux systems that have been working fine for a long time and now ...
  • Jump to post
by madurani
Fri Apr 03, 2020 1:05 pm
Forum: Kernel & Hardware
Topic: Count of cores on Nvidia GeForce GT 720
Replies: 2
Views: 1470

Hi,

you should have a look on that page you posted again. It states 192cores and this is the correct value for all gt720 models. The gt730 however has 384cores.

greets, bb


It appears, that exist two version of chips:
NVIDIA Corporation GK208B(with 192 cores): https://www.techpowerup.com/gpu ...
  • Jump to post
by madurani
Fri Apr 03, 2020 8:25 am
Forum: Kernel & Hardware
Topic: Count of cores on Nvidia GeForce GT 720
Replies: 2
Views: 1470

Count of cores on Nvidia GeForce GT 720

Hello Guys,

Could you please advice me what is the number of cores in VGA MSI NVIDIA Geforce GT 720 2GB ddr5?
According to vendor of mentioned Vqa Chips, it should have 384 cores(https://www.techpowerup.com/gpu-specs/geforce-gt-720.c2702), however command nvidia-settings display only half of cores ...
  • Jump to post
by madurani
Fri Oct 04, 2019 1:25 pm
Forum: Installing Gentoo
Topic: Unknown issue during booting with sshd service
Replies: 8
Views: 3276

bunder wrote:if you are using systemd, you might be having a lack of entropy on boot. i think the typical fix is to install haveged.

cheers

edit: but that doesn't look like systemd, weird. :?
It look, that package "haveged" was good idea, server now start as is expected :D ...

Thanks
  • Jump to post
by madurani
Fri Oct 04, 2019 12:43 pm
Forum: Installing Gentoo
Topic: Unknown issue during booting with sshd service
Replies: 8
Views: 3276

Code: Select all

pc-rasto /var/log # cat /etc/portage/make.conf | grep ACCEPT_KEYWORDS
ACCEPT_KEYWORDS="~amd64"
  • Jump to post
by madurani
Fri Oct 04, 2019 11:54 am
Forum: Installing Gentoo
Topic: Unknown issue during booting with sshd service
Replies: 8
Views: 3276

No I use OpenRC.
  • Jump to post
by madurani
Fri Oct 04, 2019 11:37 am
Forum: Installing Gentoo
Topic: dolvm invoked, but LVM binary not available
Replies: 6
Views: 4282

Re: dolvm invoked, but LVM binary not available

Probably LVM package/tool missing. You should be boot your pc from install medium, chroot new installation and emerge LVM package via: emerge -av sys-fs/lvm2
  • Jump to post
by madurani
Fri Oct 04, 2019 11:16 am
Forum: Installing Gentoo
Topic: ntp-client does not start at boot.
Replies: 16
Views: 8981

I had same problem and solution for me was small change in /etc/init.d/ntp-client

To section start I added sleep 10:


start() {
checkconfig || return $?
sleep 10
ebegin "Setting clock via the NTP client '${NTPCLIENT_CMD}'"
"${NTPCLIENT_CMD}" ${NTPCLIENT_OPTS}
eend $? "Failed to set clock"
  • Jump to post
by madurani
Fri Oct 04, 2019 11:03 am
Forum: Installing Gentoo
Topic: Unknown issue during booting with sshd service
Replies: 8
Views: 3276

Unknown issue during booting with sshd service

Hello Guys,

Could You please advise me about sshd service starting issue? I installed new Gentoo server and I have problem with this mentioned service. When server booting and services start in order, so after a netmount service is start process interrupted and stays wait to infinity. When I press ...
  • Jump to post
by madurani
Fri Feb 23, 2018 3:05 pm
Forum: Portage & Programming
Topic: [Solved] kde-apps/kio-extras XDR datatype missing
Replies: 7
Views: 3337

Ok try this patch , but not sure if work.

Reference:
https://github.com/cygwinports/kf5-kio-extras/blob/master/16.08.3-nfs-libtirpc.patch


I little changed your patch and add there one line INCLUDE(FindPkgConfig) :


old
@@ -177,9 +177,11 @@
new
@@ -177,9 +177,12 @@



old
- if(HAVE_RPC_RPC ...
  • Jump to post
by madurani
Thu Feb 15, 2018 5:01 pm
Forum: Portage & Programming
Topic: [Solved] kde-apps/kio-extras XDR datatype missing
Replies: 7
Views: 3337

Yes, You right. I used bad patch. First was applied fine, but after starting emerge, there is some other error:


argo /usr/portage/kde-apps/kio-extras # ebuild kio-extras-17.12.2.ebuild clean prepare
* kio-extras-17.12.2.tar.xz BLAKE2B SHA512 size ;-) ... [ ok ]
* checking ebuild checksums ...
  • Jump to post
by madurani
Thu Feb 15, 2018 4:36 pm
Forum: Portage & Programming
Topic: [Solved] kde-apps/kio-extras XDR datatype missing
Replies: 7
Views: 3337

It seem, that this patch is for old version of kio-extra 16.08.3, but no for currently 7.12.2:


argo /usr/portage/kde-apps/kio-extras # ebuild kio-extras-17.12.2.ebuild clean prepare
* kio-extras-17.12.2.tar.xz BLAKE2B SHA512 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ...
  • Jump to post
by madurani
Thu Feb 15, 2018 4:04 pm
Forum: Portage & Programming
Topic: [Solved] kde-apps/kio-extras XDR datatype missing
Replies: 7
Views: 3337


argo ~ # emerge --info
Portage 2.3.24 (python 3.5.4-final-0, default/linux/amd64/17.0/desktop/plasma, gcc-7.3.0, glibc-2.27-r1, 4.9.80-gentoo x86_64)
=================================================================
System uname: Linux-4.9.80-gentoo-x86_64-Intel-R-_Core-TM-2_Duo_CPU_T9400_@_2 ...
  • Jump to post
by madurani
Wed Feb 14, 2018 8:58 pm
Forum: Portage & Programming
Topic: [Solved] kde-apps/kio-extras XDR datatype missing
Replies: 7
Views: 3337

[Solved] kde-apps/kio-extras XDR datatype missing

Hello All,

I have a problem with compilation of last version of package "kde-apps/kio-extras:17.12.2". During the compilation configuration crashes as uncompleted. There is some error messages related to XDR datatype:

-- Looking for include file rpc/rpc.h
-- Looking for include file rpc/rpc.h ...
  • Jump to post
by madurani
Thu Jan 25, 2018 11:28 am
Forum: Portage & Programming
Topic: Dependencies of packages
Replies: 12
Views: 5821

Next topic: manual compilation of PHP with MySQL dependencies

There is one flag:
--with-mysqli=/svc/opt/mysql/bin/mysql_config'
When I compile PHP with it, then is there problem with library mysqlclient_r in MySQL(not exist). It missing in new MySQL release 5.7.x. Older release as 5.6.x and 5.5.x ...
  • Jump to post
by madurani
Wed Jan 24, 2018 9:20 pm
Forum: Portage & Programming
Topic: Dependencies of packages
Replies: 12
Views: 5821

Ok, to clear this up on rpc wise; glibc-2.26 and later does NOT provide rpc anymore, earlier versions still provide it...

For more information, here's the dev's message thread about this
https://archives.gentoo.org/gentoo-dev/message/034dbef0c206eba696c47c4daf2c7ce8
[bug=381391](glibc-rpc ...
  • Jump to post
by madurani
Wed Jan 24, 2018 7:26 pm
Forum: Portage & Programming
Topic: Dependencies of packages
Replies: 12
Views: 5821

Ok, to clear this up on rpc wise; glibc-2.26 and later does NOT provide rpc anymore, earlier versions still provide it...

For more information, here's the dev's message thread about this
https://archives.gentoo.org/gentoo-dev/message/034dbef0c206eba696c47c4daf2c7ce8
[bug=381391](glibc-rpc ...
  • Jump to post
by madurani
Wed Jan 24, 2018 7:18 pm
Forum: Portage & Programming
Topic: Dependencies of packages
Replies: 12
Views: 5821

I want install/compile Apache+PHP+MyPhpAdmin+MySQL+Java+Eclipse+Javafx_scenebuilder+Mysql-connector to some isolate volume. In my case to /svc/opt.
I know, that most of mentioned packages are reachable via emerge, but in this case will installed to path as /usr, /opt or some other(will be lost in ...
  • Jump to post

Search found 57 matches
  • 1
  • 2
  • 3
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic