similar to: Problem of Japanese fonts (Wine 1.4-rc2)

Displaying 20 results from an estimated 700 matches similar to: "Problem of Japanese fonts (Wine 1.4-rc2)"

2023 Mar 17
0
[PATCH RFC v2 virtio 2/7] pds_vdpa: get vdpa management info
On Thu, Mar 16, 2023 at 11:25?AM Shannon Nelson <shannon.nelson at amd.com> wrote: > > On 3/15/23 12:05 AM, Jason Wang wrote: > > On Thu, Mar 9, 2023 at 9:31?AM Shannon Nelson <shannon.nelson at amd.com> wrote: > >> > >> Find the vDPA management information from the DSC in order to > >> advertise it to the vdpa subsystem. > >> >
2023 Jul 03
1
[GIT PULL] virtio: features, fixes, cleanups
Note: dropped some commits at the last moment, I did verify we get the same code in the end as what was in linux next for a while now. The following changes since commit 6995e2de6891c724bfeb2db33d7b87775f913ad1: Linux 6.4 (2023-06-25 16:29:58 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes
2023 May 03
1
[PATCH v5 virtio 04/11] pds_vdpa: move enum from common to adminq header
The pds_core_logical_qtype enum and IFNAMSIZ are not needed in the common PDS header, only needed when working with the adminq, so move them to the adminq header. Note: This patch might conflict with pds_vfio patches that are in review, depending on which patchset gets pulled first. Signed-off-by: Shannon Nelson <shannon.nelson at amd.com> --- include/linux/pds/pds_adminq.h | 21
2006 Oct 15
0
multiple smbd/nmbd on one machine
Hi everybody, hope my question is not misplaced :) I have an HA-Cluster (RHEL 4 update 3, Veritas Storage-Foundation 4.1, samba Version 3.0.10-1.4E.9) an have to run 3 different smbd/ nmbd on one machine. So my smb.conf looks different for each "service", and is also stored in a separate folder. (Structure is: /home/smb/domain/cfg/ ... #config for domain-controlling
2023 Jul 07
1
[PATCH virtio 1/4] pds_vdpa: reset to vdpa specified mac
On 7/7/23 12:33 AM, Jason Wang wrote: > Caution: This message originated from an External Source. Use proper caution when opening attachments, clicking links, or responding. > > > On Fri, Jun 30, 2023 at 8:36?AM Shannon Nelson <shannon.nelson at amd.com> wrote: >> >> From: Allen Hubbe <allen.hubbe at amd.com> >> >> When the vdpa device is reset,
1998 Oct 06
0
NT profiles on samba server
Hi, there, I put roaming profiles for NT4 users on samba server. In "Domain User Manager", I set "User profile Path" \\abel\profile\%U.pds, here abel is samba server. It works well, but everyday several users complain. Sometime, they cannot login because of roaming profiles. Sometimes, some users cannot run VC or VB. Sometime, I only need to remove ntuser.dat on samba
2012 Aug 04
1
Getting unknown error trying to plot spatial data
Hi there! I'm following an awesome guide to working with spatial data (http://www.frankdavenport.com/blog/2012/6/19/notes-from-a-recent-spatial-r-class-i-gave.html) and am running into an error that I can't figure out how to fix. Disclaimer: I am very much an R n00b Here is the r script I am running: https://dl.dropbox.com/u/28231177/This%20Should%20Work.R data:
2004 Nov 25
1
A little help with nss_ldap - User xxx in passdb, but getpwnam() fails!
I keep getting the following errors when I try to log on to my domain or access a share (some how I have no clue I was able to get one computer to access the samba domain). It is a standalone PDC, ldap on the same computer. This problem has been killing me for about a week, any help would be greatly appreciated I'm running samba 3.0.9 on redhat 9 stock ldap server that comes with redhat
2023 Jul 06
2
[PATCH virtio] pds_vdpa: protect Makefile from unconfigured debugfs
debugfs.h protects itself from an undefined DEBUG_FS, so it is not necessary to check it in the driver code or the Makefile. The driver code had been updated for this, but the Makefile had missed the update. Link: https://lore.kernel.org/linux-next/fec68c3c-8249-7af4-5390-0495386a76f9 at infradead.org/ Fixes: a16291b5bcbb ("pds_vdpa: Add new vDPA driver for AMD/Pensando DSC")
2011 Apr 05
0
Changing parameter in local fdr R code
I am using Efron's local fdr procedure. But, I want to change the null from N(0,1) to N(0, 0.002). I can access the function but I have no idea what to change. In other words, I want nulltype to be N(0,0.002) instead of N(0,1) in his function. Anyone has any ideas. This is his code for the local fdr: function (zz, bre = 120, df = 7, pct = 0, pct0 = 1/4, nulltype = 1, type = 0, plot = 1,
2017 Feb 14
0
Samba4 Problem Rename
PDS is a typo - sorry! Should be PDC (primary domain controller) And thank you for your hints - I'll try them and will report results Regards Bernhard On Sun, 12 Feb 2017 13:32:32 +0100 Bernhard Blasen via samba <samba at lists.samba.org> wrote: > I've got a Problem using samba4 as PDS and Win7 Client. What is a 'PDS' ?? > > I'm not able to rename a file in
2006 Jan 27
0
samba machines as PDC and member
I have set up samba to be a AD member and no other linux boxes. It worked well. I set up samba to be a PDS with no other linux boxes. It worked well. Now, I need to make a samba client that works with the samba PDS. I can join the domain. winbind can list users and such. getent doesnt work. I can see the authentication succeeding on the PDS but I cant access any shares. smbclient -L DOMAIN
2004 Dec 12
2
tdbsam and variables
Dear List Members We are trying to setup samba PDC with tdbsam backend. First question: When "Home Directory" is not set in tdbsam does samba just use the setting of "logon home" in smb.conf? And when it's set does it ignore the smb.conf setting? Second question: Does tdbsam allow the inclusion of variables such as %a, %u, %H, etc.? We were looking at the "Big
2016 Feb 10
5
Question about an error we're now starting to get on LLVM 3.8.0rc2since
+llvm-dev > On 2016-Feb-09, at 12:54, Harris, Kevin <Kevin.Harris at unisys.com> wrote: > > Duncan, > Kevin Harris here, from Unisys. In our application, generating LLVM IR, we have several instances of code that looks like this: > > . . . > Value* pDS; > . . . > auto argIt = pFunc->arg_begin(); >
2012 Apr 12
1
Problem: enable multiuser wine
Hallo, folks, in openSuSE 12.1, I installed wine from the Wine CVS Builds repository. I knew it would work perfectly as of my experience on 11.4. In the end, it does! BUT I tried a different thing - it does run the programme, but only for one user! To get the programmes installed under WINE working for every user (one single laptop, different accounts), I tried the following recommendation
2023 Mar 23
0
[PATCH v3 virtio 8/8] pds_vdpa: pds_vdps.rst and Kconfig
On Thu, Mar 23, 2023 at 3:11?AM Shannon Nelson <shannon.nelson at amd.com> wrote: > > Add the documentation and Kconfig entry for pds_vdpa driver. > > Signed-off-by: Shannon Nelson <shannon.nelson at amd.com> > --- > .../device_drivers/ethernet/amd/pds_vdpa.rst | 84 +++++++++++++++++++ > .../device_drivers/ethernet/index.rst | 1 + I wonder if it's
2002 Nov 04
2
Windows 2000 logon error
Hello, I have Samba 2.2.3 running on a Solaris 7 server. I have many Windows 98 and a handful of Windows 2000 computers authenticating against it for logging in and filesharing. One of the users (Jeff) had his Windows 98 workstation replaced with a Windows 2000 workstation. I have other Windows 2000 computers and their users can log in fine, and they all have the same network settings for the
2023 Mar 17
0
[PATCH RFC v2 virtio 7/7] pds_vdpa: pds_vdps.rst and Kconfig
On Thu, Mar 16, 2023 at 11:25?AM Shannon Nelson <shannon.nelson at amd.com> wrote: > > On 3/15/23 12:05 AM, Jason Wang wrote: > > On Thu, Mar 9, 2023 at 9:31?AM Shannon Nelson <shannon.nelson at amd.com> wrote: > >> > >> Add the documentation and Kconfig entry for pds_vdpa driver. > >> > >> Signed-off-by: Shannon Nelson <shannon.nelson
2005 Nov 07
1
repeated values, nlme, correlation structures
Dear listers, As an exercise, I am trying to fit a logistic model with nlme. Blue tit pulli (youngs) were weighted occasionnally (for field reasons) along time in 17 nestboxes. Individuals where not idenfied but their age was known. This means that for a given age several measurements were done but individuals could not be identified from a time to the other. This makes repeated values for
2023 Jun 30
4
[PATCH virtio 0/4] pds_vdpa: mac, reset, and irq updates
v2 for internal review - heavily reworked NET_F_MAC patch, matches recent PR-68875 - reordered to put "clean and reset vqs" before "alloc-irq" to make them slightly simpler patches - other minor cleanups for simpler patches These are some fixes for device providing a MAC address, for allocating irq resources later to support vhost use, and for properly cleaning vq info