Displaying 20 results from an estimated 800 matches similar to: "[fdo] xorg-xf86-input-keyboard license"
2019 Oct 27
3
[fdo] xorg-xf86-input-keyboard license
On Sun, October 27, 2019 9:37 am, Alan Coopersmith wrote:
> Why do you care about the server license if you're writing an application
> (i.e. a client)?
Not the OP, but I will tell you why it is important. GPL, as you know, is
put in place to protect the opensource aspect of the code, and as such
requires the changes be published for modifications that are done on top of
the existing
2019 Feb 18
4
[fdo] Lots of wiki content rewritten
Hi,
To try to bring our wiki 'up to date' (as in, no longer talking about
CVS), I've gone through and rewritten a lot of the wiki content for
our main landing pages: our front page, the software and
specifications pages, the infrastructure pages, and even (to an
extent) the mission statement.
A lot of this is trying to describe how we've interpreted these things
over the past ten
2006 Oct 04
3
whacked keyboard behavior CLI
Hi there --- for some reason I am getting really weird keyboard behavior
on the CLI (no xfs or anything running). Centos 4.4 yummed up.
For example if i type "root" to login, I get "rot" or sometimes
"roooooot". Then other times I will have to press a key like 3 times to
get a double character.
Now at first I thought maybe it was the keyboard, but it seems to
2006 Mar 03
3
dynamic queries
Is there an easy (and secure) way to search your database when you don''t
know the number of parameters ahead of time? I can see doing it by
concatenating together an sql query, but hopefully rails provides a more
elegant way to do this with ActiveRecord without making a ginormous switch
statement?
For example, lets say my search form has 4 different input boxes. I only
want the query
2006 Mar 06
1
Announce of our Xen project; Routing simulation with Einar
Hello all,
Some time before Christmas, a project was started. The task was to
enhance an existing LiveCD solution with User-mode Linux. A number of
requirements was stated, where the greatest challenge was to fit 10
virtual routers within an old no-name PC with only 256MB Ram. And the
solution must still be run from a LiveCD.
Thanks to Xen, the task was possible to complete.
-But, what does it
2018 Nov 20
2
[fdo] Mailing list of AccountsService does not found
Hi,
Product "AccountsService" was disappeared.
https://bugs.freedesktop.org/enter_bug.cgi
Only contact by gitlab ?
Thanks,
Akira Nakajima
On 2018/11/20 16:19, Alan Coopersmith wrote:
> On 11/19/18 10:50 PM, Nakajima Akira wrote:
>> Hi,
>>
>> Mailing list of AccountsService does not found.
>> https://lists.freedesktop.org/mailman/listinfo/
>>
>>
2005 Aug 11
1
Migrating UW-POP3 mbox storage to Dovecot POP3 mbox storage
Hi
We have an mailserver running RedHat Linux 9.0 with UW-IMAP (imap-2001a-
18.progeny.1.src.rpm), we have user mailboxes in /var/spool/mail/username
using the default mbox storage method.
Some users have home directories and some dont. They only connect through the
POP3 server, not IMAP.
We are now migrating both hardware and software to an new server running RHEL
4, i have copied all
2019 Aug 11
2
[fdo] is Linux/mips needed maintainer?
Hi
I readed this page(https://cgit.freedesktop.org/xorg/doc/xorg-docs/tree/MAINTAINERS), no one is maintaining xserver on mips architecture, so I want to do some work to be a maintainer, what can I do ? someone can help me?
thank you.
--
本邮件及其附件含有龙芯中科技术有限公司的商业秘密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制或散发)本邮件及其附件中的信息。如果您错收本邮件,请您立即电话或邮件通知发件人并删除本邮件。
This email and its
2010 Dec 01
3
[fdo] Time to kill the fontconfig wiki?
Looking at http://www.fontconfig.org/wiki/TitleIndex I see it's around
99.9% pure spam. Other than the front page, virtually everything else
is the moin-moin boilerplate or the hundreds of pages of spam. Even the
Recent Changes & Find Page links have been overwritten by spammers hundreds
of times, with the spammers fighting each other to crap on it most recently.
(I restored them both
2006 Jan 18
1
Rails and PostgreSQL bytea
Hi!
I''m trying to insert binary data into a PostgreSQL database where the
field is of type ''bytea''. This works fine if a do Base64 encoding but I
just want to do character escaping. How do I do this????.
What I get is this:
ActiveRecord::StatementInvalid in Init_test#save_file
ArgumentError: Invalid Ruby/cstring: INSERT INTO
2002 Sep 05
1
Multi subnet
Hello, i got 2 subnets and i want to be able to browse both network from
one.
I have tried to config samba as i think it shall be but it only works on
one side.
Anyone know how i shall config samba for this?
/Rickard
2006 Feb 13
1
kernel.org 2.6.16-rc2 vs xen-unstable 2.6.16-rc2 - missing buslogic?
Hello,
Is there some things removed from the kernel.org kernels before the get
into xen-unstable? I was just about to compile a new dom0 kernel, and
couldn''t find the option for Buslogic SCSI driver i xen-unstable kernel
synced earlier this morning.
I find this a bit strange, as I know the option is there in kernel.org''s
2.6.16-rc2. The config option was somehow lost in 2.6.15
2018 Nov 20
2
[fdo] Mailing list of AccountsService does not found
Hi,
Mailing list of AccountsService does not found.
https://lists.freedesktop.org/mailman/listinfo/
Only found gitlab which looks hardly working.
https://gitlab.freedesktop.org/accountsservice/accountsservice/issues
Do I ask questions to this Gitlab Issues about AccountsService?
Thanks,
Akira Nakajima
2011 Jan 13
3
[fdo] bugs.freedesktop.org SSL certificate (was: HTML colouring in xedit)
On 01/13/11 04:29 AM, Krzysztof ?elechowski wrote:
> Dnia ?roda, 12 stycznia 2011 o 09:26:30 Alan Coopersmith napisa?(a):
>
>> On 01/11/11 11:19 AM, Krzysztof ?elechowski wrote:
>>> The manual page for *xedit* does not say how to switch syntax colouring off and the display for *HTML* is awful. The font used for /code/ is smaller than the font used for /text/ , to the point
2006 Mar 01
2
safe html links
Hi,
I''m working on a web app that allows users to submit links to external
sites. I''m curious if there are any special security considerations I
should take aside from escaping the user input with h( )? Is it safe to
directly link_to h(user_inputted_url), h(user_inputted_url) or could that be
exploited in a way that I''m not thinking of. Thanks.
-------------- next
2013 Jul 27
1
[fdo] Downtime on annarchy for maintenance 2013-07-27
On Sat, 2013-07-27 at 23:10 +0200, Tollef Fog Heen wrote:
> Just for the record, this is done now and we have a lot more space on
> /home on annarchy.
Thanks!
I shall close https://bugs.freedesktop.org/show_bug.cgi?id=63808 then.
Out of curiosity, is there a better place to report such things to fdo
sysadmins than bugzilla, the sitewranglers list, and IRC?
Cheers
-Tim
2004 Aug 25
3
Wine and industrial communication like OPC
Hello!
I have some questions about Wine and how/if it can be used with industrial communication like OPC (MicroSoft Com/DCom objects, DDE and more)
My short question is:
Can I use Wine to make OPC communication work with a Linux system.
OPC "OLE for Process Control"
A "general" standard for communication in industrial systems, that unfortunately is totally depending on
2013 Apr 23
2
Feature request: Configure CONFIG_MODULE_DIR and AUTH_MODULE_DIR at runtime
Hi!
I am running dovecot 2.1.16 on NixOS (http://nixos.org), and I have been
fighting the dynamically loaded dovecot modules/plugins a bit.
The problem is that in Nix/NixOS all packages are completely isolated from
each other (each package has a separate /lib, /libexec, /bin etc, with
only its own files in it). So dovecot has all its modules under
2001 Nov 07
1
winbind and pam files
In the winbind docs it says the following:
"In /etc/pam.d/* replace the auth lines with something
like this:"
By this (/etc/pam.d/*) do they mean that we change ALL
the files in that directory? If not, what files do we
change? Another set of docs i read for winbind stated
that i should change the /etc/pam.d/samba file, but on
my TurboLinux 6.5 and RH 7.1 systems that file doesn't
2002 Dec 29
4
MRTG and Shorewall
Hello.
Is there any command in the shorewall script that prints how many or the
hits the last 5 min?
/Rickard Eriksson