search for: painfullness

Displaying 20 results from an estimated 43 matches for "painfullness".

2006 Apr 02
2
Delaying table attribute load using ActiveRecord
Hi all, I came accross the following problem lately: I got a table with several BLOB fields (Oracle DB) and I have ActiveRecord reading those fields whenever records are loaded using finder methods. This behavior is just fine in 99.9% of the time, but considering BLOB data is not small, it is considerably slowing down search access :(. So basically, I thought about building a :has_one
2005 Jan 29
2
Linux server & client in Win2k3 AD domain
Hello folks! I am trying to make sure we can use Linux/Win2k3 mix in my company. After reading up in the documentation I fealt it sounded so good I would propably get there with little effort... Well, halfway there I got fast enough. But that won't do... I have successfully joined the AD-Domain from my Linux host. And I also can authenticate a AD user in the Linux host. I used nsswitch and
2008 Jun 05
2
bartlett.test()
i'm trying to test the homogeneity of variance of 92 samples each one contains 3 observations. to use bartlett.test function i have created a (3,92) matrix (named xx): >bartlett.test(xx) this message appears: >Erreur dans bartlett.test.default(xx) : l'argument "g" est manquant, avec aucune valeur par d?faut when i checked the help i have understood that in g i should
2005 Dec 09
4
Feature request FLAC
Dear all, I am an active FLAC user and like the program a lot! Thanks for your great work. Since I am not a developer I cannot modify the program on my own. Maybe you might be interested in features I would find useful. Maybe others find them interesting as well and you find the time to implement them. 1. Add encoder options: a) Skip silence (leading and ending) would give the option to skip
2012 Dec 27
4
Samba AD DC migration and official packages
Hello: Recently I have tried Samba AD DC (Samba4), because I want migrate our Samba 3 installation to Samba AD DC (Samba4). My tests were successfully, I could migrate a copy o f my samba 3 installation. Now I want to migrate my real installation to Samba4 but my question is about packaging. For now there is not a v4.0 stable Samba package in Debian Wheezy, and I don't want install a rc
2004 Sep 14
0
[LLVMdev] Files to lib/System/Win32
Hi What did I start? <*shrug*> Well, well, well. First a little bit of history: I joined the LLVM project, because the ideas sounded very interesting to me and I voluntered for a minor patch for prefetch datasupport for the gcc-compiler. At that time, when I joined, the only possibility to develop on the windows platform was to use Cygwin Unix Windows emulation layer, but it had some
2017 Aug 10
1
Blank printers names while browsing remote printers from windows
Hi friends. This morning waking up is painfull. We've got a great CUPS+Samba+Winbind print server sharing 30+ printers to our windows clients. Until this morning no issue, used on production for a couple of weeks. Today, the printer shares became unbrowsable from windows. We can see the printers names from samba share : "\printserver", but when we click on the "Show
2010 May 10
5
GFX Passthrough
Hi List, many People seem to be interested in the Graphic-Card Passthrough Feature (for more or less obvious reasons). Official Support is still under development, and i hope not to interfere with it in any (bad) way ... But i remember my own painfull and timeconsuming research when i wanted this feature to work, so i thought perhaps this spares some time for the unpatient users like me :)
2006 Jan 03
1
Domain-member and simple read and readwrite file-permissions based on group-membership
Hi, I'm pretty confused about using samba as domain-member and file-server. Assuming i have a couple of windows-users on my active directory server and there are mainly 2 groups defined in the AD: ReadOnlyGroup and WriteOnlyGroup. On my samba-server there is one share which should be used by both groups and i want users in the WriteOnlyGroup to have the permission to modify/ delete all
2004 Feb 26
1
ESFQ Modification
Hi! Some time ago I faced a problem in limiting traffic on host with multiple uplinks. Since all the stuff worked nice seemed that there will be no problems. But then I realized that P2P users are smart enough to bypass limits as sfq doesn''t give fair sharing in this case (thousands of connections from one user versus few from the other). I tried IMQ but it''s instability in my
2004 Jan 28
3
Server crashed using rsync
I'm trying to make a backup using this command rsync -auvH /home/ /bak --delete --bwlimit=1000 --status server load has been increased so much and the server crashed, as well has gone out of memory My Server is a Dual Xeon 2.0 GHz with 2GB of Memory + 1GB Swap. Could be that there are too many files, about 5.000.000, to be backed up ? The way the files are structured make very
2007 May 10
5
removing string restrictions
We've previously discussed if we should add some sort of selection option type and not use string options and string restrictions for that purpose. I don't think we need a new option type for this. The integer type should do just fine. The attached patch changes the blur plugin's filter option from string to integer type and adds the relevant metadata. I suggest that we change all
2009 Jul 09
4
When will nouveau kernel tree be merged into master
Hi, I've been using nouveau driveau for 8 months or so, using automated build from drm git, xf86-video-nouveau git and even sometimes mesa drm git and discovered the linux-core build did not build the nouveau driver the hard way: X was refusing to start as the nouveau.ko modules was not loaded nor build. Build process did chnage without obvious way to know womething was wrong. Then I tried
2003 Dec 23
3
draft of posting guide. Sorry.
Hi! Sorry. Please take my last mail to the account that it was monday and I had two "hard" birthday party's during the weekend. Probably all this caused the problem to express that the style of the "mailing list guide" shocked me. I asked this morning such a "stupid"(if you know the answer) question. But to me, it was a very important question and to get the
2019 Jul 01
0
[PATCH 22/22] mm: remove the legacy hmm_pfn_* APIs
...t64_t hmm_device_entry_from_pfn(const struct hmm_range *range, range->flags[HMM_PFN_VALID]; } -/* - * Old API: - * hmm_pfn_to_page() - * hmm_pfn_to_pfn() - * hmm_pfn_from_page() - * hmm_pfn_from_pfn() - * - * This are the OLD API please use new API, it is here to avoid cross-tree - * merge painfullness ie we convert things to new API in stages. - */ -static inline struct page *hmm_pfn_to_page(const struct hmm_range *range, - uint64_t pfn) -{ - return hmm_device_entry_to_page(range, pfn); -} - -static inline unsigned long hmm_pfn_to_pfn(const struct hmm_range *range, - uint64_t pfn)...
2019 Jul 03
0
[PATCH 5/5] mm: remove the legacy hmm_pfn_* APIs
...t64_t hmm_device_entry_from_pfn(const struct hmm_range *range, range->flags[HMM_PFN_VALID]; } -/* - * Old API: - * hmm_pfn_to_page() - * hmm_pfn_to_pfn() - * hmm_pfn_from_page() - * hmm_pfn_from_pfn() - * - * This are the OLD API please use new API, it is here to avoid cross-tree - * merge painfullness ie we convert things to new API in stages. - */ -static inline struct page *hmm_pfn_to_page(const struct hmm_range *range, - uint64_t pfn) -{ - return hmm_device_entry_to_page(range, pfn); -} - -static inline unsigned long hmm_pfn_to_pfn(const struct hmm_range *range, - uint64_t pfn)...
2006 Mar 31
0
packaging
Hi all, I would like to know where put personnal classes that are not either model or helper. In lib/ but it''s seems not reloadable when i change code. it''s painfull to have to restart each time webbrick to take account changes from /lib Regards. Croco -------------- next part -------------- An HTML attachment was scrubbed... URL:
1998 Apr 17
1
diskless windows
Hi. I wanted to set diskless win95 but I read the list archives and I decided not to do it diskless. So I tried diskless windows but I got a problem. I do this. 1.- I did booting images with bootware proms. 2.- I managed to install DOS clients from microsoft. That was painfull because the one I downloaded from MS didn't connected to my samba server. I used a dos clients that creates a NT
2006 Jul 04
0
slow access to shared printers
Hello, I've a printing performance problem using samba 3.0.14a (tested on both fc4 and debian). Accessing to the properties of a shared printer takes ~9 seconds, while it takes only 4 seconds when accessing the printer directly. Tested with both windows XP and win 2000. It's a raw queue setup using cups, printer are accessed using the embedded lpd. Selecting the shared printer within
2005 Dec 09
0
Feature request FLAC
I vote for #2. I don't see the options in #1 as strictly going with the philosophy of FLAC being a lossless codec although neither one seems like a bad idea if implemented properly. More generally part b of #1 would allow you to select any channel(s) from a source and just encode those channels. For example you may want to encode only 3 channels of a 4 channel source or 5 of 8 or 1 of 8,