search for: mita

Displaying 20 results from an estimated 40 matches for "mita".

Did you mean: mit
2012 Jan 20
2
[PATCH] xen-blkfront: use bitmap_set() and bitmap_clear()
Use bitmap_set and bitmap_clear rather than modifying individual bits in a memory region. Signed-off-by: Akinobu Mita <akinobu.mita at gmail.com> Cc: Jeremy Fitzhardinge <jeremy.fitzhardinge at citrix.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com> Cc: xen-devel at lists.xensource.com Cc: virtualization at lists.linux-foundation.org --- drivers/block/xen-blkfront.c | 7 +++---- 1 f...
2012 Jan 20
2
[PATCH] xen-blkfront: use bitmap_set() and bitmap_clear()
Use bitmap_set and bitmap_clear rather than modifying individual bits in a memory region. Signed-off-by: Akinobu Mita <akinobu.mita at gmail.com> Cc: Jeremy Fitzhardinge <jeremy.fitzhardinge at citrix.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com> Cc: xen-devel at lists.xensource.com Cc: virtualization at lists.linux-foundation.org --- drivers/block/xen-blkfront.c | 7 +++---- 1 f...
2002 May 21
1
HP Jetdirect, Intel Netport, Samba, And Windows XP
Hello, I have a bunch of Windows XP Pro machines, Samba 2.2.4, and several plotters on Jetdirect cards, and several printers on Netport 10/100 Muli-port network print servers. I have successfully configured Samba 2.2.4 to allow Windows XP to join the domain controlled by Samba and automaticaly create its own computer account on Samba. I would now like to setup Samba to share all the printers
2007 Apr 18
1
[Bridge] [PATCH] bridge: check kmem_cache_create() error
This patch checks kmem_cache_create() error and aborts loading module on failure. Cc: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> --- net/bridge/br.c | 7 ++++++- net/bridge/br_fdb.c | 4 +++- net/bridge/br_private.h | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) Index: 2.6-mm/net/bridge/br.c =================================================================== -...
2009 Nov 20
2
Finding & replacing non-ASCII characters
Hi guys, Are there any feasible methods in searching & finding non-ASCII characters in R? For example, from the following object, x <- mia. SzaÌmitaÌó The desired output is, x.out <- mia. SzaImitaIA Your help in resolving this would be greatly appreciated. [[alternative HTML version deleted]]
2005 Sep 09
7
[PATCH 0/6] jbd cleanup
The following 6 patches cleanup the jbd code and kill about 200 lines. First of 4 patches can apply to 2.6.13-git8 and 2.6.13-mm2. The rest of them can apply to 2.6.13-mm2. fs/jbd/checkpoint.c | 179 +++++++++++-------------------------------- fs/jbd/commit.c | 101 ++++++++++-------------- fs/jbd/journal.c | 11 +- fs/jbd/revoke.c | 158
2006 Jan 10
1
problem with printer drivers
...wseable = Yes I was able to install the printer driver on that share from a WinXP client using the AddPrinter Wizard. rpcclient at the print server reports the following: rpcclient $> enumdrivers [Windows NT x86] Printer Driver Info 2: Version: [2] Driver Name: [Kyocera Mita FS-3820N KX] Architecture: [Windows NT x86] Driver Path: [\\pslag\print$\W32X86\2\KMNK30AQ.DLL] Datafile: [\\pslag\print$\W32X86\2\KMF02210.MDX] Configfile: [\\pslag\print$\W32X86\2\KMNU30AQ.DLL] rpcclient $> enumprinters : flags:[0x800000] name:...
2014 Feb 12
1
samba-tool dns query error WERR_INTERNAL_DB_ERROR
...ol when i click on this particular zone, says it is probably corrupted zone. When i run samba-tool dns query on reverse zones and _msdcs, query works fine samba-tool dbcheck gives me no error nslookup for entries in this zone gives me correct results. any help would be greatly appreciated Nikos Mitas
2014 Feb 13
0
samba-tool dns query error WERR_INTERNAL_DB_ERROR [SOLVED]
...rse dns record for dc=pc43564,dc=....." using samba-tool dns delete, i was unable to delete the problematic record, with the message "record not found", so i deleted the record with ldap browser. now everything is working as usual Windows DNS GUI, samba-tool dns query Thanks Nikos Mitas On Feb 13, 2014 8:31 AM, "Chan Min Wai" <dcmwai at gmail.com> wrote: > Hi Nikos, > > I'm gentoo with samba 4.1.4 and I don't see this problem. > Possible a error on the command which was fixed later? > > Are your windows RAT able to see DNS client correc...
2012 Oct 29
5
Re: [PATCH 2/9] uuid: use random32_get_bytes()
On Sun, Oct 28, 2012 at 04:18:59PM +0900, Akinobu Mita wrote: > Use random32_get_bytes() to generate 16 bytes of pseudo-random bytes. > > Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Since your patch is going to allow users to set the random seed, it means that what had previously been a bad security bug has just become a griev...
2002 Jul 02
2
Printing eats my CPU
Hi all, I still have several problems with the printing system. The most critical is, that some drivers seem to cause an infinite RPC loop. I have a KYOCERA Mita KM 4230 KX driver installed. In this moment I can see SPOOLSS_GET_PRINTER and SPOOLSS_GET_PRINTERDATA requests and RPC responses on the net. Stracing the smbd process looks like this: ... pread(16, "\30\0\0\0\1\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1406, 6938) = 1406 fcntl(16...
2014 Sep 10
2
advice : samba cups and point and print ( hardware needed )
Hi ? it's a bit offtopic here, but its a good place to ask.. ? I'm looking for some new printer hardware and i was thinking lets ask the samba people.. I'm just a bit wondering which brand and models of printers do you all use. I'm using samba with cups with point and print setup.? I?only use windows drivers ( no ppd's ) . ? now im having for example some HP 4345MFP
2010 Nov 23
0
[PATCH v3 13/22] ocfs2: use little-endian bitops
As a preparation for removing ext2 non-atomic bit operations from asm/bitops.h. This converts ext2 non-atomic bit operations to little-endian bit operations. Signed-off-by: Akinobu Mita <akinobu.mita at gmail.com> Acked-by: Joel Becker <joel.becker at oracle.com> Cc: Mark Fasheh <mfasheh at suse.com> Cc: ocfs2-devel at oss.oracle.com --- No change from previous submission fs/ocfs2/ocfs2.h | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) di...
2013 Oct 17
2
Samba Join as DC failed
...this attribute. When doing this I should stop samba on all DCs and then edit the local sam.ldb on each. Then restart samba on the DC and re-try joining the domain after deleting all files /usr/local/samba/private on the DC I am attempting to join to the domain as a DC? Also saw on Samba list Nikos Mita had similar issue. It was suggested to try using samba-tool dbcheck -fix. Should I try this first? I'm just concerned whether this would complete or not. I have 94,443 records and this server only has 8GB of memory. I want to make certain I get the sequence correct. Also, before doing any of...
2002 Aug 26
2
w2k and samba, printer properties hourglasses forver after driver upload + OK
...= All Printers path = /var/spool/samba printer admin = printable = Yes browseable = No [tcslkm] path = /var/spool/samba printer admin = read only = No printable = Yes printer name = tcslkm comment = "windows test mita (6e)"
2003 Nov 07
0
Printing from Linux (Redhat 9) to a win2k shared printer
I'm trying to use a Kyocera-Mita FS-1010 printer conencted on a Win2000 workstation. I can list the shares on the win2k station using smbclient and I can mount shares from it. When I'm trying to print a test page I get the following error: "ERRDOS - ERRbadaccess opening remote file testprint.ps". I am using the posts...
2003 Dec 03
1
tree connect failed: NT_STATUS_ACCESS_DENIED
...ng section "[homes]" Processing section "[printers]" Processing section "[public]" Processing section "[main]" Processing section "[userpgms]" Processing section "[acct]" Processing section "[inventory]" Processing section "[MITA]" Processing section "[netlogon]" Loaded services file OK. Server role: ROLE_DOMAIN_PDC Press enter to see a dump of your service definitions # Global parameters [global] workgroup = DDI server string = Samba Server update encrypted = Yes pam password...
2013 Oct 06
1
samba 4 DC slow users bulk load
Hello, i have successfully installed samba 4 on three vmware VM's and everything works fine (join pc to domain, user login, dns updates, ntp), but i am facing some performance problems during users bulk loading. my environment: 1st DC: RedHat Linux v6.4,samba 4.1rc4,dns 9.9.3P2,ntp 2nd DC:RedHat Linux v6.4,samba 4.1rc4,dns 9.9.3P2,ntp 3rd DC:RedHat Linux v6.4,samba 4.1rc4,ntp to bulk load
2014 Feb 24
1
Samba 4 replication causes bind dns to freeze
Hello, Joined a new samba 4 dc to an existing pair of samba 4 domain controllers, but i have a problem with replication. 5-10 minutes after starting samba services on the new samba 4 server, both dns servers on the old Domain controllers freeze. Nothing works. all i can do is to kill all the services (ntp,named,samba) and start over again. i get this message on new dc in this file:
2014 Apr 04
0
Zone flags of added reverse zone
...ylor) > 3. Re: changing server role = standalone server to 'member > server' (Carl Wilhelm Soderstrom) > 4. Re: changing server role = standalone server to 'member > server' (Rowland Penny) > 5. Samba 4 replication causes bind dns to freeze (Nikos Mitas) > 6. Possible to specify multuple ldap servers in ldap idmap > backend or not? (Alex Crow) > 7. Re: changing server role = standalone server to 'member > server' (steve) > 8. #samba-doc: Table of content (Marc Muehlfeld) > 9. CTDB Error / tcp port...