Displaying 20 results from an estimated 52 matches for "peltonen".
2002 Apr 04
4
Samba 2.2.3a and password expiration?
One of my users complained that his Win2kSP2 complains that his password
Is going to expire in 8 days.
A while ago we changed from Win2k domain to a Samba 2.2.3a controlled domain.
How do I disable the password expiration? I read the man pages and searched
Google but couldn't find any hints about the issue. It almos seems like this
expiration thing should not be happening at all...?
2007 Sep 20
3
running php4 and php5 parallel
Is it possible to run php4 and php5 parallel in Centos4 somehow? If
the parallel php5 could be installed from rpm also that would be great
also.
Regards,
Peter
2015 Feb 17
1
[PATCH] graph/nvc0: Fix engine pointer retrieval
From: Lauri Peltonen <lpeltonen at nvidia.com>
Other methods in this file suggest this is the correct way to retrieve
the engine pointer.
Signed-off-by: Lauri Peltonen <lpeltonen at nvidia.com>
Signed-off-by: Alexandre Courbot <acourbot at nvidia.com>
---
drm/nouveau/nvkm/engine/gr/gf100.c | 2 +-...
2013 Apr 29
4
ECC memory errors
I started to receive this kind of messages a few days ago on one of my
servers:
Message from syslogd@ at Mon Apr 29 08:02:55 2013 ...
server1 kernel: EDAC MC0: UE row 0, channel-a= 0 channel-b= 1 labels "-":
(Branch=0 DRAM-Bank=0 RDWR=Read RAS=0 CAS=0, UE Err=0x2 (Aliased
Uncorrectable Non-Mirrored Demand Data ECC))
I've never had ECC memory to fail on me before, so now I am
2011 Mar 09
4
CentOS 5.5 does not recognise SAS drives with LSI 1068E Controller
I need to do a new CentOS net install on a new server having the
Supermicro X7DVL-3 motherboard:
http://www.supermicro.com/products/motherboard/xeon1333/5000V/X7DVL-3.cfm
Based on that info I assume the board having a "8x SAS Ports via LSI
1068E Controller". We received the server with 3 drives + 1 spare as
hw RAID-5 preinstalled. During bootup I see that the drives are
initialised
2011 Apr 13
4
Monitoring power consumption
Hi all,
I would like to monitor the power consumption of my server. What I am
looking for is:
* a simple monitoring device that would measure the power consumption
of 1 server
* a way to get the consumption reading from that device to my centos
server (via usb / wlan / whatever works)
Any suggestions?
Best,
Peter
2012 Jun 03
2
wins option in nsswitch.conf not working
I am trying to get BackupPC working with automount as documented in
this CentOS HowTo:
http://wiki.centos.org/HowTos/BackupPC
I think my CentOS6 box's NetBIOS name resolving is not working
correctly as when I try to access the mount for Win7 machine called
Parallels I get this:
[root at au ~]# ls /windows
ls: cannot access /windows/parallels: No such file or directory
parallels
[root at au
2009 Oct 27
2
find out which website is used for sending email?
I got a report that my CentOS 5.4 is used for sending spam.
>From sendmail maillog I can see that apache has been sending a lot of
email to suspicious addresses.
Probably one of the many Apache virtual hosts I have is used for
sending spam. But how to find out which one?
Regards,
Peter
2014 Sep 29
1
[RFC PATCH 7/7] drm/prime: Support explicit fence on export
On Fri, Sep 26, 2014 at 01:00:12PM +0300, Lauri Peltonen wrote:
> Allow user space to provide an explicit sync fence fd when exporting
> a dma-buf from gem handle. The fence will be stored as the explicit
> fence to the reservation object.
>
> Signed-off-by: Lauri Peltonen <lpeltonen at nvidia.com>
All existing userspace treats dm...
2017 Jan 20
6
CentOS 7 and Areca ARC-1883I SAS controller: JBOD or not to JBOD?
Hi,
Does anyone have experiences about ARC-1883I SAS controller with CentOS7?
I am planning to have RAID1 setup and I am wondering if I should use
the controller's RAID functionality which has 2GB cache or should I go
with JBOD + Linux software RAID?
The disks I am going to use are 6TB Seagate Enterprise ST6000NM0034
7200rpm SAS/12Gbit 128 MB
If hardware RAID is preferred, the
2011 Apr 29
2
how to access lvm inside lvm
I have a centos 5.6 server that has xen domUs installed on their on
logical volumes. These logical volumes contain their own volume groups
and again their own logical volumes. I want to access the domU logical
volumes and tried this:
[root at kr ~]# fdisk -l /dev/VolGroup00/LogVol02
Disk /dev/VolGroup00/LogVol02: 274.8 GB, 274877906944 bytes
255 heads, 63 sectors/track, 33418 cylinders
Units =
2009 Nov 23
1
SNAT question
Hi,
I am unable to get my LAN masqueraded using SNAT with CentOS 5.3 and iptables.
I have the following setup:
eth0: connects to internet with static public IP 1.2.3.1 (obscured
here for privacy)
eth1: connects to DMZ with static public IP 1.2.3.2 (obscured here for privacy)
eth2: connects to LAN with static private IP 192.168.0.1
Traffic to hosts in the DMZ/Internet through eth0/1 work fine.
2001 Nov 27
2
kernel: smb_request: result -104, setting invalid
While using smbmounted shares I get the following errors in my syslog:
---<snip>--
Nov 27 18:27:45 cayman kernel: smb_request: result -104, setting invalid
Nov 27 18:27:46 cayman kernel: smb_retry: successful, new pid=529, generation=2
--</snip>--
Is this something I should worry about?
I am using RH 6.2, linux 2.4.16 and samba-2.0.10-0.62 installed from RPM.
Regards,
Peter
2015 Feb 26
0
[PATCH] gr/gf100: Clear notify interrupt
From: Lauri Peltonen <lpeltonen at nvidia.com>
Notify interrupt is only used for cyclestats. We can just clear it and
avoid an "unknown stat" error that gets printed to dmesg otherwise.
Signed-off-by: Lauri Peltonen <lpeltonen at nvidia.com>
Signed-off-by: Alexandre Courbot <acourbot at nvidi...
2009 Aug 04
2
php-pdo
I wish to use PostgreSQL with PHP+PDO. I haven't use PDO before.
I have the php-pdo package installed on my CentOS 4.7 server:
# rpm -qa |grep pdo
php-pdo-5.1.6-3.el4s1.10
Now when I try connect to the PostgeSQL db with this code:
<?php
print "PDO test<br />";
try {
$db = new
PDO("pgsql:host=192.168.0.180;port=5432;dbname=mydb;user=test;password=test");
2014 Sep 26
14
[RFC] Explicit synchronization for Nouveau
...like to
get your feedback. Can you see the benefits of explicit sync as an alternative
synchronization model? Do you think we could use the android sync_fence for
passing fences between user space? Or did you have something else in mind for
explicit sync in the drm world?
Thanks,
Lauri
Lauri Peltonen (7):
android: Support creating sync fence from drm fences
drm/nouveau: Split nouveau_fence_sync
drm/nouveau: Add fence fd helpers
drm/nouveau: Support fence fd's at kickoff
libdrm: nouveau: Support fence fds
drm/nouveau: Support marking buffers for explicit sync
drm/prime: Support...
2009 Aug 30
2
setup iptables to allow forwarding through eth1
I have a fresh installed CentOS 5.3 server which should route traffic
between two networks like this:
network A (Internet) -- eth0 (default gw) : server : eth1 -- network B (LAN)
I have set in sysctl.conf
net.ipv4.ip_forward = 1
and routing works fine like this. But when I switch on the iptables
service (with default setup, configured when installing the server),
routing stops working (or at
2007 Mar 10
3
mount xen partitions inside logical volume from dom0?
I''ve installed a FC5 domU under RHEL5-beta2 dom0 with virt-manager.
As the disk for domU I used:
phy:/dev/mapper/VolGroup00-LogVol02,xvda,w
In the domU I have partitions:
/dev/xvda1 on / type ext3 (rw)
/dev/xvda2 on /var type ext3 (rw)
How do I access these partitions from dom0? For example if I take an
LVM snapshot of
LogVol02, how do I mount the / partition of the domU installed on
2014 Oct 03
2
[RFC] Explicit synchronization for Nouveau
Riley (CCed) and I will be at Plumbers in a couple weeks.
There is a session on sync planned in the Android track, and of course
we'll be available to chat.
On Thu, Oct 2, 2014 at 1:44 PM, Daniel Vetter <daniel at ffwll.ch> wrote:
> On Thu, Oct 02, 2014 at 05:59:51PM +0300, Lauri Peltonen wrote:
> > +Rom who seems to be presenting about mainlining android sync at linux
> plumbers
>
> Also add Greg KH as fyi that we're working on de-stage one of the android
> subsystems.
>
> > On Wed, Oct 01, 2014 at 05:58:52PM +0200, Maarten Lankhorst wrote:
> >...
2014 Oct 01
3
[RFC] Explicit synchronization for Nouveau
Thanks Daniel for your input!
On Mon, Sep 29, 2014 at 09:43:02AM +0200, Daniel Vetter wrote:
> On Fri, Sep 26, 2014 at 01:00:05PM +0300, Lauri Peltonen wrote:
> > (2) Stop automatically storing fences to the buffers that user space wants to
> > synchronize explicitly.
>
> The problem with this approach is that you then need hw faulting to make
> sure the memory is there. Implicit fences aren't just used for syncing,
&...