Displaying 20 results from an estimated 28 matches for "sushi".
Did you mean:
gushi
2000 Feb 10
1
smbmount/smbumount getting rid of dead connections
...Alas, win98 boxes
crash a lot, and I move the laptop a lot... to and from work.
If the laptop crashes or if I move it with a shared directory mounted
on my linux box, that mount gets "Stuck".... it's
present in /etc/mtab but when I cd to it and do an ls it says:
243 emily ~>ls sushi
ls: sushi: Input/output error
For the life of me I can't figure out how to unmount it:
emily ~>smbumount sushi
Could not open sushi: Input/output error
255 emily ~>rm -rf sushi
rm: sushi: Input/output error
Some various background info. First, I now have smbmount 2...
2008 Jul 07
3
rsh problems in CentOS 5.2 (was "cvs command failure on 5.2")
...n ls
connect to address 10.24.15.48 port 544: Connection refused
Trying krb4 rsh...
connect to address 10.24.15.48 port 544: Connection refused
trying normal rsh (/usr/bin/rsh)
poll: protocol failure in circuit setup
Now, if I just reomtely login to khan (our cvs server), I get this:
[mrichter at sushi ~]$ khan
connect to address 10.24.15.48 port 543: Connection refused
Trying krb4 rlogin...
connect to address 10.24.15.48 port 543: Connection refused
trying normal rlogin (/usr/bin/rlogin)
Last login: Fri Jul 4 18:19:01 from viper
[mrichter at khan mrichter]$
Voila - I'm logged in.
Also, if...
2008 Jul 09
1
Evolution in CentOS 5.2
(Probably OT)
Has anyone else noticed these flaky (new?) behaviors in Evo since the
5.2 upgrade:
- REALLY slow saving messages from inbox to another folder
- search capability separated by folder instead of overall (with no
option for control)
- failure to autocomplete email addresses for known contacts
I think that's it. I was wondering if it was just me, or if others
had noticed this.
2008 Jul 04
1
cvs command failure on 5.2
Another little problem I am now having on CentOS 5.2 that I was not
seeing on FC8:
[mrichter at sushi lane]$ cvs update
poll: protocol failure in circuit setup
cvs [update aborted]: end of file from server (consult above messages if any)
I could understand if there was something that had changed from FC1 to
CentOS 5.2, but if it works in FC8, why not here?
Here's what's in the CVS directo...
2000 Jan 27
1
Win98 / smbmount problem
I mount my win98 laptop directory on my linux box using:
smbmount //sushi/doug -c "mount /home/deck/sushi -u deck -g deck -f
644"
This works great so long as I don't ever leave the house. If I take
the laptop away and then reconnect it, I can neither use
the directory /home/deck/sushi (I get "input/output error")
Nor can I unmout it or remount...
2008 Jun 04
5
Mounting cifs shares by non-root users on CentOS 4.6
...ve followed the instructions at:
<http://wiki.centos.org/TipsAndTricks/WindowsShares>
Using something like the /etc/fstab example given in the wiki page
(with, of course, using a valid share, username and password for my set up):
//winbox/getme /mnt/win cifs
user,uid=500,rw,suid,username=sushi,password=yummy 0 0
When as a non-root user I do:
% mount /mnt/win
mount error 1 = Operation not permitted
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
Running mount as root works fine, but I can not get it to work for
non-root users.
Any ideas?
Thanks
James Pearson
2019 Jun 13
1
Libvirt API for getting disk capacity from VM XML
Hello everyone,
I am doing an outreachy internship at Openstack Ironic. In the sushy-tools
project, we are using libvirt VMs to simulate bare metal machines for
testing purposes.
In the XML description of a domain, there are a bunch of disk elements
giving information about the various storage devices attached to the
domain. Is there some way to get the size/capacity of those disks using the
2016 Apr 28
4
Centos hold me back from work - sshd ...bull
I don?t know what?s going on
the sushi from the laptop always kick me out!!!
Fresh installation.
packet_write_wait: Connection
How can that be!
Andy
2018 Mar 14
0
Revolutions blog: February 2018 roundup
...robot holds a door open so another robot can pass:
http://blog.revolutionanalytics.com/2018/02/because-its-friday-hold-the-door.html
* SpaceX launches a car into space:
http://blog.revolutionanalytics.com/2018/02/because-its-friday-bon-voyage-starman.html
* A bizarre CGI short film, Time for Sushi:
http://blog.revolutionanalytics.com/2018/02/because-its-friday-time-for-sushi.html
As always, thanks for the comments and please keep sending suggestions to
me at davidsmi at microsoft.com or via Twitter (I'm @revodavid).
Cheers,
# David
--
David M Smith <davidsmi at microsoft.com>...
2011 Aug 15
2
Delayed_Job: code working fine without .delay / with .delay it fails. Why?
Hi all,
I wrote a simple code to set up the "pit_id" from a village table from
1 to 2, from 2 to 3 and so on.
It works fine without .delay . But i need it so whats wrong with that
code?
#village_controller
def post_info
@village = Village.find(params[:id])
@village.delay.upgrade
flash[:notice] = "Upgrading"
redirect_to village_url(@village)
end
2011 Dec 07
1
dovecot 2.0 sieve if working, managesieve not.
...2-07 12:12:29 LDA(utente01@***): Info: sieve: msgid=<4EDF4A1C.9010509@***>: stored mail into mailbox 'INBOX'
But the manage sieve won't work.
It seems that pigeonhole is installed because /usr/libexec/dovecot/managesieve-login exist and is not empty.
Can you help me?
Thank You
Sushi.
2006 May 13
4
somewhat advanced question about mysql
...al_list_items
FROM lists
INNER JOIN items ON list_id = lists.id
GROUP BY list_id
ORDER BY created_on DESC
LIMIT 10
i need to make that kind of a call because when i print out the list of lists they look like this:
10 favorite movies
15 favorite cheese
8 places to eat sushi
etc etc. but i''m getting the number at the beginning from the "total_list_items" in the call from above. now comes the complicated part. i am trying to get a list of the most commented lists, and in that list i need all the information from above, but i also need to count &qu...
2007 Jan 18
8
How can I find out which attribute is screwing up pluralize/singularize?
Hey there :)
I''m creating this app on top of a legacy database, that has a mixture
of auto_inc ids, non-''id'' named pks, non-integer-pks, foreign keys that
end in _code instead of _id, etc.
I have the model working great in the console, where I can create any
modeled object and reference other objects without issues.
However, I''m running into problems with
2013 Dec 10
0
[LLVMdev] Toronto area LLVM lunch
It seems that it would be more convenient for some of the folks
working on the Toronto area to meet for lunch instead of an after work
social.
As an experiment, lets try to host the fist one:
* Where: Tone Sushi (414 Queen W). They do have some vegetation or
non-fish options.
* When: Next Tuesday (17th) at 12:00.
It is a similar idea to the socials, just less drinks (at this one at
least :-) ). Bring whatever questions or comments on what you are
working on.
Cheers,
Rafael
2016 Apr 28
0
Centos hold me back from work - sshd ...bull
On 28 Apr 2016 10:58, "Andreas Benzler" <andreas at benzlerweb.de> wrote:
>
> I don?t know what?s going on
>
> the sushi from the laptop always kick me out!!!
>
> Fresh installation.
>
> packet_write_wait: Connection
>
> How can that be!
>
> Andy
>
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/li...
2016 Apr 28
0
Centos hold me back from work - sshd ...bull
On 4/28/2016 1:57 AM, Andreas Benzler wrote:
> the sushi from the laptop always kick me out!!!
huh. spill chuck gone a rye ?
--
john r pierce, recycling bits in santa cruz
2005 Oct 06
0
Your technology expert.
Software distribution.
http://iwddq.11popyorpio9jj1e6jjeo111.sigillummb.com/?huacg
All right, then, I'll say it: Dante makes me sick.
The smallest good deed is better than the grandest intention.
In Mexico we have a word for sushi: Bait.
Creativity is the power to connect the seemingly unconnected.
A cult is a religion with no political power
If you obey all the rules, you miss all the fun.
2017 Aug 22
2
more questions on setting up autofs on C7
...to,users 0 2
and I'm wondering how to specify that in an autofs recipe instead...
If doing cifs mounts, /etc/auto.master may contain this line:
/mymount /etc/auto.mymount
then there would be a file /etc/auto.mymount that contains a line
similar to this:
winbox -fstype=cifs,rw,noperm,user=sushi,pass=yummy ://winbox/getme
so, in my case, the USB drive contains an xfs filesystem. would I
do something like this:
in /etc/auto.master:
backup /etc/auto.backup
and in /etc/auto.backup
backup -fstype=xfs,defaults,noauto,users :UUID=09bfc97a-8db2-46de-b4dd-427da19b114
Would that be expected t...
2006 Apr 17
5
Orative
Has anyone heard anything about these guys? Anyone seen anything like
this?
http://www.orative.com/solutions.php
It's seems very cool, basically uses GPRS as a digital overlay on your
mobile phone for additional functionality such as presence and IM though
I'm sure they have some other functionality (voicemail access, call
announce etc) coming down the pipeline.
Any thoughts,
2006 Mar 27
3
[LLVMdev] PyPy Tokyo sprint 23/4 - 29/4 announcement
...mpatible with
the Japanese
network. There are possibilities for 3G phones to hire a phone and
put your simcard
in there. At the airport (both Kansai and Narita) there are
information and places
were this can be arranged (to a cost of course).
Food: well - japanese food is great (wether it is sushi, sashimi,
tempura, sukiyaki, teriyaki....
Eating out is not that much differently prized
than any large european town. There are of course restaurants serving
other food than japanese (chinese, korean, McDonalds ;-).
Please also note that vegetables and fruit is quite expensive in Japan.
For mor...