Ubuntu :: Kerberos Package Configuration Separated By Spaces

Jan 21, 2010

I am trying to install root (the data analysis tool), and after I installed it, using sudo apt-get install root-system I am brought into the package configuration interface: Configuring krb5-config Enter the hostnames of Kerberos servers in the UBUNTU-DOMAIN Kerberos realm separated by spaces. Kerberos servers for your realm: And I am prompted for a name of a server.

View 1 Replies


ADVERTISEMENT

General :: Shell - Rename A File From Something Without Spaces To Something Containing Spaces?

Jan 26, 2010

Is it possible, in Linux, to rename a file from something without spaces to something containing spaces? I know I can create directories and files with spaces by doing:

mkdir "new dir" and:

touch "new file.txt"

I want to rename files from:

imgp0882.jpg to something like:

20091231 1243 some topic.jpg

And how would it look in a shell script that uses parameters like:

for i in *.jpg do
rename "$i" "$somepath/$mydate $mytime $mytopic$extension"
?

I'm new to Linux (using PCLinuxOS 2009.2), coming from Windows, and I've written myself a little shell script to download files from my camera and then automatically rename them according to a date-and-topic pattern. As you can guess by now, I'm stuck on the bit about renaming. If you want to see my script, here's a copy. I'm not using jhead for this renaming because that only works with JPEG files but I want a single solution for any media format including videos.

View 2 Replies View Related

Software :: CentOS 5.3 And MIT KRB5 "Improper Format Of Kerberos Configuration File"?

Apr 5, 2010

I'm trying to learn Kerberos and I'm doing so by following O'Reillys book. Kind of turn-off when things are not functioning properly when one follows instruction. It fails basically at the very beginning - creation of a new realm, when I execute the command:

kdb5_util create -s
I get the error message:

Quote:(null) Improper format of Kerberos configuration file while initializing Kerberos code I'm not finding anything in any log. My configuration files (followed by the book, but tweaked to my environment):

Code:

[Code]...

View 1 Replies View Related

Debian Configuration :: Package-xy: Depends: Lib-something (>= Version_number) Which Is A Virtual Package

Nov 4, 2010

when I try to install a package, I've the message The following packages have unmet dependencies:package-xy: Depends:lib-something (>= version_number) which is a virtual package.

View 14 Replies View Related

Ubuntu :: Format Two Harddrives - Put Them Together Or Install Separated Systems On Each One

Oct 13, 2010

I have two harddrives. I will install on the first one ubuntu and on the other one opensuse or I will even put them together. I dont know yet.

Has somebody experiences with booting two harddrives, how can I choose between them? And when I delete one with gparted, will the free memory be automatically placed to the not deleted harddrive?

View 4 Replies View Related

Ubuntu Servers :: Install The Webserver In A Separated Volume?

Aug 17, 2011

I'm installing a webserver in a Ubuntu 10.04. I want to install the webserver in a separated volume to backup it easily.

This is a resume:

Code:

apt-get -y -q install xfsprogs
mkfs.xfs /dev/sdf1
mkdir /ebs
mount /dev/sdf1 /ebs

[code]....

View 2 Replies View Related

Ubuntu :: Reversed And Separated Farsi Characters In Adobe Flash?

Jul 15, 2010

If there is any Farsi characters in Adobe flashes on websites; they show reversed and separated such as bellow screenshot that takes from facebook video player in firefox :

View 4 Replies View Related

Networking :: Vpn Server - Handle Different Nets Each Separated From The Other

Apr 2, 2011

what kind of dist/software would you recomend to use for a a vpn server that can handle 10 diffrent nets each seperated from the other if i connect with user1 i get on net1 and user2 gets on net2 the vpn server is always connected to the other location at all time i just want to be able to conenct in to my the net i want to the reason i dont want to go Destination is that the vpn server is gonna handle otherstuff that the nets will be conencted to input

View 3 Replies View Related

Programming :: Compare Files With Fields Separated With ':'?

Jul 16, 2011

Dear expertsI have files like

ABD : 5869 events, relative ratio : 1.173800E-01 , sum of ratios : 1.173800E-01
VBD : 12147 events, relative ratio : 2.429400E-01 , sum of ratios : 3.603200E-01
SDF : 17000 events, relative ratio : 3.400000E-01 , sum of ratios : 7.003200E-01

[code]....

View 3 Replies View Related

Ubuntu :: Script For Pack In Separated Volumes And Send Per Email Your Folders?

May 22, 2010

Few folders to send per email of 50-100 MB, is there some homemade scripts for that doing the job in a single command line?

ex.

Code:

packnsend 10mb /folder me@gmail.com

it woudl zip to 10mb volumes the folder and send per mutt the volumes ...

View 1 Replies View Related

General :: Randomize The Comma Separated String In Shell?

Oct 10, 2010

I wanted to randomize the comma separated string.String like "test1,test34,test5,test6".And it would be displayed differently when I ran each time.

Expected output like "test5,test6,test1,test34".

View 13 Replies View Related

General :: Convert Tab Separated File To Simple X-Y Chart

Aug 27, 2009

I wrote a script which analysis apache logs. This script generates a tab separated data file. There is two columns in the data. The first column is a file name accessed from remote. The second column shows how many times a file access.

I am looking for a linux command drawing a chart corresponding data.of course, I know that I can draw the chart in OpenOffice Calc. That's not what I need. Because there is some steps to do for a simple chart drawing. If there is a command line tool, then I can write a script that drawing a chart when the data file is updated.

View 6 Replies View Related

Programming :: Extracting Last Section Of File (Separated By Hashes)

Feb 22, 2011

I have a file which looks something like this:

##########
some
text
text also includes empty lines
##########
some
more
text
##########

Basically all sections are separated by 10 hashes and I need to somehow only print all lines in the last section (the "some more text" part in the example above"). I tried all kind of things with sed and awk but I didn't find any way to identify the last "section".

View 8 Replies View Related

Programming :: Merge Multiple Line With Semicolon Separated

Mar 29, 2010

I have a script generating some containing multiple lines. But I want to merge all lines using comma separated.

View 6 Replies View Related

General :: List Output In Single Line (space Separated)?

Feb 1, 2011

got a situation where if i process a command i get a numeric output something like below:

for example:

# cat example.txt
856589
856470
987866
656658
876897

now i want to see this output in single line like below:

856589 856470 987866 656658 876897

how do i get this?

View 10 Replies View Related

Programming :: Converting Date Format In A Comma Separated Field?

Apr 9, 2010

I am in the process of learning some scripting, however I am running into a roadblock in specifying a certain time format in the array. Ideally I would like to use Here are the lines of text that I am interrogating:

1123,3/25/2010,00:14 Thu,33229
1124,3/26/2010,13:30 Fri,33230
1125,3/27/2010,04:49 Sat,33231

[code]...

View 2 Replies View Related

General :: Compare Semicolon Separated Data In 2 Files Using Shell Script?

Nov 16, 2009

I have some data ( seperated by semicolon ) with close to 240 rows in a text file temp1. temp2.txt stores 204 rows of data ( seperated by semicolon ). I want to : Sort the data in both files by field1.i.e first data field in every row. compare the data in both files and print out the rows that are not equal in seperate files. I was trying to do this with excel using vlookup, without a great deal of success. hence, i'm exploring the shell script option.

Code:

temp1.txt
1000xyz400100xyzA00680xyz0;19722.83;19565.7;157.13;11;2.74;11.00
1000xyz400100xyzA00682xyz0;7210.68;4111.53;3099.15;216.95;1.21;216.94
1000xyz430200xyzA00651xyz0;146.70;0.00;0.00;0.00;0.00;0.00

[code]....

View 4 Replies View Related

Ubuntu :: Package Configuration Page When In Terminal

Jun 7, 2011

so after entering in a command to the terminal it will come up with a page that says package configuration on the top left hand corner. I can read through everything but I can't click on the <ok> thats at the bottom of the page.

View 3 Replies View Related

Ubuntu :: Repo Configuration For Package Installation?

Oct 5, 2010

How to configure repositories in Ubuntu for package installation?

View 4 Replies View Related

Ubuntu Installation :: Check The Configuration Of A Self-installed Package?

Jan 22, 2011

I'd love to know how to check the original configuration of a self-installed package? For example, I would like to install the package XXXXX. I did:

./configure
make
make install

After the installation, I would like to know what the configuration I used for XXXXX's installation. Maybe some dependencies (for example, A,B,C...) were not found so that XXXXX was installed without depending on A,B,C.... However, now, I would like XXXXX depend on A,B,C... How to check whether the current installed XXXXX's original configuration?

View 1 Replies View Related

Ubuntu Installation :: Stuck At The Package Configuration TERMINAL?

Feb 5, 2011

OK I installed WINE but right now the installation is stuck at the package configuration TERMINAL. This is what the terminal says. TrueType core fonts for the Web EULA

[Code]...

View 4 Replies View Related

Ubuntu Servers :: Simple Apache2 Configuration File Package Could Get?

Apr 2, 2011

Anyone have a simple apache2 configuration file package I could get?I'm trying to serve a internal network site for files throughout my network, (music, video, etc). I remember when I did this with Redhat 5-6 and all I had to do was redirect the folder I wanted to share over apache and it worked. You could click on the file you wanted and it played, etc.For some reason I can't even get apache2 that ships with Ubuntu 10.04.02 to even have a "It worked!" internal site or anything. I haven't configured apache2 ever before. It seems to have grown from one or two configuration files to five or so!

View 7 Replies View Related

Debian Configuration :: Install A Package From Sid On Lenny?

May 11, 2010

however I am not looking to dist-upgrade, I merely want one package from Sid on my Lenny server. Namely, mantis (version 1.1.8 is in sid, 1.1.6 in main/stable)

View 2 Replies View Related

Debian Configuration :: How To Remove Package From List

Oct 17, 2010

I have tried install libsub-install-perl and libparams-util-perl but get Error. Now I want remove it from the list when I tried apt-get upgrade. Where I can remove from this entries?

View 2 Replies View Related

Debian Configuration :: Sarg Package In Squeeze?

Feb 9, 2011

I just setup a new squeeze debian 6 server, it will work as proxy server with squid. But I have an issue when i want to install sarg (sarg-report), i cannot find the package thru aptitude/apt-get, however it was present in lenny distribution. Is it a miss in squeeze, is it discontinued or should I add a specific entry in /etc/apt/sources.list? (currently squeeze main, squeeze/updates main)

View 3 Replies View Related

Debian Configuration :: Noip2 Package Not Found?

Mar 1, 2011

After the successful installation of debian squeeze 32 bits from the first dvd, I proceeded to try to install the package noip2, but my surprise was not in the repositories that I have, but when used lenny if I had it.Below show my repositories:[URL]I dont know if i need another repository or i am missing one

View 1 Replies View Related

Debian Configuration :: Compile Sendmail From Source Package

Feb 25, 2010

why it is that when I download the sendmail debian source package for etch and build it using dpkg-buildpackage -b -nc I get a 645543 byte sendmail executable whereas when I download the sendmail binary that is 703292 bytes.

View 1 Replies View Related

Debian Configuration :: Dbus Package Is Corrupted Or Not Complete?

May 12, 2010

I had my laptop turned on. The battery turned out low and my pc shut down (not in the correct way obviously)! Plus: I was running apt-get upgrade but it should have done before shutting down. Now, I restarted my pc and under nm-applet I see: "wireless network: device not ready" and at login I get the message: "Network configurations failed. org.freedesktop.dbus.error.spawn.PermissionsInvalid: the permission of the setuid helper is not correct" and that I could not be able to connect via bluetooth (but actuallyu I can't use wireless!)! What to do guys? I use debian squeeze. I read from someone using kubuntu that he solved the problem reinstalling all the packages with "dbus" in their name. But I don't know if my ethernet will work yet!

Update: if I run dpkg-reconfigure dbus, it tells me that dbus package is corrupted or not complete: could be the issue?

View 1 Replies View Related

Debian Configuration :: Unable To Upgrade Software Package

May 26, 2010

I am trying to upgrade a Debian 4 server to v5 with the instructions from document.However, I am having trouble with getting an installed package upgraded to the latest version for the current release (see error below). And I am afraid to upgrade the distribution if I can't get this package to upgrade. One thing I did notice in the error was, "Aborting downgrade from (at least) 5.1 to 5.0". The dpkg --get-selections command showed that both MySQL 5.0 and 5.1 were installed (I don't know how or why, as I was not the one to setup this server), but 5.0 was the one running. So I've since uninstalled v5.1 but that error still shows up when I try to do an apt-install upgrade. I don't know that this is what is causing the package upgrade to fail but I thought it worth mentioning.

View 7 Replies View Related

Debian Configuration :: Synaptic Package Manager Repositories ?

Aug 2, 2010

I'm rather new to Linux...especially Debian. I've been running Kubuntu for about 1 month now and I wanted to try out Debian as well. So I installed it on a laptop (Downloaded the 6 DVDs). Now, how do I add some repositories to Synaptic so I can update my software? Also, is there a list of repositories? So far, every time I want to install something I need to insert one of the DVDs.

View 3 Replies View Related







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