search for: swd

Displaying 20 results from an estimated 34 matches for "swd".

Did you mean: sw
2009 Sep 06
2
selecting columns based on values of two variables
...ma ida numb idb kmdist midist 1 2 USA 20 CAN 731 456 2 2 USA 31 BHM 1623 1012 3 2 USA 40 CUB 1813 1130 I want to select a subset of these dyads, and have tried the following code: subset(capdist,ida == c("DEN","SWD","FIN") & idb == c("DEN","SWD","FIN")) This should ideally give me the dyads involving only Denmark, Sweden and Finland, however i get the error message: [1] numa ida numb idb kmdist midist <0 rows> (or 0-length row.names) Warni...
2007 Dec 17
5
[PATCH 0/21] Integrate processor.h
Hi, This series integrate the processor.h header. There are a lot of things that are deeply architectural differences between architectures, but I've done my best to come to a settlement. With this series, I am very close to have selectable paravirt for x86_64, It applies ontop of today's x86 git, mm branch.
2007 Dec 17
5
[PATCH 0/21] Integrate processor.h
Hi, This series integrate the processor.h header. There are a lot of things that are deeply architectural differences between architectures, but I've done my best to come to a settlement. With this series, I am very close to have selectable paravirt for x86_64, It applies ontop of today's x86 git, mm branch.
2012 Jun 13
1
phyloclim help
...t? maxent???? is a list containing the location of the MAXENT application and its input files (see below) >From what I have gathered, the maxent argument is a list of four elements: app????????????? the path to the MAXENT application (MAXENT is a JAVA program) samples ???????? the path to a SWD-formatted file with sample points (e.g., samples.csv) background ????? the path to a SWD-formatted file with background points (e.g., background.csv) projections????? the path to a folder containing environmental GIS layers to be used for projection of the MAXENT models Suppose all of these fil...
2012 Nov 19
0
[PATCH 247/493] drivers/block: remove use of __devinit
...ct vio_device_id *id) { struct mdesc_handle *hp; diff --git a/drivers/block/swim.c b/drivers/block/swim.c index 314f0b4..989f5bd 100644 --- a/drivers/block/swim.c +++ b/drivers/block/swim.c @@ -788,7 +788,7 @@ static struct kobject *floppy_find(dev_t dev, int *part, void *data) return get_disk(swd->unit[drive].disk); } -static int __devinit swim_add_floppy(struct swim_priv *swd, +static int swim_add_floppy(struct swim_priv *swd, enum drive_location location) { struct floppy_state *fs = &swd->unit[swd->floppy_count]; @@ -812,7 +812,7 @@ static int __devinit swim_a...
2012 Nov 19
0
[PATCH 247/493] drivers/block: remove use of __devinit
...ct vio_device_id *id) { struct mdesc_handle *hp; diff --git a/drivers/block/swim.c b/drivers/block/swim.c index 314f0b4..989f5bd 100644 --- a/drivers/block/swim.c +++ b/drivers/block/swim.c @@ -788,7 +788,7 @@ static struct kobject *floppy_find(dev_t dev, int *part, void *data) return get_disk(swd->unit[drive].disk); } -static int __devinit swim_add_floppy(struct swim_priv *swd, +static int swim_add_floppy(struct swim_priv *swd, enum drive_location location) { struct floppy_state *fs = &swd->unit[swd->floppy_count]; @@ -812,7 +812,7 @@ static int __devinit swim_a...
2015 Jan 22
2
CUPS Windows point'n'click driver installation
...://support.lexmark.com/index?locale=EN&page=product&userlocale=EN_US&productCode=LEXMARK_CX510&focusedTab=DOWNLOADS#1 ms510dn: http://support.lexmark.com/index?locale=EN&page=product&userlocale=EN_US&productCode=LEXMARK_MS510#1 hp5100dtn: http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=74342&swLangOid=8&swEnvOid=4063 (chose PCL6) Note that the Lexmark downloads are executables; however, when run, you have an option to just extract their contents, allowing you to get access to the driver without installing bloatware. I have tried to install the...
2013 Feb 20
3
sink() and source()
Hola a todos, Tengo problemas con los comandos sink() y source() cuando los utilizo conjuntamente. He creado un script con una función dentro de la cual se ejecuta sink() Si copio-pego este scritp directamente en la consola no hay problemas y el resultado de la función es desviado a un fichero. Sin embargo cuando utilizo el comando source() para leer el script con el contenido de la función el
2006 Jan 08
0
Usermap from Windows domain to UNIX
I believe you should have your domain name prepended to windows username, such as: root "DOMAIN\administrator" HTH Mike On 03-Jan-2006 12:52:56 CET, JKetabchy@swd-ag.de <JKetabchy@swd-ag.de> wrote: > > > > > > > Hello! > > I try to map users from Domain to a unix system with user map. > I have joined the Domain with net join. > i have a user map file: > user (unix) = (user windows) > Samba is not local master and...
2016 Aug 15
2
Windows 10 point and print restriction
...ve a look. ( if needed try the link from infoworld first ) > > Kyocera > > Yes can you send it to me? That will be great. Is send. > > Brother > I will look for them > > Hp > Do you know there are new versions? I just look here : http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=4157320&swLangOid=8&swEnvOid=4192 ( google for "hp universal" top link ) And in this case im busy with new printers so i've tested a lot lately with drivers etc. I see your using win10 1511, good. DONT upgrade to 1607 without knowing the followi...
2016 Aug 17
0
[PATCH 15/15] block: Add FIXME comment to handle device_add_disk error
...: handle error. */ device_add_disk(&port->vio.vdev->dev, g, NULL); return 0; diff --git a/drivers/block/swim.c b/drivers/block/swim.c index a4d3e30..82dde18 100644 --- a/drivers/block/swim.c +++ b/drivers/block/swim.c @@ -858,6 +858,7 @@ static int swim_floppy_init(struct swim_priv *swd) swd->unit[drive].disk->private_data = &swd->unit[drive]; swd->unit[drive].disk->queue = swd->queue; set_capacity(swd->unit[drive].disk, 2880); + /* FIXME: handle error. */ device_add_disk(NULL, swd->unit[drive].disk, NULL); } diff --git a/drivers/block/...
2016 Aug 17
20
[PATCH 00/15] Fix issue with KOBJ_ADD uevent versus disk attributes
This is an attempt to fix the issue that some disks' sysfs attributes are not ready at the time its KOBJ_ADD event is sent. The symptom is during device hotplug, udev may fail to find certain attributes, such as serial or wwn, of the disk. As a result the /dev/disk/by-id entries are not created. The cause is device_add_disk emits the uevent before returning, and the callers have to create
2016 Aug 17
20
[PATCH 00/15] Fix issue with KOBJ_ADD uevent versus disk attributes
This is an attempt to fix the issue that some disks' sysfs attributes are not ready at the time its KOBJ_ADD event is sent. The symptom is during device hotplug, udev may fail to find certain attributes, such as serial or wwn, of the disk. As a result the /dev/disk/by-id entries are not created. The cause is device_add_disk emits the uevent before returning, and the callers have to create
2010 Jun 14
4
help
On Wed 5/5/2010 3:28 AM Miller, Shao wrote, ---------------------------------------------- Good day again Matthew, As per (c=80) * (h=2) * (s=48) * (sect_size=512) = 3,932,160 bytes = 7,680 sectors: For Windows, you might enjoy: - "DD for Windows" by John Newbigin and chrysocome[1] - "ImDisk Virtual Disk Driver" and "Zero and Random Device Driver" by Olof
2016 Jun 30
17
[PATCH v2 00/12] gendisk: Generate uevent after attribute available
The race condition is noticed between disk_add() and disk attributes, on virtio-blk hotplug. Userspace listens to the KOBJ_ADD uevent generated in add_disk(). At that point we haven't created the serial attribute file, therefore depending on how fast udev reacts, the /dev/disk/by-id/ entry doesn't always get created. As pointed out by Christoph Hellwig in the specific fix [1], virtio-blk
2016 Jun 30
17
[PATCH v2 00/12] gendisk: Generate uevent after attribute available
The race condition is noticed between disk_add() and disk attributes, on virtio-blk hotplug. Userspace listens to the KOBJ_ADD uevent generated in add_disk(). At that point we haven't created the serial attribute file, therefore depending on how fast udev reacts, the /dev/disk/by-id/ entry doesn't always get created. As pointed out by Christoph Hellwig in the specific fix [1], virtio-blk
2015 Jan 22
0
CUPS Windows point'n'click driver installation
...ee http://www.linuxtopia.org/online_books/network_administration_guides/samba_reference_guide/29_CUPS-printing_105.html. Start with step 4. You can copying the files from the Windows host (location see above) to the print$ share, too, of course. > hp5100dtn: http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=74342&swLangOid=8&swEnvOid=4063 (chose PCL6) This link doesn't work. I searched for the printer on the HP download area, but it only provides me the hp univeral driver. This one I could upload successfully (tried PCL5 + PCL6 64bit). At work I use the HP unive...
2016 Aug 15
0
Windows 10 point and print restriction
...om infoworld first ) > >> Kyocera >> >> Yes can you send it to me? That will be great. > Is send. > >> Brother >> I will look for them >> >> Hp >> Do you know there are new versions? > I just look here : > http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=4157320&swLangOid=8&swEnvOid=4192 ( google for "hp universal" top link ) > > And in this case im busy with new printers so i've tested a lot lately with drivers etc. > > I see your using win10 1511, good. DONT upgrade to 1607 without kno...
2001 Nov 26
0
Make error in samba 2.2.2
.../lmhosts" -DSWATDIR="/opt/samba/s wat" -DSBINDIR="/opt/samba/sbin" -DLOCKDIR="/opt/samba/var/locks" -DCODEPAGEDIR= "/opt/samba/lib/codepages" -DDRIVERFILE="/opt/samba/lib/printers.def" -DBINDIR=" /opt/samba/bin" -DHAVE_INCLUDES_H -DPASSWD_PROGRAM="/bin/passwd" -DSMB_PASSWD_FI LE="/opt/samba/private/smbpasswd" -DTDB_PASSWD_FILE="/opt/samba/private/smbpassw d.tdb" Using FLAGS32 = -O -Iinclude -I./include -I./ubiqx -I./smbwrapper -D_LARGEFILE_ SOURCE -D_FILE_OFFSET_BITS=64 -DLOGFILEBASE="/opt/samba/v...
2005 Dec 29
0
AIX 5L 5.3 Error after Compiling the SAMBA 3.0.21.0
----- Original Message ----- From: <JKetabchy@swd-ag.de> To: <samba@lists.samba.org> Sent: Wednesday, December 28, 2005 7:25 AM Subject: [Samba] AIX 5L 5.3 Error after Compiling the SAMBA 3.0.21.0 > **************************************************************************** *** > but getting ERROR when i run any Command as exampl...