Displaying 20 results from an estimated 1000 matches similar to: "Whether to use systemd to start services"
2008 Jul 22
2
Rsync job exiting with error "unexpected tag 3 [sender]"
Hello everyone. I have this issue:
I?m rSyncing three folders from my main server to my backup server. Main is Ubuntu 7.10 64 bit and backup is Ubuntu 6.10 32 bit. Both are Rsync 3.0.2. Please advise me if there any other debug information I should provide.
I get this output:
building file list ... done
Attachments_Redmine.tar.gz
BackupRedmine.sql
calidad/
calidad/DESVIOS QQ 1.2 ADVANTEK
2007 Jul 02
2
Object Property Sorting - Hash?
I''m trying to sort an object by its property names. As I understand it,
iterating over an object using for...in or using Hash.each() (or
Hash.sortBy()) does not guarantee the order of the properties.
Is there an easy and low-overhead way to guarantee order? Or would I
need to have some type of collection object that uses arrays instead of
the property-value configuration that Hash
2008 Jun 06
1
rsync daemon not answering
Hi everyone.
I have a problem: I was running rsync --daemon on a Ubuntu 6.10 linux
without problems. I used it to sync our company intranet from a Windows
host through deltacopy. Then I migrated my system to new hardware and
installed Ubuntu 7.10 on it. I run rsync --daemon with the same
rsyncd.conf file and it?s not listening to any requests. I?m trying to
sync the same directories from the
2007 Jun 01
1
RFC: making the xen startup integrate better with distros
What follows below is an outline of what we''re changing in Xen startup
for Fedora 8. I know historically when getting into initscripts you tend
to hit distro specific issues. So I''m posting this to see if there''s any
interest from others in having these changes integrated upstream. I''d
like to thing that with a few minor tweaks this is general enough to be
2008 Nov 15
1
STALKER keyboard pauses
Wine 1.1.8, in STALKER, shadow chernobyl, when I press any key, the game enters in PAUSE mode. None of the solutions in appdb for stalker works for me (scroll lock; allow window manager to control the windows).
Any suggestions?
2008 Apr 27
2
Newbie question on installing program with Wine
I have Wine configured but one problem I am having as I am trying to install Stalker. I am getting a message on not enough disk space. I have plenty of disk space. Is there a workaround on this?
I am using Unbuntu 8.04 LTS and I am dual booting with Windows XP
Thank,
2008 Aug 21
1
[Darwine] Can't run STALKER
Well, It's my first time running a wine client, yet I can't run the desired app I want. I am trying to run Stalker using Darwine 1.1.0 wih Xquartz and all the other stuf installed, om my macbook pro (OSX 10.5.4, Xcode) with the specs: 2,4 ghz intel dualcore, 256mb nvidia 8600m gt, 4gb ram and plenty of disc space.
I just ran the installer of Stalker and I installed. Yet now I am trying to
2010 Sep 16
5
DO NOT REPLY [Bug 7683] New: New rsync deletes destination files it shouldn't
https://bugzilla.samba.org/show_bug.cgi?id=7683
Summary: New rsync deletes destination files it shouldn't
Product: rsync
Version: 3.0.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy:
2010 Feb 28
2
Elven Legacy
Hello, I've been trying Elven Legacy (vanilla) in Wine 1.1.38 under Ubuntu 9.04. The first problem I encountered was, most of units are not shown at all. Sometimes you can see parts of them, i.e. hands, sort of invisible man style :) For some reason screenshot I've tried to take is all black. But I can add wine output to terminal. It's huge, though. Shall I just post it here?
2008 Sep 01
7
Slow performance with many 3D games
Lots of 3D games such as Team Fortress 2, Audiosurf or Stalker have very low performance in comparison to running on the same computer on Windows. What can I do to improve it? What developers have still to implement to fully support 3D rendering?
2017 Jul 28
2
CentOS users: please try and provide feedback on Fedora Boltron
Please take a look at
http://www.itworld.com/article/3211046/linux/red-hats-boltron-snaps-together-a-modular-linux-server.html
and
https://fedoramagazine.org/announcing-boltron/
which has a walkthrough questionnaire at the bottom. Your feedback very
appreciated.
--
Matthew Miller
<mattdm at fedoraproject.org>
Fedora Project Leader
2024 Sep 19
1
The care and feeding of the signing socket; also NTPsec
On Thu, 19 Sep 2024 06:44:13 -0700 (PDT)
James Browning via samba <samba at lists.samba.org> wrote:
> TLDW: I have a Samba install, and I can use help getting the signing
> socket to return a signature with either Chrony or NTPsec; I would
> appreciate some guidance on what I am doing incorrectly. I partially
> followed the instructions at [1]; after checking and revising, I saw
2024 Apr 05
1
Strange problem with samba-tool dns query ...
So,
I've done some progress.
I've made configuration according this article
https://fedoramagazine.org/samba-as-ad-and-domain-controller/
they use sample kerberos config file from package samba-dc-provision:
sudo cp /usr/share/samba/setup/krb5.conf /etc/krb5.conf.d/samba-dc
[libdefaults]
default_realm = ${REALM}
dns_lookup_realm = false
dns_lookup_kdc = true
[realms]
${REALM} = {
2009 Jul 31
1
nut and megatec_usb
ut 2.4.1 works with megatec_usb driver. It tries to interact with a
device in /dev/bus/usb/X/Y, but there are root:root 664 access rights.
When I try to set port /dev/hiddev0 with write access in config
file, in strace there are no records about accessing /dev/hiddev, but
still only /dev/bus/usb/X/Y
How to explain such a behavior?
execve("./megatec_usb",
2008 Sep 12
1
Game Locking Up Due to Sound?
I'm relatively new to Linux. I'm using Ubuntu 8.04. I've installed Stalker Shadow of Chernobyl. The game runs fine but with absolutely no sound. I configure the sound using ALSA in the drivers portion of the audio tab and the test works fine. I have removed pulse audio as I have read this conflicts with WINE. It seems if I try to use an audio driver the game then locks up and all
2024 Apr 05
1
Strange problem with samba-tool dns query ...
On Fri, 5 Apr 2024 19:58:33 +0200
Pavel Lis? <pavel.lisy at gmail.com> wrote:
> So,
>
> I've done some progress.
>
> I've made configuration according this article
> https://fedoramagazine.org/samba-as-ad-and-domain-controller/
> they use sample kerberos config file from package samba-dc-provision:
>
> sudo cp /usr/share/samba/setup/krb5.conf
2018 Aug 12
2
Why still no PKCS#11 ECC key support in OpenSSH ?
Hi,
I was trying to get OpenSSH portable working with my Yubikey.? A key was present on the token but generated using the ECCP384 algorithm.
This lead to many obscure goose-chase red-herring error messages from OpenSSH such as the delightful "Could not add card : agent refused operation" or other nonsense that was meaningless and unhelpful.
Many hours later in Mr Google's company,
2024 Apr 05
1
Strange problem with samba-tool dns query ...
On Fri, 2024-04-05 at 19:13 +0100, Rowland Penny via samba wrote:
> On Fri, 5 Apr 2024 19:58:33 +0200
> Pavel Lis? <pavel.lisy at gmail.com> wrote:
>
> > So,
> >
> > I've done some progress.
> >
> > I've made configuration according this article
> > https://fedoramagazine.org/samba-as-ad-and-domain-controller/
> > they use sample
2010 Feb 13
8
S.T.A.L.K.E.R. - Call of Pripyat on Wine 1.1.38
After upgrade (wine 1.1.37>1.1.38, my distribution is ArchLinux) STALKER Call of Pripyat crashes after one minute playing.
[neko at gdetotut ~]$ wine --version
wine-1.1.38
[Crying or Very sad]
2024 Apr 05
1
Strange problem with samba-tool dns query ...
On Fri, 05 Apr 2024 21:17:45 +0200
pavel.lisy at gmail.com wrote:
> On Fri, 2024-04-05 at 19:13 +0100, Rowland Penny via samba wrote:
> > On Fri, 5 Apr 2024 19:58:33 +0200
> > Pavel Lis? <pavel.lisy at gmail.com> wrote:
> >
> > > So,
> > >
> > > I've done some progress.
> > >
> > > I've made configuration according