Forums

Skip to content

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

Search found 492 matches

Go to advanced search

Advanced search
Search found 492 matches
  • Page 1 of 20
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 20
  • Next
by Truzzone
Mon May 30, 2016 3:13 pm
Forum: Networking & Security
Topic: Bridging SUN Quad Port Ethernet random disconnections
Replies: 5
Views: 4075

I fave found this:
Downloading and Installing the Driver on a Linux Platform

1. Login to your system.

2. Locate and download the nxge device driver software:

a. Go to:

http://supporthtml.oracle.com

b. Sign in or register.

c. Select the Patches & Updates tab.

d. In the Patch Name field, enter ...
  • Jump to post
by Truzzone
Mon May 30, 2016 12:15 pm
Forum: Networking & Security
Topic: Bridging SUN Quad Port Ethernet random disconnections
Replies: 5
Views: 4075

lspci -n:
01:00.0 0200: 108e:abcd (rev 01)
01:00.1 0200: 108e:abcd (rev 01)
01:00.2 0200: 108e:abcd (rev 01)
01:00.3 0200: 108e:abcd (rev 01)
lspci -vv of first device (multiple x 4 ;) )
01:00.0 Ethernet controller: Oracle/SUN Multithreaded 10-Gigabit Ethernet Network Controller (rev 01 ...
  • Jump to post
by Truzzone
Mon May 30, 2016 9:46 am
Forum: Networking & Security
Topic: Bridging SUN Quad Port Ethernet random disconnections
Replies: 5
Views: 4075

Thank you for your reply bbgermany , I have done your suggestion but nothing change:
May 30 10:00:01 Server kernel: [256107.314075] niu 0000:01:00.0 eth1: Link is up at 100Mbit/sec, full duplex
May 30 10:00:06 Server kernel: [256112.322143] niu 0000:01:00.0 eth1: Link is down
May 30 10:00:06 Server ...
  • Jump to post
by Truzzone
Sun May 29, 2016 12:29 pm
Forum: Networking & Security
Topic: Bridging SUN Quad Port Ethernet random disconnections
Replies: 5
Views: 4075

Bridging SUN Quad Port Ethernet random disconnections

Hi to All!
I have a strange thing with a new sealed gigabit ethernet adapter just installed from few days on my server.
The ethernet adapter is: Sun Oracle 511-1422 Quad Port Gigabit Ethernet Adapter UTP X4447A-Z PCIe
I compile and install the module niu of my kernel: sys-kernel/gentoo-sources-4.6.0 ...
  • Jump to post
by Truzzone
Fri Oct 11, 2013 2:55 pm
Forum: Installing Gentoo
Topic: [Solved] initramfs at boot cannot start mdadm?
Replies: 9
Views: 7973

After I try to redirect console to serial port via grub, adding console=ttyS0,115200n8, without success, I have understand the kernel cannot read grub parameter.
After I parse al kernel parameter I found this one activated: Built-in command line overrides boot loader arguments [CONFIG_CMDLINE ...
  • Jump to post
by Truzzone
Fri Oct 11, 2013 12:45 pm
Forum: Installing Gentoo
Topic: [Solved] initramfs at boot cannot start mdadm?
Replies: 9
Views: 7973

cat etc/initrd.scripts | wgetpaste
Your paste can be seen here: http://bpaste.net/show/139599/

I try now:
rm -r /var/tmp/genkernel/
rm /etc/mdadm.conf
mdadm --detail --scan >> /etc/mdadm.conf
genkernel --install --no-ramdisk-modules --mdadm --mdadm-config=/etc/mdadm.conf initramfs
mv /boot ...
  • Jump to post
by Truzzone
Thu Oct 10, 2013 10:41 pm
Forum: Installing Gentoo
Topic: [Solved] initramfs at boot cannot start mdadm?
Replies: 9
Views: 7973

Thank for your reply NeddySeagoon !
uhm I try to decompress initramfs:
gunzip initramfs2
gzip: initramfs2: unknown suffix -- ignored
I'm in the wrong way?
Sorry this is new for me :oops:

mdadm -E /dev/sd[ab][123] | sed -e '/Magic/,/Version/!d'
Magic : a92b4efc
Version : 0.90.00
Magic ...
  • Jump to post
by Truzzone
Thu Oct 10, 2013 1:16 pm
Forum: Installing Gentoo
Topic: [Solved] initramfs at boot cannot start mdadm?
Replies: 9
Views: 7973

Would it be possible the /etc/mdadm.conf does not match with the current UUID ?
I already regenerate two times the /etc/mdadm.conf and than the initramfs but no work.
The strange thing it's there is no output in the log about the initializing of assemble, I assemble by hand in the shell and after ...
  • Jump to post
by Truzzone
Mon Oct 07, 2013 6:35 pm
Forum: Installing Gentoo
Topic: [Solved] initramfs at boot cannot start mdadm?
Replies: 9
Views: 7973

Thank for your reply NeddySeagoon , sorry I missed in the fist post:

fdisk -l /dev/sd[ab] :
Disk /dev/sda: 160.0 GB, 160041885696 bytes, 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes ...
  • Jump to post
by Truzzone
Mon Oct 07, 2013 11:42 am
Forum: Installing Gentoo
Topic: [Solved] initramfs at boot cannot start mdadm?
Replies: 9
Views: 7973

[Solved] initramfs at boot cannot start mdadm?

Hi,
I have just update my gentoo from an old install, I have already do an emerge -e world and I fixed all.
One thing that I can't do it's to autostart at boot the assemble of my / in raid1 software.
I have update to the latest kernel configured by hand: this is the config , the raid section ...
  • Jump to post
by Truzzone
Wed Oct 02, 2013 11:11 am
Forum: Portage & Programming
Topic: [Solved] emerge portage = InvalidAtom: virtual/libffi: EAPI5
Replies: 10
Views: 8863

Thank you very much mv!
Very good explain, put solved in title ;)

Truzzone :D
  • Jump to post
by Truzzone
Sun Sep 29, 2013 8:47 pm
Forum: Portage & Programming
Topic: [Solved] emerge portage = InvalidAtom: virtual/libffi: EAPI5
Replies: 10
Views: 8863

mv wrote: Set first PYTHON_TARGETS="python2_7" in your /etc/portage/make.conf (or /etc/make.conf).

Conconerning the eselect errors, try to upgrade bash.
Done fine! :D
I comment now PYTHON_TARGETS or keep it for?

Best regards,

Truzzone :)
  • Jump to post
by Truzzone
Sun Sep 29, 2013 7:30 pm
Forum: Portage & Programming
Topic: [Solved] emerge portage = InvalidAtom: virtual/libffi: EAPI5
Replies: 10
Views: 8863

http://forums.gentoo.org/viewtopic-p-7304778.html
Already read, already done but not with zero:
eselect profile set 0
/usr/share/eselect/modules/profile.eselect: line 57: targets: bad array subscript
!!! Error: Target "0" doesn't appear to be valid!
exiting


Any suggestions? :?:

Best regards ...
  • Jump to post
by Truzzone
Sun Sep 29, 2013 1:21 pm
Forum: Portage & Programming
Topic: [Solved] emerge portage = InvalidAtom: virtual/libffi: EAPI5
Replies: 10
Views: 8863

I try it, this is the result:
* site-packages dir missing for python3_2: /usr/lib64/python3.2/site-packages
* site-packages dir missing for python3_2: /usr/lib64/python3.2/site-packages
* site-packages dir missing for python3_2: /usr/lib64/python3.2/site-packages
* site-packages dir missing for ...
  • Jump to post
by Truzzone
Sun Sep 29, 2013 9:49 am
Forum: Portage & Programming
Topic: [Solved] emerge portage = InvalidAtom: virtual/libffi: EAPI5
Replies: 10
Views: 8863

I already try but after switch profile emerge reply portage installed don't support EAPI5.
I switch back profile for upgrade portage and than switch profile ;)

Any suggestions?

Best regards,

Truzzone
  • Jump to post
by Truzzone
Sat Sep 28, 2013 11:54 am
Forum: Portage & Programming
Topic: [Solved] emerge portage = InvalidAtom: virtual/libffi: EAPI5
Replies: 10
Views: 8863

[Solved] emerge portage = InvalidAtom: virtual/libffi: EAPI5

emerge -pv portage

!!! Your current profile is deprecated and not supported anymore.
!!! Use eselect profile to update your profile.
!!! Please upgrade to the following profile if possible:
default/linux/amd64/13.0


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

Calculating dependencies ...
  • Jump to post
by Truzzone
Thu Feb 16, 2012 8:17 am
Forum: Networking & Security
Topic: net-snmp-5.4.2.1* segfault?
Replies: 8
Views: 6740

I'm having the same problem here. And I've tried both 5.4.Xx.x and 5.6.1.1. My snmpd process disappears after about 20-30 minutes. Has anyone find out what's the cause of this problem?


Thanks a lot!
I have the same segfault with all snmp versions yet only in one of my servers.
After the first ...
  • Jump to post
by Truzzone
Mon Mar 28, 2011 3:05 pm
Forum: Kernel & Hardware
Topic: Will KVM support KSM?
Replies: 9
Views: 7426

And after all, how can we use KSM? I mean how can I tell the kernel to enable it at boot? I am with 2.6.38 kernel.
Only need to load module or build-in after you need to enable it, read docs ;)
I add this line in /etc/conf.d/local.start :
echo 1 > /sys/kernel/mm/ksm/run
I enable and use fine ...
  • Jump to post
by Truzzone
Fri Mar 11, 2011 5:15 pm
Forum: Portage & Programming
Topic: crossdev error: "cannot compute suffix of object files"
Replies: 23
Views: 32448

* Building multilib glibc for ABIs: x86 amd64

* ABI: x86
* CBUILD: x86_64-pc-linux-gnu
* CHOST: x86_64-pc-linux-gnu
* CTARGET: armv4tl-softfloat-linux-gnueabi
* CBUILD_OPT:
* CTARGET_OPT: i686-pc-linux-gnu
* CC:
* CFLAGS: -m32 -pipe -O2 -fno-strict-aliasing
* Manual CC: armv4tl-softfloat ...
  • Jump to post
by Truzzone
Sat Mar 05, 2011 6:33 pm
Forum: Forum italiano (Italian)
Topic: Lilo bootta, Grub no!
Replies: 7
Views: 5938

Re: Lilo bootta, Grub no!

raulgb wrote:...
Il file /etc/lilo.conf è il seguente:
...!
E nel file /boot/grub/grub.conf cosa c'è? :?:

Truzzone :)
  • Jump to post
by Truzzone
Wed Mar 02, 2011 5:21 pm
Forum: Kernel & Hardware
Topic: New filesystem: ZFS on Linux
Replies: 67
Views: 72886

...
Sector size is 512b, which is emulated on the F4's. Recordsize is 128k. Data is being written to disk because I'm transfering files > 1GB and I'm watching the destination dir with ls -l every couple of seconds.
...
While you transfer copy files, open two screen one with iotop and another with ...
  • Jump to post
by Truzzone
Wed Mar 02, 2011 2:26 pm
Forum: Kernel & Hardware
Topic: New filesystem: ZFS on Linux
Replies: 67
Views: 72886

@psycho_driver: Sorry I thinked that already read, but I mistake with another thread XD
Thank you for your reply.

My newbie questions:
Waht is the difference from zfs (zfsonlinux.org) and zfs-fuse (zfs-fuse.net)?
Zfs can use an ssd as "speedy cache"?
Need an entire ssd or it's possible to ...
  • Jump to post
by Truzzone
Wed Mar 02, 2011 9:47 am
Forum: Kernel & Hardware
Topic: New filesystem: ZFS on Linux
Replies: 67
Views: 72886

psycho_driver wrote:...
I did raw dd testing tonight after tweaking as much as I plan to. It achieved write speeds of 490MB/s and read speeds of 894MB/s. Not too shabby....
What is your setup?
Have you achieved this result with 4x Samsung F4 + zfs-fuse + raid-z (2)?

Best regards,

Truzzone
  • Jump to post
by Truzzone
Sat Aug 28, 2010 7:42 pm
Forum: Portage & Programming
Topic: [Solved] libdnet and python-3.1 don't compile?
Replies: 6
Views: 4831

...No, I am not aware of any way to ensure that emerge does the right thing in this case. I am not even sure that building packages against a mixture of Python versions is a good idea. I suggest setting your system Python back to 2.6 until libdnet is upgraded to work with Python3.
Ok, I haven't ...
  • Jump to post
by Truzzone
Sat Aug 28, 2010 7:42 am
Forum: Portage & Programming
Topic: virt-viewer setting
Replies: 9
Views: 13427

I don't use it but:
I read this from here :
To connect to a remote console using TLS

virt-viewer --connect xen://example.org/ demo

To connect to a remote host using SSH, lookup the guest config and then
make a direct non-tunnelled connection of the console

virt-viewer --connect xen+ssh ...
  • Jump to post

Search found 492 matches
  • Page 1 of 20
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 20
  • 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 Authors
Gentoo is a trademark of the Gentoo Foundation, Inc. and of Förderverein Gentoo e.V.
The contents of this document, unless otherwise expressly stated, are licensed under the CC-BY-SA-4.0 license.
The Gentoo Name and Logo Usage Guidelines apply.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy