search for: autoprobes

Displaying 20 results from an estimated 24 matches for "autoprobes".

2006 Oct 08
1
autoprobe for nVidia 6200 broken
I have the same problem on the install disks and on the Live CD: The computer locks as soon as the Xserver starts. I end up with a blank screen (color varies) with a moving mouse cursor. Nothing else. Nothing appears on the screen. Keyboard and mouse are inoperative. Even Alt-SysRq-R doesn't work. Only way out is the reset button (or maybe SSH, but I don't have another machine handy
2013 Jul 02
2
binding/unbinding devices to vfio-pci
> -----Original Message----- > From: Alex Williamson [mailto:alex.williamson at redhat.com] > Sent: Tuesday, July 02, 2013 9:46 AM > To: Yoder Stuart-B08248 > Cc: kvm at vger.kernel.org list; Alexander Graf; Bhushan Bharat-R65777; a.motakis at virtualopensystems.com; > virtualization at lists.linux-foundation.org > Subject: Re: binding/unbinding devices to vfio-pci > >
2013 Jul 02
2
binding/unbinding devices to vfio-pci
> -----Original Message----- > From: Alex Williamson [mailto:alex.williamson at redhat.com] > Sent: Tuesday, July 02, 2013 9:46 AM > To: Yoder Stuart-B08248 > Cc: kvm at vger.kernel.org list; Alexander Graf; Bhushan Bharat-R65777; a.motakis at virtualopensystems.com; > virtualization at lists.linux-foundation.org > Subject: Re: binding/unbinding devices to vfio-pci > >
1997 Sep 26
3
kerneld and module security
...filesystem driver or anything else in the list of directories compiled into it as long as its name matches the "interface-name" parameter. Corollary: Any module in /lib/modules can be loaded into kernel memory by any user at any time. There are potential denial-of-service attacks from autoprobes and device initialization all kinds of other goo that I wish I didn''t have to think about here. Here are four alternative fixes: Fix 1: Add a keyword to /etc/modules.conf that puts kerneld Into a mode where nothing that wasn''t explicitly listed in /etc/modules could be loaded....
1998 Jun 04
5
Linux DoS attack through autoprobing
-----BEGIN PGP SIGNED MESSAGE----- The autodetection routines for some linux modules can tie up the machine for several seconds at a time. By trying to open devices not present on the machine, a local user can disrupt service considerably. A very simple exploit is victim$ ls /dev/*/* repeatedly. A suggested fix is to remove or chmod 0 device nodes for hardware not installed on the
2006 Nov 11
2
Drives Not Recognized on Dell Poweredge 1550 CentOs4 install
...to install CentOs 4 onto and am having problems getting the darn thing to recognize the hard drives. (it's worth noting that it's running RAID 0 and the RAID bios recognizes both drives as being in "optimal" state). I start the installation process and all is going well until it autoprobes. All other hardware is found except for the hard drives. The install subsequently fails because there the drives can't be found. I have been googling my brain out over the last week and this seems to be an issue with installing linux on this particular server model. (surrounding the megaraid d...
2008 Feb 12
1
create with virt-install hangs
Hi I am just starting with xen and trying to get a few vm''s running on this pentium 4 system. I tried using virt-install to start things. I am using this link as the install base: ftp://download.fedora.redhat.com/pub/fedora/linux/core/6/i386/os/ , and a local file as hard drive. What happens is that virt-install downloads the kernel, boots, a VNC window for the new VM appears, but it
2013 Jul 02
2
binding/unbinding devices to vfio-pci
Alex, I'm trying to think through how binding/unbinding of devices will work with VFIO for platform devices and have a couple of questions about how vfio-pci works. When you bind a device to vfio-pci, e.g.: # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id ...I understand that the echo into 'new_id' tells the vfio pci driver that it now handles the specified PCI ID. But
2013 Jul 02
2
binding/unbinding devices to vfio-pci
Alex, I'm trying to think through how binding/unbinding of devices will work with VFIO for platform devices and have a couple of questions about how vfio-pci works. When you bind a device to vfio-pci, e.g.: # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id ...I understand that the echo into 'new_id' tells the vfio pci driver that it now handles the specified PCI ID. But
2008 Sep 10
2
Bug#490409: xen-3: diff for NMU version 3.2.1-2.1
tags 490409 + patch thanks Hi, The following is the diff for my xen-3 3.2.1-2.1 NMU. It incorporates three patches from upstream and aims to fix CVE-2008-2004 aka #490409. It is not yet tested much, I would appreciate if interested parties could give it a try. I'll upload in due course. Kind regards T. diff -u xen-3-3.2.1/debian/control.md5sum xen-3-3.2.1/debian/control.md5sum ---
2015 Jun 16
2
using rsync to sync desktop /home/user of to laptop /home/user
Antonio, thank you for reply. On 06/16/2015 12:22 PM, Antonio S. Martins Jr. wrote: > ----- "g" <geleem at bellsouth.net> escreveu: <<>> >> greetings, >> >> i want to sync my desktop home directory to my laptop home >> directory. i am using KDE for desktop. >> >> a problem that i foresee is the different screens between the 2.
2006 Sep 15
1
Root filesystem on ext2
Dear All, I have a following query: - My initrd image is created using ext2 filesystem. - The filesystem type of / is specified as ext3 in /etc/fstab file. - I dont mount the real root during execution of linuxrc because I referred some documents saying that if you dont mount real root from linuxrc the kernel will mount it after linuxrc is finished. - The system boots up successfully, mount
2015 Jun 16
2
using rsync to sync desktop /home/user of to laptop /home/user
thank you for replying Johanthan. On 06/16/2015 02:52 PM, Jonathan Billings wrote: > On Tue, Jun 16, 2015 at 02:44:43PM -0500, g wrote: >> what directories and files should not be copied so that configs for >> desktop/laptop do not corrupt configs for laptop/desktop screen? > > Maybe you need to be clearer. The screen's configuration is not > really configured in your
2013 Oct 11
3
VNC
I'm trying to set up a VNC server using the instructions at http://www.techrepublic.com/blog/linux-and-open-source/linux-101-easy-vnc-server-setup/ . I am up to step 6: Step 6: Edit iptables In order for the VNC connections to get through, you must allow them with iptables. To do this, open up the file /etc/sysconfig/iptables and add the line: -A INPUT -m state --state NEW -m tcp -p tcp -m
2015 Jun 16
0
using rsync to sync desktop /home/user of to laptop /home/user
On Tue, Jun 16, 2015 at 02:44:43PM -0500, g wrote: > what directories and files should not be copied so that configs for > desktop/laptop do not corrupt configs for laptop/desktop screen? Maybe you need to be clearer. The screen's configuration is not really configured in your home directory, but by X (although these days it's all autoprobed). Are you talking about what icons
2015 Jun 17
0
using rsync to sync desktop /home/user of to laptop /home/user
----- "g" <geleem at bellsouth.net> escreveu: > De: "g" <geleem at bellsouth.net> > Para: centos at centos.org > Enviadas: Ter?a-feira, 16 de Junho de 2015 18:17:36 (GMT-0300) Auto-Detected > Assunto: Re: [CentOS] using rsync to sync desktop /home/user of to laptop /home/user > > thank you for replying Johanthan. > > On 06/16/2015 02:52 PM,
2013 Jul 02
0
binding/unbinding devices to vfio-pci
On Tue, 2013-07-02 at 14:15 +0000, Yoder Stuart-B08248 wrote: > Alex, > > I'm trying to think through how binding/unbinding of devices will > work with VFIO for platform devices and have a couple of questions > about how vfio-pci works. > > When you bind a device to vfio-pci, e.g.: > # echo 1102 0002 > /sys/bus/pci/drivers/vfio-pci/new_id > > ...I understand
2004 Feb 13
1
PXELinux; Question regarding UNDI
I have already a running automated Deployment system using pxelinux and tftd and a 1,44 floppy image (memdisk) with ms-dos and 3-com undi drivers. The whole thing is working good, and i am not unhappy about it. But, the dos image solution has a few disadvanatages, because i cannot find a mtftp client for ms-dos to deploy a lot of system at the same time. Under linux such client exists, but i
2006 Nov 11
1
FW: [tclug-list] Drives Not Recognized on Dell Poweredge 1550 CentOs install
...> and am having problems getting the darn thing to recognize the hard > drives. (it's worth noting that it's running RAID 0 and the RAID > bios recognizes both drives as being in "optimal" state). I start > the > installation process and all is going well until it autoprobes. All > other hardware is found > except for the hard drives. The install subsequently fails because > there the drives can't be found. > > I have been googling my brain out over the last week and this seems > to be an issue with installing linux > on this particular server...
2016 Jan 06
1
[Bug 93612] New: Unable to force-enable output if monitor disconnected
https://bugs.freedesktop.org/show_bug.cgi?id=93612 Bug ID: 93612 Summary: Unable to force-enable output if monitor disconnected Product: xorg Version: 7.7 (2012.06) Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau