similar to: [Bug 47790] New: sys-kernel/gentoo-sources-3.3.0 - black screen on second nouveau display

Displaying 20 results from an estimated 1400 matches similar to: "[Bug 47790] New: sys-kernel/gentoo-sources-3.3.0 - black screen on second nouveau display"

2019 Jan 15
7
[RFC] Introducing an explicit calling convention
Hi All, TLDR: Allow calling conventions to be defined on-the-fly for functions in LLVM-IR, comments are requested on the mechanism and syntax. Summary ======= This is a proposal for adding a mechanism by which LLVM can be used to generate code fragments adhering to an arbitrary calling convention. Intended use cases are: generating code intended to be called from the shadow of a stackmap or
2015 Feb 19
3
[LLVMdev] Patchpoints used for inline caches and pointless reloads
Hi All, I am observing something i suspect is a misbehaviour of the register allocator which impacts the performance of patchpoints. This occurs in the context of an abstract machine which in some places uses inline caches. The problematic code looks like this: entry: ; Initialize the abstract machine %db = call create_big_seldom_used_database() ; do a lot of things which increases register
2003 Aug 19
1
[OT] Virus propagation by asterisk user member.
Sorry to air this in public, but sometimes people need to be publicly shamed. "Frej Jensen" <frej@legespace.dk> This user is spewing the sobig worm around the net. I have received over 20 messages so far today. Most to me at both my former address, and my current address. I matched the IP address from my mail servers logs to his cable modem address used when posting a message to
2003 May 02
5
SIP Peers unreachable
Hi Everyone, I'm new to * and I'm trying to setup a small configuration of SIP clients. Eventually when I get this working I plan on expanding with a Digium developers kit to add analog phones and PSTN access. My two end points are an Xten softphone and a Mitel 5055 SIP phone. Both peers seem to register with * but I cannot call to one another. When I dial the associated extension, the
2003 Dec 02
1
htree in 2.6.0-test11
Just out of curiosity: Is htree in 2.6.0-test11 ? -- Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt@charite.de Charite - Universitätsmedizin Berlin Tel. +49 (0)30-450 570-155 Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-916 Referat V a - Kommunikationsnetze - AIM. ralfpostfix
2005 Feb 24
2
trying to backup entire server using rsync
I am try to backup entire server using rsync. Can someone help me with a script. The only thing i don't want include are /prc, /tmp and /lost+found I have root access on both servers i create an account on backup server called backup.
2005 Jun 12
3
Newbie with problems on Debian Sarge
I have a Debian Sarge box that I am trying to get icecast2 and ices2 up and running on. I'm having problems, but do not know where to look to identify the problem. I have my audio working with ALSA - microphone in plays through my audio out. I'm running a basic configuration using the defaults provided, and the ALSA example config file for ices. When I try to connect to the server using
2016 Mar 20
14
[Bug 94637] New: system crash, no messages, GT215, ubuntu 16.04 when running glmark2 for a few minutes.
https://bugs.freedesktop.org/show_bug.cgi?id=94637 Bug ID: 94637 Summary: system crash, no messages, GT215, ubuntu 16.04 when running glmark2 for a few minutes. Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical
2005 Dec 10
2
known_hosts and multiple hosts through a NAT router
The .ssh/known_hosts table cannot handle reaching different sshd servers behind a NAT router. The machines are selected by having the SSHDs respond to differnt ports. A second request would be to allow known_hosts checking solely on the dns name, wildcarding the IP address. This would be useful to avoid continuously warning the user every time you connect to a machine with a changing IP address
2007 Sep 02
2
submenu using vesamenu.c32 and menu.c32
Hello everyone I'm new to using menu.c32 and vesamenu.c32. I have used the original method of using pxelinux menus. I've read the wiki page and it speaks of being able to create submenus by making one of my menu options reference to (vesa)menu.c32 as the kernel and append the config file. I'm not sure I'm doing it correctly it was a little over simplified. Any help would be
2010 Jul 07
1
Linux to Windows Tinc Issue
Hello, I am having troubles with the following configuration in that it produces the following errors: *Masterserver:* On the server (yea, I know) side is a Linux machine called "*masterserver*". It should have a VPN IP of 192.168.2.1 and it sits behind a pretty generic ADSL Router (with port 655 forwarded) which can be found via a dynamic host address. A small snippet of errors this
2018 Apr 05
4
Can’t authenticate any users after upgrade.
I?m in the process of upgrading an old server from Fedora 21 to something more modern. Now, Dovecot won?t let any client login to get their email. PAM audit_log_acct_message() failed: Operation not permitted imap-login: Disconnected (AUTH failed, 2 attempts in 10 secs): user=<username>, method=PLAIN, rip=192.168.1.94 lip=192.168.1.94, TLS, session=<sessionid> # 2.3.1 (8e2f634):
2004 Mar 04
2
Compiling under kernel 2.6.0 and after
Hi, I'm trying to compile Samba 3.0.2a under Linux 2.6.3 (same problem on all 2.6.x kernels) and get the following error chucked out. Only occurs with --with-smbmount as you might expect from the file it fails on. Anyone else had this problem and fixed it? Regards Dan In file included from /usr/include/linux/fs.h:20, from /usr/include/linux/smb_fs.h:15,
2007 Jan 10
2
USB Flash disk with sector size 2048
Hello every one an a pretty new year. I'm making a derivative a the Feather linux-live which can be found here: http://franboisson.homeip.net/clef/ClefAgreg.iso Everything works find except with USB key with sector size different then 512 (2048 in my case). I look at the source of syslinux and change the following: * The test in syslxmod.c * Change each time I see SECTOR_SHIFT=9 in
2001 Jan 29
2
weirdness on powerfail
I had a power-fail this morning, and when I rebooted, /etc/rc.d/rc.boot issued a 'mount -n -o remount,ro /' and then a 'fsck -A -V -a -C'. The fsck failed on my root partition. I know why it failed. It called fsck.ext2 . My root poartition is ext3. My question is, why did it call fsck.ext2? Another question, why was it checked at all? My /etc/fstab contains: /dev/hda1 / ext3
2007 Aug 29
2
Problem with menu.c32
I'm trying to use menu.c32 to boot different kickstart files. The problem I have is regardless of what menu item I select, it always uses the client.cfg (default entry) even if I select one of the others. Any ideas. Thanke, Mike Jarka default menu.c32 prompt 0 timeout 300 MENU TITLE PXE Boot Menu, Press [esc] for boot prompt LABEL Fedora 6 Client MENU DEFAULT Fedora 6 Client (default)
2004 Jul 18
6
PSTN Gateway X101P
I am trying to setup a simple pstn gateway using Asterisk and a X100p card. I have got everything installed using Redhat 9 and am able to load Asterisk. I also configured sip and I am able to connect to the asterisk gateway with Xlite on the windows side. I am able to dial 1000 and get the welcome message. What I am NOT able to do is dial a seven digit local or 10 digit long distance number and
2005 Feb 25
2
Rsync password not working
Hi, I have installed CYGWIN in my windows 2000 prof machine .I want to automate the RSYNC backup .The rsync --password-file=filename doesn't seems to work .If i schedule the backup , the rsync asks for password at the scheduled time .Please help me to automate the Rsync without asking password thanks & regards Sajida This e-mail and any files transmitted with it are for the sole
2002 Dec 27
10
Shorewall 1.3.12 Released
New features include: 1) "shorewall refresh" now reloads the traffic shaping rules (tcrules and tcstart). 2) "shorewall debug [re]start" now turns off debugging after an error occurs. This places the point of the failure near the end of the trace rather than up in the middle of it. 3) "shorewall [re]start" has been speeded up by more than 40% with my
2010 Mar 28
2
Xen HVM domU won't start since updates to 2.6.18-164.15.1 kernels
I have a dom0 machine running CentOS 5.4 with all the latest updates using Xen as my hypervisor. I am using Xen in part because this machine was set up prior to KVM being included in RHEL, and in part because KVM's network bridging configuration is not nearly as simple as Xen's. The dom0 machine is a headless Mac Mini and I do all of my VM management via virsh from the command line. I