Displaying 14 results from an estimated 14 matches for "parrish".
Did you mean:
parish
2011 Sep 20
0
[PATCH] linux-2.6.18/Input: mousedev - handle mice that use absolute coordinates
...ke devices and touchpads. This patch merely tells it to also
include a device with ABS_X, ABS_Y, and mouse buttons in its list of
devices to process input for.
This patch enables the mouse pointer to move when using the remote
console.
Signed-off-by: Micah Parrish <micah.parrish@hp.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Olaf Hering <olaf@aepfle.de>
diff -r f4f25124b1b6 -r 56c7b8e10d3b drivers/input/mousedev.c
--- a/drivers/input/mousedev.c
+++ b/drivers/input/mousedev.c
@@ -712,6 +712,12 @@ static struct...
2018 Jun 15
2
After logrotation Dovecot still writes to old log file
...ersion 0.4.21 (92477967)
>> # OS: Linux 4.14.49-rh65-20180612025235.xenU.x86_64 x86_64 Ubuntu 18.04 LTS
>>
>> How can we investigate best? Or is there a mistake in the above
>> logrotate config?
>>
>> - Michael
>>
--
Binary Kitchen
Michael Heuberger
1/33 Parrish Road
Sandringham
Auckland 1025
(New Zealand)
Mobile (text only) ... +64 21 261 89 81
Email ................ michael at binarykitchen.com
Website .............. http://www.binarykitchen.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/p...
2017 Mar 19
2
Permission denied when logrotating dovecot.log
...missingok
sharedscripts
postrotate
doveadm log reopen
endscript
}
And the /var/log folder has these permissions:
drwxrwxr-x 12 root syslog 4.0K Mar 19 12:43 log
Any clues what's wrong?
Thanks
Michael
--
Binary Kitchen
Michael Heuberger
1/33 Parrish Road
Sandringham
Auckland 1025
(New Zealand)
Mobile (text only) ... +64 21 261 89 81
Email ................ michael at binarykitchen.com
Website .............. http://www.binarykitchen.com
2018 Jun 14
2
After logrotation Dovecot still writes to old log file
...2.33.2 (d6601f4ec): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.21 (92477967)
# OS: Linux 4.14.49-rh65-20180612025235.xenU.x86_64 x86_64 Ubuntu 18.04 LTS
How can we investigate best? Or is there a mistake in the above
logrotate config?
- Michael
--
Binary Kitchen
Michael Heuberger
1/33 Parrish Road
Sandringham
Auckland 1025
(New Zealand)
Mobile (text only) ... +64 21 261 89 81
Email ................ michael at binarykitchen.com
Website .............. http://www.binarykitchen.com
2017 Mar 19
4
Permission denied when logrotating dovecot.log
...world writable or writable by group which
> > is not "root")
>
> > drwxrwxr-x 12 root syslog 4.0K Mar 19 12:43 log
>
> On my RHEL derived systems, /var/log is root.root (and even then, is
> not writable by group).
--
Binary Kitchen
Michael Heuberger
1/33 Parrish Road
Sandringham
Auckland 1025
(New Zealand)
Mobile (text only) ... +64 21 261 89 81
Email ................ michael at binarykitchen.com
Website .............. http://www.binarykitchen.com
2017 Mar 19
2
Permission denied when logrotating dovecot.log
...user/group/file perms does your dovecot.log
>> file have?
>>
>> - Michael
>>
>>
> I log dovecot via syslog to [/var/log/]maillog, rather than its own
> log file. That file is owned root.root and has permissions of 600.
--
Binary Kitchen
Michael Heuberger
1/33 Parrish Road
Sandringham
Auckland 1025
(New Zealand)
Mobile (text only) ... +64 21 261 89 81
Email ................ michael at binarykitchen.com
Website .............. http://www.binarykitchen.com
2012 Jun 21
2
Simple Question?
Greetings,
I am new to R, but trying to put in the time to learn. I have read the R
manual and several other introductory texts; however, there is nothing like
actually putting it into practice. So here is my problem, and its more of a
learning exercise for myself than anything else, but I'm stuck and getting
extremely frustrated that I can't figure it out.
I'm trying to make a
2008 May 22
9
Retrieving Mutliple Records using find_by_*
I was hoping that AR''s find_by_* magic methods would help me retrieve
multiple items somewhat like the following:
names_to_find = [''Larry'', ''Moe'', ''Curly'']
found_people = Person.find_by_name(names_to_find)
Is there a way to accomplish this using find_by_* (or even find(:all)
using some sort of conditions) or must I resort to SQL
2006 Jan 03
2
Odd Routing - How To?
I am working on an app with a requirement that has yielded an unexpected
problem for Rails routing.
We have several controllers that handle regional data (one controller
per data type - weather, demographics, etc). The problem is that there
is one region who''s actions and output are different.
We intend to create two controllers for each data type (i.e.
weather_controller to handle
2017 Mar 19
1
Permission denied when logrotating dovecot.log
...>>
> I would be inclined to just log dovecot to the syslog mail facility,
> which I believe is the default (in 10-logging.conf) -- in the RHEL
> setup anyway, and what I do:
>
> log_path = syslog
>
> syslog_facility = mail
--
Binary Kitchen
Michael Heuberger
1/33 Parrish Road
Sandringham
Auckland 1025
(New Zealand)
Mobile (text only) ... +64 21 261 89 81
Email ................ michael at binarykitchen.com
Website .............. http://www.binarykitchen.com
2006 Sep 11
1
inherit owner
I'm having a problem with inherit owner... it doesn't seem to work at all.
This directory is shared
drwxrwsr-t 3 projectadmin Project Authors 4096 Sep 8 15:59 testing
Using this global definitiion
# Global parameters
[global]
workgroup = TEST
realm = MYDOMAIN.LOCAL
preferred master = no
server string = Masterprojects File Server
security = ADS
encrypt passwords = yes
log level = 2
log
2006 Jun 06
2
Routing Priority and Unknown Action
I have a site that consists of a blend of static and dynamic pages. The
solution I came up with uses the default routing to try to pair up a
controller and action for the dynamic stuff and, if the url doesn''t
jive, rails attempts to render the static content with a special
controller just for rendering that.
To allow the static content to use all sorts of user memorable URLs I
used
2002 Jun 07
2
Win98 client passwords w/Samba 2.2.3a
Hello folks,
I am running Samba 2.2.3a, on a RedHat 7.2 server. So far everything seems to be working fine. I can access shares, print from Windows clients, but I cannot change the password from the Win98 client. When I try, Windows tells me that the old password is incorrect. Here's my smb.conf file
# Global parameters
[global]
;basic server settings
workgroup =
1997 Dec 15
7
samba and win98
has anyone tried to make a win98 (beta3) connect to a samba server? Is
there some little secret I don't know about?
-Steve Schwartz
steve@photographics.net