similar to: gdmgreeter and powersave

Displaying 20 results from an estimated 500 matches similar to: "gdmgreeter and powersave"

2004 Oct 05
0
Samba 3.0.4 Profile Permissions
When attempting to login to my Samba 3.0.4 PDC from a Windows XP client as a user with administrative priveleges (in this case, the user is a member of the adm group in Linux and all members of that group are members of the Adminstrators group in Windows) I get the following error: Windows did not load your roaming profile and is attempting to log you on with your local profile. Changes to
2013 Nov 20
0
Error using password cached on a samba4 RODC
OK! I'm getting farther and farther! :) I've managed to preload user and computer passwords onto a samba RODC: *sles-shire:/var/lib/samba/sysvol # samba-tool rodc preload 'win7-shire$' --server main.adlab.netdirect.ca** *Replicating DN CN=WIN7-SHIRE,CN=Computers,DC=main,DC=adlab,DC=netdirect,DC=ca Exop on[CN=WIN7-SHIRE,CN=Computers,DC=main,DC=adlab,DC=netdirect,DC=ca]
2007 Feb 15
17
Odd parameter munging with with()
Hi, I have this setup block: setup do session[:login] = ''jhughes'' @user = mock("user") User.stub!(:find).and_return(@user) @params = {:cn => "Bilbo Baggins", :telephoneNumber => "416-277-4418", :mail => "bilbo at baggins.com"} end And then this spec: specify "should update and save the
2015 Dec 15
2
Wifi Driver Broadcom BCM4322 not working with Centos 7.2
Hi, I've been using in the past the broadcom wifi card BCM4322 with Centos 7.1 one in the past, with kernel 3.10.0-229.7.2.el7 and driver 6_30_223_248 and it worked well. Now I updated Centos to 7.2 and the driver is not compiling any more under kernel 3.10.0-327.3.1.el7. Neither driver 6_30_223_238 nor 6_30_223_271. Does any body experienced the same issues? Cheers, Roberto Nebot --
2016 Jan 14
2
Skype 4.3.0.37 on Centos 7
Hi, Does anybody tried to install Skype on Centos 7.2? It is giving a segmentation fault when you start it. I installed using the nux repository and the fedora rpm. Cheers, Roberto Nebot -- It's a dangerous business, Frodo, going out your door. You step onto the road, and if you don't keep your feet, there's no knowing where you might be swept off to. Bilbo Baggins.
2015 Nov 19
2
Centos Macbook Installations
Hi I would like to contribute to the CentOS wiki. I've created the user RobertoNebot for accessing the centos wiki. I would like to contribute with CentOS installation instructions for Macbooks. I think that the right place for this contribution would be https://wiki.centos.org/HowTos/Laptops Cheers, Roberto Nebot. -- It's a dangerous business, Frodo, going out your door. You step onto
2007 Jan 30
2
Learnine Wine
Hello To All I am new to Linux (Ubuntu) and I want to learn how to run Doom3 and or Half Life2 What I need is a stept by stept instruction on how to do this... Can any one help me on this one. Thanks Bilbo Baggins
2015 Nov 12
1
MariaDB 10.X Master-Slave Replication
Hi, I am configuring master-slave replication in a MariaDB 10.X over Centos 7.1 and I am having some troubles. When I configure the slave I use the following directies in my.cnf: ... master-host = 192.168.122.2 master-user = slave_user master-password = qwerty master-connect-retry = 60 ... But is seems that the daemon doesn't like them and it refuses to
2015 Dec 15
0
Wifi Driver Broadcom BCM4322 not working with Centos 7.2
The kmod package (kmod-wl-6_30_223_271-2.el7.nux.x86_64.rpm) is available from the nux-dextop repo. If you'd rather build it yourself, please see http://elrepo.org/tiki/wl-kmod for details. Akemi On Tue, Dec 15, 2015 at 2:06 AM, melkor.kp <melkor.kp at gmail.com> wrote: > Hi, > > I've been using in the past the broadcom wifi card BCM4322 with Centos 7.1 > one in the
2003 Oct 28
1
PXELINUX and PowerSave Mode ...
We have a lot of diskless Linux clients which are booting via PXELINUX or ETHERBOOT. The problem is that they are on for 24 hours and APM PowerSave mode works for ETHERBOOT only. But in the future we want to use PXELINUX only, which seems to have no features for APM or ACPI PowerSave included. Would it be possible to integrate such features in PXELINUX or is there a way to boot a special image
2002 Jan 23
1
ext3 and powersave
Hi, This is probably a silly question, but, does ext3 allow ide drives to go int powersave mode? Thinking of upgrading my home linux router to ext3, but I'm wondering if it'll keep my drives awake all the time. I have ext3 running on several servers at work, and some of my workstations too. I can't tell for certain if the drives on my workstations go into powersave now that i've
2008 Dec 10
0
[PATCH 1] Add cpufreq governors: performance, powersave, userspace
Add cpufreq governors: performance, powersave, userspace This patch add 3 more governors beside original running ondemand cpufreq governor. performance governor is with best performance, keeping cpu always running at highest freq; powersave governor is with best power save effect, keeping cpu always running at lowest freq; userspace governor provide user setting freq ability; Signed-off-by: Liu,
2017 Apr 23
2
[Bug 100762] New: Nouveau powersave/suspend for discrete card stopped working
https://bugs.freedesktop.org/show_bug.cgi?id=100762 Bug ID: 100762 Summary: Nouveau powersave/suspend for discrete card stopped working Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2005 Nov 23
0
GDM problem
Here's another data point regarding the GDM problem I'm having. Once again, I get this on the console: There was an error loading the theme Default Couldn't recognize the image file format for file '/usr/share/gdm/themes/Default/background.png' Yesterday I needed to edit some graphics I had done for a job. I use gimp. Now gimp tells me: Image type 'png' is not
2007 Mar 29
0
Postdoctoral fellowship in pharmacometrics
Metrum Institute (http://metruminstitute.org/) is offering a postdoctoral fellowship in pharmacometrics. It will focus on the development of computational methods and open-source software tools for Bayesian modeling and simulation relevant to pharmacometric applications. An ideal candidate will have a post-graduate degree in statistics, pharmacokinetics, bioengineering or other related
2019 May 03
2
Incorrect Example in Samba User Management Documentation
Hi Samba documentation admins, one of the the examples given on this page https://wiki.samba.org/index.php/User_and_Group_management is incorrect and probably should be updated. The snippet of code in question: $ samba-tool user add fbaggins    --random-password --use-username-as-cn    --surname="Baggins" --given-name="Frodo"    --initials=S --mail-address=fbaggins at
2009 Jan 29
2
HOWTO install webgen 0.5.6 on Debian GNU/Linux etch
Hi all, Cristian our sys-admin wrote a short HOWTO for Webgen 0.5.6 on Debian Etch, see https://wiki.fsfe.org/FellowshipHacks/Webgen. I thought it might be of interest for others as well. If you know a better way, please let us know. Best wishes, Matthias -- Deputy German Coordinator, Fellowship Coordinator Free Software Foundation Europe (FSFE) [] (http://fsfeurope.org) Join the
2019 Jul 18
0
IPv6 Reverse Lookup Zone (Internal DNS) [SEC=UNCLASSIFIED]
UNCLASSIFIED Hi, I can successfully setup an IPv6 Reverse Lookup Zone (Samba 4.8.0 Internal DNS) and add valid PTR entries using samba-tool and/or RSAT DNS. However I cannot view the PTR records with samba-tool or RSAT. [root at bilbo user]# samba-tool dns add localhost 4.e.7.c.9.3.0.b.4.7.6.0.7.8.d.f.ip6.arpa 5.5.0.0.0.0.0.0.0.0.0.0.0.0.0.0 PTR brutus.dev.local Password for [administrator at
2005 Jul 21
1
deleting folders containing subfolders with thunderbird (mbox format) bug
When using Thunderbird (dovecot-0.99.13-3.FC3) on Fedora connecting to dovecot-0.99.13-3.FC3 I am having problems deleting folders which have been created with the 'Allow your new folder to contain: Folders only' option picked. The folder appears to get deleted but upon restarting Thunderbird the folder still appears to be there but clicking on it I get the error: 'The current
2009 Jan 31
3
thanks for the help guys
this was the first time I ever needed help with wine, and I get chased away... I get attitude and nothing more... I always thought WINE was a project like other GNU projects, with fellowship and support for each other... but I just get sodded off... I am now sitting with a game, which YOUR website claims runs in YOUR software, but I can't get it to run, and YOU won't advise me... looks