Search Results

Search: Posts Made By: Luka
Forum: Debian 11-04-2010
3,231
Posted By Luka
Hi, of course, but it should be available...
Hi,

of course, but it should be available for installation with apt-get install.
But never mind, I've moved to a local mirror using apt-mirror.
Forum: Debian 08-30-2010
7,055
Posted By Luka
What do you mean by "the file is reset"? That...
What do you mean by "the file is reset"? That your changes are deleted?
Forum: Linux 08-25-2010
26,378
Posted By Luka
Therefore, you cannot run a process as an...
Therefore, you cannot run a process as an unprivileged user and make it listen on ports below 1024.

BTW, lighttpd drops the privileges after opening the socket. But, as Corona688 said, you have to...
Forum: Linux 08-25-2010
26,378
Posted By Luka
Unprivileged user (non-root) cannot run a process...
Unprivileged user (non-root) cannot run a process that is listening on port below 1024. That's why the nignx's master process must have root privileges.

Short answer to your question is: you don't.
Forum: Debian 08-25-2010
7,055
Posted By Luka
Hi, could you show us the modified file and...
Hi,

could you show us the modified file and output of:

ip link
Forum: Debian 08-16-2010
3,231
Posted By Luka
apt-cacher not showing imported packages
Hi,

using apt-cacher as a proxy works great. I've just added 01proxy under /etc/apt.conf.d and it works as expected:

$ cat /etc/apt/apt.conf.d/01proxy
Acquire::http::Proxy...
Forum: Linux 07-29-2010
6,788
Posted By Luka
SPARC, Linux, RAID1, SILO
Hi,

I've been searching for answers for two days and didn't find any definite answers on building RAID1 on SPARC. The main problem was with SILO (Sparc Improved boot LOader): can it boot from RAID...
Forum: BSD 01-28-2010
2,867
Posted By Luka
Hi, I haven't found any solutions to my...
Hi,

I haven't found any solutions to my problem, so I wrote a small rc script, which loads the if_hme driver before the netif script gets executed:


# PROVIDE: bogus
# BEFORE: netif


Luka
Forum: BSD 01-20-2010
2,867
Posted By Luka
FreeBSD 7.2 and hme driver
Hi,

I'm using a Sun's quad network card, which uses hme driver. Driver is built into kernel (puting if_hme_load="YES" in loader.conf doesn't solve the problem). Every time machine reboots, driver...
6,046
Posted By Luka
Well, if the file exists, the endless while loop...
Well, if the file exists, the endless while loop executes.
23,613
Posted By Luka
That happens becouse find returns 0 even if no...
That happens becouse find returns 0 even if no files have been found:


$ mkdir newdir
$ find ./newdir/ -name "file"
$ echo $?
0

You should user xargs or -exec option of find:


find ....
6,046
Posted By Luka
Does the file /opt/apps/script/data/daily.txt...
Does the file /opt/apps/script/data/daily.txt exist?
6,046
Posted By Luka
Must agree with anchal_khare, -e is much better.
Must agree with anchal_khare, -e is much better.
6,048
Posted By Luka
What mkfifo does is it creates a pipe into which...
What mkfifo does is it creates a pipe into which you can send your data from

sudo iotop -t 0 -C 3 | grep "load: "
and than read from it. No data is actually stored on the disk except for the pipe...
6,046
Posted By Luka
if [ ! -f /opt/apps/script/data/daily.txt ]; then...
if [ ! -f /opt/apps/script/data/daily.txt ]; then
exit 1;
fi
Forum: Solaris 11-28-2008
21,681
Posted By Luka
I ran out of ideas. Maybe if you (can) reboot the...
I ran out of ideas. Maybe if you (can) reboot the whole machine, things will get better. Please post the solution if you happen to find one.
Forum: Solaris 11-27-2008
21,681
Posted By Luka
Could you post output of: # zonecfg -z...
Could you post output of:


# zonecfg -z content-server-zone info
Forum: Solaris 11-27-2008
16,747
Posted By Luka
This could give you some more info: #...
This could give you some more info:


# svcs -xv
Forum: Solaris 11-27-2008
17,199
Posted By Luka
In 5 seconds google answers: To disable...
In 5 seconds google answers:


To disable the GUI startup: /usr/dt/bin/dtconfig -d
And, to enable it again: /usr/dt/bin/dtconfig -e
Forum: Solaris 11-27-2008
21,681
Posted By Luka
kumarmani, in the 7th post your zoneadm list -cv...
kumarmani, in the 7th post your zoneadm list -cv output looks like this:


#zoneadm list –cv

ID NAME STATUS PATH BRAND IP
0 global running / native shared
3 content-server-zone ready /zones/...
Forum: Solaris 11-27-2008
21,681
Posted By Luka
And what happened when you tried to create a new...
And what happened when you tried to create a new zone?
Forum: Solaris 11-27-2008
21,681
Posted By Luka
Have you tried to restart the zones service? Or...
Have you tried to restart the zones service? Or reboot the machine if it is possible?
Maybe the whole zone system isn't working properly. Is it possible to create a test zone and see if it works?
I...
Forum: Solaris 11-26-2008
4,007
Posted By Luka
It really depends on what you have and/or what...
It really depends on what you have and/or what you need. Both work fine.
Forum: Solaris 11-26-2008
21,681
Posted By Luka
What version of Solaris are you using? Check the...
What version of Solaris are you using? Check the zones log file (/var/svc/log/system-zones:default.log).
Forum: Solaris 11-26-2008
21,681
Posted By Luka
What exactly do you mean by "the screen is...
What exactly do you mean by "the screen is getting hanged"? The command never finishes and you have to kill it?
Maybe you could try to force the uninstallation:


# zoneadm -z content-server-zone...
Showing results 1 to 25 of 45

 
All times are GMT -4. The time now is 01:55 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy