Displaying 20 results from an estimated 8000 matches similar to: "Upgrade 4.4 to 5.0 (Error in transaction)"
2007 Apr 17
1
XEmacs on CentOS 5
Either I'm having a case of "now you see it, now you don't" or I'm
just plain stupid:
When upgrading one of my 4.4-machines I discovered, that XEmacs (my
text editor of choice; please no religious discussions) isn't part of
the distribution anymore. OK. I progressed without it (and removed the
old xemacs-packages because they were not working anymore). Then I
installed
2010 Apr 13
2
XFS-filesystem corrupted by defragmentation Was: Performance problems with XFS on Centos 5.4
Before I'd try to defragment my whole filesystem (see attached mail
for whole story) I figured "Let's try it on some file".
So I did
> xfs_bmap /raid/Temp/someDiskimage.iso
[output shows 101 extents and 1 hole]
Then I defragmented the file
> xfs_fsr /raid/Temp/someDiskimage.iso
extents before:101 after:3 DONE
> xfs_bmap /raid/Temp/someDiskimage.iso
[output shows 3
2009 May 14
5
Preventing hour-long fsck on ext3-filesystem
Hi!
I'm justing in the process of setting up a new fileserver for our
company. I'm installing CentOS 5.3 (64 bit) on it.
One of the "problems" with it is that it has a 3.5TB filesystem for
the user data which I formatted during setup as an ext3. Now my
experience with our current fileserver is that a 0.5TB ext3 filesystem
needs approx half an hour to complete (and kicks in
2009 Aug 18
3
virt-manager crashes Host during installation of guest
Hi!
I have the following problem: I have a server (CentOS 5.3 x86_64) on
which I want to install a virtual Xen-machine (CentOS 5.3 x86_64), I
ssh from my workstation (Centos 5.3 x86_64 .... do you see the pattern ;) )
to that server and start the virt-manager. I create a new Guest
(Paravirtualiuzed) and point it to the server with the installation
files (CentOS 5.3, but I already said that). The
2005 Sep 19
1
new samba install
we have been trying to move our samba box to a faster server, with better
NICs, faster processor and more memory.
both the old and new server are using samba 3.0.14A
both on debian based distributions (old was sarge, new is breezy)
here are the steps we followed:
install samba from the apt archives.
confermed that they were the same version.
copied smb.conf from old server to new server.
changed
2020 Apr 07
2
RHEL 7.8 is out
This is not your usual "so when is CO 7.8.xxxx coming out?" posts.
I'm just curious if the CentOS team is affected by our current world
conditions, or is work-from-home modus operandi for the team?
(In other words, "when is CO 7.8.xxxx coming out?")
--
*Matt Phelps*
*Information Technology Specialist, Systems Administrator*
(Computation Facility, Smithsonian
1998 Jun 10
2
run scripts on samba server
Hi all,
I have a network with Win95 clients and a samba-server 1.9.18p3 on Linux 2.033. Linux is only used as serversystem, clientusers are nonfamiliar with Linux.
Sometimes it would be usefull, to start a program or script on the server from the client. This can be done via telnet, but I'd like to know if there is some sort of call implemented in samba to start a script on the server
2005 Jun 15
3
Possible bug in file.choose() - how to tell?
Hi,
I run a script file by dropping it on a windows batch file that runs R
in --slave modus. In a subfunction there is the call to file.choose().
The problem is, that the dialog does show only folders but no files at
all. It's quite strange: a) without --slave modus the files are shown,
b) when I copy the whole script file in a different file it was also
ok, but when I renamed the script, the
2005 Sep 13
3
Collineariy Diagnostics
Hi, and thanks for your help
in order to do collinearity analysis I downloaded the perturb package. I run
a lm (regression) and on that the ??calldiag?? commad to get condition numbers
but i get the following message: the variable XY with modus ??numeric?? was
not found (it does the same with all predictors despite all variables are
numeric and exists).
Can anyone tell me how can I go arround
2016 Jan 20
2
Monitor Dummy Device
Thank you Jonathan for your participation.
But i only want the same workflow like a second device is wired.
A hoped its possible to configure a second xorg-server or a
fakedevice/-monitor that kde recognize this and you could use this as
second desktop in same way as in dualscreen-modus.
So i ask a lot of people the last days and ok, maybe tis solution seems
unavailable without deeper knowhow.
2018 Aug 29
5
[PATCH v2 0/5] drm/nouveau: Backlight fixes and cleanup
Next version of https://patchwork.freedesktop.org/series/48596/ . Made
some important changes to the refactoring patch, but everything else is
the same.
Lyude Paul (5):
drm/nouveau: Check backlight IDs are >= 0, not > 0
drm/nouveau: Move backlight device into nouveau_connector
drm/nouveau: s/nouveau_backlight_exit/nouveau_backlight_fini/
drm/nouveau: Cleanup indenting in
2018 Aug 23
6
[PATCH 0/5] drm/nouveau: Backlight fixes and cleanup
This series fixes some issues with nouveau's backlight support that were
causing kernel panics on module reloads, specifically on systems with
nouveau handling the backlight of one of the displays.
While we're at it, let's cleanup nouveau_backlight.c as well
Lyude Paul (5):
drm/nouveau: Check backlight IDs are >= 0, not > 0
drm/nouveau: Move backlight device into
2007 Oct 01
1
Error loading DCluster
When I try to load the DCluster package I get the following error
message (R 2.5.1; PowerBook G4; Mac OS X 10.4.10)
(Load needed package)
Lade nötiges Paket: spdep
(error: package spdep could not been loaded)
Fehler: Paket 'spdep' konnte nicht geladen werden
(additional warning message)
Zusätzlich: Warning message:
(There is no package spdep in:.....)
es gibt kein Paket 'spdep'
2018 Aug 29
5
[PATCH v3 0/5] drm/nouveau: Backlight fixes and cleanup
Next version of https://patchwork.freedesktop.org/series/48596/ . Added
NV_INFO_ONCE and made "Move backlight device into nouveau_connector" use
that instead so we don't print the GMUX warning more then once.
Lyude Paul (5):
drm/nouveau: Add NV_PRINTK_ONCE and variants
drm/nouveau: Move backlight device into nouveau_connector
drm/nouveau:
2018 Aug 29
6
[PATCH RESEND v3 0/6] drm/nouveau: Backlight fixes and cleanup
Forgot to send 6 patches instead of five since there's one new one now,
whoops!
No actual changes, next version of
https://patchwork.freedesktop.org/series/48596/
Lyude Paul (6):
drm/nouveau: Check backlight IDs are >= 0, not > 0
drm/nouveau: Add NV_PRINTK_ONCE and variants
drm/nouveau: Move backlight device into nouveau_connector
drm/nouveau:
2006 Jul 23
2
constructing a dataframe from a database of newspaper articles
I am hoping for some assistance with formatting a large text file which
consists of a series of individual records. Each record includes specific
labels/field names (a sample of 1 record (one of the longest ones) is
below - at end of post. What I want to do is reformat the data, so that
each individual record becomes a row (some cells will have a lot of text).
For example, the column
2018 Sep 06
7
[PATCH v4 0/6] Backlight fixes and cleanup
Refactor for Ben, hopefully this time this should apply to his tree.
Next version of https://patchwork.freedesktop.org/series/48596/
No changes otherwise.
Lyude Paul (6):
drm/nouveau: Check backlight IDs are >= 0, not > 0
drm/nouveau: Add NV_PRINTK_ONCE and variants
drm/nouveau: Move backlight device into nouveau_connector
drm/nouveau:
2008 Jun 11
0
[LLVMdev] Possible miscompilation?
On 2008-06-11, at 13:16, Gary Benson wrote:
> Duncan Sands wrote:
>
>> Can you please attach IR which can be compiled to an executable
>> (and shows the problem).
>
> I've been generating functions using a builder and then compiling
> them with ExecutionEngine::getPointerToFunction(). Is there some way
> I can get compilable IR from that?
2008 Jun 11
2
[LLVMdev] Possible miscompilation?
Duncan Sands wrote:
> Can you please attach IR which can be compiled
> to an executable (and shows the problem).
I've been generating functions using a builder and then
compiling them with ExecutionEngine::getPointerToFunction().
Is there some way I can get compilable IR from that?
Cheers,
Gary
--
http://gbenson.net/
2015 Jul 28
2
ldap attribute modifiers. how to lowercase non ASCII
hi all,
I encountered some problem with lowercasing chars like an "?"
with user_attrs like this:
user_attrs = uid=home=/mail/%Lu, =myvar=%L{ldap:uid}
the ? doesnt get lower cased in both cases
# doveadm user BL?TULA
field value
user bl?tula
uid vmail
gid vmail
home /mail/bl?tula
mail maildir:~/Maildir:LAYOUT=fs:INBOX=~/Maildir/INBOX
myvar bl?tula
somebody knows if there a fix for