Ubuntu :: DockBar(x) Broken User Config?

Mar 16, 2011

I loved dockbarx, but when I tried to install dockbarx-awn (manually) DockBarX and DockBar stopped working. when run from the terminal, the gnome panel reports:

Code:
** (gnome-panel:7882): WARNING **: panel-applet-frame.c:1273: failed to load applet OAFIID:GNOME_DockBarXApplet:

[code]....

View 8 Replies


ADVERTISEMENT

Ubuntu Networking :: DNS Config Broken When Booting?

Jan 4, 2010

I have a jaunty installation which is working fine, and I'm gradually getting a dual boot of karmic (desktop amd64) up to speed to take over from it. I've got a fairly standard ADSL modem/switch/router connected by wires to the machine as eth0.I setup local static IP etc. during installation (no DHCP at all) and it worked fine for quite a while. Then, after an upgrade one day, DNS broke on reboot.After booting now, /etc/resolv.conf is essentially empty (just comments) but the networking service is up. I can ping places out on the web.If I "/etc/init.d/networking restart" then /etc/resolv.conf gets the correct "nameserver" and "search" lines added to it and everything is fine... until next boot.I never really worked out exactly how Ubuntu controls its networking config, and I'm further confused by the changes to the booting setup in Karmic

View 3 Replies View Related

Ubuntu Servers :: 10.4 LDAP Config Is Crap - Irrecoverably Broken?

Oct 13, 2010

Why is the default config on Ubuntu 10.4 for LDAP so utterly, inconceivably, and irrecoverably broken? Has anyone managed to successfully enable replication using this messed up slapd.d config? I am pretty sure it is impossible. And the only documentation I could find on it was utterly incorrect.

View 3 Replies View Related

Ubuntu Multimedia :: Silent Soundblaster 24 Live USB - Find The Broken Config File?

Jul 24, 2010

My sound card (Soundblaster 24 live! USB) stopped working shortly after upgrading to 10.04. everything was fine until the upgrade as well a immediatly after, so I assume that an update was to blame. If I boot the PC off a live CD, all is well and the sound card works fine.

I've tried running

aplay -l

but it assured me that I do not have a sound card on the system to setup! how I find the broken config file or busted driver?

View 9 Replies View Related

Ubuntu :: Show External Devices On AWN Dockbar?

Jan 29, 2011

I was wondering if it's possible to show an the AWN dockbar the external devices (such as USB key or external hard disk)connected to the computer. I know that on Docky is possible using an apposite applet

View 6 Replies View Related

Ubuntu :: Configure Talika Dockbar (text File)?

May 13, 2011

I'm trying Talika on a Xfce. I really like it, but cannot manage to configure it by right click. Might be because I'm running it trough Xfapplet? Anyway is there any way to configure it, any text file...I searched it on ~/.configure but nothing there. As well on internet I couldn't find any solution. I know Xfce has an own iconozed dockbar applet, but I guess Talika is more configurable. Or there is any tweak for the inner dockbar applet on Xfce?

View 1 Replies View Related

Ubuntu :: Run CCSM And Bring Back Unity Dockbar And Top Panel?

Apr 30, 2011

yesterday i upgraded my Maverick Meekat 10.10 to 11.04. When i was exploring new features of Natty Narwhal i by mistake disabled Unity in CCSM. And then the Unity dockbar and top Panel disappeared and i am not getting any menu or options. Alt + F2 isn't working so i can't run CCSM to enable Unity again. However i am able to log in as Ubuntu Classic with old menus and functions. how to bring Run command? so that i can run CCSM and bring back my Unity dockbar and top Panel?

View 5 Replies View Related

Ubuntu Servers :: New User Looking For Drive Config

Feb 4, 2010

I'm planning to take a custom-built machine presently running Windows Home Server and convert it to a Ubuntu server to support the same backup functionality, but also allow me to support other server functions as well (WHS is great for backups and as a file server, but that's about it). The machine has two 1TB 7200 RPM drives. As the primary use for the machine is backups of files stored on the server as well as on the local PCs, I'd like to configure the box to support redundancy across both drives - So if one fails, I still have my data. What would be the recommended configuration of the drives to support this? I plan on using Bacula for the backups (clients and server).

I'll assume the disk format won't be NTFS.If one of the drives fail and its the boot drive, how easy is it to recover the data from the other drive? Just want to make sure there isn't some form of security that would prevent me from reading the data.

I'm new to Linux with only a bit of Unix experience, but I figure I have to start somewhere (and I have a bit of technical expertise, just with the Windows platform) This will also let me start playing with the LAMP stack.

View 5 Replies View Related

Ubuntu :: Broken Path To User Shell - Can't Complete Login

Jun 9, 2011

I inadvertently typed the wrong path when changing my user login shell and now every time I log in I get a message stating that it can't find the shell and boots me off the system. It will then redisplay the login prompt. I'm running Ubuntu Server x64 in VMware Workstation.

View 1 Replies View Related

Debian :: Vsftpd User Control Config Not Working

Jul 31, 2009

I havent worked on a linux system in about 6 years so Im a little rusty and wasnt that great 6 years ago. Im trying to create a user that can only upload to the server. I have picked at several post tutorial and such but its still not working. Currently you can still upload and download even though you should only be able to upload. Im sure Im missing something but have no clue what

vsftpd configuration

View 1 Replies View Related

Ubuntu :: User And New Installation - Delete Partitions - Rebuild The Grub2 Config File

Aug 5, 2010

i just installed ubuntu yesterday (dual boot) and ive finally decided i wanted to wipe windows xp off my hard drive first of all i know how to delete partitions and such but then i went to g parted and saw all this crazy info (screenshot posted) im really confused and down wanna end up ruining my installation.

But what i want to do is remove my xp installation merge the empty partition with my linux partition and then rebuild the grub2 config file.

View 9 Replies View Related

General :: In What Files In The Home Dir Does Xfce Store The User Config Data?

Aug 20, 2010

In what files/dirs in the home dir does xfce store the user config data?

Or if you like.

What files do I need to restore from backup in order to restore my xfce desktop with all the different settings I made?

Edit: All user config files is usually stored somewhere in /home/$USER/. And since all the programs, kde, xfce and gnome stores their config there, this question is about what files belong to the xfce desktop.

This is my guess of what files belong to the xfce desktop:

.config/Thunar/
.config/xfce4/
.config/xfce4-session/
.config/user-dirs.dirs

[Code]....

View 1 Replies View Related

General :: Store User Input In A Config File GUI For A BASH Script?

Dec 4, 2010

I'm trying to create a backup script. For my second version, I want to make a GUI that will ask the user three things:

1. which folders should be excluded
2. where to store the backup
3. the user's email

I need to store this input, and later input the values into variables in my script. How do I go about doings this?

View 1 Replies View Related

OpenSUSE :: Configure Apache To Redirect To The Home Page If A User Is Directed To A Broken Link?

Aug 29, 2011

Is there a way to configure Apache so that if a user tries to access a webpage that doesn't exist under mydomain.com, that it redirects that user to the index.php?

View 1 Replies View Related

Ubuntu Servers :: Config - Change / Add From The Default OpenSSH Config Files To Get Tunnelling To Work?

Jul 10, 2011

I'm running Ubuntu Server 11.04 with OpenSSH, trying to create an ssh tunnel (for web traffic) to it from my (also Ubuntu) laptop. This is the command I'm using to create the tunnel:

Code: ssh -ND localhost:8080 george@192.168.1.20 I had it all working on a virtual machine.. which was deleted What settings/lines do I need to change/add from the default OpenSSH config files to get tunnelling to work? I've Googled and AllowTcpForwarding is set to yes, as is X11Forwarding.. but it still doesn't work. Chrome can connect to the server, but says the connection was closed before any data was sent.

View 3 Replies View Related

CentOS 5 :: Svn Server Config - Understanding Location Svnpath Parameter On Svn Config

Sep 7, 2009

I was tryin to deploy svn on centos 5 with respect to [URL] I am stuck understandin the location svnpath parameter on svn config

[Code]...

View 1 Replies View Related

Fedora Networking :: Samba Broken / Error 6291, The "force User" Option Is No Longer Working?

Jun 15, 2009

I ran "yum update" on 03-06-2009 and it updated my samba version from

3.2.8-0.26.fc10.x86_64
to
3.2.11-0.30.fc10.x86_64

My network shares then became read only!After some digging it turns out my system is not working because of Samba bug 6291, the "force user" option is no longer working.

Ideally I would run another "yum update" and that would fix the problem. Apparently the bug has been fixed in Samba 3.4.0pre2 - when can when we expect that to be released and included when I do a "yum update"?

Alternatively how do I get back to version 3.2.8-0.26.fc10.x86_64 ?

View 2 Replies View Related

Slackware :: How To Save Needed Modules Config To Create .config?

Apr 9, 2011

I am running a server with a GRSecurity patched Kernel 2.6.32.36. I've tried to optimize the kernel as much as I can and know it (removing options, not needed drivers and so on) and compiled the modules into the kernel (no loadable modules anymore). I've started with Slackware 13.0 and the default config for 2.6.29.6-huge. Still I am not sure what to remove/optimize further now.

My question: Is there a way to boot with a kernel with loadable modules, check which modules are really needed for this hardware, (do something like lsmod) and save the running configuration modules for a next kernel compile to be the default .config instead of writing them down by hand and search for the appropriate names in .config or during menuconfig? (Note: zcat /proc/config.gz > .config is NOT the way I want, as it gives me just the current kernel config)

View 5 Replies View Related

Debian :: Broken Dependency - Mark Smartcam Package As Not Broken And Release Apt?

May 21, 2010

i'm running debian lenny - latest stable i have recently installed smartcam (mobile phone as webcam over bluetooth) from .deb package , get errors of unmet dependency , but application works like a charm, unfortunately broken dependences block my aptitude , i cant fix them either as latest stable use older versions of dependences even in backports... how do i mark smartcam package as not broken and release my apt?

View 8 Replies View Related

General :: Using A Config Directory Instead Of A Config File?

May 7, 2011

I currently can run an old swf on my Chumby 8 device by storing and using these three files on a USB plugged into the device

config
<?xml version="1.0" encoding="utf-8" ?>
- <config>

[code]...

View 1 Replies View Related

Fedora Installation :: Can't Config The Network Config ( IP Address ), Due To The Error Of Network Manager?

Jan 17, 2010

When I install the FC11 by using"Install or upgrade an existing system"or"Install system with basic video driver"mode...Point 1, I can't config the network config ( IP Address ), due to theerror of network manager...Point 2, I can't enter into the text mode to do the installation steps.Remark:The machine is provide Web,DNS, and Mail Server on the NET ( Internet )

View 1 Replies View Related

Ubuntu Installation :: Updater Says Error 'Fix Broken Packages First' But No Broken Packages

Apr 24, 2010

I've been trying to fix this problem for quite a few days now and have done a lot of searching on these forums, Linux Mint Forums and some others Google lead me to and have has some success, but am now stuck.I have posted a thread on this same topic on the Linux Mint Forums, but have had no success (if you want check it out at:URL...Originally I received error messages when trying to update involving certain repositories which couldn't be accessed (because they either didn't exist or had been moved) and I hunted these down and changed or removed them.

I have done much searching, etc. and cannot find any broken packages. I have tried many many different commands which have mostly done nothing.I seem to be in a similar boat to this person: URL...

View 2 Replies View Related

Ubuntu :: Package Manager Says Have A Broken Package And Wants To 'upgrade' To The Older Broken One?

Sep 1, 2011

I was having a problem with a fresh 11.04 install and the VPN software I use for work. I found the fix was to upgrade the software, so I downloaded an RPM, converted it to .deb and installed it via dpkg. The install worked and the VPN software now works, but Package Manager says I have a broken package and wants to 'upgrade' to the older broken one. How can I fix this without breaking my VPN SW again?

View 1 Replies View Related

Ubuntu Servers :: Debconf: DbDriver "config": /var/cache/debconf/config.dat Is Locked By Another Process

Jun 15, 2011

I recentled upgraded all the packages on my server and now I have an issue where I can't get any thing to install or uninstall do to errors, This is what I get:

praetorian@praetorian:~$ ps ax | grep dpkg
7330 pts/1 Ss+ 0:00 /usr/bin/dpkg --status-fd 21 --configure bind9 cups cups-bsd
7331 pts/1 S+ 0:00 /usr/bin/perl -w /usr/share/debconf/frontend /var/lib/dpkg/info/bind9.postinst configure 1:9.7.3.dfsg-1ubuntu2

[code]....

View 9 Replies View Related

Ubuntu :: No SUDO Access When Admin User Created Through Kubuntu User Manager?

Jan 6, 2010

Original HOWTO can be found at: [URL]... So the other day I was in IRC and someone had brought up a problem where they created a new Administrative user, but didnt have rights to use sudo. Looked into the problem a little bit to figure out what was wrong, and it turns out that when you create a new user through the user manager (in kubuntu, anyways. Havent tested in Gnome.) the user gets added to the adm group, however, a quick look at the sudoers file shows that its looking for users in the admin group to allow the use of sudo. So, to solve the problem we do the following: If youre on the new admin user (which Im assuming you are) use the following commands:

Code:
su [insert username of old account without brackets]
sudo usermod -G admin [username of new admin account without brackets]
exit

Then simply logout, and then log back in (not always necessary, but the easiest way to flush the permissions.)

Code:
su [insert username of old account without brackets]
Means were going to Switch User to the old admin account
Code:
sudo usermod -G admin [username of new admin account without brackets]
This simply adds the admin group to the secondary group list for the new user
Code:
exit
Pretty self explanatory

View 4 Replies View Related

Ubuntu :: Made An Error With Chmod - Create User But Don't Allow To See The Other User's Home Folder

Jan 18, 2010

I wanted to create an user but don't allow it to see the other user's home folder so I made chmod 0750 /home/folder and it worked fine so I went ahead and decided to completely forbid access to the root folder and I had the "great" idea to make chmod 0750 /, and now I'm having problems with wine and other applications, in example I used to have a folder in this address 209.239.114.51/mmgr but now it's giving me errors and if I try to run some applications I got error "There was an error creating the child process for this terminal"

View 9 Replies View Related

Ubuntu :: Access User Account 1 Home Directory From User 2 Work Space?

Jun 16, 2011

Do you think there is a way of accessing different user data from another account which I have set up.

Ie. user 1 = account has messed up

user 2 = account works fine

access user account 1 home directory from user 2 work space?

View 9 Replies View Related

Ubuntu :: Copy User Settings / Folders From One User Home Folder To Another?

Jan 10, 2010

I have 2 users and I would like to copy all the files and folders in one home dir to another.... sounds simple, til i got started. Ive tried

Code:

sudo cp -nRv /home/user1/* /home/user2
but that didnt copy the .* folders. Im after the firefox and thunderbird folders mainly, but all of them is OK too.

im talking about the .adobe, .amsn ..........

How can I copy the .* folders from one user home folder to another and then give the correct permissions to the new user.

View 4 Replies View Related

Ubuntu :: Create A New Administrative User Of Change The Current User's Group

Sep 3, 2010

This netbook only has a user with non-administrative privs on it and root user but I do not have root's password.Is there a way that I can create a new administrative user of change the current user's group so that it can do sudo commands or have more privs?

View 1 Replies View Related

Ubuntu :: Why The User Created At Installation Time Is A Custom User Instead Of An Administrator

Oct 31, 2010

why the user created at installation time is a Custom User instead of an Administrator.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved